Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: awiesauer
  • Content: Threads
  • Order by date
  1. awiesauer

    Error Adding News to Channel

    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"...
  2. awiesauer

    Error adding document (LAPI Java)

    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...
  3. awiesauer

    How to get FileSize of Document with LAPI?

    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...
  4. awiesauer

    Integrating Livelink functionality into a portal?

    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...

Part and Inventory Search

Back
Top