SDM version conflict error

Hi guys,
I'm trying to apply a note on a portal with MSSQL on a Windows system using SDM.
When I run SDM from
usr\sap\<sid>\<instance>\SDM\program\RemoteGui.bat
and enter the password(which I know is correct) I get this error
Request for Logon rejected because the version conflict- Server version 1.70, Gui version 1.60
How can I upgrade the version of Gui?
J2ee engine has  SP7 on 7.0
I would really appreciate it if anyone can help me here
Thank you

Have you upgraded the database or OIM to 9.1.0.2.
You can ignore this as per Oracle guys told me.

Similar Messages

  • Version conflict error

    In CPanel, I have three Adobe icons (Adobe AIR- version 3.1.0, Acrobat Reader - v. 10.1.7, and Flash Player, v 11.9.900) In many instances, an emailed pdf download will not open and giving an error msg that Adobe's already running.  I would assume I'd uninstall the oldest version of the three (the Adobe AIR) but want to be sure I don't lose documents or a necessary program before any changes are made.  Please advise!!

    You can try using this tool to first remove all traces of Reader from your computer:
    http://labs.adobe.com/downloads/acrobatcleaner.html
    Then, you can download the full offline Reader installer from
    http://get.adobe.com/reader/enterprise/
    After downloading, restart your computer and run the installer before doing anything else.

  • Patching Web AS Java, upgrading SDM results in version conflict

    Hi,
    We are currently patching Web AS Java for our XI 3.0 system which is based on Netweaver 2004 system. Since patching Java with this Netweaver version is implemented through SDM only, unlike for Netweaver 2004s which uses JSPM, we are having problems while upgrading SDM which is a requirement for patching web AS Java. Please see the error below:
    SpecVersion of new SDM is older than installed SDM:(location of SDM)
    SDM terminated with errors: Exit code: 4
    What is the best thing do with this? Shall we continue upgrading using our SDM version? Or shall we have to find another SDM version. Also, how can we determine the patch level of SDM?
    Thanks and God Bless!
    Regards,
    Jennah

    got to you java home page:
    http://system.fqdn:5<SYSNO>00/index.html
    Goto system information.
    Select all components:
    search for SDM;
    sap.com  tc_SL_SDM_Client  null (7.0010.20061019070020.0000)  SAP AG  SAP AG  20070505222412  null/null 
    sap.com  tc_SL_SDM_Util  null (7.0010.20061019070020.0000)  SAP AG  SAP AG  20070505222418  null/null
    http://help.sap.com/saphelp_nw04/helpdata/en/76/fb72ec091f4bf8a2d8ba321bb7e8d9/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/22/a7663bb3808c1fe10000000a114084/frameset.htm

  • Add-on Conflict error while installing add-on LOCIN release 100

    Hi experts,
    I want to install the add-on for India Localization for IS-Utilities i.e., LOCIN release 100. I have downloaded the add-on and also the CRT(SAPK-10001INLOCINISU) required for the add-on.
    we got an error while installing the add-on it is
    "OCS package SAPK-10001INLOCINISU does not match the current software component vector"
    if we remove the CRT from the queue and start the installation then it will give add-0n conflict error.
    Conflicts Between Add-On LOCINISU 100 and Support Packages
    Component    Release      Support Package        Information on
                                                      Conflict Resolution
    FI-CA        600          SAPK-60004INFICA       Include CRT
                               SAPK-60005INFICA       Include CRT
                               SAPK-60006INFICA       Include CRT
                               SAPK-60007INFICA       Include CRT
                               SAPK-60008INFICA       Include CRT
                               SAPK-60009INFICA       Include CRT
                               SAPK-60010INFICA       Include CRT
    Plz tell the solution for this.

    Hi,
    I had somthng like this recently with SCMEWM....
    1. Clear out your EPS/in directory
    2. Download the latest version of the add-on and all the patches ===> the latest CRT's will be in the patches.
    3. Unpack them and try import again.
    Also if you have not seen or read:
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=950513
    Mark

  • Possible version conflict, sending purchase order to SUS in MM-SUS scenario

    We are currently trying to get the MM-SUS scenario working. In this
    scenario, we create a purchase order in the ERP/MM system. The
    purchase order is then transferred into SUS via XI/PI.
    After creating a purchase order in the MM system, the purchase order
    reaches the SUS system, but then errors-out in the SUS system upon
    posting. The specific error is paraphrased as follows:
    No interface action for sender or receiver found (from Trace)
    PARSE_APPLICATION_DATA
    CX_ST_MATCH_ELEMENT
    System expected the element http://sap.com/xi/SAPGlobal20/Global;
    PurchaseOrderRequest
    We suspect a version conflict. The SUS version is 7.01. The XI/PI
    system is version 7.11.
    Can you confirm or rule-out a version conflict?
    The Integration Builder scenario we are using is Plan
    Driven Procurement with Supplier Enablement.
    We have tryed many variations in Integration Builder, but all
    produce errors in SUS.  The test tool in Integration Builder also shows errors
    for certain message types.  The message type ORDERS.ORDERS02
    needed to be added manually, and did not come along with the scenario.
    Edited by: Bill Guderian on Mar 19, 2010 4:53 PM

    Any clue from here.
    Note 936003 - ERS Invoice causes conversion error within SRM
    When the SRM system attempts to process an ERS Invoice sent from the MM backend, a PARSE_APPLICATION_DATA CX_ST_DESERIALIZATION_ERROR fault is thrown.
    Other terms
    CX_ST_DESERIALIZATION_ERROR PARSE_APPLICATION_DATA SUS SRM EBP ERS Invoice XI Exchange Infrastructure Mapping
    Reason and Prerequisites
    This error will occur when the IDOC does not have a VPREI value; it is the result of an error within the divide logic of the XI mapping operation.  This operation is performed within the XI system.  A calculation of NETWR/MENGE is performed; however, the result is not properly formatted.  As such, 72.30/10 produces a result of 7.2300002. This value is too long for the inbound SRM proxy and hence the error is thrown.
    Solution
    The solution to this problem is to add a FORMATNUM function within the XI mapping operation.  This restricts the result to 2 decimal places, which adheres to the definition of the inbound proxy.
    Step by step directions on how one implements the FORMATNUM function are as follows:
    1. Log into the XI system with SAPGUI
    2. Start the Integration Builder:Design tool (for steps on how to do this, review the steps below):
        a. Run transaction sxmb_ifr
        b. This will cause a browser to come up.  Select the Integration Repository link
    3. In the left pane, select the Objects tab
    4. Navigate to the SAP SRM SERVER ' SAP SRM SERVER 5.0 ' http://sap.com/xi/SRM/SupplierEnablement/Global --> Mapping Objects --> Message Mappings folder
    5. Double-click on MM2SUSInvoice
    6. The right pane will display the mapping object
    7. Select Edit mode
    8. In the box that contains the output (Message Type: InvoiceRequest), navigate to InvoiceRequest ' Invoice ' Item ' Price ' NetUnitPrice
    9. Double-click on the Amount element and you should see the mapping, represented graphically in the bottom pane
    10. In the status line of the graphical editor, select Arithmetic from the list box:
    11. To the right of the listbox, scroll until you see the FormatNum function
    12. Click on FormatNum, which will cause the function to be added to the graphical editor.  You may drag the box as desired
    13. Select the connection that binds the if/then/else to the Amount box by grabbing the arrow within the input of the Amount
    14. Release the drag of the connection while over the input to the FormatNum box.  This will reassign the output of the if/then/else to the input of FormatNum
    15. Create a connection between the output of the FormatNum box and the input of the Amount box.  You accomplish this by clicking within the output and releasing within the input (respectively).
    16. Save the modified mapping object
    17. Activate the changes
        a. In the left pane, select the Change Lists tab
        b. Navigate to the Standard Change List entry
        c. Right-click the Standard Change List entry and select Activate
        d. Select only MM2SUSInvoice if more than one item is available, and press the Activate button
    18. This will complete the required modification.

  • Version conflict resolution failure - catch 22

    Hi,
    I have a situation where I am trying to delete a DIRECTORY object (a receiver determination for example), but when I attempt to activate the change list a version conflict is reported.
    When I attempt to resolve the conflict through the editor, I always get a 'MERGE RELATION IS NULL' error and cannot resolve the conflict and therefore cannot delete the object.
    I am using SP 13.
    Any help will make me VERY happy !
    Cheers,
    Guy

    Hi,
    Use TCODE : SXMB_IFR then Exhange Infrastructure Browser Will Display then
    GoTo--> Administration by using PISUPER or XISUPER ->select ID->Select Administration of Locks and Caches -> Select Lock Overview>Delete if ur userid is display.
    Then Refresh Cache once.
    Plz allot points if u satisfy with the answar....
    With Regards,
    Mahesh

  • Version miismatch error msg

    Computer: Lenovo X1 Touch OS Win 8 Despite having run Control Panel | Lenovo - Update and Drivers, I get following error msg displayed via the Taskbar in the Desktop mode (as opposed to Tile Mode): Version Conflict Warning Version mismatch. Please update Lenovo Settings and Location Awareness to the latest versions. What am I doing wrong? thanks
    Solved!
    Go to Solution.

    Good day.
    You may wish to have a look at the following threads:
    http://forums.lenovo.com/t5/ThinkPad-Edge-S-series/Version-Mismatch-Lenovo-Twist/m-p/952239
    http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/T430S-Version-Mismatch-Location-Awareness-H...
    for more information on this issue.
    Regards.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
    PM requests for individual support are not answered. If a post solves your issue, please mark it so.
    X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
    I am not a Lenovo employee.

  • DI-Adapter version conflict

    Hi,
    since I upgraded from B1iSN 8.8 PL03 to PL07 I sometimes get the following error when I test the integration scenarios:
    com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.bizprocessor.BizProcException: BPE001 Nested exception: com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: java.lang.RuntimeException: DI-Adapter version conflict; local client=2.2.6, remote proxy=2.3.6
    Please note that in the same computer is installed B1iSN server, EventSender and SAP B1 server.
    How can I solve this issue?

    Ricardo,
    Do you have a different address for the DI Proxy than the machine where B1iSN is installed in your landscape?  If you do, you are telling the landscape to look to that address for the DI API.  You could also clear the SM_OBS_DLL folder in the %temp% folder on the B1iSN machine and see if that helps.
    Eddy

  • DAQmx version conflict preventing deployment

    Hi all,
    After installing LV2010 on both my dev machine and my RT target (rt desktop running Pharlap), I am unable to deploy DAQmx tasks to the target.  The error message suggests that the deployment problem is related to a daqmx version conflict between the two systems, but looking at the software lists in Measurement and Automation Explorer (v4.7) both show components for DAQmx 9.5.1.  I've reinstalled the daqmx components on both systems and have not gotten any different behavior.  Anyone else having this problem or know of anything else to try?
    Thanks,
    tHa
    CLAD

    In grasping at straws I also noticed that the entries visible under the Software tree in MAX Explorer do not match those that appear in the dialog box when I select "Add/Remove" software.  Maybe my system is using the wrong version of daqmx when it tries to deploy?
    I've also been able to successfully run the tasks from the Explorer window.
    CLAD

  • Unable to load ITUNES onto PC HP, windows 7 Home Version.  Error message reads "Application Application Support not found".  "Unistall and reload".  I have done that 4 times on Explorer and Firefox without success.  Help??

    Unable to load ITUNES onto PC HP, windows 7 Home Version.  Error message reads "Application Application Support not found".  "Uninstall and reload".  I have done that 4 times on Explorer and Firefox without success.  Help??

    I had gotten a similar problem, except with "provider services", i believe, but i solved it by copying sqlite3.dll from E:\Program Files\Common Files\Apple\Apple Application Support to E:\Program Files\Common Files\Apple\Mobile Device Support. doing that solved my first problem, but now i have been getting the error described in this topic (unable to load dataclass info... etc.). i tried reinstalling itunes (i already had 9.1.1, and thats what i reinstalled) by using the method described on apples site (using the "remove programs" tool in the control panel) and then downloading and installing itunes. when i opened it again, i still got the same error, and just now i got an error saying "the instruction at "0x00aadb6b" referenced memory at "0x00000008". the memory could not be read" it gave me the option to cancel and debug, or to press ok and terminate the program. I tried pressing cancel, and the popup went away but nothing else happened. a minute later the popup was back, so i pressed ok and itunes quit. Upon opening Itunes again, i got the very same error. sorry for the long post, but its really been bugging me. thanks for any help you might give, and if you need anymore info, feel free to contact me.

  • Assign Type conflict error

    Hi,
    I am trying to load the data from PSA to write optimised DSO in production and it is throwing me an error 'Short dump :Assign Type conflict error".
    I have no routines in the transformations.Source data types are matching with target data types.
    Is there any way I could resolve this issue.
    Thanks,
    Chandra

    Hi,
    I had this problem when i was loading the sales cube. the problem was UOM was not maintained in the system. Then I maintained UOM in the bi and solved the issue. JUst check if your data from the source has got the master data in bi.
    Thanks
    Srikanth

  • I have an ipod nano 4GB and use pc windows xp . since last year my ipod didnt sync any new songs saying "the ipod cannot be synced the required folder couldnt be found" and when i try to update the itunes version another error occured. plz HELP!!!!!!!!!

    I have an ipod nano 4gb and use pc with windows XP. since last year my ipod suddenly didnt want to sync any new songs saying " the ipod "MOAMEN" cannot be synced. the required folder couldnt be found" and when i try to update the itunes version another error occurs and i dont know when i tryed to format ipod i didnt find "format" button. so plz give me suggestions instructions i extremely bored !!!!!!!!!!!!!1

    Uninstall/Reinstall iTunes then try to rebuild the library.
    http://support.apple.com/kb/HT1925  (uninstall/reninstall)
    http://support.apple.com/kb/HT1451 (recreate library)

  • TS1496 when updating iTunes to latest version windows error message appears

    when updating iTunes to latest version windows error message appears

    Okay.
    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • Version conflict in PI QA system

    Hi All,
    We are facing version conflict issue in QA system.
    We transported a Mapping object from Dev to QA and after transporting it is giving Version conflict at QA.
    This thing happen because some user has edited mapping program at QA level and activated .
    We thought of transporting a deleted object first then the latest active version. But my doubt is that when we transport the same mapping program with same name PI will bring back object along with its history.
    Can anyone having any idea about how to resolve this conflict.
    Regards,
    Navneet

    Hi Ninu,
    Thanks.
    We activated the conflicting version from conflict tab and then transported the dummy changes from DEV to QA to verify it wont give version conflict any more.
    it worked fine and conflicting version which we activated at QA considered as latest version for transport.
    Regards,
    Navneet

  • File Transport: Version conflict.

    Hi,
    I have a doubt on a particular scenario while transporting object from QA to PRD using File transport.
    I have exported a tpz file say 1.tpz from QA with say the following objects
    Obj_1(ver 1.0)
    Obj_2(ver 1.0)
    Obj_3(ver 1.0)
    Now before this 1.tpz is imported in PRD few more changes happend to Obj_3 and I exported again a file say 2.tpz
    Now this 2.tpz has only Obj_3(ver 2.0)
    Now the basis has by mistake Imported this 2.tpz file before importing the 1.tpz file. SO in my PRD the object Obj_3 is existing  with a advance version i.e 2.0
    Now my doubt is can we Import 1.tpz now in PRD and then again import 2.tpz ?
    I am having a feeling that we will definately get in version conflict. Even if I ignore the warning during transport and go ahead with this procedure of importing 1.tpz and then 2.tpz again, will it impact my scenarios.
    I am lookign for a quick suggestions.
    Regards,
    Rahul.

    Hi Rahul,
    If you import V1 file first & later V2, it will not impact on your scenarion & you wil be able to see latest object in PRD.
    But V2 is already imported so import of V1 may not be successful.
    You may generate a new export if possible & transport this. It should include all object with their lastest version.
    Regards
    Sushil

Maybe you are looking for

  • SAP PM Issue

    Hello! All! I need help in PM module. My query is as follows: In T.code iw33,you can have a display of operations performed for order and cost for the order. But is there any way you can have cost break up for each operation performed in that particu

  • How to make a tool tip that can be selected

    i am making an online system that reads contacts from the addressbook of a user in his database. i want that every time the user enters a key on the input field in html, a script searches for a matching contact in the database and displays it in a to

  • How to import SAS .xpt file using SSIS

    Is it possible to read the .xpt file using ssis? What source driver I need to install? SSIS_User

  • JSF/Ajax adoption in the industry

    All, We have been using JSF/Ajax since last couple of years. What I wanted to find out from the user community in this group is , - how is JSF, Ajax combination being adopted in the industry? - What do experts see as the growth for JSF? - Are organiz

  • AUC - distribute & settlement

    Hi, Asset under construction: What is the difference between asset distritue & settlement? When should i do distribution & settlement? My AUC asset class has line item. Do i need to say line item? Thanks in advance. Regards, Pritam