Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
LL core function CBNodeMove gives error when called from DAPI.MoveNode
Sapna_Shah_(sapna.shah_-_(deleted))
HI,We have LL971. In our script for internal move of docuements, we call DAPI.MoveNode().However on debugging, this call goes into LL's core call CBNodeMove, Assoc dapiStatus = dapiCtx.fStatusfstatus is unkonwnand hencertnval = llParent.GetChildMoveOptions( dapiCtx, parentRec, nodeRec, dapiStatus.MoveInfo ) dapiStatus.MoveInfo is unknown as well..And livelink complains on thsi callAny idea??thxsapna
Find more posts tagged with
Comments
Donna Nalls
Hello Sapna,Whenever possible, you should use the LLNode methods for any type of node manipulation...try replacing your call to DAPI.MoveNode() with the appropriate LLNode's NodeMove() method.The LLNode methods do a lot of the "heavy lifting" prior to making the lower level DAPI calls...this will usually resolve any issues with callbacks...Regards,Donna
Bhupinder_Singh
Message from Bhupinder Singh <
bsingh@opentext.com
> via eLink
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">eLink
Let me know if this helps:
https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=14662523&objAction=view
- Bhupinder
From:
eLink Discussion: Development Discussion [mailto:development@elinkkc.opentext.com]
Sent:
Tuesday, December 02, 2008 12:43 PM
To:
eLink Recipient
Subject:
LL core function CBNodeMove gives error when called from DAPI.MoveNode
LL core function CBNodeMove gives error when called from DAPI.MoveNode
Posted by
sapna.shah
(Shah, Sapna) on 12/02/2008 12:42 PM
HI,
We have LL971. In our script for internal move of docuements, we call DAPI.MoveNode().
However on debugging, this call goes into LL's core call CBNodeMove,
Assoc@ @ @ @ dapiStatus = dapiCtx.fStatus
fstatus is unkonwn
and hence
rtnval = llParent.GetChildMoveOptions( dapiCtx, parentRec, nodeRec, dapiStatus.MoveInfo )
dapiStatus.MoveInfo is unknown as well..
And livelink complains on thsi call
Any idea??
thx
sapna
Sapna_Shah_(sapna.shah_-_(deleted))
Ahh.. WORKS!!! Thanks so much Donna and Bhupinder..sapna