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: appnair
  • Content: Threads
  • Order by date
  1. appnair

    Quick help on ELINK functionality in Livelink a.k.a Content Server

    Quick help on ELINK functionality in Livelink a.k.a Content Server faq862-7885 Well, if I called the wrong number, why did you answer the phone? James Thurber, New Yorker cartoon caption, June 5, 1937 Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010...
  2. appnair

    Forum Etiquette

    Forum Etiquette A few posters here were basically getting answers to questions and no feed back given Even if our answers did you no good just say that as a courtesy gesture While nobody needs stars don't leave active forum poster's hanging out there in case nobody has seen this Well, if I...
  3. appnair

    Oracle 11.0 client to connect to Oracle 10 server

    ORA-12532: TNS:invalid argument I installed Oracle 10.0.1 server and created a database called OTXT.I can use the configuration assistant to do everything.I can tnsping,sqlplus etc etc on this server. On top of this since I suspect the oracle client files are problematic I installed oracle...
  4. appnair

    Projecting points to stand out in an Excel Graph

    The concept that I am trying to do is fairly simple.It invoves an x axis with time periods spaced weeks apart.My first Y axis is growth which is linear.However at certain steps or points on the Growth I have a calculation.For eg when the growth crosses 1 GB then I have to indicate or make it...
  5. appnair

    Problem using VBA to download from Livelink-Continued

    See this FAQ.Any livelink object can be xml exported.Only the user 'Admin can do import.See this FAQ and read up on xml export/import syntax.The xml export will be extremely slow if the folder has a bunch of items.In any case you can put some filters on versioned objects as to only the current...
  6. appnair

    VBscript RegExp

    I am not sure if this is the right place or whether there is a forum for reg expressions Situation:I have a folder windows that has files starting with timings1_0.csv thru timings1_9.csv and the pattern repeats like timings5_4.csv ,timings3_1.csv ,I guess you get the idea.I am constrained by my...
  7. appnair

    ORA-03114 Errors

    A little bit of setup is necessary here. Webserver has a CGI directory holding Opentext's livelink.exe application.It connects to an Oracle DB server thru a 9.2.0.1.0 client or at least that is what sqlplusw reports.I am an Oracle novice,I am the application admin for livelink.The livelink...
  8. appnair

    Dr LAPI article

    Please check out this article among the other useful things about Opentext's livelink at this site http://www.greggriffiths.org/livelink/development/lapi/drlapi// Freedom is not worth having if it does not include the freedom to make mistakes. Mahatma Gandhi appnair
  9. appnair

    ORA-01436: CONNECT BY loop in user data

    Can somebody tell me an easy way to understand this query select .ID,a.OwnerID,a.Type,a.SpaceID,a.Name,a.LeaderID,a.UserPrivileges from KUAF a where a.ID in (select distinct b.ID from KUAFChildren b start with b.ChildID=2753 connect by prior b.ID=b.ChildID) If I execute this I will get an error...

Part and Inventory Search

Back
Top