Error on sender FCC: InterfaceDetermination did not yield any actual intfc

Hi Experts,
I am developing a File to Proxy scenario. Sender File adapter with FCC has been configured as required with the Fixedfiled lenghths and filed names. On trying to execute the i/f by placing the source file at the desired location; Sender Communication channel throws the following exception: Error: com.sap.aii.adapter.xi.routing.RoutingException: InterfaceDetermination did not yield any actual interface. I am using the iNtegrated configuration object on PI 7.3 and Ic has been configured correctly too.
the adapter logs look as follows:
18.10.2011 08:20:46 Information Channel CC_BOURQUE_AccrualTransactions_FILE_Sender1: Converted complete file content to XML format
18.10.2011 08:20:46 Information Channel CC_BOURQUE_AccrualTransactions_FILE_Sender1: Send binary file  "D:\Interfaces\ITF\07\Out\freight_export.dat", size 46538 with QoS EO
18.10.2011 08:20:46 Information MP: processing local module localejbs/CallSapAdapter
18.10.2011 08:20:46 Information Application attempting to send an XI message asynchronously using connection File_http://sap.com/xi/XI/System
18.10.2011 08:20:46 Error Returning to application. Exception: com.sap.aii.adapter.xi.routing.RoutingException: InterfaceDetermination did not yield any actual interface
18.10.2011 08:20:46 Error MP: exception caught with cause com.sap.aii.adapter.xi.routing.RoutingException: InterfaceDetermination did not yield any actual interface
18.10.2011 08:20:46 Error Attempt to process file failed with com.sap.aii.adapter.xi.routing.RoutingException: InterfaceDetermination did not yield any actual interface
Please guide me if I am missing on anything.
Regards,
Elizabeth

Hi Mark,
Have removed the namespace from the message type. Still the same issue occurs for mapping.
On trying to copy and use the source payload on the Message mapping test tab, the source structure is reflected with all the elements and nodes in red.
Following is how my source payload looks like:
<?xml version="1.0" encoding="UTF-8"?>
<MT_AccrualsTransactions>
<Accruals>
     <Row>
          <BillOfLadingNumber>21776</BillOfLadingNumber>
          <CarrierCode>VB</CarrierCode>
          <ChargeTypeInterface>FO</ChargeTypeInterface>
          <CreateDate>07-01-201107:45:22:303</CreateDate>
          <Amount>28830.51</Amount>
          <Currency>U</Currency>
          <ExportDate>07-01-201107:45:24:070</ExportDate>
          <VendorCode>105106</VendorCode>
          <CustomData1>5140200-1000000</CustomData1>
          <CustomData2>6635</CustomData2>
          <CustomData3>88846</CustomData3>
          <CustomData4>5                   2011/</CustomData4>
          <CustomData5>01/31</CustomData5>
          <CustomData6>034</CustomData6>
          <CustomData7></CustomData7>
          <CustomData8></CustomData8>
          <CustomData9></CustomData9>
          <CustomData10></CustomData10>
          <ReferenceNo></ReferenceNo>
          <EquipmentInitials></EquipmentInitials>
          <EquipmentNumber>B         MTC723</EquipmentNumber>
          <ShipDateTime>01</ShipDateTime>
          <OrderNumber>-29-201107:00:00:000U88714</OrderNumber>
          <ShippedQty></ShippedQty>
          <ShippedUOM></ShippedUOM>
                  <OrganizationCode/>
                   <AccrualDate/>
                   <EOF/>
     </Row>
</Accruals>
</MT_AccrualsTransactions>
What could be wrong?
Regards,
Elizabeth

