ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
2268
|
Thu Jun 28 17:20:18 2007 |
| toumbi | toumbi@yopmail.com | Question | | 2.6.5-1870 | Re: How to change elog directories in windows |
Stefan Ritt wrote: |
toumbi wrote: | Hi stephan , I remove elog and setup it again wiht the nis installer, and enter Z:\ELOG\ which is a mapping drive of my server directorie.
but it dont work. i have an error code 3 when i register the services with the shortcut "Register ELOG server service" . |
If you see the service config page, then the service is already registered, and you should not use the shortcut "Register ELOG server service" any more. Just change "Startup type" to "Automatic" or "Manual" and click on the "Start" button. |
Hi again, See what happen when i install it on Z:\ELOG\ (it is a mapped drive of \\myserver\ELOG\)
Why code 3 ?
Ps: last time , i stopped and registered the service to copie the last version of elogd 1870 |
Attachment 1: elog.JPG
|
|
2269
|
Thu Jun 28 17:23:24 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | 2.6.5-1870 | Re: How to change elog directories in windows |
toumbi wrote: | Why code 3 ? |
No idea, this is an error coming from Windows. Try to start the service manually via the Service Manager, maybe you get some more error there. Or start elogd interactively in a DOS box, like
z:\ELOG\elogd.exe -v -c z:\ELOG\elogd.cfg
maybe there is some access rights conflict. |
2270
|
Thu Jun 28 17:38:39 2007 |
| toumbi | toumbi@yopmail.com | Question | | 2.6.5-1870 | Re: How to change elog directories in windows |
Stefan Ritt wrote: |
toumbi wrote: | Why code 3 ? |
No idea, this is an error coming from Windows. Try to start the service manually via the Service Manager, maybe you get some more error there. Or start elogd interactively in a DOS box, like
z:\ELOG\elogd.exe -v -c z:\ELOG\elogd.cfg
maybe there is some access rights conflict. |
When i start the service with start button it fail to lunch
but the command z:\ELOG\elogd.exe -v -c z:\ELOG\elogd.cfg work !!
Maybe The service doesn't have access right , ( i see it is Log on with Local System). |
Attachment 1: elog.JPG
|
|
Attachment 2: elog.JPG
|
|
2272
|
Thu Jun 28 19:25:48 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | 2.6.5-1870 | Re: How to change elog directories in windows |
toumbi wrote: | Maybe The service doesn't have access right , ( i see it is Log on with Local System). |
In that case it might help to run elog under your personal account. |
2298
|
Fri Jul 20 16:13:07 2007 |
| toumbi | toumbi@yopmail.com | Question | | 2.6.5-1870 | Re: How to change elog directories in windows |
Stefan Ritt wrote: |
toumbi wrote: | Maybe The service doesn't have access right , ( i see it is Log on with Local System). |
In that case it might help to run elog under your personal account. |
I finaly found how to do it.
Replacing Z: by \\server.com\ELOG\ and running the service with my personnal acount
cmd /K net stop elogd
regedit
change ImagePath of HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\elogd to "\\server.com\ELOG\elogd.exe" -D -c "\\server.com\ELOG\elogd.cfg"
close regedit
cmd /k net start elogd |
2248
|
Sun Jun 24 00:12:15 2007 |
| chris williams | chris_charles98@yahoo.com | Question | Windows | 2.6.5-1869 | sorting a drop down menu in elog |
Hi, I was wondering, how can I insert new items into my drop down menu and have them appear in an alphabetical order? Is there some sort of code I can insert into the config file to do so?
Thanks |
2249
|
Sun Jun 24 02:38:31 2007 |
| chris williams | chris_charles98@yahoo.com | Question | Windows | 2.6.5-1869 | list of 500 files |
How can I have my list accept over 500 entries? I tried increasing the elogd.c (max_n_list)file as stated but the compiler gives me errors. Please help |
2250
|
Mon Jun 25 08:46:55 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.6.5-1869 | Re: sorting a drop down menu in elog |
chris williams wrote: | Hi, I was wondering, how can I insert new items into my drop down menu and have them appear in an alphabetical order? Is there some sort of code I can insert into the config file to do so?
Thanks |
No, you have to sort them by hand in the config file. |