by oldsapguru on Mon Feb 19, 2007 2:39 pm
Are you doing a new install or doing a system migration by reload? If you are doing a reload, change file CONTROL.XML:
old:
kdb.remove("tORA_DbServerDirectories_context", "WHERE dbSid = ''")
if (installer.getGlobalParameter("MigType") != "OBR" &&
installer.getGlobalParameter("MigType") != "RLD" )
new:
kdb.remove("tORA_DbServerDirectories_context", "WHERE dbSid = ''")
if (installer.getGlobalParameter("MigType") != "OBR" )
If you are doing a new install, did you install your Oracle database software using sapserver.cmd command and not setup.exe?
Jo Spencer
Basis Manager