Hi Appnair,
I already have a VB application which uses LAPI where I am able to perform most of the operations needed for document management. The above mentioned is the only requirement where I am not able to find any help using the LAPI docs.
I tried using ll_CreateObjecTex but that creates a...
Hi,
I have a requirement where I need to;
1) Move a folder, its subfolders, and files inside over to Livelink server. This would avoid to keep track of all the folders and their properties and just copy/move everything inside over to LiveLink.
2) I also need to replace a folder with the same...
Hi,
I am using VB to upload the XLS, PDF and Text files to the Livelink Server. The application uploads these file one by one in a batch. Sometime during the batch run we get this error messages "Problems uploading Data Fork". This messages is generated by the API.
However in the next batch...
Hi,
I am trying to find whether a file with the same name exists in the folder or not, before I try and add the file to the Livelink server. How can I accomplish this?
I have the file name and the nodeid of the folder I am try to add the file into. What function can I use to pass in the File...
Hi,
There is no file with the same name in my personal worksapce. Also the file is loaded for the same user with which it was lgged in.
I have sent you the code.
thanks
Hi,
I am setting the session and all the other values.
Infact I am able to delte files as well as download them. Its only that when I try to add a file that it start to fail.
What exactly is the differenct between parentvolid and parentid ? Probably there is something wrong here, but then...
Hi appnair,
Well the code I sent you has a single backslash as I was trying my option but it originally had \\.
Now is the negative parentvol the issue. It is exactly the same as the parentID although reverse in sign. after I had populated the parentID, I went to the portal and check for this...
Can somebody help me with this line of code.
If (status = LL_OK) Then
status = LL_AssocGetInteger(objInfo, "VolumeID", parentVol)
End If
If (status = LL_OK) Then
status = LL_AssocGetInteger(objInfo, "ID", parentID)
End If
End If
If (status = LL_OK)...
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.