Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto-Login & NextURL Help

Status
Not open for further replies.

KBusaidi

IS-IT--Management
Dec 21, 2004
15
OM
Hello,

I am using the below URL that has the search API of which returns documents in LL. However this requires a login everytime the broswer is closed. I have been following the forum for a solution but have not yet got anything to work. Does anybody know how to resolve this in particular with the Search API and not XMLExport. The nextURL statement gets ignored.

Here is the URL:



Error that I get.

Livelink Error:

[You have either not specified any search criterion at all, or one of your Livelink Query Language statements is incorrect. Edit the query by clicking an option in at least one list and/or correcting the statements that appear in the fields. ]


All help is highly appreciated.
Cheers
Busaidi
 
If you compare the string you have, you will notice that the nextURL component is escaped, try that and let us know how you get on.
 
In OT knowledge base look for a post by John Shoun who has an utility for creating an auto login.All he does is as greg say take the first part make it into a login request and then pad the next URL with hexadecimal equivalents of
"=" "&".This should work but everybody is seeing your guest login.

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
 
Guys,

Thanks for all your help. The article from John Shoun and the post from appnair had the solution. You do indeed need to convert the escape characters to hexidecimals.

Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top