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