Import database

Hi at all,
I have backup database (.bak) done with SQL Server 2008 Express, I want Restore this database inside SQL Server 2008 R2 Express.
When I restore, I get this error :
TITLE: Microsoft SQL Server Management Studio
System.Data.SqlClient.SqlError: incompatible version
How can I do ?

Hello,
When are you getting the error message? Already when you try to logon to SQL Server 2008 R2, or during restore or ...? Which Version of SSMS are you using?
Olaf Helper
[ Blog] [ Xing] [ MVP]

Similar Messages

  • Error while import Database Objects in Oracle Module

    Hi All,
    I am getting dialog window saying below error when I click on Finish button on Import database objects wizard for oracle module.
    MMM 1034: Property ENCRYPT does not exist
    When clicked on detail button on error window it show below errors in detail
    MMM1034: Property ENCRYPT does not exist.
    MMM1034: Property ENCRYPT does not exist.
         at oracle.wh.repos.impl.extended.PropertyHelper.getProperty(PropertyHelper.java:741)
         at oracle.wh.repos.impl.extended.PropertyHelper.getScalarPropertyValue(PropertyHelper.java:833)
         at oracle.wh.repos.impl.extended.PropertyHelper.getScalarPropertyValue(PropertyHelper.java:828)
         at oracle.wh.repos.pdl.foundation.OWBRoot.getScalarPropertyValue(OWBRoot.java:5121)
         at oracle.wh.repos.impl.foundation.CMPElement.getScalarPropertyValue(CMPElement.java:1641)
         at oracle.wh.repos.impl.foundation.CMPElement.getBooleanProperty(CMPElement.java:1740)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.setColumnEncrypted(ImportEntityAlgorithm.java:4650)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.doImportColumns(ImportEntityAlgorithm.java:4400)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.importColumns(ImportEntityAlgorithm.java:3487)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.importTable(ImportEntityAlgorithm.java:1267)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.dispatchElement(ImportEntityAlgorithm.java:610)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.importElement(ImportEntityAlgorithm.java:435)
         at oracle.wh.ui.integrator.sdk.EntityAccessor.importElement(EntityAccessor.java:77)
         at oracle.wh.ui.integrator.common.ImportService.importElement(ImportService.java:1144)
         at oracle.wh.ui.integrator.common.wizards.ImportElementTransaction.run(ImportWizardDefinition.java:730)
    Please see below information and steps I followed
    1. My PC running on Windows 7 64 bit
    2. Installed Oracle Database Enterprise Edition 11.2.0.1.0 software
    3. Created a listner after insalling above database software
    4. Created data warehouse database and unlocked OWBSYS and OWBSYS_AUDIT accounts
    5. Set ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_2\
    6. Set TNS_ADMIN=C:\oracle\product\11.2.0\dbhome_2\NETWORK\ADMIN
    7. After doing this I was able to connect all the source and data warehouse databases I am concerned with.
    7. Installed Oracle Warehouse Builder Client 11.2.0.3.0 64 bit
    8. Created repository using repository assistant insatlled duing database software.
    9. Created oracle database module for the schema created under data warehouse database.
    10. Tried to import database objects for the oracle module and got the error explained above when clicked on Finish
    Please someone reply to this thread since I searched lot on google and didn't get any solution and not understanding what this issue is.
    Thanks in advance
    Bhushan
    Edited by: Bhushan Bagul on Sep 7, 2012 2:46 AM

    it looks like not all objects are created for XX_BPEL_CREATEUSEMP
    synonyms and all grants are there ?

  • Import database on error ...

    Hi All,
    Will 'import database ... on error write to "error.txt";' exhaust all the errors?
    Willpartial import be possible? i.e. 5 records out of 10 will be imported.
    Regards,
    nww

    Hello,
    all records that would be loaded into the cube (reminder for filter settings) and have an error will come into the error log.
    The setting on how many records will be logged depend on your settings in the Essbase.cfg file.
    If there are errors to the process (can not find the file) will not be in this file. For this, you need into the application log.
    Regards,
    Philip Hulsebosch
    (www.trexco.nl)

  • Question about import database pk, fk

    Hi
    I want to ask a question about imported database. I imported database and I noticed tables doesnt have Primary key or foreign key. They havent relation between eachs. Why can this occured ?
    is it about import or another something?

    yeah ı am surprised none of tables have pk or fk ..
    but ı want to show you http://i51.tinypic.com/2hedc9d.jpg
    what is blue shapes in there ?
    can be foerign keys ?

  • MAXL Import Database (and export data?)

    I have an import database MAXL command that is working great (sql account and password substituted).  The rule file has a SQL connection to our ERP. 
    MAXL> import database PLANNING.DetView data connect as sql_account identified by "Password" using rules_file "'\\\oceanus-d13\\Oracle\\Middleware\\user_projects\\epmsystem3\\EssbaseServer\\essbaseserver1\\app\\PLANNING\\DetView\\NLIncur.rul'" on error write to "'G:\\DB_Process\\DetView_Process\\errors\\DetView_NLIncur_data_load.mxl.err'";
    We are going to run this on a nightly basis and our requirement is to have a historical record of what was "pulled" from our ERP (even if it didn't make it in to Hyperion).
    Here are the options that I've thought of:
    Have a separate SSIS package use the same SQL to dump the data out of the ERP database into a flat file.  The downside to this is that I'm using subvars from Essbase that don't exist in SQL.  So I'd have to write the SQL in a different way potentially causing discrepancies.
    A separate Data Export of what was loaded.  The downside here is that it doesn't have the errors that never made it in.
    I can't find another option in the import database command to spool the output of the SQL to a file. 
    Does anybody have thoughts on how to do this or are there other ways to achieve what I'm trying to do?
    Thanks-
    Cameron McClurg

    The SQL run via the load rule understands my subvars.  The load rule SQL looks like this:
    select...
    WHERE
      AND (('1' = '&IncSpanYr' --IF THE PERIODS SPAN YEARS
      AND (('12' = '&CurMoNm' --IN JUNE LOOK INTO NEXT YEAR PERIOD 1
      AND ((A.FISCAL_YEAR = '&CurYrNm' AND A.ACCOUNTING_PERIOD IN ('&PriMoNm', '&CurMoNm'))
    This turns into:
    WHERE
      AND (('1' = '1' --IF THE PERIODS SPAN YEARS
      AND (('12' = '12' --IN JUNE LOOK INTO NEXT YEAR PERIOD 1
      AND ((A.FISCAL_YEAR = '2014' AND A.ACCOUNTING_PERIOD IN ('2', '3'))
    My issue is getting a dump of all that data that the SQL is pulling.  I don't see a way to do that in the import database command.  A separate job on the SQL side (like SSIS) could pull the data, but can't access the subvars easily.  Does that make sense?  Or did I misunderstand your suggestion?
    Thanks-
    Cameron

  • Import database using 10g imp utility.

    Hi,
    I have database on my local drive that is kind of old. I need to replace it with the one from the server.
    I created oesexport.dmp file using the following command:
    exp ledger/xxxxxx FILE='oesexport.dmp' OWNER=LEDGER
    oesexport.dmp file contains everything that belongs to LEDGER : tables, sequences, views, etc.
    Now I need to import database to my local drive. If I use the following statement:
    imp ledger/xxxxxx file=oesexport.dmp fromuser=ledger
    the procedure will not replace tables, sequences, views with the new ones from the server with the same names because it will try to recreate existing tables, sequences, views, etc. in my local database and they already exist there. I will get error messages. The procedure will only add the stuff from server to my local database that does not exist on my local. Since I need to replace tables/sequences/views, etc if they exist on my local and add new stuff if does not exist on my local, HOW SHOULD I MODIFY THE IMP STATAMENT?
    Thanks. Lev.

    Yes, of couse, I can drop the whole ledger scema and use and the imp procedure I specified and it will work just fine, but I heard the the new 10g import utility will allow replacemet (if they exist in the database) and addition (if they do not exist in the database) of Oralce objects without dropping the objects belonging to the user.
    Therefore my qustion was how should I change my IMP procedure to make it work.
    Lev.

  • Import database to pdf form

    how can I import database to Pdf form?

    If you export to a tab delimited format and the first row contains the exact field names of the fields in the form (order doesn't matter), then you can import a row of data into the form using Acrobat. You can also automate the process using JavaScript in Acrobat.

  • Unable to import database using impdp via network_link

    Dear All,
    I am trying to import database from remote location's dump to my local database after creating dblink from local db to remote db.
    At Remote Server:
    - Directory created and granted the privileges. Dir Name: PREMLIVE_EXPDP
    At Local server:
    Username: expuser with dba, imp and exp full database privileges.
    DB Link name: to_premiatest14
    I faced an error of directory invalid when I run the below command in local server to import schema from remote database.
    C:\>impdp expuser/expuser network_link=to_premiatest14 directory=PREMLIVE_EXPDP remap_schema=PREMIATEST:PREMIATEST15 logfile=2013-09-02_premiatest15.log
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit
    Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-39087: directory name PREMLIVE_EXPDP is invalid
    Any help or advice's would be really highly appreciated.
    Regards,
    Syed

    Some more details follows.
    Server 1: Remote Server
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    TNS-Entry:
    PREMIATEST14=
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = XX.XX.XX.14)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = malath)
    DIRECTORY:
    PREMLIVE_EXPDP AS
    'C:\Dump\PREMLIVE_EXPDP'; ---->>>> This location/directory holds the dump file.
    Server 2: Local Server
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    TNS-Entry:
    PREMIATEST15=
      (DESCRIPTION=
        (ADDRESS=
          (PROTOCOL=TCP)
          (HOST=XX.XX.XX.15)
          (PORT=1521)
        (CONNECT_DATA=
          (SERVICE_NAME=PREMIA15)
    PREMIATEST14 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = XX.XX.XX.14)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = malath)
    Network/DBLink:
    CREATE PUBLIC DATABASE LINK TO_PREMIATEST14 CONNECT TO EXPUSER IDENTIFIED BY <PWD> USING 'PREMIATEST14';
    DBLink tested :
    SQL> select count(*) from premiatest.brkdivion@to_premiatest14;
      COUNT(*)
            94
    Error on importing:
    C:\>impdp expuser/expuser network_link=to_premiatest14 directory=PREMLIVE_EXPDP
    remap_schema=PREMIATEST:PREMIATEST15 logfile=2013-09-02_premiatest15.log
    Import: Release 10.2.0.5.0 - 64bit Production on Tuesday, 03 September, 2013 1:2
    3:10
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit
    Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-39087: directory name PREMLIVE_EXPDP is invalid
    I don't know where am i going wrong . Valuable advice's/assistance will be highly appreciated.
    Thanks & Regards,
    Syed

  • Importing database in server

    hi,I want to know that how do we import database in the server xMII 12.0

    I believe this is a Database question where you have a dump of the DB file in an archieve and want to import it, is that correct? if so which Database are you using? MS SQL server or Oracle? in either case you need to have a database client where you import the zip files.
    In MII Data servers you will configuring the connector to these database which is residing the same server or located remotely.
    If you have this server configuration in zip file, then you need to navigate to System Admin -> Configuration and import that zip file by checking Data servers check box.

  • Import database and schema

    I have a Oracle 10.2. I need to import database to this db. I've got database dmp file. Before this import, what do I need to do?
    I believe I need to create a database
    Do I need to create tablespaces that should be same with the original database? something else I need to do before I import?
    Please advise
    S.

    imp help=yes
    Import: Release 10.2.0.1.0 - Production on Wed Mar 31 15:57:20 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    You can let Import prompt you for parameters by entering the IMP
    command followed by your username/password:
         Example: IMP SCOTT/TIGER
    Or, you can control how Import runs by entering the IMP command followed
    by various arguments. To specify parameters, you use keywords:
         Format:  IMP KEYWORD=value or KEYWORD=(value1,value2,...,valueN)
         Example: IMP SCOTT/TIGER IGNORE=Y TABLES=(EMP,DEPT) FULL=N
                   or TABLES=(T1:P1,T1:P2), if T1 is partitioned table
    USERID must be the first parameter on the command line.
    Keyword  Description (Default)       Keyword      Description (Default)
    USERID   username/password           FULL         import entire file (N)
    BUFFER   size of data buffer         FROMUSER     list of owner usernames
    FILE     input files (EXPDAT.DMP)    TOUSER       list of usernames
    SHOW     just list file contents (N) TABLES       list of table names
    IGNORE   ignore create errors (N)    RECORDLENGTH length of IO record
    GRANTS   import grants (Y)           INCTYPE      incremental import type
    INDEXES  import indexes (Y)          COMMIT       commit array insert (N)
    ROWS     import data rows (Y)        PARFILE      parameter filename
    LOG      log file of screen output   CONSTRAINTS  import constraints (Y)
    DESTROY                overwrite tablespace data file (N)
    INDEXFILE              write table/index info to specified file
    SKIP_UNUSABLE_INDEXES  skip maintenance of unusable indexes (N)
    FEEDBACK               display progress every x rows(0)
    TOID_NOVALIDATE        skip validation of specified type ids
    FILESIZE               maximum size of each dump file
    STATISTICS             import precomputed statistics (always)
    RESUMABLE              suspend when a space related error is encountered(N)
    RESUMABLE_NAME         text string used to identify resumable statement
    RESUMABLE_TIMEOUT      wait time for RESUMABLE
    COMPILE                compile procedures, packages, and functions (Y)
    STREAMS_CONFIGURATION  import streams general metadata (Y)
    STREAMS_INSTANTIATION  import streams instantiation metadata (N)
    VOLSIZE                number of bytes in file on each volume of a file on tape
    The following keywords only apply to transportable tablespaces
    TRANSPORT_TABLESPACE import transportable tablespace metadata (N)
    TABLESPACES tablespaces to be transported into database
    DATAFILES datafiles to be transported into database
    TTS_OWNERS users that own data in the transportable tablespace set
    Import terminated successfully without warnings.
    SHOW just list file contents (N)

  • Import database links

    Is this possible to import only database links from dmp file??
    Edited by: tutus on Sep 30, 2008 5:31 AM

    Then I import database again, but without data in table :)
    I have this situation. First import create 10GB file, but without data in tables dmp file have only 30 MB ;)

  • Error In importing database in BI Admin??

    Dear All:
    I am facing one error when I want to import database in BI administration tool. Error is like that:
    [nQSError;16001]ODBC error State:IM006 code:0 message:[Micosoft][ ODBC driver Manager].............
    can any body know how this error be solved. Thanks
    Ali

    You should install again BI because yours ODBC drivers have been corrupted. But be sure the u install same version. Otherwise theprevious made repositories will not open. I follw this procedure. Thanks
    ALi

  • Import Database from ver.8i to 8.05

    Can I import Database from old version to new version (like from ver. 8i to 8.05)?
    If it can, how ?

    Yes you can do import from old version to new version without any problem. However new version to old version has some restrictions. You cannot import the export file taken in 8i into 8. In this case you have to take export using oracle 8.0 export utility.

  • How to import database to ARIS

    Regarding to my university project, i want to import database to ARIS Business Architect 7.0 platform, the databases are .aed file, but i still cannot find the way to do this. As far as i know, ARIS support only import file XML or WDSL only, isn't it?
    Do you guys have any experience or information about this, please help me out; Thanks/

    Hi,
    the standard extension of an ARIS DB File is *.adb
    This file can be imported into BPA Suite within the Admin Module. Right click on the Server you want to import the DB in and choose "Restore".
    Keep in mind that the ARIS and BPA Meta-Model is only approx. 98% the same. When you have content of the other 2% in your export it will fail.
    Also you can have an *.acb file that represents a complete server configuration without data. This file can only be imported via the management console.
    Greetings
    Dirk

  • Can database link get metadata location when import database objects ?

    I used database link to connect remote database . but i couldn't use it to get metadata location when i import database objects in OWB. OWB required me to create a new location which is diffirent from database link. I couldn't see a location, its type is database link. Anyone suggest me a answer ?
    Edited by: hungsao on Oct 17, 2012 9:28 PM

    Thank David Allen !
    i can't see locations, that have type being database link from location's list in metadata location but i can see them from data locations.
    When i add new location A ,its type isn't database link then i can see it ( location A) from metadata location, data locations
    And when i view data from table imported , i get this error : " Data location not specified or does not currently support data viewing. Check if this object's owning module is configured with a location that support data viewing"
    Please help me

  • Unabl to start sap (DISP+WORK Stopped) While installing/importing database

    Dear Experts, As iam installing/ importing windows ecc 6.0  sr3 & DB2 9.5 ( Database exported using Hetrogeneous system copy from sqlserver 2005 to DB2), All phases finished and finally start sap failed due to db connect failure and i have tried by mmc and command mode but no hope. . Kindly help. trans log file and dev_w0 files below.
    _Trans log file_
    4 ETW000 r3trans version 6.14 (release 700 - 05.03.09 - 08:28:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 06.10.2009 - 05:15:05
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -x
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Tue Oct 06 05:15:07 2009                                                   0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                                         0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                                  0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dbdb6slib.dll' ...                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  load shared library (dbdb6slib.dll), hdl 0                              9294  0.009294
    4 ETW000  [dev trc     ,00000]      using "E:\usr\sap\SA4\SYS\exe\uc\NTAMD64\dbdb6slib.dll"               41  0.009335
    4 ETW000  [dev trc     ,00000]  Library 'dbdb6slib.dll' loaded                                            25  0.009360
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dbdb6slib.dll                    23  0.009383
    4 ETW000  [dev trc     ,00000]  Version of 'dbdb6slib.dll' is "700.08", patchlevel (0.201)               641  0.010024
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dbdb6slib.dll                   26  0.010050
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dbdb6slib.dll                  26  0.010076
    4 ETW000  [dev trc     ,00000]  New connection 0 created                                                  36  0.010112
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                50  0.010162
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                                             31  0.010193
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:                24  0.010217
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                40  0.010257
    4 ETW000  [dev trc     ,00000]  Tue Oct 06 05:15:08 2009                                              472441  0.482698
    4 ETW000  [dev trc     ,00000]  DB2 library successfully loaded DB2 library '
    mascon-sap2\sapmnt\SA4\SYS\global\db6\WINDOWS_AMD64\db6_clidriver\bin\db2app64.dll' successfully loaded
    4 ETW000                                                                                51  0.482749
    4 ETW000                                                                                35  0.483487
    4 ETW000  [dev trc     ,00000]    (0.54) DB6: error handling in DBSL CLP (note 940260)                    24  0.483511
    4 ETW000  [dev trc     ,00000]    (0.69) DB6: technical support of DB2 CLI driver (note 962892)           25  0.483536
    4 ETW000  [dev trc     ,00000]    (0.73) DB6: log table name on TRUNCATE failure (note 970743)            24  0.483560
    4 ETW000  [dev trc     ,00000]    (0.79) DB6: column type XML in index size calculation (note 982993)
    4 ETW000                                                                                34  0.483594
    4 ETW000  [dev trc     ,00000]    (0.82) DB6: CAST for SSTRING data types (note 989568)                   24  0.483618
    4 ETW000  [dev trc     ,00000]    (0.86) DB6: long runtimes for R3szchk (note 1000847)                    24  0.483642
    4 ETW000  [dev trc     ,00000]    (0.88) DB6: patch collection Dec 06 (note 1005574)                      24  0.483666
    4 ETW000  [dev trc     ,00000]    (0.96) DB6: patch collection Jan 07 (note 1017852)                      24  0.483690
    4 ETW000  [dev trc     ,00000]    (0.97) DB6: CLP commands with DB2 CLI Driver (note 1024102)             24  0.483714
    4 ETW000  [dev trc     ,00000]    (0.99) DB6: SUBSTITUTE VALUES with FAE statements (note 1028779)        25  0.483739
    4 ETW000  [dev trc     ,00000]    (0.107) DB6: patch collection Apr 07 (note 1047194)                     24  0.483763
    4 ETW000  [dev trc     ,00000]    (0.110) DB6: SAP user names ending with non-ASCII char (note 1054555)
    4 ETW000                                                                                37  0.483800
    4 ETW000  [dev trc     ,00000]    (0.113) DB6: work process type in application snapshot (note 1059905)
    4 ETW000                                                                                88  0.483888
    4 ETW000  [dev trc     ,00000]    (0.114) DB6: connect using SAPDBHOST and DB2DB6_SVCENAME (note 1062049)
    4 ETW000                                                                                35  0.483923
    4 ETW000  [dev trc     ,00000]    (0.117) DB6: patch for execution of long DDL statements (note 1069658)
    4 ETW000                                                                                35  0.483958
    4 ETW000  [dev trc     ,00000]    (0.122) DB6: SNAPSHOT_TBS_CFG table function is deprecated (note 1077963)
    4 ETW000                                                                                35  0.483993
    4)
    4 ETW000                                                                                35  0.484718
    4 ETW000  [dev trc     ,00000]    (0.198) DB6: patch collection 02/09 (note 1294443)                      24  0.484742
    4 ETW000  [dev trc     ,00000]    (0.201) DB6: cobra enhancements (note 1315762)                          24  0.484766
    4 ETW000  [dev trc     ,00000]  Supported features:                                                       20  0.484786
    4 ETW000  [dev trc     ,00000]  ..retrieving configuration parameters                                     28  0.484814
    4 ETW000  [dev trc     ,00000]  ..done                                                                   475  0.485289
    4 ETW000  [dev trc     ,00000]  Running with UTF-8 Unicode                                                22  0.485311
    4 ETW000  [dev trc     ,00000]  Running with CLI driver.                                              376278  0.861589
    4 ETW000  [dev trc     ,00000]  DB2 client driver version '09.05.0004'                                373762  1.235351
    4 ETW000  [dev trc     ,00000]  Connected to DB server type 'DB2/NT64'                                  2467  1.237818
    4 ETW000  [dev trc     ,00000]  Connected to DB server version '09.05.0004'                              520  1.238338
    4 ETW000  [dev trc     ,00000]  Connected to 'SA4' as 'SAPSA4' schema 'SAPSA4' o.k.                    44597  1.282935
    4 ETW000  [dev trc     ,00000]  Connected: con_hdl=0 ; appl_hdl=19; appl_id="10.0.0.146.44548.091006101508"
    4 ETW000                                                                                50  1.282985
    4 ETW000  [dev trc     ,00000]  Database code page is ok.                                                480  1.283465
    4 ETW000  [dev trc     ,00000]  Tue Oct 06 05:15:09 2009                                              241001  1.524466
    4 ETW000  [dev trc     ,00000]  Database collating sequence is ok.                                        38  1.524504
    4 ETW000  [dev trc     ,00000]  DB2_WORKLOAD=SAP is set in DB2 registry as required.                   45663  1.570167
    4 ETW000  [dev trc     ,00000]  CLI Insert Buffering is disabled on single partition databases.        35785  1.605952
    4 ETW000  [dev trc     ,00000]  INFO: Unable to determine SAPDBHOST; defaulting to 'UNKNOWN'             255  1.606207
    4 ETW000  [dev trc     ,00000]  Connection 0 opened (DBSL handle 0)                                       27  1.606234
    4 ETW000  [dev trc     ,00000]  INFO: Unable to determine SAPDBHOST; defaulting to 'UNKNOWN'           20363  1.626597
    4 ETW000 Connected to database.
    4 ETW000  [dev trc     ,00000]  Disconnecting from ALL connections:                                    72901  1.699498
    4 ETW000  [dev trc     ,00000]  Disconnected from 'SA4'                                                 2049  1.701547
    4 ETW000  [dev trc     ,00000]  Disconnected: con_hdl=0 ; appl_hdl=19; appl_id="10.0.0.146.44548.091006101508"
    4 ETW000                                                                                46  1.701593
    4 ETW000  [dev trc     ,00000]  Disconnected from connection 0                                            79  1.701672
    4 ETW000  [dev trc     ,00000]  statistics db_con_commit (com_total=0, com_tx=0)                         121  1.701793
    4 ETW000  [dev trc     ,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)                      24  1.701817
    4 ETW000 Disconnected from database.
    4 ETW000 End of Transport (0000).
    4 ETW000 date&time: 06.10.2009 - 05:15:09
    dev_w0  file
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Tue Oct 06 05:07:11 2009
    B  create_con (con_name=R/3)
    B  Loading DB library 'E:\usr\sap\SA4\DVEBMGS00\exe\dbdb6slib.dll' ...
    B  Library 'E:\usr\sap\SA4\DVEBMGS00\exe\dbdb6slib.dll' loaded
    B  Version of 'E:\usr\sap\SA4\DVEBMGS00\exe\dbdb6slib.dll' is "700.08", patchlevel (0.201)
    C  DbSl trace SM50: switch request to level 1
    B  New connection 0 created
    M sysno      00
    M sid        SA4
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    201
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        3572
    M
    M  kernel runs with dp version 242000(ext=110000) (@(#) DPLIB-INT-VERSION-242000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3572) [dpxxdisp.c   1349]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          29792     (1752)
    M  DpShMCreate: sizeof(tm_adm)          5912704     (29416)
    M  DpShMCreate: sizeof(wp_ca_adm)          24064     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    X  mm.dump: set maximum dump mem to 96 MB

    M Tue Oct 06 05:07:12 2009
    M  ThInit: running on host mascon-sap2
    M  calling db_connect ...
    C  Registering callback for dynamic profile parameters
    C  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1233] CON = 0 (BEGIN)
    C  &+     DbSlConnectDB6: unable to open file: '
    mascon-sap2\sapmnt\SA4\SYS\global\dscdb6.conf'
    C                            
    C  &+                                                                               
    C  &+                                                                               
    C  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1233] (END)
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1451]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10561]

    M  Info for wp 0

    M    pid = 3572
    M    severity = 0
    M    status = 0
    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server mascon-sap2_SA4_00 on host mascon-sap2 (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Tue Oct 06 05:07:12 2009
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10781
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >BtcCallLgCl< for event BEFORE_DUMP
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   723]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 3572) [dpnttool.c   333]
    Thanks in advanc
    Chidam

    Dear experts, As i have updated as per yours inputs and still unable to start sap. Kindly help.
    1. SAPDBHOST is now accepting and there is no issues on "SAPDBHOST unknown."
    2.  dscdb6.conf file  is available and it has all permission (including login userlevel)
    3.  dscdb6.conf  was recreated new and tried, still  dev_w0 shows 
    "M  ThInit: running on host mascon-sap2
    M  calling db_connect ...
    C  Registering callback for dynamic profile parameters
    C  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1233] CON = 0 (BEGIN)
    C  &+     DbSlConnectDB6: unable to open file: '
    mascon-sap2\sapmnt\SA4\SYS\global\dscdb6.conf' "
    4. Environment variable  all were added.
    Tans log file
    4 ETW000 r3trans version 6.14 (release 700 - 05.03.09 - 08:28:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 07.10.2009 - 06:34:10
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -x
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Wed Oct 07 06:34:12 2009                                                   0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                                         0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                                  0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dbdb6slib.dll' ...                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  load shared library (dbdb6slib.dll), hdl 0                              9419  0.009419
    4 ETW000  [dev trc     ,00000]      using "E:\usr\sap\SA4\SYS\exe\uc\NTAMD64\dbdb6slib.dll"               33  0.009452
    4 ETW000  [dev trc     ,00000]  Library 'dbdb6slib.dll' loaded                                            24  0.009476
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dbdb6slib.dll                    23  0.009499
    4 ETW000  [dev trc     ,00000]  Version of 'dbdb6slib.dll' is "700.08", patchlevel (0.201)               635  0.010134
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dbdb6slib.dll                   26  0.010160
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dbdb6slib.dll                  26  0.010186
    4 ETW000  [dev trc     ,00000]  New connection 0 created                                                  36  0.010222
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                60  0.010282
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                                             31  0.010313
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:                24  0.010337
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                41  0.010378
    4 ETW000  [dev trc     ,00000]  Wed Oct 07 06:34:13 2009                                              473631  0.484009
    4 ETW000  [dev trc     ,00000]  DB2 library successfully loaded DB2 library '
    mascon-sap2\sapmnt\SA4\SYS\global\db6\WINDOWS_AMD64\db6_clidriver\bin\db2app64.dll' successfully loaded
    4 ETW000                                                                                57  0.484066
    4 ETW000  [dev trc     ,00000]  Supported features:                                                       21  0.486055
    4 ETW000  [dev trc     ,00000]  ..retrieving configuration parameters                                     21  0.486076
    4 ETW000  [dev trc     ,00000]  ..done                                                                   491  0.486567
    4 ETW000  [dev trc     ,00000]  Running with UTF-8 Unicode                                                21  0.486588
    4 ETW000  [dev trc     ,00000]  Running with CLI driver.                                              329019  0.815607
    4 ETW000  [dev trc     ,00000]  DB2 client driver version '09.05.0004'                                266666  1.082273
    4 ETW000  [dev trc     ,00000]  Connected to DB server type 'DB2/NT64'                                  3005  1.085278
    4 ETW000  [dev trc     ,00000]  Connected to DB server version '09.05.0004'                              513  1.085791
    4 ETW000  [dev trc     ,00000]  Connected to 'SA4' as 'SAPSA4' schema 'SAPSA4' o.k.                    20120  1.105911
    4 ETW000  [dev trc     ,00000]  Connected: con_hdl=0 ; appl_hdl=381; appl_id="10.0.0.146.19717.091007113413"
    4 ETW000                                                                                44  1.105955
    4 ETW000  [dev trc     ,00000]  Database code page is ok.                                                 37  1.105992
    4 ETW000  [dev trc     ,00000]  Wed Oct 07 06:34:14 2009                                               52298  1.158290
    4 ETW000  [dev trc     ,00000]  Database collating sequence is ok.                                        34  1.158324
    4 ETW000  [dev trc     ,00000]  DB2_WORKLOAD=SAP is set in DB2 registry as required.                   18173  1.176497
    4 ETW000  [dev trc     ,00000]  CLI Insert Buffering is disabled on single partition databases.        10689  1.187186
    *4 ETW000  [dev trc     ,00000]  DbSlControl: returning SAPDBHOST='mascon-sap2'                           235  1.187421
    4 ETW000  [dev trc     ,00000]  Connection 0 opened (DBSL handle 0)                                       24  1.187445
    4 ETW000  [dev trc     ,00000]  DbSlControl: returning SAPDBHOST='mascon-sap2'                          5737  1.193182
    4 ETW000 Connected to database.*
    4 ETW000  [dev trc     ,00000]  Disconnecting from ALL connections:                                     9176  1.202358
    4 ETW000  [dev trc     ,00000]  Disconnected from 'SA4'                                                 2033  1.204391
    4 ETW000  [dev trc     ,00000]  Disconnected: con_hdl=0 ; appl_hdl=381; appl_id="10.0.0.146.19717.091007113413"
    4 ETW000                                                                                44  1.204435
    4 ETW000  [dev trc     ,00000]  Disconnected from connection 0                                            75  1.204510
    4 ETW000  [dev trc     ,00000]  statistics db_con_commit (com_total=0, com_tx=0)                         116  1.204626
    4 ETW000  [dev trc     ,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)                      23  1.204649
    4 ETW000 Disconnected from database.
    4 ETW000 End of Transport (0000).
    4 ETW000 date&time: 07.10.2009 - 06:34:14
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Wed Oct 07 06:03:29 2009
    B  create_con (con_name=R/3)
    B  Loading DB library 'E:\usr\sap\SA4\DVEBMGS00\exe\dbdb6slib.dll' ...
    B  Library 'E:\usr\sap\SA4\DVEBMGS00\exe\dbdb6slib.dll' loaded
    B  Version of 'E:\usr\sap\SA4\DVEBMGS00\exe\dbdb6slib.dll' is "700.08", patchlevel (0.201)
    C  DbSl trace SM50: switch request to level 1
    B  New connection 0 created
    M sysno      00
    M sid        SA4
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    201
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        304
    M
    M  kernel runs with dp version 242000(ext=110000) (@(#) DPLIB-INT-VERSION-242000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 304) [dpxxdisp.c   1349]
    I  MtxInit: 30000 0 0
    MX  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    X  mm.dump: set maximum dump mem to 96 MB
    M  ThInit: running on host mascon-sap2
    M  calling db_connect ...
    *C  Registering callback for dynamic profile parameters
    C  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1233] CON = 0 (BEGIN)
    C  &+     DbSlConnectDB6: unable to open file: '
    mascon-sap2\sapmnt\SA4\SYS\global\dscdb6.conf'
    C                            
    C  &+                                                                               
    C  &+                                                                               
    C  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1233] (END)
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1451]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10561]*
    M    attachedVm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server mascon-sap2_SA4_00 on host mascon-sap2 (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Wed Oct 07 06:03:29 2009
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10781
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >BtcCallLgCl< for event BEFORE_DUMP
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   723]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 304) [dpnttool.c   333]
    Thankyou
    Chidam.

Maybe you are looking for

  • Open Item and Line Items are not matching

    Hi Gurus, I ran the EFT for vendor #1600109 for payment on 10/18/07.  If I run the vendor open items report (ZFI019) for today, it shows the balance net of the EFT that is $203,466 ( $263869 - EFT Value is $60,403).  When I ran the vendor line items

  • Add a file upload to spreadsheet app

    Created a wizard-generated out of the box app based on spreadsheet. Now I want the ability to store a file attachment for each row. So I added the file_id column to the table as a FK to my custom table which stores the uploaded files. What is a good

  • CD Burn Error - need help plz

    My iBook is 3 yrs old now, and its worked flawlessy until about a month ago when I inserted a cd-r into the drive and it started making a grinding sound, very loud. Now it wont burn cds, gives me an error every time. Ive experienced this in iTunes, a

  • After Effects CS6 upgrade error in mac mavericks

    Say hello to everyone. Now i'm very tired and irritated about upgrading after effects cs6. Because my mac version is mac os x 10.9.5, mavericks so have to upgrade After Effects cs6. BUT, only upgrade version 11.04 installed, and the others (11.01/ 11

  • Import iTunes Library to Creative Xtr

    Hi all, I have a creative Xtra MP3 Player. Like many others I don't like Mediasource (The guy that designed it should be sent to Siberia or so). That's why I use iTunes on my WIN PC. My question: Can I import the iTunes library on my Creative Xtra (w