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 - Steve Bechtolt

Pages: 1 [2] 3 4
16
We're testing the new HTML5 Viewer and it is working except for the fact that we're getting JSON errors when trying to view/add annotations.

17
MP Server / Re: Calling PDF Indexing Guru's
« on: August 23, 2017, 11:09:52 AM »
How about a single trigger 'OnDemand' and then have a doc_type index of 'CARDSTMT' and 'MEMOSTMT' This should break the PDF into separate documents

18
Content Navigator / Hide Folder Descriptions in ICN
« on: May 17, 2017, 12:05:08 PM »
Does anyone know if there's an ODWEK Java API property equivalent to the old CGI 'FOLDERDESC'?
While on WEBi, which didn't show the folder description, a client requested that we add description text to the folder names.
Now on ICN the folder description is displayed and we're  showing redundant verbiage.

I'd rather not have to go through the exercise of renaming all the folders.

Thanks

19
The GSKit RPMs are included in the CMOD TAR file:

-r--r----- root/archive 1330738 2014-08-06 09:56 CN206ML/linux/gskcrypt32-8.0.14.44.linux.x86.rpm
-r--r----- root/archive 1513551 2014-08-06 09:56 CN206ML/linux/gskcrypt64-8.0.14.44.linux.x86_64.rpm
-r--r----- root/archive 7539231 2014-08-06 09:56 CN206ML/linux/gskssl32-8.0.14.44.linux.x86.rpm
-r--r----- root/archive 7634662 2014-08-06 09:56 CN206ML/linux/gskssl64-8.0.14.44.linux.x86_64.rpm

20
Which database are you using for ICN?
Have you installed and configured the JDBC drivers for that database?
Did you configure the ICN configurejdbcecm.xml profile to run the DB script to create the tables? if not you need to manually run the updated script on the ICN database server.
Have you tested database connectivity from WAS?

21
MP Server / Re: Limit the Number of files in Cache1/retr folder
« on: September 21, 2016, 11:59:06 AM »
To add to Justin's comment about the 'retr' links in the first defined cache filesystem; CMOD reserves 5% of the first cache filesystem for this.
So when the first cache filesystem hits 95% utilized, no new storage objects will be written to that filesystem, as long as it is at 95% or above utilized.

22
MP Server / Re: Active/Active CMOD Configuration
« on: September 21, 2016, 11:55:09 AM »
We are using a Active/Standby HA utilizing HPE ServiceGuard.
We have two identical (CPU, RAM, etc.) servers in a cluster at one site.
All storage (cache, db2, tsm, application) is stored on SAN disks that float
between the nodes of the cluster. 
If there's a hardware failure on the active node, it takes less than 10 minutes to failover to the standby node.

23
MP Server / Re: Mapping single folder field with multiple AG fields
« on: July 11, 2016, 05:12:23 AM »
This is possible as long as the fields are of the same type.
We have situations where folders have 15 or 20 application groups mapped to them and the Report ID field is mapped 15-20 times to the application group RPT_ID field.

Add the desired Application Groups, and Applications as necessary, to the Folder and then simply map each field accordingly.

24
To run arsload in daemon mode:

arsload -h <instance> -f -d <data directory> -c <index directory> -t <sleep_time> -u <arsload_user_id> -G <field> -A <field>

This command is defined in a shell script that runs at startup/boot time.  We've been running arsload in daemon mode for over 15 years with multiple CMOD instances (10+) on a single server.

25
MP Server / Re: Migrating CMOD on AIX to Linux
« on: December 08, 2015, 10:22:24 AM »
Yes it is possible.
We just migrated from:
AIX 6.1, CMOD v8.5, DB2 v9.5, TSM v5.5
to
RHEL v6.4, CMOD v9.0 DB2 v10.1 TSM v6.3

We used RSYNC to move CACHE and TSM disk storage pool files from AIX to our new Linux servers
Used TSM tools to export and update the TSM database
DBAs did their magic to migrate the database tables.

26
Report Indexing / Re: PDF Indexer
« on: September 22, 2015, 12:28:19 PM »
We've recently migrated from CMOD 8.5 on AIX to CMOD v9.0 on RHEL
PDF Indexer performance improvement are very big: Input file: 775 MB, 78,435 documents, 237,008 pages
AIX:    14:23:52
RHEL: 01:21:45

Granted we went from 20 GB RAM to 256 GB...

27
MP Server / Re: ARSDOC Get Line Data Output Unreadable
« on: May 24, 2013, 06:04:51 AM »
We didn't ever see the answer to the question of which Code Page is used. Is the EBCDIC (Code page 500) or ASCII (Code page 850) data?

28
MP Server / ARSADMIN DECOMPRESS - Large Objects
« on: February 14, 2013, 05:27:59 AM »
Has anyone figured out how to use the arsadmin decompress utility to decompress the entire storage object file (nFAAA$)?

29
MP Server / WARNING - ARSDOC GET -X <loadid> issues
« on: February 14, 2013, 05:25:11 AM »
I just wanted to let you know of a potential issue with the arsdoc get -X <loadid> command in that it may not extract all of the documents associated with the specified <loadid>.

the reason for this is that arsdoc get compares the index values that were originally loaded in the nFAA1 file with the current database values, if the values don't match, the document is excluded from the extraction.

IBM states that this is operating "as designed" and is not a bug, go figure.

So be warned, if you use the OnDemand32 Document Audit Facility (DAF), arsdoc update, or any other methods to update your index values in CMOD, you're at risk of not extracting all documents.

30
CMOD 8.5.0.6 does have a fix related to this:
PM68005 - AG STORAGE MANAGEMENT changed after update in GENERAL tab

Pages: 1 [2] 3 4