Order version error

Hi All,
I am facing problem with order version. while adding the cart it is fine, then click on proceed checkout button it is giving following error message.
Saving order o200003 failed because doing so would result in data being overwritten. Order data for your browser window was out of date. Please re-submit your changes for them to take effect.
atg.commerce.order.InvalidVersionException: This order (o200003) is out of date. Changes have been made to the order and the operation should be resubmitted. Order version 11, Repository item version
12.
at atg.commerce.order.OrderManager.updateOrder(OrderManager.java:2881)
at atg.commerce.order.purchase.PurchaseProcessHelper.addItemsToOrder(PurchaseProcessHelper.java:951)
at atg.commerce.order.purchase.CartModifierFormHandler.doAddItemsToOrder(CartModifierFormHandler.java:3275)
at atg.commerce.order.purchase.CartModifierFormHandler.addItemToOrder(CartModifierFormHandler.java:2900)
at atg.commerce.order.purchase.CartModifierFormHandler.handleAddItemToOrder(CartModifierFormHandler.java:2851)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at atg.droplet.EventSender.sendEvent(EventSender.java:639)
at atg.droplet.FormTag.doSendEvents(FormTag.java:823)
at atg.droplet.FormTag.sendEvents(FormTag.java:671)
at atg.droplet.DropletEventServlet.sendEvents(DropletEventServlet.java:614)
at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:642)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:150)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:213)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:696)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2447)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:191)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSessionEventTriggerPipelineServlet.java:161)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:512)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:230)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:460)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.projects.store.servlet.pipeline.ProtocolSwitchServlet.service(ProtocolSwitchServlet.java:309)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:302)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:392)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:113)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:234)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:195)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:448)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)
at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
at atg.filter.dspjsp.PageFilter.innerDoFilter(PageFilter.java:349)
at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:208)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:662)
17:07:59,656 INFO [CartModifierFormHandler] DEBUG adding form exception: errorAddingToOrder: Saving order o200003 failed because doing so would result in data being overwritten. Order data for your b
rowser window was out of date. Please re-submit your changes for them to take effect. property=/atg/dynamo/servlet/pipeline/RequestScopeManager/RequestScope-138/atg/commerce/order/purchase/CartModifie
rFormHandler.order exception=CONTAINER:atg.commerce.CommerceException: An unknown error occurred while adding an item to the Order with id [o200003].; SOURCE:atg.commerce.order.InvalidVersionException
: This order (o200003) is out of date. Changes have been made to the order and the operation should be resubmitted. Order version 11, Repository item version 12.
17:07:59,656 INFO [CartModifierFormHandler] DEBUG root cause of exception: CONTAINER:atg.commerce.CommerceException: An unknown error occurred while adding an item to the Order with id [o200003].; SO
URCE:atg.commerce.order.InvalidVersionException: This order (o200003) is out of date. Changes have been made to the order and the operation should be resubmitted. Order version 11, Repository item ver
sion 12.
17:07:59,657 INFO [CartModifierFormHandler] DEBUG Transaction Marked as Rollback - staying on same page.
17:07:59,657 INFO [CartModifierFormHandler] DEBUG Transaction Marked as Rollback - staying on same page.
17:07:59,657 INFO [CartModifierFormHandler] DEBUG afterSet sees currentTransaction as TransactionImple < ac, BasicAction: -3f57d480:d160:51653a45:9bfb status: ActionStatus.ABORT_ONLY >
17:07:59,657 INFO [CartModifierFormHandler] DEBUG afterSet committing transaction TransactionImple < ac, BasicAction: -3f57d480:d160:51653a45:9bfb status: ActionStatus.ABORT_ONLY >
17:07:59,681 INFO [CartModifierFormHandler] DEBUG Released local write lock using id 360039
Please any one help me on this issue.
Cheers,
Sreedhar.

