Search found 4992 matches

by kcbland
Wed Jul 16, 2008 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on Regen - UVCONFIG
Replies: 5
Views: 3786

I suggest you point UVSPOOL someplace that exists and you'll have read/write permission.
by kcbland
Wed Jul 16, 2008 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range Partitioning in DB2
Replies: 2
Views: 1707

Skewing will most likely occur. If it's data range partitioned and most of your data falls into a recent data range, you'll find an unbalanced partition. You'll want to think about repartitioning using a more distrubuting method so that during transformation you're rebalanced. Going back into the da...
by kcbland
Wed Jul 16, 2008 12:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing Datastage Env variable value in Basic Rouitne
Replies: 6
Views: 3060

Code: Select all

UNIXcmd="echo $yourenvironmentvariable"
CALL DSExecute("UNIX", UNIXcmd, ScreenOutput,ReturnCode)
yourenvironmentvariable = ScreenOutput<1>
by kcbland
Fri Jul 11, 2008 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCIBL with DIRECT
Replies: 2
Views: 1587

Ahhh yes, my goal to be minimally invasive, preserve the simplicity of design, but make it 20x faster. A simple switch to DIRECT path loading would do the trick.
by kcbland
Fri Jul 11, 2008 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCIBL with DIRECT
Replies: 2
Views: 1587

ORAOCIBL with DIRECT

I've inherited a job that uses this stage in Automatic mode. I suspect the stage is using a CONVENTIONAL load and would like to use a DIRECT path. Having it build the control file and load file, then on command line add the DIRECT=TRUE is one option, I was hoping for something less invasive. Is ther...
by kcbland
Thu Jul 10, 2008 12:27 pm
Forum: General
Topic: SQLServer Loader in UNIX.
Replies: 3
Views: 1418

Almost 5 years from joining to your first post? That must be a record!
by kcbland
Thu Jul 10, 2008 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setup communication with DS server and Oracle
Replies: 3
Views: 1616

Communication is handled via ODBC or Oracle client connectivity. If you're on Windoze, ODBC is handled thru the Control Panel on the DS server. For Oracle client connectivity you'll configure the Oracle client on the DS server. To use Oracle OCI you'll use OCI/plugin stages, for ODBC, well, ODBC.
by kcbland
Wed Jul 09, 2008 12:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Designer Hangs during Job compilation
Replies: 6
Views: 4222

Smells like permissions have changed. If the job object files are owned by others or groups you may have some sticky bit situations or someone changed group level permissions.
by kcbland
Wed Jul 09, 2008 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execution of Batch file on a Remote Server
Replies: 6
Views: 2481

Look into ssh as well when rethinking
by kcbland
Tue Jul 08, 2008 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Large amount of Data
Replies: 3
Views: 1577

Where's the bottleneck? What's the job design used? What are the source/target database technologies? Did you implement parallelism techniques within the database? What are your loading methods? What's your parallelism? What's your hardware utilization? What's the target table indexing strategies (m...
by kcbland
Tue Jul 08, 2008 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database driven rules based validation engine?
Replies: 7
Views: 3048

I get asked this question all the time. There's differences between porting/transporting data between two databases, populating a data warehouse, data import, or building data extraction processes. My usual answer is that we move rows of data, not columns. It's never 1:1 relationship between a sourc...
by kcbland
Mon Jul 07, 2008 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle hints issue?
Replies: 9
Views: 4315

Hints are suggestions, not requirements. Is the query the same as in the job? What about the parallelism in the ORA stage?
by kcbland
Mon Jul 07, 2008 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-14)
Replies: 7
Views: 4242

One other circumstance back on 6.0 was when you tried to run a non-multi-instance enabled job as a multi-instance via job control. Since you didn't state this as the case, it's probably a server resources. You may wish to try the Microsoft solution and reboot the server to take care of any questions...
by kcbland
Thu Jul 03, 2008 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does anyone have a PX job template for SCD type 2?
Replies: 8
Views: 3672

The SCD stage doesn't address most of my points. You only can use it according to its limitations, you must model and have data that conform to its design specifications.
by kcbland
Fri Jun 27, 2008 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Calculation.
Replies: 5
Views: 2101

Yeah, well, working 90 hour weeks for the last two months means exhaustion. This is my last week straddling two customer projects 1300 miles apart. Starting next week I'm hoping to have my usual presence again.