Missing database instances in SQLServer:Databases perfmon counters

After creating new databases on a default 2008 R2 instance of SQL Server, the new databases (instances) are missing from the perfmon counters under SQLServer:Databases.
I have tried reloading the perfmon counters using unlodctr with no success. All SQL counters are present and only the new database instances are missing from this specific category.
Querying dm_os_performance_counters also shows the instances are missing.
select instance_name
from sys.dm_os_performance_counters
where object_name = 'SQLServer:Databases'
I have verified that these counters are enabled and they are present and work for all 147 other databases in this SQL instance.
There are no errors in the log.
I am out of ideas and hope someone else has some.
I'm not certain if this is the correct forum category so if I need to post elsewhere, please let me know.
Thanks!

Hi dmosley,
From your description, only newly added database are missing from the perfmon counters. It seems that you encounter the same issue which is described in this
blog. Please perform the following steps to work around this issue.
1. Change the path to the BINN directory of the SQL Server instance you desire to correct.
2. Unload the counters. For a default instance of SQL Server run this command: unlodctr MSSQLSERVER.
3. Check the .ini files by running a command on command prompt: - dir *.ini.
4. Execute lodctr /T:sqlctr.ini .
5. Restart the remote registry and restart the machine.
However, if the issue still persists, please help to collect log information for analysis. You can check the event log for WmiMgmt, PerfLib, PerfCtrs and LoadPerf warning and errors, or use Process Explorer, Process Monitor to gather detailed information.
For more details, please review the following article.
Troubleshooting: SQL Server (2005, 2008) Performance Counter Collection Problems
http://blogs.msdn.com/b/psssql/archive/2009/03/03/troubleshooting-sql-server-2005-2008-performance-counter-collection-problems.aspx
Thanks,
Lydia Zhang
If you have any feedback on our support, please click
here.

