Search found 53125 matches

by ray.wurlod
Thu Mar 05, 2015 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 256) with Oracle Ent Stg
Replies: 8
Views: 9405

I recall reading a tech note about needing to do that, but I can't immediately recall where.
by ray.wurlod
Thu Mar 05, 2015 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP enabled, job fail when there are no fields in the design
Replies: 17
Views: 11057

Don't worry about the spaces, that's just how DataStage displays raw data (non-printing characters are displayed as two-digit hex values, such as 09). The third field in your pipe-delimited data has the value "False", yet the metadata specifies a nullable int32 for this field. That will be...
by ray.wurlod
Thu Mar 05, 2015 7:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP enabled, job fail when there are no fields in the design
Replies: 17
Views: 11057

Schema file extension should conventionally be ".osh" though it really shouldn't matter. I agree that you are reading the schema file, since DataStage would otherwise not have been able to detect a size mismatch. Take a very close look at your file and the metadata that describe it. Add a ...
by ray.wurlod
Thu Mar 05, 2015 7:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove bad rows before loading
Replies: 2
Views: 1146

Assuming you're using a Sequential File stage you could use a Filter command to drop or edit the # signs out of the data.

For example to bypass those records, use the grep command, while to alter them use the sed or awk command.
by ray.wurlod
Thu Mar 05, 2015 6:55 pm
Forum: General
Topic: Not able to view jobs in datastage 8.7 Director
Replies: 6
Views: 1489

Perhaps RT_CONFIGnnn has become corrupted. Try using either of the hashed file repair utilities to verify its state. Or even just try to count the records in it. If it has become corrupted, you could attempt a repair, but a better approach would be to make a copy of the job and compile that, then de...
by ray.wurlod
Thu Mar 05, 2015 6:53 pm
Forum: General
Topic: Ideas for Unit Testing
Replies: 1
Views: 1007

There's no other way to unit test DataStage jobs than by running them. Or running a copy, in which things like database targets are replaced with, for example, text files (not always possible, but usually feasible in the early phases of testing).
by ray.wurlod
Thu Mar 05, 2015 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP enabled, job fail when there are no fields in the design
Replies: 17
Views: 11057

To use RCP with the Sequential File stage, you must provide a schema file that describes the file's structure.
by ray.wurlod
Thu Mar 05, 2015 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetLinkInfo
Replies: 3
Views: 2008

DSGetLinkInfo() is part of the DataStage BASIC language. You can use it in a BASIC Transformer stage in a parallel job, but not in a parallel Transformer job.
by ray.wurlod
Thu Mar 05, 2015 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LongVarBinary to BLOB column issue
Replies: 3
Views: 2597

I was about to suggest exactly that solution!

Well done for solving it yourself!
by ray.wurlod
Thu Mar 05, 2015 1:35 pm
Forum: General
Topic: ERROR Unable to open the Job
Replies: 8
Views: 8599

This is the database transaction log for the XMETA database, not DataStage job logs. In an ideal world a DBA monitors how full the transaction log is getting and truncates older entries before it becomes a problem.
by ray.wurlod
Thu Mar 05, 2015 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help! Datastage File to Mainframe w/ Special Characters
Replies: 2
Views: 3864

You could always upgrade. After all, version 8.0 is no longer supported by IBM.
by ray.wurlod
Thu Mar 05, 2015 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncating zero's in .csv(excel file)
Replies: 0
Views: 625

Welcome aboard.

Excel is doing this, not DataStage.

Change the cell formatting so that leading zeroes are displayed.
by ray.wurlod
Wed Mar 04, 2015 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle table to cobol file output
Replies: 10
Views: 2714

"quite similar" <> "identical"
by ray.wurlod
Wed Mar 04, 2015 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing DSODB using DB2 Connector Stage
Replies: 10
Views: 5449

In particular:
  • RepositoryAdmin.sh -listRepositories

    RepositoryAdmin.sh -listDatabasePlatforms

    RepositoryAdmin.sh -listDatabaseServers -dt DB2 -dv 10.2

    RepositoryAdmin.sh -displayRepository -rn dsodb
by ray.wurlod
Wed Mar 04, 2015 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 V10.5 Install location
Replies: 6
Views: 2068

Not cd but su - you have to "become" db2inst1 to determine environment variable settings.

If you don't have access to the su command, login as db2inst1.