Hi All,
I got the errors at step 25 of 26 in ECC 6.0 installation.
ERROR 2008-09-01 13:41:41.953
FRF-00025 Unable to call function. Error message: SQL error 2812 occurred: Could not find stored procedure 'sap_get_index_type'. .
INFO 2008-09-01 13:41:41.968
RFC connection closed.
ERROR 2008-09-01 13:41:41.968
MUT-03025 Caught ERfcExcept in Modulecall: SQL error 2812 occurred: Could not find stored procedure 'sap_get_index_type'..
ERROR 2008-09-01 13:41:41.984
FCO-00011 The step runRADDBDIF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_ABAP_Reports|ind|ind|ind|ind|2|0|runRADDBDIF was executed with status ERROR ( Last error reported by the step :Caught ERfcExcept in Modulecall: SQL error 2812 occurred: Could not find stored procedure 'sap_get_index_type'..).
I tried to follow sap note 460268, but I am not be able to run SE38 with DDIC user. I got message " You are not authorirzation to use transaction SE38"
Please help me.
Thank you,
Quoc
Hi Quoc
Please use a user with appropriated privileges.
You can configure user privileges creating a role on transaction PFCG ou setting a role on user using SU01
Or if you can, you could use SAP default administrator users like DDIC.
Hope that it helps you
Kind regards
Marcelo
What SQL Server version do you use and what ERP DVDs?
Markus
Hello,
you can reset the default password of the SAP* user by deleting the
SAP* user account from the DB table usr02.
delete from usr02 where mandt='<Client>' and bname='SAP*';
Afterwards you will be able to log on to SAP in client 000:
user: SAP*
password: PASS
The password is case sensitive
regards,
John Feely
Add a comment