Search found 1724 matches

by priyadarshikunal
Thu Apr 16, 2015 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple messages at project level Message handler
Replies: 3
Views: 2764

I think you can even copy paste content of all message handler files in to one file as its nothing but a tab delimited file then select that file as project level message handler.
by priyadarshikunal
Wed Apr 15, 2015 5:32 am
Forum: Cognos (IBM BI)
Topic: Migrate Cognos Decision stream and Data Manager to Datastage
Replies: 2
Views: 24572

Do you have any question?
by priyadarshikunal
Wed Apr 15, 2015 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with dataset
Replies: 11
Views: 8028

most probably some one deleted or archived to free up some space.
by priyadarshikunal
Wed Apr 15, 2015 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with dataset
Replies: 11
Views: 8028

Since you are able to see data from designer i believe that atleast one of your data file has been moved or deleted. This is the reason I asked you to check all data files mentioned in descriptor. in case the file names present in descriptor are not there and has been deleted, I am afraid, you will ...
by priyadarshikunal
Tue Apr 14, 2015 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with dataset
Replies: 11
Views: 8028

that warning has nothing to do with this error, it just states that the partitioning in dataset isn't compatible with keys defined in remove duplicate stage. Try to do cat on location.ds file in location specified in dataset stage. it should have path to all the data files. check all data files are ...
by priyadarshikunal
Wed Apr 08, 2015 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Condition
Replies: 5
Views: 5402

Although its a straight forward answer, But I would like to know if you have given any thoughts on this, or if it is a Interview Question.

Why not look at the records in the output for those records which doesn't meet the condition criteria.
by priyadarshikunal
Tue Apr 07, 2015 12:18 am
Forum: General
Topic: Is it possible to separate DS runtime from the server
Replies: 4
Views: 2636

You can have Engine tier on separate machine which can use the same application or metadata tier. If that what you want to achieve.
by priyadarshikunal
Tue Mar 31, 2015 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add column to input
Replies: 13
Views: 5631

In addition, Join and Aggregation needs sorted as well as partitioned data, so it will insert a sort under the covers as well.
by priyadarshikunal
Tue Mar 31, 2015 1:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add column to input
Replies: 13
Views: 5631

What makes you think transformer is a time consuming stage. The weight of transformer has decreased over time and its not an expensive stage anymore. Now its even lighter than filter and switch stages. If you can combine work of 2 or more stages in transformer, it may give you better result as well....
by priyadarshikunal
Tue Mar 31, 2015 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage in parallel mode?
Replies: 4
Views: 4211

Generalized statement that the oracle enterprise stage runs in sequential mode is incorrect. The main difference between Connectors and enterprise stage is the library and drivers being used and the options provided by the stage. If you check the execution of enterprise, Loads are generally parallel...
by priyadarshikunal
Tue Mar 31, 2015 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasatge job performance with version 9.1 and Oracle 12C
Replies: 13
Views: 8212

Does oracle enterprise help? try changing to enterprise stage, just to test.
by priyadarshikunal
Tue Mar 31, 2015 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server Varchar Date to Oracle Timestamp conversion
Replies: 3
Views: 2607

also I think you need to mention "/" as well. Something like below

Code: Select all

StringToTimeStamp(Claim_St_Dt:" 00:00:00","%mm/%dd/%yyyy %hh:%nn:%ss")
by priyadarshikunal
Fri Mar 27, 2015 2:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implementation of the While Loop logic in the job
Replies: 1
Views: 1836

does it really transform in to a while loop in datastage or just If else and assignment based on conditions. In my first look its just doing the same if else logic for all records it fetched in the array.
by priyadarshikunal
Fri Mar 27, 2015 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCIDIC to ASCII using CFF having COMP3 filed
Replies: 7
Views: 5084

If you are getting error in COMP fields only, I believe the file was FTPed in Ascii mode which may lead to data corruption in COMP fields. Make sure the file was transferred in binary mode.

And yes, you need to have a good look on the cobol file definition as well.
by priyadarshikunal
Fri Mar 27, 2015 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job reports failure (code 139)
Replies: 8
Views: 6298

do you get anything in the phantom logs when you reset the job it should show as "From previous run".