Page 1 of 1

Job complied but unable to run

Posted: Tue Mar 29, 2005 7:29 am
by egosz
Hi guys

I am currently getting trouble with a server job which basically does feeding the table in Oracle database with a fixed-width data text file.

I currently have two projects at my DS server. The strange thing here is that the above job was compiled and run successfully within the first project, but exactly the same job was compiled with no error but be unable to run. When i run in DS Director its status is still compiled, not fail as therefore no log to examine the cause.

Any thoughts would be appreciated.

Thanks

Posted: Tue Mar 29, 2005 9:00 am
by ArndW
That is rather odd. My first thought is that this is a multi-instance job and your log filters are set such that you don't see the instances; a rather unlikely scenario. If you put these two lines into your server job control what happens?

Code: Select all

   $INCLUDE DSINCLUDE JOBCONTROL.H
   CALL DSLogWarn("I am in the jobcontrol!","")

Posted: Tue Mar 29, 2005 10:00 am
by kollurianu
What is an multi instance job?

any answers appreciated,

Thank you,.

Posted: Tue Mar 29, 2005 10:13 am
by chulett
Please start a new thread rather than hijacking someone else's. Thanks.

Posted: Tue Mar 29, 2005 12:19 pm
by ketfos
Hi,
What is your input source in the job?

Ketfos

Posted: Mon Apr 04, 2005 8:07 am
by egosz
The input source of the job is a sequential file with delimiter ",".

Cheers

Posted: Mon Apr 04, 2005 8:22 am
by ArndW
egosz,

did you put the 2 lines in your job and run it?

Posted: Mon Apr 04, 2005 8:27 am
by roy
Hi,
as ArndW said ODD !
Just to be sure check that you didn't run it in 1 project and looked in the other's log entries?!