Search found 13 matches

by kerensho
Thu Dec 15, 2005 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSDesign.exe has generated errors and will be closed
Replies: 3
Views: 1882

DSDesign.exe has generated errors and will be closed

Hello, One of our users is getting the following error once in a while and then the DS throw him out: DSDesign.exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is being created. I assume this is a Windows problem but if anyone can suggest how...
by kerensho
Thu Dec 15, 2005 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance tuning for one to one jobs
Replies: 5
Views: 2008

Number of rows

Hi, Like Arnd said, there are too many factors to answer you. but just to make sure you fully understand transaction size: the number you put there is how many rows DS will write before doing a commit. in other words, all those rows will be written to Oracle Buffers in case it will need to Rollback....
by kerensho
Thu Dec 15, 2005 2:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance tuning for one to one jobs
Replies: 5
Views: 2008

not enough information

Hi,

what is your target? Oracle, Informix, SqlServer...? are you using Plug in or ODBC?

in any case, one of the things you should check is the number of rows per transaction (I.E after how many rows the DS will send a commit request).

Good luck,
Keren
by kerensho
Thu Dec 15, 2005 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error
Replies: 2
Views: 1619

null

Hello,

Are you sure you remembered to set this column as not nullable on the Modify's output?

Keren
by kerensho
Sun Jul 17, 2005 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exec DOS questions
Replies: 11
Views: 4197

Hello, You have two options: 1. a batch file 2. a routine if you'll need to write multiple lines in the ExecSH often, I suggest write a generic routine that gets all the code as one string parameter with a delimiter between the lines. in the routine open a loop that reads and executes field by field...
by kerensho
Wed Jul 13, 2005 12:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hai
Replies: 4
Views: 1411

Hello, I don't know clear case but I do know version Control: the important thing is that VC is part of Ds, which means you do not have to import and export all the time. Also, VC lets you move selected jobs between projects (not 1 job, whole project or 1 category at a time, like export works). It l...
by kerensho
Tue Jul 12, 2005 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Select value into Job Parametr
Replies: 9
Views: 3170

Hello, You can read the value from the DB into a transformer in which you can use a StageVariable to call the UtilityRunJob routine like that: UtilityRunJob("JobName", "JobParam1=value1|Jobparam2=value2....","RowsLimit","WarningsLimit") You need to pass all of...
by kerensho
Tue Jul 12, 2005 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filtering top and bottom records from sequential file.
Replies: 5
Views: 2043

Hello atulghate,

you can use the before job subroutine as Roy said.
if you do not want to use Unix commands at all thoug, you can read the file as a 1 column file (a large varchar) and then by transformer and constraints to filer out only the rows you want.

yours,
Keren
by kerensho
Tue Jul 12, 2005 2:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with CLeaning up Resources
Replies: 5
Views: 3085

Hello vgaindhar, In the Administrator there is a definition if you can "admin from director" - which means you will be able to see the jobs in "cleanup resource". Still, if you do not have the permissions to do so, you can press this button a million times and it won't do a thing...
by kerensho
Tue Jul 12, 2005 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenation of columns
Replies: 6
Views: 3724

Export stage

Hi jayawant, In my last project we used the Export stage a lot. keep in mind two things: 1. you'll have to keep a matching Schema file for each file you export. 2. we learned that this stage can be pretty heavy. In order to save time, if we needed to get information from these files after being conc...
by kerensho
Mon Jul 11, 2005 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC on AS400 - the query gets stuck(?)
Replies: 6
Views: 2658

Hello...

after 10 minutes the DS.CONNECT still does not give any feedback. dince I have no group by or order by, I asume it is stuck as well....

Keren
by kerensho
Mon Jul 11, 2005 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC on AS400 - the query gets stuck(?)
Replies: 6
Views: 2658

hi again,

we run the same query through Bosonova emulator, which sits on the same client and it is working ok.

how do I run it through DS.connect?

Keren
by kerensho
Mon Jul 11, 2005 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC on AS400 - the query gets stuck(?)
Replies: 6
Views: 2658

ODBC on AS400 - the query gets stuck(?)

Hi, we run here SQLs on DB2 through ODBC stage. usually it works fine, but in some cases the query gets stuck after a while. so far we got stuck trying to select from 2 tables: first query 2 columns and got stuck after 3812 and the second got 65 columns and got stuck after 300 records. we think that...