Search found 193 matches

by Aquilis
Tue Jun 25, 2013 2:05 pm
Forum: General
Topic: UNIX Commad line - no wait required upon invoking the job
Replies: 11
Views: 4983

Yes. Even after removing the -jobstatus option, job instance going under wait mode. Here goes the piece from scriptm used for invokation - cat ${APP_WRK_DIR}elm_list_of_files.txt | while read line; do FILE_NAME=`echo ${line} | cut -d'.' -f1` FILE_EXTN=`echo ${line} | cut -d'.' -f2` ### Reset Datasta...
by Aquilis
Tue Jun 25, 2013 1:10 pm
Forum: General
Topic: UNIX Commad line - no wait required upon invoking the job
Replies: 11
Views: 4983

Even though & at the end of the command line triggers the multiple jobs with different instances, but still script is waiting for completion of that particular instance.

Does -jobstatus option ?
by Aquilis
Tue Jun 25, 2013 11:29 am
Forum: General
Topic: UNIX Commad line - no wait required upon invoking the job
Replies: 11
Views: 4983

UNIX Commad line - no wait required upon invoking the job

Hi, Am trying to execute the datastage jobs from UNIX without waiting for the job completion. I just wanted to trigger the datastage job without waiting for the job status. I just need to trigger the DS Jobs and nothing else is expected. Currently command is waiting for the Job status, which is not ...
by Aquilis
Thu Apr 25, 2013 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inconsistet behaviour in Transformation functions in DS-8.5
Replies: 4
Views: 2304

My Bad. Here goes the results am getting. 1. Len (TrimleadingTrailing(Col))<>0 is not being supported in Stage variables. only Len(col) <>0 works ===> Not getting compiled. Ciompilation error 2. Left outer Join in look up Stage returing "Empty" rather than NULL . 3. IsNull() function never...
by Aquilis
Thu Apr 25, 2013 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inconsistet behaviour in Transformation functions in DS-8.5
Replies: 4
Views: 2304

Inconsistet behaviour in Transformation functions in DS-8.5

Hi All, We are encounetring multiple issues with transformation functions and Look up stage behaviour. We tried multiple combinations and end up nothing fruitful. Please advise,the issues which I'm mentioning are faced by any of you people. 1. Len (TrimleadingTrailing(Col))<>0 is not being supported...
by Aquilis
Mon Aug 06, 2012 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort Job when no files found (Extrnal Source Stage)
Replies: 5
Views: 3591

Thanks Shane.

But Is it possible to right some kind of unix script which I could call in External source stage or in any other DS stage and on the basis of return code , job gets aborted?Is anything like this possible (if i do not wish to create a sequence)?
by Aquilis
Mon Aug 06, 2012 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort Job when no files found (Extrnal Source Stage)
Replies: 5
Views: 3591

Abort Job when no files found (Extrnal Source Stage)

Hi All, Am reading a file on Extrnal Source Stage using a command below. Am doing this because I need to remove trailer and Header Records from file before reading. Issue is - when there are no files to load, instead of ABORT, job is throwing an warning and getting completed successfully. Can anyone...
by Aquilis
Mon Apr 16, 2012 10:54 am
Forum: General
Topic: XSD validation for Messages from MQ
Replies: 3
Views: 1651

XMLInput Stage works when XSD fname included in XML file header and same XSD is placed under XML Data file location(physically lying on ETL server) . But for MQ, Messages will be in MQ server and how XML Input stage will detect the XSD? from which Location it will pull in even though it's mentioned ...
by Aquilis
Mon Apr 16, 2012 5:03 am
Forum: General
Topic: XSD validation for Messages from MQ
Replies: 3
Views: 1651

XSD validation for Messages from MQ

Hi All,

Have to do XSD validation for Messages subscribed from the MQ.
What are pre-requistes for this?
like -
1. Where to keep the XSD file for Validation to happen, since Messages doesn't exist on any physical Path?

Kind Regards-
by Aquilis
Tue Apr 10, 2012 12:31 pm
Forum: General
Topic: how to Query XMETADATA Repository?
Replies: 1
Views: 1347

how to Query XMETADATA Repository?

Hi All, Is there any way that, information like number of records read, rejected, Job elapsed time, job start time and end time etc.. can be gathered directly from XMETA Data Repository? Does XMETA stores these in it's DS repository?. If so, what would be possible query to fired to get all these. Wh...
by Aquilis
Tue Apr 10, 2012 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector is getting stopped after reading messages-
Replies: 7
Views: 2734

Message type & Message quantity should be set to 1 while wiat time is -1.

Previously I've omitted Message type, after setting this, it's working.
by Aquilis
Mon Apr 02, 2012 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector is getting stopped after reading messages-
Replies: 7
Views: 2734

Am just using - "$CC_DEPRECATED_TRANS_PROP " environmental variable to override the "End of wave". If I won't set it up, same thing is happening. Setting for this should be "Wait time : -1 ", have done this already. Man, Yes, after consuming the message from MQ also, my...
by Aquilis
Thu Mar 29, 2012 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector is getting stopped after reading messages-
Replies: 7
Views: 2734

MQ Connector is getting stopped after reading messages-

Hi. I am expecting MQ Connector to keep on subscribing messages continously, without getting stopped. However even messages are not found in Queue still it should be expecting to be running(,which is not happening right now). I've below Setup - Wait time : -1 Message quantity: 1 End of wave : $CC_DE...
by Aquilis
Wed Mar 14, 2012 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CCSID 819 Character Set Encoding
Replies: 4
Views: 7059

Williams,

Your suggestions Worked out. thanks a lot... thank you :D
by Aquilis
Wed Mar 14, 2012 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CCSID 819 Character Set Encoding
Replies: 4
Views: 7059

Nothing Special is happening in the DataStage Job. DataStage job is just trying to subscribe the message from MQ and we are able see these sort of Uknkown Messages even when, we just make VIEW Data in MQ Connector Stage. Have spoken to upstream users who actaully Publish messages into the MQ. They q...