Recent posts

#41
Content Navigator / Re: ICN Load Balancing questio...
Last post by Ed_Arnold - January 30, 2025, 04:18:39 PM
I inquired informally and got the following answer:

>>> There is no specific doc for this but that load balancer should have session affinity.

Ed
#42
CMOD for Multiplatforms / Re: ODF IVP Available In 10.5....
Last post by Ed_Arnold - January 29, 2025, 05:38:49 PM
Note:   the salesinvoice.ind and salesinvoice.out files are to be copied to a temporary directory to prevent inadvertent deletion.

Then the .ind will need to be updated to point to the location of the .out file.

Ed
#43
Content Navigator / ICN Load Balancing question
Last post by J9CMOD - January 27, 2025, 05:16:41 PM
I have a question about load balancing that I can't find in the documentation, and I need for a project.
We use ICN to view data stored in CMOD, and use the round-robin approach to our servers for load balancing.

(We store the data currently in DB2 databases.)

My question is - Does ICN need persistence load balancing?   Or is the round-robin method for logging into ICN handling those potential needs.

Any assistance would be appreciated.

#44
Content Navigator / Re: Issue in connecting reposi...
Last post by sunit - January 17, 2025, 03:41:14 PM
Had the exact same issue. Tracked it down to the following:
In your WebSphere Console navigate to Environment -> Shared Libraries
Select the ECMClientSharedLib and verify that the listed jar files are correct.

What I noticed is that the names did not match with the actual file names.

-SP
#45
CMOD for Multiplatforms / Re: Extra .OUT files with an e...
Last post by Justin Derrick - January 08, 2025, 08:53:51 PM
Hrm.  I was hoping the indexing parameters would be helpful, but I don't see anything there. 

It sounds like these are temporary files - is your ARS_TMP configuration parameter set to the same directory that you're loading from?  If so, changing it to another directory might move these out of the way, although it doesn't answer the question about what's in them.

You can use the UNIX/Linux 'file' command to see if the OS recognizes the file format:
  file Load.File.PDF.out?

This should give you the best guess for each data type.  If it can't determine what it is, the response will be 'data'.

-JD.
#46
CMOD for z/OS Server / Nothing New Under The Sun
Last post by Ed_Arnold - January 08, 2025, 08:53:19 PM
Just updating this to say that CMOD hasn't exposed any new errors in Db2 since my last update.

Ed
#47
CMOD for Multiplatforms / Re: Extra .OUT files with an e...
Last post by Joe Wolken - January 08, 2025, 08:14:51 PM
The extra files range in size from 20KB to several MB.  They appear to be the size of the PDF files that we trying to archive, with the exact same filenames but just with an extra .OUT1 extension.  The files are for various Applications, but they are all very simple PDF Indexer Applications with a single Trigger field zone and multiple index field zones, similar to the following:

COORDINATES=IN
TRIGGER1=UL(7.03,1.32),LR(7.54,1.59),*,'1',(TYPE=GROUP)
FIELD1=UL(0.35,1.31),LR(1.24,1.60),0,(TRIGGER=1,BASE=0)
FIELD2=UL(1.18,1.32),LR(3.53,1.59),0,(TRIGGER=1,BASE=0)
FIELD3=UL(3.70,1.31),LR(4.45,1.60),0,(TRIGGER=1,BASE=0)
FIELD4=UL(4.39,1.31),LR(5.13,1.60),0,(TRIGGER=1,BASE=0)
FIELD5=UL(1.02,2.43),LR(2.63,2.89),0,(TRIGGER=1,BASE=0)
FIELD6=UL(3.60,2.43),LR(5.09,2.89),0,(TRIGGER=1,BASE=0,DEFAULT='BLANK')
FIELD7=UL(5.63,2.45),LR(7.09,2.88),0,(TRIGGER=1,BASE=0,DEFAULT='BLANK')
FIELD8=UL(7.77,2.45),LR(8.42,2.92),0,(TRIGGER=1,BASE=0)
FIELD9=UL(0.35,1.67),LR(3.79,1.90),0,(TRIGGER=1,BASE=0)
INDEX1='RUNDATE',FIELD3,(TYPE=GROUP)
INDEX2='LOC',FIELD4,(TYPE=GROUP)
INDEX3='INVOICE',FIELD1,(TYPE=GROUP)
INDEX4='NAME',FIELD9,(TYPE=GROUP)
INDEX5='CONTAINER',FIELD2,(TYPE=GROUP)
INDEX6='MANIFESTID',FIELD5,(TYPE=GROUP)
INDEX7='TRACKINGNUM',FIELD6,(TYPE=GROUP)
INDEX8='HAWB',FIELD7,(TYPE=GROUP)
INDEX9='DESTCNTRY',FIELD8,(TYPE=GROUP)
INDEXSTARTBY=1
RESTYPE=ALL

Thanks,
#49
CMOD for Multiplatforms / Re: Extra .OUT files with an e...
Last post by Justin Derrick - January 07, 2025, 09:31:18 PM
Adding your PDF indexing parameters from your Application Definition, and showing the relative size of the files will help us figure it out.  :)

-JD.
#50
ODWEK, Java and REST APIs / ODWEK Trace - efficient?
Last post by jsquizz - January 06, 2025, 08:20:44 PM
We are trying to enable ODWEK trace on one of our JVM's running a custom ODWEK app. Unfortunately, we are out of support - and the only documentation that we've been given is that we need to recompile our code, adding information about the trace.. which does not seem possible.

Anyone in a similar boat?