Search found 53125 matches

by ray.wurlod
Tue Dec 11, 2012 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Compilation error
Replies: 9
Views: 4849

Start with the first error. Resolve the "package not found" error message.
by ray.wurlod
Tue Dec 11, 2012 1:27 pm
Forum: General
Topic: Unable to list LDAP groups in web console
Replies: 3
Views: 1392

Re: Unable to list LDAP groups in web console

Madhumitha_Raghunathan wrote:I was able to list the groups and assign the roles but off-late it has not been working.
What has changed? ("Nothing" is not the correct answer.)
by ray.wurlod
Mon Dec 10, 2012 9:34 pm
Forum: General
Topic: SRVE0255E a Webgroup/Virtual Host ... has not been defined
Replies: 2
Views: 3513

Another thought - can you successfully resolve hostnames to IP addresses? These services (e.g. metadata services) are all registered using a hostname (not an IP address).
by ray.wurlod
Mon Dec 10, 2012 9:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to create GUUID in datastage without using database
Replies: 8
Views: 1996

You've been using DSXchange for more than five years. Don't you think less than Rs12 per day (for premium membership) would be a worthwhile investment?
by ray.wurlod
Mon Dec 10, 2012 3:28 pm
Forum: Enhancement Wish List
Topic: Import parameters and stage variables as if they were tables
Replies: 2
Views: 7566

There's always Parameter Sets for the parameters.

Stage variables should be easily do-able. Won't be in 9.1 though, this is only days away from GA.
by ray.wurlod
Mon Dec 10, 2012 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to create GUUID in datastage without using database
Replies: 8
Views: 1996

There's nothing provided "out of the box" in DataStage, but there's nothing to prevent you from creating your own routine. You should be able to find an algorithm for GUUID on the internet, for example at http://www.guidgenerator.com/.
by ray.wurlod
Mon Dec 10, 2012 2:40 pm
Forum: General
Topic: Is it possible to call a job from another program?
Replies: 3
Views: 1557

Yes it is. You end up making a "system call" to invoke the "dsjob" command, or you can construct your own using the DataStage API.
by ray.wurlod
Mon Dec 10, 2012 2:38 pm
Forum: General
Topic: DataStage Window/Canvas resize
Replies: 3
Views: 1386

Designer should "remember" (in HKEY_CURRENT_USER) the settings when you exit cleanly.
by ray.wurlod
Sun Dec 09, 2012 11:09 pm
Forum: General
Topic: SRVE0255E a Webgroup/Virtual Host ... has not been defined
Replies: 2
Views: 3513

Do you get the same message when trying to open Metadata Workbench (http://servername:9080/workbench)?
by ray.wurlod
Sun Dec 09, 2012 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: records grouping into an array structure
Replies: 3
Views: 1653

Not enough information (exactly how do you have to group these records?). I'm pretty confident the Aggregator stage is not the way to go, unless very specific circumstances obtain. So how about you explain more fully what you are trying to accomplish, in particular the rules for grouping and what is...
by ray.wurlod
Fri Dec 07, 2012 5:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Startup time is more than Prodcution Run time
Replies: 10
Views: 4812

You can get more information about the startup by setting the environment variable APT_STARTUP_STATUS. Startup time includes all the work done by the conductor up till the time that player processes begin execution. This includes: verifying licensing composing the score from the generated OSH and co...
by ray.wurlod
Fri Dec 07, 2012 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I apply this logic?
Replies: 11
Views: 3085

"Key Adjacency" to make sure that any one Key value only occurs on one partition: that is, that each key value only generates a single group. You don't do this and, worst case, you'll get one group per key per node.
by ray.wurlod
Fri Dec 07, 2012 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String Truncation
Replies: 2
Views: 1041

Code: Select all

TrimF(Field(InLink.TheString, ":", 2, 99999))
by ray.wurlod
Fri Dec 07, 2012 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error "The configuration does not contain the invoking
Replies: 4
Views: 1504

Couldn't see the "?" in the screenshot, but was going to suggest that you use the Check button. Not needed now.
by ray.wurlod
Fri Dec 07, 2012 5:39 pm
Forum: General
Topic: Datastage installation error
Replies: 4
Views: 3165

Can you try, once you've got to that point, typing in the URL? I believe it's missing a leading dot, that is, that it should be

Code: Select all

./ISInstall