Difference between revisions of "ARS4305E"

From CMOD.wiki
Jump to navigation Jump to search
m (One more tweak.)
m (Added more information on troubleshooting Content Manager OnDemand error ARS4305E.)
Line 26: Line 26:


== Troubleshooting ==
== Troubleshooting ==
Verify the contents of the Generic Index file (.ind) to ensure that it doesn't have a prefixed path.  IBM CMOD's arsload utility will look for the files in the specified path, NOT the local directory.
Verify the contents of the Generic Index file (.ind) to ensure that it doesn't have a prefixed path.  IBM CMOD's arsload utility will look for the files in the specified path, NOT the local directory.  To resolve the issue, either update the path to the file to be loaded, or remove it so that the OnDemand arsload utility will check the directory from which the command is started.


To resolve the issue, either update the path to the file to be loaded, or remove it so that the OnDemand arsload utility will check the directory from which the command is started.
Make sure you do NOT specify the ".ind" extension on your arsload command line.  If the generic index file you want to load is <code> AFP_Statements STM002.0.STMT.STMT.ind</code>, specify <code> AFP_Statements STM002.0.STMT.STMT</code> (again, without the .ind filename extension) on the command line.


== Articles Related to this message ==
== Articles Related to this message ==


[http://www.odusergroup.org/forums/index.php?topic=2433.0 IBM Content Manager OnDemand User Group Forums]
[http://www.odusergroup.org/forums/index.php?topic=2433.0 IBM Content Manager OnDemand User Group Forums]

Revision as of 13:29, 25 July 2019

What was the error?

Message Number: 4305

Message Severity: Error (Corrective action is required to continue)

Message Name: ARS4305E

Message Text: Generic Indexer requires the data to have already been indexed. Index the data or verify your input file and resubmit the job.

Example

 $ arsload -h ondemand -vfn -g Customer_Statements -a AFP_Statements STM002.0.STMT.STMT
 ARS4305E Generic Indexer requires the data to have already been indexed. Index the data or verify your input file and resubmit the job.

Related Errors

There may be other warnings about a failed load.

What were you doing?

You were likely trying to load a file that was created on a different server, filesystem, or subdirectory from the one you're loading in. The Generic Index file may have been produced on an upstream system, or by the arsdoc get command on an IBM CMOD Server.

What happened?

During the production of the file, a partial or complete path to the file name was included in the file. The generic index file might include a path to the file like this one:

 GROUP_FILENAME:/arstmp/STMT002/2018-01/STM002.0.STMT.STMT

Troubleshooting

Verify the contents of the Generic Index file (.ind) to ensure that it doesn't have a prefixed path. IBM CMOD's arsload utility will look for the files in the specified path, NOT the local directory. To resolve the issue, either update the path to the file to be loaded, or remove it so that the OnDemand arsload utility will check the directory from which the command is started.

Make sure you do NOT specify the ".ind" extension on your arsload command line. If the generic index file you want to load is AFP_Statements STM002.0.STMT.STMT.ind, specify AFP_Statements STM002.0.STMT.STMT (again, without the .ind filename extension) on the command line.

Articles Related to this message

IBM Content Manager OnDemand User Group Forums