Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

sap_dext called with msgnr "32":

Former Member
0 Kudos

Hello

We have done CU&UC. We are in start instance step. We have this error when the import tries startsap:

We have this error in R3trans -d

EETW000 sap_dext called with msgnr "32":

2EETW000 -


db call info -


2EETW000 function: db_ntab

2EETW000 fcode: NT_RDTDESCR

2EETW000 tabname: TADIR

2EETW000 len (char): 5

2EETW000 key: TADIR

2EETW000 retcode: 32

4 ETW000 [dev trc ,00000] db_con_rollback (con_da={R/3,0,0},th_rollback=1,tx=0)

We have done this select:

SQL> SELECT COUNT(*) FROM SAPSR3.DDNTT;

COUNT(*)

-


0

SQL>

Can this be the problem?

How I can solve it?

Thanks!

1 REPLY 1

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

this is definitely a problem - ddntt (part of the active nametab) is absolutely necessary for system operation.

Please have a closer look at SAP note 932779.

Please check the export logs carefully whether the tables mentioned in the SAP note were exported correctly.

If the logs show that export did not succeed, you probably have to redo the export / import ...

Then (if export was successful) check the import logs.

Best regards,

Nils Buerckel

SAP AG