Search found 53125 matches

by ray.wurlod
Fri Jul 25, 2014 4:26 pm
Forum: General
Topic: Problem using unix command from execute command stage
Replies: 11
Views: 4203

Look in the log for the event that contains the output from your Execute Command activity. Report back the error message that you see there.
by ray.wurlod
Thu Jul 24, 2014 11:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata EE stage able to connect with TTU14
Replies: 4
Views: 1704

I believe that patch is only needed if you use LDAP authentication. If you are using TD2 authentication you should be fine.
by ray.wurlod
Thu Jul 24, 2014 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of transformer stages affects performance ?
Replies: 20
Views: 8572

Two issues are being confused here. One is the performance of ONE Transformer stage, which was a problem in earlier versions but isn't any more. The other is the performance of TOO MANY stages (of whatever type). Every stage (ignoring operator combination) will generate an additional process; too ma...
by ray.wurlod
Thu Jul 24, 2014 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Japanese .xlsx data handling in DatStage 8.7
Replies: 10
Views: 5005

What are you using to view the contents of the DB2 table? Do not rely upon DataStage's data browser (View Data) - it is notoriously bad when the language is anything but Amurrican. Try some other tool - even the db2 command itself.
by ray.wurlod
Thu Jul 24, 2014 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle GroupBy wrong output
Replies: 10
Views: 5460

Try forcing the Oracle SELECT stage to execute in sequential mode.
by ray.wurlod
Thu Jul 24, 2014 11:12 pm
Forum: General
Topic: Named License for DS/QS Designer
Replies: 4
Views: 1560

Named licences are not currently supported for DataStage/QualityStage Designer client.
by ray.wurlod
Thu Jul 24, 2014 11:11 pm
Forum: General
Topic: SFTP Moving files
Replies: 2
Views: 962

Depending on which SFTP tool you are using, it may allow an "after" command that can be executed on the source site; if so, you could use an appropriate command (such as COPY or MOVE) to move the file to an archive folder.
by ray.wurlod
Thu Jul 24, 2014 11:09 pm
Forum: General
Topic: Job ID for Multiple Instances
Replies: 2
Views: 569

You can resize the RT_LOGxxx table to use 64-bit addressing if this is going to become a real issue. That, and design jobs that log as few entries as possible - for example switch off progress reporting in Sequential File and Connector stages.
by ray.wurlod
Wed Jul 23, 2014 9:26 am
Forum: General
Topic: Not able to connect through client tools in Datastage v8.1
Replies: 4
Views: 771

Make sure that all necessary ports are open in the firewall.
by ray.wurlod
Wed Jul 23, 2014 9:25 am
Forum: Data Quality Best Practices
Topic: CreateBI ReportName&ItsAttributesUnderBG"BI Report&
Replies: 2
Views: 8576

BI reports are created in a BI tool, and imported into Metadata Repository using bridges or metabrokers, for example using Metadata Asset Manager.
by ray.wurlod
Tue Jul 22, 2014 4:56 pm
Forum: General
Topic: Job stay in running mode in director
Replies: 16
Views: 6145

If you're sure (for example from the log) that the job has finished, clearing its status file from Director will clear the Running status.
by ray.wurlod
Tue Jul 22, 2014 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing of Data
Replies: 10
Views: 3443

Sounds like an ideal candidate for looping in a Transformer stage. Search for the next nn:nn:nn pattern, which signals the start of the next line. Or maybe search for the next colon character and parse around that.
by ray.wurlod
Tue Jul 22, 2014 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector - Design time information error
Replies: 3
Views: 2472

This message usually stems from the fact that the Connector checks metadata in the job (design time information) against actual metadata (in the database), and alerts you to the fact that there are some columns not being selected.
by ray.wurlod
Tue Jul 22, 2014 4:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the best practice for joining Nullable keys
Replies: 3
Views: 2730

Please note, too, that sometimes you have to specify nullable, for example when the input link is the outer side of an outer join or if you are effecting a full outer join.