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 - hmed

Pages: [1]
1
z/OS Server / Re: z/OS CMOD Postprocessor documentation -- where is it?
« on: February 20, 2023, 10:07:28 AM »
Those links are no longer valid.  Can somebody please share a current link?

2
We used to use the arsutbl cobol exit in 9.5 to create tablespaces and index tables based on our shop standards.  After moving to 10.5 we are using the ars.cfg DB2 ARSMVS Parameters to accomplish most of the functionality.

One of the things that we'd like to do is direct the tablespace and index tables to their own separate storage groups. 
Another thing that we would like to do is add a 'with restrict on drop' condition to the create table DDL.

How have other shops accomplished this? 
or... Does anybody have any suggestions on how these things can be done?

Thanks.  Ed W.

3
OD/WEK & JAVA API / Re: loaAddDoc exception
« on: August 18, 2020, 08:26:58 PM »
Yes, we have already loaded a document to this AG using ARSLOAD and the generic indexer.

4
OD/WEK & JAVA API / loaAddDoc exception
« on: August 17, 2020, 10:13:26 AM »
We are using ODWek and ARSSOCKD 9.5.0.12 and are trying to store a document via
odServer.loadInit();
odServer.loadAddDoc(1, idxs, file);
odServer.loadCommit("SERVICETEST-V01", "SERVICETEST-V01");

We see message #441 - File Transfer: Name(SERVICETEST-V01.SERVICETEST-V01.APPCOD) Bytes(7531565) Time(1.570) Location(/ars/tmp/tenv2/cmod/import/SERVICETEST-V01.SERVICETEST-V01.APPCOD.20200814.191319467372.3113218795536179863.ARD)
in the system log

and afterwards, an exception thrown by loadCommit(),
com.highmark.appcod.cmod.ImageODException: Failed to commit Load. Please consult the System Log for additional information.
RC = 2096
Message = The server failed while storing a document

We need help determining what the issue is.  No other messages are in the System Log or in ARSSOCKD

by the way, ars.cfg is configured with the following parameters
ARS_DOWNLOAD_DIR=/ars/tmp/tenv2/cmod/import
ARS_DOWNLOAD_TMP_DIR=/ars/tmp/tenv2/cmod/import
with permissions of 777 on those directories.

as per
https://www.ibm.com/support/pages/using-load-capabilities-through-odwek-v95

When watching that directory, we can see a document show up and then disappear.

5
Thanks.  I appreciate the time you and everyone else took to read and reply to this post.

6
Can CMOD 9.5 or later index a single PDF document with multiple sets of indexes when using "Indexing with internal indexes"?  If so, what is the correct Page Piece Dictionary format that CMOD would be expecting?

for example, internal indexes would be placed in page 1 of a PDF document.  Can AcctNumber 111, 222, 333 all reference the same document?  If so, would a format similar to this work?

/PieceInfo <</IBM-ODIndexes <</Private
<</BankNumber(0000000001)
/AcctNumber(111)
/BankNumber(0000000001)
/AcctNumber(222)
/BankNumber(0000000001)
/AcctNumber(333)
>>
/LastModified(D:20120619000000Z)
>>
>>

Pages: [1]