Hi ,
Somewhere in code you are incorrectly changing order.
It should be like this :
wrap below code within transaction ( not needed if transaction already present )
synchronized(order) {
//do your changes here
// now call update order
try {
          orderManager.updateOrder(order);
               } catch (CommerceException e) {
                    if(isLoggingError()) {
                         logError(e);
}

Similar Messages

  • Sales Order Version Management

    Hello Guys
        Who had any experience or  document or solution about the Sales Order Version Management just in SAP R3 or ECC6.0?
        Thank you so much!
    Best Regards
    Wang yiwei

    Dear Vincent
    May be this is related ABAP Issue please check with them because i found same issue
    "BAPI_SALESORDER_CREATEFROMDAT2" - getting error while executing in se37.
    "Specify either address number or address handle " BAPI_SALESORDER_CREATEFR

  • Open GL Version Error

    My Java 3D application is showing open gl version error as shwon below:
    javax.media.j3d.IllegalRenderingStateException: GL_VERSION
    *     at javax.media.j3d.NativePipeline.createNewContext(Native Method)*
    *     at javax.media.j3d.NativePipeline.createNewContext(NativePipeline.java:2681)*
    *     at javax.media.j3d.Canvas3D.createNewContext(Canvas3D.java:4827)*
    *     at javax.media.j3d.Canvas3D.createNewContext(Canvas3D.java:2372)*
    *     at javax.media.j3d.Renderer.doWork(Renderer.java:876)*
    *     at javax.media.j3d.J3dThread.run(J3dThread.java:256)*
    DefaultRenderingErrorListener.errorOccurred:
    CONTEXT_CREATION_ERROR: Renderer: Error creating Canvas3D graphics context
    *graphicsDevice = Win32GraphicsDevice[screen=0]*
    *canvas = javax.media.j3d.Canvas3D[canvas0,0,0,1016x683]*
    Java 3D ERROR : wglGetExtensionsStringARB not support !
    - The specified procedure could not be found.
    Fallback to use standard ChoosePixelFormat.
    Java 3D ERROR : OpenGL 1.2 or better is required (GL_VERSION=1.1)
    After going through the forums I have found that updating the graphics card drivers can be a solution for the problem.
    Even after updating the grapichs drivers I am getting the same error as above.
    However when i checked the current open gl version using following link :
    http://download.java.net/media/java3d/webstart/prototype/QueryGL.jnlp
    its is showing the open gl vesrion as 1.3 as shown below.
    GL_VERSION = 1.3.0 - Build 4.14.10.4342
    GL_VENDOR = Intel
    GL_RENDERER = Intel 845G
    GL_MAX_LIGHTS = 16
    GL_MAX_TEXTURE_SIZE = 2048
    GL_MAX_3D_TEXTURE_SIZE = 128
    GL_MAX_CLIP_PLANES = 6
    GL_MAX_TEXTURE_UNITS = 4
    Please suggest how to work around this problem.
    Thanks,
    Divya

    What operating system are you on and what is it you are trying to do? "Texture too small" is more or less a transparency blending problem (see http://aeerrors.myleniumstuff.de/?p=750) or texture cropping problem, so it matters, what you are doing. comp preview res and size e.g. on text layers could be influential. The 8600 series should be just fine. While not exactly a precise comparison, the mobile version works just fien in my Macbook both under OSX and Vista, so something else must be the problem.
    Mylenium

  • Creating a planned order with error "Material requires configuration"

    Dear All,
    I am facing a problem for creation of a planned order with error "Material requires configuration".
    To follow the note 180317, I change Account Assignment Category to "U" (Unknown).
    However, the system still does display the same error.
    Could you please help provide possible solution for this?
    Regards,
    Phong

    See also the following blog post:
    Configurable planned order for material variants: Exception "53: No BOM explosion due to missing configuration"
    BR
    Caetano

  • PO order number error in Sales order

    Hai Everybody,
    I have a problem of PO order number error in the sales order.
    While creating Sales order, i am entering the PO order number in SO.
    Though the document is complete, i am getting this error message : "ordering errors; tested ORGID: 7147144007" and unable to proceed further (saving order & delivery).
    Please give me some inputs to solve the issue.
    Thanks in advance
    Jaya

    Thanks for your inputs.
    @Ram : i have created the same senaerio in Quality system though manual entries still i am facing the same problem i dont know how they have created in Production system, how to find out please tell me.
    @Raghu.k : i have checked in VOV8 ( check po number is set blank which means no check ), still i am facing the problem.
    Please suggest further to solve the issue.
    Thanks
    Jaya

  • CRM orders with error "Do not enter a business agreement for sold-to party"

    Dear SDN'ler,
    after creating orders in SAP CRM via ISA (CRM 4.0) and uploading them to R/3 all orders are created successfully in R/3 but an error message is sent back to SAP CRM in case of ALL orders.
    Error message is the following:
    "Do not enter a business agreement for sold-to party xyz"
    Message no. CRM_BILLING011
    Diagnosis
    The field "FI-CA active" is not selected for the sold-to party 6000201 in the business master record. Since the business agreement is used in the component FI-CA, excluding the control of processes, it makes sense to enter a business agreement.
    Procedure
    Delete the entered business agreement.
    ==> Could someone please give me some more information about the mentioned "business agreement"? Where do I find field "FI-CA active" (in R/3 or CRM customer master data?)?
    ==> And how can I eliminate this error message for CRM orders in SAP CRM?
    Thanks a lot.
    Best Regards,
    Rainer Gryschka

    Please check the customising setting under following path:
    SPRO --> Customer Relationship Management --> Master Data --> Business Partner -- > Business Agreement --> Define Basic Settings
    Alternatively you may also check following customisation table using SM30 --> CRMC_BUAG_ACTV

  • Unsupported version Error while generating header and footer for the PDF

    hi
    I want to genrate header and footer for the PDF file however on the call of the EndPage class i got a Unsupported Version Error Unsupported major minor Version Error and Class loader Define class
    What has gone wrong ?.

    Can you provide more information about what you were trying to do? In particular, what does your code like like?
    Also, can you include the stack trace, and the complete error message?

  • Service Order Creation Error

    Hi,
    I am creating Service Order from SD Order using Requirement class for the Sales of Services.
    Service Order will be used for Service Execution.
    The Problem is when I used Service Product (DIEN) quantity more than one, system stops to create Service Order & Flash Error message.
    Pls suggest, how I can create more than one service order using more than one DIEN Item Quantity .
    High response will be helpful.
    regards
    Ravi

    Dear,
    could you pls tell me what is the error you are getting
    regards
    satish

  • "Invalid DOS version" error message when installing Tomcat in Windows98

    I tried to install Tomcat 5.0 in Windows 98. At first, it produced "Out of Environment Space" error message. I then changed the "Initial Environment" from Auto to other values (bigger than 2816) for both startup.bat and shutdown.bat.
    When I restarted the Tomcat, it produce "Invalid DOS version" error message. I thought about updating the DOS but previously when I had WinXP installed in computer, I couldn't access to the server due to the dos version issue.
    Is there any way to handle this? I would really appreciate the help:) Thank you very much..

    no, use the serial number listed on the page where you downloaded acrobat 7, not your acrobat serial number

  • Order Frauded (Error Id: 10000)

    Hello.
    I tried up upgrade a previously purchased app today on my Curve 9300, and received an "Order Frauded (Error Id: 10000)" message. 
    After some searching here and elsewhere on the web, I tried a number of things including:
    Change payment from PayPal to credit card
    Verified all payment information within by BlackBerry ID
    Verified all PayPal card and address information
    Created and linked a brand new PayPal account
    Hard resets (battery pull)
    Removal and reinstallation of App World (3.1.0.60)
    App World cache clear (Alt R S T)
    All without success...  The "Order Frauded (Error Id: 10000)" error remains, both trying to purchase an app upgrade and also when trying to purchase a new app.
    I found lots of references to Error Id 10000, but no specific reference to the (gramatically questionable) Order Frauded message.
    The last time I successfully purchased an app was in Decmeber.
    Any ideas?
    Thanks.
    Curve 9300 5.00.832 bundle 1399 with App World 3.1.0.60.

    Don't even bother dude...I had this problem ever since I purchased a BB...blackberry tech obviously dont give 2 stuffs about the matter.  Tried Visa, mastercard, paypal, prepaid credit cards, debit cards all with out success...if its not an order frauded message its an authorization problem message.  These fools have stolen atleast 10 dollars of me in 1 dollar fund checks and still no avail. >.<
    The blacker the berry the sweeter the juice

  • Purchase order version management

    Dear All.
                 I have configured the purchase order version management.
    but at the time of change ppurchase order i have changed the text field for that also new version is triggered. i want to control this if only qty and price and payment terms change only version management should trigger. is it possible through standard please tell me the config steps.
    Regards
    Kumar.

    Data output category
        Indicates the data output category to which the relevant field belongs.
    Use
        You can assign a character to related fields. You can then use this
        character to select the fields in the application.
        Note
        SAP recommends you use only the folloiwng characters: a-z, A-Z, 0-9.
    Example
        You wish to obtain a quick and straightforward overview of changes
        involving the material, order quantity, and price. This information is
        particularly important to you. You therefore assign the character A to
        these fields.
    Indicator: no output
        Indicates whether the field is included in the display of changes.
    Use
        If this indicator is selected, the corresponding field is not included
        in the display of change documents.
    Example
        You have selected the indicator for the Requester field. The content of
        this field is then changed in the purchase requisition.
        Result
        The changed field is not included among the changes that are displayed.
    Indicator: No output in case of versions and buyer approval
        Specifies whether or not the field is to be included in the display of
        changes for a version.
    Use
        If this indicator is selected, the relevant field will not be included
        in the display of changes that you can invoke via @II@ on the Versions
        tab page.

  • Purchase Order Interface Error

    Can any body help me out to resolve the issue.
    After inserting in the PO interface tables (PO_HEADERS_INTERFACE , PO_LINES_INTERFACE, PO_DISTRIBUTIONS_INTERFACE ) when I run request ( Import Standard Purchase Orders) following error occured. And no error is inserted in PO_INTERFACE_ERRORS also.
    ORA-01422: exact fetch returns more than requested number of rows in Package po.plsql.PO_PDOI_PVT. Procedure init_sys_parameters.0
    ORA-01422: exact fetch returns more than requested number of rows in Package po.plsql.PO_PDOI_PVT. Procedure init_startup_values.10
    ORA-01422: exact fetch returns more than requested number of rows in Package po.plsql.PO_PDOI_PVT. Procedure start_process.50
    User-Defined Exception in Packaged po.plsql.PO_PDOI_Concurrent. Procedure POXPDOI.30
    Regards,
    Siraj Gul

    Dear Sandeep,
    Thanks alot for the help. After your instruction when I run concurrent request following message show.
    --> To get the log message for PDOI, please use the following id to query against FND_LOG_Messages Table: AUDSID = 8621728
    --> Concurrent request completed successfully.
    But No data found in the table "fnd_log_messages"
    And Neither data deleted from PO_Header_interface table nor inserted in PO_Headers_All and other detail tables.
    Can you please provide me the script for PO_Headers_Interface, Lines and Distribution.
    Regards,
    Siraj Gul

  • After upgrade java version - Error occurred during initialization of VM

    Hi,
    I have upgraded the java version to 6 in apps tier of my 12.0.4 ebs running on OEL 5.
    I followed below steps for this.
    Download Latest JDK 6.0 Update
    Stop All Application Tier Services
    Replace JDK Home Used With Oracle E-Business Suite Release 12
    $ cd [IAS_ORACLE_HOME]/appsutil
    $ mv jdk jdk_old
    $ mv jdk1.6.0_15 jdk
    After that when i tried to do any thin starting the services, autoconfig it gives me below error.
    $ADJVAPRG -version
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Do i need to update any values in XML file?
    Please help.
    Thanks,
    Kavitha

    I have upgraded the java version to 6 in apps tier of my 12.0.4 ebs running on OEL 5.
    I followed below steps for this.
    Download Latest JDK 6.0 Update
    Stop All Application Tier Services
    Replace JDK Home Used With Oracle E-Business Suite Release 12
    $ cd [IAS_ORACLE_HOME]/appsutil
    $ mv jdk jdk_old
    $ mv jdk1.6.0_15 jdkDid you complete all the steps in (Using Latest Java 6.0 Update With Oracle E-Business Suite Release 12 [ID 455492.1])?
    After that when i tried to do any thin starting the services, autoconfig it gives me below error.
    $ADJVAPRG -version
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Do i need to update any values in XML file?
    Please help.What does "echo $ADJVAPRG" return? Make sure it is set in the context file correctly and run AutoConfig then.
    Please see "Step 5.2: Verify Configurations On All Application Tier Nodes" section in (Using Latest Java 6.0 Update With Oracle E-Business Suite Release 12 [ID 455492.1]).
    Thanks,
    Hussein

  • JSPM: NWDI-controlled SC in REVISE due to SC Version Error

    Hello,
    We are still very new to working with the J2EE Engine and NWDI, so naturally we are finding our way through our mistakes.  We are in the process of implementing Enterprise Portal for ESS/MSS, and we have made some custom modifications to both of these components.  We are using NWDI to control the modifications, and after some initial mis-steps, we think we now have a reasonable working landscape.  However, we are now unable to apply support packages for ESS to our Test system.
    We successfully applied sps8 for ESS/MSS/PCUI_GP/ASR and sps11 for NetWeaver to our Development system, using NWDI and NWDS to re-apply our modifications to ESS and MSS.  The combined SP's and modifications went into DEV just fine, they imported into the CONS queue (no runtime system) fine, they assembled successfully, and now I am trying to import them into TEST using JSPM, but here is where the problem lies.
    In the "Check Queue" phase of JSPM, the ESS component is in status REVISE, and the detail message says "New component sap.com/SAP_ESS with version 600.8.0 and provider JD1 does not cover existing component with version 600.7.2 and provider JD1."  JD1 is our NWDI system/domain.  I think the basic problem is that for whatever reason, our TEST system has ESS in version 600.7.2, whereas in DEV it was in 600.7.0 (prior to applying sp8), and I have no idea why there is a difference.
    I have tried the import as a support package stack and as a collection of single support packages, but I get the same result.
    The MSS component has no such issue.  The status in Check Queue indicates that it has admitted our modification from the CMS track for deployment.  The assembled directory contains files for MSS, ESS, PCUI_GP, and ASR, as expected.
    The only thing I can think of is that prior to applying this sp stack, we had a misconfigured NWDI landscape (the transport directory was on the portal DEV server instead of the NWDI server, transports were variously held on the portal DEV server or the NWDI server depending on whether they were controlled by CMS, etc -- all of this is now fixed, but perhaps the damage is done), and the previous sp stack went into the systems prior to any modifications being done, it went in without NWDI control, and then modifications were transported into TEST separately.  However, supposedly the DEV and TEST systems had the same versions prior to this sp stack being applied.
    I know the documentation says that the component in the transdir must be replaced to fix the REVISE status, but we have nothing to replace it with.  It IS the correct version.  What I really need is a way to tell JSPM to ignore the version error and force the new (modified) component in, without losing the version history and track control in the CMS.
    Any advice on how to proceed will be much appreciated.  The NWDI and Portal are both NW04s release, and the NWDI is already at sps11.
    Best regards,
    Matt

    We resolved this problem by undeploying all ESS components via SDM, then applying all the support packages to still-deployed components with JSPM, and then redeploying the new/modified ESS package via JSPM with the option of "New Software Components."  I still don't know how the funny 7.2 sp.patch version number got there in the first place.
    --Matt

  • Sales Order Costing Error

    Hallo friends,
      I am getting sales order costing error and it does not allow us to delivery through VL01n. Error shows :
    Object was not costed
    Message no. CK060
    Diagnosis
    The system could not find any entries that are relevant to costing.
    System Response
    The system did not cost the object.
    Procedure
    Check whether the following objects should be flagged as relevant to costing:
    Items in the BOM
    Display BOM
    Operations in the routing
    Control key in the routing
    1. Look at the message log.
    2. Check whether a quantity was specified in the confirmation.
    Kindly give me urgent solution.
    Thanks & regards,
      Samrat

    Hi
    You can just mark your thread as answered
    regards

Maybe you are looking for

  • How can I replace my old Airport with new one and keep my network?

    I want to replace my 5+ year old Airport Extreme (runs 802g) Would appreciate advice on  how I can set up the new Airport Extreme  and maintain my current network (my printer, Apple Tv etc are all signed into my network, would like to keep my network

  • Hello everybody. After Mavericks reinstall, my shut off time is longer than it was.

    Hello. About a week ago I reinstalled the Mavericks,  prior I use to have 2-3 seconds shut off time, I have now 12 seconds. I am using now OS X 10.9.2 version, Late 2013 Macbook Pro Retina 15. The reason why I made the reinstall: I didnt knew that in

  • Can airport be used as a modem

    can airport be used as a modem to hook up internet service from time warner

  • DSP 4 and Batch Monitor crash immediately

    I've used DVD Studio Pro 4 and Batch Monitor on my Mac repeatedly, though it has been about two months since I've last done so. Now, whenever I run either, they crash immediately, with little clue left as to why. (The console simply says "DVD Studio

  • Dependent reservation doesn't create - MD04

    Hi SAP gurus, I have problem with view of dependent reservation material in MD04. I have production order, production order is realesed. For this order I need for example 4pcs of carton. Problem is, that I can´t see this request in MD04. Thanks Lukas