Invalid Message during GetOrder.Response

Hi All,
Currently we are encountering issue whereby we invoke GetOrder.Response using this script fn:root(.)/oms:GetOrder.Response, and there is fallout response being returned to OSM with this format :
<GetOrder.Response xmlns="urn:com:metasolv:oms:xmlapi:1">
<OrderID>1066</OrderID>
<OrderSource>CommunicationsSalesOrder</OrderSource>
<OrderType>CommunicationsSalesOrder</OrderType>
<OrderState>closed.completed</OrderState>
<Reference>1-33368590_TEST4</Reference>
<RequestedDeliveryDate>2012-05-29T13:43:45 CEST</RequestedDeliveryDate>
<ExpectedStartDate>2012-05-29T13:43:45 CEST</ExpectedStartDate>
<ExpectedDuration>PT0S</ExpectedDuration>
<ExpectedOrderCompletionDate>2012-05-30T05:15:24 CEST</ExpectedOrderCompletionDate>
<Priority>5</Priority>
<Namespace>CommunicationsSalesOrderFulfillmentPIP</Namespace>
<Version>1.0.0</Version>
<_root index="0">
<Fallout index="61">
<waitingResponse index="62">
<component index="1338347726181">
<Id index="1338347726182">1eb696d8-fe4c-408a-b67d-976dc8b93256</Id>
<status index="1338347726183">nowait</status>
</component>
<component index="1338347726290">
<Id index="1338347726291">ee376008-b9e0-463d-866c-46cd4ac6b3a7</Id>
<status index="1338347726292">nowait</status>
</component>
<component index="1338347726417">
<Id index="1338347726418">4f67c313-838b-444c-b127-37409f07c783</Id>
<status index="1338347726419">nowait</status>
</component>
<component index="1338347726544">
<Id index="1338347726545">b6d433c2-8577-4d21-a9eb-5881ecafc17a</Id>
<status index="1338347726546">wait</status>
</component>
</waitingResponse>
<History index="63"/>
<validation index="64"/>
<inFallout index="65"/>
<orderAbortStatus index="66"/>
</Fallout>
</_root>
</GetOrder.Response>
Instead of it is returning the correct data, it returns Fallout with 'nowait' and 'wait' status in the body.
Have you guys ever encountered this issue before?
Looking for your feedback.
Thank you.
Hans

