Page 1 of 1

Parallel job not able to compile

Posted: Mon Jul 18, 2011 11:12 am
by dbdecoy
Hi,

I am new to parallel edition. I created a job to load data from one oracle table to another table. I was able to import the metadata data config for both the source as well as the target table. but i was not able to view the data at the source nor i was able to compile.

Do i need to add any parameters other than the Database details like userid and password?

Thanks in advance

Posted: Mon Jul 18, 2011 1:45 pm
by chulett
What exactly happens when you try to "compile"? Does the job have a Transformer in it by chance? If so, you'll need to have a supported C++ compiler installed and properly configured before that will work.

For the view data problem, what stage are you using? What errors are you getting? Hard to help properly when all we have to go on is basically "it doesn't work". :?

Posted: Tue Jul 19, 2011 6:46 am
by Vishal1982
Either you are missing to define any property while configuring the source data stage or it is not making an connection with the database.

While compiling please check the stage where it is giving the actual error , for more help post the comilation error so that can be better addressed.

Regards
VJ

Posted: Tue Jul 19, 2011 11:16 am
by dbdecoy
i get the following error while i click on view data


##E IIS-DSEE-TFOP-00020 22:42:25(001) <Oracle_Enterprise_0> Error occurred during initializeFromArgs().
##E IIS-DSEE-TDOR-00008 22:42:25(002) <Oracle_Enterprise_0> Missing server name; cannot connect.
##E IIS-DSEE-TDOR-00140 22:42:25(003) <Oracle_Enterprise_0> APT_OraReadOperator: connect failed.
##E IIS-DSEE-TCOS-00029 22:42:25(004) <main_program> Creation of a step finished with status = FAILED.

I am using Oracle enterprise stage i gave the user name and password in the properties and imported the metadata from the pluggin and tried to view the data

Hope you can help me out from these

thanks,

Posted: Tue Jul 19, 2011 12:16 pm
by jwiles
But you did not answer the request to provide error you are getting when you attempt to compile, given that the subject of your post is "Parallel job not able to compile".

That being said: this error message seems rather important--

Code: Select all

##E IIS-DSEE-TDOR-00008 22:42:25(002) <Oracle_Enterprise_0> Missing server name; cannot connect. 
Perhaps you might want to check the options in your OracleEE stage to see if you gave it a server name? The stage can't guess what server you want to connect to... :)

Regards,

Posted: Tue Jul 19, 2011 3:26 pm
by chulett
Let's go back to the basics - do you have an Oracle client installed on the DS server? Have you configured DataStage for Oracle?