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

    Livelink service crashes

    Team, We upgrade one of our LL installations to 9.7.1 from 9.5.1. (this is our second installation. We have 3 installations due to huge setup here). In this upgrade, things went smooth. We have 2 front end with 3 LL instances and one seperate admin machine. In the admin machine though...
  2. madhuusa

    attachments tab in workflow

    Team, We developed a new workflow (this is has a main wkflow which calls another sub wkflow and inturn calls another subwkflow and then the final subwkflow finishes the wkflow). We have event scripts also but benign one's for CAPI inserts. But what is happening is for some users, on the...
  3. madhuusa

    LL faster than FileShare

    As part of our roll out to a new team, we had to validate livelink speed versus file share speed. When we open documents (say 1MB, 10MB, 100MB, 300Mb, 500MB) in LL it seems to be much faster than file share. LL beats fileshare by almost double. For instance 300MB open in LL is like 13 to 15...
  4. madhuusa

    xmlwfic stuck in workflow

    Team, AppNair, We have a weird situation. We have couple of workflows with xmlwfic step. This step basically calls a servlet which then comes back and fills in form data after which the workflow continues. In one specific workflow, we are seeing that the workflow step is stuck for xmlwfic and...
  5. madhuusa

    Customize advanced search page

    One more question team. Can we customize "Advanced Search" page. Basically we want to remove "Natural Language Query", Scope, XML Types and Browse Livelink. In admin page there is an option to hide "Natural Language Query" from advanced search page. But it seems not working (We are installing...
  6. madhuusa

    MyHome --> Favorites

    Team, We want to disable MyHome and make it Favorites. I went to Admin page and under Java Module Administration unchecked the checkbox for application server and restarted LL services. But the check box comes right back and MyHome stays as it is. Any reason why this is happening? Is there...
  7. madhuusa

    LDAP issue

    Guru's, I need some LDAP help. When we connect to LDAP server, we get the following error always. Even if we adjust the search results page size in our LDAP param screen anywhere from 1 to 50000 the same error. MS has a link at...
  8. madhuusa

    Version does not get created

    Gurus, Have any of you faced this situation. When I created a version (either via add version or via edit of LL explorer), it just updates the version number (say from 1 to 2, 2 to 3, etc). But it does not display the various versions in the version tab. I checked the administer item control in...
  9. madhuusa

    Selectively hide/display Function menu choices

    Guru's, AppNair, How do I selectively hide display function menu (function menu-->properties) such as Holds, Records Details, XReference, Provenance and Classifications. Right now each user can hide these tabs. But is there a way as admin somebody can enable a specific group alone to see say...
  10. madhuusa

    Tiered storage for EFS

    Hello Team, We are looking to install a new Livelink environment and for that we were wondering whether we can do tiered storage for EFS. Meaning, instead of having EFS mapped to say F: drive which in turn has say 500 GB or 1 TB or storage, we were wondering whether we can have like F:\...
  11. madhuusa

    Implication of commenting this code

    Hello Team, AppNair, In one of customer's OScript module, there is usage of this code. What the module does is : Given the object of the folder, the category name, one of the value of the attribute (along with attribute name) : the module retreives all the document's atribute value and...
  12. madhuusa

    Debug statements in OScript

    Hi All, I got a module from a vendor (who is no longer in business) and i need to debug it. I can setup break points and debug it. But I am wondering whether there is any way in which I can debug using System.out.println kind of statement in OScript so that it writes to a output file. I...
  13. madhuusa

    MOSS/LiveLink Comparison

    Here is my take on SharePoint 2007 and LiveLink Of late, I am extensively working on 2007 but LiveLink is the leader in our company. Please feel free to add your points. SP 2003 and MOSS 2007: ------------------------ the less said the better about 2003. so i will jump to 2007. 1. MOSS...
  14. madhuusa

    Word conversion to pdf by selection

    Team, I have a question on word/pdf combo and was wondering if you have come across this kind of requirement. One of our users (who normally stores documents/pdfs/etc in Livelink) wants to do is to generate a set of pdf’s from a master document. The pdf’s will be generated as per the section...
  15. madhuusa

    Displaying "seq" in Livelink web form

    Hello folks, If anybody can help with this, it will be great. I am having a small web form in which I need to display the seq (the seq field in the table that was created by Livelink along with default columns such as VolumeId, Dataid, rowseqnum, versionnum). My sql query is select...
  16. madhuusa

    invalid username password error

    Team, We are running LL 9.5 SP1 with sql server 2000 and EFS in a seperate machine. The front end is 2 machines running 3 instances each of LL. Of late we are getting this error called invalid username/password when users try to access Livelink. We were in a prior monthly patch but put the...
  17. madhuusa

    Unknown error: Process Error 1

    Gurus, AppNair, We installed admin server in our production environment. We have clustered environment with 2 front end's and admin server seperate. The admin process namely search engine and index engine process does not start but gives Unknown error: Process Error 1. There is no log...
  18. madhuusa

    Liveink 9.5 Versus Sharepoint 2003/2007

    Friends, I have been working apace and things were going on smoothly on Livelink. It is being used by nearly 2000 users with 1000 users very active and around close to 400 gb EFS. LL is in a clustered environment with worldwide users and we use other stuff such as Workflows, Custom OScript...
  19. madhuusa

    AddUser call does not seem to create personal volume

    Team, I am creating a user via UAPI.Adduser call as below. status = UAPI.AddUser(\ uapiCtx.fSession,\ userName,\ userPWD,\ UAPI.GROUP,\ defGroup,\ privs,\ data ) After this i set the extended attributes also. The user gets created correctly. When I try to browse the...
  20. madhuusa

    WebLingo.CurrentCache.LookupCompiledFile

    Guru's, I am writing a new oscript module for a business functionality. I have a LLRequestHandler called CreateNew with funcprefix as user. In the execute method of the CreateNew requesthandler, I do some checks and then set .fHTMLFile = 'show1.html' I restart builder, open up the ospace...

Part and Inventory Search

Back
Top