Hi, from my point of view this is a normal GetOrder.Response response.
What sort of automator are we talking about?
If this is an order state event or a jeopardy event, the data returned by the GetOrder.Response depends on the view (now called Query Task) configured for the user executing the automator.
Since the user may be a member of more workgroups and different views can be associated for the given order for each workgroup, the OSM engine will pick one (at random) and that one will be used.
In order to make sure the data provided by the OSM engine as the input of your automator corresponds to a particular view, do one of the following:
a) make sure the user executing the automator is a member of exactly one workgroup and that waorkgroup is associated with the Query Task you want to use for the given Order; you may have added the user executing your automator to some additional workgroups
b) use explicit call to xml api via the context object where you can specify the view yourself in the GetOrder.Request and use the data returned for the processing rather than the data given in the initial input ; this way you can choose yourself among the set associated to the user via the different workgroups
sample piece of xquery code:
let $inputData := fn:root(.)/oms:GetOrder.Response
let $xmlApiRequest :=
<GetOrder.Request xmlns="urn:com:metasolv:oms:xmlapi:1">
<OrderID> { $inputData/OrderID/text() } </OrderID>
<View>CommunicationsProvisioningOrderQueryTask</View>
</GetOrder.Request>
let $xmlApiRequestStr := saxon:serialize($xmlApiRequest, <xsl:output method='xml' omit-xml-declaration='yes' indent='yes' saxon:indent-spaces='4'/>)
let $xmlApiResponseString := context:processXMLRequest($context, $xmlApiRequestStr)
let $xmlApiResponseDoc := saxon:parse($xmlApiResponseString)
let $completeOrderData := $xmlApiResponseDoc/*
this sample is just a prototype; normally you would want to check the response is a correct one and not a GetOrder.Error; anyway the principle also applies to your case if the issue is what I suspect it is
regards
Viktor Jarolim

Similar Messages

  • Error message during processing in BI

    1.i am loading the data into infoobject.
    2.got error in text data load.
    3.master info object have compound obj 0COUNTRY
    4.and other normal fields are 0TXTSH,0LANGU,sold-to-party.
    5.there is no PSA in this..its direct update to INFOobject.
    The error message is:
    Error message during processing in BI
    Diagnosis
    An error occurred in BI while processing the data. The error is documented in an error message.
    System Response
    A caller 01, 02 or equal to or greater than 20 contains an error meesage.
    Further analysis:
    The error message(s) was (were) sent by:
    Update
    Diagnosis
    There are duplicates of the data record 2. with the key '3.' for characteristic 1..
    Procedure
    If this message appears during a data load, maintain the attribute in the PSA maintenance screens. If this message appears in the master data maintenance screens, leave the transaction and call it again. This allows you to maintain your master data.

    Hi KP,
    In the details tab,
    1.under Transfer (IDOC and Trfc):
       Data Package 1 : arrived in BW ; Processing : Error records written to application log
    2.Processing (data packet): Errors occurred
       Update ( 0 new / 0 changed ) : Errors occurred
       Error records written to application log
       0TRZONE : Data record 1 ('0000000001D ') : Duplicate data record
       0TRZONE : Data record 2 ('0000000002D ') : Duplicate data record
       Error 4 in the update
    3. Process chain error
    these are the error details.

  • Format of reference document number is invalid  Message no. 8A556

    Dear Expert,
    I have problem while executing transaction Manual Posting incoming invoice with t-code FB60. The error message shown as written above "Format of reference document number is invalid  Message no. 8A556"
    I have check the customizing on document type and number range, they are all standard SAP, nothing strange as far my concern.
    Could any one give any idea on this problem.
    Thanks in advance
    Irhasni

    Dear Experts,
    I have tried to investigate this problem but still have no solution for doc. type KR (Posting vendor invoice)
    During investigation on this problem, I did a simulation posting using document type other than KR (assign manually) either by t-cod FB60 or F-02 or F-43, I chose doc. type KA and SA, there is no error when using this doc type, it create Accounting document and Tax line item also appear.
    From the simulation I did with this problem, the  problem seems on Document type KR (default doc. type for Vendor Invoice). I suspect, it might some setting at other modul likely at MM that control the "Reference" field during document entry...  eventhough this field is not set as mandatory at OBA7, it's still saying the same error message.
    Is there anyone have any ideas about problem in document type KR?
    Thanks in advance
    Irhasni

  • I want to capture system message during data upload.

    Hello,
    I want to capture system message during data upload.
    How should I do this?
    suppose during call transaction system shows message:-
    " Info record for vendor 102925 and material DYND80000 does not exist"
    then How can I get that message?

    Hi Megha,
    CALL TRANSACTION tcode USING i_bdcdata
                              MODE lws_mode
                            UPDATE lws_update
                          MESSAGES INTO <b>i_messages.</b>
      CLEAR wa_error.
      IF sy-subrc NE 0.
        cnt_failed = cnt_failed + 1.
        wa_error-status = c_fail.
        LOOP AT i_messages . "WHERE msgtyp EQ 'E' OR msgtyp = 'A'.
          flg_fail = c_x.
    *---Calling FM to get for Error Message Text
          <b>CALL FUNCTION 'MESSAGE_PREPARE'  </b>                     "#EC *
            EXPORTING
              language               = 'E'
              msg_id                 = i_messages-msgid
              msg_no                 = i_messages-msgnr
            IMPORTING
              msg_text               = lws_text
            EXCEPTIONS
            function_not_completed = 1      " Invalid Date Error Description
              message_not_found      = 2
              OTHERS                 = 3.
    <b>Reward points if this helps.
    Manish</b>

  • After upgrading to 27, firefox will not start. Saw an error message during the upgrade process.

    After upgrading to 27, firefox will not start. Saw an error message during the upgrade process but cannot remember.
    Tried to run firefox.exe -P but receive error message:
    XML Parsing error: undefined entity
    Location: chrome://mozapps/content/profile/profileSelection.xul
    Line number 18, Column 1:
    <dialog
    ^
    Running on Windows XP SP3. No problem whatsoever before upgrading to 27. Sending this from Chrome as I cannot open Firefox at all.

    Thanks jschaer2000: after starting it once in safe mode, I closed Mozilla and tried several restarts in normal mode. So far, all worked:-)
    Thank you very much again.
    Still the automatic update process bothers me: it took me several days to discover the reason to the malfunction, since when I removed the problematic version from Add and Remove Programs, I didn't pay attention at first that it was another version, not v26 which I installed from my folder.
    In addition, I like to save the installation files before I run new programs and if I didn't have v26 exe file, I couldn't have operated Mozilla at all. Not that it was fun to remove and install again each time v27 didn't react, but it was better than nothing, I still prefer Mozilla over its competition.

  • Error Message During Vista Install W/ Bootcamp

    I crashed my original vista installation, so I am trying to get it up and running again. After deleting the old partition and creating a new one with BCA in Leopard, I get this error message during vista installation
    Windows cannot install required files. The file does not exist. Make sure all files required for installation are available, and then restart installation. Error Code: 0x80070005
    I thought maybe it was My Vista DVD, so I borrowed a friends, and it did the same thing. This is on a Macbook PRO purchased a little over a month ago.
    Please HELP! I need my vista installation up and running for work!

    "but when detecting hard drives, nothing shows up in the list."
    I don't really understand that statement as without any drives showing up how were you able to even start the install?
    At any rate, during your first installment, the one that succeded, do you remember which partition it was that you Formated with the windows installer? When you use Boot Camp to partition and install the windows os, BC sets the volume name to BOOTCAMP. As far as I know this is the one that you must use for your windows os. Before you can install windows though, you must use the windows installer to format it to NTFS <----- the format type depends on a at least a few conditions, the one that I can remember is partition size. I believe 32G and above it HAS to be NTFS. But my point is, if you try and use any other partition that might come up on your list besides the one that BC made for you, it will probably error out (if you even get anywhere at all with it). Do you know FOR SURE that you chose the correct partition to format? This is the only other possibility that I can come up with at the present time.

  • Error message during cube creation

    Hi expert,
    System show the following error message during cube creation, please info how to solve this problem. Thanks.
    Define the characteristics of the validity table for non-cumulatives
    Message no. R7846
    Diagnosis
    The InfoCube contains non-cumulative values. A validity table is created for these non-cumulative values, in which the time interval is stored, for which the non-cumulative values are valid.
    The validity table automatically contains the "most detailed" of the selected time characteristics (if such a one does not exist, it must be defined by the user, meaning transfered into the InfoCube).
    Besides the most detailed time characteristic, additional characteristics for the InfoCube can be included in the validity table:
    Examples of such characteristics are:
    A "plan/actual" indicator, if differing time references exist for plan and actual values (actual values for the current fiscal year, plan values already for the next fiscal year),
    the characteristic "plant", if the non-cumulative values are reported per plant, and it can occur that a plant already exists for plant A for a particular time period, but not yet for plant B.
    Procedure
    Define all additional characteristics that should be contained in the validity table by selecting the characteristics.
    In the example above, the characteristics "plan/actual" and  "plant" must be selected.
    The system automatically generates the validity table according to the definition made. This table is automatically updated when data is loaded.

    Hi,
    Go to the Extras Tab in the definition of the Cube and there select " Maintain Non-Cumulatives" and there select the Plant check box. You can also check Material but it is not recommended. Now try to activate the cube. I think it will work for you.

  • Error message during install

    Anyone have a clue what to do?  Keep receiving error message during install.  Have disable firewall, no help.  Here is the error message:
    Error Microsoft.VC80.CRT.type="win32".version="8.0.50727.4053".publicKeyToken="1fc8b3 b9a1e18e3b".processorArchitecture="amd64".
    HRESULT:0x8007054f
    I uninstalled because Itunes would not upgrade.  Now I can't install.  I was able to install an older version, but couldn't access my music because it was an older version, so I uninstalled that and now have nothing.  I would appreciate any help.
    Thank you.

    Glad to read that renaming trick helped to get iTunes installed for you. Your thread here is fine for more questions.
    Search your hard drive for your music - it should still be there, but perhaps this fresh install of iTunes just isn't seeing it.
    Find music: http://support.apple.com/kb/TS1408
    You absolutely do NOT want to sync your iPhone with an empty iTunes library. It will erase everything. Apple only gives you one download and you need to make backups. I hope it is still on your PC! But at least you have it on your iPhone.
    I don't think you synced your iPhone with your father's iTunes, or his music would be on it. Have a look in a folder named Previous iTunes Libraries. There might be an iTunes database ITL file in there that you can use.
    They have names like "iTunes Library 2009-04-06.itl" which would be from April 6th, 2009.
    Press and hold the shift key while starting iTunes, and when prompted, choose the most recent previous library. Does it show most of your music, and can you play some songs in iTunes OK?

  • HT204380 Unable to message during video chat since new iOS update. International connection isn't always great and needed to message during video chat but am no longer able to. Any hints.

    SSince updating iOS I cannot message during video call on FaceTime. While calling internationally the connection stinks and I would rely on messaging until the audio would work again. Did this option get eliminated or do I need to take another step to use it. It was simply tapping the chat box at the top of the screen previously. Thanks for any assistance.

    Hi,
    This Log states Error 8  (Near the top)
    Error 8 is a bit of a catch all for everything that ichat can't label to some other cause.
    All the way though the Log sticks with port 16402 (Good) and does not vary (it is actually supposed to  try a random port).
    The CSeq (Call Sequence) never gets beyond INVITE
    In fact this si the SIP invite that is Behind the Scenes after the Buddy Accepts the Visible Invite part.
    Specifically the second line here is supposed to move on to read "TRYING", "RINGING"  and "OK"
    5401.536763 @SIP/Transport.c:2362 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Are both ends using UPnP in their routing device  ?
    If you have an Apple Base Station of any sort then this has Port Mapping Protocol that needs to be Enabled.
    The log looks like a router was using Port Forwarding (The listing or Port pointing at one IP (Computer) ) and that the IP of the computer has changed.
    10:34 PM      Monday; August 27, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • HT3275 For the past several days, I have been getting this message during backups: Time Machine could not complete the back up.  The backup disk image "Volumes/Data/iMac.sparsebundle" could not be accessed (error-1).

    For the past several days, I have been getting this message during backups:
    Time Machine could not complete the back up.  The backup disk image "Volumes/Data/bhoppy2's iMac.sparsebundle" could not be accessed (error-1).  When I click on the 'help' icon on the message, it reverts to a blank page, and I cannot find anything online regarding the term 'sparsebundle.'  In addition, I cannot access previous backups any longer. 
    Help?

    See C17 in Time Machine Troubleshooting by Time Machine guru Pondini:
    http://pondini.org/TM/Troubleshooting.html

  • I'm getting "Installer disk not found" message during boot camp 5 and windows 8 install on late 2011 MBP upgraded to Mavericks.

    hello,
    And thank you in advance.
    I'm getting "Installer disk not found" message during boot camp 5 and windows 8 install on late 20011 MBP upgraded to OS X 10.9 Mavericks. Any ideas?
    I've downloaded the Window support option software and the WindowSetupBox.exe and copied it to the USB drive. I tried to create an iso image from my Windows XP machine but recieved messages that Windows 8.1 could not run on XP.  I've ordered the Windows 8.1 backup media.
    Any way to proceed?
    Thanks  Tim

    download the win 8 iso from here;
    http://getintopc.com/softwares/operating-systems/download-windows-8-pro/
    then start over. install on to your usb along with the support software.

  • Installer disk not found message during boot camp 5 and windows 8 install on late 2001 MBP running Mavericks?

    I'm getting "Installer disk not found" message during boot camp 5 and windows 8 install on late 2001 MBP running Mavericks. Any ideas?
    I've downloaded the Window support option software and the WindowSetupBox.exe and copied it to the USB drive.
    Thanks  Tim 

    You might have better luck in the Boot Camp community. I'll ask the hosts to relocate your post.
    Boot Camp Community

  • I am trying to download ITunes.  I get the message during starting services - Service "Apple Mobile Device" failed to start. Verify that you have sufficient privileges to start system services.  How do I verify?

    I am trying to download ITunes.  I get the message during starting services - Service "Apple Mobile Device" failed to start. Verify that you have sufficient privileges to start system services.  How do I verify?  How do I complete the installation?

    Does anyone knows how to fix this problem?

  • "iTunes has stopped working" error message during syncing

    I've downloaded the latest version of iTunes, and just started to download Podcasts. But now I get the error message during syncing....almost everytime. Is there a solution out there or update that I haven't downloaded??

    Same problem here! Moreover, for some reason, the pictures in my iPhone 3GS somehow have been divided into 2 folders, Photos and Medialibrary. And when I open iPhone as a folder through the explorer I can see only the Photos folder, but cannot see the Medialibrary folder which stores the photos taken before updating/upgrading the iPhone and getting separated folders!!! What the hack with all of this?!!! When I connect iPhone to PC it automatically opens iTunes and starts syncronizing it, but at the process of OPTIMIZING the photos (and according to the number of photos it shows, I see that it tries to syncronize that invisible Medialibrary folder) the process suddenly stops and error message pops out Tried the sync test, tried the button DEBUG in that pop out message, but NOTHING HELPS!!! Also, when I open the Medialibrary in my iPhone, the screen get sblack all through scrolling it down, only the video clips are shown there... >.<
    So, could you, apple developers, please, explain WHAT THIS PROBLEM IS ABOUT?!!!!!! FIX IT! I am getting ****** of to spend hours at the computer and reading those lame advises which do not help at all! I have my own things to do except reading your support websites. And I payed for the product ready to use, but not a halfproduct which problems should further be solved somehow by users..

  • [Solved] 'New' error messages during init after updating initscripts

    After updating to the latest initscripts, I got some error messages during init that I hadn't seen before.  They occurred during one of the UDev steps, and were caused by an attempt to load an IDE module despite the controller being disabled.  The controller shows up in Windows devmgr too, so I guess it's a failing of the mobo or BIOS.
    In any case, I downgraded and found that the errors were nothing new.  I'm just curious if the appearance of the errors during init was by design or a happy accident.
    Last edited by alphaniner (2011-08-01 17:07:30)

    alphaniner wrote:
    karol wrote:If you have the new (i.e. current) initscripts, you should be fine:
    http://projects.archlinux.org/initscrip … 328fbaf2e7
    http://projects.archlinux.org/initscrip … 42dfeca8c2
    I had never noticed the file before yesterday, actually. And I'm up-to-date, yet it's still full of 'em.
    You need to reboot.
    After you do, run
    tail /var/log/boot
    Mine isn't perfect, but I've already sent an e-mail to the dev (it's a matter of just a sed oneliner)
    [karol@black ~]$ tail /var/log/boot
    Tue Aug 2 05:03:01 2011: :: Setting Hostname: black ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:01 2011: :: Setting Locale: pl_PL.UTF-8 ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:01 2011: :: Setting Consoles to UTF-8 mode ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:01 2011: :: Loading Keyboard Map: pl ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:02 2011: :: Loading Console Font: Lat2-Terminus16 ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:02 2011: :: Saving dmesg Log ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:02 2011: INIT: Entering runlevel: 3
    Tue Aug 2 05:03:02 2011: :: Starting Syslog-NG ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:03 2011: :: Starting D-BUS system messagebus ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:04 2011: :: Starting acpid ^[[171G [BKGD] :: Starting gpm ^[[171G [BKGD^[[0;1

Maybe you are looking for