Search found 17 matches

by Barath
Thu Apr 25, 2013 3:29 am
Forum: General
Topic: Export the job in dsx format through command line 8.5
Replies: 1
Views: 2310

Export the job in dsx format through command line 8.5

HI Datastage folks, I want to export the datastage job in dsx format from command line. in earlier version dsexport or dscmdexport were there. But in 8.5 I can see here that we can export the datastage job in isx format only from cmd line. Please help me to understand how can I export the job in dsx...
by Barath
Fri Apr 05, 2013 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cofiguaration file issue to run orchadmin commands
Replies: 2
Views: 1884

Thanks CHullet. It seems like that. OK. I am closing this post.
by Barath
Thu Apr 04, 2013 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cofiguaration file issue to run orchadmin commands
Replies: 2
Views: 1884

Cofiguaration file issue to run orchadmin commands

Hi Roy/Chullet/All, I have written a script to copy the dataset data into flat file by using orchadmin. But When I run the script in SIT I am getting an error like "Unable to create the temporary config file /XYZ/temp/apt2734623" , falling back to the system. and one more information I am ...
by Barath
Thu Dec 06, 2012 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-31011: XML parsing failed
Replies: 3
Views: 3586

ORA-31011: XML parsing failed

HI, I am also facing the same issue as here. Please help me on resolution of below error. Dynamic_RDBMS_35,0: Fatal Error: Fatal: ORA-31011: XML parsing failed ORA-19202: Error occurred in XML processing LPX-00210: expected '=' instead of 'x' Error at line 1 ORA-06512: at "SYS.XMLTYPE", li...
by Barath
Wed Aug 04, 2010 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TD Enterprise Stage Script
Replies: 2
Views: 1711

Re: TD Enterprise Stage Script

Hi, (1). If I use TD Enterprise Stage with Append mode, does Teradata creates internally a Fastload script? (2). How and where to get the script created by TD Enterprise stage? Thank You, ] Yes it will use the utility Fastload But you can't get it script wise. In Multiload stage you can get mload s...
by Barath
Wed Aug 04, 2010 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Needed the hint to logic values converting into words
Replies: 3
Views: 1847

There is nothing built into DataStage that does this. There are a number of freeware/public domain entries to be found for "convert integer to words c++" on Google, and the documentation shows how to create buildops and call them from DataStage. Thanks Andrw........Can we achieve this thr...
by Barath
Wed Aug 04, 2010 2:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Needed the hint to logic values converting into words
Replies: 3
Views: 1847

Needed the hint to logic values converting into words

Hi ,
I am getting the data in a single column

1000
1122
1200

Output sholud be like this

1000, One thousand
1122,One thousand and one hundred twenty two
1200,Onethousand two hundred

Can you people help me on this
Thanks in Advance

Regards,
Barath
by Barath
Wed Aug 04, 2010 1:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: full outer join (returning defaults)
Replies: 15
Views: 9137

Re: full outer join (returning defaults)

Hi, I am using FullOuterJoin in my job. All its inputs from start of the stream (this is the first job in the stream) have been kept as nullable (Yes). When I try to join based on Key fields say KeyField_1, KeyField_2. I am getting default values instead of nulls when no match is found. I managed t...
by Barath
Wed Aug 04, 2010 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs failing when running parallely
Replies: 3
Views: 6584

Re: Jobs failing when running parallely

Hi, We are running multiple jobs (5-6 jobs) at a time from the scheuduler. Jobs are failing and getting the below error: Unable to start ORCHESTRATE process on node node1 (nsyrp41b): APT_PMPlayer::APT_PMPlayer: fork() failed, Not enough space. If i run the individual job then works fine. If there i...
by Barath
Wed Aug 04, 2010 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to reject data using the join stage
Replies: 2
Views: 2807

Re: how to reject data using the join stage

Hi, I want to reject the data using join stage..... I want to reject the data which is not having the match ....can you please guide me how to do that ?? By using join stage you can't reject the which is unmatching to your join condition. In that case after join stage you should use filter or trans...
by Barath
Fri Apr 16, 2010 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse lookup with TD
Replies: 9
Views: 11837

getting same error

But ray.wurlod I am getting same error in when I am Insert into target table. I am getting below issue [IIS-CONN-TERA-005011] Field xxxx is unreferenced in the SQL statements (CC_TeraDBRecordDataSetConsumer::setDataSetDef, file CC_TeraDBRecordDataSetConsumer.cpp, line 655). Can u help with this. How...
by Barath
Mon Oct 05, 2009 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator : Group method = Hash
Replies: 2
Views: 1988

Aggregate Method

If your source data is less means thousands you can go for Hash. If the the source data is huge means more than thousands you should go for method sort only ...other wise it throughs warnings.

Cheers......... :lol:
by Barath
Wed Sep 23, 2009 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I load a binary file?
Replies: 6
Views: 2947

Re: help me

Hi,
First u need to create PL/I definition for that file .

sequential file -----> format----->record level---->format as ----->select mainframe(COBOL)
try with this and let me know
by Barath
Wed Sep 23, 2009 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Px job Process id getting failed automatically
Replies: 11
Views: 6632

Re: Datastage Px job Process id getting failed automatically

Hi,
I think so , when you r using reject link to oracle stage the sql code column automatically will genarate. so that you need drop that sql code column by using modify stage. then it works fine.

I think so it will help you .
Let me know once you try this.
Cheers..................!!!!
by Barath
Wed Oct 01, 2008 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading sequential file and loading into Oracle
Replies: 7
Views: 3273

Hi,
can you use file pattern as read method....here you can give the filname with the whole path also.