Hi,
There is a Custom View available in the Enterprise Workspace containing links to 2 different Folders. On executing the SearchService with criteria as OTParentID as 2000 only 1 record is displayed which is custom view with OTDataID as 712425 and OTLocation as 2000 712425.
The custom view...
Hi,
In Enterprise Workspace there are 4 Folders and 1 Custom View. For the Custom View, a HTML is associated containing links to the 4 Folders.
For a normal user, on login to livelink, the user is able to view only the links available in the Custom View and 4 Folders are not displayed...
You are right AppNair. Here is the sample program. Few extra headers [Method getFileAttsElementHeader] are required when using the uploadContent method available in ContentService.
Earlier, I was trying the createDocument method from DocumentManagement service. In the new logic I am using the...
Hi AppNair,
Thanks a lot for your support.
I am able to upload a document using webservices. The link provided by you helped me identify the thing(simple as you say) which I was missing.
Thanks again.
Regards
Rajaneesh JM
Thanks AppNair.
I will try this link.
Meanwhile, note that I am using CS10.0.0 SP2 Update 11 and the link which you provided is for CS10.5
Hope this version change is not a concern.
Regards
Rajaneesh JM
Hi AppNair,
I have access to knowledge.opentext.com. As mentioned earlier, I am able to upload the document to livelink when connected thru a web browser. The exception is encountered only when adding a document using webservices
Regards
Rajaneesh JM
Hi AppNair,
My livelink and client are in two different machines. The path mentioned in the filePath variable String filePath = "E:/Livelink/TestUpload/TestLivelink.docx"; is available in the client. The program is being executed from the client machine.
I tried executing the program by...
Hi AppNair,
Thanks for helping me update the opentext.ini.
After change of settings, I restarted the server and executed the java client to add the document again. Below is the log from one of the thread.out files. Please help me in resolving the issue
08/27/2014 17:12:09 [2851869051]...
Hi Appnair,
Livelink CS10SP2Update 11 is installed on Windows machine using IIS. The webservices are installed on Apache Tomcat.
I am able to add the document using Add Item -> Document option in a different folder in Livelink.
Also I have verified the Authentication from the Java Client...
Hi,
I am writing a Java program to add a document to Livelink using webservices. I am using the DocumentManagement webservice. Below is the uploadFile method which accepts DocumentManagement dm as a parameter
private static void uploadFile(DocumentManagement dm, String admToken) {...
Hi, We are using SearchService to search for documents and folders
SingleSearchRequest singleSearchRequest = new SingleSearchRequest();
singleSearchRequest.setDataCollectionSpec("'LES Enterprise'");
singleSearchRequest.setQueryLanguage("Livelink Search API V1")...
Found a solution to the problem. Using OTParentID we can restrict the number of levels to be retrieved. Thanks to Kyle Swidrovich
singleSearchRequest.setResultSetSpec("where1=(\"OTSubType\":0 OR \"OTSubType\":144) AND \"OTParentID\":2000");
Hi Appnair,
Thanks for the clarification.
I also realized that the Search is not working on the livelink instance to which the web-services are connected. But I am unable to go further than this. Is there any particular settings to be done in the Administrator level for the search is work...
Hi,
We have an application which is already integrated with Documentum and Sharepoint. Now I am supposed to integrate with Livelink. Below is the requirements to be achieved during the integration.
1. Login to livelink with valid username/password using webservices
2. List all workspaces...
Hi Appnair,
Do you mean SearchService webservice is of no use? Is it not possible to search for documents/folders based on certain attributes?
I have written a sample program as listed below.
SingleSearchRequest singleSearchRequest = new SingleSearchRequest()...
Hi,
We have an application which is already integrated with DMS systems like Documentum and Sharepoint. We are now supposed to integrate with Livelink [Content Server 10 SP2 Update 11]. While integrating with Documentum and Sharepoint we provide a feature where in the user can search for values...
Hi,
We are using Content Server 10 SP2 Update 11. In order to support rendition of documents is it required to install a Rendition Server also along with the Rendition Module? OR Rendition module is enough to support Rendition of documents. Note that we do not have any third party rendition...
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.