SAP 4.7 Unicode Installtion

When installing SAP 4.7 Unicode Version on Windows 2000 Adv Server + MS SQL 2000 Server.I am getting following error,
=================
myCluster (3.5.Imp): 1329: inconsistent field count detected. myCluster (3.5.Imp) : 1329 : inconsistent field count detected.
myCluster (3.5.Imp): 1332: nametab says field count (TDESCR) is 305. myCluster (3.5.Imp) : 1332 : nametab says field count (TDESCR) is 305.
myCluster (3.5.Imp): 1335: alternate nametab says field count (TDESCR) is 311. myCluster (3.5.Imp) : 1335 : alternate nametab says field count (TDESCR) is 311.
myCluster (3.5.Imp): 1130: unable to retrieve nametab info for logic table BSEG . myCluster (3.5.Imp) : 1130 : unable to retrieve nametab info for logic table BSEG.
myCluster (3.5.Imp): 7305: unable to retrieve nametab info for logic table BSEG . myCluster (3.5.Imp) : 7305 : unable to retrieve nametab info for logic table BSEG.
myCluster (3.5.Imp): 2090: failed to convert cluster data of cluster item. myCluster (3.5.Imp) : 2090 : failed to convert data cluster of cluster item.
myCluster: RFBLG *800**0001**0100000000**1995* myCluster : RFBLG ** 800 **** 0001 **** **** 0.1 billion in 1995 **
myCluster (3.5.Imp): 319: error during conversion of cluster item. myCluster (3.5.Imp) : 319 : error during conversion of cluster item.
myCluster (3.5.Imp): 322: affected physical table is RFBLG. myCluster (3.5.Imp) : 322 : physical table is affected RFBLG.
(CNV) ERROR: code page conversion failed (CNV) ERROR : code page conversion failed
================= =================
Solution given in Note : 967124 (https://service.sap.com/sap/support/notes/967124)
reads as
The problem is caused by incorrect data which should have been removed from the source system before the export.
Use one of the following workarounds:
Modify DDL<dbs>.TPL (<dbs> = ADA, DB2, DB4, DB6, IND, MSS, ORA) before the R3load TSK files are    generated; search for the keyword "negdat:" and add "CLU4" and "VER_CLUSTR" to this line.
Modify the TSK file (most probably SAPCLUST.TSK) before the R3load import is (re-)started; search for    the lines starting with "D CLU4 I" and "D VER_CLUSTR I" and change the status (i.e. "err" or "xeq") to "ign" or remove the lines.
Modifying TSK files didn't work in mycase,then i tried to modify DDL<dbs>.TPL  ie DDLMSS.TPL in my case but i am not able to find keyword "negdat:"
How to solve this issue? anybody have solution for this...
Note : I have tried more than 3 times from scratch

http://www.sap-img.com/b1002.htm
May be the above may be of some use to you.
Regards,
Rajesh Banka
Reward suitable points.
How to give points: Mark your thread as a question while creating it. In the answers you get, you can assign the points by clicking on the stars to the left. You also get a point yourself for rewarding (one per thread).

Similar Messages

  • Gettin data from SAP R/3 4.7 unicode sys to SAP ERP non-unicode sys via RFC

    We are trying to get data from SAP R/3 4.7 unicode sys to SAP ERP non-unicode sys via RFC. We are reading field from the database via FM and this field got converted by SAP standard Method (CL_ABAP_CONTAINER_UTILITIES=>fill_CONTAINER_C) from structure. When reading this field from ERP sys and converted back to structure using SAP standard Method the value is un-accurate, and different(blank) giving values.
    How, if the data originally was a char or numeric it works fine, but not for decimal.
    best regards,
    Abu-Qaht

    I have a range fields with different type of ranges, am saving these to the database by converting them to a string via the same method. I got the same problem so I tried to convert the string to xstring using function “SCMS_STRING_TO_XSTRING”, before send it to the other system, but the function raised an exception: CX_SY_CONVERSION_CODEPAGE

  • Is it possible to make SAP 4.6C UNICODE enabled??

    Is it possible to make SAP 4.6C UNICODE enabled??

    No its not possible.
    4.6 is Single code page or MDMP.
    Best regards
    deepak

  • Does SAP.Functions support unicode?

    Hi,
    I have an ASP page using Server.CreateObject("SAP.Functions") to connect to SAP ecc 6.0. Does anyone know whether the wdtfuncs.ocx supports unicode? The result i got back from SAP shows English contents correctly but not Cyrillic character. Source code is something like this
    Set oSAP = Server.CreateObject("SAP.Functions")
    Set oConn = oSAP.Connection
    oConn.User = sUID
    oConn.Password = sPWD
    oConn.Language = "EN"
    oConn.Destination = sServer
    oConn.Client = iClient
    oConn.GroupName = sServer
    oConn.MessageServer = sMessageServer
    oConn.codepage = "4110"
    oConn.Logon 0, True
    Set oRFC = oSAP.Add(SAPFunctionModueName)
    Set oParam = oRFC.Exports(ParameterName)
    oParam.Value = ParameterValue
    Set oOut = oRFC.Tables(SAPoutputTableName)
    oRFC.Call
    The SAP .net connector works well, but in this case i have to use the .ocx file trying to avoid rewriting existing application with .net.

    Sorry, the SAP version is 710

  • RFC_ERROR_SYSTEM_FAILURE with SAP ECC 6 Unicode

    Hi All,
    I am using BizTalk 2006 R2, Microsoft BizTalk Adapter v2.0 for mySAP Business Suite SP1 & SQL Server 2005 as a Database server.
    In past we developed Orchestrations which were communicating with SAP version 4.7. Currently SAP has been upgraded in ECC 6(Unicode) system.
    I have configured new Send Port on server. Orchestration was able to communicate with SAP ECC 6.0 (Non- Unicode) system but while trying to connect with SAP ECC 6.0 (Unicode) I am getting error.
    A message sent to adapter "SAP" on send port "ECC 6 SendPort" with URI "sap://AS:**..*.*//**/" is suspended.
    Error details: RFC_ERROR_SYSTEM_FAILURE
    I also installed RFC SDK 7.10 Unicode version an also set environment variables for SAP GUI tracing. Now I can execute RFC which returns CHAR value but in case of NUM data type, I am getting following error in trace file,
    T:4012 Error in program 'BTSNTSvc':
    >> ERROR: Import parameter length difference detected.
    Read length: 7. Expected length: 0. Type: 2.
    T:4012 Error in program 'BTSNTSvc': <* RfcReceive [2] : returns 19:RFC_INVALID_PARAMETER
    T:4012 Error in program 'BTSNTSvc': <* RfcCallReceive [2] : returns 19:RFC_INVALID_PARAMETER
    T:4012 Error in program 'BTSNTSvc': <* RfcCleanupContext [2] : returns 18:RFC_INVALID_HANDLE
    T:4012 Error in program 'BTSNTSvc': <* RfcCleanupContext [2] : returns 18:RFC_INVALID_HANDLE
    Thanks in advance.

    Hi Pankaj,
    please note that there are metadata length differences between non-Unicode and Unicode systems.
    This has to be taken into account if you have hardcoded the length in the used connector.
    Please also have a look at the RFCSDK Guide:
    http://service.sap.com/~form/sapnet?_SHORTKEY=01200252310000047816&_OBJECT=011000358700001892452002E
    --> Unicode Programs --> Page 35
    Best regards,
    Nils Buerckel
    SAP AG

  • SWW_WI_ADMIN_COMPLETE in SAP 6.0 Unicode

    Hi Team.
    I Have problem with the FM SWW_WI_ADMIN_COMPLETE.
    In 4.6 version i don't have problems, the WF in process is complete and contin ue the flow in the Workflow.
    But now we are upgrade to 6.0 Unicode system.
    When I try use this function, The task is complete but the workflow is in error.
    For project reasons I need use a FM so can be used in 4.6 and 6.0
    Maybe I use in incorrect form the FM.
    I Fill the next steps:
    WI_ID                   = wf_id
    DO_COMMIT        = ' X '
    RETURN_CODE   = ' 0001'
    USERID
    In 4.6 it's right but not in 6.0
    Anyone have any idea to solve this problem

    You should post this in the workflow forum and not in this one. This one is for SRM related issues. You can find the workflow forum [here.|SAP Business Workflow;
    Regarding your problem, I don't think it is a problem with the Fm but with the workflow. Search here on SDN for a document on upgrading from 4.6C to ECC for workflow. There are some actions which should be performed I think.
    Regards,
    Martin

  • SAP Integrator and Unicode

    Dear all,
    can anybody tell me if OWB SAP Integrator is working against SAP Unicode Systems? If yes starting with which version.
    I have some ABAP Programs built with OWB 2.1 and they are not Unicode compliant.
    Kind regards for help
    Roman

    OWB 10gR2 (with patch 5696353)supports Unicode SAP instance.
    In the SAP mapping configuration, you need to set the "SAP system
    version" to be "SAP R/3 4.7" to generate proper encoding for file IO.

  • SAP Upgrade No-UNICODE to *UNICODE

    Hi all,
    This is our enviroment:
    OS: Windows 2000
    DB: Oracle 9.2.0.7.0
    SAP Kernel 46D
    SAP_BASIS Release: 46B
    <b>NON UNICODE System</b>
    We will go to upgrade our SAP System to:
    SAP R/3 Enterprise Core 4.70 Extension Set 2.00 Support Release 1
    We recieved this <b>upgrade package</b> (Big White Box) from SAP:
    SAP R/3 Enterprise 4.7x2.00 SR1(<b>Incl. UNICODE</b>) not for IDES
    My doubt is:
    <b>*UNCODE</b> does mean that is only for UNICODE Upgrades?
    Should i ask to SAP for a upgrade package like this:
    SAP R/3 Enterprise 4.7x2.00 SR1(<b>Incl. <b>NON</b> UNICODE</b>) not for IDES
    Maybe it only mean that, as an option after the upgrade you <b>could</b> convert your system to unicode, only if you want or need.
    Please some tips!
    Best Regards,
    Desiree Cardenas

    Hi Desiree,
    If you goto www.sap.com/swdc and navigate to
    1. Entry by Application Group
    2. Installations and Upgrades
    3. SAP Application Components
    4. SAP R/3 Enterprise
    5. SAP R/3 Enterprise 47x200
    6. Upgrade
    7. Windows Server
    8. Oracle
    it will show all the DVDs/CDs that may be required for the upgrade.  Since none of the media descriptions actually differentiate between Unicode and Non-Unicode, then I expect the package you received is good for either type of upgrade.
    Than Martens

  • SAP MDMP Vs Unicode

    Hi,
    One of our application is using SAP ECC 5 MDMP. We want to understand the difference between MDMP and Unicode to evaluate if this is version change or business function upgrade.
    Any inputs on this will be highly appericated.
    Regards
    Tushar

    Neither of them.
    MDMP means, basically spoken, that the application server switches the language and the data, that is transferred between a user who´s logged on with a specific language, to exactly that language/codpage,. the user is logged on.
    That means, that a polish user will be able to enter polish and see (and other Latin-2) data, but data of other codepages appears "corrupt".
    The MDMP approach is proprietary, it can be pretty complicated to connect an MDMP system correctly to other systems.
    Unicode is a standard (http://en.wikipedia.org/wiki/Unicode). In UC each character has it own value, no matter what language you are "logged on".
    To convert your system, you need to do some preparation work, export your system with R3load, delete the database and create the system from scratch using that export.
    For more information see http://service.sap.com/unicode
    Markus

  • SAP NW BI Unicode

    想问一下,怎么可以知道BW系统的codepage是不是支持unicode的?

    只要你SAP Business Suite的版本是6.0以上,都是基于Unicode的!

  • Collation Error during SAP ABAP Engine Unicode Central Instance

    I am trying to follow instructions on installing XI Prerequisite components.
    I am getting conflicts on collations. My back-end database is SQL Server 2000 (SP3,hot-fix and unicodecp850bin2 fix). SAP expecting SQL_Latin1_General_CP850_BIN2 collation and SQLServer showing only SQL_Latin1_General_CP850_BIN. My OS is
    Windows 2003 (SP1) Server.
    Immediate response is greatly expected

    hello Naresh,
    Please try to run the script SQL4SAP.VBS which might be present in the MS SQL server CD.
    Rgdz
    Yogi

  • SAP PI 7.1 Installtion ?

    hi Experts
    Can Any One  have SAP PI 7.1 
    Thank You
    praveen.tecnics  at g m a i l . c o m
    Praveen G
    Edited by: praveen.tecnics on Mar 18, 2009 8:29 PM
    Edited by: praveen.tecnics on Mar 18, 2009 8:29 PM
    Edited by: praveen.tecnics on Mar 18, 2009 8:32 PM

    Hi,
    it's not available on SDN - sorry
    Regards,
    Michal Krawczyk

  • TYPE X conflict in SAP Upgrade to Unicode

    Hi ,
    How to convert the below type in upgrate.
    constants : crlf(2)            type x value '0D0A'.
    Please reply soon.
    Thanks ,
    Lee

    This issue will occur when we try to move the X type to other type. This we can avoid by converting the Xstring type with different FMs that convert hexa decimel to character string..
    Some of them are:
    SCMS_BINARY_TO_STRING- just pass the xstring to this and it will give u the character string..
    CHAR_HEX_CONVERSION- this converts X to c...
    Hope this will help u in resolving... Reward points if usefull...

  • Incorrect data from "table.getString" in jCO call to a Unicode SAP sys

    We have started getting java errors, with a local standalone java application, after we converted our SAP system to Unicode. The java application makes a RFC call to SAP and runs a functional module, which extracts payment data. The data is passed through table parameters T_OUTLOG and T_FILE.
    When trying to get data from the first field/parameter of a table, it also picks up data from the second field/parameter. It seems to be picking up twice the number of expected characters. Consequently when we try to get data from the second field/parameter, it now contains the data from the third field/parameter.
    Below are the sample data, java code and results:
    eg. SAP TABLE "T_OUTLOG" has the following fields and values:
    FILE: 103501U1
    LAUFD: 20070803
    LAUFI: TIN01R
    RPPOST: 44
    JAVA CODE:
    com.sap.mw.jco.JCO.Table table = function.getTableParameterList().getTable("T_OUTLOG");
    for(int i = 0; i < table.getNumRows(); i++)
      table.setRow(i);
      String s12 = table.getString("FILE");
      String s13 = table.getString("LAUFD");
      String s14 = table.getString("LAUFI");
      int j = Integer.parseInt(table.getString("RPOST"));
    RESULTS:
    S12 ("FILE") = 103501U120070803
    S13 ("LAUFD")= TIN01R
    Please advise if you have seen this error before. Is there a need to update any of the jCO jar, rfc, dll files etc.? If so how can this be done?

    Jco return a big String with the result. When you initialize the JCO.table get the structure and length of each field.
    But, your code is correct. Check in SAP the function and structure of T_OUTLOG
    Also, you can use JCO.Field to find the error.
    com.sap.mw.jco.JCO.Field objCurrentField = null;
    com.sap.mw.jco.JCO.Table table = function.getTableParameterList().getTable("T_OUTLOG");
    for (int j = 0; j < table.getFieldCount(); j++) {
         objCurrentField = table.getField(j);
         System.out.println(j“> ”” Name: ”+ objCurrentField. getName() + “; Length”+ objCurrentField.getLength() + “; Type: ”+ objCurrentField.getTypeAsString() + “; Value: ”+ objCurrentField.getValue());
    Remember, The abap data type it’s different in JAVA and depend of the users parameters. Example: Fields Type DATUM in SAP return to JAVA “00.00.0000” or “00/00/0000” or “00000000”. Maybe the problem it’s the data type.

  • How to check for Unicode/Non-Unicode SAP?

    Hi All,
    Please let me know how can I check whether an SAP system is a Unicode/Non-Unicode from SAP GUI?
    Thanks in advance,
    Adarsh

    Hi,
    You can check under menu :
    System -> Status -> SAP System Data -> Unicode System -> Yes/ No

Maybe you are looking for

  • File saved as .5 file type with CS5, How to Open in CS5

    I've been working on a certificate and i saved it without looking at the file type. For some reason it set the file type to (.5). What is that? Is there any way I can open it again in CS5? Is there a file converter I could use. I just need to basical

  • Terminator Focus on Unhide

    Does anyone know if there's a way so that if you're using Terminator's hotkey "hide" feature, when you unhide it the window automatically gets focus? I'm using Openbox, and I know that there's an option in obconf to set it so that new windows automat

  • Can you automate printing in Business One  - I want to print two diffrent

    I have 2 diffrent Layouts ( say for AR Invoice ) I want to automate  - in any such way ,  so teh user clicks on button once ( print ) and the Invoice is printed with a copy each using the 2 diffrent layouts. what are the possibilities ? does Business

  • Does asynchronous has same meaning in r/3 system.

    what are all communication metheds we have in RFC? is asynchronous RFC has diffrent meaning in r/3 system? why we say transactional RFC is of the type  aRFC? in general what is sRFC and aRFC? can i say asynchronous RFC in r/3 system is equal to gener

  • Query to match incoming shipment with back ordered products

    Hi all, I would like to create a query that matches up an A/P Invoice for goods received in on shipment to any goods on backorder.  I would like to do this by matching up the item codes from the A/P Invoice to the item codes from the open Sales Order