Search found 53125 matches

by ray.wurlod
Tue Oct 01, 2013 11:48 pm
Forum:
Topic: Establishing Lineage with Informatica as the ETL & MDM t
Replies: 6
Views: 5203

Within Metadata Workbench you could create an Extended Data Source and/or an Extension Mapping Document, which would treat Informatica as a "black box". Third party software, such as MetaDex from CompactBI, can convert the Informatica maps, etc., into the common metadata model used in MWB ...
by ray.wurlod
Tue Oct 01, 2013 9:41 pm
Forum: General
Topic: Anyway to find which ID deleted jobs?
Replies: 6
Views: 1067

There isn't anything really reliable. You might like to investigate SELECT CLASS, INSTANCE, PREVDTD, PREVDELETOR FROM DS_AUDIT WHERE PREVDTD IS NOT NULL AND PREVDTD > ''; This query can be executed from the Administrator client's Command window. However the deletor will be the value of the Engine cr...
by ray.wurlod
Tue Oct 01, 2013 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert double character into single
Replies: 6
Views: 1759

I'd forgotten the "R" option for Trim(). It's not an option I use very often.
by ray.wurlod
Tue Oct 01, 2013 4:25 pm
Forum: General
Topic: List of uv tables
Replies: 7
Views: 1675

May we know why you think you need this list?
by ray.wurlod
Tue Oct 01, 2013 4:22 pm
Forum: General
Topic: Anyway to find which ID deleted jobs?
Replies: 6
Views: 1067

There isn't.
Do you have backup/export?
by ray.wurlod
Mon Sep 30, 2013 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory occupied by a job
Replies: 1
Views: 837

You can use the Performance Analysis tool in DataStage Designer for completed jobs. To use this tool, collection of performance data must have been enabled prior to running the job. There is no command within DataStage that provides details about running processes; if you have version 8.7 or later t...
by ray.wurlod
Mon Sep 30, 2013 8:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert double character into single
Replies: 6
Views: 1759

If there are no space characters in your data (as per your example) you could convert the pipe characters to space characters, use a simple Trim() function (only one argument), then convert the space characters back to pipe characters. Convert(" ", "|", Trim(Convert("|"...
by ray.wurlod
Mon Sep 30, 2013 8:27 pm
Forum: General
Topic: datastage installation in windows or linux
Replies: 4
Views: 1912

... or are you looking for a server that you can buy/hire?
by ray.wurlod
Fri Sep 27, 2013 11:07 am
Forum: General
Topic: Mamu Kim hits 5000 posts
Replies: 4
Views: 926

Mamu Kim hits 5000 posts

Yay! Keep up the good work. And thanks from everyone who's benefited from ETLstats.
by ray.wurlod
Fri Sep 27, 2013 11:06 am
Forum: General
Topic: Sequencer status inside another sequencer
Replies: 18
Views: 5595

For a newbie four routine activities will give you four discrete return values. Diligent naming will make it clear which is which.

Returning multiple results via one routine is not what I'd put into the newbie capability set.

My ₤0.02 worth.
by ray.wurlod
Fri Sep 27, 2013 1:12 am
Forum: General
Topic: Getting Job Run statistics
Replies: 3
Views: 1231

Download ETLstats (free) from Kim Duke's website - you will find that this particular wheel has already been invented.
by ray.wurlod
Fri Sep 27, 2013 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: debugger in shared container ?
Replies: 3
Views: 1545

Though you could deconstruct the container, do your debugging, then reinstate the container.
by ray.wurlod
Fri Sep 27, 2013 1:08 am
Forum: General
Topic: Sequencer status inside another sequencer
Replies: 18
Views: 5595

Four routine activities.
by ray.wurlod
Wed Sep 25, 2013 11:52 pm
Forum: General
Topic: Repository views do not match
Replies: 4
Views: 1777

Hi Lance!

What Andy said.
by ray.wurlod
Wed Sep 25, 2013 11:51 pm
Forum: General
Topic: SCP (or any other similar command)
Replies: 7
Views: 1935

If one is Windows don't overlook WinSCP.