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
1
When you moved storage object from the on-prem TSM system to the cloud based system, did you update the PRI_NID values in the database to reflect the new node?

2
Report Indexing / Re: Best Practice - Index vs Filter
« on: November 02, 2022, 11:48:09 AM »
You really need to think about query performance. 
If there are no indexes, then the queries have to scan every row in the database table, which can take a really long time on high-volume data.
Having indexes on fields such as cust_num, subscriber_number, etc. and making them required will improve performance dramatically.

3
Report Indexing / Re: PDF Index from FileName
« on: November 02, 2022, 11:41:15 AM »
You need to setup some dummy index parameters:
CC=NO
CONVERT=NO
CPGID=850
FILEFORMAT=STREAM,(NEWLINE=X'0A')
FIELD1='Dummy'
INDEX1='DUMMY',FIELD1,(TYPE=GROUP,BREAK=YES)


4
Content Navigator / Re: Message of the day + Content Navigator
« on: August 01, 2022, 08:16:29 AM »
You can update the Desktop->Appearance to specify a the "Login page content" that points to a MOTD.html file.
Then you just update this HTML file to fit your needs.

5
Content Navigator / CMOD Embedded SSO via ICN SAML Token
« on: July 27, 2021, 01:16:58 PM »
Has anyone had any issues migrating ICN/CMOD SSO via SAML from using the IBM SSO Plugin and ARSUSEC program to the built-in SSO feature CMOD now supports?
We have two clients configured on a single WAS system: one uses PingIdemtity and the other uses OKTA as their Identity Provider.
Both clients work using Plugin/ARSUSEC. The PingIdentity client also work on the new built in SSO, but the OKTA client gets an error when using the built-in method.  The issue is that the LTPA key for that browser session has expired.  The can successfully login, but when they try to open a folder is when they get the message about the expired LTPA key.

Any thoughts?

6
Content Navigator / Upgrading ICN
« on: July 27, 2020, 04:48:12 AM »
When upgrading ICN, since my database is already configured for ICN, do I need to run the script that is created in the modified directory?
Looking at this script it sets the navigator version to 3.0.1, even though we're running 3.0.7. It also updates task manager and sync services which we're not using.

Thanks

7
Report Indexing / PDF Indexing - Page Piece Dictionary
« on: February 11, 2020, 12:18:47 PM »
Just curious if anyone has performed some timing differences between normal PDF indexing (triggers and fields) versus CMOD indexes in the PDF Page Piece Dictionary?

We have some very large PDF files 500,000 - 1,000,000+ pages that currently take about 3-4 hours to index and load.

8
Content Navigator / Re: CMOD/AFP plugin not work with ICN
« on: November 19, 2019, 06:43:45 AM »
Each client workstation/pc must also install the IBM AFP Web Viewer plugin

9
Content Navigator / Re: Chrome Browser issue
« on: August 14, 2018, 11:44:44 AM »
Chrome, as well as Firefox, no longer supports java applets.
If you want to continue to use the ODWEK Line Data Viewer Applet, you'll need to use IE.
You can configure ICN to convert the line data files to PDF.
You can also upgrade ICN and ODWEK to take advantage of the new HTML5 Line Data Viewer

10
MP Server / PDF Indexer with large PDF files
« on: August 14, 2018, 11:25:21 AM »
I was just wondering what the largest PDF file, in terms of number of pages, anyone has processed.
and what is the timing for indexing these large PDF files.

11
Report Indexing / PDF Indexer of extremely large files - 1.2 million pages
« on: February 13, 2018, 11:50:04 AM »
Does anyone have metrics of PDF indexing of extremely large PDF files?
We're talking about files 1-2.4 GB and 800,000 to 1,200,000 pages per file.

12
MP Server / Re: User exit in C - need advice
« on: February 02, 2018, 05:54:02 AM »
Get rid of the for loop and use: exitstruc->record[0] = 0x20;

13
MP Server / Re: Cabinet View is not Showing Via ICN
« on: February 02, 2018, 05:31:31 AM »
What version of ICN are you running?
We see cabinets in ICN v2.0.3.7 and v3.0.3.

14
MP Server / Re: Index Exit should be placed
« on: February 02, 2018, 04:59:27 AM »
I would suggest including the path to the file in your INDXEXIT parameter

15
Report Indexing / Re: Double byte character sets (DBCS)
« on: February 02, 2018, 04:49:09 AM »
In your index file, set CODEPAGE:1208

Pages: [1] 2 3 4