Problem with message monitor in pi 7.4 ( AEX)

Hi All,
I have been wondering if the SXMB_MONI features are all intact in the JAVA only stack.
While in the ABAP stack i could see the XI SOAP header but in the new stack i only see XML message -> payload without the message headers,
Was wondering where the old one .Am i missing any config steps to help enable the below steps as i see them.
Basically. I want to see the SOAP headers if it delivers the user id from PI or if it delivers the user id from request.

Hi,
Check your sender SOAP communication channel and play around with the settings available.
You will see the difference within the message monitor.
Kind regards,
Dimitri

Similar Messages

  • Problem with two monitors while using Photoshop, windows move from 2nd screen to 1st screen.

    Problem with two monitors while using Photoshop, windows move from 2nd screen to 1st screen.
    I saved a new workspace and it did not help.
    No problem before I went to Maverick.

    I found the fix, go to System Preferences and open Mission Control and uncheck the box to keep monitors as they were (When switching to an application...........)

  • [b]Problem with message choice[/b]

    Hi, all, I have a problem with message choice because when I get the value it returns the value of index row.
    For example I have this message choice:
    <messageChoice model="${bindings.Dept}" readOnly="false" required="no" name="dpt">
    <contents childData="${bindings.Dept.displayData}">
    <option model="${uix.current}"/>
    </contents>
    </messageChoice>
    If I select the first data of message choice it returns 0, if I select the second data it returns 1 and so on. But I want to return the value of field dept and in message choice I show the dept_name field.
    Can anyone tell me how do this? It's urgent because I haven't much time to do this work.
    Thanks, Matteo.

    Matteo,
    Maybe this works for you as well:
    <messageChoice model="${bindings.DeptLOV}" name="dpt">
    <contents childData="${bindings.DeptList.rangeSet}">
    <option value="${uix.current.dept}" text="${uix.current.dept_name}"/>
    </contents>
    </messageChoice>
    where DeptLOV is a LOV List type binding, and DeptList is a Range type binding that is based upon the Dept iterator. If one of these three does not exist in your project yet, you should create them manually via the Structure palette.

  • Premiere Pro CS4 - Problem with the monitor program.

    Hi. I'm not able solving problems with the monitor using PremiereProCS4. When I drag a photo (also only one photo) in the timeline and play it in the monitor program, vision in the monitor program doesn't run:black monitor or a little part of the photo appear... sometimes distort colours. Asus P5QPRO, Intel 9550 and Sparkle Nvidia GeForce 9800 GTX+ 1024 DDR3; last gpu driver and directX are installed. Different configuration of stratch disks were tested. Where am I wrong?

    Dear Bill,
    thanks for your answer and your article. I tried with your NTSC 4:3 720x480 PAR 0.9 and, "magically", no more problem!!! I used the script pocedure in Photoshop CS4 to resize my images. Now, before starting my workflow and hoping not to overuse your patience, I would like to indicate you my equipment and my target: I use a Canon Eos 7D (generally for still images, 90% are vertical, and just some videos) and I use Premiere Pro CS4 to burn a dvd (normal, 4.7 Gb or double side, more than 8 Gb) with a 16.9 lcd tv (I'm Italian); my camera save as .jpg and .raw (but why use heavy .raw files if I've to redute to 720x480?!??).
    So, according to your "everyone wants the highest quality that they can obtain when doing theri videos..." and "your video project may vary, so you will need to plug in the dimensions for YOUR video project in that case", I've a question: which is the best for me?
    And then:
    1 - Premiere Pro CS4 havn't a batch or a script procedure for still image like PS (only for videos)!?!
    2 - Premiere does'nt allow you to import images like 4.181 Kb (a too large dimension file error appears)!
    3 - In the timeline of Premiere, after you dragged images, you can select them and right click to perform "resize to frame size": it seems to run good without problem, but what appen to the photo? Which is it's pixel?
    4 - In the general preferences of Premiere you can to optimize rendering for "memory" or not: which is the best for you?
    5 - I attached file with a screen of something strange in Premiere: dragging an image (the first of the project) in the timeline, the timeline appears distort (you can see the part in the yellow square): then, when I render the project and play in the monitor program, it becames normal.
    Thanks!

  • Problem with message mapping ...

    Hello,
    I have problem with message mapping. I implemented SOAP-to-RFC scenario. The source message is of type http://sntcz.cz/xmlns/holidays:MT_Holiday, the target message of type urn:sap-com:document:sap:rfc:functions:Z_GET_SUPERIOR. But some error is still generated in Request Message Mapping step:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: RuntimeException in Message-Mapping transformation: Cannot produce target element /ns1:Z_GET_SUPERIOR/USR. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd at com.sap.aii.mappingtool.tf3.AMappingProgram.start(AMappingProgram.java:403) at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:142) at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:102) at .....
    This is XSD definition of source message:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://sntcz.cz/xmlns/holidays" targetNamespace="http://sntcz.cz/xmlns/holidays">
    <xsd:element name="MT_Holiday" type="DT_Holiday" />
    <xsd:complexType name="DT_Holiday">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    030495e1742f11dd963600301875333b
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
    <xsd:element name="SinceDay" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba049b067aa11dd8be6eee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="SinceMounth" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba293a067aa11dda311eee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="SinceYear" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba293a167aa11dd9b4eeee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="UntilDay" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba293a267aa11ddc352eee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="UntilMounth" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba293a367aa11ddc33aeee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="UntilYear" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba293a467aa11dda8cfeee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="UserId" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    fba293a567aa11dd9698eee20abb2a3f
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    This is XSD definition of target message:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:sap-com:document:sap:rfc:functions" targetNamespace="urn:sap-com:document:sap:rfc:functions">
    <xsd:element name="Z_GET_SUPERIOR">
    <xsd:complexType>
    <xsd:all>
    <xsd:element name="USR" type="xsd:string" minOccurs="0" />
    </xsd:all>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    It's strange that if I use Message Mapping Test it works fine. But in pipeline not.
    Do you have any idea where could be the problem?
    Thank you in advance!
    Best regard,
    Zbynek

    Hi,
    To know the correct error Take the Inbound Payload from MONI and Test it in Mapping Test TAB. then u will come to know the exact error.
    Procedure to take the Payload
    goto MONI-Double click on MessageInbound Message ( CENTRAL ) --Payloads ---Double click on MainDocument ( application/xml ) -Just Right Click on the second window-View Source
    then now Copy this and paste it in Mapping Test and Execute.
    REgards
    Seshagiri

  • Problem with message count

    hello ,
    I have problem with message count, in my inbox there are more than 0 messages but i got result of
    Folder inbox = store.getFolder("Inbox")
    int c =inbox.getMessageCount()
    of c is 0
    i.e i got c as zero rather than 5.

    I am seeing the same thing and I agree with MathiasF's observation.  My count seems to increase when I do a search for mail on the server.  This has happened previously (iOS 5.x) but ending the Mail app always fixed it.  The only way I can correct the count now is if I turn off sync for Mail on the Exchange account and re-enable.  This clears my mail and causes my phone to go out and redownload.  Rebooting and resetting the iPhone has not helped.
    I'm on Sprint - 32GB White iPhone 4S running iOS 6.0 (10A403)

  • Is someone with iMac 2010 users  have problems with the monitor. I mean horizontal  stripes and dark screen ?

    Is someone with iMac 2010 users  have problems with the monitor. I mean horizontal  stripes and dark screen ?

    Mine's a late '09, but there have been display issues with iMacs.
    Contact Apple Service, iMac Service or Apple's Express Lane. Do note that if you have AppleCare's protection plan and you're within 50 miles (80 KM) of an Apple repair station, you're eligible for onsite repair since yours is a desktop machine.

  • My new macbook air and new thunderbolt monitor will not work together. the keyboard will not engage and the monitor screen keeps going black. is it a problem with the monitor, connection, laptop?

    my new macbook air and new thunderbolt monitor will not work together. the keyboard will not engage and the monitor screen keeps going black. is it a problem with the monitor, connection, laptop?

    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273
    Call AppleCare. They will help you.
    Best.

  • Potential problem with my monitor, please help.

    Hello
    I recently upgraded my OSX to Mavericks and I've been having problems with my monitor, I've attached a screenshot of what is happening because I didn't know how to explain it and I'm unsure if its the OSX upgrade causing the issue or not, however I'm really worried about my monitor on my macbook pro.
    The model I have is the 15" mid 2010 2.4Ghz Intel core i5 with 4GB RAM.

    Still having this issue with my macbook pro monitor... There was no updates available and I followed every other possible solution, sometimes my monotor looks perfect like there was never any problem and other times my entire screen is just covered with this stuff you've seen in the above image.
    I really have no idea what the exact issue is and how to solve it.
    This macbook was given to me for university by the government as I have a form of dyslexia and because I've just finished my degree the insurance has ended... is there anyway I can still buy applecare insurance for my machine?! I got this MBP in 2010 so I've had it for three years now.
    I'm just worried that one day I'll turn on my machine and the monitor won't work whatsoever.. and I thought apple was suppossed to be good and last a long time.
    Hope somebody can help me further.
    Thanks.

  • Annoying problem with LCD monitor and noise!!

    I have MSI 6330 with 1.2 GHz Athlon (it has a built-in sound card), 384 RAM memory.
    I just bought a new Cornea 17" LCD monitor with built in speakers.
    When I connect the speakers to the sound card, there is an annoying static-like noise coming from the speakers, like an electric transformation sometimes causes. However, this sound is not "broadcasted" to the speakers, because even if I mute the speakers, the noise is still there, as long as there is a picture on the screen. When the monitor is turned off or shows black screen (such as during start up, or when in power-save mode) the noise disappear. The only way to eliminate this noise is buy reducing (almost to zero) the speakers volume, but then you can cannot hear anything at all, not even sound.
    I got a new sound card (I thought it was the sound card problem) - same thing. I connected the monitor to a different computer and the problem is gone, which means - it is something with the computer, mobo, different device....something, I don't know what.
    Any one have an idea what this could be?
    Thank you.

    Hi!
    It could be that you have some problem with the monitor.
    I have - so far - not encountered a monitor with built in speakers which gave acceptable sound anyway, the easiest solution might be that you will not use the speakers in the monitor (even the cheapest stand alone speakers will most likely produce better sound quality).
    Hans

  • Strange Problems with Messages

    I've been experiencing some strange problems with Messages.
    1) Sometimes my messages are displayed on screen. I type into the input box and hit enters. Then message disappears and does not show above in the chat box. I later find out that the message was delivered yet it doesn't show up in my chat.
    2) Sometimes I see duplicate Chat windows on the left rail for the same contact, this is usually in conjuction with error #1.
    3) Sometimes I can unable to dlete chat windows. I click the x and it does nothing. I right click and choose Close Chat and it does nothing
    4) When searching the left rail for open chats, the app gets really confused and show strange results, when deleting the search the chat window gets really odd order, nothing to do with sort or recent chats

    Nobody else is experiencing these problems?

  • Problem with messages and calls,, please respond

    Problem with my iphone is that the messages are sent and received very late, it hangs while sending, when delete a message it takes time to open messages firstly... messages in the thread disappear and such abnormalities.
    and in Calls, i receive notification when the call is missed.
    help!

    I would do a full restore using iTunes (backup first, of course)

  • Problem with messages and calls

    Problem with my iphone is that the messages are sent and received very late, it hangs while sending, when delete a message it takes time to open messages firstly... messages in the thread disappear and such abnormalities.
    and in Calls, i receive notification when the call is missed.
    help!

    Ritu Parchure wrote:
    I have ulmocked and restored the iphone.
    I assume you mean "unlocked and restored." My apologies if I msunderstand, but if you unlocked it yourself, then you must have hacked it. If it was originally locked at the time of purchase, only that carrier can unlock it.

  • Problems with External Monitor In XP

    Ok, I've got a huge problem with XP on Bootcamp.
    I've recently got a Samsung TV which I can use as an external monitor. This works absolutely fine when I'm using OSX, recognizes the TV and can use it as a second screen.
    When I try to use the same monitor in Windows under Bootcamp, it works as an extension of my desktop, but not able to mirror my desktop. I want to do this so I can play my games on a large screen instead of a small one.
    I've trawled the forums on this kind of problem and found a few answers. However, many of them talk about the ATI graphics drivers. I've downloaded the appropriate drivers and the control center from the website, but to no avail.
    People have also said about going into display properties: settings: advanced and selecting the ATI tab. I have no ATI tab.
    Also with the Catalyst Control Center, when I try to run it, it tells me that I dont have permission to change the settings and to contact my administrator, even though I am the administrator.
    Does anyone have any ideas how I can solve this?
    By the way. I'm connecting the external monitor via the DVI on my Macbook Pro to the HDMI connection on the TV.
    Many thanks
    Chris

    My logic tells me, if you are using a new MBP the way it's designed is that even if you are plugged in at times it will go in battery mode for a few minutes in order to prevent battery damage, than it will recharge. This happens in the background without notice. However, within this couple of minutes you might notice your display screen to sleep because it is setup to sleep in 1 minute or less in the preference under battery mode. So within that window you might have your screen go blank since the entire process takes a lot more than a minute. I hope this helps.

  • Inkscape/X11 Problems with external Monitor

    Hello,
    I´m using Inkscape to create vector art on my MacBook Pro.
    Since my update to Mavericks I´m having problems with X11. I have the version 2.7.5 of XQuartz installed currently.
    After some troubles, Inkscape opens up just fine.
    But I cannot drag Inkscape over to my external monitor, which is based to the right of my notebook.
    Inkscape simply disappears.
    I´m quite the DAU ;-) with Computers and Software, so it would be nice, if you can help me.
    Thanks a lot in advance!
    Best,
    Sonja

    How about trying a native Mac app like iDraw http://www.indeeo.com/idraw/

Maybe you are looking for

  • Save for web - animated gif problem PSE (Mac)

    Trying to save an animated gif using Save for Web dialogue box... works fine, except checkbox "Loop" and delay rate drop down box are highlighted (active) but can't be changed anyone know reason /  fix?

  • Connecting ePrint to Internet via open network and separate security log on page

    My Deskjet 3520 will not connect to the internet because the wireless netwok in my building is open / unsecured but a secondary log on / password is required to fully access the web.  When connecting to the network from a PC these details are entered

  • Snow Not Working Right

    A visitor to our house uploaded "newer base station software" from his MacBook, running OS 10.4.11, to our Snow airport base station. I think he uploaded v4.0.9 software, or is it firmware, into our base. (I think it was v2.0.4 before he did this.) S

  • Screen capture tablet hp stream 8

    how do i do a screen capture? vol- & windows ket does not work

  • Unable to interpret 1,000.000 as a number while posting IDOCs

    Hi All, I know this query has been asked multiple times but as of now I am unable to find the right match so posting this query again. We are posting an IDOC from SAP PI to SAP ECC using SAP PI IDOC Adapter. When the IDOC is sent there is one specifi