Page 1 of 1

Not able to view and run job but no error

Posted: Wed Jul 06, 2016 1:32 pm
by mandyli
Hi

we have some strange issue . I have created new job and able to compile and run but not it is not showing on monitor and also not showing running on Datastag Director. Nothing change on . just AIX team upgrade os level 6.1 to 7.1 and upgraded C++ compiler 12.1

Can you please help on this ?

Thanks
Man

Re: Not able to view and run job but no error

Posted: Wed Jul 06, 2016 3:51 pm
by chulett
mandyli wrote:just AIX team upgrade os level 6.1 to 7.1 and upgraded C++ compiler 12.1
:shock:

That's one pretty big "just". Did you confirm before this went forward that your version of DataStage is certified to run on/with those?

Posted: Wed Jul 06, 2016 4:51 pm
by PaulVL
Also, how did you determine that the job is running and completed?

Did you extract the job log via command line?

You have to start with some basic stuff to sanity test your environment.

RowGen->Peek ... then compile and run

RowGen -> Transformer -> Peek ... compile and run.


babysteps.


heck just make sure the engine is functional is a first step.

$DSHOME/bin/dsjob -lprojects

$DSHOME/bin/dsjob -domain host:port -server host(2?) -user you -password somethingsomething -lprojects


the second version will authenticate via WAS. But you want to make sure you can at least run the first.

Posted: Wed Jul 06, 2016 5:06 pm
by ray.wurlod
Check your DataStage roles in that project. Operator role (the default) is very limited in what it can see.

Posted: Thu Jul 07, 2016 5:51 am
by qt_ky
You need to restore the previous compiler version. Please see my other posts about the compiler version mismatch. I'm sure that's your problem.

The compiler version must match exactly as detailed on the system requirement page for your exact version of Information Server / DataStage. It is not a "minimum" version or higher, as the web page would suggest. IBM confirmed that for me on a PMR when we had highly unusual problems involving Transformer stages.

Posted: Thu Jul 07, 2016 6:03 am
by chulett
Meant to ask if the job in question had a transformer in it...