SNP process messages and Advanced Q

Folks,
I'm trying to help a project that doesn't have any DBA support and I'm coming in cold to advanced queuing. I'm getting this message in the alert log. Restarting dead background process SNPN
SNPN started with pid=15
Can somone direct me where to look for a cause of this message or, by chance, is this a function of the advanced queuing feature.
Thanks !
Darrell

Hi,
If you are saying you are using a tBridge (JMS bridge component of WTC) redirection to take messages from Tuxedo /Q and place them on a JMS queue, then the problem is that only a single thread will process the redirection. In other words, a single thread is started to perform tpdequeue() operations on the Tuxedo /Q queue, and then put the message on a JMS queue. If you need more throughput than a single thread offers, you will need to add another redirection in the WTC configuration.
Regards,
Todd Little
Oracle Tuxedo Chief Architect

Similar Messages

  • Transaction code to find Process message and Process Instruction

    Hi
    I am new to PP module
    Where do i find (In which Transaction) the list of
    a) Process Message Category
    b) Process message
    c) Process Instruction Category
    in SAP ERP system??
    Regards
    Sweety

    Hi
    Thank u all for responding
    Still I was not able to find certain Process Messages like YQ_AIR, YQ_RPM, YQ_TEMP, YQ_CONS, YQ_PHCO, YQ_PHCO2.
    and Process Instructions like
    YQ_AIR, YQ_ENDPI,YQ_HEAD, YQ_INSTR, YQ_LAY, YQ_MATLI, YQ_PROD, YQ_PTEXT,YQ_RPM, YQ_TEMP, YQ_CON1, YQ_CON2..
    do I need to do some (Basis) configuration to get these?? or the above mentioned Process Messages and Process Instructions are not pre defined??
    Regards
    Sweety

  • Process Message and PI sheet

    Dear All,
    I have created one finished product and one raw material. In Master Recipe i created one Phase and assign two instruction category CONS_1 and PROD_1.
    Now i generated PI sheet in COR2 and see CO53 that it is present and now i send it and in CO60 it is there.
    Now when i see and enter quantity in PIsheet and double click on it to see the Process Message
    1) PI_PROD has material number of finished product - It is ok
    2) PI_CONS has also material number of finished product but it should have raw material number.
    So, my issues are
    1) How raw material will be there in PI_CONS Process Message.
    2) Should i create two phase and assign it one by one or what else.
    3) If i have Process Order of 500 quantity and through PI Sheet i do GR of 10 and GI of 10 then for next time how should i do GI and GR again. Should i send PI Sheet again from CO53 to CO60.
    4) Is there only one control Recipe is generated for one process order.

    Hi,
    process instruction CONS_1 will not show raw material number it will show reservation number of the process order...instead of using CONS_1 use CONS_D and use this control recipe destination and make the settings as shown below...
    your final PI sheet output will be like this....
    Hope this helps...
    Thanks
    Kumar

  • PPPI Process messages and check status

    Hello.
    Does anyone know of any method from xMII to get and check status of process messages sent to PP-PI?
    E.g. check for status (has it been sent) and for any errors?
    BR
    Poul.

    Hi Poul,
    I found a few RFCs which might do the job and will list them here so you can test them:
    PROCESS_MESS_DOWNLOAD
    PROCESS_MESS_EXCHANGE
    PROCESS_MESS_GET_RETURN_CODE
    PROCESS_MESS_UPLOAD
    My search method is kind of funny.  I put PROCMESS* into the search pattern of a SAP_JCo_Interface action block to return a list of related action blocks.  But since I can't use BAPI in SAP and must rely on SE37, I can't readily see the documentation to determine relevance.  But I suspect you can take if from here.  I would be interested in knowing what you come up with for these. 
    I also tried PROCMSG* and get these:
    BAPI_HU_PROCESS_MSG
    BAPI_HU_PROCESS_MSG_DIRECT
    BAPI_LIKP_PROCESS_MSG
    BAPI_LIKP_PROCESS_MSG_DIRECT
    Where HU stands for Handling Unit, but I can't seem to find out what LIKP refers to. 
    Hope this helps and maybe together we can get the information. 
    Thanks,
    Mike
    Found a couple more
    RSAP_GET_MSG_TEXT
    RSSM_GET_MSG_TEXT
    You may also be able to use RFC_READ_TABLE, but I do not know the table structures which would be of interest.
    Edited by: Michael Appleby on Jul 16, 2008 3:07 PM

  • Error in 'eMail Response - Process Message' --- Error running sub-process 'eMail Response - Create Activity' at step 'Create Activity Process'.(

    Hi,
    When I was simulating the 'eMail Response - Process Message', I had been getting the below error when entering to 'Create activity Process' step.(provided all the inputs per testmode.xml file)
    Error running sub-process 'eMail Response - Create Activity' at step 'Create Activity Process'.(SBL-BPR-00183)
    I increased the log level to 5 and got the below message in log file
    ObjMgrBusServiceLog    InvokeMethod    4    0000000251b51f04:0    2013-06-10 01:30:12    Begin: Business Service 'XML Hierarchy Converter' invoke method: 'DocToHier' at 12cc4240
    ObjMgrBusServiceLog    Error    1    0000000251b51f04:0    2013-06-10 01:30:12    (xmlcnvsv.cpp (548)) SBL-EAI-00246: XML Hierarchy Converter error - empty input message, expecting an XML document in <Value> of input arguments
    I was wondering I could not find 'XML Hierarchy Converter' business service in 'eMail Response - Process Message' and 'eMail Response - Create Activity' sub process.
    Can any body help me out in this regard.
    Thanks in advance..
    Jagadeesh

    Hi Naresh,
    yes, I am using the delete polling strategy. Here is the .jca file:
    <adapter-config name="Pozadavky" adapter="Database Adapter" wsdlLocation="Pozadavky.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
    <connection-factory location="eis/DB/PozadavkyConn" UIConnectionName="PozadavkyConn" adapterRef=""/>
    <endpoint-activation portType="Pozadavky_ptt" operation="receive">
    <activation-spec className="oracle.tip.adapter.db.DBActivationSpec">
    <property name="DescriptorName" value="Pozadavky.Pozadavky"/>
    <property name="QueryName" value="PozadavkySelect"/>
    <property name="MappingsMetaDataURL" value="Pozadavky-or-mappings.xml"/>
    <property name="PollingStrategy" value="DeletePollingStrategy"/>
    <property name="PollingInterval" value="120"/>
    <property name="MaxRaiseSize" value="1"/>
    <property name="MaxTransactionSize" value="10"/>
    <property name="NumberOfThreads" value="1"/>
    <property name="ReturnSingleResultSet" value="false"/>
    </activation-spec>
    </endpoint-activation>
    </adapter-config>

  • Tried to upgrade tracks but got "in Process" message

    I tried to upgrade my list of upgradeable songs to the DRM free format. When I clicked "buy", I got the standard "do you want to purchase" message but then nothing happened. I signed out and then back in again, and now instead of a list of upgradeable songs, it tells me my upgrade is "in process" and to wait for an e-mail telling me when it is ready.
    What the heck is that????
    Anyone else have this happen?

    I was waiting for the phantom "e-mail" for several hours. Eventually the itunes store scrapped that "in process" message and gave me my list again. 22 songs in all. This time when I hit the "buy" button it actually started the download, but it has been quite a while and there are still 8 songs that are stalled by the slow Apple Store servers. I'm sure the servers are overwhelmed and that is why the download speed is eratic. I'm on an 8 Mbps High Speed connection so it certainly isn't me that is slow.

  • PP-PI - Process message processing and batch management in PI_CONS message

    Hi All,
    Hope you can help me to find the better solution... I will try to explain my scenario
    Scenario: to control the production run PP-PI module is in use. Process order are created in SAP system and then transferred to the process control system where the execution of the process order is controlled On-line. Once per month the confirmations are transferred from this control system to SAP. In the Process control system batch are not managed. For good issue posting standard process message PI_CONS is used.
    Now we have the situation that some raw materials used for process order processing are managed with batch. During the process order creation the batch related with this raw materials can be determined, only during the month when the raw material is entered in the plant is where the batch is determined. At the end of the month the batch of this materials is available in the SAP system (not in the process control system). Due to behavior of PI_CONS regarding batch if this characteristic is not informed in the process message or in the reservation an issue is trigger.My doubts are:
    1.- If I need inform the batch  during this confirmation ,an even split the quantities in the process message according the batch availability, I'm force to use a custom process message or there is other workaround? (remember is not feasible send the batch to the process control system)
    2.- probably i miss something because I'm can't debug the execution of the process message. How can I debug the execution of a manually created process message?
    Sorry for the long explanation I try to explain my scenario as better as possible.
    Thanks in advance for your valuable inputs.

    Thanks for your replay.
    No really I don't like to make  the batch mandatory, during the good issue is not feasible inform the batch due to it is not managed in the Process Control System. Due to the behavior of PI_CONS if for batch managed materials the batch is not informed in the message or in the reservation an error is trigger. In the reservation snot feasible inform the batch because in that moment is unknown.
    My question is if it is feasible some how have like FIFO batch determination when the process message is processed without creating a custom message.
    Thanks in advance

  • End to End processes in Customer Messaging and Points card

    Dear friends
    What are the E2E business processes involved in a typical customer messaging and points card scenario for a high street retailer.
    How best can we define Customer messaging processes? And what is the right way to model these processes if they are brand new processes (i.e new processes to be added in the lifecycle). How should we map them in the first place?
    Thanks in advance,
    Jo

    Dear Johannes,
    We have a few administration transactions that you can use on back-end. For example:GRFN_STR_CHANGE -GRFN_STR_CHANGE-Change Process Control
    as well as RE_RHGRENZ4 to  Set a new end date to the objects.
    At last case, you can run the program RHRHDL00 thru SE38 Tcode.Be carefull because this program delete the object from database.
    Regards,
    Karina Atonaidan

  • Control recipe and process messages

    Hi experts,
    When I create a control recipe and send to an external destination, is it going as an outbound IDoc from SAP to external system?.
    I have the same doubt about the process messages also. ie whether the process messages are coming from external system to SAP as inbound IDocs?
    Thanks in advance
    pradeep

    Hi Prathib,
    To realize data transfer between PP-PI and the control system, the SAP system provides the following alternative technologies:
    ·        Function modules
    ·        BAPIs (Business Application Programming Interfaces) that are defined as methods applied to SAP business objects and enable the standardized, object-oriented access to business functions in the SAP system. They are implemented as function modules, too.
    Follow the link below for further detail
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/12/3bc6f8504811d182c20000e829fbfe/frameset.htm
    Do let us knowi if you have any further query on the same
    Thanks
    Kaushik

  • Oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

  • Exception processing message 0xc0000013 after updating itunes and Quicktime

    After updating itunes and Quicktime, every time I remove a CD from my DVD drives I get an error saying no disk exception processing message 0xc0000013 Parameters 0x759f023c 0x87f51934 0x759f023c 0x759f023c.
    I tried doing a restore to a time before that update and that didn't seem to help. It just gave me different parameters.
    I'm using Windows Vista and this is driving me nuts.
    Any help would be greatly appreciated.

    I also have the same problems as you guys after installing Corel Painshop Pro X12. I went into the task list and stop the CorelIOMonitor process and then the problem went away. I found out that you can disable this from starting up using System Configuration tool via Start -> Run -> msconfig
    . It's an interm solution untell they fix it. Maybe someone needs to notify Corel or Apple to fix this problem.

  • When opening a pdf link the process stalls and there is a message that Adobe acrobat reader is running. to the best of my knowledge I do not have the reader. I have an older version of Acrobat Pro. How can I fix this?

    when opening a pdf link on a web poage the process stalls and there is a message that Adobe acrobat reader is running. To the best of my knowledge I do not have the Acrobat reader. To the best of my knowledge I have deleted the reader program. I have an older version of Acrobat Pro. The problem occurred before I did the deletion and continues since then.

    Assuming that you are using IE10 / IE11 on Windows: http://support.microsoft.com/kb/2716529

  • I just downloaded Adobe Acrobat XI Pro, I am in the install process now and I am getting an Error message, Error 1303, stating I need to log on as an administrator ... this is my computer so I don't understand the issue??

    I just downloaded Adobe Acrobat XI Pro, I am in the install process now and I am getting an Error message, Error 1303, stating I need to log on as an administrator ... this is my computer so I don't understand the issue??

    Hi MAX22,
    Even though it's your computer but your user account might not have sufficient privileges to install the software.
    Please try the following :
    > Enable the hidden Admin Account on Windows 7 ( Ref :  http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-wi ndows-vista/ )
    Reboot and try installing in the new enabled Admin user account and check.
    Regards,
    Rave

  • Process Message failed: System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.

    Hi
    I am trying to process an X12 message and I am getting following error.
    Method : ProcessMessage
    Message : Process Message failed: System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
    Parameter name: length
       at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
       at Q.Inbound.X12Preprocessor.getTranTypeFromFuncCode()
       at Q.Inbound.X12Preprocessor.setProcessType()
       at Q.Inbound.X12Preprocessor.getFuncGroupHeader(StreamReader sr)
       at Q.Inbound.X12Preprocessor.ProcessMessage(X12Definition& docInfo)
    Please help.
    Thanks

    Might try them over here.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=csharpgeneral%2Cvbgeneral%2Cvcgeneral&filter=alltypes&sort=lastpostdesc
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • What are the best ways (for best performance) in MII to process the incoming process messages from shop floor systems to SAP ECC 6.0 and vice versa?

    Hi All,
    Can you please suggest to choose the best ways (for best performance) in MII (12.2 on NW 7.3), to process the incoming process messages from shop floor systems to SAP ECC 6.0 and vice versa?
    Thanks

    Hi Surya,
    Best practices for flow of data from ECC --> SAP MII --> Shop floor & Vice verse:
    1. Send ECC data through IDOC's/RFC's as messages to SAP MII message listener and BSL transaction process data and update directly on shop floor database as if you configured in Data services or later send those data by web service to shop floor system (i.e. depends on Shop floor machines).
    From Shop floor:
    shop floor --> SAP MII --> ECC
    1. Use either Web service or fetch data from DB and pass data to BAPI's  for sending to ECC through BLS transaction.
    Regards,
    Praveen Reddy

Maybe you are looking for

  • SD availability check

    Hi I have a material  X with availability check as 02. its having 20 ea in stock. two sales orders came in with order quantity as 15 and 10. sales order 1 with quantity 15 sales order 2 with quantity 10. the system is letting me to process sales  1 o

  • Setting focus outside a control when no other control can get the focus

    Hello I'd like to know if there is a way to setfocus outside of a control even if there is no other control to receive the focus. I have an editbox that has the focus (active) and I want to set visible to false to this control., but I cannot since it

  • Illustrator 17.0.0 update and mavericks

    I just updfated AI this morning to V 17.0.0.  Updated to mavericks too (OSX 10.9.1), Now AI won't open at all, an error report is generated. Anyone else got this problem? Here's the report, if it helps: Process:         Adobe Illustrator [3608] Path:

  • Problem with the standard

    Hi abapers, I have a big problem. I am using BAPI_RESERVATION_CHANGE in order to marked old reserves with flag of delete After, we use BAPI_RESEVATION_CRATE1 in order to create the new reservation. The problem comes because both bapis use a global va

  • UOM Problem in SO

    Hi all, Here i have 1 order with UOM as Grams.My twst case is changing the UOM G to KG.This case the order is going to Dump.The material base UOM was cahanged G to KG. Can u PLZ give the solution if u knows.