Search found 1213 matches

by SURA
Thu Jul 07, 2011 7:55 pm
Forum: General
Topic: Server Code: Getting Different job name
Replies: 3
Views: 1250

Thanks Ray Still I cant understand something clearly. I understood the hJob is going to be the reference and the job name should be retrieved by using hJob. Still i am getting the same result. I need to know what else i am missing. And also i wish to know, whether i need to pass just the job name / ...
by SURA
Thu Jul 07, 2011 7:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ^@ is ASCII NULL character
Replies: 4
Views: 2573

Re: ^@ is ASCII NULL character

why should not you try the trim founction in SQL query level itself. If needed cast it for varchar.

DS User
by SURA
Thu Jul 07, 2011 7:18 pm
Forum: General
Topic: Server Code: Getting Different job name
Replies: 3
Views: 1250

Server Code: Getting Different job name

Hello all I written a small server job which should attach a job which ran before this job and need to check some info. I can't figure it out, why it is not attaching a job. Something I might missing will be the reason I guess. Please have look into my code. $IFNDEF JOBCONTROL.H $INCLUDE DSINCLUDE J...
by SURA
Thu Jul 07, 2011 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Line Breaks in the flat files
Replies: 7
Views: 4335

Re: Line Breaks in the flat files

if you are reading from the database!, then how many columns are you reading? what data type? Where it is coming as a 2nd row?
by SURA
Thu Jul 07, 2011 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find rejected record count without reject link.
Replies: 3
Views: 2084

Re: How to find rejected record count without reject link.

You dont want the reject data or reject link itself?

If you passed it to a peek stage will help you and it wont store any data physically.

DS User
by SURA
Thu Jul 07, 2011 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decide load method at run time
Replies: 1
Views: 1138

Decide load method at run time

Hello All Source and Target : SQL Server Data volume : 500,000 records for each run. I am working for a logic. A job reads the data from source SQL Server and do full outer join and apply some logic in TFM and finally load into the target table, if the data succeed in the validation. If TFM passes (...
by SURA
Thu Jul 07, 2011 12:16 am
Forum: General
Topic: SQL Server stored procedure Vs Datastage.
Replies: 6
Views: 3580

They are going to link the server and then do the job using

Senior only proposed this approach. The bad thing is whenever new person come to board, they are not trying to find what we have and what should be done to improve. Instead of that , they want to change the entire approach as per their experience / what they know. They are going to link the server a...
by SURA
Thu Jul 07, 2011 12:08 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WCF Service support in Datastage
Replies: 3
Views: 5428

Is it same in 8.5

Thanks for the response.

Just we are migrating it to 8.5. Is it same in 8.5 / any good flexibility is there?

DS User
by SURA
Tue Jul 05, 2011 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Jobs is running a long time without finish
Replies: 3
Views: 3655

Re: Parallel Jobs is running a long time without finish

Datastage might be waiting to get the response might be the reason why the job was in running state. If you look into the Director, you might see the entries till orchstats: loaded OR node info. After that no entires!
by SURA
Tue Jul 05, 2011 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems using File Pattern option with DataStage in Windows
Replies: 9
Views: 5964

Re: Problems using File Pattern option with DataStage in Win

The problem is with the test file you created might be the reason is my guess . Try it again with another file having multiple columns.

Set proper delimiter
Use File pattern


DS User
by SURA
Mon Jul 04, 2011 5:22 pm
Forum: General
Topic: SQL Server stored procedure Vs Datastage.
Replies: 6
Views: 3580

merits and demerits of using Stored procedures and Datastage

Thanks for the comments Ray Already we have Datastage jobs which is running good. But one of the newly joined Senior, wish to implement Stored Procedure approach which he did in his previous project. So we have to (!) find the merits and demerits of using Stored procedures and Datastage. Thanks DS U...
by SURA
Sun Jul 03, 2011 9:16 pm
Forum: General
Topic: SQL Server stored procedure Vs Datastage.
Replies: 6
Views: 3580

SQL Server stored procedure Vs Datastage.

Hello All Just i wish to know which should be the best approach to load the data from source to target. SQL Server stored procedure / Datastage. How to compare an ETL tool with Database? I am not comparing an ETL tool with Database. But I wish to know, which would be the efficient way to achieve the...
by SURA
Thu Jun 30, 2011 6:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The link contains more than one repetition rule
Replies: 2
Views: 5563

Re: The link contains more than one repetition rule

Thanks chulett.

I did the changes and that error gone.

DS User
by SURA
Wed Jun 29, 2011 7:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The link contains more than one repetition rule
Replies: 2
Views: 5563

The link contains more than one repetition rule

Hello All I am getting the below error while I run the job. XML_Input_12,0: Error: The link contains more than one repetition rule XML_Input_12,0: ?? XML_Input_12,0: Resource bundle corresponding to message key DSTAGE-TODC-00017 not found! Check that DSHOME or APT_RESPATH is set. XML_Input_12,0: The...