Search found 53125 matches

by ray.wurlod
Wed Jun 23, 2010 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Having problems Generating Sequence Number
Replies: 15
Views: 4781

OK, please show us the properties that you have set within the Surrogate Key Generator stage.
by ray.wurlod
Wed Jun 23, 2010 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I export a job?
Replies: 5
Views: 1333

Welcome aboard. Get yourself on a DataStage training class, sooner rather than later. Provided the job is closed, you can right click on the job in the Repository toolbar of Designer and create a copy right there. There are two main export tools, one in Designer (the Export menu) and one called Info...
by ray.wurlod
Wed Jun 23, 2010 6:44 pm
Forum:
Topic: Create your own Shared Tables and Shared Files....
Replies: 9
Views: 5297

Thanks for that clarification. I'm not sure I can think of a use for them off the top of my head (ok, maybe one, central storage of connection parameter values - but that's what values files give us in a way).
by ray.wurlod
Wed Jun 23, 2010 5:42 pm
Forum: General
Topic: Fix Pack 2 for Foundation Tools 8.1.2
Replies: 0
Views: 865

Fix Pack 2 for Foundation Tools 8.1.2

Fix Pack 2 for Foundation Tools has been announced/released by IBM. It contains four fixes for FastTrack, nine for Business Glossary and a massive 34 fixes (count 'em) for Information Analyzer. Get them from Fix Central. The release notes can be had from InfoSphere Information Center and a list of f...
by ray.wurlod
Wed Jun 23, 2010 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reusable Multiple-Stage Process
Replies: 2
Views: 1155

Check out "Shared Containers". You don't need to create your own stage (though that's possible too, though you would need to code it in C++), you just need to create a shared container. And you can do that by selecting the existing five stages and creating the container from them.
by ray.wurlod
Wed Jun 23, 2010 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Elapsed Times
Replies: 10
Views: 3406

Sequences don't have after-job subroutines. But you could make the final activity in the sequence a Routine activity that does the same thing.
by ray.wurlod
Wed Jun 23, 2010 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hi how to do duplicate one target and distinct values one ta
Replies: 3
Views: 986

This precise question has been asked previously, and by you, and an answer was provided.
:x
by ray.wurlod
Wed Jun 23, 2010 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export job designs from 7.5 and import into version 8
Replies: 2
Views: 874

Re: Export job designs from 7.5 and import into version 8

will I have any issues exporting parallel jobs from 7.X to 8.X using DataStage Manager? No, but yes. (Trivial really.) Version 8.x no longer has a Manager client - you import using the Designer client. Other than that it will all be good*. Do recompile all jobs and routines post-import. * I'm assum...
by ray.wurlod
Wed Jun 23, 2010 5:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regarding hash partitioning
Replies: 4
Views: 1506

Re: Question regarding hash partitioning

mavrick21 wrote:there is a requirement to Hash partition
Why?

You really aren't telling us much.

What do you understand to be the point of a key-based partitioning algorithm such as Hash or Modulus?
by ray.wurlod
Wed Jun 23, 2010 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job failing when scheduled through Director
Replies: 4
Views: 7185

Maybe the user ID is registered in cron.allow but not in at.allow. Ask your UNIX administrator to check.
by ray.wurlod
Wed Jun 23, 2010 5:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Having problems Generating Sequence Number
Replies: 15
Views: 4781

Please show the SQL you are using to insert the row, and indicate how many columns there are in your job design being sent to the database.
by ray.wurlod
Wed Jun 23, 2010 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to save multiload history log files
Replies: 5
Views: 2096

Probably easiest is an after-job subroutine to move the report file to a different location, possibly renaming the file to include a date or timestamp component in its name.
by ray.wurlod
Wed Jun 23, 2010 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heirarchy Logic
Replies: 14
Views: 4232

How about some business-like specifications for the derived fields? For example it seems to me that: Top_Flag = "has no parents" Bottom_Flag = "has no children" Child_Level = level in hierarchy and must be one larger than that of its direct parent except for self-referential rela...
by ray.wurlod
Wed Jun 23, 2010 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle 8i to Oracle 9 through datastage 8.1
Replies: 11
Views: 3933

The easiest solution, particularly if your skills are limited, is to use two jobs, one to extract (to a Data Set), the other to load (from the Data Set). That way you can have one set of active environment variables per job.
by ray.wurlod
Wed Jun 23, 2010 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning in Datasets
Replies: 6
Views: 2167

While that is true, it may introduce inefficiencies. For example, is the sort really necessary? (Data Sets preserve sorted order among other things.)