SQL error 2812: Could not find stored procedure.doc
起因:是在一臺測試伺服器上,安裝了多個測試Instance,一次在安裝Solution Manager時,將其覆蓋在ERP上;
現象:一是登入時顯示SAP選單出錯,報錯START_CALL_SICK,Database inconsistency: Start Transaction SICK.但執行SICK還是出錯,注意到"Can't execute sap_check_if_sick".但執行一些模組Tcode似乎沒問題;
二是在啟用DDIC object時出錯,報錯SQL error 2812 occured: Could not find stored procedure 'sap_get_object_type'.
設想:可能是錯誤的安裝刪除了SQL procedure
在現象二的幫助裡,有The stored procedure must be created in the database. To do this, follow the instructions in SAP Note 460268.
Note Language: English Version: 1 Validity: Valid from 14.12.2001
Summary
Symptom
The following error message is displayed in the status bar or written to a
log file when executing a DDIC function:
SQL error 2812: Could not find stored procedure ...
More Terms
MSSPROCS
Cause and Prerequisites
As of Release 6.20, the access to the database for the return of system
catalog data is executed with stored procedures. These are called in
function modules of the SFMSS_SYSCAT group.
If such a stored procedure is missing, the above SQL Server error message
is issued. It is then transferred to the status bar or the log via the
functions modules.
Solution
Solution
Proceed as follows:
o Execute the MSSPROCS report in SE38.
o Choose the version of your SQL Server as the Database Release value
and confirm with Enter.
o Select the missing stored procedure in the table control.
o Choose "Start". A log must be displayed notifying you that the
procedure was successfully executed.
解決:按照Note上的指引,執行MSSPROCS,選擇SQL版本9.0(SQL2000是8.0,SQL2005是9.0),程式已自動選擇應安裝的元件,點開始執行,很快就執行完提示一系列的指令碼已執行。
問題解決。
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/167898/viewspace-1008632/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Fatal error: Uncaught PDOException: could not find driverErrorException
- OGG-00446 ERROR: Could not find archived logErrorHive
- ogg GGS ERROR 500 Could not find archived logErrorHive
- cmake報錯CMake Error: Could not find CMAKE_ROOTError
- master bug InnoDB Error unlock row could not find a 4 mode lockASTError
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a `ios` simulator (valid values:ErroriOS
- FATAL ERROR: Could not find ./bin/my_print_defaults 解決方法Error
- Error:Could not find com.android.tools.build:gradle:2.2.2.ErrorAndroidUIGradle
- Last_SQL_Error: Could not execute Update_rows eventASTSQLError
- java編譯 Error: Could not find or load main class java執行包main方法Java編譯ErrorAI
- Could not find the main class. Program will exitAI
- Could not find *.apk!解決辦法APK
- InnoDB: Error: space id and page n:o stored in the page?Error
- MySQL 5.5初始化資料庫報錯FATAL ERROR: Could not find my_print_defaultsMySql資料庫Error
- nested exception is IncompleteElementException: Could not find parameter mapException
- Could not find a suitable set of interfaces for VIPs.UI
- vue3 Could not find a declaration file for moduleVue
- How to use sql result stored on shell variable?SQL
- MySQL 5.6初始化資料庫時報錯FATAL ERROR: Could not find ./bin/my_print_defaultsMySql資料庫Error
- ERROR: Could not delete DB checkpoint for REPLICATErrordelete
- Could not find jar tool executable問題解決JAR
- jar檔案could not find the main class解決JARAI
- 錯誤 - Could not find the index entry for RIDIndex
- VueX Vue: Could not find a declaration file for module vuex.Vue
- MSSQLServer 上討厭的錯誤error: 40 - Could not open a connection to SQL ServerSQLServerError
- Error: The action can not be performed because ...could not be locked?ErrorORM
- 關於 artisan migrants Could not find drive 解決方法
- Helper Devise: could not find the `Warden::Proxy` instance on request environmentdev
- Could not find first log file name in binary log index fileIndex
- 請教:castor MappingException: Could not find the class異常ASTAPPException
- psql: error: could not connect to server: No such file or directorySQLErrorServer
- Send Email with Attachments from PL/SQL using Java Stored ProceduresAISQLJava
- ORA-04068,ORA-04065,ORA-06508 PL/SQL: could not find program unit being calledSQL
- 解決CocoaPods could not find compatible versions for pod "React/Core"React
- PostgreSQL pg_rewind例項--could not find previous WAL record at %X/%XSQL
- This application failed to start because it could not find or load the Qt platform plugin “windows“APPAIQTPlatformPluginWindows
- java.lang.IllegalArgumentException: Could not find class異常解決方式JavaException
- Application failed to start because it could not find or load the QT platform plugin “windows”APPAIQTPlatformPluginWindows