Search found 53125 matches

by ray.wurlod
Sun Mar 24, 2013 12:54 pm
Forum: General
Topic: Error calling subroutine: DSR_NLS (Action=14);
Replies: 9
Views: 5275

Can dsstage login using the Administrator client?
by ray.wurlod
Sat Mar 23, 2013 11:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incremental Loading Without Date fields in source
Replies: 12
Views: 3604

That doesn't affect my earlier answer.
by ray.wurlod
Sat Mar 23, 2013 11:12 pm
Forum: General
Topic: Error calling subroutine: DSR_NLS (Action=14);
Replies: 9
Views: 5275

OK, this incompatibility is at the heart of the problem. Something from the old system has nothing where (now) expected in one of the NLS fields. Given that it's bypassed by the administrative user, I'd suggest that it's something project-specific. Either add dsstage to the DataStage and QualityStag...
by ray.wurlod
Sat Mar 23, 2013 8:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incremental Loading Without Date fields in source
Replies: 12
Views: 3604

Really you have again neglected to provide us with sufficient information. There may or may not be a mechanism for solving this problem. It really depends whether there is some way in the source data for identifying the delta. For example if the source has an auto-incrementing key you can store the ...
by ray.wurlod
Sat Mar 23, 2013 8:37 pm
Forum: General
Topic: Error calling subroutine: DSR_NLS (Action=14);
Replies: 9
Views: 5275

Was the system installed without NLS enabled, and any imported job exported from a system with NLS enabled? Or, perhaps, is NLS installed but not enabled?
by ray.wurlod
Fri Mar 22, 2013 10:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TD Connector Stage Bulk Load
Replies: 11
Views: 5374

There's something wrong with the INSERT statement, which is why the INITIATE method failed.
by ray.wurlod
Fri Mar 22, 2013 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TD Connector Stage Bulk Load
Replies: 11
Views: 5374

Paul is correct. Overstating the array size will not abort the job; lacking other errors it will finish successfully, though less efficiently. The issue is buffering within Teradata (which is why increasing the default buffer size there is an option).
by ray.wurlod
Fri Mar 22, 2013 5:05 pm
Forum: General
Topic: Error while execute unix command via basic program
Replies: 2
Views: 755

Perhaps it's csh that can't be found, and you need to provide the full pathname of its executable because its parent directory is not in the command search list ($PATH) of the user under whose identity the job runs.
by ray.wurlod
Fri Mar 22, 2013 4:06 am
Forum: General
Topic: IIS 8.7 uninstallation issue
Replies: 3
Views: 1287

Firstly, HOW did you try to uninstall? And are all four tiers on the same machine?
by ray.wurlod
Fri Mar 22, 2013 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TD Connector Stage Bulk Load
Replies: 11
Views: 5374

You could also increase the default buffer size in Teradata. Beware, however, if you're using multiple sessions, that they share the buffer. So

Code: Select all

ArraySize = (buffersize / sessions) / rowlength
by ray.wurlod
Fri Mar 22, 2013 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get rid of COBOL levels in datastage Data Set column defs?
Replies: 15
Views: 13739

Welcome aboard. What you say is true, but unnecessary. Consider a record with seven fields, each of which has four characters. AAAABBBBCCCCDDDDEEEEFFFFGGGG And let's call them FieldA, FieldB, ..., FieldG Now it doesn't matter what level any of these fields is at (provided it's not level 01, which is...
by ray.wurlod
Fri Mar 22, 2013 12:12 am
Forum: General
Topic: Source to Target mapping
Replies: 24
Views: 8280

OK, I'm not on site till Monday, but you're basically looking for those records in DS_JOBOBJECTS that have an OLETYPE that indicates that they are output links from Transformer stage. Without access to DataStage I can't tell you which field in the record contains the column names and which contains ...
by ray.wurlod
Thu Mar 21, 2013 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trying to read fixed length flat file from IBM on Linux box
Replies: 5
Views: 1660

One must assume that EBCIDC is a typo for EBCDIC. :wink:
by ray.wurlod
Thu Mar 21, 2013 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Open commands in SQL Server Enterprise Stage
Replies: 5
Views: 1773

TRUNCATE TablenameA perhaps? This should be non-transactional.
by ray.wurlod
Thu Mar 21, 2013 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage connection with DB2 v2 for OS/2
Replies: 5
Views: 4708

Do you have DB2 Connect installed on the DataStage engine? This is the software needed to connect to DB2 on different platforms.