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 - Justin Derrick

Pages: 1 ... 29 30 31 32 33 [34] 35 36 37 38 39 ... 133
496
MP Server / Re: Reports Download Failure - Load Id
« on: April 26, 2019, 06:32:16 AM »
Yup, the -c option is fine -- but it should still say that it's retrieving the same number of documents that it found in the query.  That's odd.

-JD.

497
MP Server / Re: CMOD 10.1 ODEWK
« on: April 25, 2019, 08:34:12 AM »
The documented process is to install the full CMOD package.  It's not that large, and you don't have to configure the CMOD server, just ODWEK.  You can try deleting a few directories if you're seriously space-constrained.  Also, look into the whitepaper on CMOD and Docker if you're looking to implement it that way:  http://CMOD.co/docker

-JD.

498
MP Server / Re: Reports Download Failure - Load Id
« on: April 25, 2019, 08:31:56 AM »
Quote
ARS6107I 3032 document(s) have been queried. Retrieving 1 document(s).

Anyone else think this is weird?  3032 *found*, but only 1 to be *retrieved*.

-JD.

499
MP Server / Re: CMOD/DB2 vs Security Requirement
« on: April 24, 2019, 11:03:36 AM »
CMOD requires this access to manage tables, tablespaces, and tablespace containers.  It's possible to turn this off, but it's not advised, as it creates problems that must be fixed with manual intervention every time.

-JD.

500
Other / Re: Whos using ICOS?
« on: April 23, 2019, 11:46:05 AM »
I haven't used ICOS, but I strongly recommend a one-to-one-to-one relationship for storage management - 1 AG = 1 Storage Set = 1 'storage bucket'.  It keeps the data separate, and allows you to manage changes without affecting other App Groups.

-JD.

501
MP Server / Re: ARSLOAD Daemon + Force Generic Indexer?
« on: April 18, 2019, 11:24:59 AM »
Your scripts are trying to process the same files at the same time.  Sort your files into two different directories, or ensure you're not trying to load into the same Application Group at the same time.

-JD.

502
OD/WEK & JAVA API / Re: ODWEK 8.5 / CMOD 10.1
« on: April 18, 2019, 11:20:49 AM »
1)  I doubt it.

2)  Don't do it.

:)

-JD.

503
Content Navigator / Re: ICN and Data Mining
« on: April 18, 2019, 11:19:59 AM »
I suspect DataWatch being acquired by Altair may have something to do with it.

-JD.

504
MP Server / Re: ARS_ORIGINAL_CODEPAGE
« on: April 03, 2019, 08:02:55 AM »
My only thought is...  "Thank you for warning me."  :D

Yes, the codepage should probably be defined in the ars.ini or ars.cfg file -- or explicitly set in the CMOD instance owner's directory at install time, with instructions on NOT changing it.

And now that you mention it, I think I may have been bitten by this problem before, but my solution was to force everything to move to Unicode.  :)

-JD.

505
MP Server / Re: How to Identify FIELD is UPDATEABLE from the Database
« on: April 02, 2019, 04:58:29 AM »
If at all possible, you should be exporting the XML config for the Application Group, and parsing the XML.  The values of the vectored fields are subject to change without notice, and have changed in the not-too-distant past.

-JD.

506
z/OS Server / Re: LPD/LPR on CMOD
« on: March 28, 2019, 01:40:00 PM »
Of course, Darrell's solution is best - run arsload on the iSeries, and load it directly into the CMOD server.  :)

-JD.

507
z/OS Server / Re: LPD/LPR on CMOD
« on: March 28, 2019, 11:22:57 AM »
CMOD has arsjesd for receiving print output from the mainframe via the JES spool, if you can make that work.  Otherwise, you'll need an LPD/LPR listener to receive files.  It might make sense to post a question on the iSeries forum about this as well.

-JD.

508
iSeries / Re: CMOD 10.1 PDF indexer
« on: March 21, 2019, 01:05:48 PM »
Missing license file on the server?  The PDF indexer is a separately licensed feature.

-JD.

509
MP Server / Re: ARSLOAD Daemon + Force Generic Indexer?
« on: March 20, 2019, 08:17:37 AM »
Just wrap the IBM CMOD arsload command with a for loop in your shell.  :)

Code: [Select]
for i in metrics*.ind
do
  j=${i%.ind}
  arsload [options] $j
done

510
MP Server / Re: ARSLOAD Daemon + Force Generic Indexer?
« on: March 20, 2019, 03:49:26 AM »
Not in Daemon mode.  :)

-JD.

Pages: 1 ... 29 30 31 32 33 [34] 35 36 37 38 39 ... 133