Search found 1724 matches

by priyadarshikunal
Tue Jun 23, 2015 1:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading large record in to teradata table
Replies: 10
Views: 12618

there should be "max buffer size" row in teradata connector properties under limits section, which is by default set to 0 to use default buffer size of 64KB. You will have to change that to push the record larger than 64kb.
by priyadarshikunal
Mon Jun 22, 2015 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading large record in to teradata table
Replies: 10
Views: 12618

Bulk method only supports up to 64kb in an array, if the single record is exceeding that, you may not be able to use bulk at all.


This link should help you.
by priyadarshikunal
Sun Jun 21, 2015 2:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector Stage Executing in Sequential Mode
Replies: 3
Views: 3446

Since you mentioned you have a query, a user defined query will execute in sequential mode only. You have to select entire table to make it run in parallel mode. When you say you get the result in 4 mins from oracle client, did you fetch entire 45 million records there, if not, that 4 mins are irrel...
by priyadarshikunal
Wed Jun 17, 2015 1:08 am
Forum: General
Topic: Craig Hits 40000 Posts!!!
Replies: 6
Views: 2354

Great work, Craig.
by priyadarshikunal
Wed Jun 17, 2015 12:50 am
Forum: General
Topic: What patches are out there?
Replies: 3
Views: 2857

There are few which may be relevent to you. But from the time they started selling everything bundled, even the fixes are shown and bundled for all products in Information Server. You will have to find the ones you need by looking at their descriptions.
by priyadarshikunal
Wed Jun 17, 2015 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove $ and brackets in numeric feild
Replies: 6
Views: 3415

When you are getting null values are you getting any warning or info message from transformer which ends with something like "Use Default value" ? I think you have spaces etc in data which is causing it to default which converting from varchar to decimal. Try using IsValid() to find if the...
by priyadarshikunal
Wed Jun 17, 2015 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture and unique constraints
Replies: 11
Views: 10348

Did you verify that the unique constraint violation is for the columns you are mentioning as key in change capture, are there any other unique key such as the surrogate key which is generating old values?

Does it run without problem on one node?
by priyadarshikunal
Tue Jun 16, 2015 12:38 am
Forum: General
Topic: 1 question in Datastage assessment. help thanks.
Replies: 10
Views: 2599

Another excerpt from same communication with IBM support... At some point in 7.5.x, there was a bove to make environment variables case insensitive. Case sensitive environment variables was considered a bug under the case referenced with the following title: "Make environment variable not case ...
by priyadarshikunal
Tue Jun 16, 2015 12:34 am
Forum: General
Topic: Any way to identify jobs that don't have design information?
Replies: 7
Views: 4943

can you check xmeta if stage information is not present in the DSSTAGESXXXX or something like that but it exist in DSJOBSXXXXX. You should be able to join these tables on RIDs.
by priyadarshikunal
Tue Jun 16, 2015 12:26 am
Forum: General
Topic: 1 question in Datastage assessment. help thanks.
Replies: 10
Views: 2599

and they have mention that, such behavior can not be changed to match older version. They might be converting everything to uppercase under the covers but not much idea on why or if they are even doing. I am not on datastage box at the moment to check if I can define lower case unix env variables in...
by priyadarshikunal
Tue Jun 16, 2015 12:21 am
Forum: General
Topic: 1 question in Datastage assessment. help thanks.
Replies: 10
Views: 2599

Yes, Unix environment variables are case sensitive. You mentioned a generalized comment, hence clarifying that the datastage environment variables are not case sensitive anymore. Here is an excerpt from the mail sent by support. To followup on our phone call, the migration had an issue with the dupl...
by priyadarshikunal
Mon Jun 15, 2015 4:50 am
Forum: General
Topic: 1 question in Datastage assessment. help thanks.
Replies: 10
Views: 2599

Just to note, From a communication from IBM, environment variables are not case sensitive anymore. 8.5 and prior versions had case sensitive environment variables but that behaviour has been changed in 8.7. We figured that out when migrating a project from 7.5.3 to 8.7. But that doesn't change the a...
by priyadarshikunal
Wed Jun 10, 2015 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup returning null
Replies: 4
Views: 2183

Did you change lookup reference partitioning from default to any other type of partioning? Is it same as partitioning in the stream link and is it a key based partitioning that you have selected? easiest way to check if the problem is related to partitioning, change partitioning in reference link to...
by priyadarshikunal
Tue Jun 09, 2015 5:27 am
Forum: General
Topic: remove strange character
Replies: 9
Views: 4453

You can try doing a double convert. Doing a copy paste may not work. In those cases, do have a look at that character in hex editor to identify it and then use Char() with decimal value of that character. The character I can see here a unicode character used for replacement character with decimal co...
by priyadarshikunal
Mon Jun 08, 2015 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Connector Stage
Replies: 2
Views: 2829

Here you go.

New and changed features of datastage 11.3.1 can be accessed here.

Just a note from the same page that File connector is not supported on Windows (Although I noticed that you are using unix).