Search found 548 matches

by Krazykoolrohit
Tue Jan 02, 2007 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table locks when loading through Teradata Enterprise stage
Replies: 19
Views: 14782

delete the temporary tables manually thru GUI. This is a bug in teradata i guess, wherein the temporary tables dont get deleted automatically.

After you delete them, release the mload.

As said above, this is teradata issue. Discussing with your DBA would have helped
by Krazykoolrohit
Fri Dec 22, 2006 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Z/O ODBC setting
Replies: 5
Views: 1262

Well, if the zSeries is running the IBM PRPQ that supports SSH, then you can connect from Unix to mainframe directly. Zseries is running fine, so i should be able to connect to mainframe from unix directly. I need some details about the ODBC parameters which i would need to put in there like the Dr...
by Krazykoolrohit
Mon Dec 18, 2006 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Z/O ODBC setting
Replies: 5
Views: 1262

thanx a lot. will enquire and try that out.
by Krazykoolrohit
Mon Dec 18, 2006 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Z/O ODBC setting
Replies: 5
Views: 1262

So it needs an adopter to connect to mainframes and unix cannot connect to the mainframes directly?
by Krazykoolrohit
Mon Dec 18, 2006 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Z/O ODBC setting
Replies: 5
Views: 1262

DB2 Z/O ODBC setting

Hi,

I need to compile a list of parameters needed to connect to DB2 Z/O through datastage. Can anyone privde suggestions on the best way to do this?

Are there any Mainframe plugins necessary or creating an ODBC will do?
by Krazykoolrohit
Tue Dec 05, 2006 10:21 am
Forum: Site/Forum
Topic: No Limits.
Replies: 11
Views: 9366

One more milestone created. Than a lot guys for your help.
by Krazykoolrohit
Tue Dec 05, 2006 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert new rows without update
Replies: 6
Views: 1297

kjaouhari already has the best solution in her hand like using a hash file to seperate out the inserts and updates.

Now kjaouhari wants other solutions. So i gave one :-P
by Krazykoolrohit
Tue Dec 05, 2006 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create Read only Jobs.
Replies: 4
Views: 3720

I posted that cause i knew this is what he was asking about. This is what the helps says "protect project" can do. Note: on UNIX systems, only root or the administrative user can currently protect and unprotect projects. Users can view objects in the project, and perform tasks that affect ...
by Krazykoolrohit
Tue Dec 05, 2006 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WHAT IS THE USE OF CONTAINS TERMINATORS IN SEQUENTIAL STAGE
Replies: 7
Views: 4265

Re: WHAT IS THE USE OF CONTAINS TERMINATORS IN SEQUENTIAL ST

what is role of the contains terminators in the sequential file By checking on the "contains terminator", you direct datastage to ignore any terminator which comes in a record. So you can ignore a termination character in a varchar 200 field. otherwise, datastage will read that terminator...
by Krazykoolrohit
Tue Dec 05, 2006 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert new rows without update
Replies: 6
Views: 1297

Re: Insert new rows without update

kjaouhari wrote: And I know that I can do a lookup with a huge hash file to select the new rows...
Do you have other solutions to do an insert new rows without update in an oracle table ?
Isn't there any option in that says "Update existing or insert new" while loading?
by Krazykoolrohit
Tue Dec 05, 2006 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create Read only Jobs.
Replies: 4
Views: 3720

Re: How to create Read only Jobs.

Hi All, How to create read only jobs in Datastage.As of my knowledge there is an option for releasing the jobs in manager Tools option. In my production box with exclamation mark 'JobName' is Read Only. Any changes that you make cannot be saved. . Kindly share your ideas for creating such read only...
by Krazykoolrohit
Mon Dec 04, 2006 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job sequencer
Replies: 8
Views: 1505

Since you say that the next job didnt run but all other jobs ran successfully, i guess there is a problem in the job which didnt run and not the sequencer.
by Krazykoolrohit
Fri Dec 01, 2006 12:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deadlock on SQL Server
Replies: 6
Views: 13895

How are you ensuring that insert is after update as shown in your design?
by Krazykoolrohit
Tue Nov 28, 2006 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timeout in DS
Replies: 13
Views: 3031

Do you see any warnings in the director?

Post your job structure. You should better resolve the problem than look for Job time out which i doubt it exists.
by Krazykoolrohit
Tue Nov 28, 2006 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Having problem with Column having length of 1000
Replies: 11
Views: 5162

Check for the presence of termination characters as i said earlier.