Optimizer Run Failed

Dear,
We are using TM 8.0. In transportation Cockpit after I choose the freight units ,when I click on the button "Transportation Proposals", I get "Optimizer Run Failed" error message. Do you have any idea to correct this issue.
Thank you very much
Mehmet

Dear Vikas,
When I have a look at the RFC log, I see the below message. It seems " /SAPAPO/CSOPT_INPUT_DATA" function module is not available in TM 8.0 System. However, when we look at the other APO systems this function is available. Is there any add on needs to be installed on the TM server?
<i> 16:20:12 caruso_script.cpp(307) 'MsgMgr' ***** Start optimization run *****
<i> 16:20:12 core_msgmgr.cpp(440) 'MsgMgr' * Sending progress number 801 to OutputInterface from [CarUsOMainScript]
<i> 16:20:12 caruso_script.cpp(310) 'MsgMgr' ***** Load parameters *****
<i> 16:20:12 core_msgmgr.cpp(440) 'MsgMgr' * Sending progress number 802 to OutputInterface from [CarUsOMainScript]
<i> 16:20:12 caruso_script.cpp(321) 'SuperVisor' Setting optimization time to 60 sec.
<i> 16:20:12 core_msgmgr.cpp(440) 'MsgMgr' * Sending progress number 803 to OutputInterface from [CarUsOMainScript]
<i> 16:20:12 caruso_script.cpp(339) 'MsgMgr' ***** load planning data *****
<i> 16:20:12 rfc_connection.cpp(599) 'MsgMgr' <rfc> calling function module /SAPAPO/CSOPT_INPUT_DATA
<e> 16:20:12 caruso_script.cpp(360) 'SuperVisor' <!> CORE EXCEPTION : 14 =
#RFC_RC (RFC_EXCEPTION) Exception raised
#RFC_ERROR_GROUP (RFC_ERROR_APPLICATION_EXCEPTION) The called function module raised an exception
#RFC_ERROR_INFO Function module not found
#exception=FU_NOT_FOUND
<i> 16:20:12 optsvr_main.cpp(1169) 'MsgMgr' Current check values:
Regards,
Mehmet YILMAZ

