From: eLink Discussion: LAPI Discussion [mailto:lapi@elinkkc.opentext.com] Sent: March 6, 2007 6:02 PMTo: eLink RecipientSubject: Physical Objects "get(name) not implemented for this datatype" Physical Objects "get(name) not implemented for this datatype" Posted by mmiranda (Miranda, Matt) on 03/06/2007 05:57 PM Hi I am programatically trying to create Physical Items in Livelink. I can create physical items that are non-containers (i.e. subtype 411) but when I try to create the physical item containers(i.e. 412), I get a "get(name) not implemented for this datatype" error and the program crashes. Has anyone ran across this before? I have attached an excerpt of my code.
From: eLink Discussion: LAPI Discussion [mailto:lapi@elinkkc.opentext.com] Sent: March 8, 2007 7:20 AMTo: eLink RecipientSubject: RE Physical Objects "get(name) not implemented for this datatype" 2 RE Physical Objects "get(name) not implemented for this datatype" 2 Posted by eLink on 03/08/2007 07:19 AM In reply to: Physical Objects "get(name) not implemented for this datatype" Posted by mmiranda (Miranda, Matt) on 03/06/2007 05:57 PM Message from Carsten Kulms <carsten.kulms@opentext.com> via eLinkOften this error indicates that something wnet really wrong in the execution of the function at LES. Please check if there are any trace...log files (written only if at least "detailed log level" is activated). Just a guess of mine: In your example code the "request" parameters "poFromDate" and "poToDate" are not set. Afaik there are required for physical item containers. Moreover, I think all the request parameters descibed to be "an optional field and is only necessary for physical item containers (Subtype 412)" in the "Livelink Records Management/Physical Objects API Guide" must be specified when creating a physical item container by means of CreateObjectEx.