Search found 53125 matches

by ray.wurlod
Thu Sep 25, 2014 4:02 pm
Forum: General
Topic: DSjob Logging all jobs within Sequencer
Replies: 4
Views: 1898

Use the DSAPI functions to interrogate the "summary of sequence run" event from the end of the sequence's log.
by ray.wurlod
Thu Sep 25, 2014 4:00 pm
Forum: General
Topic: Server Routine Name Pattern
Replies: 6
Views: 2102

What Eric said. The appearance of "1X0X" later in my post may have given you a clue.
by ray.wurlod
Wed Sep 24, 2014 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Character \0 Null
Replies: 2
Views: 1632

My guess is that your Postcode field is defined as Char data type and that the value of APT_STRING_PADCHAR in your project is 0x00 (which pads Char fields with NUL characters). Quick fix is to change APT_STRING_PADCHAR to the space character or to 0x20 (equivalent). Otherwise you can explicitly pad ...
by ray.wurlod
Wed Sep 24, 2014 4:19 pm
Forum: General
Topic: log job details to log file from script
Replies: 8
Views: 2108

The error message suggests that the project name (the value of %Project%) was wrong the first time around. Project names in DataStage are case sensitive. Perhaps you had the casing incorrect?
by ray.wurlod
Wed Sep 24, 2014 4:16 pm
Forum: General
Topic: Do we need a separate database for each ETL server?
Replies: 4
Views: 1881

Best practice is to have one WAS instance and one XMETA database to control as many engines as you have. Or, perhaps, one for production and one for all non-production environments.
by ray.wurlod
Wed Sep 24, 2014 4:12 pm
Forum:
Topic: Using XMETA as Central Metadata Repository and RCP
Replies: 5
Views: 5605

Yes, you can save the schema file from a DataStage table definition. Go to the Layout tab and choose the Parallel option. Copy the schema definition from there to wherever you need it. Or right click in the schema and choose Save As... from the menu to save the schema file on your client machine. No...
by ray.wurlod
Wed Sep 24, 2014 4:06 pm
Forum: General
Topic: Server Routine Name Pattern
Replies: 6
Views: 2102

Arg1 Matches "0X'_SRC_STG|'0X'_SRC_LNK|'0X'_TGT_STG|'0X'_TGT_LNK'" The pattern element 0X matches any number of characters. If you require there to be more than zero characters, change each "0X" to "1X0X". You can use "..." in place of "0X". This po...
by ray.wurlod
Mon Sep 22, 2014 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle sys_guid() function in DataStage ??
Replies: 4
Views: 2899

DataStage does not have any capability to generate GUID values.

There are several strategies you could use to have DataStage query the database for a GUID value.
by ray.wurlod
Sun Sep 21, 2014 11:26 pm
Forum: General
Topic: Access DataStage UniVerse repository with ODBC
Replies: 7
Views: 3651

It is true that they are not the same database; you can most easily prove this by looking at the shared memory keys. I can't think of anything else to suggest. There is no "DataStage ODBC driver".
by ray.wurlod
Sat Sep 20, 2014 2:36 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Array Index Out of Range
Replies: 2
Views: 3126

That error is almost certainly in the client software rather than in anything in the analysis software.

As noted, you'll need to contact your support provider.
by ray.wurlod
Thu Sep 18, 2014 8:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: more than one final delimiter?
Replies: 8
Views: 3594

Some other options:
(1) get "them" to supply cleaner data
(2) specify pipe as Record Delimiter property value and pre-filter the newline characters from the file (perhaps using tr -d command as the Filter command in the Sequential File stage)
by ray.wurlod
Thu Sep 18, 2014 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: did not have a compatible data type
Replies: 3
Views: 3875

Do you have a question, or are you simply advising that this behaviour can occur?
by ray.wurlod
Thu Sep 18, 2014 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: more than one final delimiter?
Replies: 8
Views: 3594

It's not clear (from your examples, anyway) which data belongs in which column.

You may be better off, once you've identified all the variants, to read each line as a single VarChar and do the parsing in a Transformer stage.

If nothing else, your parsing will be executing in parallel.
by ray.wurlod
Thu Sep 18, 2014 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How To: Attach file to a web service to upload?
Replies: 2
Views: 2556

I'm not aware of any web service that can accept a file.

I guess that's why there exists an ftp protocol as well as http.

Perhaps I've had a protected existence.
by ray.wurlod
Wed Sep 17, 2014 9:42 pm
Forum:
Topic: Business Glossary - Users and Groups
Replies: 5
Views: 4059

Small correction to the roles for 11.3. Steward cannot create terms - this is the Author role. Steward is not actually a role. The Business Glossary roles are replaced by the Information Governance Catalog roles. Here's a list: Information Governance Catalog Glossary Basic User Information Governanc...