Search found 99 matches

by stefanfrost1
Thu Jan 15, 2009 2:27 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Do you actively use an RSS Reader?
Replies: 10
Views: 8332

I use google reader, works very well for me and is accessable from any computer...
by stefanfrost1
Thu Jan 08, 2009 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cant get my sequential file schema right
Replies: 3
Views: 1168

Great! I didn't realize this "hidden" property. I just focused on the format tab in the sf-stage.

By the way, do you know why the prefix only shows on records longer than 35 bytes and not on shorter?
by stefanfrost1
Thu Jan 08, 2009 3:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cant get my sequential file schema right
Replies: 3
Views: 1168

Cant get my sequential file schema right

Hi, I am trying to write a simple sequential file on unix using a sequential file stage through a parrallel job. The thing is that I can't get rid of a 1-byte record prefix in front of any record longer than 35 letters. All rows longer than that gets a 1-byte prefix. My schema is very simple; 1 colu...
by stefanfrost1
Thu Jan 08, 2009 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Invocation id can be parametrized?
Replies: 5
Views: 1901

When you add a job activity that is a multiple instance job to a job sequence, a field will appear where you give that activity an instance name. This field can be populated with a job parameter or any other activity control in your sequence.
by stefanfrost1
Mon Nov 24, 2008 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in connecting DB2 server
Replies: 6
Views: 4153

if you cant write db2 connect to [databasename] user [user] using [password] from the unix prompt then you can't connect using datastage. Talk to your dba's and make them confirm your settings and when you've connected to the database via the prompt then you can proceed and try it through datastage.
by stefanfrost1
Mon Nov 24, 2008 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in connecting DB2 server
Replies: 6
Views: 4153

SQL30061N The database alias or database name "DATVT000 " was not
found at the remote node. SQLSTATE=08004
This means that your db-connection is not set up (catalogued) in your db2 client utility. Correct and try again.
by stefanfrost1
Thu Nov 20, 2008 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get server transformer stage in parallel jobs?
Replies: 13
Views: 5380

I am not sure that we did something really wrong, but we had a consultant which implemented transformations in parrallel jobs using a BASIC tarnsformer and we had problems with all those jobs every 3-5 run, where the job would fail due to broken pipes. I spent 4-6 month recoding every job into paral...
by stefanfrost1
Tue Nov 11, 2008 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem when inserting records outside partition range!
Replies: 2
Views: 6989

Ok, thanks ray!

So as soon as i have a reject link available in a db-stage i need to handle any possible sql insert or update error.... In this case i will built a over 1 record termination...
by stefanfrost1
Tue Nov 11, 2008 1:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table not accessible after DataStage DB2 load job failed.
Replies: 3
Views: 2432

I don't think you can have non-recoverable true and cleanup on failure true set at the same time, however if your set cleanup on failure true and non-recoverable false and your operation aborts then the database will do a rollback.
by stefanfrost1
Mon Nov 10, 2008 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem when inserting records outside partition range!
Replies: 2
Views: 6989

problem when inserting records outside partition range!

Hi, I have a strange problem. We are using db2 v9.1 dpf plus range partitioning. I have a job with a db2ee-stage upsert, where i've used user-defined insert and update statements. I was trying to insert data outside the range partitions and got the following fatal error in the datastage logs! Primar...
by stefanfrost1
Mon Nov 10, 2008 2:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table not accessible after DataStage DB2 load job failed.
Replies: 3
Views: 2432

Hi, there is a setting in the db2 enterprise stage called "cleanup on failure" set it to true and your table will be as it was prior to the load, however your job will end ok and that might not be what you wish for. Just, read about the available parameters carefully and understand the con...
by stefanfrost1
Fri Nov 07, 2008 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failure using multiple db2ee against different dbs
Replies: 2
Views: 1169

Are you saying, that since there is only one APT_DB2INSTANCE_HOME per project I somewhat get lock to one target database instance per enterprise job? Did I understand it correctly when; Each stage has parameters populated by from job properties, and they are of course different, but that doesn't rea...
by stefanfrost1
Mon Nov 03, 2008 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failure using multiple db2ee against different dbs
Replies: 2
Views: 1169

Failure using multiple db2ee against different dbs

Sometimes when I have multiple db2 target databases which I want to load through the db2ee-stage I encounter a problem in one of the db2ee-target stages; Fatal message in director: db2LaddaStyrtabell: Currently connected to a different database: uvods3. I've tried the job using apt_disable_combinati...
by stefanfrost1
Mon Oct 27, 2008 1:50 am
Forum: General
Topic: Db2 version 9 Error
Replies: 5
Views: 2236

Well, The db2 enterprise stage does 2 things while inserting ocr loading data. 1. It sends a SQL via db2 connect (or some client utility) to the db2 system cataloge to find out how the db is partitioned, when that process is completed. Data can be spread to the correct node for local processing. 2. ...
by stefanfrost1
Fri Oct 24, 2008 12:29 am
Forum: General
Topic: Db2 version 9 Error
Replies: 5
Views: 2236

What settings have you specified in the enterprise stage?