Search found 42189 matches

by chulett
Fri Dec 19, 2008 9:37 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Viewing Korean Characters in Information Analyzer
Replies: 5
Views: 3041

So, go back and edit it.
by chulett
Fri Dec 19, 2008 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Record Handling
Replies: 1
Views: 661

:!: Please do not start a new post for the same question you're already discussing elsewhere:

viewtopic.php?t=123358
by chulett
Fri Dec 19, 2008 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import or export ds job
Replies: 6
Views: 3471

Use the Manager. Full 'Server side' import export isn't coming until the 8.2 release. Or so.
by chulett
Fri Dec 19, 2008 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to stop datastage
Replies: 13
Views: 2592

Looks to me like a permissions error on the shared memory segment. Ask root to shut it (DataStage) down and see if that works.
by chulett
Fri Dec 19, 2008 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile error using environment variable in transformer
Replies: 5
Views: 1562

Right, as you noted in your first post you need to get rid of the dollar sign and that function doesn't want it included.
by chulett
Fri Dec 19, 2008 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modular Approch for ETL Job design
Replies: 5
Views: 2268

Yes, a 'modular' approach to Server job design in key in my mind and how I roll. However, you've posted in the PX forum, marked the post as Server job type and then mentioned parallel jobs in the post. Which is it?
by chulett
Fri Dec 19, 2008 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate ramndom and unique values
Replies: 6
Views: 1668

kapil_333 wrote:that's right !!!!!!!!!!!
thats why I need some function which creates a random number, within the range(defined).
If you really understood how right that was, you wouldn't still be looking for a random number generator.
by chulett
Fri Dec 19, 2008 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import or export ds job
Replies: 6
Views: 3471

Make sure you understand that the import only imports executables which usually isn't what people want.
by chulett
Fri Dec 19, 2008 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Parameters - default value
Replies: 3
Views: 1455

No, there's no such standard. I routinely leave default values empty for parameters that do not have a fixed value but rather get their values at runtime from another source.
by chulett
Fri Dec 19, 2008 7:34 am
Forum: General
Topic: Lookup stage
Replies: 1
Views: 741

Create a source that has your translations in it, keyed by the abbreviation and use that in your lookup stage.

Code: Select all

UK, United Kingdom
US, United States
IN, India
etc
by chulett
Fri Dec 19, 2008 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion issuue
Replies: 1
Views: 866

So, setting that solved your mystery problem? If so, why not post back in that thread and ask the person that posted it? :?
by chulett
Fri Dec 19, 2008 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to select values from System Variable in Transforme
Replies: 13
Views: 3171

Is this happening to just you or this is a problem everyone is having?
by chulett
Fri Dec 19, 2008 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to open DB2 Bulk load stage in DS Designer
Replies: 8
Views: 2085

How did you uninstall? After the uninstall, did you delete all leftover directories and registry keys for the product and reboot before reinstalling?
by chulett
Fri Dec 19, 2008 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence number
Replies: 9
Views: 2554

Balajisr has already guided you. Nothing I added fundamentally changed what he said.