Home
Extended ECM
API, SDK, REST and Web Services
LAPI problems with Project.
unknown
In livelink, we can create a project node using a project template and add children to project node. Ex: adding "task list", "Task Group", and "Discussion" objects to the project node.Here are the following issues with LAPI:1) When we try to do the same thing with LAPI, it doesn't allow us to add any children. However it creates project node. But when we try to add any children like "task list", "task group" and "Discussion" to the project node, we were getting "Container Error" exception.2) When we try use ListObjects() method in LAPI to list the children of project node, it doesn't give the children of the project node. 3) CopyObject() doesn't work for copying the project node.Would you please let us know for the the solution on these issues? Thanks in advance.
Find more posts tagged with
Comments
eLink User
Message from Sean M. Alderman via eLinkOn Mon, 2004-04-26 at 17:41, eLink Discussion: LAPI Discussion wrote:> LAPI problems with Project.> Posted by APPMAT03gdc on 04/26/2004 05:36 PM> > In livelink, we can create a project node using a project template and add children to project node. > > Ex: adding "task list", "Task Group", and "Discussion" objects to the project node.> > Here are the following issues with LAPI:> > 1) When we try to do the same thing with LAPI, it doesn't allow us to add any children. However it creates project node. But when we try to add any children like "task list", "task group" and "Discussion" to the project node, we were getting "Container Error" exception.Sounds like you're trying to add items into the wrong volume object. Projects are both objects and volumes, so the project volume containsdocuments and web node objects. The tech tip article:
https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=2562468&objAction=ArticleViewShould
help to explain things better.> > 2) When we try use ListObjects() method in LAPI to list the children of project node, it doesn't give the children of the project node. > > 3) CopyObject() doesn't work for copying the project node.> > Would you please let us know for the the solution on these issues? > Thanks in advance.> > > > [To reply to this thread, use your normal E-mail reply function.]> > ============================================================> > Discussion: LAPI Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=765428&objAction=view>
; > Livelink Server:>
https://knowledge.opentext.com/knowledge/livelink.exe--Sean
M. AldermanITRACK Systems AnalystPACE/NCI - NASA Glenn Research Center(216) 433-2795Round Numbers are always false. -- Samuel Johnson
eLink User
Thanks for your help. I will read the article and try to implement that. Also, Can I use LAPI to create a project from Project Template available from "Livelink Volume" ? If Yes, how to do that? Please let me know
Digitalmind_User
The tech tip article link is broken. Would someone please post a new one if it is possible? Or prehaps a link to relevant info?