Similar Messages

  • Optimizer run error - COM error 2 1 when deleting transportation orders

    Hi Experts,
    Optimizer run job (program /SAPAPO/RMSNPOPT) gets failed with following error: -
    COM error 2 1 when deleting transportation orders
    Can anybody let us know why this error occurs and how to resolve it. Thanks a lot.
    Regards,
    Chandan

    Hi Chandan,
    Could you check SAP note 1232670 whether applicable
    for you
    Regards
    R. Senthil Mareeswaran.

  • Optimization run terminated with errors  /SAPAPO/OPT012

    Hi All,
    While running the PPDS Optimizer I am getting the error "Optimization run terminated with errors  /SAPAPO/OPT012" . ..
    I had check the Connection in SM59 for the Optimizer server and it is working but still i am getting this error.
    Optimization get terminated without run.
    any pointer Please.
    Regards,
    ketan

    Dear Ketan,
    Maybe note 1097169 can be referred to. Partially fixed campaigns can lead to the failed optimization run - that this
    will somehow throw error OPT012, etc.
    BR/Tiemin

  • How can we model different receipt days in a location depending on the start-destination relationship in an optimizer run in SNP?

    We have a business scenario where the receipt days for a location depends on the relationship between the Start-Destination Location. We need to include this constraint in an optimizer run with daily buckets.
    Example:
    Factory A (Start Location) ships to DC X (destination location) only on Mondays, with a lead time of 2 days. DC X should receive the stock from Factory A on Wednesday
    Factory B (Start Location) ships to DC X (destination location) only on Thursdays, with a lead time of 1 day. DC X should receive the stock from Factory B on Saturday
    Does anyone has been able to model this scenario?
    I tried using transportation calendars(time stream) in the means of transport, having undesired results:
    a) Transportation Lane A-X. Calendar 1A, only Monday is available
    The system creates stock transfers on Monday on Week 1 and ends on Monday of Week 3.
    b) Transportation Lane A-X. Calendar 2A, Monday and Wednesday are available
    The system creates stock transfers on Monday and Wednesday on Week 1:
          The stock transfer that starts on Monday-Week 1 ends on Monday-Week 2.
          The stock transfer that starts on Wednesday-Week 1 ends on Wednesday-Week 2.
    c) Transportation Lane A-X. Calendar 3A, Monday Tuesday and Wednesday are available
    The system creates stock transfers on Monday, Tuesday and Wednesday on Week 1.
         The stock transfer that starts on Monday-Week 1 ends on Wednesday-Week 1. (this is actually what I need)
         The stock transfer that starts on Tuesday-Week 1 ends on Monday-Week 2.
         The stock transfer that starts on Wednesday-Week 1 ends on Tuesday-Week 2.
    Regards

    you really don't need to post all that code, few people will read it, or try to compile/run it.
    just a tree in a scrollpane in a frame is all you need, then add the method/problem to the basic,
    and post that so its only 20 to 30 lines long.
    here's your basic tree/scrollpane/frame, with an expandAll()
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    class Testing
      public void buildGUI()
        JTree tree = new JTree();
        expandAll(tree);
        JFrame f = new JFrame();
        f.getContentPane().add(new JScrollPane(tree));
        f.pack();
        f.setLocationRelativeTo(null);
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setVisible(true);
      public void expandAll(JTree tree)
        int row = 0;
        while (row < tree.getRowCount())
          tree.expandRow(row);
          row++;
      public static void main(String[] args)
        SwingUtilities.invokeLater(new Runnable(){
          public void run(){
            new Testing().buildGUI();
    }so, is your problem with the expandAll(), or with reading the properties file?

  • ORA-3113 while running export (first run ok, second run fails)

    Hi,
    I'm running 10g (10.1.0.2.0) on gentoo Linux.
    After a restart of the database I can do an EXP for any user without errors. But when I repeat the same command after the export I get the following error:
    . . exporting table WEB_SESSION_DATA 0 rows exported
    . exporting synonyms
    EXP-00008: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    EXP-00000: Export terminated unsuccessfully
    It's always the same error on the same task (exporting synonyms) but always just for the second and any later export, while the first one is ok.
    I read through some forums and found, that ORA-3113 is a standard error which just hides the real error. So I look into the trace files and found:
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [jox_lookup_known_object()+413] [SIGSEGV] [Address not mapped to object] [0x1AD14034] [] []
    Current SQL statement for this session:
    SELECT SYNNAM, DBMS_JAVA.LONGNAME(SYNNAM), DBMS_JAVA.LONGNAME(SYNTAB), TABOWN, TABNODE, PUBLIC$, SYNOWN, SYNOWNID, TABOWNID, SYNOBJNO FROM SYS.EXU9SYN WHERE SYNOWNID = :1 ORDER BY SYNTIME
    If I call this SQL from sqlplus I get the same ORA-3113, so this seems to be the cause for the export failure.
    When I remove the DBMS_JAVA.LONGNAME calls from the statement, it runs fine. It also runs fine, when I add a "and 1=0" to the EXU9SYN view. But this will not really solve the problem, because then all synonyms don't get exported.
    I also checked all the synonyms and they are valid, the referenced tables exist and can be queried.
    Because we use JavaStoredProcedures I cannot remove the Java Features in Oracle. But I reinstalled it (rmjvm.sql and initjvm.sql) but this did not help.
    Does anyone have an idea what's happening here?
    Especially the "first run ok, second run fails" seems to be very strange, because DB objects including DBMS_JAVA should be ok, if the first export can be done. So what changes in the database during or after the first run?

    Maybe description for bug 3953108 (ORA-7445 AND ORA-3113 DURING DIRECT FULL DATABASE EXPORT OF PUBLIC SYNONYMS) is helpful.
    Werner

  • Optimization Run without sucess deleting all old planning data

    Hi all,
    I am facing a problem regarding the optimizer run, I had an unsuccessful run that deleted all data that were already planned for the same selection.
    Is this the standard behavior? If I use the flag "do not delete any orders" what would happen:
    - The old plan would not be deleted with or without success of the new run
    - The old plan will be replaced only if the new run succeed.
    I want to find out if there is a way to avoid the old plan being deleted, I wan t to replace it only if the new run succeed.
    Thanks a lot and regards,
    Luiz

    Hi Luiz
    Yes the Optimiser will delete all orders at the beginning of the new planning run (once all Master Data has been read in), so as has been said before you need to check the box "Do not delete orders" if you wish to keep the existing orders and only let the Optimiser plan the Deltas.
    Regards
    Ian

  • Continuation of aborted change run failed in BW 3.5

    Hello experts,
    everytime when an attribute / hierarchy change run has been aborted (by means of unexpected runtime errors) I failed in starting it next time. Error RSENQ 2 ("Lock not set for: activation of hierarchy") occured in this case. I found a way to overcome this by manually setting flag CLOSEDFL = X in table RSDDAGGRMODSTATE.
    Now I found SAP note 903886 which forbids to do so by reason of potential inconsistencies.
    Does anybody know how to handle the specified situation in a right way?
    Thanks in advance for your help,
    Oliver

    Hello Shabar,
    I implicitly postulate that the reasons for the failure always have been detected before trying once more.
    For example, implementing a wrong SAP note (1006192) caused runtime errors. After resetting the note implementation the error disappeared.
    Sorry, this was not my question!
    The point is that change run failes as long as the flag has not been set in RSDDAGGRMODSTATE even if the reason for the failure has been fixed.
    Yours,
    Oliver

  • When running labview's test executive I recieve runtime error: Call to step "PRE-RUN" failed. Could someone explain this error?

    I have a set of vi's that work when run under labview. However, when calling these vi's from labview's test executive I recieve runtime error: Call to step "PRE-RUN" failed. in Assign Connector Pane.vi->Call Test.vi->Execute Pre-Run.vi->Test Executive. Could someone explain this error to me? (or ideally tell me how to fix it?) Thanks.

    Hello,
    There are any number of possible causes to this problem. Which version of Test Executive are you using? Have you upgraded your Test Executive recently? The latest version is 5.1.1. If you have changed anything about Test Executive on your computer recently, I recommend you perform a mass compile of all your VI libraries, as having different versions of the VIs on your system could often result in the "Call to Step XYZ Failed" errors. Also, are you using any DAQ or Analysis VIs in your steps? We have seen problems where the use of DAQ or Analysis VIs in the sequence can cause intermittent "Call to Step...Failed" errors. There are some KnowledgeBase entries on our website that discuss this problem. Are you using the Test Executive in the VI environment, or
    as an executable? Again, there are some problems with using Test Executive as an executable that result in these errors, and there are also KnowledgeBase entries that discuss these problems.
    If you have a pared-down application that demonstrates the problem, feel free to send me your VIs and your .seq file and I will try to reproduce the problem.
    Alternatively, I would suggest you visit www.ni.com/teststand to learn about TestStand, our state-of-the-art Test Sequencing software that completely outperforms Test Executive. It is very easy to use and much more powerful, and we have a top-notch support team available dedicated exclusively to supporting TestStand. As you are probably aware, we are no longer developing Test Executive, and instead are concentrating our efforts on making TestStand the penultimate solution for all our customers' test sequencing needs.
    I appreciate your patience on this issue. Please let me know if I can offer further assistance.
    Have a pleasant weeken
    d.
    Sincerely,
    Darren Nattinger
    Applications Engineer
    National Instruments
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • SNP Optimizer run ends with error: Error when determining Customizing data

    Hi All
    Can you help please what settings are missing: SNP optimizer run canceled with error "Error when determining Customizing data".
    Thanks
    Best Regards
    Andrey

    On integration tab of SNP optimizer profile,
    maintain 'regard as customer demand' for both dependent demands and distribution demands for fixed orders.
    By default it is 'regard as hard constraint' which should be changed.
    bye,
    Nitin Thatte

  • Heuristic Run  - Fail

    Dear All,
                   Working on SCM 5.0
    Whenever i change/load  the T- Lanes , next Day the first Heuristic Run Fails.
    After Changing the T-Lane , i do the following,
    1. Consistency Check - Planning Areas.
    2. Consistency check - Live Cache
    3. Low level Code.
    Then also i am facing the same problem?
    Why ? and how can i resolve the same..
    Regards,
    Rajesh Patil

    Ya ..when u change T-lane/Load new T-Lane first Heuristic Run fails ...and in application log of Heuristic Run ... for some product- locations the source location isnot showing?
    But when i rerun(2nd time) the same Heuristic it is working fine?.
    As i am taking Daily Run..
    plz guide me when i Change the T-lane ...Except the above consistency check is there any thing to do?
    So the Heuristic will run smoothly.
    Regards,
    Rajesh Patil

  • SNP - Heuristic -First Run Fails

    Dear All,
    I am Working on SCM 5.0 SNP..
    Working on Following ..
    1. Heuristic Run
    2. Deployment
    3.Trasport Load Builder (TLB)
    We are running Heuristic on Daily Basis.
    If i run Heuristic after loading new Tranportation Lane(Master Data) the FIRST run fails?
    Why?
    After loading the New Trasportation Lane..i always Check Low Level Code/Live Cache Consistency Check the also i am facing the above problem.
    Plz help me to resolve the same.
    Regards,
    Rajesh patil

    Hi Rajesh patil,
    From your observations, it is clear that there is timelag required by system to update the master data (TL) newly maintained and the start of heuristic run.
    1)  Once the new TL is maintained, run consistency check (F9) to check for any errors
    2)  After maintaining the lane, ensure that the same is available in the active model
    3)  Once after maintaining the lane, clear all inbound and outbound queues before start of heuristic run.
    4)  Also run low level code/cons checks before start of the heuristic run.
    Please confirm with your findings.
    Regards
    R. Senthil Mareeswaran.

  • Attribute change Run Failed/Scheduled

    Hello All,
    For a process Chain Attribute Change Run has failed in BW 3.5,and I Repeated the Change Run in Chain only
    where Repeat option is ,now the problem is in RSA1 it is now that change run is scheduled
    and sm37 it is showing that Canceled.
    Now there is Other Process Chain in BI7.0  which picks data from  3.5
    Should I repeat the Master data Chain in BW 3.5 followed by in BI 7.0
    Or any other way is possible as in BI7 the chain has run successfully..
    Thanks,
    Kiran

    Hi Kiran.......
    BI 7.0 and BW 3.5............totally two seperate systems..............here BW 3.5 is just act as a source system of BI 7.0.............if change run fails in BW3.5...............it is not going to effect BI 7.0.............
    As ajeet already said............it will effect the SID s in 3.5.............because attribute change run activates the master data...........and SID get generated during the activation of master data.......
    Also it will effect the aggregates............because aggregates also get adjusted during change run.......if any of the aggregates contains the master data.........which are getting activated in the change run....
    Now u r saying........that in SM37 it is showing that the job got cancelled............So it will not locked the master data..............terminated change runs generally lock the master data............then we hav to repeat the chain run to release the lock.........and u hav already repeated the change run............so no issue........
    Hope this helps..........
    Regards,
    Debjani........

  • Attribute change run Failing in Process Chain

    Hi guys,
    Every day my process chains is failing due to Attribute change run and I am maually running attribute change run.
    And one more thing when the attr. change run is triggered automatically,then it is generating 2 change counters in RSATTR tcode instead of 1.
    One is successfully completes and one is still in schedule.After 2days days it is showing like completed change count id.
    Please help me.
    Regards,
    Tiragati.

    Hi,
    As you said Attribute change run step is failing every day.
    can you post the error message. is it failing because of Lock issue or some other issue.
    Mostly attribute change runs fails with lock issues. if its the same problem in your case. make sure that no master data objects runs at the time attribute change run runs.
    Try to put some delay in the process of the Attribute change run so that it will not get failed.
    Check if its the same ACR scheduled or diff objects?
    Regards
    KP

  • 'ant'  run failed

    Hi
    I am running Retek App R13 on Unix machine.
    The DB and AS have been installed and upgraded.
    When running RMS module , I get the folowing error message:
    Error running the install , Ant run failed- examine the error log for details
    rg.tp23.antinstaller.InstallException: Error running the install, Ant run failed - examine the error logs for details
         at org.tp23.antinstaller.runtime.exe.AntLauncherFilter.exec(AntLauncherFilter.java:88)
         at org.tp23.antinstaller.runtime.ExecInstall.exec(ExecInstall.java:85)
         at org.tp23.antinstaller.runtime.ExecInstall.main(ExecInstall.java:157)
    Caused by: org.tp23.antinstaller.InstallException: Ant run failed - examine the error logs for details
         at org.tp23.antinstaller.runtime.exe.AntLauncherFilter.exec(AntLauncherFilter.java:78)
         ... 2 more
    --- Nested Exception ---
    org.tp23.antinstaller.InstallException: Ant run failed - examine the error logs for details
         at org.tp23.antinstaller.runtime.exe.AntLauncherFilter.exec(AntLauncherFilter.java:78)
         at org.tp23.antinstaller.runtime.ExecInstall.exec(ExecInstall.java:85)
         at org.tp23.antinstaller.runtime.ExecInstall.main(ExecInstall.java:157)
    The files under the error logs contain:
    FRM-91500: Unable to start/complete the build.
    Any help?

    Hi,
    Same error stack message is reported in the following, have a look at it as it might be helpful.
    Note: 473692.1 - Network Integrity 3.4 install fails with java.net.NoRouteToHostException
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=473692.1
    Regards,
    Hussein

  • Extrating Optimization Run Log files

    Hi Gurus,
       I have requirement to extract Optimization Run Log file from SCM to Tera data data base. Is there any BAPI that could read the Optimiztion Run Log file. I know it can be downloaded to the desktop from SCM, but the requirement is to extract this log information into another Data base through batch jobs.
    Waiting for your valuable inputs
    Many thanks,
    Balaji

    Balaji
    This might work - Run transaction /n/SAPAPO/COPT01 and maintain the path of the DB in column Log Direc.against the optimizer you are using.
    Thanks and Regards
    Anand Srinivasan

Maybe you are looking for

  • Upgrade 4 to 5 or 6

    I have a IPhone 4 and would like to get upgraded to 5 or 6.  I have updgraded the 4 for current iOS 8 (yesterday for most recent). Basic use for me = calls, email, text, pics, weather, NHL scores.  Cost is not an issue and Verizon will support both f

  • Photosmart 7510 Scan to eMail does not send the eMail

    I can scan a document to a file, go to my email, attach the scanned document and send it with no problem. However, when I use the Document to Email feature, an email window opens up on my desktop with my send from email address properly included and

  • Check ICC profiles in a PDF

    I have a PDF with pictures, each of them with an individual ICC profile. How can I look at those profiles and especially their rendering intents? Preflight tells me that there are profiles attached and even whether they are RGB or CMYK, but not more.

  • & in JNLP title

    The startup dialog will show "&" instead of "&"

  • CRM_APPT_MAINTAIN_MULTI_OW in date rule executes rule again

    Hi, I´m facing a problem changing the dates of a document with a date rule FM, inside this FM I´m using CRM_APPT_MAINTAIN_MULTI_OW  for changing the dates, but it makes the date rule FM executes again, I have some validation for the second execution