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!

How to access livelink domain user's myworkspace? 1

Status
Not open for further replies.

sina1702

Programmer
Mar 27, 2009
4
Hello everyone,
I am new here.I am trying to access livelink workspace by program.

As you know, each user in livelink has his own workspace--"My Workspace".

But I can not find a method to access domain user's myworkspace.

there are only :

documents.AccessPersonalWS(entInfo);
documents.AccessEnterpriseWS(entInfo);
documents.AccessEnterpriseWSEx(entInfo);

SO I wonder is there a way to access a livelin domain user's My Workspace?

thanks very much!
 
And I also have problems at livelink directory service.
Where can I get this module? Must I get it from OpenText?
I wonder if I can get free dev version or trial version?

Thanks very much for your help :)
 
Sina,
The Directory Services module must be downloaded from the OpenText site, you can get this direct from OpenText or from one of their Partners/resellers etc. If you speak to your OpenText a/c manager you may be able to get a trial version.

Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
 
Java/.NET Method Declaration

public int AccessEnterpriseWSEx(
String domainName,
LLValue entInfo )

Input Parameters
session the session handle as returned by the SessionAllocEx function
domainName the name of the domain that contains the Enterprise Workspace; a NULL value defaults to the domain of the user who executes the function; use an empty string value to specify the Livelink system domain


*******************************

API command that use EX means it is for extended that id domains and cross domains support so if the accesspersonalworkspace is not giving you the users pws then you can raise a support ticket with OT or as an Admin see if you can create a impersonateuser for the domain user you are attempting.Sorry havenot tested these but have you made sure that the accessperosnalworkpsace command is not giving you the right user's personal workspace

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer and probably certfiable,Livelink ECM Champion 2008

 
i also see when you create a session uou can pass the domainname in the config assoc.Have you tried that ?

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer and probably certfiable,Livelink ECM Champion 2008

 
Thanks very much for your great help,appnair!
It is very helpful. I added
config.add("DomainName", "DomainA");
and it workes, Haha!

BTW, can you tell me where did you find this? I can not find it form the livelink SDK...

Thanks again!

 
it is in online lapi documentation under session .i use that config for directory service livelink so had a hunch to look there

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer and probably certfiable,Livelink ECM Champion 2008

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top