Search found 2886 matches

by qt_ky
Sun Feb 08, 2015 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job aboring with error SendWriteSignal() failed
Replies: 1
Views: 1085

This technote describes two possibilities that you and/or your UNIX team could look into, the first of which is a disk space shortage. http://www-01.ibm.com/support/docview.wss?uid=swg21457724 Your free disk space is also at the mercy of all other jobs that are sharing the same disk at the same time...
by qt_ky
Fri Feb 06, 2015 6:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file warning
Replies: 5
Views: 2429

Now that you mention it, I recall seeing that same warning a few years ago, wondering if I should be concerned, and then promptly forgot about it.

Check out this technote:
http://www-01.ibm.com/support/docview.w ... wg21588649
by qt_ky
Fri Feb 06, 2015 6:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: yyyyy-mm-dd to DD/MM/YYYY
Replies: 8
Views: 5842

chulett wrote:Another key point is the fact that an Oracle DATE field is in fact a timestamp ...
Correct!

Do you need to retract your earlier statement? "a DATE is a Date is a date"

Ha Ha Ha! When I first read that, I thought to myself, "yeah, except in Oracle..."

:lol:
by qt_ky
Wed Feb 04, 2015 8:30 am
Forum: General
Topic: Installing Information Server 11.3.1 - surprises
Replies: 17
Views: 20148

The 8.7 px job guide says that config file comments need to be in C style /* ..... */ format. I've not tested comments to know what really works, if any.
by qt_ky
Wed Feb 04, 2015 8:23 am
Forum:
Topic: Configuring IMAM
Replies: 13
Views: 10363

Thanks for sharing. The terminology caused us quite a bit of first-time confusion before we understood it well enough to request firewalls to be opened in a reverse of normal direction.
by qt_ky
Tue Feb 03, 2015 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unexpected Error in DS Jobs
Replies: 4
Views: 2338

There is one technote about this, which has to do with toggling the unicode column property in each DRS stage.

http://www-01.ibm.com/support/docview.w ... wg21669202
by qt_ky
Tue Feb 03, 2015 12:14 pm
Forum: General
Topic: Building Package Timeout
Replies: 3
Views: 1130

It sounds like a defect. There is a DataStage 11.3.x core/client rollup patch 2 available for download on IBM Support Fix Central. You may want to check and see if it's already applied in your environment or not. If not, download it and review the README file. If there's no match, open a Support cas...
by qt_ky
Tue Feb 03, 2015 12:11 pm
Forum: General
Topic: non expring user id
Replies: 4
Views: 1487

In that case, the web console is the place to manage your users. The internal user registry does not support any password policies, such as password length, mix of characters, re-use, expiration, etc. As far as I know, this is still the case even on the current version of 11.3.1. Hopefully one day t...
by qt_ky
Tue Feb 03, 2015 10:19 am
Forum: General
Topic: non expring user id
Replies: 4
Views: 1487

It depends. Which of the 3 user registry types your DataStage server is configured to use? What version are you running?
by qt_ky
Tue Feb 03, 2015 9:02 am
Forum:
Topic: Configuring IMAM
Replies: 13
Views: 10363

We had run into firewall issues like this on 8.7. I do not care for the "backwardness" of this interfaces, where the "server" runs on the client and the actual Information Server has to initiate a connection to the client. I would hope in a future release that the arrangement bec...
by qt_ky
Mon Feb 02, 2015 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector
Replies: 5
Views: 1805

Back to Ray's questions: any Transformer constraint or DB2 reject link?
by qt_ky
Mon Feb 02, 2015 2:22 pm
Forum: General
Topic: Output file naming convention
Replies: 6
Views: 3487

My suggestion was that you could generate whatever values you need to in a User Variables stage of a Sequence job. The Oconv() function is just one example that you could use. Normally you would use Oconv() along with Date() and possibly Time() in order to generate a custom timestamp format, which y...
by qt_ky
Mon Feb 02, 2015 7:29 am
Forum: General
Topic: Datastage 9.1 certification exam
Replies: 7
Views: 3433

It seems like the exam vendor changes back and forth every time I check, so I would guess the policies change a lot too.
by qt_ky
Mon Feb 02, 2015 7:26 am
Forum: General
Topic: Output file naming convention
Replies: 6
Views: 3487

You could generate whatever values you need to in a User Variables stage of a Sequence job, perhaps using an Oconv() function.