Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jneetz

Pages: 1 [2] 3
16
MP Server / Re: Spectrum Protect - Tivoli with CMOD Storage Question
« on: June 07, 2019, 08:24:51 AM »
Thank You

17
MP Server / Spectrum Protect - Tivoli with CMOD Storage Question
« on: June 05, 2019, 04:58:25 AM »
Hi,

Not sure where to post this or
     if there is a separate Spectrum Protect User Group somewhere let me know

Hopefully a simple question though just hard for me to research.

I setup a DEVCLASS with multiple DIRECTORIES on 2 different Drives  ( Windows System )
    I shown here:    DEFINE DEVCLASS FDXXXX01 DIR="F:\IMAGES,I:\IMAGES"

The I: Drive was added afterwards with F: Approaching Full
      The change worked with Images now going to Both F: and I:

F: is still being used and approaching closer to full or filling up soon

Question:
    Is there a threshold setting somewhere or built in that a Drive will stopped being used ?
    Or is there another method to stop using the F: Drive
   
Thought maybe updating the DEVCLASS with just  DIR="I:\IMAGES"
   But didn't want to take the chance yet of that rendering the Images in F: unable to access

Thanks in Advance


18
Other / Suggestion needed to Speed up Retrievals from TSM
« on: April 18, 2019, 04:36:24 AM »
Issue:  Running multiple ARSDOC GET and even if just running one it is averaging 3-6 seconds a document sometimes less
      ( mix of PDF, TEST. IMAGES )

System:  On LINUX Server older CMOD 8.5 and using Tivoli on the same server

We already upgraded to the latest CMOD Version ( and Tivoli ) and new Storage Hardware
    However still going through the Migration of Data  ( 3+ TB and millions of Documents )

Process:   Running ARSDOC GET by AppGroup and Date Ranges ( Depending on Groups Range can be Week or Monthly )
               Then process the output ( IND / OUT files ) into the New System

It's all straight forward and working .. Just very slow for the amount of Data we have
     Running multiple ARSDOC helps some but then as assumed slows each retrieval

Bottle neck seems to be something with TSM and possible the DB2SYSC using high CPU on the LINUX server

ANY SUGGESTIONS :)
    Can TSM be tweaked somehow, maybe using different DB2SYSC processes for each ARSDOC get somehow
    ** I'm just thinking as typing, maybe it's not db2sysc as the issue

Possibly how can a Whole AppGroup ( and maybe by date range ) be sent to Cache Storage before I do retrievals against it
    Or will that really save time sense it's kinda a double get

thanks


19
Content Navigator / Content Navigator Developing
« on: November 03, 2018, 11:19:18 AM »
Hi,

Where can I get help on costume coding for Content Navigator ?
    I tried to find a developerworks forum and doesn't seem to exist anymore

Here is my code in case this place can help .. launch.jsp

Notice where I have the ALERT messages my issue is explained there.
    Do I need another dojo.require ? Is my logic placement incorrect ? 

Not sure why having an alert would make it work which also depends on the location ?

I am just trying to logon a user and send them to the main Search Panel with Default Desktop

===================================================

<%@ include file="header.jsp" %>

<script>
    dojo.registerModulePath("ecm", "/navigator/ecm");
    dojo.registerModulePath("idx", "/navigator/idx");
    dojo.require("ecm.Logger");
    dojo.require("dijit._Templated");
    dojo.require("ecm.model.Desktop");
   
    function dxcLogonDesktop() {

      
      var edmsrepositoryId = "RepositoryIP";
        var edmsuserId = "<%=usrNameID%>";
        var edmspassword = "dummypass";
      
      alert("Alert Here Works Fine ?);
      
      ecm.model.desktop.repositoryId = edmsrepositoryId;
        ecm.model.desktop.userId = edmsuserId;
        ecm.model.desktop.setServicesUrl("https://myurl/navigator");
      
      //alert("Alert here Invalid UserID");
      
      ecm.model.desktop.logon(edmspassword, void(0));
      
      document.getElementById("ECMWebUI").style.display="inline";
    }
   
</script>

<body class="<%=bodyClasses%>" style="width: 100%; height: 100%; position: absolute;" onload="dxcLogonDesktop();">
   <script type="dojo/require">at: "dojox/mvc/at"</script>
   <%
   if (Util.isMobileDevice(request)) {
   %>
      <div id="ECMWebUIloadingAnimation" style="display: table; width: 100%; height: 100%;">
        <div style="display: table-cell; vertical-align: middle; text-align: center;">
         <div id="ECMWebUIloadingAnimationImage" class="ecmLoading"></div>
         <div id="ECMWebUIloadingText" class="contentNode loadingText"></div>
        </div>   
      </div>
   <%
   } else {
   %>
      <div id="ECMWebUIloadingAnimation">
        <div style="position: absolute; top: 40%; text-align: center; width: 100%;">
         <div id="ECMWebUIloadingAnimationImage" class="ecmLoadingApp">
            <svg class="ecmLoader" viewBox="25 25 50 50">
               <circle class="ecmLoader__path" cx="50" cy="50" r="20" />
            </svg>
         </div>
         <div id="ECMWebUIloadingText" class="contentNode loadingText"></div>
        </div>
      </div>
   <%
   }
   %>
   
   <div dojoType="ecm.widget.DesktopPane" id="ECMWebUI" style="display:none; width: 100%; height: 100%" browserLocale="<%=browserLocale%>"></div>
   
</body>

</html>



20
OD/WEK & JAVA API / odserver.login Was: ODWEK java api
« on: September 26, 2018, 06:10:15 PM »
Hi,

Hope you don't mind but hoping I can ask a question in this thread.

Through JAVA API or other method is there a way to Call Content Navigator and go directory
   to a Desktop say Search Screen already logged in ?

We use Content Manager OnDemand Repository

I am able to Login to the Repository using odserver.logn

But now how do I call Content Navigator WEB and bypass the Logon Screen
   I am using DesktopPane to call Navigator .. However it goes directly to the Logon
   screen and makes me re-login.

Thanks .. If needed I can start another thread


21
Other / Content Integrator UpdateItem
« on: July 10, 2018, 07:43:03 AM »
Hi,

Using this "Other" section not sure where I can get this answer .. Please direct be elsewhere if needed

Version 8.6 Content Integrator
Version 10.1 Content Manager OnDemand

I am trying to use the UPDATEITEM with Content Integrator SOAS and receiving the following error
   Is there some setting with a Repository to allow such updates or otherwise ?

<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring>COEC0063E: An error occurred while checking out the current content from the repository and saving its native contents to the named files.
 Caused By: COEN0009E: This connector does not support the attempted action.  Do not attempt this action for this connector.</faultstring><detail><ns3:FaultMessage xmlns:ns3="http://soaservice.eci.ibm.com/"><ns3:errorMessage>COEC0063E: An error occurred while checking out the current content from the repository and saving its native contents to the named files.
 Caused By: COEN0009E: This connector does not support the attempted action.  Do not attempt this action for this connector.</ns3:errorMessage></ns3:FaultMessage></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>


22
Other / Content Integrator - Zero Rows Returned
« on: November 09, 2017, 09:57:56 AM »
Hi,

ODWEK 10.1
CI 8.6.0.4
Webphere 9.0.0.0
CMOD 10.1
Oracle Database

Was working with CI 8.6.0.0
     But when I try reverting back I can't seem to get it working again.

Using the run_sample app and through our UI it is always returning Zero Rows Returned
   Even though there is data there .. Content Navigator bring it up fine.

Any clues :)

