Search found 5168 matches

by kumar_s
Tue Jan 30, 2007 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automation of DS JOBS BACKUP
Replies: 7
Views: 1631

I could see its been taken care. But in my PC the Date variable is not been set with the value and hence the subdirectory was not created. When I change the delimiter from '/' to '.', FOR /f "tokens=2-4 delims=. " %%a in ('DATE/T') do SET DsxDate=%%c%%a%%b it creates the directory but, giving out so...
by kumar_s
Tue Jan 30, 2007 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automation of DS JOBS BACKUP
Replies: 7
Views: 1631

Kim, If I wish to hardcode all the parameter values, is there any simple way to backup the projects in different versions with out overriding.
May be each folder for each schedule or something.
by kumar_s
Tue Jan 30, 2007 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration & Version Control
Replies: 16
Views: 6198

Not routines alone. And not using DSExport.exe but using dscmdexport.exe for the project as a whole.
by kumar_s
Tue Jan 30, 2007 1:10 am
Forum: Data Quality Best Practices
Topic:
Replies: -1
Views:

Now in DataQuality!!! They have become real challenge to Webmaster, aren't they? :evil:
by kumar_s
Tue Jan 30, 2007 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reference link get the first row of the reference table
Replies: 29
Views: 4178

You can build the generated SQL by given two tables sperated by comma. And the join condition in the Where clause.
Else give the lookup condition as

Code: Select all

Reference.field1 = :1
in and clause.
Where the :1 represents the key from Master table if the key column is in first place.
by kumar_s
Tue Jan 30, 2007 12:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reference link get the first row of the reference table
Replies: 29
Views: 4178

You are not liking the Main stream lookup key to reference stream lookup field. Other than constraints, have you liked up the keys in Key Expression of the Lookup stream?
Use Column-Generated query in reference table.
by kumar_s
Sun Jan 28, 2007 11:52 pm
Forum: General
Topic: How to handle Web Crawler Activities ?
Replies: 16
Views: 7563

Is there any way to validate Datastage License if that been entered during process of registration. That will allow only those who have access to Datastage.
by kumar_s
Thu Jan 25, 2007 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem providing path for Dataset
Replies: 4
Views: 896

Cant you browse to the path and select the dataset?
by kumar_s
Thu Jan 25, 2007 5:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attempt to convert String value error
Replies: 6
Views: 1461

What is the data type?
You are trying to insert data "BADDER" to Long type of field..
by kumar_s
Thu Jan 25, 2007 4:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: debugging Batch
Replies: 16
Views: 2751

Do you mean "INCLUDE DSINCLUDE JOBCONTROL.H"?
Abort the sequence, you get "From Previous run log" information.
by kumar_s
Wed Jan 24, 2007 8:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture Fatal Error
Replies: 7
Views: 2567

Try by inserting a sort stage before Change capture and sorting the key.
Btw; You should be haveing the option to have you Custome code in Change capture stage itself.
by kumar_s
Wed Jan 24, 2007 8:35 pm
Forum: Enhancement Wish List
Topic: Array of Wishlistsssss
Replies: 4
Views: 3181

Its all real worthy wishes. Its good if we able to edit/set the value of JobProperty within the job. And you expecting, View data to be a simple Text editor rather a data viewer. Yes defaults for Char data tyeps, pains. I go for Varchar just for this reason. 12. What you expect for non matched recor...
by kumar_s
Wed Jan 24, 2007 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to know what all ETL jobs used the Oracle Tables
Replies: 14
Views: 4109

Kim, all these will give the list of jobs and stages based on jobs and vise versa. But OP is looking fetch the Stages or Jobs based on the Table that been used, isn't?
by kumar_s
Wed Jan 24, 2007 2:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataBase vendors not available in SP stage
Replies: 6
Views: 1056

You can alternatively use DB2 stage to call SP. You can mark the topic as you found a workaround. :wink:
by kumar_s
Wed Jan 24, 2007 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture Fatal Error
Replies: 7
Views: 2567

Is LANGU marked as Key? Is it available in both the stream? What is the job design?