XSLT Error (javax.xml.transform.TransformerException)

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
manishk
Participant
Posts: 32
Joined: Tue Oct 25, 2005 8:45 pm

XSLT Error (javax.xml.transform.TransformerException)

Post by manishk »

HI ,

This is the Error details.

AfterJob (ExecSH): Error when executing command:

dsjob -report Abc jbabcr XML > /data/rpt/jbabcr_293.xml
/data/scripts/afterjob_rtn_SSP.ksh[63]: dsjob: not found.
/usr/java14_64/bin/java org.apache.xalan.xslt.Process -IN /data/rpt/jbabcr_293.xml -XSL /data/scripts/dsjoblogSQL.xsl -PARAM cycle 000000076 -PARAM batchid 293 -PARAM dbsch hubd -OUT /data/rpt/jbCustomer_293.sql

SystemId Unknown; Line #-1; Column #-1; XSLT Error (javax.xml.transform.TransformerException): Premature end of file.


The job was running fine till day before yesterday. This was getting executed from Datastage. Today it started givign warning.

I cant do a force compile, as there is no code for these job.

Secondly ..if i run this shell script from Unix it is running fine.

Please suggest in this regards

Manish
Thanks
Manish
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Are you calling dsjob in you After job subroutine script?
Is the used id from which you call the job got a new permission or the id got changed?
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's not an XSLT error. The error reported is dsjob: not found which means that your PATH environment variable does not include the DataStage bin directory.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply