windows - PostgreSQL cannot connect: service definition not found -


in windows 10 pro 64-bit & new installation of postgresql 9.4, attempting connect server in pgadmin iii results in

error screen

the service running , service name correct, seen here

windows service dialog

i brand new postgresql, fwiw, i've configured working symfony 2.7 application use postgresql , have (according symfony console) created database , schema.

what required pgadmin connect properly?

it turns out error message grossly misleading. there no issue service definition. instead, learned when logged in user other user created postgresql installation (e.g., postgres) 1 needs @ command prompt:

runas /user:postgres "c:\program files\postgresql\9.4\bin\pgadmin3.exe" 

there may more elegant solution making above cmd file. i'd know is!


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -