Search found 250 matches

by thebird
Mon May 10, 2010 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: End-of-Wave
Replies: 1
Views: 1705

End-of-Wave

Hi,

Is the Wave generator which is now available in v8.x possibly also availalbe for DS 7.5.3 ?
by thebird
Mon May 10, 2010 6:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Always-on job using MQ stages
Replies: 22
Views: 12479

MQ---->XMLInput------>Trx -------->MQ

It is the same case, even if the database lookups are removed, and the design is -

MQ---->XMLInput------>Trx -------->MQ.

When the Trasnformer is removed, the messages are being written to the output queue. But when it is placed, the job doesnt write anything.

Thanks!
by thebird
Mon May 10, 2010 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Always-on job using MQ stages
Replies: 22
Views: 12479

Always-on job using MQ stages

Hi, Have been trying my hands on building an always-on-job using the MQ stages. When a transformer is placed between the Xml input stage and the final MQ stage, the job doesnt write to the queue, in the always on mode. If the properties in the MQ stage is changed to make the job run for a specific t...
by thebird
Thu Jan 03, 2008 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController,0:The runLocally() of the op
Replies: 1
Views: 1056

There would be other fatal errors also in log, please post them. The given error message does not tell much about the job or the issue at hand. It might not have anything to do with the XML stage. Alternately, run the job with the APT_DISABLE_COMBINATION environment variable to TRUE and then see the...
by thebird
Sun Oct 14, 2007 12:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading SQL from file to extract data from Oracle Tables
Replies: 19
Views: 6599

You might want to check out the OSH generated for the job to see if the SQL query is being taken in completely.
by thebird
Sun Oct 14, 2007 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading SQL from file to extract data from Oracle Tables
Replies: 19
Views: 6599

I did face this problem sometime back... A query of length greater than 1020 (or so) was not getting executed through DS, through the query was being successfully parsed to the job. But when the length of the query was reduced by a few characters it ran absolutely fine. Got around this by splitting ...
by thebird
Fri Jul 27, 2007 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Parallel Jobs
Replies: 4
Views: 3084

The error tells that '/home/diff_src.ds' is not a DataSet. Make sure that its not a file - (if its a file use the Sequential File Stage). How was diff_src.ds created? DataSets are different from files. Go through the chapter on DataSets in the Parallel Job Developer's Guide for more information. Or ...
by thebird
Thu Jul 26, 2007 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Sorting in Remove Duplicate Stage
Replies: 2
Views: 2776

Re: Issue with Sorting in Remove Duplicate Stage

Join_Left_Outer.DSLink20_Sort: When checking operator: Operator of type "APT_TSortOperator": will partition despite the preserve-partitioning flag on the data set on input port 0. This warning tells you that the Sort (TSort operator) on the input link on the Join stage will repartition th...
by thebird
Thu Jul 26, 2007 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File
Replies: 2
Views: 1155

Re: XML File

Can any one help me,how to create an XML file in Datastage. There is an XML PACK (its a plug-in) - and should be available with the default installation. This PACK contains 3 stages - that help you deal with XML data. XML Input stage - used to read hierarchial XML data in tabular or relational form...
by thebird
Thu Jul 26, 2007 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate the .csv file with date or timestamp
Replies: 14
Views: 12556

2. in runjobtfn under parameterlistparm pass the value "inftctgtfiledate=": JobParametersDefinition.inftctgtfiledate What's runjobtfn ? Seeing the "parameterlistparm" - I think this is a custom routine being used at your site? JoshGeorge's post is clear enough i believe - to get...
by thebird
Wed Jul 25, 2007 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Read/Write
Replies: 2
Views: 1334

You can always read it with a higher configuration - just make sure that the configuration includes the same nodes that created the DataSets. The point here is that a data file (containing the actual data that is loaded in the DataSet) is created on each node defined in the configuration file used t...
by thebird
Tue Jul 24, 2007 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Plug in issue
Replies: 12
Views: 2665

You can just type in the DSNs and check it out.
by thebird
Tue Jul 24, 2007 1:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator - Partitioning
Replies: 12
Views: 6295

Design 4 Transformer Stage => Sort Stage = Aggregator Stage Sort Stage set to Sequential and remove duplicates. Count correct. Thanks Why not just Hash partition the data to the Sort stage instead of setting the stage to a sequential mode? Set the Aggregator Method to Sort instead of Hash - and thi...
by thebird
Tue Jul 24, 2007 12:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert 20070625 to Date Format(mm/dd/yyyy) in PX
Replies: 6
Views: 2337

Re: How to convert 20070625 to Date Format(mm/dd/yyyy) in PX

I am having source data format as yyyymmdd which is of integer type(Eg:20070728).I have to convert it in to Date format and load in Oracle table.The column is "date" type in Oracle. Date datatype in Oracle is "TimeStamp" for DataStage.So you would have to convert your input inte...
by thebird
Thu Jul 19, 2007 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nullability changes during Metadata import
Replies: 3
Views: 1047

Are you doing any aliasing in the SQL query on the field throwing the warning?