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

  • Users: nicolas46
  • Content: Threads
  • Order by date
  1. nicolas46

    Calling a LES Webservice throw a WebSSO system

    Hi ! I have an application written in Java which upload and download documents stored in my Livelink by using les-webservices. The first version of my app uses the Authentication service to get a token (base on the Livelink user login and password). Everything works fine in this version. Now, in...
  2. nicolas46

    AdminService.getLocalHostName() Where are you ?

    Hi, Do you know where does Livelink store the parameter AdminService.getLocalHostName() ? thanks.
  3. nicolas46

    Oscript Length function comportment

    Hi ! The livelink I use is : Livelink 9.7.1 UTF8 When i execute this code : echo ("------------------") String test1 = "abcde" String test2 = "àbcdé" echo (length(test1)) echo (length(test2)) echo ("------------------") I have this result : ------------------ 5 3 ------------------ This...
  4. nicolas46

    Threading problem ?

    Hi, I have develloped a script in a new livelink module. The goal of this big project was to import document/folder/object...into Livelink. (Livelink Object Importer was not able to do what we want). Most of the time this project works fine but sometime I have a problem that i don't understand ...
  5. nicolas46

    How can i use WebSBrocker ?

    Hi, I'm developing a new research Webservice more easy to use than the existing SearchService. My web method signature is: searchDocument(Integer aStartingLocation, String aDocumentCaption, Metadata aMetadata) My problem is now to create the research query for the WebSBrocker module…I don’t...
  6. nicolas46

    is it difficult to be Certified OT Developer?

    Hey, my question is for appnair and ggriffit :). I work on livelink since march 2010, my company wants to be OT partner, so i have to pass the certification exam for developer. I just want to know if it's a difficult exam and wich parts of livelink i need to focus for this exam. i haven't...
  7. nicolas46

    How can i buy a OT guide

    Does any body knows how can i buy this guide : OpenText Livelink ECM – Enterprise Web Services 9.7.1 Programmer’s Guide ? Thanks
  8. nicolas46

    Authentification WebService

    Hi, I will soon develop 10 news WebMethods in a new Livelink WebService. I 'm trying to understand how authentification works. My frist question is : When i call AuthenticateUser method, the password is not encrypted, does this mean that I can see my password in the soap envelop ? (using...
  9. nicolas46

    Proxy task

    Hello, In Livelink, if user1 is proxy of user2, in the Personnal assignements page, how user1 can know the task which was originaly assign to user2 ? Thanks
  10. nicolas46

    Livelink WebServices generals question Topic

    Hello, I'm learning to use Livelink WebServices, and there is some stuff that i don't understand. Can I use Livelink WebServices API with any programming languages (java ok, C# ok, but C++ ?, VB.net ?, PHP ?...
  11. nicolas46

    WebServices, Java Sample problem

    Hello, I'm trying to learn more about Livelink WebServices. The C# exemple works fine but not the Java one. I think it's a Tomcat configuration problem but i have no idea how to solve it. I have this message when i try to authenticate myself : "Server did not accept open request". If I put the...
  12. nicolas46

    How can i have access to the OT Knowledge Center

    Hi, How can i have access to the OT Knowledge Center ? my company has to be a partner ? how much does it cost ? In this KC, can i have access to documents such has "Livelink builder fundamentals course" or "Livelink WebServices Developers guide" ? Thanks
  13. nicolas46

    How to get MapID with a Workflow ID...?

    Hi, Everything is in the title. I have the ID of a Workflow and i want the id of the workflow map. Thanks for helping me.
  14. nicolas46

    How to realy delete a Document in Livelink via Oscript

    Hi, Everything is in the title; I’m trying to remove a document in Livelink via an Oscript program. I tried DAPI.DeleteNote() method , and also $LLIAPI.LLNODE.NodeDelete() but nothing seem to work like I want. The file is removed but I still have the document...
  15. nicolas46

    XML Validation with XML schema in Oscript

    Hello everybody, I'm trying to validate my XML file with and XML schema but I get validations errors where there is not. It is like it doesn't understand my xsd My XML : <?xml version="1.0" encoding="UTF-8"?> <personne> <nom>MBODJ</nom> <prenom>Babacar</prenom>...

Part and Inventory Search

Back
Top