Hello,
I'm trying to add a news item to a channel by using Java LAPI.
here is my method:
LLValue newsType = new LLValue().setAssoc();
LLValue createInfo = new LLValue().setAssocNotSet();
//set values of newsType
LLValue request = new LLValue().setAssoc();
request.add("Story"...
Hello appnair,
thank for your help. It seems that the file transfer was blocked due to an cgi-configuration error. It was fixed by our administrative stuff and is working now.
First of all, thank you for your help.
Downloading files by using FetchVersion works perfectly. The user has the right to upload the file (write into folder).
I make the call to the webserver (80).
The error message sounds strange to me: "Server does not respond". If it would be a permission...
Hello,
I always get an error when uploading a document to livelink (using a File, not an InputStream): "Server does not respond, maybe Livelink could be down".
Other LAPI methods work fine, like listObjects or GetObjectInfo, which are called before addDocument.
The application runs within...
Hello,
I'm trying to read the filesize of a document object with the LAPI (Java).
I can get other attributes like name or creation date, but if I try to get FileDataSize, as stated in the LAPI reference, I get an Unknown-Attribute-Exception:
record.toInteger("FileDataSize") (record is an...
Hello,
I'm developing a corporate portal for an industrial partner. The portal is based on Java Portlet Standard (JSR168). I have to integrate Livelink into this portal, but I'am not sure what is the best way to do this.
Users of the portal should be able to view and create folders, to view...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.