Search found 15603 matches

by ArndW
Fri Jul 20, 2007 7:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: max size of inmemory file/table
Replies: 1
Views: 511

The physical system limits are quite large, most likely limited by the amount of memory you have and disk space you allocate or point to in the configuration files.
The practical limits to file size are much smaller - think of how long it takes to build the lookup table.
by ArndW
Fri Jul 20, 2007 7:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error_When_Opening_dataset
Replies: 8
Views: 1832

Since you didn't mark your problem as resolved - the column name "File_TBLEID" isn't in the schema and thus the stage won't work.
by ArndW
Fri Jul 20, 2007 7:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Design Palette
Replies: 1
Views: 647

There is currently no way to hide link lines (and it seems that those pesky link names cannot remember where to stay, either)
by ArndW
Thu Jul 19, 2007 11:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in adding new project
Replies: 2
Views: 732

Insufficient access rights on the secondary keys (look at directories starting with I_)?
by ArndW
Thu Jul 19, 2007 11:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation hangs forever
Replies: 8
Views: 1905

No, I don't know the limit. But I just tested a job with 1000 columns and derivations and it compiled and ran without a problem. The compilation took about 10 minutes and as a comparison my current PX job compiles in about 30 seconds ( ~80 stages, no transforms).
by ArndW
Thu Jul 19, 2007 11:11 pm
Forum: General
Topic: How datastage works
Replies: 4
Views: 2944

If you have DataStage installed, you will have all the relevant documents in PDF form installed in your PC's \Program Files\Ascential\DataStage7.5\Docs directory. The Parallel Job Developer's Guide and the Parallel Job Advanced Developer's Guide are good starting points.
by ArndW
Thu Jul 19, 2007 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation hangs forever
Replies: 8
Views: 1905

I am sure that there is a limitation on the number of columns, but it is certainly higher than what you currently have.

I am confused, you state that the compile hangs forever, yet you have a message "compile failed" - which is it? If the compile failed, there will be additional error messages.
by ArndW
Thu Jul 19, 2007 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in record Extraction
Replies: 12
Views: 2701

I like using the command line tool orchadmin ll {dataset} ; that gives me the number of records per partition, total bytes, etc.

You could try

Code: Select all

orchadmin dump {DataSet} | wc -l
to get a 2nd opinion on the number of the records in the dataset.
by ArndW
Thu Jul 19, 2007 10:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Taking care of PST and PDT timezones in datastage
Replies: 2
Views: 817

"Time" contains no notion of time zone, so there is no actual patch possible for this issue. You need to know what your source time location is (Standard) and then use the daylight savings rules for switching between PDT and PST to convert to appropriate "local time". If your UNIX server is setup co...
by ArndW
Thu Jul 19, 2007 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in record Extraction
Replies: 12
Views: 2701

Are you sure that you are looking at the actual record counts and not some limit placed by the "view data" in the Data Set Management tool?
by ArndW
Thu Jul 19, 2007 10:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation hangs forever
Replies: 8
Views: 1905

Transform PX stages can take a long time to generate and compile. On some systems the C++ compiler has a concurrent user limit, so you not only need to wait the time for the compile but you might also be waiting for someone else to finish using a C++ license. I have waited 10-15 minutes for a compil...
by ArndW
Thu Jul 19, 2007 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Open Command in Oracle Enterprise stage
Replies: 5
Views: 1268

Do things change if you add a semicolon? Also, this will get executed on each processing node (in this case it wouldn't make much of a difference, but it is important to realize what DS does).
by ArndW
Thu Jul 19, 2007 7:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nullability changes during Metadata import
Replies: 3
Views: 825

So you have a column that, according to the DDL in the database, is NOT NULLABLE, and when you import that via the manager it also states NOT NULLABLE yet when you view or run a job using that metadata you get the warning message regarding the nullable-to-not-nullable conversion? How did you get the...
by ArndW
Thu Jul 19, 2007 6:53 pm
Forum: General
Topic: importing .gz file from unix server and unzip
Replies: 9
Views: 2708

...Can we import the .gz files which are in remote unix server using FTP satge in datastage... Sort of - but I wouldn't recommend doing it that way. If you "fake" the metadata in the FTP stage to be one (binary) column and pipe the incoming binary stream into a unzip program it will work (I have do...
by ArndW
Thu Jul 19, 2007 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Open Expression Editor in Transform Stage
Replies: 7
Views: 2134

I haven't actually installed the patch so I don't know what is involved; although if it was a "packaged" install it should be removable from the control panel and the system state prior to the patch will be restored upon deletion.