Search found 99 matches

by stefanfrost1
Fri Jun 12, 2009 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration File issue,Configuring DB2 EE stage
Replies: 9
Views: 9724

You state that you've made changes to your startup.apt file. I would like to point out a passage in your error statement: ##I IIS-DSEE-TFPM-00181 22:15:12(005) <main_program> A startup script is not being used. If you're settings in startup.apt is important for your current runtime enviroment then i...
by stefanfrost1
Wed Jun 03, 2009 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output Load Command to Log
Replies: 3
Views: 2186

I tried APT_DB2LOADER_DEBUG Environemental variable to debug db2load operator. If APT_DB2LOADER_DEBUG is set, db2load would pipe data into a on disk rather than to a database. I didn't provide me with the load command statement, it did however give me some column and load file info. As stated it als...
by stefanfrost1
Tue Jun 02, 2009 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output Load Command to Log
Replies: 3
Views: 2186

I have tried APT_DEBUG_DB2=True I gives me alot of great information, sadly not the command itself. I havn't tried APT_DB2LOADER_DEBUG=True The documentation states the following APT_DB2LOADER_DEBUG Environemental variable to debug db2load operator. If APT_DB2LOADER_DEBUG is set, db2load would pipe ...
by stefanfrost1
Tue Jun 02, 2009 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output Load Command to Log
Replies: 3
Views: 2186

Output Load Command to Log

Hi, I am using datastage 7.5.2 on AIX with DB2 9.1 DPF (MPP) also on AIX. We are using db2 enterprise stage to load data in parallell to each dpf node respectively. Sometimes a load on one node fails and the table ends up in a strange state. Pending on one node but ok on the other. The consequense o...
by stefanfrost1
Mon Jun 01, 2009 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 DPF and DS
Replies: 13
Views: 5814

Ok, cross-platform is in general not an issue even if your database is on another plattform than your datastage installation, regardless of your db installation, SMP,MPP,DPF etc. However there is a "special" feature in datastage enterprise edition in combination with DB2 DPF (eg DB2s MPP s...
by stefanfrost1
Thu May 28, 2009 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 DPF and DS
Replies: 13
Views: 5814

If you use the DB2 enterprise stage properly it will ask the database how data is spread over the 12 partitions (eg partition key) and if that key is present in your in/out stream it will start as many processes as there are data nodes (12 if your data is spread over all partititions. Your tablespac...
by stefanfrost1
Mon May 18, 2009 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to specify the tablespaces when create DB2 table in DS
Replies: 9
Views: 4031

In the DB-enterprise stage using for example MODE = Write Create, you get a option called DB Options within which you can specify tabelspace amongst other (however missing a whole lot of options available in regular DDL) Type: String Specify an optional table space or partitioning keys to be used by...
by stefanfrost1
Mon May 04, 2009 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can target dataset preserve pre sorted data?
Replies: 5
Views: 2982

Depends on which database (stage) and read method you are using. If you're not reading data from each database partition(node) your data will be returned on a single node and thereby your dataset will remain as a single node when using SAME partitioning. Using DB2EE-stage for example and read method...
by stefanfrost1
Wed Jan 28, 2009 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User inserted sort does not fulfill the sort requirements
Replies: 3
Views: 7856

First, I would recommend you to sort using the sort-stage since it enables alot of additional features, such as tuning memory etc. Regarding your sort warning it could be that the 2 input links are different on the input tab. If not please check what datatypes are in your partitioning columns and if...
by stefanfrost1
Wed Jan 21, 2009 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with special characters!!!
Replies: 2
Views: 1126

Could you please supply the drop warning written to your job log?
by stefanfrost1
Wed Jan 21, 2009 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special characters in column name
Replies: 11
Views: 8036

What read method and what write method are you using? have you imported the table definitions into datastage? And if so using what importer?
by stefanfrost1
Tue Jan 20, 2009 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dssh commands
Replies: 3
Views: 3422

What is it that you wish to do?
by stefanfrost1
Fri Jan 16, 2009 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remote DB2 Configuration Server & Parallel
Replies: 9
Views: 3110

Stefan,
Do you know if I can make that happen in any manner short of running the installer and installing the engine layer? Perhaps by simply copying the PX runtime library from the ETL server?
As Ray described....
by stefanfrost1
Fri Jan 16, 2009 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage not padding spaces in db2 stage!!urgent!!
Replies: 3
Views: 2955

Maybe your field in the database is not just one character after all. Try a SQL on that table with HEX(colname) to see if it is already padded before datastage fetches it.
by stefanfrost1
Thu Jan 15, 2009 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remote DB2 Configuration Server & Parallel
Replies: 9
Views: 3110

On 7.5 the PX engine is not required to be installed on each db2 node, however the PX runtime library must be accessable on each node.