Quantcast
Channel: SCN : Popular Discussions - SAP Information Steward
Viewing all articles
Browse latest Browse all 2039

IS42SP2 creating a Match Review Configuration fails

$
0
0


Hi,

 

I'm trying to create an MR configuration in my IS42SP2 installation. But I'm getting the following error:

 

errorCapture.JPG

 

I'm using a MS SQL Server 2008 database. The duplicate ans status tables (TDUPLICATE, TSTATUS) have all necessary fields.

The very same tables work fine with my IS42SP0 Installation.

The error seems to occur when IS tries to create the TDUPLICATES_AR table.

Probably the DDL statement is not created properly.

Is there any log file where I could have a look at?

Has anyone experienced the same?

 

Thanks for your Support!

 

Message was edited by: Martin Bernhardt

 

Meanwhile I checked the SQL Server log. This is how the DDL Statement looks:

 

CREATE TABLE TDUPLICATES_ACT (

JOBID null NOT NULL,

SOURCE null(100) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

CUSTOMERID null(100) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

GROUP_NUMBER null(10) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

ORIG_GROUP_NUMBER null(10) COLLATE SQL_Latin1_General_CP1_CI_AS ,

GROUP_RANK null(1) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

ORIG_GROUP_RANK null(1) COLLATE SQL_Latin1_General_CP1_CI_AS ,

IS_FINISHED_ CHAR(1) ,

CONSTRAINT PK_TDUPLICATES_ACT PRIMARY KEY (JOBID,SOURCE,CUSTOMERID)

)

 

It seems that a column type table is not initialized. The Match Review is created though, an I can run it. when I open the Task inthe worklist

to list the duplicate Groups, I'm getting this error:

 

Capture2.JPG

 

Message was edited by: Martin Bernhardt


Viewing all articles
Browse latest Browse all 2039

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>