LLInProgress may be used when you are "paging" your search API result using the SATRTAT and GOFOR options.
e.g. if func=search returns 1000 rows, but I want 200 rows at a time. then LLInProgress is used to stored a session ID to indicate which page I was on.
But it is just my guess. Since I...
Hey appnair:
1 more question.
Other than cookie "LLCookie".
Should I be preserving 2 other cookies "LLInProgress" and
"LLTZCookie" that I saw?
They appeared in the response header from my initial login URL
request like this.
Set-Cookie: LLInProgress=; Expires=Sun, 01 Jan 1995 08:00:00 GMT...
Cool. I saw LLCookie with Firefox. It is set to expire at the end of the session.
I will try preserving the Cookie during my session within my Oracle PL/SQL Stored Proc.
I will also check out the REMOTE_USER header.
Thank you very much.
Will let you know the outcome.
It is the silly corporate enterprise policy. The Oracle server/instance that I am on is from another app/domain. Livelink lives on another Oracle server.
I am asking my Oracle server to behave like a client. So it is like writing a .Net desktop/Winform app that access Livelink meta-data using...
Anyone with experience with accessing Livelink via "Livelink Search API" from a Oracle PL/SQL stored proc?
Bascially, I would like to grab some meta data related to certain scanned doc in Livelink and stored them in Oracle data table.
My main problem is that my Oracle (as a client) is not NTLM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.