Search found 53125 matches

by ray.wurlod
Tue Nov 20, 2007 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema file error
Replies: 7
Views: 4481

RCP and the use of a schema file are completely independent of each other. RCP allows the passthrough of any input column named on the output link without needing to define a derivation for it. I prefer not to use it, because it thwarts effective lineage analysis. The Schema File property allows the...
by ray.wurlod
Tue Nov 20, 2007 5:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing different LPar's from DS Server
Replies: 6
Views: 1407

Is this really a Windows server? I've not encountered LPARs in a Windows environment.
by ray.wurlod
Tue Nov 20, 2007 5:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: group in the password file
Replies: 7
Views: 2083

No idea. Why not try it and let us know?
by ray.wurlod
Tue Nov 20, 2007 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema file error
Replies: 7
Views: 4481

Try importing the table defintion from the file. Having done that, open the table definition in your Repository, visit the Format tab and click the button caption Sync Parallel. Then visit the Layout tab and choose Parallel option to see a record schema that will work. Use that in your schema file.
by ray.wurlod
Tue Nov 20, 2007 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating Sequence numbers in Parallel Transormer
Replies: 20
Views: 7994

And one more thing is Data in DataSet not in Sequence order it starts from 1 and after 96 again row starts from 3704 and ends with 3799 and sratrs from 97 ends with 192. Sequence no changes app after every 95 rows. Any idea hwat's going-on and how to staight-up this. Thanks srimitta All the numbers...
by ray.wurlod
Tue Nov 20, 2007 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: user segments active
Replies: 2
Views: 1350

The report shows all of these to be abandonded "printer shared memory segments". Each DataStage process is allocated one of these when it logs in, and removes it when it logs out normally. Aborting or killed processes may not get the chance to remove their shared memory segments. They are viewable w...
by ray.wurlod
Tue Nov 20, 2007 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting Parameter Value into Oracle Stage forHeaderTrailer
Replies: 6
Views: 2389

They are not intended - or indeed able - to be used directly in a BASIC Transformer stage, for example because DSAttachJob is a subroutine, not a function. My code is intended - as I believed yours was - to be used in a server job routine that was invoked from the BASIC Transformer stage.
by ray.wurlod
Tue Nov 20, 2007 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Templates
Replies: 5
Views: 1442

Somewhere like C:\Program Files\Ascential\DataStage\Templates

Template categories become sub-folders in that folder.

The templates themselves can be viewed with any XML or text viewer.
by ray.wurlod
Tue Nov 20, 2007 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Jobs Complilation problem
Replies: 11
Views: 3846

You have also not revealed what's different between the two environments (development and this one). In particular, are the compiler and linker options (environment variables) set the same way?
by ray.wurlod
Tue Nov 20, 2007 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with PX installation
Replies: 6
Views: 1584

The options for server components are only available if whoever installed the DataStage server licensed both parallel and server engines. It is perfectly possible to license the parallel engine only, which I believe is what has happened. You can verify this on the Licensing tab of the Administrator ...
by ray.wurlod
Tue Nov 20, 2007 2:52 pm
Forum: General
Topic: I am five tab delimited files(same meta data), i want to app
Replies: 6
Views: 1821

Use a Sequential File stage. Set it to use a Filter command. Use type or copy as the filter command.

Code: Select all

type file1 file2 file3 file4 file5

DataStage reads the output of the filter command.
by ray.wurlod
Tue Nov 20, 2007 2:50 pm
Forum: DSXchange Testimonials
Topic: Some things are just "what the doctor ordered"
Replies: 8
Views: 19715

Our new, enthusiastic poster's location suggests that he/she is an employee of a very large consulting company (no, not IBM). I am regularly amazed at how parsimonious these companies can be when it comes to increasing their employees' skill sets.
by ray.wurlod
Tue Nov 20, 2007 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View Data is not happening for a sequential file
Replies: 9
Views: 3086

In the Manager client there is a tool in the Tools menu for managing Configurations.

Read about configurations and how to use this tool in the Manager Guide manual.
by ray.wurlod
Tue Nov 20, 2007 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to read from fixed width file
Replies: 6
Views: 3667

Make the field length longer or truncate the data.
by ray.wurlod
Tue Nov 20, 2007 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can’t import/delete DataStage job
Replies: 3
Views: 6846

Nice theory, but the RT_... tables aren't indexed.