Similar Messages

  • Database maintenance for sqlserver database to improve performance

    In our company sqlserver 2008 R2 is working as a project server database.
    I want to know commands for database maintenance.
    Please let me know all command in order which i need to run in sqlserver for database maintenance.
    because i want to increase performance of projectserver 2010.

    Hi John.Eddie,
    For increasing SQL Server performance, you can do full daily backup, transaction log backups, check database integrity, rebuild index and update statistics in database maintenance plan.
     However, you need to note that running "Shrink Database", it causes disk and as well as index fragmentation and leads to performance issues.
    To ensure your database stays healthy and available, there are a few "'must do" tasks. For example:
    1.Remove excessive transaction log file fragmentation.
    2.Set auto-growth correctly.
    3.Turn off any scheduled shrink operations.
    4.Turn on AUTO_CREATE_STATISTICS and AUTO_UPDATE_STATISTICS, plus have a regular process in place to update statistics.
    5.Have a regular process to run DBCC CHECKDB, take full database backups, plus differential and log backups for point-in-time recovery.
    For more information about database maintenance, you can review the following article.
    http://technet.microsoft.com/en-us/magazine/2008.08.database.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • 10g Enterprise Manager is not able to connect to the database instance

    I am running a Oracle 10g database in Solaris 10 server. When i am trying to connect to the enterprise manager it says Enterprise Manager is not able to connect to the database instance.
    The database instance is open,the listener is up and the agent connection also says that it succeeded.
    The server houses two 10g databases and the EM was working properly till yesterday. Kindly Help.
    Thanks in advance.
    Ram

    Hi,
    The EM is started and if i give emctl status dbconsole
    -bash-3.00$ emctl status dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    http://gladiator:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is running
    Logs are generated in directory /db8/ora10gr2/product/10.2.0/Db_4/gladiator_TROY/sysman/log
    it says that the EM is running. But when i am trying to access the URL it is in IE it says Page cannot be displayed what could be the problem for this???
    Thanks in advance.
    Ram

  • Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.

    Dear all,
    I have trouble to connect em console to database instance. My database is 11.2.0.3 and before this I did the patching from version 11.2.0.1, and now i cannot get fully functionality of em console.
    error is:
    Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.
    It shows that agent is connected, database and listener is up.
    I did recreation, dropping and recreating with emca, but no success.
    Did anyone have similar problems with em console?
    Regards,

    You need to first of all, Connect to the Database as SYSDBA (because your were not connected), then start the database (because it is not started).
    If you already used the username and password in the command prompt and you are sure that the database is already stared, then you need to set the ORACLE_SID before you open SQLPlus. This is because if SQLPlus does not know the SID you are connecting to, it simply thinks it is not up or has no service hence the message "Connected to an idle instance".

  • Problem in creating database instance in linux through webtool

    Dear sir
    i got sql erroe ,when i mam trying to creat database instance.i am decrbing steps here from point of start.
    Initially i invke two command
    1:/opt/sdb/programs/bin/x_server
    2:/etc/rc.d/init.d/maxdbweb start
    then i invoke web application as:http://localhost:9999/webdbm
    then i m trying to create DATABASE Instance
    1:specify Database/servaername
         Name     : Test12
         Server   : localhost
         Username : dbm
         Password : dbm
    2:the fill the authetication form as(dbm,dbm,dbm),(dba,dba,dba)
    3:use default and specify data and log space
    4:Then i click "Install" button
    then i got error: "-24988 sql error:"
    plz tell me where i m wrong and tell me any another component ,should i start.

    hi Roland
    the output ofthese command is given
    1. Command: dbmcli db_enum
    <b>OUTPUT</b>
    OK
    TEST12  /opt/sdb/7500   7.5.0.23        fast    offline
    TEST12  /opt/sdb/7500   7.5.0.23        quick   offline
    TEST12  /opt/sdb/7500   7.5.0.23        slow    offline
    2.Command: dbcmli -d Test12 -u dbm,dbm db_state
    <b>OUTPUT</b>
    OK
    State
    OFFLINE
    3.Command: dbcmli -d Test12 -u dbm,dbm db_online
    <b>OUTPUT</b>
    ERR
    -24988,ERR_SQL: sql error
    -8888,connection broken server state 4
    <b>Last Some lines of file :Knldiang.err</b>
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE  
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE   -
    > Symbolic Stack Back Trace <----
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      0: 0x0877601a eo670_CTraceStack +0x001e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9cd20] (0x0,0x0,0x1,0x8776008)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      1: 0x0879448d vabort +0x0039
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9cd50] (0x8add904,0x89282a0,0x89282c2,0x40b9cd78)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      2: 0x08701813 RTE_Crash__FRC20SAPDBErr_MessageList +0x010f
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9cd80] (0x40100001,0x2e5,0x40b9cdc0,0x8701796)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      3: 0x0856eec5 ReadRestartPage__13IOMan_ManageriR18Kernel_RestartPage +0x0261
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9cdc0] (0x40b9d0ec,0x40b9d130,0x0,0x1)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      4: 0x08576e89 bd999ReadRestartPage +0x0075
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d100] (0x408ad608,0x25,0x40b9d130,0x8576e21)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      5: 0x083cbc16 kb57RestoreRestartRecord +0x003e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d140] (0x25,0x8bb5bac,0x40b9d180,0x83cbc06)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      6: 0x08570f5e OpenAllDataVolumes__13IOMan_Manageri +0x003a
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d180] (0x25,0x25,0x0,0x8570f32)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      7: 0x08576b39 bd999AttachAllDataVolumes +0x0029
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d1b0] (0x408ad608,0x25,0x1,0x8576b1d)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      8: 0x08408e8b b01restart_filesystem +0x0057
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d1e0] (0x25,0x40ba5976,0x40b9d220,0x8408e74)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      9: 0x086bd8b5 RestartFilesystem__21Kernel_AdministrationR18tgg00_TransContextb +0x0025
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d220] (0x40ba5954,0x1,0x0,0x86bd89e)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     10: 0x086a86fc RestartPrepare__21Kernel_AdministrationR18tgg00_TransContextQ221Kernel_Administration11RestartKind
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE                    R20SAPDBErr_MessageList +0x0038
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d250] (0x8b473e0,0x40ba5954,0x40b90001,0x86a86e0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     11: 0x086a8e59 RestartIntern__21Kernel_AdministrationR18tgg00_TransContextQ221Kernel_Administration11RestartKindG
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE                    t19SAPDB_Invalidatable2ZUiUi0T3G16Log_IOSequenceNo +0x0061
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d3f0] (0x8b473e0,0x40ba5954,0x0,0x40b9d50c)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     12: 0x086a85ab Restart__21Kernel_AdministrationR18tgg00_TransContextGt19SAPDB_Invalidatable2ZUiUi0T2G16Log_IOSequ
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE                    enceNo +0x0197
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d520] (0x8b473e0,0x40ba5954,0x0,0x0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     13: 0x0853391a gg999Restart +0x004e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d580] (0x8b473e0,0x40ba5954,0x0,0x0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     14: 0x081fd618 ak36restart +0x00e0
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d5d0] (0x40ba5954,0x40b9f6f8,0x40b9f700,0xffffffff)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     15: 0x081fe9cc a36_call_semantic +0x05fc
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9f740] (0x40ba499c,0x40ba3774,0x0,0x81fe3e1)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     16: 0x081efb0f ak35call_semantik +0x0503
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba39b0] (0x40ba499c,0x40ba3a08,0x40ba39ef,0x40ba3a08)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     17: 0x081ef137 a35_asql_statement +0x07d3
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3a30] (0x40ba499c,0x176,0x0,0x81ee972)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     18: 0x083146bc ak92not_only_execute +0x0858
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3ab0] (0x40ba499c,0x40ba52d4,0x0,0x8313e75)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     19: 0x08315516 ak92analyze_messagetype +0x07ce
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3c70] (0x40ba499c,0x40ba3cc8,0x40ba3ccc,0x40ba3dd4)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     20: 0x083161ed a92_mode_analyzer +0x01cd
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3de0] (0x40ba499c,0x0,0x0,0x0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     21: 0x0831aa85 ak93one_command +0x0779
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3ee0] (0x40ba499c,0x0,0x0,0x831a6b4)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     22: 0x0831967d a93_user_commands +0x047d
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba4020] (0x40ba499c,0x1,0x40ba4088,0x1)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     23: 0x0813d9ee ak91run_sql_process +0x00ee
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba40c0] (0x40ba499c,0x40ba40fe,0x40ba40ff,0x813d911)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     24: 0x0813d6c1 ak91run_non_sql_process +0x00bd
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba4510] (0x40ba499c,0x0,0x1,0x813d620)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     25: 0x0813d760 ak91run_user_process +0x0064
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba4550] (0x40ba499c,0x816d2c8,0x0,0x813d70d)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     26: 0x0813dac5 a91mainprogam_with_allocator +0x0041
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5e20] (0x40ba5f14,0x1,0x400e17f0,0x813da91)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     27: 0x0852e6a9 gg941CreateAllocatorAndCallMainprog +0x01e5
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5e50] (0x40ba5f14,0x2,0xffffffff,0x25)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     28: 0x0813da68 a91mainprogram +0x003c
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5ee0] (0x40ba5f14,0x0,0x0,0x813da3c)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     29: 0x087b7b82 en88_CallKernelTaskMain__FP9TASK_TYPE +0x016e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5f80] (0x8add904,0x400d4da0,0x87b8080,0x87b8080)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     30: 0x087b80ae en88_CallCoroutineKernelTaskMain +0x002e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5fb0] (0x50016be0,0x8b93d80,0x0,0x0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE   -
    > End of Stack Back Trace <----
    2005-03-04 16:07:50  4138 ERR 11196 DBCRASH  vabort:Emergency Shutdown, Task: 37

  • DATABASE MANAGER ERROR "-4 database instance not found"

    Hi
    I have installed NNW 2004 ABAP Trial Version and everything seems to be good. SAP GUI is installed and MAX DB too.
    Except, I am unable to "add a database instance" in the Database Manager. The instructions tell me to leave the entries as default (database server: <local> and port: <default>) but then when I click the ADD button up pops the message:
    -4 database instance not found
    I have a 32 bit Intel Atom processor Netbook running Windows 7 with two drives C: and D:. I have tried disabling my antivir with no avail.
    I think the problem could be either:
    A) My installation is on the D drive but the database might be searching for something on the C drive????
    B) There are some "sap" type entries (like 200 of them) in my system32/drivers/etc/services file. One in particular is "sapdp00  3200/tcp" and I know the installation says make sure there are no "3200 ports". I would like to change this and save the file but up pops a message saying "access is denied" even though I have admin rights.
    Any help would be appreciated
    Josh

    Please, any hints or directions would help immensely as I am not a technical expert
    Thanks in advance

  • EM Event: Warning: Database Instance - Agent Down

    Hello,
    while upgrading plugins for the OMS 12 Bundle Patch and applying the BP on the agents, I get a lot of mails with the above subject - namely, one mail by every database instance and every listener running on the host.
    Content of the mail is as follows:
    Host=<hostname>
    Target type=Database Instance
    Target name=<database name>
    Categories=Availability
    Message=Agent Down
    Severity=Warning
    Availability status=Agent Down
    Rule Name=Database Availability and Critical States,Target Availability Event Rule
    Rule Owner=SYSMAN
    Blackout on the host leads to the OMS not being able to do the upgrades - obviously a blacked-out agent is not able to do that. What puzzles me that in the Rule mentioned in the mail, incidents should only be created for the target type being down (i.e. for database instance when database is down, and so on) as one would expect.
    I would rather not blackout all targets on a host EXCEPT the agent as this gets old with our number of hosts and dbs, does anyone know which rule is responsible for the mails and how they could be suppressed temporarily in an efficient way?

    I think Jay was referring to selecting availability events by severity. So in the rule create/edit "Select Events" step you can do the following:
    1. select (event) Type= Target Availability
    2. Leave the radio button in the sub-section at "All events of type Target Availability"
    3. select the check box next to "Severity" right below the Type field
    4. When a subsequent drop down shows up for severity - select "Fatal"
    5. Optionally, check the box next to "Target type" and choose "Database Instance" if your target set includes other targets - this step should not be needed.
    6. Everything else should remain the same.
    Essentially, the "target down" events come with "Fatal" severity and these "agent down" events come with a "Critical" severity. So this is a way to avoid getting the agent down notifications on databases (or any other targets) while getting the genuine target down notifications. Hope this helps.

  • Error while creating database instance during PI instalation

    Hi Team,
    I am in the installation phase of SAP PI with MAXDB as back end.In the
    phase "create database instance" i am facing the following issue
    "An error occurred while processing option SAP EHP1 for SAP NetWeaver
    PI/Mobile/Banking 7.1 > MaxDB > SAP Systems > Process Integration >
    Standard System > Standard System( Last error reported by the step:
    Error during execution of command identifier 'ACTIVATE'"
    Can you help me in resolving this issue at the earliest.Also i have attached
    the sapinst_dev log filke in this incident along with the
    error screenshot
    Thanks,
    Satheesh E

    Target node does not exist and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE      2014-09-08 16:31:08.874 [syxxcnode.cpp:425]
               CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS/__instana_tmp.1.xml, ISyNode::CopyMoveMode_t 0x3)
               lib=syslib module=syslib
    Moved C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS/__instana_tmp.xml to C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS/__instana_tmp.1.xml
    INFO       2014-09-08 16:31:08.905 [synxcpath.cpp:799]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\NW711\ADA\INSTALL\STD\AS\__instana_tmp.xml.
    TRACE      2014-09-08 16:31:10.796 [cstatisticmanager.cpp:2241]
               CStatisticManager::writeInstallationSlanaFile_Intern
    TRACE      2014-09-08 16:31:10.811 [syxxcfile.cpp:85]
               CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS/instslana.1.xml, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const 
               lib=syslib module=syslib
    Target node does not exist and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE      2014-09-08 16:31:10.811 [syxxcnode.cpp:425]
               CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS/instslana.1.xml, ISyNode::CopyMoveMode_t 0x3)
               lib=syslib module=syslib
    Moved C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS/instslana.xml to C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS/instslana.1.xml
    INFO       2014-09-08 16:31:10.811 [synxcfile.cpp:149]
               CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
               lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\NW711\ADA\INSTALL\STD\AS\instslana.xml.
    INFO       2014-09-08 16:31:10.811 [synxcpath.cpp:799]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\NW711\ADA\INSTALL\STD\AS\instslana.xml.
    TRACE      2014-09-08 16:31:10.889
    SAPInst calls the LogInquirer. The output of the LogInquirer can be found in file sapinst_loginquirer.log.
    TRACE      2014-09-08 16:31:15.669 [iaxxgenimp.cpp:638]
                CGuiEngineImp::showMessageBox()
    <html> <head> </head> <body> <p> An error occurred while processing option <i>SAP EHP1 for SAP NetWeaver PI/Mobile/Banking 7.1 > MaxDB > SAP Systems > Process Integration > Standard System > Standard System( Last error reported by the step: Error during execution of command identifier 'ACTIVATE' : <DBMException -24988 ERR_SQL SQL error
    -2014,Identifier too long>)</i>. You can now: </p> <ul> <li> Choose <i>Retry</i><br>to repeat the current step. </li> <li> Choose <i>Log Files</i><br>to get more information about the error. </li> <li> Stop the option and continue later. </li> </ul> <p> Log files are written to C:\Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS. </p> </body></html>
    TRACE      2014-09-08 16:31:15.669 [iaxxgenimp.cpp:1031]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    INFO       2014-09-08 16:31:19.434 [sixxcstepexecute.cpp:1002]
    An error occurred and the user decided to retry the current step: &quot;|NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_ADA_DB|ind|ind|ind|ind|nw_ada_db|0|SdbPreInstanceDialogs|ind|ind|ind|ind|preinstance_dialogs|0|SdbInstanceDialogs|ind|ind|ind|ind|instance_dialogs|0|SDB_INSTANCE_CREATE|ind|ind|ind|ind|instance_create|0|sdb_instance_activate&quot;.
    INFO       2014-09-08 16:31:19.450 [synxccuren.cpp:887]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath & C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS)
               lib=syslib module=syslib
    Working directory changed to C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS.
    TRACE      2014-09-08 16:31:19.465 [syxxcfile.cpp:85]
               CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS/stepLogMessages.2.xml, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const 
               lib=syslib module=syslib
    Target node does not exist and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE      2014-09-08 16:31:19.465 [syxxcnode.cpp:425]
               CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS/stepLogMessages.2.xml, ISyNode::CopyMoveMode_t 0x3)
               lib=syslib module=syslib
    Moved C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS/stepLogMessages.xml to C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS/stepLogMessages.2.xml
    TRACE      2014-09-08 16:31:19.497
    Instantiating new NWUsageTypeBasic
    TRACE      2014-09-08 16:31:19.497
    NWUsageTypeBasic() done
    TRACE      2014-09-08 16:31:19.497
      Call block: SDB_INSTANCE_CREATE_ind_ind_ind_ind
        function: SDB_INSTANCE_CREATE_ind_ind_ind_ind_PreStepPhase_sdb_instance_activate_Preprocess
    is validator: false
    TRACE      2014-09-08 16:31:19.543 [sixxcstepexecute.cpp:839]
    Execution of preprocess block of |NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_ADA_DB|ind|ind|ind|ind|nw_ada_db|0|SdbPreInstanceDialogs|ind|ind|ind|ind|preinstance_dialogs|0|SdbInstanceDialogs|ind|ind|ind|ind|instance_dialogs|0|SDB_INSTANCE_CREATE|ind|ind|ind|ind|instance_create|0|sdb_instance_activate returns TRUE
    TRACE      2014-09-08 16:31:19.575
    Instantiating new NWUsageTypeBasic
    TRACE      2014-09-08 16:31:19.575
    NWUsageTypeBasic() done
    TRACE      2014-09-08 16:31:19.575
      Call block: SDB_INSTANCE_CREATE_ind_ind_ind_ind
        function: SDB_INSTANCE_CREATE_ind_ind_ind_ind_PreStepPhase_sdb_instance_activate
    is validator: false
    TRACE      2014-09-08 16:31:19.621
    WorkDir: C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS
    TRACE      2014-09-08 16:31:19.621
    SdbOperations.callSdbCmdJar() Use java home : C:/Users/EGSAPI~1/AppData/Local/Temp/sapinst_exe.4716.1410173586/jre
    TRACE      2014-09-08 16:31:19.637
    SDB invoking java call:
    C:\Users\EGSAPI~1\AppData\Local\Temp\sapinst_exe.4716.1410173586\jre\bin\java.exe -classpath "C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS\sdb_sl_lib.jar;C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS\sdb_sl_lib_api.jar;C:/Program Files/sapinst_instdir/NW711/ADA/INSTALL/STD/AS\sdb_core.jar" com.sap.sdb.core.main.cmd.SdbCmdMain
    TRACE      2014-09-08 16:31:19.637 [synxcchapp.cpp:275]
               CSyChildApplicationImpl::doStart() lib=syslib module=syslib
    Going to call CreateProcess/CreateProcessAsUser for 'C:\Users\EGSAPI~1\AppData\Local\Temp\sapinst_exe.4716.1410173586\jre\bin\java.exe' now.
    TRACE      2014-09-08 16:31:19.637 [synxcchapp.cpp:575]
               CSyChildApplicationImpl::doStart() lib=syslib module=syslib
    Trying to start C:\Users\EGSAPI~1\AppData\Local\Temp\sapinst_exe.4716.1410173586\jre\bin\java.exe CSySysLibCallsWrapper::syscallwrapper()->__CreateProcess__(NULL, <command line for executable C:\Users\EGSAPI~1\AppData\Local\Temp\sapinst_exe.4716.1410173586\jre\bin\java.exe, NULL, NULL, TRUE, 0x420, NULL, NULL, &StartupInfo, &ProcessInfo)
    TRACE      2014-09-08 16:31:19.637 [synxcchapp.cpp:653]
               CSyChildApplicationImpl::doStart() lib=syslib module=syslib
    A child process has been started. Pid = 4956. Executable name: C:\Users\EGSAPI~1\AppData\Local\Temp\sapinst_exe.4716.1410173586\jre\bin\java.exe
    TRACE      2014-09-08 16:31:19.637

  • How to create a new database instance from an existing one?

    Hi, I basically want to create a snapshot of a production
    instance (version 8.1.7) for querying purposes. Would anyone
    tell me the steps involved? What I did as follows:
    1. Copy all data files to a new location
    2. Modify init.ora accordingly. I believe there is no separate
    control file for this version.
    But when I startup the instance, got this error:
    ORA-01103: database name 'TRITON' in controlfile is not 'HERCULE'
    What is missing? Do these data files contains links to the
    previous instance name?
    Thanks for any help.

    Hi All,
    I need some help in recreating new database instance.
    Here are the steps I have done so far:
    1. Created a database with name 'LASTDB' using DBCA
    2. Connected to RMAN.
    3. RMAN>SET DBID=******; (of the source database)
    4. Connect to target. RMAN>connect target SYS/*****;
    5. Executed controlfile restore on RMAN.
         RMAN>Run{
    Allocate channel D1 Type DISK;
              Set controlfile autobackup format for device type DISK to
    ‘\\<ip_address>\Backup\Prod\%F’;
    Restore controlfile from autobackup;
    6. RMAN> ALTER DATABASE MOUNT;
    Now got an error saying ORA-01103: database name ‘PRODDB' in control file is not ‘LASTDB’
    I tried using NID to change the database name but it's throwing an error that database is not mounted.
    I have browsed a lot and found that I need to recreate a control file of the production database using ALTER DATABASE BACKUP CONTROLFILE TO TRACE and should edit the trace file. But it also says to shutdown the source database which is production database and I cannot try that.
    Also I have tried adding a line to init.ora like lock_space_name = LASTDB. Also tried replacing everything from LASTDB to PRODDB but that didn't work either.
    I have been trying to find a solution to this. Please bear with me as I'm a beginner and please let me know how I can fix the error.
    I am running oracle 10.1.0.2.0 enterprise edition on windows 2000.
    Thanks for your patience,
    KG

  • Connect to Gateway Failed during database instance installation

    Hi All,
    I install Netweaver 2004 (6.4) ABAP stack.
    I've finished the installation of oracle 10.2 and central instance. During the installation of database instance, an error happens when "starting RFC jobs".
    In the logviewer:
    ERROR 2007-07-02 18:37:14
    FRF-00007  Unable to open RFC connection.
    ERROR 2007-07-02 18:37:14
    FRF-00063  RFC logon failed with message: Failed: SAP_CMINIT3 : rc=20 > Connect to SAP gateway failedConnect_PM  GWHOST=MYHOSTNAME, GWSERV=sapgw00, SYSNR=00
    In \program files\sapinst_instdir\<SID>\SYSTEM\ABAP\ORA\UC\DB\dev_rfc.trc:
    ERROR file opened at 20070702 183713 China Standard, SAP-REL 700,0,102 RFC-VER 3 896205 MT-SL
    T:744 Error in program 'sapinst': ======> SAP_CMINIT3 : rc=20 > Connect to SAP gateway failed
    Connect_PM  GWHOST=<b>MYHOSTNAME(>8 characters)</b>, GWSERV=sapgw00, SYSNR=00
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       partner '10.10.10.10:3300' not reached
    TIME        Mon Jul 02 18:37:13 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2770
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     1
    >TS> Mon Jul 02 18:37:14 2007
    T:744 Error in program 'sapinst': ======> SAP_CMINIT3 : rc=20 > Connect to SAP gateway failed
    Connect_PM  GWHOST=MYHOSTNAME GWSERV=sapgw00, SYSNR=00
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       partner '10.10.10.10:3300' not reached
    TIME        Mon Jul 02 18:37:14 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2770
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     2
    In \usr\sap\<SID>\DVEBMGS00\work\dev_rfc.trc:
    errors like this:
    >TS> Mon Jul 02 18:38:05 2007
    T:2284 Error in program 'igsmux': ======> Connect to SAP gateway failed
    Connect_PM  TPNAME=IGS.NW4, GWHOST=MYHOSTNAME, GWSERV=3300
    ERROR       partner '10.10.10.10:3300' not reached
    TIME        Mon Jul 02 18:38:05 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2770
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     52
    About my installation environment:
    Windows XP
    I've enlarged the page file size before installation.
    I've looked up the info from Internet, so I've checked the following:
    Under \system32\driver\etc\hosts
    10.10.10.10  <domainname> <hostname> is configued as a loopback address (I was prompted to use loopback adapter when installing Oracle, because my network adapter uses DHCP)
    Under \system32\driver\etc\services
    sapgw00     3300/tcp     # SAP System Gateway Central Instance Port
    sapgw00s     4800/tcp     # SAP System Gateway Security Port
    I can ping 10.10.10.10 (get response)
    (Any possibility that the installation user can not access 10.10.10.10:3300 ??, I don't know.)
    However, I can't logged on the system, because in the MMC, "disp+work.exe" turns yellow(Dialog Queue standstill) and then becomes gray.
    Some experts in some forums have commented that a long hostname (>8 characters) might be the problem. Is it true?
    (I've not installed the standalone gateway instance yet. ) When do I need to install the gateway instance? Now, I installed as follows: DB software->Central Instance->DB instance.
    Thanks in advance.
    Dennis

    Hi,
    I had a similar error, when installing SAP BW 3.1. on windows 2000 advanced server, oracle 9.2.0.6.
    FRF-00007 Unable to open RFC connection.
    ERROR 2006-12-04 07:03:21
    FRF-00063 RFC logon failed with message: Failed……………………………………
    However this holds good for NW 2004 also.
    To resolve this error you will need to upgrade your SAP kernel level.
    1)     Download the kernel.  i.e.  sapdbexe.sar and sapexe.sar.
    2)     uncar the files sapdbexe.sar and sapexe.sar using the sapcar.exe
    On dos prompt go to the particular directory where u have downloaded the above sar files using "cd" command.
    3)     To Uncar the files use this command on dos prompt
    SAPCAR -xvf <your-SAR-file> to uncar the files.
    4)     shut down sap using the MMC.
    then in  windows services.msc stop saposcol ,stop oracle service sapserviceSID and  and the sapSID_##
    5)     Now just copy the new kernel files you have uncared above into the /usr/sap/SID/exe/run/ directory of your system
    6)     Start the services you stopped and start SAP using the MMC.
    Now you should be able to logon. Sometimes the MMC shows the yellow status due to missing workprocess status. However the system should work fine.
    Manmath Manjunath

  • Unable to get database instances

    I have a custom Java plugin that I had to migrate to a new server. I'm assuming I am missing some configuration somewhere that was present on the old server.
    I am getting this error: com.primavera.integration.client.ClientException: Unable to get database instances.
    I have tested the "demogeneral.cmd" and it seems to login to the database just fine.
    I'm not quite sure what else to test now.

    Not sure if your plugin is running local or remote but I have used this to test remote connections.
    import com.primavera.integration.client.Session;
    import com.primavera.integration.client.EnterpriseLoadManager;
    import com.primavera.integration.client.RMIURL;
    import com.primavera.integration.client.bo.object.Activity;
    import com.primavera.integration.common.DatabaseInstance;
    import com.primavera.integration.client.bo.BOIterator;
    import com.primavera.integration.client.bo.object.Project;
    import java.util.ArrayList;
    public class Main {
    public static void main(String[] args) {
    Session session = null;
    String host = "Bavaria";
    int port = 9099;
    String user = "admin";
    String password = "password";
    String databaseName = "P6Demo";
    String databaseId = "";
    try
    DatabaseInstance[] dbInstances = Session.getDatabaseInstances( RMIURL.getRmiUrl( RMIURL.STANDARD_RMI_SERVICE, host, port ));
    for (DatabaseInstance dbInstance : dbInstances ) {
                        System.out.println(dbInstance.getDatabaseName());
                        System.out.println(dbInstance.getDatabaseId());
                        System.out.println();
                        if (dbInstance.getDatabaseName().equals(databaseName)) {
                             databaseId = dbInstance.getDatabaseId();
                   if (databaseId != "") {
                        session = Session.login( RMIURL.getRmiUrl( RMIURL.STANDARD_RMI_SERVICE, host, port ), databaseId, user, password);
                        System.out.println("Logged In");
    catch ( Exception e )
    System.out.println(e.getMessage());
    finally
    if ( session != null ) session.logout();
    }

  • Windows could not start DBConsole for new database instance

    Hi,
    I am getting this error "Windows could not start the OracleDBConsoleOracleInstance2 on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the system vendor, and refer to service-specific error code 1".
    I installed Oracle 11g on Windows 7 and created my 1st database instance (oracleInstance1) successfully with a listener and service configured. I could access this database using DBconsole URL: https://hostname:1158/em.
    I see the services started for:
    OracleDBConsoleOracleInstance1
    OracleOraDb11g_home1TNSListener
    OracleServiceOracleInstance1
    Next, I created a second database instance (oracleInstance2) and have configured a new service for this database. I am using the same listener as I intend to use one database instance at any point of time.
    However, I got this warning message during configuration:
    "Enterprise manager configuration succeeded with the following warning - Error starting Database Control. Please execute the following command(s).
    1. Set the environment variable ORACLE_UNQNAME to Database unique name.
    2. C:\Oracle\product\11.2.0\dbhome_1\bin\emctl.bat start dbconsole"
    To start the new database console, I stopped the previously running DBConsole, OracleDBConsoleOracle1 and started the new DBConsole OracleDBConsoleOracle2 and get the above error.
    When I try to start dbconsole manually using "emctl dbconsole start", it starts OracleDBConsoleOracle1 instead.
    I changed environment variables ORACLE_SID=oracle2 and ORACLE_UNQNAME=oracle2
    What am I missing here. Please help!
    Thank you.

    968952 wrote:
    Hi,
    I am getting this error "Windows could not start the OracleDBConsoleOracleInstance2 on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the system vendor, and refer to service-specific error code 1".
    I installed Oracle 11g on Windows 7 and created my 1st database instance (oracleInstance1) successfully with a listener and service configured. I could access this database using DBconsole URL: https://hostname:1158/em.
    I see the services started for:
    OracleDBConsoleOracleInstance1
    OracleOraDb11g_home1TNSListener
    OracleServiceOracleInstance1
    Next, I created a second database instance (oracleInstance2) and have configured a new service for this database. I am using the same listener as I intend to use one database instance at any point of time.
    However, I got this warning message during configuration:
    "Enterprise manager configuration succeeded with the following warning - Error starting Database Control. Please execute the following command(s).
    1. Set the environment variable ORACLE_UNQNAME to Database unique name.
    2. C:\Oracle\product\11.2.0\dbhome_1\bin\emctl.bat start dbconsole"
    To start the new database console, I stopped the previously running DBConsole, OracleDBConsoleOracle1
    Why?
    and started the new DBConsole OracleDBConsoleOracle2 and get the above error.
    When I try to start dbconsole manually using "emctl dbconsole start", it starts OracleDBConsoleOracle1 instead.
    I changed environment variables ORACLE_SID=oracle2 and ORACLE_UNQNAME=oracle2
    What am I missing here. Please help!First thing you are missing is showing us what you did. Instead you just described it, and that leaves a lot of room for questions. Copy and paste from a command prompt can work wonders here.
    From a command prompt, enter the following:
    set ORACLE_SID=oracle2
    set ORACLE_UNQNAME=oracle2
    set | sort
    net start
    emctl start dbconsolecopy the entire session, commands and full responses, and paste back here.
    >
    Thank you.Just to take a side road ...
    "I am using the same listener as I intend to use one database instance at any point of time. "
    Doesn't' matter if you use one instance or 100. The listener was DESIGNED to service multiple instances of multiple versions running from multiple homes. It is nothing but a connection broker. A telephone switchboard, if you will. All you need is a single listener, with the default name of LISTENER, running on the default port of 1521. It will handle all the database instances you care to throw at it. More instances than anyone in their right mind would ever put on a single server. Your server will run out of capacity to host additional instances before the listener runs out of capacity to service them. Especially since your 'server' is really just a toy in the Oracle world.

  • How to drop database instance if username/password is lost???

    As the username/password is missing, I am not able to unistall the database studio

    dbmsrv_VIJAY123.prt
    Date       Time     TID(hex)   Typ MsgID      Label    Message
    2008-02-07 14:18:08 0x00001094 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-07 14:18:08): PID 5312 on computer VIJAY123
    2008-02-07 14:18:08 0x00001094 INF        283 DBMSrv   command inst_reg
    2008-02-07 14:18:24 0x00001094 INF        226 DBMSrv   DBM Server client disconnected: PID 5312 on computer VIJAY123
    2008-02-07 14:33:28 0x000005dc INF        216 DBMSrv   DBM Server client connection (established at 2008-02-07 14:33:28): PID 5040 on computer VIJAY123
    2008-02-07 14:33:28 0x000005dc INF        283 DBMSrv   command db_create -a...
    2008-02-07 14:33:29 0x000005dc INF        226 DBMSrv   DBM Server client disconnected: PID 5040 on computer VIJAY123
    2008-02-07 14:33:29 0x0000154c INF        416 DBMSrv   Rundirectory  does not exist.
    2008-02-07 14:33:29 0x0000154c INF        216 DBMSrv   DBM Server client connection (established at 2008-02-07 14:33:29): PID 5040 on computer VIJAY123
    2008-02-07 14:33:29 0x0000154c WRN        400 DBMSrv   Usage of the old name 'RUNDIRECTORY' for parameter 'RunDirectoryPath'
    2008-02-07 14:33:29 0x0000154c WRN        400 DBMSrv   Usage of the old name 'INSTANCE_TYPE' for parameter 'InstanceType'
    2008-02-07 14:33:29 0x0000154c INF        283 DBMSrv   command auto_extend show
    2008-02-07 14:33:29 0x0000154c INF        283 DBMSrv   command auto_update_statistics show
    2008-02-07 14:33:30 0x0000154c INF        283 DBMSrv   command param_put SESSION_TIMEOUT "0"
    2008-02-07 14:33:30 0x0000154c WRN        400 DBMSrv   Usage of the old name 'SESSION_TIMEOUT' for parameter 'SessionTimeout'
    2008-02-07 14:33:30 0x0000154c INF        283 DBMSrv   command param_directput _UNICODE "YES"
    2008-02-07 14:33:30 0x0000154c WRN        400 DBMSrv   Usage of the old name '_UNICODE' for parameter 'DeprecatedParameter22'
    2008-02-07 14:33:30 0x0000154c INF        283 DBMSrv   command param_put CACHE_SIZE "2500"
    2008-02-07 14:33:30 0x0000154c WRN        400 DBMSrv   Usage of the old name 'CACHE_SIZE' for parameter 'CacheMemorySize'
    2008-02-07 14:33:30 0x0000154c INF        283 DBMSrv   command param_put SERVERDBFOR_SAP "NO"
    2008-02-07 14:33:30 0x0000154c WRN        400 DBMSrv   Usage of the old name '_SERVERDB_FOR_SAP' for parameter 'UseExtendedOracleSQLMode'
    2008-02-07 14:33:30 0x0000154c INF        283 DBMSrv   command param_put MAXDATAVOLUMES "64"
    2008-02-07 14:33:30 0x0000154c INF        283 DBMSrv   command param_put XP_MAXPAGER "3"
    2008-02-07 14:33:30 0x0000154c WRN        400 DBMSrv   Usage of the old name 'XP_MAXPAGER' for parameter 'DeprecatedParameter21'
    2008-02-07 14:33:30 0x0000154c INF        283 DBMSrv   command param_put MAXUSERTASKS "10"
    2008-02-07 14:33:30 0x0000154c INF        283 DBMSrv   command param_checkall EXTENDED
    2008-02-07 14:33:30 0x0000154c INF        283 DBMSrv   command param_commitsession NOCLOSE
    2008-02-07 14:33:39 0x0000154c INF        283 DBMSrv   command param_addvolume 1 DATA "D:\MAXDB_DATA\SAMPLE\data\DISKD0001" F 32768
    2008-02-07 14:33:39 0x0000154c INF        283 DBMSrv   command param_addvolume 1 LOG "D:\MAXDB_DATA\SAMPLE\log\DISKL001" F 6400 1
    2008-02-07 14:33:40 0x0000154c INF        283 DBMSrv   command db_admin -f
    2008-02-07 14:34:12 0x000014c0 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-07 14:34:09): PID 5040 on computer VIJAY123
    2008-02-07 14:34:12 0x000014c0 INF        161 DBMSrv   database SAMPLE is no longer registered, no commands can be executed
    2008-02-07 14:34:12 0x000014c0 INF        226 DBMSrv   DBM Server client disconnected: PID 5040 on computer VIJAY123
    2008-02-07 14:36:36 0x0000171c INF        216 DBMSrv   DBM Server client connection (established at 2008-02-07 14:36:36): PID 788 on computer VIJAY123
    2008-02-07 14:36:36 0x0000171c INF        283 DBMSrv   command db_create -a...
    2008-02-07 14:36:37 0x0000171c INF        226 DBMSrv   DBM Server client disconnected: PID 788 on computer VIJAY123
    2008-02-07 14:36:37 0x000015ac INF        416 DBMSrv   Rundirectory  does not exist.
    2008-02-07 14:36:37 0x000015ac INF        216 DBMSrv   DBM Server client connection (established at 2008-02-07 14:36:37): PID 788 on computer VIJAY123
    2008-02-07 14:36:37 0x000015ac WRN        400 DBMSrv   Usage of the old name 'RUNDIRECTORY' for parameter 'RunDirectoryPath'
    2008-02-07 14:36:37 0x000015ac WRN        400 DBMSrv   Usage of the old name 'INSTANCE_TYPE' for parameter 'InstanceType'
    2008-02-07 14:36:37 0x000015ac INF        283 DBMSrv   command auto_extend show
    2008-02-07 14:36:37 0x000015ac INF        283 DBMSrv   command auto_update_statistics show
    2008-02-07 14:36:37 0x000015ac INF        283 DBMSrv   command param_put SESSION_TIMEOUT "0"
    2008-02-07 14:36:37 0x000015ac WRN        400 DBMSrv   Usage of the old name 'SESSION_TIMEOUT' for parameter 'SessionTimeout'
    2008-02-07 14:36:37 0x000015ac INF        283 DBMSrv   command param_directput _UNICODE "YES"
    2008-02-07 14:36:37 0x000015ac WRN        400 DBMSrv   Usage of the old name '_UNICODE' for parameter 'DeprecatedParameter22'
    2008-02-07 14:36:37 0x000015ac INF        283 DBMSrv   command param_put CACHE_SIZE "2500"
    2008-02-07 14:36:37 0x000015ac WRN        400 DBMSrv   Usage of the old name 'CACHE_SIZE' for parameter 'CacheMemorySize'
    2008-02-07 14:36:37 0x000015ac INF        283 DBMSrv   command param_put SERVERDBFOR_SAP "NO"
    2008-02-07 14:36:37 0x000015ac WRN        400 DBMSrv   Usage of the old name '_SERVERDB_FOR_SAP' for parameter 'UseExtendedOracleSQLMode'
    2008-02-07 14:36:37 0x000015ac INF        283 DBMSrv   command param_put MAXDATAVOLUMES "64"
    2008-02-07 14:36:37 0x000015ac INF        283 DBMSrv   command param_put XP_MAXPAGER "3"
    2008-02-07 14:36:37 0x000015ac WRN        400 DBMSrv   Usage of the old name 'XP_MAXPAGER' for parameter 'DeprecatedParameter21'
    2008-02-07 14:36:37 0x000015ac INF        283 DBMSrv   command param_put MAXUSERTASKS "10"
    2008-02-07 14:36:37 0x000015ac INF        283 DBMSrv   command param_checkall EXTENDED
    2008-02-07 14:36:37 0x000015ac INF        283 DBMSrv   command param_commitsession NOCLOSE
    2008-02-07 14:36:47 0x000015ac INF        283 DBMSrv   command param_addvolume 1 DATA "D:\MAXDB_DATA\MAXDB1\data\DISKD0001" F 32768
    2008-02-07 14:36:47 0x000015ac INF        283 DBMSrv   command param_addvolume 1 LOG "D:\MAXDB_DATA\MAXDB1\log\DISKL001" F 6400 1
    2008-02-07 14:36:48 0x000015ac INF        283 DBMSrv   command db_admin -f
    2008-02-07 14:39:42 0x00000e64 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-07 14:39:42): PID 4316 on computer VIJAY123
    2008-02-07 14:39:42 0x00000e64 INF        283 DBMSrv   command db_create -a...
    2008-02-07 14:39:43 0x00000e64 INF        226 DBMSrv   DBM Server client disconnected: PID 4316 on computer VIJAY123
    2008-02-07 14:39:43 0x00001298 INF        416 DBMSrv   Rundirectory  does not exist.
    2008-02-07 14:39:43 0x00001298 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-07 14:39:43): PID 4316 on computer VIJAY123
    2008-02-07 14:39:43 0x00001298 WRN        400 DBMSrv   Usage of the old name 'RUNDIRECTORY' for parameter 'RunDirectoryPath'
    2008-02-07 14:39:43 0x00001298 WRN        400 DBMSrv   Usage of the old name 'INSTANCE_TYPE' for parameter 'InstanceType'
    2008-02-07 14:39:43 0x00001298 INF        283 DBMSrv   command auto_extend show
    2008-02-07 14:39:43 0x00001298 INF        283 DBMSrv   command auto_update_statistics show
    2008-02-07 14:39:44 0x00001298 INF        283 DBMSrv   command param_put SESSION_TIMEOUT "0"
    2008-02-07 14:39:44 0x00001298 WRN        400 DBMSrv   Usage of the old name 'SESSION_TIMEOUT' for parameter 'SessionTimeout'
    2008-02-07 14:39:44 0x00001298 INF        283 DBMSrv   command param_directput _UNICODE "YES"
    2008-02-07 14:39:44 0x00001298 WRN        400 DBMSrv   Usage of the old name '_UNICODE' for parameter 'DeprecatedParameter22'
    2008-02-07 14:39:44 0x00001298 INF        283 DBMSrv   command param_put CACHE_SIZE "2500"
    2008-02-07 14:39:44 0x00001298 WRN        400 DBMSrv   Usage of the old name 'CACHE_SIZE' for parameter 'CacheMemorySize'
    2008-02-07 14:39:44 0x00001298 INF        283 DBMSrv   command param_put SERVERDBFOR_SAP "NO"
    2008-02-07 14:39:44 0x00001298 WRN        400 DBMSrv   Usage of the old name '_SERVERDB_FOR_SAP' for parameter 'UseExtendedOracleSQLMode'
    2008-02-07 14:39:44 0x00001298 INF        283 DBMSrv   command param_put MAXDATAVOLUMES "64"
    2008-02-07 14:39:44 0x00001298 INF        283 DBMSrv   command param_put XP_MAXPAGER "3"
    2008-02-07 14:39:44 0x00001298 WRN        400 DBMSrv   Usage of the old name 'XP_MAXPAGER' for parameter 'DeprecatedParameter21'
    2008-02-07 14:39:44 0x00001298 INF        283 DBMSrv   command param_put MAXUSERTASKS "10"
    2008-02-07 14:39:44 0x00001298 INF        283 DBMSrv   command param_checkall EXTENDED
    2008-02-07 14:39:44 0x00001298 INF        283 DBMSrv   command param_commitsession NOCLOSE
    2008-02-07 14:39:55 0x00001298 INF        283 DBMSrv   command param_addvolume 1 DATA "D:\MAXDB_DATA\SAMPLE\data\DISKD0001" F 32768
    2008-02-07 14:39:56 0x00001298 INF        283 DBMSrv   command param_addvolume 1 LOG "D:\MAXDB_DATA\SAMPLE\log\DISKL001" F 6400 1
    2008-02-07 14:39:56 0x00001298 INF        283 DBMSrv   command db_admin -f
    2008-02-07 16:11:41 0x000010b8 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-07 16:11:40): PID 5432 on computer VIJAY123
    2008-02-07 16:11:41 0x000010b8 ERR     -24977 DBMSrv   ERR_COMMAND: Unknown DBM command "\h"
    2008-02-07 16:11:41 0x000010b8 INF        226 DBMSrv   DBM Server client disconnected: PID 5432 on computer VIJAY123
    2008-02-07 16:12:45 0x000016e8 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-07 16:12:45): PID 5988 on computer VIJAY123
    2008-02-07 16:12:45 0x000016e8 ERR     -24977 DBMSrv   ERR_COMMAND: Unknown DBM command "db_enumremove"
    2008-02-07 16:12:45 0x000016e8 INF        226 DBMSrv   DBM Server client disconnected: PID 5988 on computer VIJAY123
    2008-02-07 16:12:48 0x000014f4 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-07 16:12:48): PID 808 on computer VIJAY123
    2008-02-07 16:12:48 0x000014f4 INF        283 DBMSrv   command db_enum ...
    2008-02-07 16:12:48 0x000014f4 ERR     -24642 DBMSrv   ERR_ANALYZECMD: Could not analyze the parameters of the current command "db_enum".
                        0x000014f4 ERR     -24641 DBMSrv   ERR_CMDSYNTAX: The given arguments do not match to the syntax of the command.
    2008-02-07 16:12:48 0x000014f4 INF        226 DBMSrv   DBM Server client disconnected: PID 808 on computer VIJAY123
    2008-02-07 16:12:58 0x00000e40 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-07 16:12:58): PID 5004 on computer VIJAY123
    2008-02-07 16:12:58 0x00000e40 ERR     -24977 DBMSrv   ERR_COMMAND: Unknown DBM command "db_rem"
    2008-02-07 16:12:58 0x00000e40 INF        226 DBMSrv   DBM Server client disconnected: PID 5004 on computer VIJAY123
    2008-02-07 16:34:02 0x000007b4 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-07 16:34:02): PID 752 on computer VIJAY123
    2008-02-07 16:34:02 0x000007b4 INF        283 DBMSrv   command db_reg DB...
    2008-02-07 16:34:02 0x000007b4 ERR     -24953 DBMSrv   ERR_DBEXIST: Database instance SAMPLE already exists
    2008-02-07 16:34:02 0x000007b4 INF        226 DBMSrv   DBM Server client disconnected: PID 752 on computer VIJAY123
    2008-02-11 11:47:43 0x00000ad0 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-11 11:47:38): PID 5220 on computer VIJAY123
    2008-02-11 11:47:43 0x00000ad0 ERR     -24977 DBMSrv   ERR_COMMAND: Unknown DBM command "dbmstop"
    2008-02-11 11:48:16 0x00000ad0 ERR     -24977 DBMSrv   ERR_COMMAND: Unknown DBM command "dbmstop"
    2008-02-11 11:49:22 0x00000ad0 ERR     -24977 DBMSrv   ERR_COMMAND: Unknown DBM command "dbmdrop"
    2008-02-11 11:49:28 0x00000ad0 ERR     -24977 DBMSrv   ERR_COMMAND: Unknown DBM command "dbmdrop"
    2008-02-11 11:49:29 0x00000ad0 INF        226 DBMSrv   DBM Server client disconnected: PID 5220 on computer VIJAY123
    2008-02-11 16:51:58 0x00001164 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-11 16:51:58): PID 5284 on computer VIJAY123
    2008-02-11 16:51:58 0x00001164 INF        283 DBMSrv   command db_create -a...
    2008-02-11 16:51:58 0x00001164 INF        226 DBMSrv   DBM Server client disconnected: PID 5284 on computer VIJAY123
    2008-02-11 16:51:58 0x00001274 INF        416 DBMSrv   Rundirectory  does not exist.
    2008-02-11 16:51:59 0x00001274 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-11 16:51:58): PID 5284 on computer VIJAY123
    2008-02-11 16:51:59 0x00001274 WRN        400 DBMSrv   Usage of the old name 'RUNDIRECTORY' for parameter 'RunDirectoryPath'
    2008-02-11 16:51:59 0x00001274 WRN        400 DBMSrv   Usage of the old name 'INSTANCE_TYPE' for parameter 'InstanceType'
    2008-02-11 16:51:59 0x00001274 INF        283 DBMSrv   command auto_extend show
    2008-02-11 16:51:59 0x00001274 INF        283 DBMSrv   command auto_update_statistics show
    2008-02-11 16:51:59 0x00001274 INF        283 DBMSrv   command param_put SESSION_TIMEOUT "0"
    2008-02-11 16:51:59 0x00001274 WRN        400 DBMSrv   Usage of the old name 'SESSION_TIMEOUT' for parameter 'SessionTimeout'
    2008-02-11 16:51:59 0x00001274 INF        283 DBMSrv   command param_directput _UNICODE "YES"
    2008-02-11 16:51:59 0x00001274 WRN        400 DBMSrv   Usage of the old name '_UNICODE' for parameter 'DeprecatedParameter22'
    2008-02-11 16:51:59 0x00001274 INF        283 DBMSrv   command param_put CACHE_SIZE "2500"
    2008-02-11 16:51:59 0x00001274 WRN        400 DBMSrv   Usage of the old name 'CACHE_SIZE' for parameter 'CacheMemorySize'
    2008-02-11 16:51:59 0x00001274 INF        283 DBMSrv   command param_put SERVERDBFOR_SAP "NO"
    2008-02-11 16:51:59 0x00001274 WRN        400 DBMSrv   Usage of the old name '_SERVERDB_FOR_SAP' for parameter 'UseExtendedOracleSQLMode'
    2008-02-11 16:51:59 0x00001274 INF        283 DBMSrv   command param_put MAXDATAVOLUMES "64"
    2008-02-11 16:51:59 0x00001274 INF        283 DBMSrv   command param_put XP_MAXPAGER "3"
    2008-02-11 16:51:59 0x00001274 WRN        400 DBMSrv   Usage of the old name 'XP_MAXPAGER' for parameter 'DeprecatedParameter21'
    2008-02-11 16:51:59 0x00001274 INF        283 DBMSrv   command param_put MAXUSERTASKS "10"
    2008-02-11 16:51:59 0x00001274 INF        283 DBMSrv   command param_checkall EXTENDED
    2008-02-11 16:51:59 0x00001274 INF        283 DBMSrv   command param_commitsession NOCLOSE
    2008-02-11 16:52:08 0x00001274 INF        283 DBMSrv   command param_addvolume 1 DATA "D:\MAXDB_DATA\MAXDB2\data\DISKD0001" F 32768
    2008-02-11 16:52:08 0x00001274 INF        283 DBMSrv   command param_addvolume 1 LOG "D:\MAXDB_DATA\MAXDB2\log\DISKL001" F 6400 1
    2008-02-11 16:52:09 0x00001274 INF        283 DBMSrv   command db_admin -f
    2008-02-11 16:56:58 0x00001464 ERR     -24590 DBMSrv   ERR_REPLY_SHMCHANNEL: Error delivering DBM server reply
                        0x00001464 ERR     -24832 DBMSrv   ERR_SHMNOTAVAILABLE: Shared memory not available
    2008-02-12 11:54:10 0x00000ddc INF        216 DBMSrv   DBM Server client connection (established at 2008-02-12 11:54:08): PID 664 on computer VIJAY123
    2008-02-12 11:54:11 0x00000ddc INF        161 DBMSrv   database SAMPLE is no longer registered, no commands can be executed
    2008-02-12 11:54:11 0x00000ddc INF        226 DBMSrv   DBM Server client disconnected: PID 664 on computer VIJAY123
    2008-02-12 12:08:39 0x000012bc INF        216 DBMSrv   DBM Server client connection (established at 2008-02-12 12:08:37): PID 556 on computer VIJAY123
    2008-02-12 12:08:39 0x000012bc INF        161 DBMSrv   database MAXDB1 is no longer registered, no commands can be executed
    2008-02-12 12:08:39 0x000012bc INF        226 DBMSrv   DBM Server client disconnected: PID 556 on computer VIJAY123
    2008-02-12 16:16:43 0x00001334 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-12 16:16:43): PID 3532 on computer VIJAY123
    2008-02-12 16:16:43 0x00001334 INF        283 DBMSrv   command db_reg DB...
    2008-02-12 16:16:43 0x00001334 ERR     -24953 DBMSrv   ERR_DBEXIST: Database instance MAXDB2 already exists
    2008-02-12 16:16:43 0x00001334 INF        226 DBMSrv   DBM Server client disconnected: PID 3532 on computer VIJAY123
    2008-02-12 16:18:37 0x00001024 INF        216 DBMSrv   DBM Server client connection (established at 2008-02-12 16:18:03): PID 3760 on computer VIJAY123
    2008-02-12 16:18:37 0x00001024 ERR     -24977 DBMSrv   ERR_COMMAND: Unknown DBM command "-d"
    2008-02-12 16:18:47 0x00001024 ERR     -24977 DBMSrv   ERR_COMMAND: Unknown DBM command "dbmdrop"
    2008-02-12 16:18:56 0x00001024 ERR     -24977 DBMSrv   ERR_COMMAND: Unknown DBM command "maxdb2"
    2008-02-12 16:19:10 0x00001024 INF        226 DBMSrv   DBM Server client disconnected: PID 3760 on computer VIJAY123
    dbmcli db_enum
    OK
    MAXDB2  D:\Program_Files\SDB\programs\DatabaseStudio\utilities  7.7.03.23       fast    running
    dbmcli inst_enum
    OK
    xinstinfo MAXDB2
    IndepData           : D:\MAXDB_DATA
    IndepPrograms       : D:\Program_Files\SDB\programs
    InstallationPath    : D:\Program_Files\SDB\programs\DatabaseStudio\utilities
    Kernelversion       : KERNEL    7.7.03   BUILD 023-123-174-368
    Rundirectory        : D:\MAXDB_DATA\wrk\MAXDB2
    sdbregview -l
    Server Utilities             d:/program_files/sdb/programs                             7.7.03.23    32 bit    valid
    Database Studio Utilities    d:/program_files/sdb/programs/databasestudio/utilities    7.7.03.23              valid
    Database Studio              d:/program_files/sdb/programs                             7.7.03.23              valid
    Base                         d:/program_files/sdb/programs                             7.7.03.23    32 bit    valid
    After renaming the files accordingly
    D:\Program_Files\SDB\programs\DatabaseStudio\utilities\pgm>dbmdrop maxdb2
    The MaxDB Database Dropper, Version 7.7.03.23
    Copyright 2000-2008 by SAP AG
    ERR
    -24960,ERR_DBRUN: Database instance is running
    Error: Error while calling dbmcli
    "D:\Program_Files\SDB\programs\pgm\dbmcli"  -d maxdb2 -u , db_drop
    D:\Program_Files\SDB\programs\DatabaseStudio\utilities\pgm>"D:\Program_Files\SDB\programs\pgm\dbmcli"  -d maxdb2 -u DBADMIN,abcd db_drop
    ERR
    -24960,ERR_DBRUN: Database instance is running

  • RFC Connection Error during Web AS ABAP Database Instance

    I keep getting RFC Connection error installing the database instance.  The following are the pertinent logs:
    INFO 2007-05-09 20:10:04
    Working directory changed to C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\MSS\UC\DB.
    INFO 2007-05-09 20:10:04
    Output of C:\usr\sap\X22\SYS\exe\run\r3trans.exe -u 1 -i "C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\MSS\UC\DB\mssprocs640.dat" is written to the logfile r3trans.exe.log.
    INFO 2007-05-09 20:10:22
    Execution of the command "C:\usr\sap\X22\SYS\exe\run\r3trans.exe -u 1 -i "C:\Program Files\sapinst_instdir\NW04\SYSTEM\ABAP\MSS\UC\DB\mssprocs640.dat"" finished with return code 0. Output: This is C:\usr\sap\X22\SYS\exe\run\r3trans.exe version 6.13 (release 640 - 03.06.05 - 17:04:00).unicode enabled versionC:\usr\sap\X22\SYS\exe\run\r3trans.exe finished (0000).
    INFO 2007-05-09 20:12:23
    RFC parameter CLIENT set to value 000.
    INFO 2007-05-09 20:12:23
    RFC parameter USER set to value DDIC.
    INFO 2007-05-09 20:12:23
    RFC parameter LCHECK set to value 1.
    INFO 2007-05-09 20:12:23
    RFC parameter PCS set to value 1.
    INFO 2007-05-09 20:12:23
    RFC parameter LANG set to value EN.
    INFO 2007-05-09 20:12:23
    RFC parameter ASHOST set to value cix22.
    INFO 2007-05-09 20:12:23
    RFC parameter SYSNR set to value 00.
    INFO 2007-05-09 20:12:23
    RFC connection information checked successfully.
    ERROR 2007-05-09 20:12:24
    FRF-00007  Unable to open RFC connection.
    I tried the following fixes spread across different threads in this Expert Forums:
    1. Someone said network problem.  I rebooted, restarted the install and even redo it. 
    2.  Another suggestion was to use caps on the password.  Didnt work.
    3.  One suggestion was to update the keydb.xml file.  However, I could find such property name:
    search for the table t_SAPComponent_SAPSystemLogon_SHARED
    then look for <fld name="pPW">, <properties>,
    <property name ="GUIENG_USER_INPUT" and set the value
    "GUINEG_TRUE" to "GUIENG_FALSE".
    4. I even used the ddic password 19920706 which is supposed to be the default.
    5. Restarted the instance and applied all the fixes above.
    Does anyone know what is going on base on the logs above?  Thanks.

    try moving all your install disk onto local file system then rerun the install. That might work....

  • Problem with database instance installation

    Hi@all,
    I'm dealing with the installation of the sap solution manager 3.2 SR1.
    The platform is a win 2000 server, I use Oracle as the database.
    Oracle was installed successfully and the installation of the central instance terminated without errors.
    Now I try to install the next step, the database instance.
    I always choosed the standard parameters, except for I choosed no domain installation and unchecked using SLD.
    Nevertheless, the installation procedure stops at step 16 with the following error log entry (partially translated from german to english):
    System call failed. Error 1332 (Allocations of account names and safety identifications were not accomplished.
    ) in execution of system call 'LookupAccountName' with parameter (NULL, Administrators, ...), line (305) in file (synxcaccmg.cpp).
    I've attached the full logfille here.
    Looks like sapinst cannot get the system user parameters?
    How could I solve this? Any idea?

    This was the clue
    I read through the whole planning and preparation tutorial and through the preinstallation and installation tutorial.
    There's no recommondation to have the english os version installed.
    But better such an easy problem instead of a difficult one
    Thanks a lot!

Maybe you are looking for