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 strongm 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: LiveLinkPRO
  • Order by date
  1. LiveLinkPRO

    Automated file uploading to Livelink folder

    John, Dozens of options are available. Along with the mentioned ones, it would also be possible to push a file into a mapped WebDAV share. You'll have to decide for the option that fits best for your requirements. Jack
  2. LiveLinkPRO

    OTSQL help

    Bala, Can you please phrase this out in detail and based on examples. What does your document contain and what are you searching for plus what results do you expect? Provide the facts rather than starting the discussion based on your assumptions. Leave that Prox stuff aside and discuss the...
  3. LiveLinkPRO

    Livelink 9.5.0 and Office 2007 documents

    Greg, I have stated all this before. Also, I do not understand what you refer to as "2. Possible problems with other custom module code" - this is a red herring in my opinion. Which application/module cares what the absolute length of a database column is? Be it 48 or 255, I haven't seen any...
  4. LiveLinkPRO

    Livelink 9.5.0 and Office 2007 documents

    Greg, Not quite. Actually it IS possible to make 9.5 SP1 compatible with Office 2007 documents. At least, when it comes to opening/editing/saving, HTML viewing (Filterpack) is a different topic, as you don't get the latest Oracle Filters for 9.5 SP1 anyway. Full Office 2007 support is only...
  5. LiveLinkPRO

    OTSQL help

    Bala, I am not sure if I understand your requirements properly. If you mean, you have a document containing "A G" for example and your data sets are A,B,C vs. E,F,G (1 hit in subset 1 and subset 2) then this is not trivial to do. I'd have to look into the documentation myself and do some...
  6. LiveLinkPRO

    OTSQL help

    Bala, How and where did you define your search query and which options did you set? Here is a working example that does what you're looking for. Text file has: I1 I2 I3 I5 So my sets are: (I1,I2,I3) and (I4,I5,I6) Do a Natural Language Query Search with mode "LiveLink aware", not "Keyword...
  7. LiveLinkPRO

    Alternative to AdLib Express for Solaris

    This appears to be outside the scope of this forum, as long as the product delivers standard output and file formats, then this is not a topic for a LiveLink forum in the first place. You might watch out for an Adobe forum to discuss issues with that product.
  8. LiveLinkPRO

    LAPI function to start/stop search engines.

    I can't imagine any business case for this, however a lot of stuff can be done via Java code inside the otsearch.jar. You can send commands to the Admin Server directly and run specific commands. The extended Admin Server logs would demonstrate examples. However, don't do this in a productive...
  9. LiveLinkPRO

    Advanced Search: Categories, no results

    Don't discuss around the problem or workarounds, but look at the main problem. There were issues with certain modules, for instance Attribute Extensions. Are you using that by any chance? Contact Open Text and ask them to look into your problem.
  10. LiveLinkPRO

    relative hyperlinks

    There is a setting useRelativeLinks or similar to be set in the opentext.ini somewhere, just go to the Open Text Knowledge Site. This is a standard feature and important for different scenarios. No need to mess around with WebDAV links or other fancy stuff. A side effect are of course the...
  11. LiveLinkPRO

    Alternative to AdLib Express for Solaris

    The default RMI port in LiveLink is 1099, not more, not less. You can change it in one minute and it doesn't affect anything else. Nothing to worry about. You have 2 options where you can change the port and if you know one, what else do you need? Change it and it's fine.
  12. LiveLinkPRO

    Livelink service crashes

    So did the new Oracle Client resolve the problem? C'mon, commit to it. It's not a shame to overlook something :-)
  13. LiveLinkPRO

    help with overriding methods

    I don't know what you're doing, however, if you orphan something properly, then the orphan is overriding the original...there is no need to explicitly load something if you do it correctly. But...as mentioned, this appears to be a bit of a waste of time for you and others. I also wouldn't...
  14. LiveLinkPRO

    help with overriding methods

    The easiest way is to create a new ospace, unlock it and orphan the stuff you want to change. Then, after changing the orphaned ospace, you can dump the changes into a patch. Alternatively, you can create a completely new module (provided the changes are worth the overhead) or modify an...
  15. LiveLinkPRO

    Livelink service crashes

    ...from oracle 9i client vs oracle 10g db...." Are you asserting that you are using an Oracle 9i Client against an Oracle 10g database? This is totally unsupported and will result in all kinds of issues, frequent crashes and instabilities included, but not limited to that. You MUST use the...
  16. LiveLinkPRO

    MyHome --> Favorites

    This has actually never been resolved completely as the root cause hasn't been found. It can still happen with the latest patches, and the solution is to use the [QuickLinks] approach.
  17. LiveLinkPRO

    Livelink service crashes

    Look at the complete logs, especially threads and connects. Also check that DataID as mentioned. Make sure that no other apps mess up your memory or other applications access your files / dataflow as the processes are running. An EFS on a UNC share is also not the best thing to do, network...
  18. LiveLinkPRO

    PDF Rendition issue with page numbers when using Adlib software.

    Mikey, There is a registry setting for Adlib Express that corrects the wrong page numbering behaviour. I don't remember it off the top of my head, but ask Adlib Software or OT to provide the setting. Also I cannot remember if this is documented or not. You don't need any fancy workarounds or...
  19. LiveLinkPRO

    WebDAV Issue

    Markorjj, That means you actually mispresented the issue as a regular WebDAV problem while you are using a highly customized environment, not the best conditions to get useful responses in a forum. Also WebDAV is not meant to work without a valid login/session, nobody ever stated that. This is...
  20. LiveLinkPRO

    Process Error 131:Process is out of memory

    If you hack stuff out of the dataflow, you will have to reindex the deleted objects manually (one ipool message contains up to 500 objects). This can be done by inserting all objects into the dtreenotify that match a certain time frame (where ModifyDate). Consult OT Support to walk you through...

Part and Inventory Search

Back
Top