Hyperlinking address to Google Maps, posted by Alan Grant on Tue Aug 2 22:58:37 2011
|
I have a street address attribute called Ticket Location which I would like to hyperlink to google maps so I can see a map representation of the
actual value. For example, the value "654 Pembina" on the List page shoud be inserted into the url such that it displays http://maps.google.com/?q=654 Pembina, winnipeg when the browser window opens. This url works |
Re: Hyperlinking address to Google Maps, posted by Alan Grant on Wed Aug 3 17:55:41 2011
|
Alan Grant wrote:
|
Return Code, posted by Alan Grant on Fri Jan 27 02:26:02 2012
|
We are using the Elog client from one vlan to insert entries into our Elog system on a different vlan.
Works fine for the most part but we occasionally have network connection issues which prevents some entries from being added, and we
don't find out about it until later. |
Elog on Windows Server 2008 R2, 64 bit, posted by Alan Grant on Fri Mar 16 23:59:10 2012
|
Any known issues running in Win Server 2008 R2, 64 bit environment? We sometimes lose connection with the Elog app (ssl) and wonder if due to 64bit
or other factor in this set up. A forum search does not explicitly reveal any clues however I did find an entry from someone posting a similar question
without a response yet (#67061). |
Elog stability with multiple users, posted by Alan Grant on Wed Feb 18 04:57:32 2015
|
Are there any known or reported daemon stability issues with an increase of concurrent users logged in to view and search entries, while the elog client
is also adding 5 to 10 new entries every minute during a peak 2-hour period each day? |
Re: Elog stability with multiple users, posted by Alan Grant on Fri Feb 27 23:06:53 2015
|
We have reduced entries for Search reasons by removing older text files and that seems to speed up things.
However, a recurring problem persists during peak period where the service connection is lost (site says "Not
found" on both client and directly on server), and it cannot be restarted or killed. Only a reboot of the 2010
|
How to login and export to CSV using wget?, posted by Alan Grant on Sun Apr 24 02:09:47 2016
|
Is it possible to use wget to log into elog and export all of a logbook's data into a CSV file?
I can accomplish this perfectly when authentication IS NOT required by using: wget --no-check-certificate -O e:\export.csv http://localhost:8080/demo/?mode=CSV1
However, I cannot accomplish it when authentication IS required by using: wget --no-check-certificate -O e:\export.csv "http://localhost:8080/demo/?mode=CSV1&uname=agrant&upassword=skipper" |
Re: How to login and export to CSV using wget?, posted by Alan Grant on Sun Apr 24 06:49:33 2016
|
UPDATE:
After days of head banging and trying different syntax combinations, I finally stumbled on my own answer. It involved some syntax adjustments,
and then splitting the task into these two consecutive operations: |