Composite sensors for MQ adapters

Hi,
Im giving composite sensors to a web service it is working fine.
When i give the composite sensors to a service starting for the service is MQ adapter . I can see fields in EM console but when im testing composite sensors im not getting response..
why? any reason

Hi,
Im giving composite sensors to a web service it is working fine.
When i give the composite sensors to a service starting for the service is MQ adapter . I can see fields in EM console but when im testing composite sensors im not getting response..
why? any reason

Similar Messages

  • Unable to process composite sensor published for properties in 11g

    Hi Team,
    Here is what iam doing
    created a composite sensor to publish a property tracking.compositeInstanceCreatedTime on the binding invocation. This is published to queue and another composite created to consume from this queue. The second composite contains BPEL process, to process the published sensor data. second composite recieved the sensor data successfully, but unable to process the message because prefix being attached itself is xmlns. it look like xmlns:xmlns, the error namespace prefix can not contain xml. I was able to read the published sensor data from queue.
    <actionData
    xmlns:xmlns='http://xmlns.oracle.com/bpel/sensor' xmlns='http://xmlns.oracle.com/bpel/sensor'><header><compositeDN>default/SCM_Convergence_POC_ReflowHan!1.0*soa_61b195a8-01a1-4923-ab66-8dd6723dad6c</compositeDN><compositeInstanceId>160483</compositeInstanceId><componentName>ccp_getpoinfo_client_ep</componentName><sensor filter="" sensorName="toBAM" target="undefined" kind="service" xmlns="http://xmlns.oracle.com/bpel/sensor">
    <serviceConfig outputNamespace="http://www.w3.org/2001/XMLSchema" outputDataType="string" expression="$in.property.tracking.compositeInstanceCreatedTime" operation="process" service="ccp_getpoinfo_client_ep"/>
    </sensor>
    </header><payload><serviceData>Tue Sep 20 07:17:02 EDT 2011</serviceData></payload></actionData>
    I tried another tracking properties, still the same issue.
    Is there a way to resolve this?
    Ram

    Hi Team,
    I had to capture composite start time using a DB trigger on Composite_instance table.
    Is there a work around for the above error, so that i can do it using composite sensor?
    Any one else faced same issue?
    Ram

  • Composite sensor problem

    Hi all,
    at work we are facing with following problem.
    We are trying to set composite sensors on an exposed service. For a specific requirement the wsdl exposed has a message with three parts like below:
    +<wsdl:message name="requestMessage">+
    +<wsdl:part name="partMC" element="inp1:ManageCustomerRequest"/>+
    +<wsdl:part name="partMCA" element="inp2:ManageCustomerAccountRequest"/>+
    +<wsdl:part name="partMP" element="inp3:ManageProductRequest"/>+
    +</wsdl:message>+
    We set composite sensors, with same name, for following elements:
    - sensor "businessID" = $in.partMCA/inp2:ManageCustomerAccountRequest/ns4:Header/ns3:businessID
    - sensor "businessID" = $in.partMC/inp1:ManageCustomerRequest/ns4:Header/ns3:businessID
    - sensor "businessID" = $in.partMP/inp3:ManageProductRequest/ns4:Header/ns3:businessID
    The problem is that every time a composite instance is created, on EM we can find a sensor named businessID, but, since we can't predict what message part is received, on log we also find exceptions like below:
    +<May 14, 2013 5:55:36 PM CEST> <Error> <oracle.integration.platform.sensor> <BEA-000000> <Unable to process the sensor : Sensor [Name = businessID, Component = ManageMxRequestOperation/Event = exec+
    +uteExpression = Expression = /inp2:ManageCustomerAccountRequest/ns4:Header/ns3:businessID, MessageType = 1, MessageSection = 1, Part = partMCA]+
    oracle.integration.platform.sensor.SensorException: No payload found for the expression : Expression = /inp2:ManageCustomerAccountRequest/ns4:Header/ns3:businessID, MessageType = 1, MessageSection
    += 1, Part = partMCA+
    at oracle.integration.platform.sensor.expr.XPathEvaluator.evaluate(XPathEvaluator.java:174)
    at oracle.integration.platform.sensor.CompositeSensor.getValue(CompositeSensor.java:207)
    at oracle.integration.platform.sensor.CompositeSensor.getValue(CompositeSensor.java:188)
    at oracle.integration.platform.sensor.SensorManagerImpl.processMessageSensors(SensorManagerImpl.java:241)
    at oracle.integration.platform.sensor.SensorManagerImpl.requestReceived(SensorManagerImpl.java:147)
    at oracle.integration.platform.instance.InstanceManagerImpl.publishSensorData(InstanceManagerImpl.java:1099)
    at oracle.integration.platform.instance.InstanceManagerImpl.persistCompositeInstanceBean(InstanceManagerImpl.java:1080)
    at oracle.integration.platform.blocks.local.LocalInvocationProcessor.createCompositeInstance(LocalInvocationProcessor.java:739)
    at oracle.integration.platform.blocks.local.LocalInvocationProcessor.doPreInvocationProcessing(LocalInvocationProcessor.java:229)
    at oracle.integration.platform.blocks.local.LocalInvocationProcessor.post(LocalInvocationProcessor.java:198)
    at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.post(WebServiceExternalBindingComponent.java:906)
    at oracle.integration.platform.blocks.mesh.AsynchronousMessageHandler.doPost(AsynchronousMessageHandler.java:142)
    at oracle.integration.platform.blocks.mesh.MessageRouter.post(MessageRouter.java:197)
    at oracle.integration.platform.blocks.mesh.MeshImpl.post(MeshImpl.java:215)
    at sun.reflect.GeneratedMethodAccessor1279.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy297.post(Unknown Source)
    at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.post2Mesh(MediatorServiceEngine.java:1153)
    at oracle.tip.mediator.service.BaseActionHandler.requestProcess(BaseActionHandler.java:205)
    at oracle.tip.mediator.service.BaseActionHandler.requestProcess(BaseActionHandler.java:95)
    at oracle.tip.mediator.service.BaseActionHandler.requestProcess(BaseActionHandler.java:75)
    at oracle.tip.mediator.service.OneWayActionHandler.process(OneWayActionHandler.java:47)
    at oracle.tip.mediator.service.ActionProcessor.onMessage(ActionProcessor.java:64)
    at oracle.tip.mediator.dispatch.MessageDispatcher.executeCase(MessageDispatcher.java:137)
    at oracle.tip.mediator.dispatch.InitialMessageDispatcher.processCase(InitialMessageDispatcher.java:500)
    at oracle.tip.mediator.dispatch.InitialMessageDispatcher.processCases(InitialMessageDispatcher.java:398)
    at oracle.tip.mediator.dispatch.InitialMessageDispatcher.processNormalCases(InitialMessageDispatcher.java:279)
    at oracle.tip.mediator.dispatch.InitialMessageDispatcher.processCases(InitialMessageDispatcher.java:253)
    at oracle.tip.mediator.dispatch.InitialMessageDispatcher.dispatch(InitialMessageDispatcher.java:151)
    at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.process(MediatorServiceEngine.java:878)
    at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.post(MediatorServiceEngine.java:663)
    at oracle.integration.platform.blocks.mesh.AsynchronousMessageHandler.doPost(AsynchronousMessageHandler.java:142)
    at oracle.integration.platform.blocks.mesh.MessageRouter.post(MessageRouter.java:197)
    at oracle.integration.platform.blocks.mesh.MeshImpl.post(MeshImpl.java:215)
    at sun.reflect.GeneratedMethodAccessor1279.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:59)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy297.post(Unknown Source)
    at oracle.integration.platform.blocks.adapter.fw.jca.mdb.AdapterServiceMDB.publishToMesh(AdapterServiceMDB.java:746)
    at oracle.integration.platform.blocks.adapter.fw.jca.mdb.AdapterServiceMDB.onMessage(AdapterServiceMDB.java:669)
    at oracle.tip.adapter.fw.jca.messageinflow.MessageEndpointImpl.onMessage(MessageEndpointImpl.java:507)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.doSend(JmsConsumer.java:714)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.sendInboundMessage(JmsConsumer.java:467)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.send(JmsConsumer.java:1184)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.run(JmsConsumer.java:1064)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)>
    Do you have any idea how we can manage the problem in order to don't have any exception on log?
    Thanks,
    Antonio

    It is the expected behavior. If you refer to the documentation @ http://docs.oracle.com/cd/E17904_01/integration.1111/e10224/sca_compsensors.htm, this is what it says:
    *47.1.1 Restrictions on Use of Composite Sensors*
    Functions can only be used with the payload. For example, XPath functions such as concat() and others cannot be used with properties.Thanks,
    Patrick

  • Unable to get the composite instance for the invocation. This could be because instance has not yet been created or because the audit level for the SOA infra has been set to Off

    I am on Oracle 11.1.1.7 BPM suite on W8 64 bit. I can't launch the flow trace and get the error "Unable to get the composite instance for the invocation. This could be because instance has not yet been created or because the audit level for the SOA infra has been set to Off".  I have set the audit level to development at the soa-infra>SOA Administration> Common Properties > Audit level set to development and Capture Composite Instance State is Checked.
    Can somebody advice.
    Thanks

    Can you please confirm me the following steps...
    Log in to the EM console, Expand soa-infra (soa_server1) , go to the partition where your composite is been deployed, Click on your composite, On the right, click on the dropdown Settings and choose Composite Audit Level. you can choose to set the Audit Level for this composite. If you choose Inherit, it will take the settings to what the server is being set to. Otherwise, we can override it by choosing Off, Production, or Development.
    Make sure your setting for that composite is not Off, keep inherit or production or development.
    Thanks,
    N

  • Can I use more than one blue-tooth device at the same time on IPhone 4S? Like a wireless headsets and speed and cadence sensor for cycling computer, receive the data and listen music simultaneously

    Can I use more than one blue-tooth device at the same time on IPhone 4S? Like a wireless headsets and speed and cadence sensor for cycling computer, receive the data and listen music simultaneously

    As long as the profiles are different (ex. HID vs AD2P) you will not have any issues. But say if you try to use 2 keyboards at once, it won't work. Or 2 headsets at once. Your scenario seems fine.

  • Component to Composite Video for Ipod touch

    I have a 8gb ipod touch and i have the composite cables for my old ipod so i can watch videos on my tv. I've read that the touch needs the new composite cables and i don't have a hdtv to support that. Is there any converter i can buy to make this work or will i need to invest in a hdtv.

    Matt Macdonald wrote:
    I have a 8gb ipod touch and i have the _*composite cables*_ for my old ipod so i can watch videos on my tv. I've read that the touch needs the new _*composite cables*_ and i don't have a hdtv to support that. Is there any converter i can buy to make this work or will i need to invest in a hdtv.
    I'm pretty sure composite cable will work with composite cables. There are two cables that apple does sell anyway
    component (HD) http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=EB3 0A7CC&fnode=home/shopipod/ipod_accessories/shop_bytype/ipodtouch1&nplm=MB128LL/A
    and
    composite (yellow,red,white) http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=DF9 4ED82&fnode=home/shopipod/ipod_accessories/shop_bytype/ipodtouch1&nplm=MB129LL/A

  • Flat files required for Universal Adapters HR Payroll

    Hi Folks
    we are implementing new HR Analytics using Universal adapters HR Payroll subject area.
    where can i get the Flat files which are designed and delivered for Universal Adapters which contains the Field names etc.
    i searched in web and found no clue of it and neither on Metalink.
    please help
    thank you
    kumr

    Data lineage for 795 , Search for doc id 735950 :
    OR
    https://metalink3.oracle.com/od/faces/secure/km/DocumentDisplay.jspx?id=735950.1&h=Y.
    796 :
    Oracle® Business Intelligence Applications ETL Data Lineage Guide Release 7.9.6 (Doc ID 829385.1) is now avalaible on Metalink3.
    Below is the URL,
    https://metalink3.oracle.com/od/faces/secure/km/DocumentDisplay.jspx?id=829385.1
    rm

  • Finally Got Sensor for S60 V3

    Hi i finally got the sensor for S60 v3....i cant remember where i got it from....if anyone wants it pm me

    zip it up and upload the file to rapidshare or similar
    N80 Generic v4.0623.0.42, N80 Orange v4.0623.0.41, 6288 Generic v5.92, SE K750i

  • Composition widget for a church bulletin

    i am trying to make a bulletin page for a church website that needs to be updated each week with new information, I used th composition widget for the first one and it worked fine, but when I tried copying it and changing the info it wouldn't work properly.  I want to somehow save the format, or the composition itself and just update each week.  Is there a way to do that?  Is there a way to make a Master page with the widget that is updatable? 

    Hi Stephanie,
    If you are working on a page and testing few things on it and do not want to include that page in the exported output, then you can do so by right clicking that page in Plan view and uncheck Export.
    http://prntscr.com/4p66pr
    Thanks.

  • Sound sensor for calibration

    Can someone suggest some good microphone or sound sensors for calibrating the noise from a motor. We are listing the noise from inside the small pump when the stroke is touched to mechanical parts. To make avoid this, I want to use some sound sensors to adjust. I am first time entering in these sensors. Please, some one suggest some ideas.
                                                Thank you.

    Hello Ivan,
    I'm currently trying to answer all previously unanswered posts on this forum category.
    This post however seems to be misplaced.
    I also see that you have had alot of other posts on the forum (400+), so I will assume that you had your question answered in another forum category.
    If this was not the case, then please just let me know.
    Kind Regards,
    Thierry C - Applications Engineering Specialist Northern European Region - National Instruments
    CLD, CTA
    If someone helped you, let them know. Mark as solved and/or give a kudo.

  • Do i need to buy external sensor for nike ipod app on my iPhone 5s

    do i need to buy external sensor for nike ipod app on my iPhone 5s

    http://store.apple.com/us/product/MA368LL/E/nike-ipod-sensor?fnode=4a
    Peace, Clyde

  • Using sensors for monitoring messages

    Hi All,
    Is it possible to monitor messages using sensors on an exposed service in SOA Suite. Basically I want to monitor if any request messages have hit the web service for the last 5 minutes, else raise an email alert. The SOA composite I have is
    Web Service ---> Mediator ----> DB Adaptor
    Please suggest, how to achieve this.
    Thanks

    Hi All,
    Is it possible to monitor messages using sensors on an exposed service in SOA Suite. Basically I want to monitor if any request messages have hit the web service for the last 5 minutes, else raise an email alert. The SOA composite I have is
    Web Service ---> Mediator ----> DB Adaptor
    Please suggest, how to achieve this.
    Thanks

  • License information for developing Adapters in SAP PI 7.0

    All,
    I have a requirement where in I have to develop a new adapter for SAP XI and thereafter I have to send this adapter to SAP for certification.  Now for this development I need PCK. 
    My queries are:
    i) Do I have to procure any additional license for PCK from SAP for developing this adapter?
    ii) Do I have to procure any addtional license for developing a new adapter?
    Thanks,
    Vijay

    1. No. It comes with the XI installation pack
    2. No. U can develop ur own adapters. But for certification with SAP
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0619ec90-0201-0010-75ba-f0059bfe53db
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/106d9259-4b9a-2910-e899-d0934d712da0
    Regards,
    Prateek

  • Handling EDIFACT Files in File adapter without going for Seeburger adapters

    Hi Guys,
    Is it possible to convert the EDIFACT files into XML using File content conversion?
    We got some requirement where we need to exchange EDIFACT files like DESADV and ORDERS with our partner. I know we can handle these EDI formats using Seeburger adapters like BIC,AS2.
    I'm just wondering is it possible to handle these files using FCC in File adapter or Is it recommended to go for Seeburger?
    Thanks
    Deepthi

    Hi,
    its better to opt for seeburger for EDI data processings..
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20ed5d5b-b188-2c10-76a2-997a616e48a9
    http://www.cbs-consulting.com/EN/Services/ProcessesApplications/SAP__TechnologyConsulting/OpenPI/OpenPI__n,naviExpand=.html__nnn=true
    Check the above links can be helpful..
    HTH
    Rajesh

  • How to use Digital output to turn on sensor for Analog Input?

    I am trying to use a digital output to turn on an array of sensors that I then wish to read on 16 analog input lines. I have a 6024E DAQ card. I am planning to take data at 10-20 hz, so not terribly fast, but I will be acquiring for long periods of time (days) so I will be streaming data to disk.
    I have a fair bit of experience in Labview basics, but can quickly get out of my depth when I try something new (like this). I have V6.01.
    It looks as though the best way might be to do the DO and then a single AI as individual events, then write to disk and continue through the loop. I am puzzled, however, how to keep this cycle on schedule given that I don't know how long it will take to sample 16 channels
    , write the data to disk and get back to the starting point... perhaps this is so fast that I don't need to worry about it? The actual timing of the samples (be it 10 or 20 hz) isn't too critical, as long as I can record at what time they were taken... it would be frustrating to find that I was several seconds off after days of data.

    Hello,
    Thank you for contacting National Instruments.
    If you are worried about the time of your acquisition being off, then you should associate each voltage measurement with a timestamp. This will allow you to know the exact time at which the sample was taken and you will never be off. You can use the Get Date/Time in Seconds.vi in our while loop with your AI code so that you can read a sample and read the time. You can than log the voltage value and the timestamp to your file.
    Regards,
    Bill B
    Applications Engineer
    National Instruments

Maybe you are looking for

  • Unable to log in to network homes after rebuilding directory

    I am running an Xserve with system Version 10.4.7 (build 8J135) as an Open directory Master. My primary clients are Power Mac G5's running 10.4.7 as well. We are running networked home directories through afp. Just updated both systems this summer. A

  • How do I fix a black screen iPhone?

    My iPhone screen is completely back. I know the phone still works becasue I can still egt phone calls and it still links to itunes. Does anyone know how to fix this problem?

  • Enhancement Req (v4.0): Report Query- Output Format- Derive from Item

    Brief Introduction I have 1 major request I would like to make (and 2 lesser ones). The first, I would like to specify custom available output formats for 'Report Query' objects, as well as Reports Regions, Interactive Reports, etc. I believe that th

  • Password protecting mail application.

    Hello, I would like to know if i can password protect my mail application, just the way outlook express can be done.I would not like to create a different user acccount for doing the same. Thanks in advance

  • Installing Photoshop 10

    Installation of Photoshop Elements 10 I get the answer:Has failed: Shared Technologies. It has worked 2 months ago on the same computer!