Page 1 of 1

IA Data Rule Failure: Error accessing Scratch Space

Posted: Thu Jun 16, 2016 11:47 pm
by JayanK
Hello,

While executing the Data Rule via IA Console received the following error at the console:

An error occurred while accessing the Scratch Space.

I am not facing any issue and able to run a test data stage job in dstage project using the same configuration file.

I had selected the retain scripts at the Analysis Engine configuration and found the below error in the job log:

Code: Select all

main_program: Error loading "librulesscorer": Could not find "librulesscorer" on the library search path defined by the environment variable PATH; path: <snip>

main_program: Could not locate operator definition, wrapper, or Unix command for "rulesscorer"; please check that all needed libraries are preloaded, and check the PATH for the wrappers

main_program: Error loading "libdistribution": Could not find "libdistribution" on the library search path defined by the environment variable PATH; path: <snip>

main_program: Could not locate operator definition, wrapper, or Unix command for "distribution"; please check that all needed libraries are preloaded, and check the PATH for the wrappers
Thank you in advance

cheers,
Jayan

Posted: Fri Jun 17, 2016 9:15 pm
by ray.wurlod
I don't see any mention of scratch space in the logged events that you posted. Resolve the issues with shared library search path first, then resolve the scratch space issue if it persists.

Failure to access scratchdisk usually means one of two things; space or permissions. It may be the case that your DataStage job did not require to use scratchdisk.

Posted: Mon Jun 20, 2016 12:39 am
by JayanK
The issue was an incorrect entry which I had added into the operator.apt file for an earlier warning which surfaced during a test run in datastage.

Included the below:

rulesscorer librulesscorer 1
distribution libdistribution 1


Instead of

rulesscorer rulesscorer 1
distribution distribution 1


Cheers,