Queue sometimes not picking the message

Hi,
In my project from JCD I am calling jar methods when needed when I call methods with parameters it will create xml and keep in queue. And the queue has to process the message. Every thing is working fine but some times queue suddenly stops pickinh the message from queue. When I undeploy the preoject and deploy it again then its picking again.
Please let me why queue not picking message some times.

Hi,
I am assuming you are dealing with standard SeeBeyond queues here (as opposed to MQ). And, in your case, you are saying a JCD or an activity is not picking up messages from a queue? Can you see these messages on the JMS server? What version of JavaCAPS are you using? (this does not matter much, though). What is the volume of the messages?
-Sri

Similar Messages

  • Net.Msmq Binding Not Picking Up Messages in Queue as soon as the application pool gets recycled

    Hi,
    We are trying to implement a wcf service that exposes a net.msmq endpoint.  We are running windows server 2008 R2/IIS 7.5 running on a DOMAIN mode.
    1. Our service is called service.svc and it is deployed under an application called Test in the default website (application pool running under network service)
    2. The url to reach the service webpage is http://machinename/Test/service.svc.
    3. We created a private queue called Test/service.svc and we configured permissions for network service to full control.
    Now, when the application pool is "alive" the service picks up the messages correctly, but as soon as the application pool gets recycled (because of timeout or any other reason), the service stops picking up the messages, that just sit in the queue until the service starts again by browsing to the service webpage (http://machinename/Test/service.svc)
    I know this is a popular question, but I already tried several solutions with no luck (for example, we triedhttp://keithelder.net/blog/archive/2009/06/03/fix-for-wcf-netmsmqbinding-not-picking-up-messages-in-queue.aspx,http://www.codewrecks.com/blog/index.php/2009/03/17/hosting-a-wcf-service-based-on-msmq-in-iis7/,http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/a1df55c4-e642-442a-9057-f0aec278d10c/ and other ones)
    Any Help?
    If this post is helpful, please mark it as such
    Alessandro Cardoso
    MVP | Microsoft Heroes | MCT
    blog: http://itaustralia.spaces.live.com
    http://cardosoalessandro.spaces.live.com

    Hi Steven,
    I am Alessandro's colleague, I am working with him on these net.msmq issues. 
    Our configuration includes a transactional queue called Test/Service.svc (unauthenticated,
    we shut down all security for the moment...does it matter?) and these attributes on the service:
    [ServiceContract]
    public interface IService
    [OperationContract(IsOneWay=true)]
    void ProcessMyMessage(MyClass parameter);
    [ServiceBehavior(InstanceContextMode = InstanceContextMode.PerCall, TransactionIsolationLevel = IsolationLevel.Serializable, TransactionTimeout = "00:03:00")]
    public class Service: IService
    [OperationBehavior(TransactionScopeRequired = true, TransactionAutoComplete = true)]
    public void ProcessMyMessage(MyClass parameter)
    //Do some stuff here
    The service is hosted on IIS 7.5 under an application called Test (so that the full http address of the service is http://machine/Test/Service.svc).
    In the configuration (for both client and service) we specified None for the security mode, "true" value in durable and exactlyOnce
    The Net.msmq Listener Adapter windows service is running fine under the Network Service account (the same as our application pool)
    Is there something we are missing?
    Also, can you explain how a transaction not configured properly can create this behaviour? In my understanding the process of delivering a message happens in 3 steps (I remember a nice picture of this the Juval Lowy book):
    1) Transaction 1: client delivers message to local instance of msmq. The transaction rolls back if the message does not get delivered.
    2) Transaction 2: the local instance of msmq delivers the message to the remote (service) instance of msmq. The transaction rolls back if the message does not get delivered.
    3) Transaction 3: wcf activates my service which picks up the message and process it. The transaction rolls back if the service fails to pick up the message or does not complete the transaction (for example, because of an unhandled exception).
    The message gets delivered to the service machine successfully, so I am assuming that steps 1 and 2 are executed correctly. If my service was not configured to handle transaction properly, wcf should still activate it and do something with it. Or at least,
    if it doesn't get activated at all, this should be the case even when the application pool is well alive and awake, because it should be a configuration problem. Instead, the service works great if the appPool is alive and it never gets activated when the
    appPool is sleeping (absolute nothing in the .svclog trace file generated by the service). Am I saying something wrong?

  • JMS sender adapter is not picking up message from MQ

    Hi Experts,
    I have configured the JMS sender adapter for getting message from Websphere MQ. In RWB the adapter and the communicaiton channel all looking good. The trace file tells me the connection to the queue has been established.
    But the problem is this JMS sender adapter is not picking up message from the Queue defined on the MQ site.
    Any Idea what could be wrong?
    Thanks!
    Jason
    Jason

    Hi,
    1) Can you activate the JMS adapter again ( edit save and activate it )
    2) Check whether the right Queue is addressed.
    Regards
    Agasthuri Doss

  • File Adapter as Sender not picking the files

    We configured the File Adapter as Sender, Transport Protocol =NSF and message protocol as FCC.
    In OS we have folder to read the file, but SAP XI unable to read the file.
    To trouble shoot this issue we copied that file into another location and reverted back to the same location then XI File adaptor is able to read the file.
    Now we have compared the Attributes of the path
    the only difference in file attributes
    Coded character set ID . . . . . . . . :   819      
    CCSID 819 (decimal)
    0333 (hex)
    Name ISO 8859-1 ASCII
    Description ISO 8859-1: Latin Alphabet Number 1Latin-1 countries and regions
    Notes Related CCSID with euro is 923           
    able to read the file attributes:
    Coded character set ID . . . . . . . . :   1252                    
    CCSID 1252 (decimal)
    04E4 (hex)
    Name MS-WIN LATIN-1
    SC Co-existence/Migration
    FMS Subset
    Registration Date 
    Description MS Windows, Latin-1
    Notes CCSID for this code page with euro is 5348
    We have tried to chage the File type as Text and File Encoding with ISO-8859-1even then its not picking the files.
    Please suggest me where i am doing wrong here
    Thanks,
    Venkat.

    Hi,
    Check the file path & file name , Check  the processing mode parameter which you have set?
    Check the folder properties & provide all the permission ...
    Finally check the communication channel status in RWB, If the problem persist try to stop & start the communication channel again..
    Hope it helps...
    Regards,
    Kumar.

  • Sender File adapter not picking the file ABCD.PRN extension file

    Hi
    Am doing File to Abap Proxy scenario. My source will be in text format of fixed length of fileds 7.
    My souce file will be generated by a third party machine with the extension EEE150809.PRN. In my scenario my file adapter should pick the file and update the same in ECC via a Proxy.
    I have configured the Sender File adapter with Message Protocol -  Content Conversion but file adapter is not picking the file. I have checked the Communication channel and status is fine. But the same Communication Channel works for .XML file.
    What are the parameters that I have to consider with the file extension .PRN using File adapter?
    Thanks.
    S.

    Hi Swarna,
    You dont need to worry about the extension when picking the file. You can try using EEE* so that is picks all the files starting with EEE. If you have the fixed name then you can try giving EEE150809.*. Also EEE150809.PRN should not have any issue. Try to see in sender commu ication cahnnel for anyerrors. Probably there might be some network issues or authorisation issues. If you are reading with NFS then ask them to give necessary permissions. If you are reading through FTP check the user id and pwd you are using.
    Regards,
    ---Satish

  • Could not give the message to the hub

    Hi everybody
    I have set up an adapter that publishes something, but I have currently no subscribers. This is on purpose since it is for a future extension. But the adapter keeps filling the logs with the messages: Could not give the message to the hub... followed by the XML, even though I have set log level to 0. I am not sure whether the messages also fill up on the hub, but I suspect they do. Then I thought of ignoring the error but it has no error code???
    I cannot choose not to start the adapter since the queue it is responsible for emptying will fill up instead.
    Does anyone know if the hub actually stores the messages and if there is a way to avoid the storing and the logging?
    Alternatively I consider establishing a sink-queue and a subscriber that just empties it there. That way other subscribers can be set up in the future without having to do anything else.
    Thanks

    It sounds like from your description that the Hub is behaving as designed.
    However, if it is not being used as designed you will get lots of error messages being thrown.
    The Hub is a conduit, and therefore a publisher and one or more message subscribers should exist.
    Regarding "Does anyone know if the hub actually stores the messages?". The simple answer is Yes, until a subscriber dequeues it.
    Yan

  • Could not deliver the message

    Hi All,
    We are facing a different error while inserting the data into the queue.
    Steps we did.
    1. In host TP we created a channel (jms queue) , we provided queue name and connection factory for jms
    2. While createing a agreement in host tp we have given configured channel.
    Our intention is: whatever messages are cuming from trading partner it should come into queue which we configured in host deliver channel.
    The messages are cuming to the B2B console but its errored out with below info
    Label     soa_b2b_ - Tue Oct 19 11:00:05 GMT 2010
    Collaboration Id     0A16881B12BC4277AD70000034DB8FA9
    Collabration Name     
    Collabration Version     
    Business Action Name     
    Exchange Protocol Name     Generic File
    Exchange Protocol Version     1.0
    Interchange Control Number     GSIAP.WORLD:oracle.apps.po.event.xmlpo:12514134-698510
    Group Control Number     
    Transaction Set Control Number     
    Error Code     B2B-50079
    Error Description     Transport error
    Error Level     ERROR_LEVEL_COLLABORATION
    Error Severity     INFORMATION
    Error Text     Could not deliver the message null Could not deliver the message null
    Regards
    Raj

    Hi Anuj,
    We tested with IP_IN_QUEUE and File, its working properly, and we got the expected results.
    But we are facing the problem with Jms queue's.
    Here is the log file:
    <msg time='2010-10-19T19:32:10.720+00:00' comp_id='soa_ms_1' type='WARNING' level='1' host_id='ussl-dapnfap.dev.info.net' host_addr='10.22.136.27' module='oracle.aia.logging.error' tid='11' user='&lt;anonymous>' ecid='0000Ij5tYsn7y0U5y74EyW1CjUoQ000000' rid='0'>
    <attr name='APP' value='AIALogMetadata'/>
    <attr name='VERB_CODE' value='VERB_CODE-1'/>
    <attr name='SENDER_TRANSACTION_CODE' value='SENDER_TRANSACTION_CODE-1'/>
    <attr name='EBM_ID' value='ebmid-1'/>
    <attr name='SENDER_ID' value='SENDER_ID-1'/>
    <attr name='EBO_NAME' value='EBO_NAME-1'/>
    <attr name='EBM_NAME' value='ebmname-1'/>
    <attr name='SENDER_MESSAGE_ID' value='SENDER_MESSAGE_ID-1'/>
    <attr name='ECID' value='ecid-1'/>
    <txt>AIALog error init done</txt>
    </msg>
    <msg time='2010-10-20T05:25:12.831+00:00' comp_id='soa_ms_1' type='ERROR' level='1' host_id='ussl-dapnfap.dev.info.net' host_addr='10.22.136.27' module='oracle.aia.logging.error' tid='40' user='&lt;anonymous>' ecid='0000Ij869jD7y0U5y74EyW1CjUoQ00060b' rid='0:11:0x5f5e100:71'>
    <attr name='APP' value='soa-infra'/>
    <attr name='VERB_CODE' value=''/>
    <attr name='SENDER_TRANSACTION_CODE' value=''/>
    <attr name='SENDER_ID' value=''/>
    <attr name='EBM_ID' value=''/>
    <attr name='EBO_NAME' value=''/>
    <attr name='dcid' value='4281fde37ae9023e:589c0474:12bc5f206e5:-7ffb-0000000000002364'/>
    <attr name='SENDER_MESSAGE_ID' value=''/>
    <attr name='EBM_NAME' value=''/>
    <attr name='ECID' value='0000Ij869jD7y0U5y74EyW1CjUoQ00060b'/>
    <txt>&lt;FaultMessage xmlns="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2" xmlns:default="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2" xmlns:wsa="http://www.w3.org/2005/08/addressing">
    &lt;aiafault:Code xmlns:aiafault="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">B2B-50079&lt;/aiafault:Code>
    &lt;aiafault:Text xmlns:aiafault="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    Could not deliver the message null
    Could not deliver the message null
    &lt;/aiafault:Text>
    &lt;aiafault:Severity xmlns:aiafault="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">3&lt;/aiafault:Severity>
    &lt;aiafault:Stack xmlns:aiafault="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2">
    Transport error
    Transport error
    &lt;/aiafault:Stack>
    &lt;/FaultMessage></txt>
    </msg>
    <msg time='2010-10-20T05:25:13.042+00:00' comp_id='soa_ms_1' type='ERROR' level='1' host_id='ussl-dapnfap.dev.info.net' host_addr='10.22.136.27' module='oracle.aia.logging.error' tid='40' user='&lt;anonymous>' ecid='0000Ij869jD7y0U5y74EyW1CjUoQ00060b' rid='0:11:0x5f5e100:71'>
    <attr name='APP' value='soa-infra'/>
    <attr name='VERB_CODE' value=''/>
    <attr name='SENDER_TRANSACTION_CODE' value=''/>
    <attr name='SENDER_ID' value=''/>
    <attr name='EBM_ID' value=''/>
    <attr name='EBO_NAME' value=''/>
    <attr name='dcid' value='4281fde37ae9023e:589c0474:12bc5f206e5:-7ffb-0000000000002364'/>
    <attr name='SENDER_MESSAGE_ID' value=''/>
    <attr name='EBM_NAME' value=''/>
    <attr name='ECID' value='0000Ij869jD7y0U5y74EyW1CjUoQ00060b'/>
    <txt>Stamping with JMSCorrelationID :AIA_EH_DEFAULT</txt>
    </msg>

  • Not picking the stock for the delivery

    Dear friends,
    Though the stock is available, it is not getting picked for the delivery.
    Can you guide me what are the things I should check to solve the issue.
    With regards,
    Atul

    Hi,
    If the picking tab is grayed use T.Code LT03.( IF ware house management is activated).Here fill the ware house number and plant and mention the delivery note number also. Now use The T.Code TCode VL02N here u can see the system automatically picks the required quantity.
    If the picking tab is not in gray mode mention the storage location and the plant correctly. Even though the system is not picking the quantity check the Picking location determination with rule MALA.and also check any open orders are crated for the particular material .
    regards,
    vas.
    Message was edited by:
            v.s.vas.

  • Jin1 Condition type not picking the CSt in the ordre or billing.

    We are in ecc 5.0 version.
    When we create a sales order . the order is not picking the cst /lst from the record.
    I ckecked all the confifuration, Pricing procedure, tax determanation, partner determiantion and all relavant posibilities everything seems to ok from the point of configuration. when we create a condition record. it is not linking to pricing procedure or tax determiantion procedure. the system tells condition record for jin1 not exists. message no 8. when we cross checked from client dev it is picking the record and we cross checked the conf in quality and production server all are same no deviation.
    but when  detailed observation  in dev server which is picking the cst shows Application" S" , statistical and accdet key. but in quality or prod it shows "V" and other mentioned keys.
    What may be the problem.
    thanks.
    ramchandra

    Hi Ranchandra,
    Kindly check the Tax codes in all servers,that tax codes are exits are not qulality and production server.
    Needful answer kindly reward points.
    Thanks&Regards
    Vikram.M

  • Last year I updated my system to OSX 10.9.1.  Ever since whenever I type an email message it is saved multiple times (sometimes dozens, if the message is long) in multiple places (Saved, Trash, etc.)  Any cure?

    Last year I updated my IMac system to OSX 10.9.1.  Ever since whenever I type an email message it is saved multiple times (sometimes dozens, if the message is long) in multiple places (Saved, Trash, etc.)  Any cure for this annoying (and growing) problem?  Thanks.

    You have Sophos installed, which is certainly capable of causing panics. However, the panic logged above happened in safe mode, and wasn't caused by any third-party software. That type of panic is usually caused by a memory fault.
    If your model has user-replaceable memory, and you've upgraded the memory modules, reinstall the original memory and see whether there's any improvement. Be careful not to touch the gold contacts. Clean them with a mild solvent such as rubbing alcohol. Aftermarket memory must exactly match the technical specifications for the model.
    Apple Diagnostics or the Apple Hardware Test, though generally unreliable, will sometimes detect a fault. A negative test can't be depended on. Run the extended version of the test, if applicable.

  • SSIS ETL does not pick the file from Share point when it execute through SQL Agent job

    I have created one SSIS packages, which pick the file from the Share point document library. its work successfully, once it execute through the VS project application. 
    But when i create a job in SQL Server Agent for this package then it does not pick the file and job getting fail. 
    Just for more update, SQL Server has been install in Cluster mode and using BIDS 2012 with SQl Server 2012.

    Hi PriyankGupta,
    SQL Server Integration Services is not cluster awareness, and does not support failover from one cluster node to another. So, in your clustered environment, make sure SSIS is installed on each node in the cluster. In other word, SSIS must be installed on
    the server where the SQL Server Agent job is created. 
    If you use any third party task/component or drivers, make sure they are installed on the SQL Server Agent job server. Besides, also pay attention to the protection level of the package as well as 32-bit or 64-bit runtime mode of the package. For more information,
    please see:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/e13c137c-1535-4475-8c2f-c7e6e7d125fc/how-do-i-troubleshoot-ssis-packages-failed-execution-in-a-sql-agent-job 
    If the issue persists, please post the error message in the job history for further analysis.
    Regards,
    Mike Yin
    TechNet Community Support

  • XML Publisher:Concurrent Prg not picking the RTF Template

    Hi All,
    We developed the rdf report and design the layout and we registred it.when we run the concurrent program program is not picking the RTF template.
    We are using the Following version.
    Oracle Apps 11.5.10
    xml pub is 5.6.2
    So please do the need ful, pleaseeeeeeee
    Thanks & Regards
    Leela

    that suggests you haven't got the setup of the data definition and/or the layout template right.
    Go into the XML Publisher administrator responsibility and select 'Data Definition'
    You need to make sure that when you create the data definition it has the same code as the concurrent program short name and application. This is the connection between the two.
    Having create the data definition, click on the 'Templates' tab and create a template. It should connect with the data Definition you have just created.
    Now upload your layout template file.
    If you have this right, then you will be able to see the layout template from the onsite setting tab.

  • HT201328 I received a message that my iphone 4S was unlocked and that I should connect to iTunes to complete the process. When I connect to itunes I do not get the message "Congratulations you iphone has been unlocked". I have the latest itunes. Welcome h

    I received a message that my iphone 4S was unlocked and that I should connect to iTunes to complete the process. When I connect to itunes I do not get the message "Congratulations you iphone has been unlocked". I have the latest itunes. Welcome help.
    ihabf
    [email protected]

    See Here
    https://discussions.apple.com/message/15290457#15290457
    From the More Like This  on the right...

  • MB1B: Variant transaction is not showing the message of document creation

    Dear MM EXPERTS n GURUS,
    When we create any document using T-Code MB1B, on successful posting it gives a message: Message no. M7060, Document 4900556951 has been saved and is stored in the database.
    Now, we have created an variant of this Transaction (ZMB1B) and assigned this Z-Transaction to the user. Original Transaction (MB1B), has been blocked for that user, because - user should use only ZMB1B.
    Problem is that after saving the document in Z-Transaction, user come out to main screen (SAP EASY ACCESS Screen) with a message You are not authorized to use transaction MB1B Message no. S#077
    While document has been saved in database.
    Why it is not showing the message - Message no. M7060, Document 4900556951 has been saved and is stored in the database.
    Thanks in advance.
    DSC

    Dear GURUS n EXPERTS,
    As I have mentioned in my previous thread - After creation of Variant if I block or not assigned the original T-Code i.e. MB1B, system gives message  Message no. S#077 You are not authorized to use T-Code MB1B.
    If I don't block the or assigned the Original T-code, there is chance to user will use original T-Code instead of variant.
    How can we solve this problem.
    Please advice.
    With thanks,
    DSC

  • Sender file adapter is not picking the file from windows server

    Hi Experts,
    We have a sender file adapter running on Unix server. Now we have changed the source directory path from Unix to Windows in file access parameters.  It is not picking the files from windows directory and not showing any error.
    In this scenario, input file for sender adapter is *.xml and no content conversion.
    Could any one please let me know is there anything needs to changed in file adapter.
    Thanks in advance,
    Sridhar. M

    Sridhar,
    What do you have in the directory path?
    If it is a shared drive in unix then the directory in windows should also be a shared drive from XI system. Else if it is FTP check the address.
    Regards,
    ---Satish

Maybe you are looking for

  • FLAT FILE Datasource SERIOUS Problem

    Hi I want to read a header information in csv file to fill the FLAT FILE DATASOURCE structure. I cannot read it by default as I have to IGNORE THE HEADER ROW otherwise it wont come up correctly along with otherdetail  data that is below header row du

  • SWF not loading into iweb08

    I have worked with flash, loading swf files into iweb without issue until now. I have two sites, www.thepulsedesigngroup.com and www.crplgroup.com and both are created in iweb08. Now for my first site I am trying to update my swf file and create a ne

  • Oracle EBS r12 - Implementation v/s Installation

    Helllo, I was wondering if there is any way in Oracle r12 to figure out following without having any need to contact those imperialistic Oracle salesreps? 1. How many modules are installed 2. How many modules are licensed 3. How many modules are actu

  • When i download itunes it works fine when i try to open it it say itune stop working

    And need an update but i just downloaded todday please help

  • Discontinuation of Repro

    Dear Experts, We have repeatitive manufacturing Scenario & during backflushing REPRO is allowed. Now we want to stop REPRO  so that booking (MFBF) can not be dode if any component is in error (Non REPRO Allowed). What necessary steps/precautions has