cancel
Showing results for 
Search instead for 
Did you mean: 

IDES ERP 2005 SR2 on Suse 10 (MaxDB) - Problem with Step 13 Check DDIC pass

Former Member
0 Kudos

Hi,

i have the follwing problem with installation:

Installation is stuck on Step 33: Check DDIC Password

-> test login of user DDIC fails (Test logon to SAP System xy failed)

trying to login with SAPGui throws the following error:

a table is unkown or dows no exist

sapinst.log has the following error:

WARNING[E] 2008-09-04 11:33:20

FRF-00007 Unable to open RFC connection.

But database of the system is accessible with the database manager (with user superdba, everything looks fine there).

checking the database on commandline with dbmcli (table usr02) shows that this table does not exits:

-24988, ERR_SQL: SQL error

-4004, Unknown table name: USR02

checking instance start logs shows no error -> instance of host xy started.

Used environment:

virtual machine with suse 10 (allocated hardware: 2 cpus, 8gig ram with bigsmp kernel; vmware tools are install, ipv6 turn off etc. -> followed all instructions regarding suse, vmware)

any hints? maybe there's a way to recreate the database table structur? any help would be very appreciated :-). if needed all logs can be posted.

thanks in advance

Konstantin Tschaikowski

FIT-EDV Consulting GmbH

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check for table SAPSR3.USR02 this table must be there.

Thanks,

Shambo

Former Member
0 Kudos

Thanks for your hint. but this table is missing too. same error as above:

select * from SAPSR3.USR02

  • -4004: POS(15) Unknown table name:USR02 SQLSTATE: 42000

Is it somehow possible to reactivate an installation step that has already been passed?

idea is set the missing table in the corresponding TSR file to err and reactivate the import abap step.

nelis
Active Contributor
0 Kudos

Try checking the database again with the following command:

dbmcli -U c -d <DBSID> -USQL DEFAULT sql_execute 'select * from SAPR3.USR02'

Replace <DBSID> with your database, probably IDS.

Still an error ?

Regards,

Nelis

Former Member
0 Kudos

same again. :). thx for you hint

dbmcli -U c -d I01 -USQL DEFAULT sql_execute 'select * from SAPR3.USR02'

ERR

-24988,ERR_SQL: SQL error

-4004,Unknown table name:USR02

seems like its really missing. trying now to find a solution to get back to installtion step 13.

Former Member
0 Kudos

Are you sure the schema is SAPSR3?

Edited by: Stephen Kerr on Sep 4, 2008 2:03 PM

Former Member
0 Kudos

not sure about that. Version to be installed is IDES mySAP ERP 2005 SR2.

hannes_kuehnemund
Active Contributor
0 Kudos

Konstantin,

you set the DB schema during installation. If it is not SAPR3 (very probably not), then it is SAP<SID>. So you have to check:

dbmcli -U c -d I01 -USQL DEFAULT sql_execute 'select * from SAPI01.USR02'

Thanks,

Hannes

Former Member
0 Kudos

thx. tried that already yesterday. think theres something wrong with os or vm. maybe installation dvd errors or something like that. starting over today. thx for ur advice

Answers (1)

Answers (1)

Former Member
0 Kudos

starting over...