I attached some screenshots with more information

23
FYI .. Got this working  :)

Combination of having Navigator point to the updated ODWEK 10.1 that now comes with CMOD

Also actually my main issue
    , had to setup the windows PATH variable to point to the CMOD DLLs instead of the old ODWEK 9.0 DLLs

Weak Signature error came from not using ODWEK 10.1
    However other errors occurred until I setup the PATH correctly


Thanks

24
oh and as mention above when I upgrade the ODLineDataViewer with what comes in CMOD 10.1.01
It recieved the mid-tier error shown in one of my screenshots attached

25
Do you mean ODLineDataViewer to upgrade ?

ODWEK I only installed:   IBM_CMOD_WEK_9.0_WIN_ML

I search for Fixpack and it says that it comes with CMOD now but can't find it

If you can point me to URL of a fixpack that be great ?

Thanks

26
I was already on CMOD 10.1.0.1 which I believe is the latest fixpack

When trying to use the ODLineDataViewer2.jar from there I the receive the attached error.

Is the something with Content Navigator ?

Any security settings need to be set anywhere JAVA Console ? WebSpher ? CN ?

Thanks .. been working on this for days so will take any suggestion


27
Sure will ... Downloading now ... Maybe later today or tomorrow before I reply back with results.

Thanks for the suggestion


28
OD/WEK & JAVA API / ODLineDataViewer2 weak signature algorithm MD5withRSA
« on: October 18, 2017, 10:09:19 AM »
ODWEK 9.0
Content Navigator 3.0.1
CMOD 10.1
JAVA 1.8.0_151 ( On User PC
WebSphere 9.0.0.0
Windows 2012 Server

Let me know if you need any other information

Am I out of sync with something ?  Security setup in IE or JAVA ? Any ideas ?

The users cannot view Line Data reports with the applet ( work around is to download and view on desktop )

Receiving error:
ODLineDataViewer2.jar weak signature algorithm MD5withRSA

I included couple screenshot attachements



29
WEBI interface / Customize WEBi Login page on Linux
« on: July 27, 2017, 08:47:18 AM »
Hi,

Where is the file or something to customize the login page of WEBi v1.0.4
   and Linux OS

I found the Admin but that seems to just put themes with images, I need wording added such
as the Login or Home page Title changed

See attached image for sample of Default title.
    This changed on us after putting in the fixpack FP0005


30
MP Server / CMOD 10.1 New Install: ARS4014E Unable to load >ORACLE<
« on: July 07, 2017, 07:52:03 AM »
Hi,

New CMOD installation on LINUX 6 Server, CMOD 10.1

All seemed to install fine but now running the following command:

arsdb -I ODRAS -rtv
Error received:   ARS4014E Unable to load >ORACLE<

Does the INSTANCE OWNER also need to be a User ID on the LINUX Server for Library Access, Or do I have other problems
   At this time it is only and ID with Oracle, I run the command as root,  Testing DB Access with sqlplus works fine

Is there maybe another configuration I am missing

My ars.ini file ...........................
[@SRV@_ODRAS]
HOST=
PROTOCOL=2
PORT=0
SRVR_INSTANCE=xxxxxx
SRVR_INSTANCE_OWNER=oracleid
SRVR_OD_CFG=/opt/ibm/ondemand/V10.1/config/ars.cfg
SRVR_DB_CFG=/opt/ibm/ondemand/V10.1/config/ars.dbfs
SRVR_SM_CFG=/opt/ibm/ondemand/V10.1/config/ars.cache

[@SRV@_DD]
PROTOCOL=1

Part of my ars.cfg ......................
###########################################
# ORACLE Parameters (Library Server Only) #
###########################################
ARS_ORACLE_HOME=/u01/app/oracle/product/12.1.0.2/client_1
ARS_ORACLE_USERID=oracleid
ARS_ORACLE_PASSWD=oraclepassword


Thanks in advance

Pages: 1 [2] 3