Could someone please help me - I'm writing Java code using LAPI to add folders and documents to a main folder that has a category assigned to it. The category is inherited by all of its children. I'd like to update the attributes of the children with data read from another source.
When I open a child or grand-child in LL, the category looks okay.
When I however want to list all the categories within Java using theDataID of a child, I dont retrieve the list. Instead I get an error. (I read the dataId's from the database)
I get the following messages:
[session.getStatus()]: -2147482645
[session.getApiError()]: <blank>
[session.getErrMsg()]: <blank>
[session.getStatusMessage()] : Entry for aaa could not be found in configuration file.
I'm using the same users and passwords as input parameters to the program, as what I use to log into a LiveLink session. I can merrily create categories and change them in LiveLink using that profile.
abart@datacentrix.co.za