Re: enable batch file execution, posted by dev on Wed Jan 28 20:00:15 2015
|
Sir, how to use that spreadsheet
can the calculation is possible by running a batch file .
Stefan Ritt wrote: |
This is not possible with ELOG. May I suggest that you use a spreadsheet for that.
dev wrote: |
First of all thanx for your kind help. Kindly help me on the following problem.
I have a logbook which keeps the record of all fault booked by different subscriber.this logbook has three attribute downtime,uptime & total duration (date &time format) . I want to calculate the total duration automatically whenevr uptime value is given and if the uptime is not given it should calculate depending upon the system present time.pleas explain it with example.
thanking you
Stefan Ritt wrote: |
May I kindly ask you to Google how to start/stop a service from the command line.
dev wrote: |
From the command mode i am not able to stop and start (elogd stop). But i can start/stop from services .Kindly help me stopping/starting it from command
Stefan Ritt wrote: |
Stop the old server first, but we told you this already on elog:67770. If you don't follow our suggestions we cannot help you.
dev wrote: |
I tried it but still it gives error like Shell execution not enabled via -x flag
Stefan Ritt wrote: |
Modify the server start command in the Windows Registry. Or start the elogd server directly in a command window with "elogd -x", after "cd" to the elog installation directory.
dev wrote: |
How to enable the batch file execution in elogd
|
|
|
|
|
|
|
|
|
Re: enable batch file execution, posted by dev on Wed Jan 28 20:07:48 2015
|
Is it as good as Microsoft excel sheet.
but how can achieve my aim of calculation how how to integrate it with elog
Sorry for disturbing yau again and again
Stefan Ritt wrote: |
https://docs.google.com/spreadsheets
dev wrote: |
Sir, how to use that spreadsheet
can the calculation is possible by running a batch file .
Stefan Ritt wrote: |
This is not possible with ELOG. May I suggest that you use a spreadsheet for that.
dev wrote: |
First of all thanx for your kind help. Kindly help me on the following problem.
I have a logbook which keeps the record of all fault booked by different subscriber.this logbook has three attribute downtime,uptime & total duration (date &time format) . I want to calculate the total duration automatically whenevr uptime value is given and if the uptime is not given it should calculate depending upon the system present time.pleas explain it with example.
thanking you
Stefan Ritt wrote: |
May I kindly ask you to Google how to start/stop a service from the command line.
dev wrote: |
From the command mode i am not able to stop and start (elogd stop). But i can start/stop from services .Kindly help me stopping/starting it from command
Stefan Ritt wrote: |
Stop the old server first, but we told you this already on elog:67770. If you don't follow our suggestions we cannot help you.
dev wrote: |
I tried it but still it gives error like Shell execution not enabled via -x flag
Stefan Ritt wrote: |
Modify the server start command in the Windows Registry. Or start the elogd server directly in a command window with "elogd -x", after "cd" to the elog installation directory.
dev wrote: |
How to enable the batch file execution in elogd
|
|
|
|
|
|
|
|
|
|
|
Date format in Threaded display, posted by deletoille on Tue Oct 17 12:14:27 2006 
|
hello,
I have a problem with the Date format in the Threaded display. The Date Format appears normally in the full and the summary displays but not in the threaded one.
I have found a similar Entry in the forum posted by Steve Jones on Friday July 16 16:53:01 2004 and you answered :" That should be fixed by the current version. Please update."
Did I make a mistake?
Here is a part of my program:
Show Attributes = Date evenement, Heure evenement, Auteur, Icone, Groupe
Time format = %d/%m/%Y, %T
Type Date evenement= datetime
Start page = ?rsort= Date evenement
Thanks in advance |
Re: Date format in Threaded display, posted by deletoille on Thu Oct 19 12:26:16 2006
|
Stefan Ritt wrote: | That fix for Steve Jones was slightly different, it had to do with substitutions in threaded display. I fixed yours now in revision 1734, so give it a try.
Salut,
Stefan |
Hello,
I’ve tried on the last available release (revision 1732) and I have the same problem.
You said in you previous message that: “I fixed yours now in revision 1734, so give it a try.”
Could you tell me when this one will be available?
Thanks in advance |
Re: Date format in Threaded display, posted by deletoille on Thu Oct 19 12:42:42 2006
|
IT WORKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
THANKS A LOT |
checkbox, posted by deletoille on Tue Oct 31 14:45:05 2006 
|
Hello,
I found a small Bug when I create an entry. I activate a checkbox (attachement1) but when I upload a file, the activation disappears (attachement 2). I have to activate again the checkbox.
Is it something I can do?
Thanks in advance,
Xavier Deletoille |
Re: checkbox, posted by deletoille on Thu Nov 2 08:41:34 2006
|
Steve Jones wrote: |
deletoille wrote: | Hello,
I found a small Bug when I create an entry. I activate a checkbox (attachement1) but when I upload a file, the activation disappears (attachement 2). I have to activate again the checkbox.
Is it something I can do?
Thanks in advance,
Xavier Deletoille |
Steve Jones wrote: |
Xavier, your version number does not indicate the full SVN (it is cutoff at '172') but your screenshot indicates 'SVN1723'. This is an identified problem and looks to be fixed in SVN1740. I have verified with the checkbox "Suppress Email Notification" -- it likely effects all checkboxes.
|
|
OK ,
sorry for the version number. My SVN numbers is 1723 like in screenshot.
I'm waiting SVN1740 .
thanks in advance |
Re: checkbox, posted by deletoille on Wed Nov 8 15:39:42 2006
|
Stefan Ritt wrote: |
deletoille wrote: | I found a small Bug when I create an entry. I activate a checkbox (attachement1) but when I upload a file, the activation disappears (attachement 2). I have to activate again the checkbox.
Is it something I can do? |
I tried with V2.6.2-1741 and the problem was not there. It was fixed some time ago, so it should have worked in 1723 as well. Can you try the minimal example coming with the distribution, just by adding one MOptions attribute, like:
[global]
port = 8080
[demo]
Attributes = Author, Type
MOptions Type = Routine, Software Installation, Problem Fixed, Configuration, Other
and see if it work there? If it works correctly there but not with your config file, please send me your config file and I will try to reproduce the problem. |
You're right it works
It must be in my programming method
I share you my config file.
Thanks for your help |