Cross Database Access not supported for this type of command

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
rumu
Participant
Posts: 286
Joined: Mon Jun 06, 2005 4:07 am

Cross Database Access not supported for this type of command

Post by rumu »

Hi All,

I am loading Netezza table from a source file.And after the table load ,calling after SQL to load another table(same metadata) to another Database.While executing the job,the job is aborting at After SQL saying "Cross Database Access not supported for this type of command".

In the after SQL ,I am using full qualifier to call the tables from respective databases.

Do we need to raise for this access through DBA?

Thanks in advance.

Rumu
Rumu
IT Consultant
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

This seems to be a Netezza restriction.

See http://www.ibm.com/support/knowledgecen ... mples.html
rumu
Participant
Posts: 286
Joined: Mon Jun 06, 2005 4:07 am

Post by rumu »

Hi Andrew,

It means ,we can not execute the insert/update statement involving two DB's?
Rumu
IT Consultant
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Why not just do this "in job" rather than burying it in the After SQL?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Teej
Participant
Posts: 677
Joined: Fri Aug 08, 2003 9:26 am
Location: USA

Post by Teej »

It means that the behind-the-scene activity that is done within the stage itself most likely prevented the ability for you to do this task within Netezza Connector. Sorry.

(You could ask for an enhancement request to make this possible, somehow.)

-T.J.
Developer of DataStage Parallel Engine (Orchestrate).
Post Reply