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

  1. sandersbrett

    Report to show workflows that have been renamed?

    I'm not seeing any relevant entries in dauditnew when a workflow is renamed...is this event logged anywhere?
  2. sandersbrett

    esign robot not uploading pdf to workflow

    I have a workflow that utilizes the esign robot step, and everything seems to work except the pdf does not get uploaded back to my workflow attachment. I have verified that adlib does convert the document to pdf, and places it in the output directory. Then, the pdf dissappears from the output...
  3. sandersbrett

    UTF-8 can someone explain...

    Thanks for your reply... I'm in agreement, OT has a very easy out when it comes to supporting us under this configuration. However, converting everything fully over to UTF8 really doesnt do us much good, since the entire module in non-utf8 compliant. Transmittals 10 for CS10 is the only...
  4. sandersbrett

    Not able to create/open Document after changing FIle Storage in Kini table

    Also verify that the service account that is running your livelink server service can access the new file path.
  5. sandersbrett

    Display issue - Multiple attribute drop downs in Web Reports

    I recently did something similar. I used "Main" report for the <select> tag, and a "sub" report to generate all the option tags. main (header section) ============= <select id="areaoption" onchange="getgroups()"> <option value="null">--Select Area--</option> [LL_WEBREPORT_SUBWEBREPORT...
  6. sandersbrett

    UTF-8 can someone explain...

    In short, my customer's 9.7.1 system is configured (in the Opentext.ini) as UTF8. However, it appears that the DB (oracle) is running latin1 (WE8ISO8859P1). My guess is that this configuration in itself is problematic, but i digress. We are planning to roll out Transmittals 1.7.1, which is a...
  7. sandersbrett

    Open Text Explorer not appearing in Outlook

    Somtimes you have to manually add the livelink mapi data file in outlook. Look under "account settings" >> Data Files Tab >> click Add >> You should see something like "Open Text Explorer Mapi service
  8. sandersbrett

    Manipulate .map file to be readable?

    I'm in the process of documenting a MASSIVE workflow, and i'm really trying to keep my sanity after dealing w/ the painter. I'm manually clicking on steps to gather configuration, notification verbiage, etc. So I got the bright idea I would export the map, and manipulate the text file, so I...
  9. sandersbrett

    Enterprise connect &amp; browser integration?

    Im surprised OT hasnt gotten lynched for leaving that out.
  10. sandersbrett

    Enterprise connect &amp; browser integration?

    We just installed enterprise connect in a 9.7.1 instance, and left explorer 4.8.6 installed (so we can roll EC out in a phased approach). Now, at first glance I do not see any integration between EC and the browser interface. I expected edit/explore from here to launch EC, but its still trying...
  11. sandersbrett

    How to switch permissions between user or groups?

    If you have webreports, you could use a livereport to pull together the list of nodes where the orginal user is listed in the acl list, then have the webreport perform a permissions update for each node. I would definitely create a group for the new user and apply that instead of an individual...
  12. sandersbrett

    Schema for Personal Notification Settings

    Prior to starting LL services for the first time, I delete all rows from the notifyinterests2 table, and update all users mailaddress in kuaf to the administrators email address (just to be safe). I usually do not disable any agents.
  13. sandersbrett

    Schema for Personal Notification Settings

    nevermind, its in the agentschedule table
  14. sandersbrett

    Schema for Personal Notification Settings

    Does anyone know where personal notification settings are stored? I see where notifyinterests2 stores interests, however, i want to report on if anyone has changed their email settings: i.e. "email contents", or default schedule.
  15. sandersbrett

    Livelink Server Crash Brainstorm

    Hey guys, i've been pretty fortunate not to run into any major issues where I turned to this forum for help, but I hit one yesterday.... We had a user move a large folder which contained roughly a thousand items. Sometime during this move or shortly after the livelink service appeared to hang...
  16. sandersbrett

    White screen of death

    https, yes. We do have Server=localhost in our ini, is that what you are referring to? I have a hunch its browser settings, especially since my win7/ie8 machine has no issues. Unfortunately, i'm working on an fda validated system, so installing software takes an act of god...was hoping to...
  17. sandersbrett

    White screen of death

    ok, its not as bad as the blue screen, but i'm finally taking the time to track down why the workflow painter continually shows a white box instead of the painter. Usually the first time a workflow is edited, the painter rendors fine, every time after that is shows a white box, unless the...
  18. sandersbrett

    Livereport for offline mark events?

    I'm trying to write a report to show all offline marks for a specific time period, however, 'offline mark' doesnt seem to be an auditable event? Is this correct?
  19. sandersbrett

    Multiple login prompts during one session

    i believe the root cause of this issue was an improperly imported database (wrong tablespace). After the dba exported/imported the db correctly, the double login prompt went away, along with some other weird issues.
  20. sandersbrett

    webreport for search results, works intermittently

    ok i'll add the final solution was a piece of javascript for 'processkey'. essentially if the form was submitted using the enter key instead of clicking the submit button, it would bypass the webreport. details can be found here: https://knowledge.opentext.com/knowledge/llisapi.dll/open/18227474

Part and Inventory Search

Back
Top