Unicode MSSQL

Hi All,
I'm inserting japanese charecters into MSSQL server. when i do that, i can see in the insert query in th audit log with japanese charecters. but in the MSSQL server, they are inserted as ?????. the columns are already defined in the MSSQL as the data types <b>nchar</b> and <b>nvarchar</b>
I modified the <b>URL</b> with charset <b>UTF-8</b>. i had also tried with the option sql7=true. but no use....
Can anyone help me in this regard.
Regards
Anil

Hi Anil,
hmmm....tricky..
For a unicode system SQL Server uses the datatype "nvarchar".
For a non-unicode system SQL Server uses the datatype "varchar".
SQL Server always uses UNICODE UCS-2 character set (2 bytes per
unicode character) independent from the collation of the SQL S
You can always store 10 unicode characters in a field defined
nvarchar(10).
A collation defines the code page and sort order. SAP only support
the collation SQL_Latin1_General_CP850_BIN2 for unicode system.
Did you install the correct collation ? See SAP note 600027.
or maybe you can look for Microsoft Support on this case ?
cheers,
Vincent

Similar Messages

  • HibernateTemplate: saving unicode in MSSQL

    Hi,
    I'm trying to save an object using the HibernateTemplate (http://www.springframework.org/docs/api/org/springframework/orm/hibernate/HibernateTemplate.html).
    The String members have russian characters. When I copy paste the data manually into the database everything stays intact. However when I use HibernateTemplate.saveOrUpdate(object) all unicode chars get replaced by '?'
    Is there anyway I could fix this ? I've been searching for any setting in spring to use unicode chars, without any succes.

    If you can't save the characters as Unicode chars, then you have to find an encoding that the [rtf application?] can use that correctly encodes the necessary characters. Then specify the encoding when your Java program writes the output, using something like java.io.OutputStreamWriter or java.nio.charset.CharsetEncoder

  • Solution Manager Install on Windows/MSSQL-Dev/QA/Production R/3 on AIX-UNIX

    Hello,
    We are about to install Solution Manager Install on Windows/MSSQL.  Our current R/3 4.7 Enterprise environments (Dev/QA/Production) are installed on AIX-UNIX servers running Oracle 9i. 
    Is installing Solution Manager on a windows environment compatible with our R/3 servers in relationship to our transportation management system existing in a UNIX environment?  i.e. can Solution Manager on windows control transports across our UNIX landscape?
    If so, could someone point me in the direction of documentation/notes on this?
    Thanks,
    Laurie

    You will have to load the Unicode kernel and here is the link to OSS where you can get get the download of SOLMAN for AS/400
    https://websmp110.sap-ag.de/solutionmanager , then choose this one:   ZIP 51033506_7 NW 7.0 SR3 UC-Kernel 7.00 OS/400  Info  550479 24.04.2008 .
    The install manuals are out there as well.

  • Error during export of ECC 6.0 system for unicode conversion

    We have upgraded a 4.7 system to ECC 6.0 running on MSSQL 2000.  We have the latest r3load, and are using the Netweaver 7.0 sapinst to perform the system copy (export) to convert to unicode.  Our goal is an exported system which we can use on a clean install once we have de-installed SAP and SQL 2000 and installed MSSQL 2005.
    When running the export, the r3szchk finishes and then the next phase runs.  But it gets almost all errors (so we are stopping the export).
    The export_monitor.log is shown below, and also an example of one of the table logs shown here as well.  but its almost as if every table hits the same problem, BSIS, MSEG, EDIDS etc.....
    If you look at the ACCTIT.log, it looks like the SQL/stored preocedure error is as follows, but not sure what this means:
    check NameTab width SQL DbSlRead on DDNTT_CONV_UC failed for table T002 with rc 24
    Export_Monitor.log
    ==============
    NFO: 2008-08-25 17:30:11
    Export Monitor is started.
    CONFIG: 2008-08-25 17:30:11
    Application options:
    dataCodepage=4103
    dbType=MSS
    exportDirs=S:\ABAP
    installDir=C:\Program Files\sapinst_instdir\NW04S\LM\COPY\MSS\EXP\CENTRAL\AS\EXP
    jobNum=3
    loadArgs=-stop_on_error
    monitorTimeout=30
    orderBy=
    r3loadExe=D:\usr\sap\ED0\SYS\exe\run\R3load.exe
    sapinst=
    server=
    trace=all
    tskFiles=yes
    CONFIG: 2008-08-25 17:30:11
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2008-08-25 17:30:11
    List of packages with views: 'SAPVIEW'.
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask run
    Unloading of 'ACCTIT' export package is started.
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask run
    Unloading of 'BSIS' export package is started.
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'ACCTIT' export package:
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -ctf E S:\ABAP\DATA\ACCTIT.STR S:\ABAP\DB\DDLMSS.TPL ACCTIT.TSK MSS -l ACCTIT.log
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask run
    Unloading of 'CMFP' export package is started.
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'BSIS' export package:
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -ctf E S:\ABAP\DATA\BSIS.STR S:\ABAP\DB\DDLMSS.TPL BSIS.TSK MSS -l BSIS.log
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'CMFP' export package:
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -ctf E S:\ABAP\DATA\CMFP.STR S:\ABAP\DB\DDLMSS.TPL CMFP.TSK MSS -l CMFP.log
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'ACCTIT' export package from database:
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e ACCTIT.cmd -datacodepage 4103 -l ACCTIT.log -stop_on_error
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'CMFP' export package from database:
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e CMFP.cmd -datacodepage 4103 -l CMFP.log -stop_on_error
    TRACE: 2008-08-25 17:30:11 com.sap.inst.migmon.LoadTask processPackage
    Unloading of 'BSIS' export package from database:
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e BSIS.cmd -datacodepage 4103 -l BSIS.log -stop_on_error
    ERROR: 2008-08-25 17:30:12 com.sap.inst.migmon.LoadTask run
    Unloading of 'ACCTIT' export package is interrupted with R3load error.
    Process 'D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e ACCTIT.cmd -datacodepage 4103 -l ACCTIT.log -stop_on_error' exited with return code 2.
    For mode details see 'ACCTIT.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2008-08-25 17:30:12 com.sap.inst.migmon.LoadTask run
    Unloading of 'CMFP' export package is interrupted with R3load error.
    Process 'D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e CMFP.cmd -datacodepage 4103 -l CMFP.log -stop_on_error' exited with return code 2.
    For mode details see 'CMFP.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2008-08-25 17:30:12 com.sap.inst.migmon.LoadTask run
    Unloading of 'BSIS' export package is interrupted with R3load error.
    Process 'D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e BSIS.cmd -datacodepage 4103 -l BSIS.log -stop_on_error' exited with return code 2.
    For mode details see 'BSIS.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    etc.....
    ACCTIT.log
    =========
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: START OF LOG: 20080825191346
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#18 $ SAP
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: version R7.00/V1.4
    Compiled Aug 18 2008 23:55:23
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -ctf E S:\ABAP\DATA\ACCTIT.STR S:\ABAP\DB\DDLMSS.TPL ACCTIT.TSK MSS -l ACCTIT.log
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: job completed
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: END OF LOG: 20080825191346
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: START OF LOG: 20080825191347
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#18 $ SAP
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: version R7.00/V1.4
    Compiled Aug 18 2008 23:55:23
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe -e ACCTIT.cmd -datacodepage 4103 -l ACCTIT.log -stop_on_error
    (DB) INFO: connected to DB
    (EXP) WARN: check NameTab width SQL DbSlRead on DDNTT_CONV_UC failed for table T002 with rc 24.
    (DB) ERROR: DbSlErrorMsg rc = 99
    (EXP) WARN: check NameTab width SQL DbSlRead on DDNTT_CONV_UC failed for table CDPOS with rc 24.
    (DB) ERROR: DbSlErrorMsg rc = 99
    (EXP) WARN: check NameTab width SQL DbSlRead on DDNTT_CONV_UC failed for table TACOB with rc 24.
    (DB) ERROR: DbSlErrorMsg rc = 99
    (EXP) INFO: check NameTab widths: Ok.
    (DB) INFO: Export without hintfile
    (RSCP) INFO: UMGCOMCHAR read check, skip: no data found; probably old SPUMG.
    (RSCP) INFO: environment variable "I18N_POOL_WIDTH" is not set. Checks are active.
    (RSCP) WARN: UMGCONTAINER has 9 more problems.
    (RSCP) WARN: UMGSETTINGS nametab creation: status not available, no table entry.
    (RSCP) INFO: Global fallback code page = 0000
    (RSCP) INFO: Common character set is 7-bit-ASCII
    (RSCP) INFO: Collision resolution method is unexpected !
    (RSCP) INFO: R3trans code pages = AskSPUMG
    (RSCP) INFO: EXPORT TO ... code pages = AskSPUMG
    (RSCP) INFO: Check for invalid language keys: active, by default
    (RSCP) INFO: I18N_NAMETAB_NORM_ALLOW = 0
    (RSCP) INFO: I18N_NAMETAB_NORM_LOG   = 0
    (RSCP) INFO: I18N_NAMETAB_ALT_ALLOW  = 0
    (RSCP) INFO: I18N_NAMETAB_ALT_LOG    = 0
    (RSCP) INFO: I18N_NAMETAB_OLD_ALLOW  = 0
    (RSCP) INFO: I18N_NAMETAB_OLD_LOG    = 0
    (GSI) INFO: dbname   = "ED0ecc6dev                                                                                "
    (GSI) INFO: vname    = "MSSQL                           "
    (GSI) INFO: hostname = "ECC6DEV                                                         "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "ECC6DEV"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 2"
    (GSI) INFO: machine  = "8x AMD64 Level 6 (Mod 23 Step 6)"
    (BEK) ERROR: SAPSYSTEMNAME not in environment
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ED0\SYS\exe\run\R3load.exe: END OF LOG: 20080825191348

    > We will quickly implement the UC as a separate project, not put it off forever.
    VERY good decision!
    > But as we have single code page, no JAVA integration, no web integration (SOA) etc... the added complexity on our already short timeframe is more than we care to take on at this point.
    Happy upgrading!
    Our upgrade from 4.7 to ERP 6.0 was one of the smoothest I've made.
    Markus

  • How to catch multi language's data in MSSQL and data isn't garbled

    Hi everyone, I'm Taiwanese PHP developer, sorry for my poor English.
    I have 3 language's data:Simplified Chinese,Traditional Chinese, and English in our mssql2012 database.
    If I want to use ADODB to catch data,The Simplified Chinese and Traditional Chinese will be garbled.
    I try to use mb_convert_encoding($data,
    'UTF-8','BIG-5'),
    the Traditional Chinese is ok, but Simplified Chinese is still garbled.
    Do anyone have suggestion?
    This is my output:
    Array
    [0] => Array
    [0] => ZHS2
    [1] => ?体中文
    [2] => 123
    [1] => Array
    [0] => ZHS3
    [1] => 翻?
    [2] => 123
    [2] => Array
    [0] => ZHS
    [1] => ?体中文
    [2] => Chinese Simplified
    [3] => Array
    [0] => ZHT
    [1] => 繁體中文
    [2] => Chinese Traditional
    [4] => Array
    [0] => US
    [1] => English
    [2] => English US
    Here is my code:
    <?php
    include('adodb5/adodb.inc.php');
    function encoding_data($results){
    foreach($results as $key1 => $result){
    foreach ($result as $key2 => $arr_str){
    if(is_integer($key2)){
    //unset($results[$key1][$key2]);
    //echo $key2."=>".$arr_str."<p />";
    }else{
    //echo $key2."=>".$arr_str."<p />";
    $results[$key1][$key2] = mb_convert_encoding($arr_str, 'UTF-8','BIG-5');
    $results[$key1][$key2] = mb_convert_encoding($arr_str, 'UTF-8', 'BIG-5');
    return $results;
    $sql = $_REQUEST['sql'];
    $usedb = $_REQUEST['usedb'];
    if($sql==""){
    $sql = "select * from HCP";
    if($usedb == ""){
    $usedb ="oci8";
    if($usedb == "mssql"){
    $hostname = "Driver={SQL Server};Server=XXXX,XXXX;Database=XXXX;CharacterSet=UTF-8;UID=XXXX;PWD=XXXX";
    //$port = XXXX;
    $dbname = "XXXX";
    $username = "XXXX";
    $pw = "XXXX";
    $mssqlconn = &ADONewConnection ('odbc_mssql');
    //define connection string, specify database driver
    $mssqlconn->Connect($hostname, $username, $pw , $dbname);
    $mssqlconn->debug = false;
    $results = $mssqlconn->GetArray($sql);
    $results = encoding_data($results);
    echo "<pre>",print_r($results),"</pre>";
    print_r($usedb);
    ?>

    Hi Yun Chen,
    Not knowledgable on PHP programing, but as far as I know The BIG-5 is specific for traditional Chinese, so that's why you got garbled character for simplified Chinese.
    As the Chinese character encoding wiki says, there're newer standards such as
    GB18030 and
    Unicode which have separate code points for both simplified and traditional characters. I believe this may be a good starting for you to make the conversion work.
    Regarding your description, this is not some specific question on SQL Server. I would suggest you post your question on a dedicated PHP forum. It is more appropriate and more experts will help you.
    If you have any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

  • SAP Data File size considerably reduced after Unicode Conversion

    Hello Experts
    I have just performed a CUUC (Upgrade along with unicode conversion) from R/3 4.7 to ECC 6.0 EHP5. The data size that i earlier had was close to 463 GB (MSSQL MDF, LDF Files), after the data export to be converted to unicode the size was 45 GB (10% of actual data size, i feel this is normal after heterogeneous system copy), but after the import again the DATA file size is only 247 GB, is this normal ? or have i lost some data ? For ex, I tried checking tables like MSEG and the number of entries have reduced from 15,678,790 to 15,290,545.
    Could you kindly let me know if there is a way to check from Basis perspective if i have not lost any data ? I have followed all the procedures as per SAP Standards.
    Waiting for your quick reply.
    Best Regards
    Pritish

    Hi Nicholas
    Data is compressed during the new R3load procedure is understood, but why number of table entries have reduced is something which is still a question to me (in some cases increased as well) ? For example      
                                 Source          Target
    STPO                  415,725          412,150
    STKO                 126,710          126,141
    PLAF                 74,671                   78,336
    MDKP                 193,487          192,747
    MDPB                 55,329                   63,557
    Any suggestions or ideas ?
    Best Regards
    Pritish

  • Using Unicode with MS-SQL-Server 2000

    Hello,
    i want to migrate my coldfusion application to support
    unicode. for that i read some articles here in the knowledge bas e
    and on the web. So i actually tested with:
    * correct use of cfcontent,cfprocessingdirective
    * storing source-files with UTF8 (BOM)
    * activating Unicode-handling for strings in
    datasource-settings of coldfusion admin
    * using nvarchar instead of varchar on mssql-server
    my firsts test displaying diffrent characters of different
    languages (chinese, japanese, arabic) look good. Tests storing and
    selecting example strings in that languages also look good.
    but now i read, that mssql stores unicode data with the UCS-2
    implementation and cannot handle UTF-8 directly. but my
    coldfusion-application will be converted to UTF-8.
    now my question: Do i have to do special handling storing and
    selecting the application data or does this the mssql jdbc driver
    for me. What about characters in some languages which use 3 Bytes
    in UTF8. How are they handled when MS-SQL-Server 2000 uses UCS-2
    (max 2 Bytes) instead?
    Many regards for your answers
    McD

    mcd wrote:
    > now my question: Do i have to do special handling
    storing and selecting the
    > application data or does this the mssql jdbc driver for
    me. What about
    > characters in some languages which use 3 Bytes in UTF8.
    How are they handled
    > when MS-SQL-Server 2000 uses UCS-2 (max 2 Bytes)
    instead?
    no need to worry, the db driver will handle that for you.
    just make sure your
    encoding is the same end-to-end.
    also a potential gotcha has just been exposed in unicode
    handling for sql server
    related to cfqueryparam under loads, you need to convert
    everything to "N"
    datatypes to avoid this. see jochem's blog:
    http://jochem.vandieten.net/2008/03/22/ms-sql-server-and-the-coldfusion-string-format-sett ing/

  • How to bring MSSQL database from suspended mode to online mode?

    Hi,
    I restarted services through SAP MMC & couldnt restart the service. ABAP work processes Ended & disp+work.exe stopped.
    I checked all SAP related & SQL related services; they were up, but when i tried logging in to the database it was in Suspended mode. I could not login to the database.
    Can anyone tell me the reason for my database going to suspended mode & help me getting my MSSQL 2005 database from suspended mode to online mode??
    Thanks,
    Jigar

    I somehow managed to get my database up but still when i m trying to start the services from SAP MMC then disp+work.exe stops after  sometime.
    Below is the developer trace of disp+work.exe ; plz help
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        PRD
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    133
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        1888
    Tue Feb 26 14:34:16 2008
    kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 1888) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 133 successfully loaded
         shared lib "dw_xtc.dll" version 133 successfully loaded
         shared lib "dw_stl.dll" version 133 successfully loaded
         shared lib "dw_gui.dll" version 133 successfully loaded
         shared lib "dw_mdm.dll" version 133 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Tue Feb 26 14:34:22 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5371]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >srvsappd_PRD_00                         <
    DpShMCreate: sizeof(wp_adm)          30160     (1436)
    DpShMCreate: sizeof(tm_adm)          4270848     (21248)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1544)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 068C0040, size: 4942392)
    DpShMCreate: allocated sys_adm at 068C0040
    DpShMCreate: allocated wp_adm at 068C2090
    DpShMCreate: allocated tm_adm_list at 068C9660
    DpShMCreate: allocated tm_adm at 068C9690
    DpShMCreate: allocated wp_ca_adm at 06CDC190
    DpShMCreate: allocated appc_ca_adm at 06CE1F50
    DpShMCreate: allocated comm_adm at 06CE3E90
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 06D64D50
    DpShMCreate: allocated gw_adm at 06D64D90
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 06D64DC0
    DpShMCreate: allocated wall_adm at 06D64DC8
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    ThTaskStatus: rdisp/reset_online_during_debug 0
    Tue Feb 26 14:34:23 2008
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 1023 blocks reserved for free list.
    ES initialized.
    Tue Feb 26 14:34:25 2008
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1629]
    ***LOG Q0K=> DpMsAttach, mscon ( srvsappd) [dpxxdisp.c   11799]
    DpStartStopMsg: send start message (myname is >srvsappd_PRD_00                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Tue Feb 26 14:34:26 2008
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 133
    Release check o.K.
    Tue Feb 26 14:35:05 2008
    ERROR => DpHdlDeadWp: W0 (pid 888) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W1 (pid 2704) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W2 (pid 924) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W3 (pid 2088) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W4 (pid 1780) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W5 (pid 2932) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W6 (pid 1328) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W7 (pid 1332) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W8 (pid 2948) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W9 (pid 492) died [dpxxdisp.c   14507]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => DpHdlDeadWp: W10 (pid 1976) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W11 (pid 2288) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W12 (pid 2716) died [dpxxdisp.c   14507]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => DpHdlDeadWp: W13 (pid 2564) died [dpxxdisp.c   14507]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => DpHdlDeadWp: W14 (pid 712) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W15 (pid 3080) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W16 (pid 1588) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W17 (pid 3084) died [dpxxdisp.c   14507]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => DpHdlDeadWp: W18 (pid 1616) died [dpxxdisp.c   14507]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => DpHdlDeadWp: W19 (pid 2856) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W20 (pid 1912) died [dpxxdisp.c   14507]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:15 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Tue Feb 26 09:05:15 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA      888 Ended         no      1   0        0                                                                         
    1 DIA     2704 Ended         no      1   0        0                                                                         
    2 DIA      924 Ended         no      1   0        0                                                                         
    3 DIA     2088 Ended         no      1   0        0                                                                         
    4 DIA     1780 Ended         no      1   0        0                                                                         
    5 DIA     2932 Ended         no      1   0        0                                                                         
    6 DIA     1328 Ended         no      1   0        0                                                                         
    7 DIA     1332 Ended         no      1   0        0                                                                         
    8 DIA     2948 Ended         no      1   0        0                                                                         
    9 DIA      492 Ended         no      1   0        0                                                                         
    10 UPD     1976 Ended         no      1   0        0                                                                         
    11 UPD     2288 Ended         no      1   0        0                                                                         
    12 UPD     2716 Ended         no      1   0        0                                                                         
    13 ENQ     2564 Ended         no      1   0        0                                                                         
    14 BTC      712 Ended         no      1   0        0                                                                         
    15 BTC     3080 Ended         no      1   0        0                                                                         
    16 BTC     1588 Ended         no      1   0        0                                                                         
    17 BTC     3084 Ended         no      1   0        0                                                                         
    18 SPO     1616 Ended         no      1   0        0                                                                         
    19 UP2     2856 Ended         no      1   0        0                                                                         
    20 UP2     1912 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Tue Feb 26 09:05:15 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    4
    2000
    5
    5
    --------++++--
    +
    DIA
    5
    5
    2000
    5
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          12
    wake_evt_udp_now     0
    wake events           total     8,  udp     2 ( 25%),  shm     6 ( 75%)
    since last update     total     8,  udp     2 ( 25%),  shm     6 ( 75%)
    Dump of tm_adm structure:               Tue Feb 26 09:05:15 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Tue Feb 26 09:05:15 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:20 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >srvsappd_PRD_00                         < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (2404) (SOFT_KILL)
    Stop icman
    killing process (308) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:2404  HANDLE:1476)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:21 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:2404  HANDLE:1476)
    wait for end of icman
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:22 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:23 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:24 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:25 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:26 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:27 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:28 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:29 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:30 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:31 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:32 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:308  HANDLE:1484)
    DpStartStopMsg: send stop message (myname is >srvsappd_PRD_00                         <)
    NiIMyHostName: hostname = 'srvsappd'
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 2 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIPeek: peek successful for hdl 2 (r)
    NiIRead: hdl 2 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    Tue Feb 26 14:35:33 2008
    NiIPeek: peek for hdl 2 timed out (r; 1000ms)
    NiIRead: read for hdl 2 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12145]
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0
    SiSelNSet: set events of sock 1380 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 1380 (pos=2)
    SiSelNRemove: removed sock 1380
    NiSelIRemove: removed hdl 2
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/21
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 1380
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 1888) [dpxxdisp.c   10417]
    Good Bye .....

  • Connect e-comerce to IPC 4.0 standalone MSSQL 2005 database

    We have installed the E-commerce 5.0 senario on server A (CSCDBSTTP003) and we have the SAP/R3 installed on server B SAPOLLO3) and the IPC 4.0 on server C (CSCDBSTTP007).
    I have installed the IPC 4.0 standalone and the MSSQL database. Connected the IPC to SAP/R3 and to the MSSQL database in IPC Administrator.
    I have done initial download with sucess and now I want to do the ipcjcodata connection in XCM from the Shop to IPC.
    I try to create the ipcjcodata in XCM under Application Configuration -> advanced settings but I get the error:
    Connection failed. com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed Connect_PM TYPE=A ASHOST=CSCDBSTTP007.emea.csc.com SYSNR=77 GWHOST=CSCDBSTTP007.emea.csc.com GWSERV=sapgw77 PCS=1 LOCATION CPIC (TCP/IP) on local host with Unicode ERROR hostname 'CSCDBSTTP007.emea.csc.com' unknown TIME Mon Mar 15 15:11:16 201 RELEASE 700 COMPONENT NI (network interface) VERSION 38 RC -2 MODULE nixxhsl.cpp LINE 223 DETAIL NiHsLGetNodeAddr: hostname cached as unknown COUNTER 5
    How do I connect e-comerce to IPC 4.0 standalone?
    Regards Torben Moberg Jørgensen

    Thankx Greg, this thing was too strange to be true.
    I talked with a friend and he said the machine could have the ping turn off and that doesn't mean is offline or behind some firewall.
    So I decided to get the error to show you. Because in my mind I made all the configuration like the other Oracle Linked Server, also with some how-tos and blogs.
    When I look at both I noticed mine had the server alias instead of the ip number, I created another and now it's working.
    You're right about the client and driver.
    BTW sorry, I putted this message on the wrong place.
    The connection I want is the OLE DB. But i'll try to make some tests to see what seems quicker. Also some expert blogs that made the test.

  • Sol Man Install-Windows/MSSQL-Import ABAP Errors

    Hello,
    During the Import ABAP phase (15 out of 41) of a Solution Manager 4.0 install on windows running MSSQL, I am seeing the below error in the SAPSDIC.log: ((IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful>)
    D:\usr\sap\SLM\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20070122153431
    D:\usr\sap\SLM\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4
    Compiled Sep  6 2006 00:36:09
    D:\usr\sap\SLM\SYS\exe\uc\NTI386\R3load.exe -ctf I D:\Install_Export_EXP2\EXP2\DATA\SAPSDIC.STR C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL SAPSDIC.TSK MSS -l SAPSDIC.log
    D:\usr\sap\SLM\SYS\exe\uc\NTI386\R3load.exe: job completed
    D:\usr\sap\SLM\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20070122153431
    D:\usr\sap\SLM\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20070122153432
    D:\usr\sap\SLM\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4
    Compiled Sep  6 2006 00:36:09
    D:\usr\sap\SLM\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: /SDF/PAT03 created
    (DB) INFO: /SDF/PAT03~0 created
    (IMP) INFO: import of /SDF/PAT03 completed (0 rows) #20070122153435
    (DB) INFO: APSRV created
    (DB) INFO: APSRV~0 created
    (IMP) INFO: import of APSRV completed (0 rows) #20070122153435
    (DB) INFO: ASGRP created
    (DB) INFO: ASGRP~0 created
    (IMP) INFO: import of ASGRP completed (0 rows) #20070122153435
    (DB) INFO: AUTHX created
    (DB) INFO: AUTHX~0 created
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: import of AUTHX completed (685 rows) #20070122153436
    (DB) INFO: AVERS created
    (DB) INFO: AVERS~0 created
    (IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful>
    (IMP) ERROR: EndFastload: rc = 2
    (DB) INFO: AVERS_EXT created
    (DB) INFO: AVERS_EXT~0 created
    (IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful>
    (IMP) ERROR: EndFastload: rc = 2
    (DB) INFO: BADI_CHAR_COND created
    (DB) INFO: BADI_CHAR_COND~0 created
    (IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful>
    (IMP) ERROR: EndFastload: rc = 2
    (DB) INFO: BADI_FILTER created
    (DB) INFO: BADI_FILTER~0 created
    (IMP) INFO: import of BADI_FILTER completed (52 rows) #20070122153437
    <u>Excerpt of import_monitor.log:</u>
    TRACE: 2007-01-22 15:41:08 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    D:\usr\sap\SLM\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -loadprocedure fast
    ERROR: 2007-01-22 15:41:08 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'D:\usr\sap\SLM\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -loadprocedure fast' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Help please!
    thanks...
    Laurie

    Update:
    In the SAPSDIC log, I am seeing the following:
    (DB) INFO: DDNTF created
    (DB) INFO: DDNTF~0 created
    rscpMCConvert: Error:
    The output buffer was too short.
    Size of output buffer was 1 bytes
    Size of input buffer was 1 bytes
    But only 0 bytes could be consumed
    used ? ? addr=02505010 , len=0
    unused00000000 42 |B
    |
    ERROR in nametab conversion
    conversion of 'DDNTF '
    current tabname (in hex):
    2F314245412F424245415F42444820202020202020202020202020202020
    rscpMCConvertNeutral error, rc = 32
    function: get_version_conv
    (CNV) ERROR: code page conversion failed
    rc = 2
    .--============--
    RSCP - Error
    Error from: Codepage handling (RSCP) 5
    code: 32 RSCPETOOLONG The data was longer than the buffer.
    convert output buffer overflow
    module: rscpc no: 20 line: 11776 T100: TS006
    TSL01: F39 p3: inlen&1&outlen&1&
    `----
    (DB) INFO: DDNTF_CONV_UC created
    (DB) INFO: DDNTF_CONV_UC~0 created
    rscpMCConvert: Error:
    The output buffer was too short.
    Size of output buffer was 1 bytes
    Size of input buffer was 1 bytes
    But only 0 bytes could be consumed
    used ? ? addr=02505010 , len=0
    unused00000000 42 |B
    |
    ERROR in nametab conversion
    conversion of 'DDNTF_CONV_UC '
    current tabname (in hex):
    2F314245412F424245415F42444820202020202020202020202020202020
    rscpMCConvertNeutral error, rc = 32
    function: get_version_conv
    (CNV) ERROR: code page conversion failed
    rc = 2
    When I was prompted for the Kernel NW04sSR1, the SAPINST would NOT except the 51032266_11 DVD (which is the 32bit UNICODE_Kernel 7.0 windows server IA32). It wanted the non-UNICODE DVD of 51032266_3.
    If this is the issue, what is the correct Kernel to install??

  • Error  : Unicode setting doesnot match source system in BW

    Hi All,
    While replication data in BW  im facing the following error :
    unicode setting doesnot match source system.
    Kindly suggest.
    Regards,
    Amit Miglani.

    Hi,
    We have installed a fresh BIW server on MSSQL database 2005. We have selected components like as ABAP.JAVA,EP,EP Core ,BI Java. While replicating the datasource using tcode RSA1 from R/3 Retail Server we are getting an error Error in module RSQL of the datasource inter face .
    Details of Support package level-:
    SAP_ABA 700 0016 SAPKA70016 Cross-Application Component
    SAP_BASIS 700 0016 SAPKB70016 SAP Basis Component
    PI_BASIS 2006_1_700 0007 SAPKIPYM07 Basis Plug-In (PI_BASIS) 2006_1_700
    SAP_BW 700 0018 SAPKW70018 SAP NetWeaver BI 7.0
    BI_CONT 703 0008 SAPKIBIIP8 Business Intelligence Content
    Please suggest us the solution.
    Note: we are not getting any dump in st22. we have already checked the note 1162821
    Regards,
    Amit Miglani.

  • Unicode Export - R3szchk fails

    Hi all,
    We are trying to convert our newly upgraded ERP 2005(SP10) system to
    unicode. It is running on Windows 2003 Server 64bit, MSSQL 2005. We have performed the required operations in the unicode conversion guide, and started the export using SAPInst according to the "System Copy for SAP Systems Based on NW2004s SR2 ABAP.pdf" guide. We have included the latest version of R3load.exe, R3szchk.exe and dbmssslib.exe (lib_dbsl_87-20001375.SAR -note 860635) from the Service Market Place into the kernel directory of ERP2005.
    The SAPInst used is from the Installation Master DVD (Material #51032260)/IM_WINDOWS_X86_64/sapinst.exe.
    In the Database Instance Export phase, the export fails after about 3
    hours while R3szchk is running. I have retried this step 4 times using the "Retry" option on the SAPInst dialog screen.
    The sapinst.log file contains this error message:
    ERROR 2007-01-30 17:19:19
    FCO-00011  The step runR3szchk with step key
    |NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0
    |NW_ABAP_Export|ind|ind|ind|ind|0|0|runR3szchk was executed with status
    ERROR.
    In sapint_dev.log I get this error:
    F:\T01_Export\ABAP\DATA\STXH.STR' exits with error code 1. For details see log file(s) R3szchkExport.log.
    In R3szchkExport.log I have this:
    INFO: processing SAPSSEXC_9.STR
    INFO: processing SAPSSRC.STR
    INFO: processing SAPUSER.STR
    INFO: processing SAPUSER1.STR
    INFO: processing STXH.STR
    ERROR: EndModify for write_ddloadd failed
           (rc = 26)
    error message returned by DbSl:"
    I get no error message text from DbSl, even after I updated the dbmssslib as instructed in note 860635.
    So this is where I am stuck.. Can anyone help me with this issue?
    Urgent help is needed...
    Best Regards,
    Thomas

    Hi all.
    I managed to get passed this issue. I believe the reason is that I only restarted the "Database Instance Export" step after having updated the various .exe files.
    Now I restarted the entire thing, including the "Export preparation" step.
    Regards,
    Thomas

  • CFINSERT - MSSQL - Russian Characters

    Hello… Need your help in resolving a ColdFusion MSSQL
    task. I am building an application using ColdFusion MX to support
    Russian users (Cryleric language).
    1. Using cfform, the user can type their data, submit it
    online and can see their posted data on the submit page (simply
    displaying the form.data) – Works fine
    2. On the submit page I have a CFINSERT which inserts just
    junk characters (????) in to the MS SQL DB instead. – Need
    help
    3. On the MS SQL DB, I can open the table and I can cut/paste
    the Russian texts without any issues – Works fine
    4. Whereas when displaying the data from the MSSQL DB to the
    web page using CFQUERY, I am getting the same junk characters
    (????) as the output – Need help
    I have taken care of the following action on all web pages
    1. <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">
    2. <cfprocessingdirective pageencoding="utf-8">
    3. <cfcontent type = "text/html; charset=utf-8">
    4. On the ColdFusion administrator page I have checked the
    String Format option (-- Enable Unicode for data sources configured
    for non-Latin characters).

    Alex Nathan wrote:
    > 2. On the submit page I have a CFINSERT which inserts
    just junk characters
    > (????) in to the MS SQL DB instead. ? Need help
    never really use cfinsert anymore (who does?) but what db
    driver? has to be
    JDBC, labeled as ms sql server in cfadmin. how are the
    columns holding your
    cyrillic text defined? these have to be "N" types (nVarchar,
    nChar, nText).
    > 3. On the MS SQL DB, I can open the table and I can
    cut/paste the Russian
    > texts without any issues ? Works fine
    doesn't count.
    > 4. Whereas when displaying the data from the MSSQL DB to
    the web page using
    > CFQUERY, I am getting the same junk characters (????) as
    the output ? Need help
    see #2.
    > 1. <meta http-equiv="Content-Type"
    content="text/html; charset=utf-8">
    no use for cf but good practice to always include.
    > 4. On the ColdFusion administrator page I have checked
    the String Format
    > option (-- Enable Unicode for data sources configured
    for non-Latin characters).
    only needed for cfqueryparam which is also a good practice to
    use you but not
    w/cfinsert (in case you're missing the point, using cfquery
    instead of cfinsert
    is usually a good idea).

  • Urgent: Unicode conversion - table splitting

    Hi all,
    I am having a problem when trying to perform the export step of the unicode conversion on ERP2005, MSSQL server 2005. Due to previously very long runtime, I am trying to use the table splitting option. I have performed the "Table Splitting Preparation" step with what seems to be a success.
    The problem is when I run the actual database instance export.
    First of all:
    Which filepath should I provide SAPinst when it is asking for "Table input file"?
    Second:
    How can I actually determine the Package Unload Order? I tried selecting this option, but I was not given the opportunity to change this order in the subsequent screen. (The F1 help in SAPinst sais that I would be able to...)
    Have anyone of you experience with this?
    Best Regards,
    Thomas

    Hi Thomas,
    As I can imagine from the date of your last posting, you probably have your answers. But just so other people, who are searching on this topic, can find the answer here, I will fill in the blanks.
    First, when using table splitting, you must export using the migration monitor (MIGMON). That means, when you run SAPINST, on the ABAP System -> Database Export screen, select the Export Method: Export using Migration Monitor.
    At this point, as you said, you have already run the Table Splitting option from SAPINST, so the WHR files are in the export DATA directory. This whr.txt file is also there.
    The file input screen you are mentioning does not appear when you select the Export method mentioned above. But you can create such a file for MIGMON. You have to create this on your own and can only do it after the SAPINST has split the STR files.
    When finished with SAPINST, create the .txt file (I usually call it table_order.txt) and add the names of the STR files which you want to make sure are exported first. After MIGMON completes that list, all other STR files are exported in alphabetical order.
    Create your table_order.txt file inserting the filenames of the packages that were created, without the STR/WHR extensions (using some large tables which STR splitter broke out into their own STR files during my last export). You have to look in DB02 and sort descending based on used space to determine the order in which these tables should be exported and listed in the .txt file:
    <SPLIT Table>-1
    <SPLIT Table>-2
    <SPLIT Table>-n
    BSIS
    RFBLG
    CE1VVOC
    CE1WWOC
    DBTABLOG
    CE3VVOC
    COEP
    ARFCSDATA
    GLPCA
    KONV
    SWW_CONT
    SOC3
    CDCLS
    CE3WWOC
    BSE_CLR
    STXL
    EDIDS
    COSP
    BSAD
    EDI40
    ACCTIT
    BSIM
    VBFS
    BSAS
    ACCTCR
    CDHDR
    CE4VVOC_ACCT
    SGOHIST
    MSEG
    In the export_monitor_cmd.properties file, you specify this file name for the 'orderBy=' parameter. Create and keep the table_order.txt file in the same directory as the export_monitor.sh/.bat files.
    For importing, again you will need to use the Migration Monitor. SAPINST will automatically stop and prompt you to start the import using MIGMON. Here, you can specify the same table_order.txt file. You might want to amend it to control when the rest of the packages are imported, if you found one or more tables holding up the completion of the export.
    I hope this helps someone.
    Best Regards,
    Warren Chirhart

  • How to Copy a Non-unicode ECC 6.0 SR3 to WIN2008 and MSSQL2008

    Good morning,
    how can I make a homogeneous system copy of my NON-UNICODE ECC 6.0 (Nw 7.0 SR3) to a new machine running Windows  Server 2008 and MSSQL 2008?
    According to OSS note 1152240 to install SR3 on SQL2008 I have to generate and use  a "SR3 modified installation master DVD".
    My problem is that SR3 installation disk doesn't allow non-unicode installations.
    Can I use SR2 installation disk, and modify it the some way I should do with SR3 installation disk?
    Note 1054740 says "SAP products prior to NetWeaver 7.0 SR3 are not supported on Windows Server 2008", but I would
    not run the SR2 system, just perform the installation and copy my "SR3 database" back. This should not be a problem as the
    diference between SR2 and SR3 is at support package level. Is this correct?
    Can the SR2 installation disk be changed in the some way of the SR3 disk, as described on note 1152240, and be used with
    SQL2008?
    Is there any way to move non-unicode ECC 6.0 to WIN2008 + SQL2008?
    Thank you
    Best regards

    Hi,
    If you are copying you can create a NON Unicode system, The installation for NEW systems is only permited for Unicode but if you are using SAPInst for copying your system, then it will ask if you are copying an Unicode system or not and will left it Non Unicode in the Target. So you could copy your system with no problem I´m pretty sure about this because we are running some copies (8 systems) and we have non unicode systems and we are using SR3 master DVD.
    Just do the chages to the master DVD so you could use it on Win2008
    Have a nice day.

Maybe you are looking for