Hello gentlemen,
Thank you very much for your help! Adrpo, I did try the command line - that's where I saw the text "System error 1068...."
Best,
Mike
Main Topics
Browse All TopicsHi Experts,
I installed postgres - under a non-admin account through the installer for Postgres 8.3. The installer itself tries to start the service and cannot after the cluster is initialized...
If I go to the command prompt under the bin directory and type 'net.exe start pgsql-8.3' (as is the call to start the service through the menu), I get the following error:
System error 1068 has occurred. The dependency service or group failed to start.
Any ideas why this may be happening? I have all anti-virus and firewalls turned off..... I have no clue what is going on here....
Many thanks!
Mike
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
Have you looked into the Event Viewer?
It might contain more information on
why the service cannot be started.
Start->Control Panel->Administrative Tools->Event Viewer
Look into Application for errors happening at about the time
you tried to start the service. You can also try to start the
service and then refresh the Event Viewer and look on what
events appeared in the meantime.
Cheers,
za-k/
Hi Adrpo,
Good idea - I have the following errors which showed up in event viewer -->
First Error:
This computer is configured as a member of a workgroup, not as a member of a domain. The Netlogon service does not need to run in this configuration.
2nd error:
The PostgreSQL Database Server 8.3 service depends on the Net Logon service which failed to start because of the following error:
%%0
So I guess that explains it - but I still don't know what to do here... I know my computer is not part of a domain... Does it need to be? It wasn't before and I had Postgres working....
Thanks!
Mike
Hi,
Just force Netlogon service to run on startup even if you're not member
of a domain. Put the service into Automatic startup type. Also you could
do this (I don't know if it will work):
- start the Netlogon service (right click on it in Services and say start)
- start the PostgresSQL service (right click on it in Services and say start)
You might also reboot the computer and see if is working if you haven't done that already.
Well, this is weird as on my computer the NetLogon does not appear
in the PostgreSQL service dependencies. (See the images).
It might be that you wrongly installed PostgreSQL.
I suggest you uninstall PostgreSQL and try to install it again and then pay
close attention to the options.
Cheers,
za-k/
No luck starting the Net Logon service manually - it starts and stops immediately. The message I get when I start it is: 'The Net Logon service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service.'
Hmm... I'm really stuck....
Hi,
I highly recommend you to do so:
1. uninstall PostgreSQL
2. delete postgress user (the non-admin user used to run PostgreSQL)
3. install PostgreSQL again
See here:
http://pginstaller.project
Step 5 is very important
For Account domain GIVE THE NAME OF THE COMPUTER.
You can find the name of the computer by going to:
Right click on My Computer->Properties->Comp
You might also try "localhost" as the Account domain.
Cheers,
za-k/
Business Accounts
Answer for Membership
by: adrpoPosted on 2008-03-08 at 11:08:57ID: 21078190
Have you tried to start postgres from the command line?
It might give you more info on what is the problem.
Login as the non-admin user
Start->run->cmd
> cd \path\to\postgresql\bin
.\postgres -D "C:\path\to\postgresql\dat
Cheers,
za-k/