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 dencom 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. RajaneeshJM

    Folders available in EnterpriseWS but not displayed

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

    Using SearchService for 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...
  3. RajaneeshJM

    Login error using External Authentication

    Hi, I have installed the Content Server Directory Services module to configure Content Server 10 SP2 Update 11 for external authentication. In our environment we are using Microsoft ADS. For synchronization LDAP Read option has been set, and we are able to synchronize few of the users...
  4. RajaneeshJM

    How to add a document to Livelink using webservices

    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) {...
  5. RajaneeshJM

    Obtain Document FileType and GUID using SearchService

    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")...
  6. RajaneeshJM

    SearchService - How to retrieve First Level documents/folders available in a workspace?

    SingleSearchRequest singleSearchRequest = new SingleSearchRequest(); singleSearchRequest.setDataCollectionSpec("'LES Enterprise'"); singleSearchRequest.setQueryLanguage("Livelink Search API V1"); singleSearchRequest.setFirstResultToRetrieve(1); singleSearchRequest.setNumResultsToRetrieve(100)...
  7. RajaneeshJM

    Equivalent of Sharepoint Content Types in Livelink

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

    Service to search among attributes of a document

    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...
  9. RajaneeshJM

    Rendition Support in LiveLink

    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...
  10. RajaneeshJM

    Sample JAVA for using REST Search API in Livelink

    Hi, I am trying to use the RESTful Search API in livelink in a Java program. It would be very grateful if any one provided me with a Sample Java program for authenticating and performing a Search to find a document called Test.docx Regards Rajaneesh JM
  11. RajaneeshJM

    Error while using Search Service

    Hi, I am writing a sample program to verify the Search Service available in LiveLink [Content Server 10.0.0 Plus Service Pack 2 Update 11]. Below is the code snipper. SearchService searchService = getSearchService(admToken); //Obtain service using token obtained from...
  12. RajaneeshJM

    HTTP Transport Error while connecting to LiveLink using webservices

    Hi, I am new to OpenText LiveLink. We are using Content Server 10 SP2 Update 11. The Content Server has been installed on a machine [lets assume machine name as livelinkhost] using IIS. Also the Web Services have been deployed on the same machine using Tomcat. I am able to access the CS using...

Part and Inventory Search

Back
Top