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.


Topics - MarkD

Pages: [1]
1
MP Server / Generate Inventory of all CMOD Reports
« on: August 04, 2016, 10:13:48 AM »
I want to start by saying that I don't think this is possible, but if anyone has been down this road, I'd appreciate some tips.  We have a big Records Management project under way, and we are being tasked with creating an inventory of all CMOD Reports so that they can be categorized and managed for expiration.  When a report is defined by an application within an application group, this is fairly simple.  However, we have many applications that process report bundles which are broken up into their constituent reports by the ACIF indexer.   An index field with BREAK=YES controls this.  These reports are all separately viewable via the dropdown within the folder.  I cannot think of a way to capture all of these reports within a single application.  Any ideas?   

2
MP Server / ARS1163E No source file was specified using .IND file
« on: April 26, 2013, 12:28:42 PM »
I have an existing app and appgrp to which I want to archive a report using a predefined .IND file.  I am doing this on CMOD 9 on AIX for the first time.  My IND file is called dpf45b.IND and is coded as follows:
CODEPAGE:850
GROUP_FIELD_NAME:rdate
GROUP_FIELD_VALUE:04/23/13
GROUP_FIELD_NAME:rname
GROUP_FIELD_VALUE:R-1001
GROUP_OFFSET:0
GROUP_FILENAME:/brdwnld3/dpf45b.dpf45b.dpf45b.out

I then execute:
arsload -h bcdemand -fv -u medepat -p /home/medepat/medstash -a dpf45b -g dpf45b /home/medepat/dpf45b

It seems to fail because it is unable to locate the GROUP_FILENAME where the file does indeed exist:

ARS4315I Processing file >/home/medepat/dpf45b<
ARS4334I Load Version <9.0.0.1>  Operating System <AIX> <6.1>  OS Userid <medepat>  Install Location </opt/IBM/ondemand/V9.0/>
ARS4335I Server Version <9.0.0.1>  Operating System <AIX> <6.1>  Database <DB2> <10.01.0002>
ARS4312I 04/26/13 15:10:14 -- Loading started, --UNKNOWN-- bytes to process
ARS1163E No source file was specified
ARS1146I Loaded 0 rows into the database
ARS4311E 04/26/13 15:10:14 Loading failed
ARS4318E Processing failed for file >/home/medepat/dpf45b<
Processing has stopped.  The remaining files will NOT be processed.
 
Probably something obvious, but I can't see why it should it fail to find the source file.

3
Windows Client / Windows arsview produces only x'0C' for each afp page.
« on: August 31, 2012, 07:18:32 AM »
Our CMOD server runs on AIX.  The Windows client has an arsview.exe in the c:\Program Files\IBM\OnDemand32 folder.  When I try to run it from a cmd line, it produces a x'0C' for each page in the afp document.  arsview works fine in AIX, but I'd like to be able to run the utility in a Tivoli Workload Scheduler job on a Windows server.  Is the utility supposed to work in Windows?  Could I be missing resources that are not distributed with the client? 

Pages: [1]