Search found 193 matches

by Aquilis
Wed Apr 01, 2009 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to connect Oracle 11g through 7.5 PX Jobs
Replies: 10
Views: 4547

Which version of 7.5 series you're using, to connect to 11g.
What I know is Only after 7.5.3 V series supports 11g because we are using 7.5.3 to connect to 11g.
by Aquilis
Wed Apr 01, 2009 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to find a free dynamic SQL instance
Replies: 0
Views: 657

Unable to find a free dynamic SQL instance

We have upgraded the Datastage Server from 7.5.1.A to 7.5.3 recently and we started encountering below error: Parallel job reports failure (code 139), Contents of phantom output file => 22100 Segmentation Fault - core dumped Job is simply inserts /updates few tables and was working in older version ...
by Aquilis
Wed Mar 25, 2009 2:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shell script from a Routine
Replies: 9
Views: 3423

Yep, Culprit was Continue itself.

Thanks to you all over there.
by Aquilis
Mon Mar 16, 2009 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shell script from a Routine
Replies: 9
Views: 3423

I have a shell script like: flag=1 tail +2 $1 | while read LINE do tag=`echo $LINE | awk -F',' '{print toupper($7)}'` chk=`echo $tag | tr "[:lower:]" "[:upper:]"` if [ $chk = "ACCEPTED" ] ; then continue; else flag=0 break fi done echo $flag This script checks for the v...
by Aquilis
Mon Mar 16, 2009 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shell script from a Routine
Replies: 9
Views: 3423

Shell script from a Routine

I have a routine which just calls the Shell script and the returned value from the script should be used for further processing.But whenever i call the script from rouitne,it results in uneven result .But the same script if I execute in unix box, it works fine.Can any body elaborate me on it's misbe...
by Aquilis
Fri Dec 05, 2008 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in Reading xml data through DS PX
Replies: 4
Views: 1484

Still I am not able to get any alternative in my design.now i am facing following error: XML_Input_0,0: Error: Unable to resolve prefix 'env'. pattern = '/env:Envelope/env:Body/ns:getSnapshotsIntraDayResponse/ns:subscription/ns:snapshot/ns:curve'(Unknown URI, 12, 147) Remaining tokens: ('/') when i ...
by Aquilis
Thu Dec 04, 2008 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in Reading xml data through DS PX
Replies: 4
Views: 1484

xml simple format : <?xml version="1.0" encoding="UTF-8"?> <env:Envelope xmlns:env="http://schemvalues.zzzz.org/llll/envelope/"> <env:Body> <ns:gevalue7nvaluepshovalue7OneDvaluey xmlns:ns="http://xyz.com/dlws/value8clevaluer/20070930"> <ns:hevalueder> <ns:web...
by Aquilis
Wed Nov 19, 2008 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in Reading xml data through DS PX
Replies: 4
Views: 1484

Issue in Reading xml data through DS PX

Hello all, we have xml data file which we need to convert into relational format and load into Database. we need to have multiple repeating elements needs to be considered and in the same time i am unable to build xpath expressions for the same. I have gone through the Kim's XML best practices and u...
by Aquilis
Thu Oct 23, 2008 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inconsistent Data selection in DS Job
Replies: 5
Views: 1429

I mean to say,It's simple select statement even not involves any where clause also in it.
by Aquilis
Thu Oct 23, 2008 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inconsistent Data selection in DS Job
Replies: 5
Views: 1429

My test environment is on single node only,so there is no issue with the partition at all, but the same will run in production environment peacefully which is 4 node combination. It was running fine everytime, for past 2 years but from past 3 days it's showing this kind of unethical behaviour. I nev...
by Aquilis
Thu Oct 23, 2008 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inconsistent Data selection in DS Job
Replies: 5
Views: 1429

Inconsistent Data selection in DS Job

Hello All, We have a DS Job which will just pull the data from the database table and update or insert the data into another table. Data is pulled from a DRS stage through the Autogenerated sql and propogated ahead for further processing.There is an Index on the source table and is Disabled too. Now...
by Aquilis
Mon Jul 28, 2008 11:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: server routine not getting overwritten after import (.dsx)
Replies: 1
Views: 1156

server routine not getting overwritten after import (.dsx)

All, we have a server routine,which was previously working in production environment nicely.Due to changes in requirement ,we just modified that routine and is working fine in development environment. But when we overwrite that existing with the new one in production ,we are facing the issues. Actua...
by Aquilis
Wed Jun 18, 2008 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server function to extract a particular string
Replies: 8
Views: 2365

Andrew/Chulet,

with your help ,we are able to do it.
your "In.string<2>" done the magic.
If i would have able to get your "output<14>", that would have only done this magic early.

anyway Thanks in tonnes.
by Aquilis
Wed Jun 18, 2008 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server function to extract a particular string
Replies: 8
Views: 2365

I edited my existing routine and without using any datastage functions Some how i managed to get output as shown below :

Code: Select all

Ans=
Aquilis@yahoo.com
now all i need is only emailid part like:

Code: Select all

Ans=Aquilis@yahoo.com
by Aquilis
Wed Jun 18, 2008 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server function to extract a particular string
Replies: 8
Views: 2365

Could you elaborate more...
Actaully there are some newline cahracters involved in it after firing my function:
Ans=trimF(trim(Field(Field(Output,'>',2),'',1),'-','A')) ..

i want the result which exists in 4th line.
4th line has got my email id which i need to extract.

Thanks..