Search found 53125 matches

by ray.wurlod
Fri Jan 13, 2012 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job got stuck- process completed but still in running status
Replies: 3
Views: 1503

Are there any warnings in the DataStage log or in the Oracle logs?

Search DSXchange for DSJS.RUNNING - worst case you can clear the job status file using administrative menu option in Director.
by ray.wurlod
Fri Jan 13, 2012 1:53 am
Forum: General
Topic: Record Count in Transformer
Replies: 10
Views: 4947

System variable @INROWNUM contains this count. Note that it is per-node.
You can not get the final count until the final row has been processed (on the current node).
by ray.wurlod
Thu Jan 12, 2012 11:17 pm
Forum: General
Topic: IBM Training - Information Server Adminstration
Replies: 0
Views: 682

IBM Training - Information Server Adminstration

IBM is running training class Information Server Administration (DX447) in Singapore 6-8 Feb 2012. I will be the presenter.
by ray.wurlod
Thu Jan 12, 2012 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LONG RAW issue
Replies: 9
Views: 2791

Not every thought about column names is printable either.
by ray.wurlod
Thu Jan 12, 2012 11:13 pm
Forum:
Topic: Importing Cognos Metadata
Replies: 4
Views: 2330

If you're running 8.7 the command line interface for Metadata Asset Manager is imam.

The command line interface for Import Export Manager is the imaginatively-named ImportExportManager.
by ray.wurlod
Thu Jan 12, 2012 11:09 pm
Forum: General
Topic: XMLOutput swallowing data
Replies: 9
Views: 3176

Probably.

^@ is Char(0)
^A through ^Z are Char(1) through Char(26) (easy to remember!)
^[ is Char(27) (Esc)
^\ is Char(28)
^[ is Char(29)
^^ is Char(30)
^_ is Char(31)

Char(32) is space (" "), the first of the printable characters. All characters from 32 through 127 are printable.
by ray.wurlod
Thu Jan 12, 2012 11:01 pm
Forum:
Topic: Training Class - Metadata Workbench
Replies: 2
Views: 1551

Training Class - Metadata Workbench

IBM are running a training class Metadata Workbench Essentials (KM620) in Singapore on 9-10 Feb 2012. I'll be the presenter.
by ray.wurlod
Thu Jan 12, 2012 9:40 pm
Forum: General
Topic: istool syntax
Replies: 30
Views: 52296

Yes.
by ray.wurlod
Thu Jan 12, 2012 9:39 pm
Forum: General
Topic: XMLOutput swallowing data
Replies: 9
Views: 3176

The ^@ you see in vi is ASCII NUL, or Char(0), or \x00 - however you want to represent it. It's the default value of APT_STRING_PADCHAR environment variable, which is the character with which Char data types are padded. It may also exist in your data, particularly binary numbers.
by ray.wurlod
Thu Jan 12, 2012 9:36 pm
Forum:
Topic: Need help in using metadata workbench
Replies: 39
Views: 14459

Here is a good IBM tutorial available: http://www.ibm.com/developerworks/data/tutorials/dm-1007infospherecognos/index.html?ca=drs- It steps through all the tasks for metadata integration between Information Server and Cognos. It's from July 2010 so it will not have the version 8.7 Asset Manager and...
by ray.wurlod
Thu Jan 12, 2012 3:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Advantages of 8.7 over 8.5
Replies: 5
Views: 9451

Off the top of my head: Connectors (including DRS Connector) Data Connection objects Parameter Sets Support for connection to newer versions of databases Job log visible in Designer New XML handling - effectively unlimited document size Faster startup of Designer, particularly with complex job desig...
by ray.wurlod
Thu Jan 12, 2012 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String Concatenation based on Keys
Replies: 4
Views: 1598

Make sure that your data are partitioned on the key. Sort the data by key, generating a Key Change column. If the data are already sorted, indicate this fact in the Sort stage. In a Transformer stage stage variable maintain the concatenated string. If KeyChanged Then input.String Else svConcatenated...
by ray.wurlod
Thu Jan 12, 2012 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LONG RAW issue
Replies: 9
Views: 2791

You are too hasty in using the term "junk". This raw string contains your client's real data - not rubbish. Not every character in a raw string is necessarily printable. This does not preclude valid data being stored.
by ray.wurlod
Thu Jan 12, 2012 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get rows based on a condition
Replies: 13
Views: 4656

The key expression in the Transformer stage should have the constant "X". This means that the "X" record is looked up for every row processed. It should be quick, as it will tend to have this record cached in memory.
by ray.wurlod
Thu Jan 12, 2012 3:02 pm
Forum:
Topic: Need help in using metadata workbench
Replies: 39
Views: 14459

Look in the manual for how to use metabrokers and bridges.