Search found 6797 matches

by DSguru2B
Mon Jun 19, 2006 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Migration from Windows Server 2003 to Unix AIX
Replies: 5
Views: 1732

For a start off on this quickly, these are the things you need to consider for migration. Havent done this before, but will get more inputs for sure: 1. ODBC connections to be added to the odbc.ini and uvodbc.config files in the Ascential folder. 2. The directory structure for the jobs need to be cr...
by DSguru2B
Mon Jun 19, 2006 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connection
Replies: 5
Views: 926

Wouldnt you need to odbc connections on the host.
by DSguru2B
Mon Jun 19, 2006 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i Import and Read .dbf files ..?
Replies: 8
Views: 2107

Did you try the ODBC stage which is a generic driver itself.
by DSguru2B
Mon Jun 19, 2006 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB Bulk Stage - Performance Issue
Replies: 57
Views: 14878

You are sure there are no warning messages in the message file?
What about the directors log?
How many columns are you passing?
by DSguru2B
Mon Jun 19, 2006 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Server abends reading file received from Host
Replies: 2
Views: 770

Welcome Aboard You have an extra line at the end. This happened to me too once, when I NDM'd the file from the mainframe over to the file server on windows. The best way to handle it , is to go to the column tab in the sequential file stage, and set the 'Contains Terminators' of the last row to Yes.
by DSguru2B
Mon Jun 19, 2006 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB Bulk Stage - Performance Issue
Replies: 57
Views: 14878

If you are loading the table using the DB2 load stage then 80-100 rows/sec is extremely slow. You can get better performance with the DB2 API stage with that. Ideally, with the load stage, you should be getting about 15k - 35k rows/sec.
by DSguru2B
Mon Jun 19, 2006 7:38 am
Forum: Site/Forum
Topic: CONGRATS DSGURU
Replies: 13
Views: 5712

Yea thanks Kumar, your really helping (Sense the sarcasm :twisted: ).
by DSguru2B
Mon Jun 19, 2006 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status Codes returned by dsjob
Replies: 10
Views: 2282

I could reach it :roll:
No encryption. I am nice :twisted:
by DSguru2B
Mon Jun 19, 2006 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: check installation of DS server after a virus attack
Replies: 10
Views: 2244

Did you try going into your control panel and checking if all the services are up and running (Ascential services i mean)?
by DSguru2B
Mon Jun 19, 2006 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archiving of a Table: DTS Packages vs DataStage
Replies: 12
Views: 4441

I could sense purging The simplest way is to maintain two tables. Like say if your table name is myTable then second table would be the history table say, Hist_mytable . Once the records reach a certain limit, in your case 4 years, just rename your myTable to Hist_mytable . Thats what we do here. Sa...
by DSguru2B
Mon Jun 19, 2006 7:04 am
Forum: Site/Forum
Topic: CONGRATS DSGURU
Replies: 13
Views: 5712

Kumar, you are going to get me killed by our two top gurus, ill stick to aiming at the moon :wink:
by DSguru2B
Mon Jun 19, 2006 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: check installation of DS server after a virus attack
Replies: 10
Views: 2244

Good catch Craig. Even i was thinking about that.
by DSguru2B
Mon Jun 19, 2006 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status Codes returned by dsjob
Replies: 10
Views: 2282

No. The job status becomes the status code of the command when you use -jobstatus along with the -run. Otherwise it will just return either a 0 or a 1.
Then to read that jobstatus you would use $?
by DSguru2B
Mon Jun 19, 2006 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error
Replies: 8
Views: 2269

Re: Error

Whenever such database errors pop up, always pay close attention to their codes. ORA-01652 usually happens when a sort operation cannot be finished in memory alone. Thats when the disk space comes into play but even that is falling short for your case. This error is begging you to get more room in t...
by DSguru2B
Mon Jun 19, 2006 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archiving of a Table: DTS Packages vs DataStage
Replies: 12
Views: 4441

It doesnt matter how 'volumninous' the data is, backup's of databases are always taken. Do you need additional copies of that data to be stored? Isnt that waste of space and resources? Or is your requirement due to some purging requirements?