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 - Stephen McNulty

Pages: [1] 2 3 4
1
iSeries / Re: arsdoc update issue
« on: March 22, 2022, 06:20:42 AM »
Giuseppe

look in the application group, field Information tab, and confirm that the field that you are trying to change has "updateable" selected.

The other way would be to use the windows client and update the field (but this would still require it to be 'updateable'

2
Report Indexing / Re: Date Format Error
« on: March 03, 2021, 06:24:04 AM »
in response to "Is there any debugger kind of thing in CMOD"

use Update Application in the admin client, Indexer information, Modify with sample data (the spool file in question)

use the "toggle between display and add paramters" to highlight your index fields.  go to document 59, you should see that you are not picking up the date field as expected.

3
MP Server / Re: determine oldest doc in an app group?
« on: February 25, 2021, 06:20:03 AM »
It might be possible to query the System Load tables  SA%..., using the the APPLGRP_NAME and LOAD_START_DT  fields.

this assumes all your loads were done after the load table was introduced.

4
Windows Client / Re: Adding new accesses by multiple users
« on: October 08, 2020, 05:38:35 AM »
I ran into this issue a few years ago.  There is an IBM technote on it;    https://www.ibm.com/support/pages/node/286565

5
iSeries / Re: Backing up CMOD on iSeries
« on: September 24, 2020, 05:56:12 AM »
there is an ibm redbook which may help with your question. 

search for  "Content Manager OnDemand Backup, Recovery, and High Availability" 

There is a chapter on backup and recovery for iSeries

6
Report Indexing / Re: arload with pdf on AIX
« on: July 08, 2020, 07:59:36 PM »
actually a typing mistake on my part, the screen shot shows version 10.5.0.0  .

7
Report Indexing / Re: arload with pdf on AIX
« on: July 08, 2020, 06:26:29 AM »
Does the client crash on your windows machine consistently? 
I would second JD's suggestion to open a service request.   
It shows you are running  10.1.0.0  which makes you a "test pilot"  :) 
being risk averse, I would prefer to be at 10.1.0.1 as soon as it is available.



8
Are you getting any errors or warning in the system log during the expiration?  we had issues in the past, that the expiration processing would stop after a problem  (  ie process one or 2 app groups one time, 20 the next).

our workaround was to resolve the problem, or manually force an expiration on the particular app group to get past the issue.  once all we got around all problem app groups, the expiration jobs would run completely.

9
Hi JD

We looked a this a while ago, (for individual doc loads),  which then turned itno, lets use it for bulk loads, in the end decided just not worth the bother.  Rather than have scarce java developers put things together with ODWEK, it was easier to convince them to create a file landing area, and let an OnDemand monitor job pick up the files.

10
Other / Re: Identifying Duplicate Reports
« on: December 18, 2019, 05:59:01 AM »
in some scenarios 2 reports with the same posting date is valid.

We originally used information from the system Log, then once available started to use the System Load facility.   
There are a number of fields that we use to determine if a load is duplicated (ie  doc Begin date, row count, total pages, input size, output size, input file name)

11
Windows Client / Re: Use of ARSOLE.OCX
« on: December 06, 2019, 08:52:03 AM »
Joe,  I can't say I've had any experience with this recently.  I vaguely remember years ago(many) that there were that there was something about Ondemand client and VB in the OnDemand Toolbox

12
iSeries / Re: FNDRPTOND always returns message 'FOLDER xxxxxxxx NOT FOUND
« on: October 11, 2019, 03:48:54 AM »
Joe,  the command needs to provide the field definition name from the Folder instead of the app group

I had same bad result with your command,

instead use;

FNDKEYOND FOLDER('System Log') KEYFLD(('Msg Num' *EQ 30))

13
Content Navigator / Re: Line2PDF viewer/transform anyone?
« on: August 16, 2019, 08:52:52 AM »
the knowledge base says to contact your ibm rep.  https://www.ibm.com/support/knowledgecenter/en/SSEUEX_3.0.2/com.ibm.installingeuc.doc/eucco080.htm

I would expect the Line2pdf transform to be under your odwek install (not familiar where this would be on z/OS)

14
which component is hanging?  is it the server or the client workstation.  Also what exact levels of 9.5.*  are you using at server and client?

15
MP Server / Re: determining orphaned indexes?
« on: July 26, 2019, 04:13:54 AM »
I had to deal with some orphaned indexes recently.

the following support document from IBM may help

https://www-01.ibm.com/support/docview.wss?uid=swg21392642

Pages: [1] 2 3 4