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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Pilsieboy

  1. Pilsieboy

    Error adding categories to node

    Hi appnair, Yes I'm using LAPI. I managed to solve the date issue. The solution is: if (AddAttribute(attr, catVersion, "Date received", DateReceived.ToString("s"), true) != 0) ThrowException(session, "AddAttribute Failed"); The other problem remains. Really don't know how to get that...
  2. Pilsieboy

    Error adding categories to node

    Update: I found the problem: some values of the attributes were of an incorrect type. A new problem comes up. For attributes with Type = -1 (string) everything goes fine. So for the following attribute OwnerName, it works well...
  3. Pilsieboy

    Error adding categories to node

    Hi all, I try to add a document to a folder. I created all the required attributes of the category but I always get this error: Statuscode=101107 Message=Error adding categories to node ErrorMessage=Error inserting rows to the data table. API error= Could not create document (CreateObjectEx...
  4. Pilsieboy

    java.util.Locale Exception

    I can access Livelink via a normal browser, no problem at all. This is the URL (the URL is a little bit longer because I only have access to this 18879-folder): http://a-livelink:8080/livelink/llisapi.dll?func=ll&objId=18879&objAction=browse&sort=name&viewType=1 I also installed the java...
  5. Pilsieboy

    java.util.Locale Exception

    Ok thnx. How can I achive that (doing the same lapi call)? I am quite new to Livelink (3 weeks) so I am not sure what you mean. I can login via a browser as the same user but this is done via port 8080 instead of 2099.
  6. Pilsieboy

    java.util.Locale Exception

    Hi, I wrote a small program to submit docs to Livelink and on my development server I have no problems, everything goes well. When I run the same program on the production environment I always get an error: The type initializer for "java.util.Locale" threw an exception. I installed the...
  7. Pilsieboy

    Problem adding document in folder with required Category

    Thanks. I found the problem... For VolumeID I used volumeID = pwsInfo.toInteger("ID"); instead of pwsInfo.toInteger("VolumeID"); Ciao
  8. Pilsieboy

    Problem adding document in folder with required Category

    Hi all, I am struggeling with a kind of newbie problem :-S It shouldn't be that hard but I cannot find out what I do wrong. Hopefully someone can help me out! I am trying to add a simple .txt document to a folder ("FolderX") with a required Category ("CategoryX") which has a required Attribute...

Part and Inventory Search

Back
Top