Search found 53125 matches

by ray.wurlod
Mon Jun 21, 2010 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add key to already partitioned data
Replies: 1
Views: 935

If i add key K5 in partition column will data get repartition? Yes. But think about what partitioning is doing. Given that the data are already partitioned on K1,K2,K3,K4 then every combination of {K1,K2,K3,K4,K5} will be on the same partition as {K1,K2,K3,K4}, if you don't include K5 in the partit...
by ray.wurlod
Mon Jun 21, 2010 2:18 am
Forum: General
Topic: Warning while populating into target table
Replies: 3
Views: 1361

Make sure that the string that you construct satisfies the format specified in your timestamp format string (default value can be viewed on Parallel tab in Administrator client) or provide a non-default format string in your StringToTimestamp() function.
by ray.wurlod
Mon Jun 21, 2010 12:19 am
Forum: General
Topic: QualityStage Training
Replies: 2
Views: 1355

QualityStage Training

IBM is running a QualityStage training class (DX741AU) in Sydney (Australia) from July 6th to July 9th 2010.

There are still vacancies available.
by ray.wurlod
Sun Jun 20, 2010 9:12 pm
Forum: Enhancement Wish List
Topic: Onwer check for APT_CONFIG_FILE
Replies: 3
Views: 9221

Code: Select all

+++ Out of cheese error +++
Redo from start.
:lol:
by ray.wurlod
Sun Jun 20, 2010 9:07 pm
Forum: Enhancement Wish List
Topic: Onwer check for APT_CONFIG_FILE
Replies: 3
Views: 9221

And if it's not owned by that user?...
by ray.wurlod
Sun Jun 20, 2010 9:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Variable within User Variable Actvities stage
Replies: 1
Views: 995

At current version (8.1 and earlier) retrieving the value of a user variable within the same User Variables activity is not possible. But there's nothing to prevent you using two adjacent User Variables activities.
by ray.wurlod
Sun Jun 20, 2010 6:29 pm
Forum: Enhancement Wish List
Topic: Default storage location on disk.
Replies: 2
Views: 8283

This one might get messy in a grid environment!
by ray.wurlod
Sun Jun 20, 2010 6:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Print warning in two lines.
Replies: 2
Views: 1131

Welcome aboard. That's a perfectly reasonable question. The trick is to make the string into a "dynamic array" using a special delimiter for the line break. Most people like to use the "value mark", which is available as the system variable @VM. Hence: Call DSLogInfo("Execut...
by ray.wurlod
Sun Jun 20, 2010 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata repository options for DataStage 8.1
Replies: 5
Views: 7764

Don't believe everything sales people tell you. Version 8 uses both repositories. The common metadata repository is shared with other tools, such as FastTrack, Metadata Workbench, Data Architect. The local repository is used primarily at design time and, optionally, for job log storage.
by ray.wurlod
Sun Jun 20, 2010 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql driver issue
Replies: 14
Views: 9380

Are you able to do anything at all with Connectors (such as import a table definition)? If not it might be an issue with the Connector Access Service, rather than with the DSN definition. Connectors use a "funky method using Java and XML" (to quote a very knowledgable IBM support analyst) ...
by ray.wurlod
Sun Jun 20, 2010 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different ways to upgrade from 7.5.2 to 8.1
Replies: 8
Views: 1979

Until recently the 8.x release required that the itag be the default value (ade). However, I have just installed a system where the itag was prompted for, which makes me assume that a non-default itag value is now possible. Even so, there is so much that is different in version 8 I would continue to...
by ray.wurlod
Sun Jun 20, 2010 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with a DIM load SCD 2
Replies: 5
Views: 1511

Before this function can be called in the SCD stage, the column whose derivation it is must have its purpose assigned as "Surrogate Key". My guess is that you have missed this step.
by ray.wurlod
Sat Jun 19, 2010 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Driver error
Replies: 15
Views: 7006

This question must be asked - are you using any routine that invokes BCI functions?
by ray.wurlod
Fri Jun 18, 2010 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File - Multiple Record Types (Records ID)
Replies: 7
Views: 5306

Why not have multiple outputs from the CFF stage to receive the different record types?
by ray.wurlod
Fri Jun 18, 2010 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem Connecting to ODBC
Replies: 12
Views: 3988

Can you ping the SQL Server host machine from your production server?

Is connectivity blocked by a firewall setting?