Similar Messages

  • Dummy scen. error InterfaceDetermination did not yield any actual interface

    Hi,
    I've created a dummy scenario to move any files. (PI 7.3)
    I've created a dummy data type, message type, and 2 service interface (outbound and inbound) without any mapping.
    Then I designed the scenario in the integration directory: 2 business components, sender and receiver file adapters, and integrated configuration.
    I just want to read the file from source folder and write to the target folder. No mappings, no validations... But if the source file isn't an XML created from the source message type, I get the following error, I don't know why:
    Error: com.sap.aii.adapter.xi.routing.RoutingException: InterfaceDetermination did not yield any actual interface
    I know my source file isn't right, but I don't have any mapping or XML validation, so, why I get this error?
    And I have another question. When I get this error, the message payload isn't persisted to PI so it disappears and I cannot check the message content. Is there anyway to enable PI to store the message payload when this error happens?

    Hi Marshal,
    Follow the steps:
    - No need to create any objects in ESR
    - In scenario, whenever you need to put Inbound and Outbound Interface name, Type any name of interface which does not exist in ESR. Example: SIOA_LargeFile and SIIA_Large File with some Dummy Namespace as "http://dummy/LargeFile".
    Hope steps are clear.
    The whole idea behind giving Dummy names is: when we try to split our file into chunks and if we mention some defined structure with help of data type and message type, the output file is not created completely at once. It is created in chunks. A single chunk output file, will not have complete XML structure and hence will result into XML Parsing Error.
    Please revert if any issues.
    - Pooja

  • InterfaceDetermination did not yield any actual interface - Error

    Hello All,
    We are working on a synchronous interface integrating with the third party.
    On executing the inbound interface (Third Party to SAP ECC), third party system receives the error as stated below
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.xi.routing.RoutingException: InterfaceDetermination did not yield any actual interface
    On checking PI logs there is no logging in both message monitor and communication channels.
    Any suggestions/ideas on debugging this error would be helpful.
    Thanks,
    Nilambari

    1.
    Please reassure that you are looking at the correct PI system. As the sender gets some error messages that come from com.sap... namespace there ought to be some traces on the PI system, either in communication channel monitoring, message monitoring or nwa/logs
    2.
    As you are proably providing a webservice to the third party just use the WSDL you provided and use that within soapUI. See for a tutorial here http://www.techrepublic.com/blog/software-engineer/how-to-test-web-services-with-soapui/ (be aware, you might need to import your PIs certificates to cacerts of soapUI if you use https and your PI presents a certificate that is not signed with a trusted CA)
    3.
    If you are sure about the interface / channel you are calling, use XPI inspector (http://service.sap.com/sap/support/notes/1514898) to track down the error. Use Template "50" and specify your receiver channel
    If that doesn't help, please come back with a more detailed description of your scenario.
    HTH
    Cheers
    Jens

  • Split message - InterfaceDetermination did not yield any actual interface

    Hello experts,
    We have the following scenario.  PI 7.3 Single stack.  text file input to multiple receivers.
    The scenario works in Dev, but after transporting to QA test, it fails.  I have transported ESR objects twice and have deleted and recreated the Integrated Configuration. Cache seemed to be up to date, and we had Basis restart the PI system.
    The error messages states: "InterfaceDetermination did not yield any actual interface."  However, the message is not splitting, so the failure is truly before that step.
    Message log from successful message in Dev:
    7/15/2014 2:23:30.691 PM
    Information
    Send text file "/sapdataexch/dev/interfaces/micros_xstore/I_AUD_0103_XStoreIBSales/IN/20140715-050034-688_SettlementLog.08104.01.20140715.084728.xml", size 14886, encoding UTF-8 with QoS EO
    7/15/2014 2:23:30.691 PM
    Information
    MP: processing local module localejbs/CallSapAdapter
    7/15/2014 2:23:30.692 PM
    Information
    Trying to put the message into the send queue
    7/15/2014 2:23:30.692 PM
    Information
    Application attempting to send an XI message asynchronously using connection File_http://sap.com/xi/XI/System
    7/15/2014 2:23:30.697 PM
    Information
    Message successfully put into the queue
    7/15/2014 2:23:30.697 PM
    Information
    The application sent the message asynchronously using connection File_http://sap.com/xi/XI/System. Returning to application
    7/15/2014 2:23:30.699 PM
    Information
    The message was successfully retrieved from the send queue
    7/15/2014 2:23:30.703 PM
    Information
    Starting to Split Message
    7/15/2014 2:23:30.703 PM
    Information
    Message status set to DLNG
    7/15/2014 2:23:30.704 PM
    Information
    Message Split to Message 1f6a76a9-0c4d-11e4-b4fa-0000010522fb(OUTBOUND)
    7/15/2014 2:23:30.705 PM
    Information
    Finished Splitting Message
    7/15/2014 2:23:30.713 PM
    Information
    Message Split to Message 1f6a76a9-0c4d-11e4-b4fa-0000010522fb(OUTBOUND)
    7/15/2014 2:23:30.721 PM
    Information
    Message Split to Message 1f6a76aa-0c4d-11e4-c008-0000010522fb(OUTBOUND)
    7/15/2014 2:23:30.722 PM
    Information
    Message status set to DLVD
    7/15/2014 2:23:30.725 PM
    Information
    Message was successfully transmitted to endpoint   using connection File_http://sap.com/xi/XI/System
    7/15/2014 2:23:30.752 PM
    Information
    File "/sapdataexch/dev/interfaces/micros_xstore/I_AUD_0103_XStoreIBSales/IN/20140715-050034-688_SettlementLog.08104.01.20140715.084728.xml" archived after processing
    Message log from failed message in QA:
    7/16/2014 3:45:10.944 AM
    Information
    Send text file "/sapdataexch/qas/interfaces/micros_xstore/I_AUD_0103_XStoreIBSales/IN/SettlementLog.01769.05.20140716.073904.xml", size 232961, encoding UTF-8 with QoS EO
    7/16/2014 3:45:10.945 AM
    Information
    MP: processing local module localejbs/CallSapAdapter
    7/16/2014 3:45:10.946 AM
    Information
    Application attempting to send an XI message asynchronously using connection File_http://sap.com/xi/XI/System
    7/16/2014 3:45:10.947 AM
    Information
    Trying to put the message into the send queue
    7/16/2014 3:45:10.962 AM
    Information
    Message successfully put into the queue
    7/16/2014 3:45:10.962 AM
    Information
    The application sent the message asynchronously using connection File_http://sap.com/xi/XI/System. Returning to application
    7/16/2014 3:45:11.291 AM
    Information
    File "/sapdataexch/qas/interfaces/micros_xstore/I_AUD_0103_XStoreIBSales/IN/SettlementLog.01769.05.20140716.073904.xml" archived after processing
    7/16/2014 3:45:11.431 AM
    Information
    The message was successfully retrieved from the send queue
    7/16/2014 3:45:11.579 AM
    Information
    Starting to Split Message
    7/16/2014 3:45:11.579 AM
    Information
    Message status set to DLNG
    7/16/2014 3:45:11.582 AM
    Error
    Transmitting the message to endpoint   using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.adapter.xi.routing.RoutingException: InterfaceDetermination did not yield any actual interface
    7/16/2014 3:45:11.711 AM
    Information
    Message status set to WAIT
    There are no conditions on the Receivers.  The file should always split to both,
    Inbound processing is a file adapter.
    Any help is appreciated.
    Thanks!
    Tom

    Hi Harish,
    That was exactly the issue.   The SWC was not the same.  I made the QA to match the Dev and the process worked.
    Very good.
    Thanks!
    Tom

  • InterfaceDetermination did not yield any actual interface

    Hi,
    My scenario is SOAP to IDOC in 7.4.The message is failing in message monitoring  with the below error :
    Transmitting the message to endpoint {2} using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.adapter.xi.routing.RoutingException: InterfaceDetermination did not yield any actual interface
    Status Detail : Interface Determination Error - General or fallback interface determination error
    I tried testing the payload in MM and OM and it  is working fine.
    I went through the thread  Error:MP: exception caught with cause com.sap.aii.adapter.xi.routing.RoutingException: InterfaceDetermination did not yield any actual interface
    but it is not helpful.
    Please provide your suggestions to resolve the issue.
    Thank you.

    Check for Nicolas Freyre reply in the below thread. It should address your issue.
    Error: InterfaceDetermination did not yield any actual interface in Advanced Adapter Engine

  • Interface determination did not yield any actual interface

    Hello,
    I'm doing a file to proxy scenario where I sent a csv file to proxy. I'm using POD SAP 7.4 and I have done all the configurations properly. I'm getting this error - "interface determination did not yield any actual interface". Please help.
    Thanks

    Hi Sathish,
    are you doing any multi mapping?
    check this http://scn.sap.com/thread/3493280
    Regards,
    Muni

  • 3GS 3.0.1 - Cannot send mail, You did not specify any recipient

    Whenever I send a message from iPhone with MobileMe account and then resync the account with server (Push is off), the very same message, already sent with success, appears in Outgoing folder and error pops up saying:
    *Cannot send mail, You did not specify any recipient*
    See the picture below:
    http://gitarzysta.com/iphone/error1.jpg
    It cannot be deleted, either - error message pops up saying: *Unable to move message*
    http://gitarzysta.com/iphone/error2.jpg
    Important: it was sent and received successfully. It is just either iPhone, MobileMe or both that have problems to sync correctly.
    On my Mac that I sync with this MobileMe account all is fine.
    What can be wrong? There was an old topic here, from 2008, where several users of 3G had exactly the same issue, but no root cause or solution was provided.
    Thanks!
    Message was edited by: gitarzysta

    Try deleting and manually recreating the account on your iPhone.
    If you transferred the account settings from your Mac via the iTunes sync process - selected under the Info tab for your iPhone sync preferences with iTunes, deselect this for your iPhone sync preferences followed by selecting Apply before doing so.

  • Cannot Send Mail - You did not specify any recipients

    Hi all,
    I have an email stuck in my outbox which has the "This message has not been downloaded from the server" issue I have seen on this forum. Everytime I go to my email folders list, I get the 'Cannot Send Mail - You did not specify any recipients' error message. I am unable to trash it, move it as I get the 'Unable to Move Message' error.
    Any ideas how I can remove this message and clear my outbox!?
    Thanks,

    Me too! This is very annoying. I LOVE Apple but this new 3G keeps on throwing curveballs at me. I, too, deleted my e-mail account from my iPhone to get rid of this "unsent message" but with Apple you shouldn't have to do that! Certain that it will happen again, I'm interested if anyone comes up with any fixes so that next time we don't have to delete/add e-mail account.

  • I am using iPhoto version 9.6 and I can no longer get an email sent with a photo attached. I get an error message saying the email did not go through because the server did not reply. I can send the photo with Mail. Help!

    I have upgraded to Yosemite and also updated the iPhoto application to version 9.6. I am no longer able to send a photo from iPhoto via email. I get an error message saying the server is not responding. But, when using the same server in Mail, I can attach the photo and send it. My wife is using the older version of iPhoto and it works fine.
    I have checked the settings for the outgoing server, etc. and the Mail settings match those in iPhoto.
    Could this be due to either the Yosemite upgrade or the iPhoto upgrade?

    This solution is for those of you using 2-step verification for your Apple ID and are using iCloud as the mail server that you are trying to mail photos with.
    I too had this issue. The problem in my case occurred because I had setup 2-step authentication for my Apple ID. If you have done this then you will get the error message "the mail server did not recognize your email/password...". To solve the problem go to:
    https://appleid.apple.com
    Click "Manage Your Apple ID"
    Verify your identity with the device you selected (if this step does not show up then you have not likely set up 2-step authentication and this is not your solution)
    Click Password and Security in the left column
    Click Generate an app-specific password
    Enter iPhoto as the name of the app
    Copy the password and paste this into the password box in iPhoto where you would normally enter your apple ID (in the mail account section in iPhoto preferences).
    And...voila' (I hope)

  • Error: com.sap.engine.interfaces.messaging.api.exception.RetryControlException: Receiver Determination did not find any receivers at all

    Hello,
    I have an issue configuring a simple File Adapter Content Conversion, it will be great to give me some support as I'am new in the PO Environment.
    Iam reading a flat file and trying to write into an XML in the same FTP server
    I have a 1 to 1 Mapping as follows
    And my Content Conversion at Sender side Looks like this
    After running the configuration Iam getting following error message
    Error: com.sap.engine.interfaces.messaging.api.exception.RetryControlException: Receiver Determination did not find any receivers at all
    My System is the SAP Netweaver Process Intgration 7.4 single Java stack
    Do you have any idea how to fix this issue?
    Many thanks in advance
    Khadim

    Hi evrybody
    I have enabled the tracing of ICO and have seen that my payload for the message mapping is ok,.
    <ns:hartgeldbest_ERP_KT xmlns:ns="http://xxxxxx.de">
    <Recordset>      
    <header> 
         <gesellschaft>03</gesellschaft> 
         <filiale>000</filiale>
         <satzart>11</satzart>
         <datum>00000000</datum>
         <kennzeichen>1</kennzeichen>
    </header>
    </Recordset>
    </ns:hartgeldbest_ERP_KT>
    The issue is on detrmining the RECEIVER in the Main-XML
    <sap:Main xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sap="http://sap.com/xi/XI/Message/30" versionMajor="3"versionMinor="1" SOAP:mustUnderstand="1">
    <sap:MessageClass>ApplicationMessage</sap:MessageClass> 
    <sap:ProcessingMode>asynchronous</sap:ProcessingMode>
    <sap:MessageId>ae41678e-da87-11e3-cd0f-0000006831a2</sap:MessageId>
    <sap:TimeSent>2014-05-13T10:16:43Z</sap:TimeSent>
    <sap:Sender> 
    <sap:Party agency="http://sap.com/xi/XI" scheme="XIParty"/> 
    <sap:Service>CC_Hartgeldbest_File2Idoc</sap:Service>
    </sap:Sender>
    <sap:Receiver> 
    <sap:Party agency="" scheme=""/> 
    <sap:Service/>
    </sap:Receiver>
    <sap:Interface namespace="http://xxxxx.de">hartgeldbest_KT_async_out</sap:Interface>
    </sap:Main>
    Is it possible that the receiver is overwritten due to the Content Conversion? Because if I set my Message Protocol to "File" the receiver determination will work.
    Any idea?
    Thx
    Khadim

  • Error in sender FCC

    Hi,
    I am facing an error in sender fcc its:
    Conversion of file content to XML failed at position 0: java.lang.Exception: ERROR converting document line no. 1 according to structure 'Pricebook_Data':java.lang.Exception: ERROR in configuration / structure 'Pricebook_Data.': More elements in file csv structure than field names specified!
    My source structure is :
    Pricebook_abc (root1)
                Pricebook_Data (root2)
                     field1
                     field2
    and my sender fcc is:
    Document name : Pricebook_abc
    Document namespace: urn:xxxxxxx
    Recordset name: pricebook
    Recordset structure: Pricebook_Data,*
    Recordsets per message: *
    Pricebook_Data.fieldNames     field1,field2
    Pricebook_Data.fieldSeparator     ,
    Pricebook_Data.endSeparator     'nl'
    ignoreRecordsetName     true
    I am unable to rectify the error. Please help me.
    Thanks & Regards,
    Pragathi.
    Edited by: Pragathi on Jan 15, 2010 1:40 PM
    Edited by: Pragathi on Jan 15, 2010 1:41 PM
    Edited by: Pragathi on Jan 15, 2010 1:41 PM

    Hi,
    The error was saying that.. the no of fields you are getting in the source are diff from that you have mentioned in FCC.
    Can you just copy and paste the source csv file? and the exact XML structure?
    Regards,
    Swetha.

  • Cannot access my email, Sending of password did not succeed. Authentication failed.

    Was able to use my Thunderbird Mozilla email on both computers and then suddenly on both I rc'd msg that, "Sending of password did not succeed. Mail server incoming Verizon.net responded Authentication Failed".
    On the computer that I use all the time, I played around with it and all of a sudden it was "fixed". No idea what I did.
    Today I turned on the other computer that is only used by the Grandkids for games, etc., and received the same msg and decided it was time to fix but am not able to figure out how.

    Best starting point is to remove all stored passwords for the affected accounts.
    [http://kb.mozillazine.org/Menu_differences_in_Windows,_Linux,_and_Mac Tools|Options]|Security|Passwords→Saved Passwords.
    Use the filter at the top to locate all entries relating to the affected account.

  • Has anyone found a solution for the error "The iCloud Control Panel did not install properly".  I'm using windows 7 prof 64 and outlook 2010 and cant get to cloud to winkd ot my mail, contacts, calendar.

    Has anyone found a solution for the error "The iCloud Control Panel did not install properly".  I'm using windows 7 prof 64 and outlook 2010 and cant get to cloud to winkd ot my mail, contacts, calendar.  Cloud control panel version 2.0.

    Has anyone found a solution for the error "The iCloud Control Panel did not install properly".  I'm using windows 7 prof 64 and outlook 2010 and cant get to cloud to winkd ot my mail, contacts, calendar.  Cloud control panel version 2.0.

  • "Cannot evaluate parameter 'NewName' because its argument input did not produce any output." error received

    I need to rename a set of files with a subset of the files' original name. I wrote this script:
    dir | rename-item -newname {if ($_.name -match '\d{4,5}\-\d{5}\s\-\s(.+)\s\-\s.+\s\-\s.+'){$name=$matches[1]; -replace '.+', "$name";}}
    This works in that the file and/or directory names are changed, but it also gives me the error:
    Rename-Item : Cannot evaluate parameter 'NewName' because its argument input did not produce any output.
    At C:\...\FileStrip.ps1:1 char:28
    + dir | rename-item -newname {if ($_.name -match '\d{4,5}\-\d{5}\s\-\s(.+)\s\-\s.+ ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (Vivek Shyam:PSObject) [Rename-Item], ParameterBindingException
        + FullyQualifiedErrorId : ScriptBlockArgumentNoOutput,Microsoft.PowerShell.Commands.RenameItemCommand
    I'm not sure how to fix this. Any assistance would be appreciated.

    ok, thanks.
    You've avoided the whole 'use the piped data implicitly' thing by the explicit ForEach. I'm ok with that, but I'm still curious how to get the non-ForEach version to not error.
    Anyway, what you provided almost worked. I modified to be this:
    dir -file |
       Where{$_.name -match '\d{4,5}\-\d{5}\s\-\s(.+)\s\-\s.+\s\-\s.+'} |
       ForEach-Object{
            $match=$matches[1]
            $newname=$_.Name -replace '.+', "$match"
            Rename-item $_ $newname
    to get it working properly.
    But it looks like the simplest form is:
    dir -file |
       Where{$_.name -match '\d{4,5}\-\d{5}\s\-\s(.+)\s\-\s.+\s\-\s.+'} |
       ForEach-Object{
            Rename-item $_ $matches[1]

  • Error #2046: The loaded file did not have a valid signature in flex 4

    As part of our CI build, the ant script that builds the client side (flex 4) projects also runs a set of FlexUnit4 tests on the deployed project. Most of the tests work but a few fail with this error
    RSL
    http://local.foo.com/bar/com/blah/components/someComponent/framework_4.1.0.16076.swz failed to load.
    Error #2046: The loaded file did not have a valid signature.
    The build machine is running Ununtu 10.10 with Firefox 3.6 and Flashplayer 10.2. If I run  the exact same set of tasks, accessed from the same URL in windows everything passes with no problem. After some searching I did run across this thread: http://forums.adobe.com/message/2747415#2747415 but when I went looking for the libflashsupport.so file mentioned, the Ubuntu docs seemed to indicate that it was no longer needed.
    I'm at my wits end here. Is libflashsupport.so actually needed in Ubuntu 10.10 and if so where would I find it? If not does anyone know of another issue that could be responsible for this?

    hello,
    I have the same issue, Ubuntu 10.10, flashplayer 10.3rc1
    mxmlc SimplePrj.mxml -debug=true -benchmark=true --target-player=10 -output ../deploy/SimplePrj.swf
    mxlc verbose:
    Loading configuration file /home/.../flex-config.xml
    Initial setup: 79ms
    start loading swcs 9ms Running Total: 88ms
    Loaded 34 SWCs: 740ms
    precompile: 1062ms
    Required RSLs:
        http://fpdownload.adobe.com/pub/swz/flex/4.5.0.20967/framework_4.5.0.20967.swz with 1 failover.
        http://fpdownload.adobe.com/pub/swz/tlf/2.0.0.232/textLayout_2.0.0.232.swz with 1 failover.
        http://fpdownload.adobe.com/pub/swz/flex/4.5.0.20967/spark_4.5.0.20967.swz with 1 failover.
        http://fpdownload.adobe.com/pub/swz/flex/4.5.0.20967/sparkskins_4.5.0.20967.swz with 1 failover.
        http://fpdownload.adobe.com/pub/swz/flex/4.5.0.20967/mx_4.5.0.20967.swz with 1 failover.
    Files: 540 Time: 3380ms
    Linking... 27ms
    SWF Encoding... 18ms
    /.../SimplePrj/deploy/SimplePrj.swf (80059 bytes)
    postcompile: 45ms
    Total time: 4259ms
    Peak memory usage: 81 MB (Heap: 62, Non-Heap: 19)
    I had to copy the swz to deploy folder since failovers are not yet available.
    * accessing from windows machines it loads swz without complaints.
    Jaco

Maybe you are looking for