Invalid APT_Locator

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
crsimms
Charter Member
Charter Member
Posts: 21
Joined: Mon May 30, 2005 4:21 am
Contact:

Invalid APT_Locator

Post by crsimms »

Hello,

I am relatively new to EE and am encountering the following error when attempting to view data from a sequential file stage and/or running a small job that reads/writes data from sequential files.

"main_program: Fatal Error: this APT_Locator is invalid: Empty locator"

Is this error due to an EE setup configuration miscue or to something not being properly set within the job?

Any help would be appreciated,

csimms
Chris Simms

Mobile: +972 989 0919
richdhan
Premium Member
Premium Member
Posts: 364
Joined: Thu Feb 12, 2004 12:24 am

Post by richdhan »

Hi csimms,

Are you using the $APT_CONFIG_FILE environment variable as a job parameter? In the job parameter list move $APT_CONFIG_FILE parameter to the top of the list.

HTH
--Rich
crsimms
Charter Member
Charter Member
Posts: 21
Joined: Mon May 30, 2005 4:21 am
Contact:

Post by crsimms »

richdhan wrote:Hi csimms,

Are you using the $APT_CONFIG_FILE environment variable as a job parameter? In the job parameter list move $APT_CONFIG_FILE parameter to the top of the list.

HTH
--Rich
richdhan.

First, thanks for responding. The error was in fact related to the APT_CONFIG_FILE. At some point after our EE installation (it did test ok at a point in time) a block point upgrade was performed on the server which had an apparent affect on our EE as APT_CONFIG_FILE was not being initialized. Once this issue was resolved, the error disappeared.

Thanks again,
Chris Simms

Mobile: +972 989 0919
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

richdhan wrote:Hi csimms,

Are you using the $APT_CONFIG_FILE environment variable as a job parameter? In the job parameter list move $APT_CONFIG_FILE parameter to the top of the list.

HTH
--Rich
Hi Rich,
Ever faced any issue with the order of the $APT_CONFIG_FILE environment variable in job properties grid :?:
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply