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 Mike Lewis 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: *

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

    Error adding document (LAPI Java)

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

    Error adding document (LAPI Java)

    No that was not me. I can't try it without tunneling, because this is prevented by a firewall.
  5. 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...
  6. 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...
  7. 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