Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 791 of 801  Not logged in ELOG logo
ID Date Icon Author Author Email Category OSdown ELOG Version Subject
  2270   Thu Jun 28 17:38:39 2007 Reply toumbitoumbi@yopmail.comQuestion 2.6.5-1870Re: 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).
  2272   Thu Jun 28 19:25:48 2007 Reply Stefan Rittstefan.ritt@psi.chQuestion 2.6.5-1870Re: 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.
  2288   Wed Jul 11 11:52:24 2007 Question toumbitoumbi@yopmail.comQuestion 2.6.5-1872is it possible to have unique attribute ?
Hi there !

I have an attribute that have to be unique (but i need also to write it myself) , so i would like to be able to create it the first time, and if i try to create it again, i want not be able.
Is there a way to do that ?
  2289   Thu Jul 12 18:36:05 2007 Reply Stefan Rittstefan.ritt@psi.chQuestion 2.6.5-1872Re: is it possible to have unique attribute ?

toumbi wrote:
I have an attribute that have to be unique (but i need also to write it myself) , so i would like to be able to create it the first time, and if i try to create it again, i want not be able.
Is there a way to do that ?


That kind of functionality is unfortunately not implemented. All you can do is to use an automatically generated unique attribute with the syntax:
Preset <attribute> = XYZ-####

or similar. Please consult the documentation for details.
  2297   Fri Jul 20 16:06:50 2007 Warning toumbitoumbi@yopmail.comBug report 2.6.5-1872CVS import + french = impossible
Hi ,
I found a bug , when I want to import a cvs file and if i had set Language=french into global , I m not allowed.
Erreur : commande "CSV Import" non autorisée 
Utilisez le bouton "page précédente" de votre navigateur pour revenir en arrière  

there is no problem if i use english.
  2298   Fri Jul 20 16:13:07 2007 Cool toumbitoumbi@yopmail.comQuestion 2.6.5-1870Re: 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
  2299   Tue Jul 24 08:30:02 2007 Reply Stefan Rittstefan.ritt@psi.chBug report 2.6.5-1872Re: CVS import + french = impossible

toumbi wrote:
Hi ,
I found a bug , when I want to import a cvs file and if i had set Language=french into global , I m not allowed.
Erreur : commande "CSV Import" non autorisée 
Utilisez le bouton "page précédente" de votre navigateur pour revenir en arrière  

there is no problem if i use english.


This bug has been fixed in SVN revision 1892 and will be contained in the next release.
  2308   Mon Aug 27 17:27:41 2007 Question toumbitoumbi@yopmail.comQuestion 2.6.5-1890ELCode how to with URL
Hello there !!

I wonder if it's possible to write an url like this[URL=?CR=CR00000429]CR00000429[/URL] 
in fact it don't work for the moment , because it is redirected tu http:///?CR=CR00000429
is it possible to have url without http://

I have a logbook CR and a type CR and i work now in localhost but i want my elog to be accessible from anywhere.
Im not very clear but I hope you understand.



[TABLE border="1"]
Emplacement|CR|TYPE|Cable trace voix 1|Cable trace voix 2|url|-
MON|CR00002536|Monitoring|x|x|[URL=http://localhost:8080/CR/?CR=CR00002536]CR00002536[/URL]|-
POW1|CR00000429|POWER Ro|x|x|[URL=?CR=CR00000429]CR00000429[/URL]|-
POW2|CR00000430|POWER Ro|x|x|[URL=?CR=CR00000430]CR00000430[/URL]|-

[/TABLE]
ELOG V3.1.5-3fb85fa6