10.31 - Can only create new database in Safe Mode

Last post 05-08-2012 9:34 AM by jpruneda. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 04-27-2012 12:39 PM

    10.31 - Can only create new database in Safe Mode

    I have a Win 7 64-bit machine.  In the Control Center's new database configuration screen, I cannot click into the Database Name, and the other entry fields do not display except for their labels.   (Plus the entire Database Options section is completely blank except for its label.)   I tried changing screen resolutions and disabling the anti-virus but no success. 

    Rebooting in Safe Mode reveals the entry fields and allows me to create the database.  Any ideas?

  • 05-08-2012 9:34 AM In reply to

    Re: 10.31 - Can only create new database in Safe Mode

    The last person I worked with that had this issue, reported that the problem went away after applying a Win 7 service pack.  At the time, they had the problem, they used SQL syntax to create the database, example:

    CREATE DATABASE [ IF NOT EXISTS ] database-name DICTIONARY_
    PATH
    'dict-path-name' [ DATA_PATH 'data-path-name' ] [ ; 'data-
    path-name
    ' ]... ] [ NO_REFERENTIAL_INTEGRITY ] [ BOUND
    ] [ REUSE_DDF ] [ DBSEC_AUTHENTICATION ] [ DBSEC_
    AUTHORIZATION
    ] [ V1_METADATA | V2_METADATA ] [
    ENCODING < 'codepage-name' | 'CPcodepage-number' | DEFAULT > ]

    database-name ::= a user-defined name for the database

    dict-path-name ::= a user-defined name for the location of the
    data dictionary files (DDFs)

    data-path-name ::= a user-defined name for the location of
    the data files 

    Please consult the SQL Engine Reference for more details on this particular syntax.

    Jose 


     

Page 1 of 1 (2 items)