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 Chriss Miller 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. sxjain3

    Need to move/copy the folder from local server to Livelink Server

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

    Need to move/copy the folder from local server to Livelink Server

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

    Getting Error "Problems uploading Data Fork" while uploading a file

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

    Determine whether a file already exists in the folder

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

    Having issues with this code

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

    Having issues with this code

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

    Having issues with this code

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

    Having issues with this code

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

Part and Inventory Search

Back
Top