Search found 43 matches

by marcelo_almeida
Mon Mar 09, 2009 12:58 pm
Forum: General
Topic: Job Multiple Instance Fail
Replies: 24
Views: 11813

Mike,

I saw that post, but don't solve the problem. I think this is another problem.

Thanks
by marcelo_almeida
Sat Mar 07, 2009 8:37 am
Forum: General
Topic: Job Multiple Instance Fail
Replies: 24
Views: 11813

Ray, I can't see the log of the instance that gave mistake, it doesn't appear in the director. See the log of the sequence. When the job multiple instance is called it begins and it concludes with the status = 99, this provokes the abort of the sequence. Item #: 4 Event ID: 1011 Timestamp: 2009-03-0...
by marcelo_almeida
Sun Oct 19, 2008 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BuildOp Stage
Replies: 7
Views: 6443

Include in your code (Per-Record) the columns that don't have transformation.

ex.: OutRec.Qty = InRec.Qty;
by marcelo_almeida
Thu Apr 19, 2007 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to clean a hash partitioned?
Replies: 8
Views: 2700

I executed the command: DEFINE.DF HSH_PESS REMOVING HSH_NJ_PESS_01_0 HSH_NJ_PESS_01_1 HSH_NJ_PESS_01_2 HSH_NJ_PESS_01_3 HSH_NJ_PESS_01_4 HSH_NJ_PESS_01_5 HSH_NJ_PESS_01_6 HSH_NJ_PESS_01_7 HSH_NJ_PESS_01_8 HSH_NJ_PESS_01_9 But it returned the following error: "Invalid token "HSH_NJ_PESS_01_...
by marcelo_almeida
Wed Apr 18, 2007 10:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to clean a hash partitioned?
Replies: 8
Views: 2700

1 - I CREATED 10 EMPTY HASHED_FILE WITH SAME TABLE DEFINITION 2 - I CREATED POINTERS FOR EACH ONE OF HASHED_FILE OF THE PREVIOUS ITEM EXAMPLE: SETFILE C:\TMP\HASH_01 3 - I CREATED ANOTHER HASHED_FILE WITH THE COMMAND BELOW, THIS COMMAND RELATES THE FIRST 10 THE THIS. DEFINE.DF HSH_PESS ADDING HSH_NJ...
by marcelo_almeida
Wed Apr 18, 2007 5:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to clean a hash partitioned?
Replies: 8
Views: 2700

How to clean a hash partitioned?

Hi, I created a hash partitioned and I made an initial load. I need to clean this hash, but I don't get. Procedures already accomplished: CLEAR.FILE HashName (account) DELETE.FILE HashName (account) CLEAR.FILE Hash (parts) (the command worked but it didn't clean, I continue viewing the data in Hash ...
by marcelo_almeida
Wed Oct 25, 2006 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error updating secondary indicies
Replies: 4
Views: 1363

The error exactly was related to the directory.
My customer this trying to create the project in directory that did not exist.

Thanks a lot everybody!


Marcelo
by marcelo_almeida
Wed Oct 25, 2006 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error updating secondary indicies
Replies: 4
Views: 1363

ray

The error occurs before the creation of the project.
You know as you must make in this case?

Tks,

Marcelo
by marcelo_almeida
Tue Oct 24, 2006 12:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error updating secondary indicies
Replies: 4
Views: 1363

Error updating secondary indicies

Hi,

When I create a new project, occur this error " Error updating secondary indicies "

Please help me out

Thank you


Marcelo.
by marcelo_almeida
Wed Sep 13, 2006 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which the exhibit concept
Replies: 4
Views: 1283

Ok, ray.wurlod.

I will try to do that!

Thank you very much!

Marcelo
by marcelo_almeida
Wed Sep 13, 2006 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which the exhibit concept
Replies: 4
Views: 1283

Yes, in my test they were four subjects and in the of my wife they were three subjects.
by marcelo_almeida
Tue Sep 12, 2006 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which the exhibit concept
Replies: 4
Views: 1283

Which the exhibit concept

Which the exhibit concept?
This term was a subject of my test IBM WebSphere IIS DataStage Enterprise Edition v7.5 (Certification)
by marcelo_almeida
Fri Aug 18, 2006 11:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MySQL on AIX 5.1
Replies: 15
Views: 9374

I had a similar problem. My .odbc.ini was configured like this: [MySql02] Description = MySQL ODBC 3.51 Driver DSN Driver = /usr/lib/libmyodbc3S-3.51.12.so Setup = /usr/lib/libodbcmyS.so SERVER = 192.168.0.204 Database = mysql This provoked the mistake (The connection is broken(81002)). To solve the...