file is missing in the ILM application server. Verify that the SAP Java Connector installation is correct.
Perform the following steps to verify the SAP Java Connector installation:
From the command line, navigate to the following directory:
<Data Archive installation>/webapp/WEB-INF/lib
Enter the following command:
java –jar sapjco.jar
If the installation is correct, you see the path to the SAP Java Connector library file, such as
C:\SAPJCO\sapjcorfc.dll
.
If the installation is not correct, you see a
Library Not Found
message in the path for to the SAP Java Connector library file.
If the installation is not correct, perform the following steps to resolve the error:
Verify that you installed the SAP Java Connector.
Copy the
sapjaco.jar
file from the root directory of the SAP Java Connector installation and paste to the following directory:
<Data Archive installation>/webapp/WEB-INF/lib
Restart the ILM application server.
When I run the retirement job, I receive an error that the maximum value was exceeded for no results from the SAP system.
For every package of rows that the job processes, the job waits for a response from the SAP system. The job uses the response time configured in the
conf.properties
file and the package size specified in the job parameters. If the SAP system does not respond within the configured maximum response time, the job fails.
The SAP system may not respond for one or more of the following reasons:
The maximum amount of SAP memory was exceeded. The SAP system terminated the process. The SAP system may run out of memory because the package size that is configured in the job is too high.
The SAP system takes a long time to read the data from the database because of the configured package size.
The network latency is high.
To resolve the error, in the SAP system, use transaction
SM50
to verify if the process is still running. If the process is still running, then restart the job in Data Archive.
If the process is not running, perform one or more of the following tasks:
Use SAP transactions
SM37
,
ST22
, and
SM21
to analyze the logs.
Decrease the package size in the job parameters.
Increase the
informia.MaxNoResultsIteration
parameter in the
conf.properties
file.
The job log indicates that the Data Vault Loader received an exception due to an early end of buffer and the load was aborted.
The error may occur because the SAP application is hosted on Windows.