Search found 66 matches

by aluthra48
Sat Oct 24, 2009 7:37 am
Forum: General
Topic: Lookup warning-Ignoring duplicate entry at table record
Replies: 7
Views: 36426

Lookup warning-Ignoring duplicate entry at table record

Hello, I have a following error in one of my jobs: LKP_DIAGNOSIS_BRIDGE,0: Ignoring duplicate entry at table record 720; no further warnings will be issued for this table I know what the error means, and can fix it, but the question I have is: If there are several rows returned from a reference tabl...
by aluthra48
Thu Oct 22, 2009 1:43 pm
Forum: General
Topic: Read only routines
Replies: 5
Views: 2028

Thanks, I have also called IBM and they have indicated it might require a procedure to manually change attribute.
by aluthra48
Thu Oct 22, 2009 11:40 am
Forum: General
Topic: Read only routines
Replies: 5
Views: 2028

I am in a project that is not read-only.

These really should not be read-only. All the jobs (parallel and sequence) all the shared containers etc can be edited. How they came to be, I don't know.

Thanks
Anil
by aluthra48
Wed Oct 21, 2009 4:04 pm
Forum: General
Topic: Read only routines
Replies: 5
Views: 2028

Read only routines

Hello,

I have user written routines in the designer that are read-only. Is there a way to make them write-able?
I cannot edit, save or compile these routines, since they read-only.

Thanks
by aluthra48
Fri Oct 09, 2009 1:29 pm
Forum: General
Topic: Using a variable in a sequence activity
Replies: 1
Views: 1045

Using a variable in a sequence activity

Hello,

Is it possible to use a variable in a sequence activity to call a sequence or a parallel job? If so, how?

Thanks
by aluthra48
Fri Aug 21, 2009 3:45 pm
Forum: General
Topic: Calling a MSSQL Stored procedure
Replies: 7
Views: 5705

IBM issued a patch for this
by aluthra48
Fri Aug 21, 2009 3:43 pm
Forum: General
Topic: PIVOT Stage
Replies: 5
Views: 1633

Used T-SQL to create the pivot
by aluthra48
Fri Aug 21, 2009 3:42 pm
Forum: General
Topic: Executing MSSQL Stored Procedure
Replies: 4
Views: 3863

A patch has been issued which we will aplly this Monday
by aluthra48
Fri Aug 21, 2009 3:21 pm
Forum: General
Topic: Use DRS stage to do bulk insert to MSSQL
Replies: 3
Views: 4195

Thank you.
by aluthra48
Fri Aug 21, 2009 3:06 pm
Forum: General
Topic: Use DRS stage to do bulk insert to MSSQL
Replies: 3
Views: 4195

Use DRS stage to do bulk insert to MSSQL

I have a job that inserts rows into a table in a sql server database. I set up a DRS stage with "Truncate table then insert rows" for the "update action". I set the array size to 15000 and the transaction size to 50000. I found out from the sql server DBA that it was inserting on...
by aluthra48
Thu Aug 06, 2009 11:56 am
Forum: General
Topic: Executing MSSQL Stored Procedure
Replies: 4
Views: 3863

A PMR with IBM has been created
by aluthra48
Fri Jul 31, 2009 3:54 pm
Forum: General
Topic: PIVOT Stage
Replies: 5
Views: 1633

I can use the 1st occurence for C1 and the last for C2. Ditto for D.
Can you explain how to use the stage variables in a transformer to accomplish this?
Thanks
by aluthra48
Fri Jul 31, 2009 1:46 pm
Forum: General
Topic: PIVOT Stage
Replies: 5
Views: 1633

PIVOT

Thanks
by aluthra48
Fri Jul 31, 2009 1:18 pm
Forum: General
Topic: PIVOT Stage
Replies: 5
Views: 1633

PIVOT Stage

Can someone help me in configuring the Pivot Stage? The input data coming in is

A, B, C, D

and I need the output to be:

A, B, C1, C2, D1, D2

Example:
Input:

12345 aaaa c1 d1
12345 aaaa c2 d2

Output:
12345 aaaa c1 c2 d1 d2

Thank you
by aluthra48
Thu Jul 23, 2009 10:55 am
Forum: General
Topic: Executing MSSQL Stored Procedure
Replies: 4
Views: 3863

Executing MSSQL Stored Procedure

Hello, I have a job that executes a stored procedure. The procedure requires one parameter, which is passed to it from a DRS stage using a select from a sql server table. Thus you can bring in one or more rows as input to the sp. The sp stage is configured to "Execute procedure for each row&quo...