-----Original Message-----From: eLink Discussion: LAPI Discussion [mailto:lapi@elinkkc.opentext.com]Sent: April 22, 2003 11:27 AMTo: eLink RecipientSubject: UpdateWorkPackage(...) causes exception UpdateWorkPackage(...) causes exception Posted by SCorUser8 (Heying, Glenn J) on 04/22/2003 11:16 AM If I call the UpdateWorkPackage() method on a LAPI_WORKFLOW object I get the exception...Exception in thread "main" com.opentext.api.LLIllegalOperationException: get(name) not implemented for this datatypeI even get this if I call AccessWorkPackage() to get the workpackage and just pass it right back in to UpdateWorkPackage(). Has anyone gotten UpdateWorkPackage() to work? Or is there another way to update fields in the workpackage?
-----Original Message-----From: eLink Discussion: LAPI Discussion [mailto:lapi@elinkkc.opentext.com]Sent: April 23, 2003 2:12 PMTo: eLink RecipientSubject: UpdateWorkPackage - more information UpdateWorkPackage - more information Posted by SCorUser8 (Heying, Glenn J) on 04/23/2003 02:08 PM In reply to: UpdateWorkPackage(...) causes exception Posted by SCorUser8 (Heying, Glenn J) on 04/23/2003 10:10 AM Here's the call stack that's reported with the exception. Any idea what I'm doing wrong? As I mentioned earlier, I'm merely Updating with the workpackage returned in AccessWorkPackage. I've verified that the workpackage contains the expected data.at com.opentext.api.LLInstance.get(LLInstance.java:72)at com.opentext.api.LLValue.toValue(LLValue.java:691)at com.opentext.api.LLConnect.unMarshall(LLConnect.java:317)at com.opentext.api.LLConnect.unMarshall(LLConnect.java:328)at com.opentext.api.LLSession.unMarshall(LLSession.java:100)at com.opentext.api.LAPI_WORKFLOW.UpdateWorkPackage(LAPI_WORKFLOW.java:407)
Matt Eidson AFFTC/ITASC Livelink Integrator/Developer - Network Systems Analyst Tybrin Corporation Office: 661-275-3704 Mobile: 661-810-6091 Nextel DC: 122*11*6004
-----Original Message-----From: eLink Discussion: LAPI Discussion [mailto:lapi@elinkkc.opentext.com]Sent: April 23, 2003 2:47 PMTo: eLink RecipientSubject: RE RE UpdateWorkPackage - more information RE RE UpdateWorkPackage - more information Posted by eLink on 04/23/2003 02:47 PM In reply to: RE UpdateWorkPackage - more information Posted by kward (Ward, Kevin) on 04/23/2003 02:32 PM Message from Eidson Matthew W Contr AFFTC/ITASC <Matthew.Eidson@edwards.af.mil> via eLinkKevin, A little off the topic but you mentioned a LAPI logging patch? Can you elaborate on that a little more? Thanks, Matt Eidson AFFTC/ITASC Livelink Integrator/Developer - Network Systems Analyst Tybrin Corporation Office: 661-275-3704 Mobile: 661-810-6091 Nextel DC: 122*11*6004 -----Original Message-----From: eLink Discussion: LAPI Discussion [mailto:lapi@elinkkc.opentext.com]Sent: Wednesday, April 23, 2003 11:33 AMTo: eLink RecipientSubject: RE UpdateWorkPackage - more information RE UpdateWorkPackage - more information Posted by kward (Ward, Kevin) on 04/23/2003 02:32 PM In reply to: UpdateWorkPackage - more information Posted by SCorUser8 (Heying, Glenn J) on 04/23/2003 02:08 PM Message from Kevin Ward <kward@opentext.com> via eLinkGlenn, I don't believe you're doing anything wrong. Livelink should be handling your UpdateWorkPackage correctly. It's looks like a problem inside Livelink that Jeremy can help you debug (I believe you have a ticket with him). The best approach is for us to attempt to replicate the error after obtaining some more detailed information about your system and workflow. There's also a LAPI logging patch which may log useful information but Jeremy will decide if it's necessary or not after having a look. Kevin -----Original Message-----From: eLink Discussion: LAPI Discussion [mailto:lapi@elinkkc.opentext.com]Sent: April 23, 2003 2:12 PMTo: eLink RecipientSubject: UpdateWorkPackage - more information