This fix does not work also. I am trying to install Slony 2.02 for PgSQL8.4 I have register the dll correctly, but get this 1057 error when trying to register the service on a 2003 server.
Does anyone has a fix for this? Is this the correct way to proceed??? Thanks Voodooo Thomas Stegemann wrote: > > > Hi, > > we had the same problem on a german Windows. > try (with the correct path): > sc create Slony-I binPath= "c:\Programme (x86)\PostgreSQL\8.2\bin\slon.exe > -service" depend= "RPCSS" > > instead of: > slon -regservice Slony-I > > I think slon uses the wrong - not standard - user name for CreateService. > > > > Roberto Mariano wrote: >> >> >> Hi, >> >> I have configured a Slony-I (a master and a slave) between 2 Windows 2003 >> Servers wich are running Postgres 8.3. >> >> It works fine running the SLON.exe programs from the command line. But >> when I want to create the Windows service: >> >> > slon -regservice Slony-I >> >> An error occurs: >> >> Failed to create service: 1057 >> >> I was logged as "Administrator" which has all permission. >> >> Somebody can help me? >> >> Thank you very much. >> >> Roberto Crucianelli. >> >> >> __________________________________________________ >> Correo Yahoo! >> Espacio para todos tus mensajes, antivirus y antispam ¡gratis! >> ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar >> _______________________________________________ >> Slony1-general mailing list >> [email protected] >> http://lists.slony.info/mailman/listinfo/slony1-general >> >> > > -- > View this message in context: > http://www.nabble.com/A-problem-in-Windows-Server-tp17612398p17987870.html > Sent from the Slony-I -- General mailing list archive at Nabble.com. > > _______________________________________________ > Slony1-general mailing list > [email protected] > http://lists.slony.info/mailman/listinfo/slony1-general > > -- View this message in context: http://www.nabble.com/A-problem-in-Windows-Server-tp17612398p25021809.html Sent from the Slony-I -- General mailing list archive at Nabble.com. _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
