Re: , posted by Tomas Rudolf on Mon May 12 18:11:26 2003
|
> > I have a question concerning the "Selection page" ELOG.cfg parameter.
> > I was wondering if it is possible to specify a complete (absolute) URL
> such
> > as http://www.myserver.com/my_elog_menu.htm.
> >
> > I need this type of configuration because we actually need to have the
> > custom selection page sitting on a different server from the one where
> ELOG
> > is run.
>
> I added this possibility to the source code (->CVS), although it's not
clear
> to me how this should work for you. If you don't have access to the server
> where elogd is running, how should elogd then redirect you to somewhere
else?
Thank you Stefan,
It's not that we wouldn't have access to the ELOGD server, it's the fact that
we're trying to create our own dynamic selection page (with a more detailed
overview of the content of different logbooks - such as the date of last
logbook entry, number of entries in last week, month etc.) based on the
information we send from ELOG to our SQL server.
So in this case the user logs on to ELOGD (currently run on Linux) then will
be redirected to the selection page on a Windows machine (ASP getting all
necessary information from a MS SQL DB) and the dynamically created links
refer back to the ELOGD Linux server. May seem a little too complicated but
works fine.
Tomas |
Re: , posted by Stefan Ritt on Mon Nov 1 13:49:12 2004
|
> 2) default page view per user, i.e. the 'Back' link goes to
> ?mode=Full,summary,... depending on the user that is logged in.
> Some users complained that 'Back' is not really back. Maybe
> consider renaming 'Back' to 'Default View' or something.
I replaced the "back" link with a "list" link, hope that this makes now more sense. |
Re-using IDs after move to another Logbook overwrite Entries, posted by Barend on Wed Jan 2 15:38:19 2013
|
Hi Stefan,
I have observed following behavior when I move entries from one logbook to another:
- The first entry in "Open" get ID "1"
- When I move this Item to "Closed", it will keep ID "1" as I have used "Preserve IDs = 1"
- A new entry in "Open" gets ID "1" again
- When I move this item to "Closed" it will overwrite the previous ID "1" in "Closed"
- A new entry in "open" gets ID "1" again....
Every new entry in "Open" will get the next higher ID Number related to the highest available ID number/entry in "Open".
Upon "move to Closed", the previous entries in "Closed"will be overwritten.
Is there a way to prevent the usage of a previously used ID Number when entering a new ID?
I.e. If an entry with ID "1" has been used in "Open" and moved to "Closed", have the next entry in "Open" use ID "2"?
Kind regards,
Barend |
Random Crashes, posted by Wythe IT on Thu Oct 2 19:00:25 2008
|
Running on windows server 2003.
Mysteriously from time to time i find ELOG has crashed and i must restart it.
Event log shows:
This has occurred twice so far in the month or less elog has been running. The platform is stable and i have no other issues or negative events besides incorrect ASP calls here and there. Thanks.
Faulting application elogd.exe, version 0.0.0.0, faulting module elogd.exe, version 0.0.0.0, fault address 0x0004b9c3.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. |
RSS Feed Not Providing Time Stamps For datetime Attributes, posted by Kamen Nikolov on Fri May 8 00:18:12 2015
|
Hello,
I am using the RSS feed feature of Elog (V2.9.0-2396). I have a couple of attributes of type "datetime" (Start Time and Stop Time). I don't have a "Time Format" statement, so just using the default format. I am passing the Start Time and Stop Time attributes to the RSS Title with $Start Time and $Stop Time, but when looking at the RSS title in IE11 browser, I only see the date and not the time. Is there any way I can see the time as well?
Additional info:
I'm also passing the creation time of the Elog with $entry time and this is displaying correctly (both date and time).
Please let me know if I am doing something incorrectly?
Thanks |
RSS Feed, posted by leen smit on Thu Mar 29 13:01:17 2012
|
Hi All,
Just a quick message in the hope of helping other find an answer to the question: How to reach the RSS Feed???
I spend hours trying to find out what the correct URL is to reach the feed. The documentation on this is non-existent - at least we could't find this anywhere in the docs.
Answer: Just add elog.rdf at the end of the URL of the logbook!!
eg. http://midas.psi.ch/elogs/Forum/elog.rdf
Leen |
RSS Feed, posted by leen smit on Thu Mar 29 13:01:26 2012
|
Hi All,
Just a quick message in the hope of helping other find an answer to the question: How to reach the RSS Feed???
I spend hours trying to find out what the correct URL is to reach the feed. The documentation on this is non-existent - at least we could't find this anywhere in the docs.
Answer: Just add elog.rdf at the end of the URL of the logbook!!
eg. http://midas.psi.ch/elogs/Forum/elog.rdf
Leen |
ROptions value changed in the edit page, posted by Gabriele Sirri on Wed Apr 15 11:43:14 2009
|
When ROptions items contain the same substring and this substring is also an ROptions item (ex: notdone,
done), the value of the entry could change in the edit page.
It depends on the item order in the config file.
If Options is used (instead of ROptions), it works as expected.
Is it a bug?
Examples :
#Insert "notdone" as new entry. When you try to edit the entry, the displayed value is "done".
[test_bad]
Attributes = Author, Category
ROptions Category = notdone, done
#No problem if you change the item order
[test_good]
Attributes = Author, Category
ROptions Category = done, notdone |