cancel
Showing results for 
Search instead for 
Did you mean: 

BI 7.0 Installed but errored out during DDIC password check !!!!!!!

Former Member
0 Kudos

Guyz,

i installed nw04s system with AS ABAPBI JAVAEP+EPC on MS SQL server ....its IDES software btw...

everything went fine till 'Import ABAP' and even 'Running ABAP Reports' proces.... but while running the process 'Check DDIC Password', it popped a window with OK and Cancel saying that

test logon to SAP system SID failed .Make sure that the system is started that the user DDIC exists and the password of user DDCI is correc

I dont udnerstand why it would fail to logon to DDIC on client 000.... becoz i set the master password and SAPInst should remember the password in some encrypted form and use the same for logging .!!!!

anyways after this error, i started SAPMMC and logged into the system and tried DDIC in 000, 001 with master password and default password (19920706) as well with no luck...but worked fine in client 800 with my master password....

What should i do now ? any suggestions would be highly appreciated....

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

What is your Database ?

Former Member
0 Kudos

I think you replied to my question on my another thread in section "SAP on Windows" , which did not work... could you look into it?

i'm on MS SQL ......

Former Member
0 Kudos

Oh Yes I remembered that.

On MS-SQL

go to query analyzer->select the table usr02 where sap* lies

and delete where the client no is '000'.

delete from USR02 where MANDT='000' and BNAME='SAP*'

Commit;

The login to SAP : SAP* password : PASS

and reset DDIC

Cheers

Shaji

Edited by: Shaji Jacob on Mar 27, 2008 5:45 PM

Former Member
0 Kudos

Set DDIC password in all clients

Former Member
0 Kudos

sorry could not undrestand your point. could you explain further....

thanks