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: *

  • Users: sxjain3
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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