Search found 62 matches

by Daddy Doma
Sun Jul 23, 2006 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data segment (heap) size
Replies: 7
Views: 3430

On Unix, does this error message relate to the data or the file limits? I have an Aggregator stage which has up to 40 million records to deal with and get the same error. Following warning messages in the log show: My current heap size= 1,856,298,288 bytes in 35,701,573 blocks. Followed by "Fai...
by Daddy Doma
Sun Jul 23, 2006 10:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server job in Enterprise Edition
Replies: 7
Views: 5572

Test and Production are two different servers. On each of these there are multiple projects. We have previously run the jobs in Production from a command line script (to limit access to DataStage Designer, etc). An overall sequence job runs our parallel ETL jobs and then the server Stats jobs to. Al...
by Daddy Doma
Sun Jul 23, 2006 9:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server job in Enterprise Edition
Replies: 7
Views: 5572

Server job in Enterprise Edition

Hi, We are running some jobs in DataStage Enterprise Edition 7.5.1 on an AIX platform to collect runtime statistics and load a Data Quality database. The jobs that perform this are Server jobs. They exist in both our Development and Testing environments but have started generating errors in Testing:...
by Daddy Doma
Sat Feb 18, 2006 10:34 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cross Table analysis differences
Replies: 4
Views: 3710

Came across this old topic whilst investigating my issue and think it would be a good place to start a discussion. I am running PS across four different tables, each of which contains Employee data. The table schema is exactly the same for three of the tables; data types, column names, etc. I KNOW t...
by Daddy Doma
Wed Feb 15, 2006 6:21 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Invalid BROWSE Connection
Replies: 3
Views: 3372

Invalid BROWSE Connection - ProfileStage w/SQL Server 2005

Talking with IBM/Ascential Australia and they indicate the problem may be due to our use of SQL Server 2005. ProfileStage has only been certified with 2k. We were a little naive when starting our profiling exercise and didn't realise we would need a database server to host the PSDB. The (incorrect) ...
by Daddy Doma
Wed Feb 15, 2006 1:07 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Invalid BROWSE Connection
Replies: 3
Views: 3372

Invalid BROWSE Connection

Using ProfileStage as a local install on Windows XP Pro SP2. Our PSDB is on SQL Server 2005. My data sources are fixed width text files. During Column Analysis, I can access Analysis Report, Column Distribution and View Sample with no problems. However, when I try to examine specific records from wi...
by Daddy Doma
Sun Feb 12, 2006 4:55 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error importing meta data
Replies: 8
Views: 8298

Came across this topic whilst investigating a similar problem and thought others may find my solution useful. We have multiple fixed width text files that we were trying to bring into PS as seperate data sources. Our ODBC connection used the Ascential Text driver and created an .ini file at the same...
by Daddy Doma
Tue Jul 12, 2005 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passes through Lookup, can't handle Null in Transformer...
Replies: 4
Views: 2174

No good. The Matches command is valid in DataStage Server Edition only - we are using Enterprise Edition 7.5.1.a.
by Daddy Doma
Mon Jul 11, 2005 10:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passes through Lookup, can't handle Null in Transformer...
Replies: 4
Views: 2174

Passes through Lookup, can't handle Null in Transformer...

Source A has 3 distinct records. Source B has two distinct records. Each is a match to data in Source A. I have a lookup between the two sources. All records continue to the next transformer stage. In the transformer, I want to evaluate the fourth character of one of the columns for each record. Thi...
by Daddy Doma
Mon Jul 11, 2005 10:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Load row limit
Replies: 4
Views: 2592

We are already using the DB2 Enterprise stage. There were previous problems on this project with DB2 Bulk Load.

I think Ray may be on the right track, and this is likely a DB2 restriction instead of DS. Relevant DBA is being hunted as we speak...
by Daddy Doma
Mon Jul 11, 2005 6:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Load row limit
Replies: 4
Views: 2592

DB2 Load row limit

G'day, I am trying to load a DB2 database with a volume of rows in the order of 7.5 million. When using DB2 'load' (as opposed to 'write') not all my rows are being inserted into the database. From what I can tell, only the first 70000 rows (exactly) are loaded. DataStage statistics, and the Directo...
by Daddy Doma
Mon Jul 11, 2005 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating DATE and TIMESTAMP columns in DB2
Replies: 2
Views: 992

Actually, I no longer get the problem - we can chalk this one up to human error. My data was corrupt. Unbeknownst to me, the source data column was NULL. It was coming from a database that does not allow nullable values in that column, but during unit testing, the value in the staging dataset had be...
by Daddy Doma
Sun Jul 10, 2005 10:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating DATE and TIMESTAMP columns in DB2
Replies: 2
Views: 992

Updating DATE and TIMESTAMP columns in DB2

G'day A really weird one, this. I have a number of existing DataStage jobs that update a timestamp field in a DB2 database using a simple update statement, e.g. UPDATE #DB2#.TABLE SET END_TSP = ORCHESTRATE.END_TSP WHERE KEY = ORCHESTRATE.KEY The metadata of the updates is set in a preceeding Transfo...
by Daddy Doma
Fri Jul 01, 2005 9:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit Coversion Warning Messages
Replies: 3
Views: 1222

Thanks for that. I will give it a go.

But, I have heard that the Transformer stage is slower and more resource intensive than other options. Is this because it can accomplish in one stage what would otherwise require multiple individual specific stages?
by Daddy Doma
Thu Jun 30, 2005 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit Coversion Warning Messages
Replies: 3
Views: 1222

Implicit Coversion Warning Messages

Whats the best (most popular) way to avoid warning messages about implicit conversions and truncation? I have a char(34) column that only contains values meaningful to me in the first nine positions. I want to bring the length of the field down to nine so I can join it with other fields and carry ou...