New database creation no longer generating OracleDBConsole SID service

Environment:
Windows 2K Server, Oracle 10.2.0
I created two instances last week on the system, and the two DBConsole services got created fine. This week, when I create another instance, the DBConsole service never gets created.
Running the DBCU, I get to 85% when the process just goes away. There's nothing in the emConfig.log indicating what the problem may be, it just stops.
The instance itself was created fine, it's just the DBConsole service never gets created.
I tried emca -deconfig dbcontrol db -repos drop suggested in another thread, but get an exception:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x7C3
50513
Function=wcsncpy+0x14
Library=E:\oracle\product\10.2.0\db_2\bin\MSVCR71.dll

Hi;
Error: ORA 205
Text: error in identifying control file <name>
Cause: The system could not find a control file of the specified name and
size.
Action: Either
Check that the proper control filename is referenced in the
CONTROL_FILES initialization parameter in the initialization parameter
file and try again.
When using mirrored control files, that is, more than one control file
is referenced in the initialization parameter file, remove the control
filename listed in the message from the initialization parameter file
and restart the instance.
If the message does not recur, remove the problem control file from
the initialization parameter file and create another copy of the
control file with a new filename in the initialization parameter file.
Regard
Helios

Similar Messages

  • Problem in new database creation with the help of online  backup

    Dear dba's
    i am using oracle 11gR2 database in windows server 2003. database is running in ARCHIVE LOG mode.
    i have taken an online backup of all datafile,controlfile and spfile.Then i crated folders in all the locations as required for new database.
    then i registerd the service of new database named as 'newdb' by
    oradim -NEW -SID newdb
    then i created a password file manually in 'oracle_home\database' location.
    i created a new contolfile named as controlfile_01.ctl. the content of controlfile as follows
    STARTUP NOMOUNT
    CREATE CONTROLFILE SET DATABASE "NEWDB" NORESETLOGS ARCHIVELOG
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    MAXINSTANCES 8
    MAXLOGHISTORY 292
    LOGFILE
    GROUP 1 (
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\ONLINELOG\O1_MF_1_7FK0XG7B_.LOG',
    'D:\APP\ADMINISTRATOR\FLASH_RECOVERY_AREA\NEWDB\ONLINELOG\O1_MF_1_7FK0XHWB_.LOG'
    ) SIZE 50M,
    GROUP 2 (
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\ONLINELOG\O1_MF_2_7FK0XKB8_.LOG',
    'D:\APP\ADMINISTRATOR\FLASH_RECOVERY_AREA\NEWDB\ONLINELOG\O1_MF_2_7FK0XM0Z_.LOG'
    ) SIZE 50M,
    GROUP 3 (
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\ONLINELOG\O1_MF_3_7FK0XNOZ_.LOG',
    'D:\APP\ADMINISTRATOR\FLASH_RECOVERY_AREA\NEWDB\ONLINELOG\O1_MF_3_7FK0XOWB_.LOG'
    ) SIZE 50M
    DATAFILE
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_SYSTEM_7FK0SKN0_.DBF',
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_SYSAUX_7FK0SKPG_.DBF',
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_UNDOTBS1_7FK0SKTC_.DBF',
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_USERS_7FK0SKWB_.DBF',
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_EXAMPLE_7FK0Z5LK_.DBF',
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\MARSH.DBF',
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\JOMARSH.DBF'
    CHARACTER SET AL32UTF8
    the control file path was registered in pfile also.
    then i brought the database to nomount stage.
    the problem is when i try to mount database it shows following error. anyone can help me to over come from this issue????????
    SQL> startup pfile='D:\app\Administrator\product\11.1.0\db_1\database\INITnewdb.ora' nomount;
    ORACLE instance started.
    Total System Global Area 535662592 bytes
    Fixed Size 1334380 bytes
    Variable Size 301990804 bytes
    Database Buffers 226492416 bytes
    Redo Buffers 5844992 bytes
    SQL> ALTER DATABASE MOUNT;
    ALTER DATABASE MOUNT
    ERROR at line 1:
    ORA-00205: error in identifying control file, check alert log for more info
    the alert massage is:
    ORA-00210: cannot open the specified control file
    ORA-00202: control file: 'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\CONTROLFILE\CONTROLFILE_01.CTL'
    ORA-27048: skgfifi: file header information is invalid
    OSD-04001: invalid logical block size (OS 1413563730)
    Fri Dec 09 13:11:59 2011
    Checker run found 1 new persistent data failures
    ORA-205 signalled during: ALTER DATABASE MOUNT...
    Thanks & Regards,
    John Marshal.A

    Hi;
    Error: ORA 205
    Text: error in identifying control file <name>
    Cause: The system could not find a control file of the specified name and
    size.
    Action: Either
    Check that the proper control filename is referenced in the
    CONTROL_FILES initialization parameter in the initialization parameter
    file and try again.
    When using mirrored control files, that is, more than one control file
    is referenced in the initialization parameter file, remove the control
    filename listed in the message from the initialization parameter file
    and restart the instance.
    If the message does not recur, remove the problem control file from
    the initialization parameter file and create another copy of the
    control file with a new filename in the initialization parameter file.
    Regard
    Helios

  • New database creation problem

    While we are trying to create new database in test server it getting below error.
    Error:

    Hello,
    There may be session accessing the model database, and that prevents the creation of the new database. This is by design; an exclusive lock is required on model database by SQL Server, since it needs to create the new database from a copy of the model database.
    Run the sp_who2 to know which session has opening the model database.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • New database creation

    Does anyone know if it is possible to create a new database in a new location other than the one specified by {ORACLE_BASE} ?

    Absolutly. If you are using DBCA you can either change the definition of ORACLE_BASE, or edit the file paths in the wizard. Alternatively, you could create a script to create the database and not use DBCA at all.

  • New database creation in 10g RAC

    Hi,
    I'm trying to create a new database using DBCA in 2 node RAC cluster. When I select custom database and the password for sys and system users. In the next screen I select ASM and it is asking for password. When i give the password which i entered before for sys and system, it is not taking. Even i tried different password but getting an error password for user SYS is not valid. Any idea what the issue is?
    Thanks

    You must have created an ASM instance prior to creating the database. DBCA won't create an ASM instance alongside with a database.
    As the ASM instance apparently doesn't exist, you can't connect to it,
    Create an ASM instance first.
    Sybrand Bakker
    Senior Oracle DBA

  • 805 new database creation

    Hi,
    I created a new 805 database(abc) on unix.(and ran catalog,catproc also).
    SVRMGR> select status from v$instance;
    STATUS
    OPEN
    but ....
    $ sqlplus system/mgr@abc
    SQL*Plus: Release 8.0.5.0.0 - Production on Wed Sep 14 15:46:19 2005
    (c) Copyright 1998 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    Can any one give suggestion plz..
    Thank you in advance.

    Bhoopal,
    If you have an access to metalink, I advise to read metalink note 131277.1 ORA-01403 during Database Startup.
    Here, we can read : The sys.props$ table is not properly populated with NLS parameter values.
    To verify, you have to check the number of rows in sys.props$:
    SVRMGR> connect internal;
    connected.
    SVRMGR> select count(*) from sys.props$;
    The number of rows differs for different versions of the database:
    In 7.3.x there should be 14 entries in sys.props$
    In 8.0.x there should be 15 entries in sys.props$
    In 8.1.x there should be 22 entries in sys.props$
    Check the alert.log file for other possible errors. For example, possible
    sys.props$ table corruption message.
    The only available solution in this case is to recreate the database.
    Tell us if you are in this situation.
    But I think that all is not lost, you are certainly here : an other metalink note 109803.1 ORA-1403 Signaled during alter database open, is more optimist : just recreate controlfile can help (read metalink note 1012929.6 How to Recreate the Controlfile).
    To reacreate ctlfile :
    SVRMGR> connect internal
    SVRMGR> startup mount
    SVRMGR> alter database backup controlfile to trace;Modify the generated file to have a ctl.sql file like this :
    STARTUP NOMOUNT 
       CREATE CONTROLFILE REUSE DATABASE "P716" NORESETLOGS NOARCHIVELOG 
           MAXLOGFILES 32 
           MAXLOGMEMBERS 2 
           MAXDATAFILES 30 
           MAXINSTANCES 8 
           MAXLOGHISTORY 800 
       LOGFILE 
         GROUP 1 '/u01/oracle/7.1.6/dbs/log1p716.dbf'  SIZE 500K, 
         GROUP 2 '/u01/oracle/7.1.6/dbs/log2p716.dbf'  SIZE 500K, 
         GROUP 3 '/u01/oracle/7.1.6/dbs/log3p716.dbf'  SIZE 500K 
       DATAFILE 
         '/u01/oracle/7.1.6/dbs/systp716.dbf' SIZE 40M, 
         '/u01/oracle/7.1.6/dbs/tempp716.dbf' SIZE 550K, 
         '/u01/oracle/7.1.6/dbs/toolp716.dbf' SIZE 15M 
       # Recovery is required if any of the datafiles are restored backups, 
       # or if the last shutdown was not normal or immediate. 
       RECOVER DATABASE 
       # Database can now be opened normally. 
       ALTER DATABASE OPEN;  Shutdown you database :
    SVRMGR> shutdown immediate Rename your current ctlfile, don't forget init.ora (ctlfile string)
    Run the ctl.sql script
    SVRMGR> connect internal                    
    SVRMGR> @ctl.sqlAt the first opportunity, shutdown the database and take a full backup.
    Hope this help,
    Nicolas.

  • New database creation crash with ora-470

    i am creating a new instance on redhat linux 4 to migrate an hp erp instance
    after creating database i am creating tablespaces.
    when creating big tablespaces instance crashes with 3113 end of communcation channel
    tried already to change lower_zone_protection=100 (kernel parameter)
    made swap size big and checked space
    nothing helped
    still getting that lgwr crashed and pmon terminated instance with ora-470
    any ideas?
    regards

    /mirsupl/comn_log_out/oradump/bdump/mirsupl_pmon_19527.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /mirsupl/oracle/10.2
    System name:     Linux
    Node name:     mis231
    Release:     2.6.9-89.ELsmp
    Version:     #1 SMP Mon Apr 20 10:34:33 EDT 2009
    Machine:     i686
    Instance name: mirsupl
    Redo thread mounted by this instance: 1
    Oracle process number: 2
    Unix process pid: 19527, image: oracle@mis231 (PMON)
    *** 2010-01-22 14:58:52.211
    *** SERVICE NAME:(SYS$BACKGROUND) 2010-01-22 14:58:52.124
    *** SESSION ID:(555.1) 2010-01-22 14:58:52.124
    Background process LGWR found dead
    Oracle pid = 7
    OS pid (from detached process) = 19537
    OS pid (from process state) = 19537
    dtp = 0x2000bbf0, proc = 0x9f426340
    Dump of memory from 0x2000BBF0 to 0x2000BC1C
    2000BBF0 00000074 9F426340 00000000 00000000 [t...@cB.........]
    2000BC00 5257474C 00000200 00004C51 0000AF74 [LGWR....QL..t...]
    2000BC10 00000001 1998D4DE 00040001 [............]
    Dump of memory from 0x9F426340 to 0x9F4268FC
    9F426340 00000102 00000000 00000000 00000000 [................]
    9F426350 00000000 9D63F054 A290E354 9F5FF6B0 [....T.c.T....._.]
    9F426360 A290D508 00000000 A290D56C A290D56C [........l...l...]
    9F426370 A290E348 00000601 00000000 9F5D4948 [H...........HI].]
    9F426380 9F5FF6B0 00000007 00000000 00000000 [.._.............]
    9F426390 00000000 A272B148 A272B1E4 00000000 [....H.r...r.....]
    9F4263A0 00000000 00000000 00000000 00000000 [................]
    Repeat 3 times
    9F4263E0 00030000 00000000 00030000 00000000 [................]
    9F4263F0 00000000 00000000 00040000 00000000 [................]
    9F426400 00030000 00000000 00030000 00000000 [................]
    Repeat 1 times
    9F426420 00030000 00000000 00000000 00000000 [................]
    9F426430 00000000 00000000 00000000 00000000 [................]
    Repeat 3 times
    9F426470 00000000 0000012C 9F426478 9F426478 [....,...xdB.xdB.]
    9F426480 00000000 00000001 00000000 9F42648C [.............dB.]
    9F426490 9F42648C 00000000 00000000 00000000 [.dB.............]
    9F4264A0 00000000 00000000 0000006D 00000000 [........m.......]
    9F4264B0 00005645 00000018 00000004 00000075 [EV..........u...]
    9F4264C0 00000099 A2418354 A2418354 00010000 [....T.A.T.A.....]
    9F4264D0 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    9F4264F0 00000000 00000000 00000000 00004C51 [............QL..]
    9F426500 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    9F426530 00000000 00000000 00000000 9F426340 [............@cB.]
    9F426540 00000000 00000000 00000000 00000000 [................]
    Repeat 6 times
    9F4265B0 00000000 00000000 9F4265B8 9F4265B8 [.........eB..eB.]
    9F4265C0 00000000 00000000 00000001 00000000 [................]
    9F4265D0 00000000 00028002 0000000B 00004C51 [............QL..]
    9F4265E0 0000AF74 B745C6C0 00000000 00000000 [t.....E.........]
    9F4265F0 00000000 00000000 00000000 00000000 [................]
    9F426600 00000000 00000000 00000000 00000003 [................]
    9F426610 FFFFFFFF 00000000 00000000 00000000 [................]
    9F426620 00000000 00000000 00000000 00000000 [................]
    Repeat 6 times
    9F426690 00000000 00000000 00000000 6D61726F [............oram]
    9F4266A0 6C707572 00000000 00000000 00000000 [rupl............]
    9F4266B0 00000000 00000000 00000000 00000008 [................]
    9F4266C0 3273696D 00003133 00000000 00000000 [mis231..........]
    9F4266D0 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    9F426700 00000006 4E4B4E55 004E574F 00000000 [....UNKNOWN.....]
    9F426710 00000000 00000000 00000000 00000000 [................]
    9F426720 00000000 00000008 33353931 00000037 [........19537...]
    9F426730 00000000 00000000 00000000 00000000 [................]
    9F426740 00000005 6361726F 6D40656C 33327369 [....oracle@mis23]
    9F426750 4C282031 29525747 00000000 00000000 [1 (LGWR)........]
    9F426760 00000000 00000000 00000000 00000000 [................]
    9F426770 00000000 00000014 00000002 00000000 [................]
    9F426780 00000000 00000000 00000000 00000000 [................]
    Repeat 9 times
    9F426820 00000200 00000000 00000000 00000000 [................]
    9F426830 00000000 A246F880 A2417718 A241715C [......F..wA.\qA.]
    9F426840 00000000 A2712934 00000000 00000000 [....4)q.........]
    9F426850 00000000 00000000 00000000 00000000 [................]
    9F426860 00000000 9F426864 9F426864 00AF0000 [....dhB.dhB.....]
    9F426870 00000000 00AE8F99 00A45705 015D8F99 [.........W....].]
    9F426880 00000000 00000000 00000000 00000000 [................]
    9F426890 00000000 00000000 00000814 00000000 [................]
    9F4268A0 00000088 00000000 00000814 00000000 [................]
    9F4268B0 00000000 00000000 00000000 00000000 [................]
    Repeat 3 times
    9F4268F0 00000000 00000000 00000006 [............]
    error 470 detected in background process
    ORA-00470: LGWR process terminated with error

  • New database link gets long name with domain name

    When I create a database link with a name "X", oracle renames it to X.regress.rdbms.dev.us.oracle.com
    Why?

    Check this thread:
    REGRESS.RDBMS.DEV.US.ORACLE.COM  concates to every databaselink name.

  • Request execution order, dictionnary dynamic views, new database creation

    Hi,
    Could you tell me, in which order this sql request is executed:
    select pro_name from product where pro_price =(select max(pro_price) from product);
    Is the sub-request executed first and the principal request executed once the sub request has sent its result or
    -is the principal request executed first, waiting the sub-request result when its arrived to
    =(select max(pro_price) from product);
    Thanks a lot for your answer
    Secondly can you tell me what means the option "management local" when you create the system, sysaux and undo datafiles, for example like this
    datafile 'C:\ORADATA\DBPROD\Base\DBPROD_SYSTEM_01.dbf' size 300M autoextend ON next 10M maxsize 500M extent management local
    To finish, what permit to créate the et catoctk.sql script when you create the data dictionnary.
    Thanks a lot for your answer.
    Nathalie

    1) The order in which elements of a SQL statement are processed is completely up to the optimizer. Which means that it is subject to change over time. Today, the optimizer may choose to execute a query one way, tomorrow, it may choose a different order of operations.
    Now, practically, it is almost certain that Oracle would choose to evaluate the maximum price first and then scan the product table for the products with that maximum price. But that's just because there aren't any other options that would seem appealing. If you added another condition, it might make sense to evaluate that condition first and then find the maximum price.
    2) Extent management local means that you are creating a locally managed tablespace. Assuming you're using a vaguely recent version of Oracle, all tablespaces are locally managed. Old versions of Oracle used dictionary managed tablespaces which basically meant that tracking information about when extents were allocated was stored in the SYSTEM tablespace. This was occasionally a performance problem which is why Oracle moved that information into the tablespace.
    3) I'm not sure what you're asking when you ask about a "permit to create the catoctk.sql script"
    Justin

  • Unable to start OracleDBConsole SID Service

    Hi All,
    When i try to start the service dbconsole<SID> from Start->Control Panel-->Administrative Tools-->Services it is giving "Windows could not start OracleDBConsole on local computer. For more information Review the System Event Log.If this is a Microsoft service, contact the service vendor, and refer to the service-specific error code-2."
    I am using Oracle 10g 10.2
    Please Help!!!!
    Thanks in Advance!!
    Nitin Anand
    [email protected]

    Are you currently working with a DHCP managed IP? This is the most frequent reason for the EM to stop working.
    The procedure to reconfigure your EM and correct the DHCP issue, in case you have not done so, is to configure a loopback adapter.
    You may want to read this thread:
    Re: OracleDBConsoleORCL will not start!
    ~ Madrid

  • Removing oracleDBConsole sid

    I recently had to delete a couple of databases and install a new one. I was able to delete the OracleService<SID> using ORADIM, but was unable to remove the OracleDBConsole<sid> service.
    Does anyone know a specific procedure on how to delete OracledbConsole<sid>?
    Mark

    set environment for database to be removed (in Linux)
    start dbca
    click next
    select delete database option, click next
    select database to remove, click finish, confirm choice in next window

  • Manual database creation

    Hi all,
    I need to create a small database manually.
    What are the mandatory fields for DB creation.
    What are the steps to be followed?
    If anyone have the script please send me.
    Thanks in advance.
    regards,
    prem

    hi prem..
    you have to create script for database creation..
    no problem if ur on 9i.
    let do below step..
    step 1. open ur dbca and create script for ur database.
    step 2. create folder
    bdump, udump, cdump ---- d:\oracle\ora90\admin\3 folder 1.bdump, 2. udump, 3.cdump
    folder name some ur db_name -----d:\oracle\oradata\"folder name must be some ur db_name"
    step 3. go cmd prompt
    start>run>command [enter]
    cmd>set oracle_sid=dbname
    cmd> create password file..... ( see mentioned link in previous post)
    cmd>create and start services ( see mentioned link in prev. post)
    cmd>sqlplus/nolog
    sql>conn sys as sysdba
    connected
    sql> run all database creation scripts.
    script generate in
    d:\oracle\admin\script\>>>>>>.scritps
    Note.>> Drive may be C:,D: whatever according ur setting.
    hope this helps
    Taj.
    Message was edited by:
    user52

  • How to create service for new database

    i am working on 8i.i want to create new database instead of existing for which first service have to create.i had created parameter file and perform changes,now with oradim i am trying to create service but it is giving incorrect version bcaz i have win2000 and oradim works with winnt only.

    Goodfire wrote:
    I want after creation of a custom database to execute a script that will create a Network Service without having to go through the UI
    Its just adding those 5 lines at tsnames.ora on the client dir
    How can I do i through a script?
    So I can plant it after Create DB script and have both in 1 step.
    P.S.
    The most obvious keywords on main SE don't return something for this so it worths adding it
    keywords : how to create client network service from script oracleWrong approach.
    Better: create database template and execute dbca in silent mode.
    Also execute netca in silent mode as Harrison suggest.
    PS: Adding the 5 lines to tnsnames.ora does not create a network service, first you have to set the "service_names" init parameter and the listener will create the service when the database starts (simplified explanation).
    :p

  • Manual Database Creation on win 2000

    Oracle 9i(release 1) database server is installed on win2000 server.
    i want complete detail steps to create database manually ON WIN 2000 SERVER.
    i tried to create database manually but when i runs the
    database creation script it generates an error 'INSTANCE TERMINATED : DISCONNECTION FORCED'
    I AM STUDENT OF FUNDAMENTAL 1 COURSE.
    rohit

    It is good to know the steps to create a database manually. If you run the dbca and choose only to create the scripts you realize the steps. Apart from that if you are studying for Fundamentals I exam and you want to it because you think that content is going to appear. Forget it. In that exam there are not questions related to steps to create a database manually and less in windows.
    To learn to create a database in Unix makes sense really!
    Joel Pérez

  • Generate New Database Job Not Working

    I am trying to synchronize my web client with the server database and when I run the Generate New Database job (Administration - Server Management > Jobs), the job fails with the error SBL-GDB-00004: Error in Main Function.
    The logs say:
    2021 2010-08-05 11:09:28 2010-08-05 11:10:30 -0400 00000092 001 ffff 0001 09 GenNewDb 55574531 32352 1082539552 /siebel_8.2/siebsrvr/enterprises/SBA_82/sbllnx/log/GenNewDb_0053_55574531.log 8.2 [22117] ENU
    DBCLog     DBCLogError     1     000013994c570f29:0     2010-08-05 11:09:28     [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:09:28     SQL Message, IM002: [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    DBCLog     DBCLogError     1     000013994c570f29:0     2010-08-05 11:09:38     [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:09:38     SQL Message, IM002: [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    DBCLog     DBCLogError     1     000013994c570f29:0     2010-08-05 11:09:48     [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:09:48     SQL Message, IM002: [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    DBCLog     DBCLogError     1     000013994c570f29:0     2010-08-05 11:09:58     [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:09:58     SQL Message, IM002: [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    DBCLog     DBCLogError     1     000013994c570f29:0     2010-08-05 11:10:08     [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:10:08     SQL Message, IM002: [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    DBCLog     DBCLogError     1     000013994c570f29:0     2010-08-05 11:10:18     [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:10:18     SQL Message, IM002: [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:10:28     Error creating SQL Anywhere database template file (UTLOdbcConnect DBA/siebelmobiledb).
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:10:28     Error in MainFunction (CreateDbTemplateFile)
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:10:29     (gennewdb.cpp (610) err=524292 sys=2) SBL-GDB-00004: Error in Main function.
    GenericLog     GenericError     1     000013994c570f29:0     2010-08-05 11:10:29     (smisched.cpp (911) err=524292 sys=0) SBL-GDB-00004: Error in Main function.
    Anyone encountered this before?
    Thanks,
    Bernhard

    Hi,
    Make sure to set the ODBCINI environment variable. The variable must point to the path from the root directory to the system information file where your data source resides. The system information file can have any name, but the product is installed with a default file called odbc.ini in the product installation directory.
    For example, if you use an installation directory of /opt/odbc and the default system information file, from the Korn or Borne shell, you would enter:
    ODBCINI=/opt/odbc/odbc.ini; export ODBCINI
    From the C shell, you would enter:
    setenv ODBCINI /opt/odbc/odbc.ini
    Regards,
    Joseph

Maybe you are looking for

  • TS1538 my iphone wont show up in my itunes

    This is the first time ive hooked up my iphone to my computer and nothing shows up, i even upgraded itunes,help!!

  • Airport Express -- Utility No Longer Pick Up Airport Express

    I have had my APE for several month with no problem. Today, it seems to have died. When I run Airport Utility, it says it is unable to find any Airport Wireless Devices. The amber light is flashing. The help section says to use manual set up but I do

  • Error while calling external library functions

    Using visual studio I wrote the following code test javascript communication with external C/C++ libraries: aabc.cpp : extern "C" __declspec(dllexport) char* ESInitialize (TaggedData* argv, long argc); extern "C" __declspec(dllexport) long ESGetVersi

  • Onscreen posterization

    In Aperture, and only in Aperture, I get really dramatic posterization in the shadows of my images (both raw and jpg.) The same file, opened in any other application shows a smooth transition. In fact, even if I open the file in external editor from

  • How do I redeem a serial number for a download?

    I was sent a serial # for a full download of the Lightroom 5.7 by a company that forgot to include it in the box of a product I purchased. I do not see where I can do this. I tried to "check out" by purchasing one, but did not see an option to redeem