Search found 53125 matches

by ray.wurlod
Sat Oct 01, 2005 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to create a user in DataStage.
Replies: 9
Views: 11567

Users are created by unskilled labour. User identities are not created in DataStage at all. DataStage relies upon operating system user authentication, and uses a role-based model for security in which roles (operator, developer, business manager) are associated with operating system groups (not use...
by ray.wurlod
Sat Oct 01, 2005 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we use any other stage other than MSOLEDB
Replies: 6
Views: 1463

That's cool, but I do need sleep sometimes. :lol:
by ray.wurlod
Sat Oct 01, 2005 12:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dis-advantages of SCD`s
Replies: 5
Views: 1114

Slowly changing dimensions are a mechanism for dealing with (dimension) data that may change over time. Advantages/disadvantages just doesn't come into it! If you need to preserve history in your DW - and I can assure you that you do, in some shape or form - then you will need to implement slowly ch...
by ray.wurlod
Sat Oct 01, 2005 12:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ExecSH File not found (not permissions)
Replies: 2
Views: 772

Check that the executing user has at least read and execute permission to every directory in the file's pathname.
by ray.wurlod
Fri Sep 30, 2005 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Difference in Months
Replies: 2
Views: 1935

This one may be easier to do - assuming that the 60 is fixed - to get the difference in years. 60 months is always 5 years, irrespective of leap years and other confounding factors.
by ray.wurlod
Fri Sep 30, 2005 5:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Value from one job to another in a sequence
Replies: 3
Views: 2038

There's nothing wrong with your approach, but for some reason DataStage is attempting to generate new waves. Did the job ever abort? Try clearing the job's status file (from Director), then recompiling. Let us know whether that fixed the problem.
by ray.wurlod
Fri Sep 30, 2005 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to get the correct output for a user-defined SQL
Replies: 2
Views: 1210

Welcomae aboard! :D

Make sure also that your link has exactly the three columns defined on it that the query returns; that is KEY_CODE, CITY_SHORT, THEATER_NR.
by ray.wurlod
Fri Sep 30, 2005 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What are the system requirements for Parallel Extender/PX
Replies: 11
Views: 2907

It's a real release, you buy it in the usual way. It's been a while since I installed it, and I had pre-installed Visual Studio .NET, so I imagine it uses the compiler in that. And, yes, it installs on XP Pro (but has the SP2 issues other posters have reported, particularly the firewall that Microso...
by ray.wurlod
Fri Sep 30, 2005 5:43 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Best Practices
Replies: 3
Views: 2938

There is no such document from Ascential/IBM as far as I am aware. :cry:
by ray.wurlod
Fri Sep 30, 2005 5:41 pm
Forum: Enhancement Wish List
Topic: Upgrade XML stages to be true PX (i.e. parallel) stages
Replies: 1
Views: 1333

They do get forwarded to Ascential (now IBM).
by ray.wurlod
Fri Sep 30, 2005 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to link a Container to the stages out side the container
Replies: 4
Views: 1257

Container Input and Container Output are "stages", though they have very few properties. If you think of the container being on the other side of the wall from your main design canvas, then Container Input and Container Output are the holes in the wall through which you can pass data.
by ray.wurlod
Fri Sep 30, 2005 1:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to delete job categories
Replies: 3
Views: 1038

Job categories must be deleted explicitly and separately. If you delete a category, however, all the sub-categories and jobs within it get deleted (after an "are you sure?" dialog). You may need to refresh the view to see the results - the clients do not always automatically refresh. Find Refresh on...
by ray.wurlod
Thu Sep 29, 2005 11:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Processes
Replies: 14
Views: 6304

That is correct.
by ray.wurlod
Thu Sep 29, 2005 10:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Processes
Replies: 14
Views: 6304

It will only "break" the ability to estabish a telnet session to DataStage. It will not affect anything else.
by ray.wurlod
Thu Sep 29, 2005 10:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About data set mgt
Replies: 5
Views: 1318

Hi Ray, One last query about it. In the job properties I can change the configuration file path by including $APT_CONFIG_FILE as a parameter. Can I not do the same for 'Data Set Management'? or is there only one solution that administrator has to correct the file path in the '$APT_CONFIG_FILE' env ...