Search found 15603 matches

by ArndW
Wed Sep 06, 2006 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Administrator Properties - Hangs System
Replies: 10
Views: 2604

Do connections using the Designer/Director/Manager also freeze? If so, then it is certainly a network connection related issue, otherwise it is the Administrator. Also, have you tried connecting from another client using the Administrator?
by ArndW
Wed Sep 06, 2006 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning while using oracle stage
Replies: 15
Views: 5930

What is your Oracle NLS_CHARACTERSET?
by ArndW
Wed Sep 06, 2006 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error (39202)
Replies: 5
Views: 6183

The error messages look like log entries for an Oracle job and normally have nothing to do with the engine itself. What command did you issue that generated that output?
by ArndW
Wed Sep 06, 2006 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage installation
Replies: 3
Views: 979

The only trial versions that you can get for DataStage are directly from your distributor or from IBM/Ascential.
by ArndW
Wed Sep 06, 2006 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to move one record by record
Replies: 3
Views: 945

I usually do this kind of processing using "states". I will use stage variables to store state information and other relevant values. In your processing you could create a stage variable such as "CurrentType" which is set when a record begins with BEGIN and set to the value of the 2nd word (i.e. fie...
by ArndW
Wed Sep 06, 2006 4:14 am
Forum: General
Topic: Request to please use English and not SMS
Replies: 1
Views: 1840

Request to please use English and not SMS

<getting on my soapbox and ranting a bit> Many, if not most, of the DSXchange forum users are not native English speakers (that includes myself). It is very disconcerting to see so many recent posts making use of SMS-type abbreviations or codes to such and extent that the question or answer only be...
by ArndW
Wed Sep 06, 2006 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: creating job statistics from joblog created in datastage
Replies: 11
Views: 6035

DataStage BASIC programs are case-sensitive, so in addition to translating the SMS shorthand "chk out" to "check out", remember that you need to use DSJ.LINKROWCOUNT and DSGetLinkInfo()
by ArndW
Wed Sep 06, 2006 3:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Tx
Replies: 4
Views: 1566

I'm not Ray but feel confidant in answering your question anyway. TX is a completely separate and distinct product from Server , which is also a distinct product from PX . IBM/Ascential sales will, when requested and they feel it useful, issue the software with a temporary license for trial use. All...
by ArndW
Wed Sep 06, 2006 3:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage
Replies: 3
Views: 1012

Hello Kartheek and welcome to DSXchange! The information that you want to put in the sequential file is available after a job completes by using calls to builtin routines such as DSGetJobInfo() , DSGetLinkInfo() and DSGetStageInfo() . You can also access quite a lot of this information from the dsjo...
by ArndW
Wed Sep 06, 2006 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete Rows from target table
Replies: 6
Views: 2393

Sure you can, it is quite easy. One easy way (but not necessarily the fastest for huge data volumes): Do a lookup from the target to the source; if the lookup is not successful then output to a stage which deletes those rows from the target.
by ArndW
Wed Sep 06, 2006 12:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashfile-name
Replies: 3
Views: 1318

Johannes,

what error message are you getting from the routine when you try to open the file? A dynamic hashed file is created as a directory with the file name and it has 3 files - a .Type30, DATA.30 and OVER.30 so it looks as if the create portion was successful.
by ArndW
Tue Sep 05, 2006 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copy DataStage directory in Unix
Replies: 1
Views: 913

This is a duplicate post, please follow this thread
by ArndW
Tue Sep 05, 2006 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Administrator Properties - Hangs System
Replies: 10
Views: 2604

You mean the whole OS freezes and you have to power down or do a reset to get going again or just the admin client and perhaps DS would hang?
by ArndW
Tue Sep 05, 2006 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy DataStage directory in Unix
Replies: 2
Views: 1079

Unfortunately you need the installation CD to re-install, the DSEngine alone is not sufficient. Part (but not all) of the reason is that the IP address is stored inside the installation. You will be much better off actually getting 7.1 from IBM/Ascential/Support provider. An active service contract ...
by ArndW
Tue Sep 05, 2006 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Minimum Hardware Requirements for Running parallel job
Replies: 6
Views: 1553

There is no trial version that can be downloaded off the web. If you contact IBM/Ascential sales they might be able to arrange an official demo version of any of their product suite.