Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Loading of Files to IBM OnDemand

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IBM Tools
Author Message
r.ravikumar

New User


Joined: 05 Jan 2007
Posts: 20
Location: chennai

PostPosted: Thu Jul 02, 2009 3:25 pm    Post subject: Loading of Files to IBM OnDemand
Reply with quote

I want to load the reports to IBM OnDemand server. But while loading the report files using the utility program ARSLOAD it is throughing the error "Generic Indexer requires the data to have already been indexed". Please help me to resolve this
Back to top
View user's profile Send private message
References
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 583
Location: Iowa, USA

PostPosted: Thu Jul 02, 2009 8:20 pm    Post subject:
Reply with quote

The Generic Indexed requires two files. The Data file and an Index file. The Index file contains control information and the index fields and their values to be assigned. Name the file like your data file with .ind suffix.

Sample:
Code:
COMMENT: COMMENT: Generic Indexer Example 1
COMMENT: Different input file for each document
COMMENT:
COMMENT: Specify code page of the index data
CODEPAGE:500
COMMENT: Document #1
COMMENT: Index field #1
GROUP_FIELD_NAME:rdate
GROUP_FIELD_VALUE:07/13/99
COMMENT: document data starts at beginning of file
GROUP_OFFSET:0
COMMENT: document data goes to end of file
GROUP_LENGTH:0
GROUP_FILENAME:ARS.GENERIC1.OUTPUT
The OnDemand Info Center is here http://publib.boulder.ibm.com/infocenter/cmod/v8r3m0//index.jsp
There is a special OnDemand forum here http://timia.net/odug/forums/index.php
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IBM Tools All times are GMT + 6 Hours
Page 1 of 1