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

    Additive Permissions

    We have an environment where, when a user logs in, they are dropped into various folders depending on their group membership, i.e. a member of GroupA will land in the GroupA folder, a member of GroupB will land in the GroupB folder. We now have a new requirement where users can be members of...
  2. markorjj

    REQUEST - Boilerplate Software Development Spec Doc

    I'm tasked with creating several workflows for our organization. While we have several already in place, we never documented the workflows, something I want to avoid doing. Does anyone have a boilerplate Software Development Spec Doc they'd like to share that could be used for Livelink...
  3. markorjj

    Calling Livelink from External Application

    Not sure if this is the right forum or not, but lets give this a whirl. We have two JavaScripts functions usded to call Livelink from one of our external applications as follows: function hideWebdav() { document.getElementById("frMap").style.display = "none"...
  4. markorjj

    Gloabally Change Permissions

    The issue: I have a folder tree that, for all intents and purposes, contains 10,000 + Parent folders that need to have the see - see contents permissions to several of the Child objects contained within them removed for a single group of users. I currently have no way of doing this right...
  5. markorjj

    WebDAV Issue

    We have an issue with WebDAV that OT Support has been unable to provide a solution for. Our environment is Solaris 10, Oracle 10g, and ECM 9.7.0 utilizing WebDAV 3.6.1. While we can access the document store utilizing WebDAV, and can click and can click and drag without issue. But if we click...
  6. markorjj

    Alternative to AdLib Express for Solaris

    We are running Solaris 10 and currently have AdLib Express running in a win_share. We would like to get rid of the win_share, but need some sort of an application that performs a similar function to Adlib Express that runs on Solaris. In theory, any PDF Server software that uses watched...
  7. markorjj

    Basic Authentication, Solaris, Apache, and Livelink

    I've been struggling to get Basic Authentication to work in our environment as follows: Solaris 9 is the OS Apache 2.0.55 is the Web Server Livelink ECM 9.7.0 with the January 09 patch applied Nothing I seem to do works, and OT Support has been pretty useless in this regard, and I can't seem...
  8. markorjj

    Livel Report Needed

    I'm trying to put together some sort of a LiveReport I can use to trim our user base down to users that are actually using the system. I'd like to put together a LiveReport that will spit out a list of all of the active users, with their login creation date, (if possible) and the last activity...
  9. markorjj

    LAPI deleteobject and Recycle Bin

    One of our custom apps is making a LAPI 'deleteobject' call. We assumed that the call would simply move the object out of the Livelink enterprise into the Recycle Bin. What we are finding is that the call is actually moving it into the recycle bin and then doing an immediate purge of that...
  10. markorjj

    Need LiveReport that will work on Oracle

    I used the following LiveReport on SQL Server without fail to produce a listing of users who have had their login disabled: select userprivileges, * from kuaf where deleted in (0,1) and floor(kuaf.userprivileges / Power (2, 0)) %2 = 0 Unfortuanately, I am now on Oracle, and the...
  11. markorjj

    Virtual Servers in Production Environment

    My client is set on install virtual servers across the board, including their livelink implementation. I know that OT does not support this type of an installation, but has anyone ever done this for real in a production environment? My options to sway the IT community against going down this...
  12. markorjj

    Vista and IIS 7

    Has anyone ever tried to get a Livelink Installation up and Has anyone tried running Windows Vista and IIS v7.0? I need to install a working an application for client demos and off-site work, and can't readily install VMWare on my system. Thi means I need to install a full copy of the...

Part and Inventory Search

Back
Top