Search found 53125 matches

by ray.wurlod
Mon May 19, 2008 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJOBS table not being populated when using reorting assista
Replies: 8
Views: 1947

Reporting Assistant was deprecated in version 5.2. However, jobs should be able to be moved to the reporting database. Are you certain you had the Jobs check box selected during the Update phase? Note also that Reporting Assistant does not work reliably with job sequences, shared containers or (in s...
by ray.wurlod
Mon May 19, 2008 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working of TPT in Information Server
Replies: 1
Views: 632

This technology combination is relatively new, which means that probably the only source of documentation is IBM via your support provider.
by ray.wurlod
Mon May 19, 2008 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Schema Validations
Replies: 3
Views: 1713

Moderator: please move to parallel forum
by ray.wurlod
Mon May 19, 2008 5:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable schema name for SQL Builder generate code
Replies: 8
Views: 1704

No, I meant generated SQL.

I suspect that this, too, would be erased when you open the builder.

Therefore I have no answer to suggest.

Does your support provider have a solution?
by ray.wurlod
Mon May 19, 2008 5:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating hashed file takes too long
Replies: 11
Views: 3080

The values with which the hashed file is created are on the Options tab of the Hashed File or UniVerse stage. Subsequently you can use an ANALYZE.FILE command to determine the current settings. Use the Hashed File Calculator to recommend an appropriate setting. This may be a case where a static hash...
by ray.wurlod
Mon May 19, 2008 5:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cobol table definiton error for PIC 9(20).
Replies: 1
Views: 1122

The largest integer supported (BigInt) has 18 digits. You will need to read this field as X(20).
by ray.wurlod
Mon May 19, 2008 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating EXCEL work book
Replies: 9
Views: 2086

As noted earlier, DataStage (nor any other client tool) is unable to create the workbook itself. The workbook and the worksheet within it must exist, and the column headings must exist in the worksheet. This, basically, is what the error message is telling you. The column names in your job design, n...
by ray.wurlod
Mon May 19, 2008 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File nane with date
Replies: 25
Views: 10315

Please mark the thread as Resolved.
by ray.wurlod
Mon May 19, 2008 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rejecting data
Replies: 3
Views: 945

To find duplicates in the source stream you must check within the Transformer stage (using stage variables). There is no other choice without changing your job design.
by ray.wurlod
Mon May 19, 2008 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: file transfer help
Replies: 5
Views: 1601

Fixed with implies no column delimiter at all. NUL occupies one byte. Therefore your proposed approach is not generically valid.

Read each line as a single VarChar column and parse it within a Transformer stage.
by ray.wurlod
Mon May 19, 2008 4:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scd type 2 implementation!!
Replies: 10
Views: 3796

Getting it right first time would have obviated this new requirement. Now you have to fix the expiration dates. As Craig suggested, write out the rules in English (or your native language), and turn this into a source-to-target mapping specification. You will probably find that it comes out easily. ...
by ray.wurlod
Mon May 19, 2008 4:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Outer Join
Replies: 2
Views: 928

Write out your processing specification (what is to happen in all cases) in English. You will find that this guides your thoughts. For example, the generic Type 2 SCD needs to make two choices. Therefore there are two IF tests in the following pseudo code. If (row exists in target table) The...
by ray.wurlod
Mon May 19, 2008 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage
Replies: 2
Views: 1378

Cool.
by ray.wurlod
Mon May 19, 2008 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert to AS400 hangs
Replies: 3
Views: 1383

No idea. Can you use another client (maybe MS Access) to insert rows via an ODBC connection?
by ray.wurlod
Mon May 19, 2008 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: environmental paras setup for job to use 2 folders at a time
Replies: 2
Views: 799

You can run the jobs out of different projects on the same server. That way each project has its own independent storage of environment variables.