Search found 6797 matches

by DSguru2B
Mon Dec 18, 2006 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage daylight time saving
Replies: 6
Views: 3582

Thats completely DTS specific. Your better off getting in touch with DTS website. If you found that info from a reputable source online, then make sure you have all those patches applied.
by DSguru2B
Mon Dec 18, 2006 2:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file empty
Replies: 2
Views: 652

Even though the hashed file is empty, you will not incur a fata error. What are the options that you have set while building the hashed file. Are you reading the same hashed file that you created ?
by DSguru2B
Mon Dec 18, 2006 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding sort stage
Replies: 7
Views: 2345

It will sort on column 'MGR' but other the rest of the columns are going to remain intact. Also, didnt get a clear picture of your second requirement.
Suggestion:
Get rid of the sort stage and put an order by MGR clause in the odbc stage. This way you will select sorted data.
by DSguru2B
Mon Dec 18, 2006 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job status 'Running' forever.
Replies: 10
Views: 3937

Maybe something is happening at the database level. The database might not be available at that time. Is this the only job thats been acting up or you have other such jobs?
by DSguru2B
Mon Dec 18, 2006 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS
Replies: 1
Views: 732

This post is a continuation of special characters. for those who might have missed it. NLS is a very powerful and complex feature. I have'nt used it myself but have learnt about it here. You may or may not need NLS enabled. Someone more experienced with NLS will throw some more light on it, as i don...
by DSguru2B
Mon Dec 18, 2006 1:48 pm
Forum: Site/Forum
Topic: Work-around status now available for posts
Replies: 2
Views: 2249

I think this is a good option. Gives an idea of what lies inside the post right from the forum index. Great thinking Roy :wink:
by DSguru2B
Mon Dec 18, 2006 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding surrogate key generation
Replies: 8
Views: 1422

Dont provide @INROWNUM as the sequence name. Give a sensible name. Like maybe JobName. Why do you need the stage variable 'sv' again. If you dont, then get rid of it.
by DSguru2B
Mon Dec 18, 2006 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding peculiar error
Replies: 4
Views: 862

Ouch. I really hope that truncating the target was really what he wanted. Also, clear table and then insert will take a lot of time if target table is huge. You might want to re-consider this approach.
by DSguru2B
Mon Dec 18, 2006 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage daylight time saving
Replies: 6
Views: 3582

DataStage engine picks up the time from the server its sitting on. So if the server time works properly, so will your DataStage time. DTS is different in the way it works than DataStage. A patch might be required for DTS, but not necessarily for DataStage. As already pointed out, DataStage picks up ...
by DSguru2B
Mon Dec 18, 2006 12:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding surrogate key generation
Replies: 8
Views: 1422

The derivation should be KeyMgtGetNextValue(SeqName) where SeqName is nothing but a name that identifies this particular sequence.
by DSguru2B
Mon Dec 18, 2006 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: special characters
Replies: 3
Views: 1366

Do you have NLS enabled in DS?
by DSguru2B
Mon Dec 18, 2006 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding drs stage
Replies: 2
Views: 1086

The TNSNAMES.ORA file is either not there or is not updated with the current server that you are trying to access. It works with odbc because all that info is present in the uvodbc.config file and .odbc.ini file. Check and update your TNSNAMES.ORA file. Also, you can use odbc and DRS stage. Choose O...
by DSguru2B
Mon Dec 18, 2006 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning while running parallel job
Replies: 1
Views: 743

The error message says it all. You need to handle nulls. Refer to this post.
by DSguru2B
Mon Dec 18, 2006 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from Unix to Windows
Replies: 2
Views: 850

File path changes will be a pain.
Welcome back Kenneth :P .
by DSguru2B
Mon Dec 18, 2006 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in parallel job with source as DB2 database
Replies: 9
Views: 2932

Are you building a fixed width file or a delimited file? make sure you have correct lengths for all those listed columns.