Search found 459 matches

by rasi
Tue Jul 06, 2004 11:54 pm
Forum: Enhancement Wish List
Topic: Search command in Designer
Replies: 6
Views: 5675

Search command in Designer

It will be useful if we have the feature of search/replace facility in the Designer. Things like replacing same transformation for multiple fields will be of great useful. Also replacing column names ....

Will make developers lazy..... :lol:


Thanks
Rasi
by rasi
Tue Jul 06, 2004 11:49 pm
Forum: Enhancement Wish List
Topic: Copy multiple rows from Grid result
Replies: 0
Views: 1970

Copy multiple rows from Grid result

It Would be nice to have ...copying rows from the grid and pasting to other application. Currently we can copy single row but if we can copy multiple row it would be nice.

Thanks

Rasi
by rasi
Tue Jul 06, 2004 11:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.UVOpen
Replies: 8
Views: 3639

Hi Arun,

This could be becos of the limit of files opened. Change the T30FILE configuration parameter in the uvconfig file.

Best of luck

Rasi
by rasi
Tue Jul 06, 2004 6:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading DB2 AS400 NULL Value populates SQLServer with data
Replies: 1
Views: 1116

I had worked with DB2 before and never had this sort for problem while reading null values. Try to create a simple job and read the null value and insert into your staging table. Check the data type in both source and target table and make sure there isn't any transform happing to that column inside...
by rasi
Tue Jul 06, 2004 6:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Partitioning Algorithms (Pros and Cons)
Replies: 2
Views: 1352

Round robin is the default algorithm. For more infomation check the manual servjdev.pdf (Page 13-3)

Thanks
Rasi
by rasi
Tue Jul 06, 2004 5:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Type 2 question
Replies: 2
Views: 1119

Split your type 2 data into two streams one for existing update and another one for new inserts. Send this as Sequential File and in the next job use the file to update the existing records first and then use the separate job to insert new records you will never have this problem.

Thanks
Rasi
by rasi
Mon Jul 05, 2004 9:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent - Experiencing Run-time error '6': Overflow
Replies: 10
Views: 3713

Check this with another client machine. If it is the same problem revert back to your original version which it was running before and re-install Datastage Client on it.

Cheers

Rasi
by rasi
Sun Jul 04, 2004 7:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple rows getting generated.....
Replies: 4
Views: 2576

Yes without the wildcards the folder stage will pick up all the files from the path. Also make sure you have some mechanism which clears off the files or moved to different path after the job is finished. This will make sure you are not getting back date files for the current running jobs. Good luck...
by rasi
Sun Jul 04, 2004 7:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Limitation of the Pivot Stage?
Replies: 2
Views: 1436

The limit is definitely not 64 rows. One of my job had splitted 130 rows as output. So I can say that the limit is not 64 but for higher number > 130 it may apply.

Thanks
Rasi
by rasi
Wed Jun 30, 2004 11:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "if then else" in derivation
Replies: 7
Views: 3689

Hi

As Vincent said put the values in a reference table and then use it as hash file as lookup. This makes life easy and less maintenance for the developers in future.

Thanks
Rasi
by rasi
Wed Jun 30, 2004 11:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple rows getting generated.....
Replies: 4
Views: 2576

Hi Kumar,

Check the metadata of the XML which you imported. Try re-importing and changing the definitions. Improperly imported metadata can cause weird results.

Thanks
Rasi
by rasi
Thu May 06, 2004 6:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CA-US (JOB OPP.) Looking for Datastage, Parallel Extender.
Replies: 1
Views: 1422

Sorry this is not the right place to post yours opportunity. There is a separate discussion forum called Looking for Talent post it there.

Siva
by rasi
Wed May 05, 2004 11:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification
Replies: 4
Views: 2240

Check out for DSSendmail in the manual. You need to code to call this function to send email when job fails.

Cheers
Siva
by rasi
Tue May 04, 2004 7:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding Tables Accessed in Jobs
Replies: 7
Views: 2574

If the table is hardcoded then the best way is to export to dsx file and search for the table name to get the jobs used for that particular table.

Siva
by rasi
Fri Apr 30, 2004 12:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Send SMS thro Datastage...
Replies: 10
Views: 5330

Yes Ray

you are correct. Any info would be helpful


Regards
Rasi