Search found 53125 matches

by ray.wurlod
Wed Dec 01, 2010 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject a record!!
Replies: 11
Views: 3162

kennyapril wrote:When you give a stage variable as svrejectflag does it reject the records which we described in the stage variable.
No.

But it does give you a good basis on which to construct constraint expressions to handle the rows that are "good" and those which you wish to dispose of differently.
by ray.wurlod
Wed Dec 01, 2010 1:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file issue
Replies: 11
Views: 4416

Then the hashed file was not populated correctly. Check your work. Also you should use consistent column naming.
by ray.wurlod
Wed Dec 01, 2010 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject a record!!
Replies: 11
Views: 3162

This is an incomplete solution unless you can guarantee that Person_name is not null in every other row. Otherwise you should check all five fields.
by ray.wurlod
Wed Dec 01, 2010 1:11 pm
Forum: General
Topic: Migration from IIS 8.1 installation to IIS 8.5
Replies: 11
Views: 8579

I have no direct experience (only done clean installs so far), but the Installation manual for 8.5 says you can. My first upgrade is in January but the repository, services and engine tiers are all on one machine in this case.
by ray.wurlod
Wed Dec 01, 2010 1:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS- Error
Replies: 2
Views: 1537

It's actually the column derivation for Column%%85 that's the problem. Look in the generated Transformer code (in the 'RT_BP4/JOB.663627415.DT.1567449740.TRANS2' file) to find to which column the Column%%85 token is mapped, then look at that column derivation in the job.
by ray.wurlod
Wed Dec 01, 2010 1:05 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Data Rules in IA
Replies: 2
Views: 1696

Can you do something with the OCCURS operator (for example value OCCURS < 4)?
by ray.wurlod
Wed Dec 01, 2010 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Mulitple Occurs depending on Columns in CFF stage
Replies: 2
Views: 1142

DataStage is documented as supporting at most one OCCURS DEPENDING ON clause.
by ray.wurlod
Wed Dec 01, 2010 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field defaults Quotes In Sequential File stage
Replies: 6
Views: 3075

You're correct - I misunderstood your question. Quote is, as far as I am aware, limited to a single character, though this can be any single character. You may need to read your file with Quote=none, then strip the multi-character quotes in a subsequent stage, such as a Transformer. This is a very u...
by ray.wurlod
Wed Dec 01, 2010 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue Reading from Fixed width file
Replies: 4
Views: 1237

Make both data types Char. Char(2) and Char(10). Do not use VarChar.
by ray.wurlod
Tue Nov 30, 2010 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert to Date
Replies: 9
Views: 2376

Now re-read the original requirement, which was for "/" delimiters!
by ray.wurlod
Tue Nov 30, 2010 7:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not load "V10S0_JobName"
Replies: 14
Views: 6093

Your shared library search path is not being correctly adjusted for the location of the callable Transformer code. Check in the job log for the environment variable that contains your shared library search path (one of LD_LIBRARY_PATH, SHLIB_PATH or LIBPATH).
by ray.wurlod
Tue Nov 30, 2010 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP enterprise stage error
Replies: 11
Views: 5805

Can your test machine "see" HT2 machine? Is port #21 open?
by ray.wurlod
Tue Nov 30, 2010 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieve the number of rows inserted or update in a Table
Replies: 4
Views: 5715

Further, the link row count is only the number of rows sent - no information exists in the link row count about how many of these rows were successfully inserted/updated. The only guaranteed method is to compare before and after images of the table.
by ray.wurlod
Tue Nov 30, 2010 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading a file using sequential file stage
Replies: 7
Views: 3361

Consider using Field Delimiter String property.
by ray.wurlod
Tue Nov 30, 2010 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage (7.5x2) Sequential File Error
Replies: 3
Views: 4151

That's because, with E: as the location of projects, E: becomes your currently logged drive when using a project.