Search found 53125 matches

by ray.wurlod
Sun Dec 13, 2009 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ABAP stage having job parameters not passed to the job
Replies: 1
Views: 1057

I think you need to make sure that the value IS passed to the job.
by ray.wurlod
Sun Dec 13, 2009 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Path for dsdesign on client machine
Replies: 10
Views: 2933

C:\IBM\InformationServer\Clients\Classic\DSDesign.exe is the default location.

If you have chosen to install the clients in a different folder, you will need to adjust the pathname. Use Windows Explorer search facility to find the executable.
by ray.wurlod
Sun Dec 13, 2009 4:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parameterizing the source sql query
Replies: 22
Views: 5883

Yes. It's there in 7.5 server edition. It's in the Database folder in the Palette.
by ray.wurlod
Fri Dec 11, 2009 6:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Insert Update on same table in a job
Replies: 4
Views: 1554

Use a server job in which you can interpose a blocking operation (these are banned in parallel jobs). Otherwise there are no guarantees - among other things it depends on the level at which you are locking, the number of rows per transaction and the array size.
by ray.wurlod
Fri Dec 11, 2009 5:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Insert Update on same table in a job
Replies: 4
Views: 1554

Option 2 will not suffer from the queries locking the tables that you are attempting to update (assuming the jobs are run consecutively).
by ray.wurlod
Fri Dec 11, 2009 3:06 pm
Forum: General
Topic: SQL Server Enterprise Stage - Setting up
Replies: 8
Views: 2140

Have you investigated using SQL Server Enterprise stage?
by ray.wurlod
Fri Dec 11, 2009 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert/update into tables
Replies: 3
Views: 1236

If you are using version 8.1 you can use a Distributed Transaction stage.
by ray.wurlod
Fri Dec 11, 2009 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to move environment variables from DEV to TEST env
Replies: 1
Views: 878

Copy the appropriate lines from the DSParams file in the DEV project to identical locations (preserving sort order) in the DSParams file in the TEST project. Note that there are two groups of entries (definitions and values) for environment variables in the DSParams file.
by ray.wurlod
Fri Dec 11, 2009 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Peformance issue in parellel job while writing to DB2 stage.
Replies: 4
Views: 1541

This is not the same question. Therefore please begin a new thread.
by ray.wurlod
Fri Dec 11, 2009 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 32 mil Records
Replies: 4
Views: 1011

Search DSXchange for "vertical pivot", because this is precisely what you have specified. However, what you have specified does not appear to me to be a particularly meaningful exercise as stated - are you also carrying through the original key from the source.
by ray.wurlod
Fri Dec 11, 2009 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update query hanging while running in parallel
Replies: 21
Views: 5086

What partitioning are you using? Would level of locks is table A using (table, page or row)?
by ray.wurlod
Fri Dec 11, 2009 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Stage with Type 2
Replies: 3
Views: 1494

No. Each SCD stage requires two inputs and two outputs.
by ray.wurlod
Fri Dec 11, 2009 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format - Parallel vs server
Replies: 3
Views: 1596

Code: Select all

Convert(" ", "T", TimestampToString(CurrentTimestamp(),"%yyyy-%mm-%dd %hh:%nn:%ss.3") : "Z")
by ray.wurlod
Fri Dec 11, 2009 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: increasing terminal output length - UV
Replies: 1
Views: 1034

The maximum line length, whether you use TERM or SET.TERM.TYPE, is and remains 2048 characters.

You can not get longer line lengths using LPTR.
by ray.wurlod
Fri Dec 11, 2009 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to unistall Datastage client 7.5
Replies: 2
Views: 1276

... then manually clean up the Ascential entries from the Registry, because the uninstaller does not do a complete job of doing so.