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 - Darrell Bryant

Pages: 1 2 [3] 4 5 6
31
Other / Re: Is System Log data stored in DB only or in Cache?
« on: June 17, 2021, 05:32:41 AM »
When you open the system log in the OnDemand client, there is a column named View. If the value in that column is Yes, the message has a document associated with it.

32
Other / Re: Is System Log data stored in DB only or in Cache?
« on: June 16, 2021, 07:19:50 AM »
Any System Log message that has View = Yes has an associated data object in Cache. You should always cache the System Log for at least 1 day so that it can append multiple data objects together in cache.

33
OD/WEK & JAVA API / Re: Installing ODWEK 10.1 on Linux
« on: May 28, 2021, 05:27:18 AM »
You said that you are using a base 10.1 install. In case you install the 10.1.0.5 or higher fixpack you should be aware of the following tip published in the 3Q2019 OnDemand newsletter.

ODWEK Java API users need to update CLASSPATH

Beginning with server version 10.1.0.5, customer applications that are using the Content Manager OnDemand Web Enablement Kit (ODWEK) Java APIs will need to include the Gson jar file, with path, in the CLASSPATH for the application. The file name for Gson version 2.8.1 is gson-2.8.1.jar and can be found in the <CMOD install directory>/jars directory, where CMOD install directory is your Content Manager OnDemand installation directory.
For example, the file name for Gson version 2.8.1 is gson-2.8.1.jar.  If this is the name of your most current Gson file, the CLASSPATH statement must be updated to include:

AIX:
CLASSPATH=/opt/IBM/ondemand/V10.1/jars/gson-2.8.1.jar
Linux:
CLASSPATH=/opt/ibm/ondemand/V10.1/jars/gson-2.8.1.jar
Windows:
CLASSPATH=C:\Program Files\IBM\OnDemand\V10.1\jars\gson-2.8.1.jar
IBM i
CLASSPATH=/QIBM/ProdData/OnDemand/jars/gson-2.8.1.jar.

34
Report Indexing / Re: Application group question
« on: May 19, 2021, 05:03:05 AM »
Objects in cache are located in a directory that is named using the Unix date of the segment date of the report. The Unix date is the number of days since January 1, 1970. If the segment date is incorrect, which it is in your case, then the objects are in the wrong directory. Arsmaint uses the directory name to determine if the objects in that directory need to be processed.

35
Report Indexing / Re: PDF Indexer
« on: May 18, 2021, 05:55:49 AM »
PDF Indexer now included in Content Manager OnDemand for MP V10.5 and Content Manager OnDemand for i V7.4

PDF Indexer feature is now included with Content Manager OnDemand.
Content Manager OnDemand for Multiplatforms includes entitlement to Content Manager OnDemand for Multiplatforms PDF Indexer, a feature that previously was available only for an additional fee.
Content Manager OnDemand for i includes entitlement to Content Manager OnDemand for i PDF Indexer, a feature that previously was available only for an additional fee.
Customers must be running the latest Content Manager OnDemand version and agree to current license information documentation to take advantage of these features.
For additional information about these offerings, see the software announcement 220-345.

36
Report Indexing / Re: Application group question
« on: May 18, 2021, 05:52:37 AM »
The Administrator client help text has this to say about the Load expiration type.

"The system deletes an input file at a time from the application group. The latest date value from the input file and the Life of Data and Indexes determines when the data is eligible to be deleted. Load is the default expiration type."

The date the data was loaded is not used to determine expiration, unless there is no segment date defined.

More information can also be found at the IBM Documentation web site (formerly the Knowledge Center).
https://www.ibm.com/docs/en/cmofm/10.5.0?topic=maintenance-removing-index-data

37
Report Indexing / Re: Date Format Error
« on: March 02, 2021, 12:03:57 PM »
If you are using the 400 Indexer, you can specify the field such that it is only located once in the first document of the report and the same value used in every document.  For example,

FIELD6=0,87,9,(TRIGGER=3,BASE=0,DEFAULT=X'6D5CC6C9D5C4D6D5C3C55C6D')    /* _*FINDONCE*_    */
INDEX6=X'C481A385',FIELD6,(TYPE=GROUP,BREAK=NO)                         /* Date            */

38
For the case where not all applications are in the folder, the following where clause works.
WHERE                   
  ag2f.FID = fol.FID     
  and ag2f.AGID = ag.AGID
  and ag2f.AID = app.AID
  and ag2f.AID <> 0   

I realize that does not solve your problem completely, I'll think about it some more and post again if I come up with other ideas.

Update: you don't need this line in the where clause:   and ag2f.AID <> 0

39
iSeries / Re: Is there an alternative to iNav for creating Storage Set
« on: December 07, 2020, 05:55:44 AM »
IBM Navigator for i is the only available interface for creating disk pools and migration policies.

40
iSeries / Re: How to remove loaded .IND files using STRMONOND
« on: November 05, 2020, 06:31:53 AM »
When I run STRMONOND TYPE(*DIR) with DLTSPLF(*YES) both the index and data files are deleted after a successful load. That is assuming both the index and data files are in the monitored directory. If the data file is in a different directory from the index file, the data file is not deleted.

41
iSeries / Re: How to remove loaded .IND files using STRMONOND
« on: November 04, 2020, 07:00:44 AM »
Files should only be renamed with the .PRC extension if DLTSPLF is *NO.
You might check the authorities to the files, to make sure the user running the monitor has authority to delete the files. Also check the monitor joblog. You might need to temporarily increase the logging level of the job description and restart the monitor to capture all the detail in the joblog.
If these suggestions don't resolve the problem, I recommend you open a case with IBM support.

42
One consideration for PDF documents is that annotations are not displayed if the document is launched in an external viewer. An external viewer is always used with the 64-bit Windows client, and also for the 32-bit Windows client if the full Acrobat product is not installed.

43
iSeries / Re: Backing up CMOD on iSeries
« on: September 24, 2020, 11:29:41 AM »
See the First Quarter 2014 issue of the Content Manager OnDemand newsletter, specifically the tip entitled 'How to Save and Restore a UDFS'.
The newsletters can be found at: https://www.ibm.com/support/pages/node/628001

44
Report Indexing / Re: Character translation
« on: September 21, 2020, 07:27:50 AM »
Hi Dave,

Based on your description, with only one character being incorrectly displayed, it sounded like an encoding problem to me. When I googled the phrase  code page 500  the first two hits described differences from other EBCDIC code pages, including the problem you were experiencing.  The second hit being more readable, I included it in my reply.

Best Regards,
Darrell

45
Report Indexing / Re: Character translation
« on: September 21, 2020, 06:57:50 AM »
It appears to me that the dataset is encoded in CCSID 37 but is being loaded as CCSID 500. Code point X'4F' is different between the two with the difference you describe.

https://www.ibm.com/support/knowledgecenter/SSEPEK_10.0.0/char/src/tpc/db2z_codeptdiffebcdic.html

Pages: 1 2 [3] 4 5 6