Operation not found in recipe, but available in process order

Hi
I find a strange problem. In recipe operations are 0010,0020 and 0050. With 0020, phase indicator is active and destination is given with sup opn as 0010. Nowhere is opn 0030 & 0040.  But when I create new process order I see opn 0030 and 0040 also. I checked the group no and counter no. It is the same recipe. So where is these operations 0030 and 0040 in recipe. 
Regds

Dear BNR,
Just a Guess
after creating process order some one might have deleted 30 & 40 operations in recipe
so this might be reason of showing 30 & 40 operations in recipe
Regards
kumar
Edited by: kumar kumar on Jul 8, 2009 4:41 PM

Similar Messages

  • I can find many purchases in my purchase history, but they are not found when I "Check Available Downloads." How else can I download my purchases?

    I can find many purchases in my purchase history, but they are not found when I "Check Available Downloads." How else can I download my purchases?

    what happened to the initially downloaded files ? did you make a backup ? do you use time machine ?

  • Control recipe destination not available in Process order

    Hi PP-PI Gurus,
    When i am sending the process maessages to destinations,i am getting the error"No control receipe destination available in process order".
    When we create master recipe using X-steps, there is no option to enter comtrol recipe destination. Infact we asssign the destination in X-step tree.
    When the control recipe is created for a process order using x-steps, the operations overview will not have the control recipe destination.
    When the status of the control recipe is sent to destination(PI02),the system throws the above error.
    Any help on  how to resolve this error.
    Thanks in advance.
    Mani

    Hi Dhavel,
    Whether it is PI_CRST or PI_CRST2 i am getting the same error message.
    When i am working with Conventional Characterestics based process instructions in my recipe, everything is working fine.
    When i use X-steps instead of process instructions in master recipe to create the control recipe, i am facing this error.
    So it is clear that , when we are using Execution steps(X-steps) to create PI sheet,there needs some extra settings.
    Any body working with X-steps in process order ,request your help please to resolve this issue.
    Mani.

  • Axis2: Operation not found

    Hi guys,
    First of all my apologies if this is the incorrect forum for this topic - I'm quite new to web services!
    I was wondering if I could ask about a "Operation Not found" problem I'm encountering. When attempting to deploy the sync version and the async version of the same operation on the same instance of axis2 (ie: two operations, both with the same input parameters, but only one with a return parameter) I receive this error:
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <soapenv:Header/>
         <soapenv:Body>
              <soapenv:Fault>
                   <faultcode>soapenv:Client</faultcode>
                   <faultstring>Operation Not found EPR is https://10.238.212.125:9443/soap/ManageWidgetSync and WSA Action =  null</faultstring>
                   <detail>
                        <Exception>org.apache.axis2.AxisFault: Operation Not found EPR is https://10.238.212.125:9443/soap/ManageWidgetSync and WSA Action =  null
         at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:51)
         at org.apache.axis2.engine.Phase.invoke(Phase.java:398)
         at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:522)
         at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:487)
         at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:326)
         at org.apache.axis2.transport.http.util.SOAPUtil.processPostRequest(SOAPUtil.java:62)
         at org.wso2.wsas.transport.jetty.Axis2SOAPHandler.processPostRequest(Axis2SOAPHandler.java:43)
         at org.wso2.wsas.transport.jetty.Axis2Handler.handle(Axis2Handler.java:159)
         at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:627)
         at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:149)
         at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:123)
         at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)
         at org.mortbay.jetty.Server.handle(Server.java:269)
         at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:430)
         at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:701)
         at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:617)
         at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:193)
         at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339)
         at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:208)
         at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
    </Exception>
                   </detail>
              </soapenv:Fault>
         </soapenv:Body>
    </soapenv:Envelope>Each web service operation was generated by the WSDL2JAVA tool from a different port in a WSDL file. I ensured that the output from the tool for each service was separated into a separate directory (to ensure no files were overwritten). I also ensured that I specified a different Java package name for the output of each run/operation, to ensure that when it came to merging the Java output the package names would prevent the generated skeletons from being overwritten.
    As each port uses the same underlying data structures, I merged the contents of the two directories together (overwriting files), except the services.xml file, which I manually edited to ensure each service from the individual service.xml files was present in the resultant services.xml file.
    When fleshing out the generated skeleton files to return a response, then building both operations into an aar file and deploying it on to a simple server, I can throw messages at the aysnc version of the operation with no problems. However, I cannot access the sync services as an error (attached) is returned, suggesting that it cannot find the operation. This may be occurring because the sync service operations contain the same input parameters as operations within the provider and consumer services.
    The sync service works correctly if deployed separately, so I'm a little baffled. The services.xml file seems sane (attached too!).
    I do have a feeling it's to do with the dispatchers. However, ensuring the RequestURIBasedDispatcher is the first dispatcher to be used, and then accessing the service via the following uri, does not seem to stop the error:
    http://serviceuri/axis2/services/serviceName/operationName
    I apologise if this is quite a silly question - I am still embracing the learning curve that is Axis 2 ;) Any suggestions or guidance would be very much appreciated!
    Kind regards,
    Simon
    My services.xml file:
    <!-- This file was auto-generated from WSDL --><!-- by the Apache Axis2 version: #axisVersion# #today# --><serviceGroup>
    <service name="ManageEventNotification">
          <parameter name="ServiceClass" locked="false">com.bt.sdk.manageeventnotification.consumer.service.ManageEventNotification</parameter>
           <transports>
              <transport>jms</transport>
              <transport>http</transport>
         </transports>
         <parameter name="transport.jms.Destination" locked="true">MEN.JMS.Q</parameter>
          <operation name="notify" mep="http://www.w3.org/2004/08/wsdl/in-only">
          <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only"
                              class="com.bt.sdk.manageeventnotification.consumer.service.ManageEventNotificationMessageReceiverInOnly"/>
             <actionMapping>http://capabilities.nat.bt.com/wsdl/MEN/2006/12/30#notify</actionMapping>
               <module ref="validator"/>
          </operation>
          <operation name="subscribe" mep="http://www.w3.org/2004/08/wsdl/in-out">
             <actionMapping>http://capabilities.nat.bt.com/wsdl/MEN/2006/12/30#subscribe</actionMapping>
         </operation>
        <operation name="createWidgetRequest" mep="http://www.w3.org/2004/08/wsdl/in-only">
          <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only"
                              class="com.bt.sdk.manageeventnotification.consumer.service.ManageEventNotificationMessageReceiverInOnly"/>
             <actionMapping>http://capabilities.nat.bt.com/wsdl/MEN/2006/12/30#createWidgetRequest</actionMapping>
         </operation>
       </service>
       <service name="ManageEventNotificationSync">
          <parameter name="ServiceClass" locked="false">com.bt.sdk.manageeventnotification.consumer.service.ManageEventNotificationSync</parameter>
           <transports>
              <transport>jms</transport>
              <transport>http</transport>
         </transports>
         <parameter name="transport.jms.Destination" locked="true">MEN.JMS.Q</parameter>
          <operation name="createWidget" mep="http://www.w3.org/2004/08/wsdl/in-out">
          <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out"
                              class="com.bt.sdk.manageeventnotification.consumer.service.ManageEventNotificationMessageReceiverInOut"/>
             <actionMapping>http://capabilities.nat.bt.com/wsdl/MEN/2006/12/30#createWidget</actionMapping>
         </operation>
       </service>
    </serviceGroup>

    Did you manage to find a solution ??
    I'm getting the same problem.

  • Operation not found error while calling AM methods from managed bean

    Hi,
    operation not found error while calling AM methods from managed bean.
    written a method with two parameters in AM.
    exposed the method in AM client interface
    in the page bindings added the method in method action ..left empty in the value fields of the parameters.
    calling the method from managed bean like below
    String userNameVal = (String)userName.getValue();
    String passwordVal = (String)password.getValue();
    OperationBinding operationBinding =
    ADFUtils.findOperation("verifyLogin");
    operationBinding.getParamsMap().put("userName",userNameVal);
    operationBinding.getParamsMap().put("password",passwordVal);
    operationBinding.execute();
    i am getting operation verifyLogin not found error.Please suggest me something to do.
    Thanks
    Satya

    Hi vlsn,
    Can you try with the below code
    // in your backing bean
    OperationBinding operation = bindings.getOperationBinding("verifyLogin");
    //Put your both parameters here
    operation.getParamsMap().put("parameter_name1", parameterValue1);
    operation.getParamsMap().put("parameter_name2", parameterValue2);
    operation.execute();
    if (operation.getResult() != null) {
    Boolean result = (Boolean) operation.getResult();
    and share the result.
    regards,
    Rajan

  • Sequence 0 operation  not found in order 800000036870, check entry

    Hi experts,
    I am facing the problem first time. when I go for order confirmation at operation through CO11n then as i enter the order number system gives me the error Sequence 0 operation  not found in order 800000036870, check entry.
    Regards

    Dear Anil,
    Your initial query is different form query you posted to our replies
    As per your initial query what is replied is correct ( it is regrding operation number )
    Now as ur latest query it is confirmation number
    Yes one order can have different confirmation numbers
    Just check in CO14 or COOIS
    in COOIS in list make it as confirmations & execute
    Hope it clarifies
    Regards
    Madhu

  • Win 7 Pro x64 Error 0x8007046a: Not enough server storage is available to process this command.

    I installed Win 7 Pro x64 on a reasonably decent  machine (Nvidia nForce 680i SLI, core 2 duo, 4 gig ram). It was a clean install on a freshly formatted partition. While copying a large bunch of files from another machine on the LAN, I get "Error 0x8007046a: Not enough server storage is available to process this command." It does give me the option to retry and continue, but the error inevitably pops up again later during the copy. Googling the error, I found a reference to it, suggesting I go to the registry and increase the IRPStackSize (but this article was not specific to Win 7). I tried increasing it as high as 32 hex. This reduces the frequency of the error, but does not eliminate it completely. Also, I now see a new error sometimes that says, "Too many files are currently in use. Quit one or more programs and then try again." That's odd, because I don't have anything else running. I haven't seen these errors when copying files to different partitions on the machine, so I assume it's something to do with network.

    Hi,
    To troubleshoot the issue, please try to do an In-Place Upgrade to repair the system.
    1. Start the computer by using the current Operating System.
    2. Insert the Windows 7 DVD in the computer's DVD drive.
    3. Use one of the following procedures, as appropriate:
    If Windows automatically detects the DVD, the Install now screen appears. Click Install now.
    If Windows does not automatically detect the DVD, follow these steps:
    a. Click the Start Button, type Drive:\setup.exe in the start search box and then click OK.
    Note: Drive is the drive letter of the computer's DVD drive.
    b. Click Install now.
    4. When you reach the "Which type of installation do you want?" screen, click Upgrade to upgrade the current operating system to Windows 7.
    Thanks,
    Novak

  • Not enough server storage is available to process this command

    Windows XP Pro x32 Connecting to Windows 8.1 Pro x64
    I am trying to map a share on a Windows 8.1 Pro x64 machine (Surface Pro 3 512GB) to a drive letter on a Windows XP Pro x32 machine.  I get an error saying:
    Not enough server storage is available to process this command
    I did a search and found:
    http://support.microsoft.com/en-us/kb/106167
    which says to increase (or set if it doesn't exist) the value of IRPStackSize in:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
    Since the item didn't exist I created it and set it to 0xC (the maximum recommended value).
    I then rebooted the Surface Pro 3 (Windows 8.1 Pro).
    When I tried to map the share again I got the same error message. 
    Is this a Windows XP problem or a Windows 8.1 problem?  In either case how do I get around it?
    Please do not respond with a suggestion to upgrad the Windows XP machine.  It is running software and accessing hardware that will not work with a later version of Windows.
    http://www.saberman.com
    Edit:
    It appears to only be a problem in access shares on USB attached drives.  There is no problem in access shares on the Surface Pro 3's C: drive.  Is this a known problem?

    >Have you tried to map the drive from the Windows 8.1 to the Windows 7 machine ?
    Yes and it worked before I created IRPStackSize in the Windows 8.1 registry.
    I increased IRPStackSize on the Windows 8.1 machine to decimal 50 and was able to map the Windows 8.1 share onto my Windows XP machine.
    I noticed that the article at the link:
    http://support.microsoft.com/en-us/kb/106167 said.
    Note Values may range from 0x1 to 0xC. These values are equivalent to 1 to 12 in decimal notation.
    There is an article at:
    http://support.microsoft.com/en-us/kb/285089 that said:
    The default value of the IRPStackSize parameter is 15. The range is from 11 (0xb  hexadecimal) through 50 (0x32 hexadecimal).
    Whereas the article at the external site said to keep making it larger until it works.
    BTW, my Windows 7 and Windows XP machines have MSE for proctection. Windows 8.1 has Windows Defender. No third party software.
    http://www.saberman.com

  • 0x8007046A: Not enough server storage is available to process on Server 2003

    Hello,
    Every week or so we start having an issue with our main file server.  We will get the message "0x8007046A: Not enough server storage is available to process this command" and we won't be able to connect to the server via remote desktop. 
    It seems to help most of the time if I restart the box or restart the service "Server".  Any ideas on what this could be?
    Thanks!

    Hi,
    Are you meet the event 2011 at the same time? If so, it seems is the known issue.
    After you install Norton AntiVirus for Windows or IBM AntiVirus 3.01N (Build 301.590), you receive the following error messages:
    Not enough server storage is available to process this command.
    The related KB:
    Antivirus software may cause Event ID 2011
    http://support.microsoft.com/?scid=kb;en-us;177078
    The related third party information:
    Not enough server storage is available to process this command
    http://www.symantec.com/connect/forums/not-enough-server-storage-available-process-command
    Hope this helps.
    *** This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control
    these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the
    use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet. ***

  • Cannot copy export_full: not enough server storage is available to process

    Hello everyone!
    We are mounting a 3node RAC on Windows 2003 x64.
    The source database is 81741 on Windows 2000.
    When we try to copy the dump file - around 56GB - it fails after some time with error:
    "Cannot copy export_full: not enough server storage is available to process this command".
    Some important details: destination drive is OCFS and has more than sufficient space.
    Both 4 servers are in the same network, in the same building.
    We copy this same dump file every night to a backup server, what makes us think the problem is in the OCFS drive.

    olmartins wrote:
    We are mounting a 3node RAC on Windows 2003 x64.
    The source database is 81741 on Windows 2000.
    When we try to copy the dump file - around 56GB - it fails after some time with error:
    "Cannot copy export_full: not enough server storage is available to process this command".
    Some important details: destination drive is OCFS and has more than sufficient space.
    Both 4 servers are in the same network, in the same building.
    We copy this same dump file every night to a backup server, what makes us think the problem is in the OCFS drive.Yes. Free space reported on a ocfs volume does not imply that all that space is usable. Part of the problem is how the ocfs file system has been configured (the defaults may not suffice for a large file system, or a file system that will contain many files).
    A while back we had a similar problem and that was addressed in changing the ocfs defaults used for creating the file system. Suggest that you read up on ocfs2 block and cluster sizes and rethink the configuration of that ocfs volume (unfortunately one has to re-create the file system to apply block and cluster size changes). Details are in the [OCFS2 User Guide|http://oss.oracle.com/projects/ocfs2/dist/documentation/ocfs2_users_guide.pdf].

  • Control Recipie Status in a process order

    Dear PP Gurus
    How can i clear Control Recipie Status in a process order, without that TECHO is not allowing....can u pls suggest..??
    Regards
    Ragesh

    Ragesh,
    It looks like you are trying to TECO the order without processing the control recipe. If my memory goes it is the status "CRCR" which would prevent this.
    In your case Control Recipe is already created, so you need to send a process message to set the status of the control recipe to finished. "CRFI". Follow the steps below,
    Transaction CO57, to trigger manually a process message with message Category PI_CRST for the process order and Control reciepe combination.
    Then use Transaction CO54 to send the Message to the process order.
    Hope this would resolve the problem....Reward full points and close the thread,
    Regards,
    Prasobh

  • Invoke operation not found

    Hi all,
    I have a problem invoking a small process inside a bigger process. I get the following error:
    2007-12-10 14:38:00,206 ERROR [com.adobe.workflow.AWS] stalling action-instance: 4545 with message: ALC-DSC-121-000: com.adobe.idp.dsc.registry.InputParameterNotFoundException: Operation: invoke not found on service: Send mails to receiver
    at com.adobe.idp.dsc.registry.infomodel.impl.OperationImpl.getInputParameter(OperationImpl.j ava:175)
    at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:480)
    at com.adobe.workflow.engine.ProcessEngineBMTBean.continueBranchAtAction(ProcessEngineBMTBea n.java:2881)
    at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncContinueBranchCommand(ProcessEngineBM TBean.java:2380)
    at sun.reflect.GeneratedMethodAccessor898.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    I can understand the error, but I don't know what I can do to fix the problem. The process is activated and I have set invoke permissions to the process creator. However I still get this error.
    Hope you can help.
    Sincerely
    Kim Christensen

    Does you "smaller" process contain Input variables. Are you providing the value for the inputs parameters when you call the "smaller" process from the "bigger" process.
    How are you invoking the "smaller" process from the "bigger" process. Are you just dragging the "smaller" process's service on the "bigger" process? Are you using the web service interface?
    Jasmin

  • PO not found in EBP but shown in shopping cart status

    Hi all,
    I am using classic scenario in SRM 5.0...when the shopping cart is created,the purchase requsition gets created automatically in the backend...I created a PO referring to that PR..The particular PO is seen in the status of the Shopping cart...but when i try to confirm goods receipt or to create invoice by referring to that PO in EBP its says Purhcase order not found...(Though its a classical scenario i hope we can do the above mentioned things in EBP-document only gets created in backend)...what might be the problem...Please help me...
    Thanks&Regards,
    Hari...

    Hello,
    In ppoma_bbp, check the attribute "system alias" (SYS), it should refer to your backend system.
    Rgds,
    Pierre

  • URL not found error executing on-demand app process using APEX_UTIL.JSON

    Hi -- I have an application process that's called by a javascript header function;
    the javascript function is called by an onblur event on an LOV.
    Hopefully I can explain this w/o too much confusion :)
    I'm having the JS do an alert to show the return value of the call to the app process.
    The call to the app process is set up in the following way:
    ajax_request = new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=Lookup_Value',0);
    ajaxRequest.addParam('x01', $x('P3_OBJECTTYPE_NAME').value);
    ajaxResponse = ajaxRequest.get();
    The application process LOOKUP_VALUE is:
    DECLARE
    -- We will set wwv_flow.g_x01 in the javascript part
    -- you can use this parameter as a temp. APP ITEM
    p_objecttype_name varchar2(32) := wwv_flow.g_x01;
    BEGIN
    --Use this to get a JSON string back in the javascript, based on the SQL inserted
    APEX_UTIL.JSON_FROM_SQL('SELECT objecttype_id FROM hdb_objecttype_syn WHERE objecttype_name = ''' || p_objecttype_name||'''');
    END;
    The alert in the JS shows the value of ajaxResponse to be the following:
    <!DOCTYPE HTML PUBLIC"-//DTD HTML 2.0//EN">
    <HTML><HEAD>
    <TITLE>404 Not Found </TITLE>
    </HEAD><BODY>
    <H1>Not Found</H1>
    The request URL /pls/apex/ww_flow.show was not found on this server.<P>
    <HR>
    <ADDRESS>Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at
    myservername Port 7777 </ADDRESS>
    </BODY></HTML>
    I'm really not at all sure what could be causing this. Could it have something to do
    w/ compatibility between JSON and my version of APEX (3.0.1.00.06)? Or ... ?
    Thanks,
    Carol

    CarolM2,
    CarolM2 wrote:
    I'm really not at all sure what could be causing this. Could it have something to do
    w/ compatibility between JSON and my version of APEX (3.0.1.00.06)? Or ... ?Whilst this isn't a compatibility issue between JSON itself and APEX 3.0.1.00.6, it is a version related issue. This API, the x01-x10 series globals and 'addParam' were not introduced until 3.1. Also 3.1 introduced the useful JavaScript functions $s and $v which you may have been trying to use (although you didn't show the later part of your JS code so I can't be sure).
    Is it possible for you to upgrade your instance as this will definitely make your life easier with this stuff (and give you interactive reports :-) )? If you cannot upgrade, this is still possible but you'll just need to construct (and output) the JSON string yourself, use 'add' instead of 'addParam', use an application item to store your temporary value and possibly have to write some slightly different JS code to output the response on the client (although again I didn't see that part of your code).
    Please let me know if you need any more help on this.
    Anthony.
    http://anthonyrayner.blogspot.com
    Edited by: Anthony Rayner on Nov 20, 2008 12:04 AM

  • Condition type not picked in Inquiry but picked up in order

    Hi Guys,
    We have a problem where a pricing condition type is picked up in order but it is not picked up in quotation/inquiry. So we have the price difference for the material. Points will be awarded.
    Can you guys please help?
    Thanks
    Venky

    Hi venky
    generally in Inquiry pricing is not at all required.
    but in quotation it may require sometimes. but when you create an order with reference to quotation , the price varies, this is because of the  pricing type .
    check the pricing type in VTAA quotation, the pricing type will be different for sales order and for quotation.
    Regards
    Srinath

Maybe you are looking for