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 Mike Lewis 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. nicolas46

    Calling a LES Webservice throw a WebSSO system

    Thks for your reactivity Appnair ! 1)What is the livelink webserver : IIS (on a Windows Server 2003) 2)Is it protected by IWA or anonymous : Anonymous 3)What variable is used in haeder authentication : HTTP_SM_USER (LDAP Authentication) 4)The exposed webservices does it have IWA or is it...
  2. 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...
  3. nicolas46

    AdminService.getLocalHostName() Where are you ?

    I access to my livelink with this adress : test01.euro.local/admin/livelink.exe The function AdminService.getLocalHostName() give me : "test01" instead of "test01.euro.local"...because of this I can't use some functionnalities like Esign.
  4. nicolas46

    AdminService.getLocalHostName() Where are you ?

    Hi, Do you know where does Livelink store the parameter AdminService.getLocalHostName() ? thanks.
  5. 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...
  6. nicolas46

    Threading problem ?

    Thanks appnair. This is exactly what i do in my code. My code works for more than a year's now..so i don't thinks there is a big problem in it. In addition to this, we now notice that we have a lot of lock in the database during this spleeping thread problem. Lock on update Dtree and...
  7. nicolas46

    Threading problem ?

    Thanks @appnair: yes I use some StartTranscation/EndTranscation in my code. I don't understand "read the scoop on it" :) what do you mean by "scoop". @ggriffit : The program architecture was not under my control at this time i was only a trainee ^^. There is 1 module with 8 ospaces and a lot...
  8. 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 ...
  9. nicolas46

    How can i use WebSBrocker ?

    Thanks i will try.
  10. nicolas46

    How can i use WebSBrocker ?

    Thanks appnair Exactly --> In .Net stubs + Oscript Code $WEBSBROKER.SearchAPIUtil.Search( prgCtx, searchRequest ) is the function i will use, the problem is now to build the searchRequest :( I have pu a breakpoint in WebSbroker>ExternalSearchInterface>Search>NewSearch.Execute() there is a lot...
  11. 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...
  12. 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...
  13. nicolas46

    How can i buy a OT guide

    :) Thanks ggriffit. I havn't access to the KC yet...I hope i will have it soon.
  14. 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
  15. nicolas46

    Authentification WebService

    Thanks ggriffit , I will take a look to this doc when I will have access to the KC (hope soon...)
  16. nicolas46

    Authentification WebService

    Thanks appnair !
  17. 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...
  18. 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
  19. 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 ?...
  20. nicolas46

    WebServices, Java Sample problem

    It'Ok, I found what was going wrong. In the web.xml file, the Livelink server port was 80 instead of 2099.

Part and Inventory Search

Back
Top