Search found 53125 matches

by ray.wurlod
Tue Dec 04, 2012 2:50 am
Forum: Site/Forum
Topic: How to get a special access to DSXEchange to read forum FAQ?
Replies: 3
Views: 5473

by ray.wurlod
Tue Dec 04, 2012 2:49 am
Forum: General
Topic: scheduling job using 4-4-5 calendar
Replies: 1
Views: 1070

Yes, from Director, schedule it 13 times.
by ray.wurlod
Tue Dec 04, 2012 12:23 am
Forum: General
Topic: Compilation not reflecting
Replies: 5
Views: 1247

Try Force Compile
by ray.wurlod
Mon Dec 03, 2012 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP In remove duplicates and to pass the keys as param
Replies: 3
Views: 4096

You'll probably need a Modify stage to materialize the key column names.
by ray.wurlod
Mon Dec 03, 2012 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple rows to single row
Replies: 9
Views: 3851

For less than 30c per day you can get yourself a premium membership and then you would be able to. Premium memberships are how the hosting and bandwidth costs of DSXchange are met, so you'd be helping the site to live on. Did you notice the lack of ads? Details on/from the DSXchange home page.
by ray.wurlod
Mon Dec 03, 2012 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple rows to single row
Replies: 9
Views: 3851

Why are you using the Transformer stage? The PXPivot stage can do vertical pivoting such as you require with a lot less effort. Sure, it can be done with a Transformer stage, but why would you bother? If you insist on using a Transformer stage (it's a free country, or so we're assured, where you are...
by ray.wurlod
Mon Dec 03, 2012 10:10 pm
Forum: General
Topic: How to run job use the dsjob command
Replies: 5
Views: 4420

Mike wrote:Be sure you don't miss the dot-space at the beginning.
You missed it.
It's

Code: Select all

. ./dsenv
by ray.wurlod
Mon Dec 03, 2012 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector - bulk load fails if not the table owner
Replies: 5
Views: 4376

Some databases have a different privilege to permit bulk load.
by ray.wurlod
Mon Dec 03, 2012 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple rows to single row
Replies: 9
Views: 3851

Yes, it is a vertical, or reverse, pivot. This is described very clearly in the manual. What have you tried?
by ray.wurlod
Mon Dec 03, 2012 2:27 pm
Forum: General
Topic: DataStage Client Connection issue
Replies: 11
Views: 8595

You would still get a list of projects, because that comes from the services tier. You may not be able to connect to a project because other services aren't running, but that would affect all users. Similarly, this particular user might not have rights in the project, but you tell us you're using cr...
by ray.wurlod
Mon Dec 03, 2012 2:24 pm
Forum: General
Topic: Xmeta roll backs
Replies: 4
Views: 1431

Why do you think it's an issue?
Rolling back uncommitted transactions (for example when a session is disconnected) is a perfectly normal part of database operations.
by ray.wurlod
Mon Dec 03, 2012 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job runs for a long time and does not complete
Replies: 11
Views: 4003

Are you trying to overwrite /dev/null file? This will take an infinite amount of time. You should only ever append to /dev/null.
by ray.wurlod
Mon Dec 03, 2012 1:05 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Parallel Config file for ISD job !
Replies: 5
Views: 4387

32KB is the block size used in a Data Set, whether virtual or physical. This is the smallest amount of data moved within a DataStage parallel job. Typically it's more - remember that the default buffer sizes are 3MB.
by ray.wurlod
Sun Dec 02, 2012 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SetNull produces 0 instead of NULL for integer column?
Replies: 7
Views: 4801

How have you set the Null Field Value and Default Value properties for this column?