Search found 194 matches

by MT
Wed Mar 03, 2010 12:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Configurating DB2 Connectivity
Replies: 4
Views: 2405

Re: Configurating DB2 Connectivity

Hi, if you hvae the DB2 client you have to catalog the server and the database in oder to be able to establish a connection: db2 catalog tcpip node xxx remote <servername> server <port> db2 catalog database <dbalias> at node xxx Once done that you can test ist via a connect command from the DB2 comm...
by MT
Fri Feb 26, 2010 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Idea to resolve database table lock after job abort?
Replies: 5
Views: 1982

Hi Ray
ray.wurlod wrote:If you're running the job from a sequence, use "reset if required, then run".
well I tried to see if a job reset can release the table lock after the job was aborted but it did not work.
I think this would be the same from within a sequence, wouldn't it?

regards
globomike
by MT
Fri Feb 26, 2010 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Idea to resolve database table lock after job abort?
Replies: 5
Views: 1982

Hi Ray
ray.wurlod wrote:Transaction size = 1.
well this is a good idea but this has a performance impact on every run.
Any additional ideas to kind of reset it via DataStage which I could do only when a error had happened (hopefully rarely)

Thanks
globomike
by MT
Thu Feb 25, 2010 12:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Idea to resolve database table lock after job abort?
Replies: 5
Views: 1982

Idea to resolve database table lock after job abort?

Hi,

I have a DS job upserting into a DB2 table. When the job aborts the table is locked by DS. Any idea how I could solve it WITHIN DS and WITHOUT having the dba forcing the connection?


Thanks in advance
globomike
by MT
Thu Feb 25, 2010 12:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting into XML type columns on AIX DB2
Replies: 3
Views: 1715

Re: Inserting into XML type columns on AIX DB2

Hi, Hello, I would like to know, how can I using datastage to insert value into XML type fields in DB2 on AIX? I don't see how to do it directly, but are there any workarounds? Thank you in advance. inserting works quite straight forward - even in DS 7.x - define the column as XML and set the data t...
by MT
Wed Feb 24, 2010 12:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ: Open Queue in Server Job
Replies: 2
Views: 1315

MQ

Hi Ernie, Hard to say what the timing is on the opening of the queue, but the job will always abort anyway, if the database is not up and available when the job is initialized....... Ernie well this is true but because I have a shell script I can do a lot to ensure the job runs as expected and the s...
by MT
Tue Feb 23, 2010 2:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ: Open Queue in Server Job
Replies: 2
Views: 1315

MQ: Open Queue in Server Job

Hi, I have a DataStage 7.5.3. job reading from a MQ queue - transforming data and writing it to DB2. This job is triggered via a MQ Trigger. The problem is that if the database is not available (due to an error or maintenance etc.) the MQ Trigger fires every 2-3 seconds trying to (re-)start the job ...
by MT
Sat Jan 09, 2010 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WebService architecture for flexible SQL-WHERE condition
Replies: 3
Views: 1378

Michael.... One key thing I don't think we talked about earlier was the frequency of calls.... how often is this service invoked? How many times per day, per hour, per minute, per second......? That will also help determine the necessity of doing this as a lookup technique vs a pure parameter based...
by MT
Fri Jan 08, 2010 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WebService architecture for flexible SQL-WHERE condition
Replies: 3
Views: 1378

WebService architecture for flexible SQL-WHERE condition

Hi, I am looking for the best architecture or job design for following problem: I have to create an RTI WebService to run a SQL statement against DB2. The service will get about 30 parameters which are potentially part of the WHERE condition - filtering the answer set. The problem is now that I can ...
by MT
Mon Feb 23, 2009 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reset a Job from a TRANSFORMER
Replies: 4
Views: 2430

Reset a Job from a TRANSFORMER

Hi, I searched the forum but I could not find a satisfying answer to following problem: I run DataStage jobs with UtilityRunJob from a transformer but I run into problems if previous jobs (which where started via UtilityRunJob) aborted. How can I reset a job from my TRANSFORMER stage (not from a scr...
by MT
Mon Feb 16, 2009 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check environment variables in Jobs set to $PROJDEF
Replies: 3
Views: 1286

Hi, thanks KDUKE super input but I would like a little more details what is going on when you do i.e. INSERT INTO DICT DS_JOBOBJECTS ( FIELD, CODE, EXP, NAME, FORMAT, SM, ASSOC ) VALUES ( 'ParamNames', 'D', '14', 'ParamNames', '50L', 'M', 'MvParams' ) ; Sorry - this might be trivial to you but I cou...
by MT
Fri Feb 13, 2009 2:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check environment variables in Jobs set to $PROJDEF
Replies: 3
Views: 1286

Check environment variables in Jobs set to $PROJDEF

Hi, we want to double check that all our environment variables are really set to $PROJDEF before we move the projekt from development to production. I am looking for a script / universe sql / job or any trick how I could list all the variable settings in a project (or export) to check the variables ...
by MT
Fri Feb 06, 2009 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory requirement of a running job
Replies: 4
Views: 1761

Hi,

super, thanks Ray.
I suppose you refer to the APT_PM_SHOW_PIDS variable.

kind regards
MT
by MT
Thu Feb 05, 2009 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting a variable in a job to dynamically set filename
Replies: 3
Views: 1149

Setting a variable in a job to dynamically set filename

Hi, is there an option to set a variable (i.e. environment variable) within a job based on a certain logic to be used as a filename in an (output) FTP stage? I got some logic on which I would like to decide wether Environment variable var1 oder var2 should be used as filename of the output stage. Th...
by MT
Thu Feb 05, 2009 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory requirement of a running job
Replies: 4
Views: 1761

Hi,

in addition to my posting I am interested in the memory consumpition on the datastage server as well

Thanks in advance

MT