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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem using VBA to download from Livelink-Continued

Status
Not open for further replies.

appnair

Programmer
May 29, 2003
1,770
US
See this FAQ.Any livelink object can be xml exported.Only the user 'Admin can do import.See this FAQ and read up on xml export/import syntax.The xml export will be extremely slow if the folder has a bunch of items.In any case you can
put some filters on versioned objects as to only the current version.
I could not read the other post,but I am almost sure that the first query is just hitting the livelink server and not doing the redirect (the nextURL) part.So pretty much the whole thing is lost in the myriad authentication mechanism.
You would probably have to execute a simple livelink login url and then try executing your query,two times to fake it and see if there is a difference.

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top