Search found 2886 matches

by qt_ky
Fri Oct 10, 2014 7:43 pm
Forum: General
Topic: Job Name If There Are Any In Aborted Status
Replies: 13
Views: 3656

Just to confirm:

The DataStage Operations Console was a new, great feature added in version 8.7.

Starting in version 9.1 it is referred to as the DataStage and QualityStage Operations Console.
by qt_ky
Fri Oct 10, 2014 7:39 pm
Forum: General
Topic: Engine last restart date
Replies: 6
Views: 1797

Ray, I had the same idea on the "uv -admin -info" command. I checked and found it gives the install date and time but not the last engine start time. Another way is available as well, and tells you so much more, at a glance! Log into the DataStage Operations Console . The home page display...
by qt_ky
Wed Oct 08, 2014 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PxEreplace routine issue when calling through datastage
Replies: 11
Views: 10232

Or you can upgrade to 9.x or higher and use the built in ereplace function.
by qt_ky
Tue Oct 07, 2014 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Array size must be set to 1 while reading LOB's
Replies: 6
Views: 8879

That may work. Just keep in mind the LOB settings in Connector stages. Sometimes you have to name or choose which columns are the LOB columns. It means having separate jobs unless you can parameterize that setting too (haven't tried it).
by qt_ky
Tue Oct 07, 2014 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Performance
Replies: 5
Views: 1256

Are you using the ODBC Connector stage or the old ODBC stage?

Have you thought about gathering an angry mob to get your tnsnames.ora file updated?

Is your stage running sequentially or in parallel? If in parallel, on how many nodes?
by qt_ky
Tue Oct 07, 2014 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NULL Handling in Runtime Column Propagation
Replies: 10
Views: 6340

It sounds like Oracle is causing the problem. Try calling Oracle Support.
by qt_ky
Tue Oct 07, 2014 5:51 am
Forum: General
Topic: List out Columns used in datastage job (XMETA/DSODB/UNIX)
Replies: 4
Views: 2982

My bad. There is also a job report that actually includes column details. From Designer, go to the File menu and Generate a Report. There is a dsdesign.exe command line option for generating a job report as well, which you can run from the Client tier. It is documented in the Designer Client Guide.
by qt_ky
Mon Oct 06, 2014 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Array size must be set to 1 while reading LOB's
Replies: 6
Views: 8879

Keep the generic job as is. Create a separate job for the table with the LOB column(s).
by qt_ky
Sun Oct 05, 2014 9:21 pm
Forum: General
Topic: PERMISSIONS
Replies: 6
Views: 1415

Put the umask command into a job in that after-job routine as a shell command, then run the job and look in the job log to see what the umask output reports.
by qt_ky
Sat Oct 04, 2014 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TXT File with fixed length fields
Replies: 9
Views: 10191

Yes, that should "fix" the fixed-length. If not, please post any new and different errors.
by qt_ky
Sat Oct 04, 2014 6:38 am
Forum: General
Topic: List out Columns used in datastage job (XMETA/DSODB/UNIX)
Replies: 4
Views: 2982

The dsjob command has a -report option. You may want to try it using the DETAIL report type.
by qt_ky
Sat Oct 04, 2014 6:35 am
Forum: General
Topic: OSH Process owner change from 'dsadm'
Replies: 2
Views: 1072

Just as a side note too, the current release is 11.3.1, which has "umpteen" fixes included, as well as some new features, that you may want to consider instead of beginning with an older release.
by qt_ky
Sat Oct 04, 2014 6:31 am
Forum: General
Topic: OSH Process owner change from 'dsadm'
Replies: 2
Views: 1072

The cleanest and easiest way would be to enter your custom admin ID, whatever you choose to name it, into the installation program when prompted. It sounds like you accepted the default "dsadm" user instead? If so, you may be making more work for yourself that the installer could have done...
by qt_ky
Sat Oct 04, 2014 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fifo \pipe error
Replies: 10
Views: 10907

The best way to avoid it is to run DataStage on UNIX. :lol:

Seriously though, I do not know.