Search found 763 matches

by bcarlson
Mon Jan 26, 2009 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting a Teradata primary index for a write replace stage
Replies: 11
Views: 5756

You mean a Primary Key. A Primary Index is how the data gets hashed across AMPS in a Teradata DBMS. They can be two very different things. The Pimary Index is indeed how data is hashed across the amps, but a Unique Primary Index gives the same benefit (and better performance) as a primary key. Most...
by bcarlson
Fri Jan 16, 2009 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage v 7.x on Linux 64-bit
Replies: 4
Views: 2059

That brings up another good question - when is IBM going to help DataStage join the 64-bit world? Most, if not all, of the databases it talks to (including its own repository in v8) are 64-bit. There's untapped power there for the taking!

Brad.
by bcarlson
Thu Jan 15, 2009 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Enbaling PAM authentication - NEED HELP!!
Replies: 2
Views: 1018

I checked with our Infrastructure group. It was IBM ecase 87332 that resolved the issue.

Brad.
by bcarlson
Wed Jan 14, 2009 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_TERA_64K_BUFFERSIZE
Replies: 8
Views: 12713

It is only -8 F here. A few days ago it was -13. That's what hot coffee is for. :)
by bcarlson
Wed Jan 14, 2009 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: list project\jobs from clientside - dsjob.exe
Replies: 7
Views: 6045

The dsjob.exe should exist on your Windows client as well. I found it in the same location as the Client software itself: C:\Program Files\Ascential\DataStage7.5.2>dir ds*.exe DSDesign.exe dscmdexport.exe dsimport.exe dssearch.exe dsadmin.exe dscmdimport.exe dsjcwiz.exe dsviewer.exe dscc.exe dsexpor...
by bcarlson
Wed Jan 14, 2009 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding the Buildop stage in PX
Replies: 2
Views: 1423

By 'macros', I assume you are talking about C macros (using #define)? yes, these work just fine. You can also create functions to handle complex transformations or business rules that are not native to DataStage. For example, we have a function for converting a Hogan date to a standard date in the f...
by bcarlson
Wed Jan 14, 2009 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Enbaling PAM authentication - NEED HELP!!
Replies: 2
Views: 1018

We had this same issue. I believe there was a patch that we had to get from IBM to make it work properly. I was not involved in the setup, but I'll check with our Infrastructure group to see if I can get some info. In the meantime, you may want to ping your IBM rep and see if they can look into it. ...
by bcarlson
Wed Jan 14, 2009 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage v 7.x on Linux 64-bit
Replies: 4
Views: 2059

How about DS 8.0.1? Will that be supported on Linux when 8.1 is?

Does anyone know what flavors of Linux are supported and recommended? Where is a good resource for researching this?

Thanks!

Brad.
by bcarlson
Wed Jan 14, 2009 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_TERA_64K_BUFFERSIZE
Replies: 8
Views: 12713

We update the dsenv profile and bounced DataStage. The jobs ran successfully. We'll be migrating this same change to the rest of our environments after another week or so to prove that no other Teradata jobs are negatively impacted. Tom did not expect any negative repercussions of the change. Hope t...
by bcarlson
Wed Jan 14, 2009 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_TERA_64K_BUFFERSIZE
Replies: 8
Views: 12713

Upon further review, here is a more complete picture of what is going on: Node 0 has a rejected buffer write warning, followed by a Error Code = 350. Nodes 0-7 each process 100,000 records and then fail. The Error Code 350 is repeated, then a return code of 311. The final error message is an error c...
by bcarlson
Wed Jan 14, 2009 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_TERA_64K_BUFFERSIZE
Replies: 8
Views: 12713

APT_TERA_64K_BUFFERSIZE

I am posting this as an informational posting, not as a question. We ran into this problem recently and since I didn't find information on DSXChange we pinged Teradata and IBM directly. Now that it is resolved, I am posting the problem and resolution. I'll use multiple posts to make it easier to fol...
by bcarlson
Wed Dec 03, 2008 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to a project
Replies: 5
Views: 2173

Unfortunately, I am not able to check these now. We were able to validate through other means that the projects were not in use, so I deleted the directories and rebuilt the projects. That worked fine. However, since I have now run into this twice in 2 days, odds are 'good' that I'll run into it aga...
by bcarlson
Wed Dec 03, 2008 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to a project
Replies: 5
Views: 2173

Unable to connect to a project

For the second time in as many days, I have been asked to create a new project that developers thought already existed. I attempt to the create the project and sure enough, the project already exists. The problem is that it does not show up in a project list when connecting, you cannot find it with ...
by bcarlson
Mon Dec 01, 2008 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with simple buildops
Replies: 4
Views: 2048

There is a string function available for buildops that returns the standard C-type string array for an input datatype APT_String: const char buffer[]; buffer = in.myStrField.terminatedContent(); You can get the length of buffer using the following: int len = strlen(buffer); Hope this helps. Brad.
by bcarlson
Wed Nov 26, 2008 6:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Another type of sync timeout in v8/TD
Replies: 3
Views: 4681

Another type of sync timeout in v8/TD

We are in the process of setting up a new server for DS v8. This is our SIT environment. It has the same version of AIX, DS v8 (and patches), Teradata utilities, etc. and talks to the same database. About the only differnence (that I know of) is the number of players in the config (2 nodes vs. 4 in ...