Search found 2288 matches

by roy
Wed Jun 15, 2005 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: differences
Replies: 4
Views: 1508

Hi,
The GUI.
New Stages/functionality.
Connectivity enhancements

Do you really need the whole detailed list?
by roy
Wed Jun 15, 2005 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading excel file
Replies: 8
Views: 2766

Hi, If you can get a file/table/another spread sheet inside the excel file with info regarding from which row to read which sheet, then you might have a better automated solution, setting a constraint in the transformer to pass only records bigger then the parameter rows to skip. In any case you nee...
by roy
Wed Jun 15, 2005 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reporting Asistant in Manager problem
Replies: 5
Views: 1194

Hi, To add on what Kim said. I opened an oficial support call once regarding a bug with the ussage analisys and the response was something like yes we reproduced this behaviour, but, since metastage is the tool for this kind of info use it instead of ussage anlisys. In short no chance anyone will fi...
by roy
Wed Jun 15, 2005 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import error and no default value; data: <empty>, at o
Replies: 5
Views: 26077

Hi,
This was covered not long ago
please search for this topic.
by roy
Wed Jun 15, 2005 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Process Failed
Replies: 3
Views: 1419

So why post in the EE forum :roll: ?
by roy
Wed Jun 15, 2005 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem loading 'Date' using OCI 9i Stage
Replies: 4
Views: 1170

Hi, Yes, Use search in the forum to get the exact solution. It was covered so many a time Or simply go thru the help Or study the existing routines/transforms and modify them to your needs. Use @DATE and @TIME for a stable time stamp for all inserted rows Or Use Date() and Time() for a current times...
by roy
Wed Jun 15, 2005 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Process Failed
Replies: 3
Views: 1419

Hi,
Definitly sounds like a bug to me.

I'm not sure there are many EE users using windows yet.
I do believe there might be more once it supports NLS.
In any case please post a follow up once you have this resolved with your support provider.
by roy
Wed Jun 15, 2005 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: joining datasets
Replies: 5
Views: 1618

Hi,
look at the join,merge stages
I think you will find that a lookup is probably the fastest way.

IHTH,
by roy
Wed Jun 15, 2005 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse look-up and UTF-8 : problem of implicit conversion
Replies: 1
Views: 1577

Hi and welcome aboard :),
Try setting the extended property of this column in the table definition to unicode.

IHTH,
by roy
Wed Jun 15, 2005 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running PX jobs for a limited number of rows
Replies: 7
Views: 3496

Hi, I don't exactly understand your reason for wanting this but it depends on what is your source, here are 2 examples: 1. A sequential file has a "read first rows" option for reading n number of rows (you can use a parameter as value) 2. An Oracle stage can use a where part constraining n rows (als...
by roy
Wed Jun 15, 2005 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting isolation level
Replies: 1
Views: 702

Hi,
My guess is using 1 of:
- additional connection options
- open command
In the enterprise stage.
As for the syntax I'll need to get a DBA's answer.
I'll try testing it.

IHTH,
by roy
Tue Jun 14, 2005 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB Number Columns (no scale/precision) give warnings
Replies: 2
Views: 856

DB Number Columns (no scale/precision) give warnings

Hi All, I have a situation where DB tables have some numeric columns defined as number , with no sacle/precision defined. DS imports their definition as decimal(38,10) due to lack of info, which causes some problems like: writing an 7 digit number to a data set gives a decimal(38,10) number with lea...
by roy
Tue Jun 14, 2005 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error handling
Replies: 4
Views: 1015

Hi,
If you need to validate prior to inserting the rows to the DB you must verify them.
If not you might be able to pull it off using a reject link and some post load handling of the rejected rows.

IHTH,
by roy
Tue Jun 14, 2005 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Search Multiple Rows from Hash File
Replies: 2
Views: 591

Hi,
depending on the exact logic you could do this using multy value columns in a hash file or an ODBC stage defining a multy reference in the transformer stage's input link.

IHTH,
by roy
Tue Jun 14, 2005 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update action in ODBC stage
Replies: 2
Views: 676

Hi,
to add on what craig said.
you can also have some controll if you'll use a user defined syntax.

IHTH,