error when 816 for window 2000
Symptom:At the end of installation , the following error is encounteredCause:
Since SAP installation under Windows2000 need Oracle 8.1.6 Version, so the database administration tool ‘SAPDBA’ will be the same version (8.1.6), but the default SAPDBA is installed from the SAP kernel CD which only include the version 8.0.6, so the difference cause the error.
Solution:
Refer to the Notes 360936, reinstall the SAPDBA from RDBMS CD.
Close
SAP Note Number: 360936 Missing Oracle DLLs
Version: 3, Note Language: EN, Released on: 25.10.2001
Symptom
You are installing a SAP product that is based on 4.6C or 4.6D like R/3 4.6C/4.6C SR 1, 3.1I SR 1, BBP/CRM 2.0B, Workplace 2.1, BW 2.1C or APO 3.0A.
Towards the end of the installation, a dialog box appears stating that Oracle DLLs like SQLLIB80.DLL or ORASQL8.DLL are missing.
Additional key words
R3SETUP, DBATOOLS, BRBACKUP, Oracle 8.0.6, Oracle 8.1.6, Oracle 8.1.7
Cause and prerequisites
R3SETUP 4.6C and 4.6D can be used to install a system with both Oracle 8.0.x and Oracle 8.1.x. R3SETUP automatically detects the database version and configures the system accordingly.
However, R3SETUP calls SAPDBA during the installation (e.g. to set the password of SAPR3 and to update the DB statistics). But SAPDBA is strictly dependent on the DB release. So SAPDBA built for Oracle 8.0.6 does NOT run on 8.1.6 and vice versa.
SAP puts the SAPDBATOOLS on the kernel CD that matches the database version shipped. If you are using both, RDBMS and Kernel-CD from the same package, you will not have any problems. But if you use a different RDBMS CD instead (8.1.6 instead of 8.0.6 or vice versa), you will see this error.
Attention: BBP/CRM 2.0B comes with Oracle 8.0.6, but BBR/CRM 2.0B SR 1 and SR 2 comes with 8.1.6!
Solution
NEVER try to copy Oracle DLLs to your machine to solve the problem. You can completely destroy your machine doing so!
You can install all 4.6C and 4.6D based products with both Oracle versions, simply use the correct SAPDBA-tools. If you encounter the error, take the correct RDBMS-CD (the one you used to install Oracle),
open a command prompt and execute the following commands:
cd /d
sapcar -xvf
This will overwrite the SAPDBA-tools that came with the kernel CD with the ones that match your database version.
Then continue the installation, it should work without problems.
If you know that you are installing the SAP System on a different DB version than the one that was in the package, you can avoid running into the error by excuting the commands stated above during the DB load.
Source code corrections
Release Status
Released for Customer
Released on
25.10.2001
Priority
Correction with high priority
Category
Installation information
Primary Component
BC-INS-NT Installation Windows NT
Secondary Components
BC-DB-ORA Oracle
Operating system
NT/ALPHA4.0
Operating system
NT/INTEL4.0
Operating system
NT/INTELWIN2000
Database system
ORACLE 8.0.6
Database system
ORACLE 8.1.5
Database system
ORACLE 8.1.6
Database system
ORACLE 8.1.7
Soft. Component
Release Track
From Release
To Release
And Successors
SAP_APPL
30
31I
31I
SAP_APPL
46C
46C
46C
SAP_BASIS
46C
46D
46D
function download(pObject) {
var url = '/~form/handler?_APP=01100107900000000263&_EVENT=DL_ERROR&STATUS=OBJADD&OBJID=' + pObject;
var winProperties = "width=600,height=400,status=0,menubar=1,"
+ "scrollbars=1,resizable=1,location=0";
newWin = window.open(url,"", winProperties);
}
No correction instruction available
No data available
No related notes available
function formatBytes(pByte) {
var filesize = "";
var tempString = "";
var end = false;
while(end == false){
if (pByte.length > 3) {
tempString = "." + pByte.substring(pByte.length-3, pByte.length);
pByte = pByte.substring(0, pByte.length-3);
filesize = tempString + filesize;
}
else {
tempString = pByte;
filesize = tempString + filesize;
end = true;
}
}
return filesize;
}
No attachments available
SAP Notes / Patches corrected by this Note
No entries available
The following SAP Notes correct this Note / Patch
No entries available

<< Home