Error #2032

I wanted to try Adobe illistrator to see if it will work for me, and it wont even display a download button it just has a box that says Error #2032.
i am using google chrome if that helps
any ideas on what to do?

Did you try the link that Jesseham posted?
What browser are you using?
What is your platform Mac or Windows?
Did you try to empty the cache for your browser? Did you try resetting your Browser?
Did you ty a different Browser?

Similar Messages

  • Error messages:  "itunesobjspl/jenetsvc.dll The specified module could not be found."  And Error -2032  "Quicktime failed to initialize."

    I initially got the Error -2032 message after downloading the newest version of itunes.  I read a geek blog that said to uninstall Quicktime and I did that a bunch of times.  I also uninstalled and reinstalled itunes repeatedly.  None of this works.  I noticed that the apple website said the requirements for the new quicktime/itunes download included an intel processor and I have a celeron processor, so I wondered if that was the problem, although everything has been running fine up until now, so I don't know.  It also doesn't address the missing .dll file, but I may have accidentally deleted that because I went into the registry to try and unload some Quicktime files when I uninstalled Quicktime.  I did this at the suggestion of the blog, but I may have screwed it up.  Now I need to repair the missing .dll and still try to get itunes running

     ErikEJ wrote:
    Have you set your solution target to "Any CPU" ?? If so, set to "x86", as SQL Compact only runs in WoW mode on x64. Or use corflags.exe /32BIT+ against your project output (.exe file).
     ErikEJ wrote:
    Look at this blog post for a walk-through: http://erikej.blogspot.com/2008/01/x64-and-sql-compact.html
    Hello everyone,
    I have the same problem as mentioned above "Unable to load DLL 'elev.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) ", when trying to load the dll file into a window application.  I developed a window application in VS2005 and want to import a dll file from another program into my project and use it.  But when I try to call one of the function in the dll file, I got the error message "Unable to load dll 'elev.dll".  I try all options that say it works to solve this problem, but somehow it doesn't work for me. I put the "elev.dll" file in the bin folder and use P/Invoke to import the dll file into my project.  Can anyone help me out with this?  thanks and really appreciated!
     Here is how I import the dll:
    [DllImport(@"D:\elev.dll")]
    //[DllImport("emap.dll", SetLastError = true)]
    private static extern void EMA_Init();
    and in the code,  I call the function above but failed to load the dll file
    EMA_Init();

  • How do i resolve Error #2032 ?

    Hi,
    I am using the following code to launch SWF file. When i launch the page, getting "Error #2032" from GUI.
    Could you please advise if any changes needs to be done in the following file?
    Do you think this is environmental issue?
    Please let us know how to troubleshoot the issue.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>Reports</title>
    <meta name="google" value="notranslate" />      
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and
    the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as
    the percentage of the height of its parent container, which has to be set explicitly. Fix for
    Firefox 3.6 focus border issues. Initially, don't display flashContent div so it won't show
    if JavaScript disabled.
    -->
    <style type="text/css" media="screen">
    html, body { height:100%; }
    body { margin:0; padding:0; overflow:auto; text-align:center;
    background-color: #ffffff; }
    object:focus { outline:none; }
    #flashContent { display:none; }
    </style>
            <script type="text/javascript" src="swfobject.js"></script>
        </head>
        <body>
            <script type="text/javascript">
    var swfVersionStr = "10.2.0";
    // To use express install, set to playerProductInstall.swf, otherwise the empty string.
                var xiSwfUrlStr = "playerProductInstall.swf";
    var flashvars = {};
    var params = {};
    params.quality = "high";
    params.bgcolor = "#ffffff";
    params.allowscriptaccess = "sameDomain";
    params.allowfullscreen = "true";
    params.wmode="transparent"; // set proper z-index so swf won't go on top of mega menu
    var attributes = {};
    attributes.id = "TestMain";
    attributes.name = "TestMain";
    attributes.align = "middle";
    swfobject.embedSWF(
    "/acsview/pages/flex/TestMain.swf", "flashContent",
                    "100%", "100%",
                    swfVersionStr, xiSwfUrlStr,
                    flashvars, params, attributes);
    // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
    swfobject.createCSS("#flashContent", "display:block;text-align:left;");
    if (swfobject.ua.ie && swfobject.ua.win)
    swfobject.addLoadEvent(
    function()
    var app = swfobject.getObjectById("TestMain");
    if (app)
    app.focus();
            </script>
            <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
                 JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
    when JavaScript is disabled.
            -->
            <div id="flashContent">
    <p>
    To view this page ensure that Adobe Flash Player version
                    10.2.0 or greater is installed.
                </p>
            </div>
    <noscript>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="index">
    <param name="movie" value="TestMain.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="true" />
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="TestMain.swf" width="100%" height="100%">
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="true" />
    <!--<![endif]-->
    <!--[if gte IE 6]>-->
    <p>
    Either scripts and active content are not permitted to run or Adobe Flash Player version
    11.1.0 or greater is not installed.
    </p>
    <!--<![endif]-->
    <!--
    <a href="http://www.adobe.com/go/getflashplayer">
    <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
    </a>
    -->
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </noscript>
       </body>
    </html>
    We added crossdomain.xml file in the web application and still not working. The following is content of the crossdomian.xml file.
    <?xml version="1.0"?>
    <cross-domain-policy>
    <allow-http-request-headers-from domain="" headers="" secure="false" />
    <allow-access-from domain="*" secure="false" />
    </cross-domain-policy>
    Thanks in advance,
    Parimala

    Your question relates to Flash, not Shockwave (despite the name conflict), so you should ask your question on this forum

  • How do i resolve Error #2032 ? Could anyone help on this?

    @Hi,
    I am using the following code to launch SWF file. When i launch the page, getting "Error #2032" from GUI.
    Could you please advise if any changes needs to be done in the following file?
    Do you think this is environmental issue?
    Please let us know how to troubleshoot the issue.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>Reports</title>
    <meta name="google" value="notranslate" />      
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and
    the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as
    the percentage of the height of its parent container, which has to be set explicitly. Fix for
    Firefox 3.6 focus border issues. Initially, don't display flashContent div so it won't show
    if JavaScript disabled.
    -->
    <style type="text/css" media="screen">
    html, body { height:100%; }
    body { margin:0; padding:0; overflow:auto; text-align:center;
    background-color: #ffffff; }
    object:focus { outline:none; }
    #flashContent { display:none; }
    </style>
    <script type="text/javascript" src="swfobject.js"></script>
    </head>
    <body>
    <script type="text/javascript">
    var swfVersionStr = "10.2.0";
    // To use express install, set to playerProductInstall.swf, otherwise the empty string.
    var xiSwfUrlStr = "playerProductInstall.swf";
    var flashvars = {};
    var params = {};
    params.quality = "high";
    params.bgcolor = "#ffffff";
    params.allowscriptaccess = "sameDomain";
    params.allowfullscreen = "true";
    params.wmode="transparent"; // set proper z-index so swf won't go on top of mega menu
    var attributes = {};
    attributes.id = "TestMain";
    attributes.name = "TestMain";
    attributes.align = "middle";
    swfobject.embedSWF(
    "/acsview/pages/flex/TestMain.swf", "flashContent",
    "100%", "100%",
    swfVersionStr, xiSwfUrlStr,
    flashvars, params, attributes);
    // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
    swfobject.createCSS("#flashContent", "display:block;text-align:left;");
    if (swfobject.ua.ie && swfobject.ua.win)
    swfobject.addLoadEvent(
    function()
    var app = swfobject.getObjectById("TestMain");
    if (app)
    app.focus();
    </script>
    <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
    JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
    when JavaScript is disabled.
    -->
    <div id="flashContent">
    <p>
    To view this page ensure that Adobe Flash Player version
    10.2.0 or greater is installed.
    </p>
    </div>
    <noscript>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="index">
    <param name="movie" value="TestMain.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="true" />
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="TestMain.swf" width="100%" height="100%">
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="true" />
    <!--<![endif]-->
    <!--[if gte IE 6]>-->
    <p>
    Either scripts and active content are not permitted to run or Adobe Flash Player version
    11.1.0 or greater is not installed.
    </p>
    <!--<![endif]-->
    <!--
    <a href="http://www.adobe.com/go/getflashplayer">
    <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
    </a>
    -->
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </noscript>
    </body>
    </html>
    We added crossdomain.xml file in the web application and still not working. The following is content of the crossdomian.xml file.
    <?xml version="1.0"?>
    <cross-domain-policy>
    <allow-http-request-headers-from domain="" headers="" secure="false" />
    <allow-access-from domain="*" secure="false" />
    </cross-domain-policy>
    Thanks in advance,
    Parimala
    Message was edited by: Parimaladevi Vadivel

    pwillener wrote:
    This is the Shockwave Player forum.
    Sorry, I was mistaken about that.  Still, the Flash or AS forum would be better.

  • Error #2032 when trying to download apps

    Hello, im not a developer but just an end user and today i encountered an issue first it started with Tweetdeck as it stop loading tweets and said an error had occured... so i downloaded another tweeter app (via email not the from adobe market place) called seesmic which it let me download but when I tried to tweet i got this error "#-1: Error #2032" and it wouldnt send the tweet.. so then i unistalled both adobe air and Tweetdeck and seesmic and then reinstalled AIR which went fine however when i tried to download Tweetdeck again i also got Error #2032 and it then pretty much every app since then has said that, that i tried to install, im unsure how to fix this... any help would be awesome as i miss my tweetdeck and i also dont know much about Adobe Air

    How long have you been experiencing this problems?
    Sincerely,
    Michael
    El 27/04/2009, a las 15:44, justinhub2003 <[email protected]> escribió:
    >
    Hello, im not a developer but just an end user and today i 
    encountered an issue first it started with Tweetdeck as it stop 
    loading tweets and said an error had occured... so i downloaded 
    another tweeter app (via email not the from adobe market place) 
    called seesmic which it let me download but when I tried to tweet i 
    got this error "#-1: Error #2032" and it wouldnt send the tweet.. so 
    then i unistalled both adobe air and Tweetdeck and seesmic and then 
    reinstalled AIR which went fine however when i tried to download 
    Tweetdeck again i also got Error #2032 and it then pretty much every 
    app since then has said that, that i tried to install, im unsure how 
    to fix this... any help would be awesome as i miss my tweetdeck and 
    i also dont know much about Adobe Air
    >

  • Error 2032 loading xml from swf

    Hello everyone.
    I have a php site (based on Joomla! CMS). In one php page, there is a <object> element wich loads the Adobe Flex 1.5 swf file that I have developed (Slideshow.swf). This swf file is a slideshow that loads a xml file using a httpservice. The xml file contains the urls to the images to be shown. The error occurs when thw swf file tries to load the xml file, but not always.
    - SITUATION 1: Visiting http://localhost/Slideshow.html or http://localhost/Slideshow.swf
      The html and the swf are the files generated by Adobe Flex builder.
      Navigators: IE 8, Mozila Firefox 3.5.5
       --> Yes, it works!!
    - SITUATION 2: Visiting http://mydomaing.com/folder1/folder2/Slideshow.html or http://mydomaing.com/folder1/folder2/Slideshow.swf
      The html and the swf are the files generated by Adobe Flex builder.
      Navigators:
         IE 8 --> Yes, it works!!
         Mozila Firefox 3.5.5   --> I don't get Error 2032, but the images can't be found. This is another problem...
    - SITUATION 3: Visiting http://mydomain.com
      Navigators: IE 8, Mozila Firefox 3.5.5
      --> No, it doesnt' work!! I get Error 2032!!
      The whole page loads. The swf loads, but when the swf tries to load the xml file, the fault event is throwed. Then I use an Alert.show. I'll give you as much information as I can:
    ERROR MESSAGE (FOR SITUATION 3)
    Message: faultCode:Server.Error.Request faultString:'HTTP request error' faultDetail:'Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]. URL: ./slideshowGallery.xml'
    Name: Error
    Root cause: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]
    Error ID: 0
    Fault code: Server.Error.Request
    Fault detail: Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]. URL: ./slideshowGallery.xml
    Fault string: HTTP request error
    FLEX CODE
    <mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init();"
    The init method:
    private  
    function init():void{ 
    httpService.send();
    The httpservice element:
    <mx:HTTPServiceid="httpService"url="
    ./slideshowGallery.xml"resultFormat="
    e4x"fault="httpService_fault(event);"
    result="httpService_result(event)"
    />
    I think the handlers don't care. In SITUATION 3, the send() invocation always triggers the fault handler.
    The xml file is in the same folder as the swf file (I use ./slideshowGallery.xml for the url field of the httpservice element).
    This is the html code generated by the php page of my site:
    <div id="ol-flashheader">
    <object type="application/x-shockwave-flash" data="/templates/mx_joofree2/images/header.swf" width="700" height="240">
    <param name="wmode" value="transparent" />
    <param name="movie" value="/templates/mx_joofree2/images/header.swf" />
    </object>
    </div>
    Note: header.swf is my Slideshow.swf renamed.
    Ah, I have also a cross-domain policy file: http://mydomain.com/crossdomain.xml. And the following is curious. The content is:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy
    SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
      <allow-access-from domain=www.mydomain.com />
      <allow-access-from domain="mydomain.com" />
      <allow-access-from domain="*.mydomain.com" />
    </cross-domain-policy>
    But when i visit http://mydomain.com/crossdomain.xml with IE 8 what i see is:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy
    SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
      <allow-access-from domain=www.mydomain.com secure="true"/>
      <allow-access-from domain="mydomain.com" secure="true"/>
      <allow-access-from domain="*.mydomain.com" secure="true"/>
    </cross-domain-policy>
    But, when i visit that url with Firefox... correct, It doesn't adds the secure="true" attributes!! jajaja
    Please, I need some advise to solve this problem.
    Thank you very much.
    When I visit the web page (www.mydomain.com) and the swf tries to load

    I haven't found the solution yet, but i can give more info:
    I have modified the crossdomain.xml file to set secure="false". This way, when you view it with Internet Explorer, you can see secure="false" instead of secure="true". But this didn't solve the problem.
    I have read somewhere that avoiding Internet Explorer to cache files, could help. So, I have added the next line to the <header> section of the php page that contains the <object> tag that loads sthe swf file:
    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
    This didn't solve the problem.
    Regards.

  • Error 2032 out of the box

    I just installed the Adobe Media Server on my Windows 7 local machine
    On the welcome page, I'm getting error #2032 on every video except the "Single Bitrate" one.
    I've tried the crossdomain.xml fix, and that didn't work.
    I looked for previous versions of Apache to check for port conflicts, and didn't find anything.
    It's frustrating that this doesn't work "out of the box"
    I've previously had Red5 installed, but I uninstalled that before installing AMS.

    Hi
    Can you post the set level manifest you created for multi-bitrate streams?
    Also, I hope yoy are on OSMF 1.6+
    -Karishma

  • Error 2032 in communication between Flex Client and WCF

    Hi All,
    I'm trying to establish communication between Flex Client
    and WCF service.
    WCF service accepts gZip compressed data and returns gZip
    compressed results.
    So I used Flex ByteArray.compress() and
    ByteArray.uncompress() for this purpose. However, it throws error
    2032.
    The gZip compression/decompression uses MemoryStream class in
    C#. Based on my previous experience, memory stream communication
    between Flex and C# gives erro 2032.
    Is there a work around for this?
    Thanks,
    Vishal

    I read some thread in the forum, and found somebody had the similar problem with me. Just want to know how to settle this problem.
    In the client/server program. Client is a JAVA program and Server a
    VC++ program. The connection works, and the problem appears after some time. The Client sends a lots of requests to Serverm, the server seems receive nothing. But at the same time, the server is able to send messages to Client. The Client also can get the messages and handle them. Don't understand why there this problem and why it appears when it wants.
    The client is a Win2k platorm with JDK1.3.1 and the server is also a Win2K platform with VC++ 6.0.
    In the Client, using:
    inputFromServer = new BufferedReader(new InputStreamReader(socket.getInputStream()));
    outputToServer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())),true);
    Hope can get your help.

  • Error 2032 in SAP Netweaver BI Connection

    I am using an xcelsius dashboard through a BICS connection. I am able to connect to a BEx query and publish this dashboard to SAP BW system. I also able to launch this dashboard in IE and everything works fine for next 30 min. I am able to go to multiple tabs in the dashboard and trigger various queries etc. However, after exactly 30 min, I get the error 2032. The exact error text says:
    An error has occurred.
    For more information, contact the file creator or your system administrator.
    Error: Error #2032
    Connection Type: SAP NetWeaver BI Connection
    I am unable to find any such settings on the BW server side which can break the connection after 30 min. Also, BO is not involved as it's published on BW server itself. So, I am confused about what could be the reason and how to fix it.
    Thanks in advance for your help.
    Regards
    Akhilesh

    Hi All,
    We were getting the same issue (Error #2032, while connecting to Bex query from DashboardDesign tool, "The First Post"),
    The issue got resolved by installing  "patch 14 for DashboardDesign 4.0 SP2".
    You guys can try the same.
    Thanks
    Riyaz

  • Flex IO error# 2032 when using IE7 for parallel https calls across two servers

    Hi,
    Weeks back I faced a wierd issue in the behaviour of flashplayer running on IE7 which is invoking parallel https calls. I have two SSL enabled servers one is listening on port 443 and the other is listening on port 8443 but both running in the same domain. I developed a flex client (using httpservice class) which sends parallel https requests to these two servers. When the number of parallel requests increases say more than 5 requests to each server, the fault handler was encountered with the error message:
    [RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: https://servlet"]. URL: https://servlet"]
    I used some http tracer tools to check if the request jumps out of the browser but that didnt happen. I am 100% sure that I am using the correct url. I was totally helpless . This worked without any issues in IE8 or Chrome or Firefox. This made me think about increasing the number of concurrent connections for IE7 by modifying the windows registry. But still no difference in the behaviour.
    After breaking my head for a long days, I got one solution which would work. This issue is happening only if we are sending https requests to different ports in the same domain. So rather than moving one among the two servers to a new domain, I got a new DNS name for the same destination. So presently I got two DNS names pointing to the same machine in which both the servers are mounted.
    After this it really worked cool!!! Now that I am using a separate DNS name for the server listening on port 8443 and the old DNS name is used to hit the server listening on 443. And I am happy that its working fine without any issues .
    But can anyone tell me if this is really an IE7 issue or do we have anyother solution to fix this.
    Please share ur thoughts..

    Hi,
    I am building a mobile employee directory and for that I am using Flash Builder 4.6/AIR 3.1.0. I am using RESTful web service to get XML results and to display on my mobile application. I am getting the same below error when accessing the webservice from mobile app (Android - Galaxy Tab 7 inch).
    Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error # 2032"] URL: http://adfdevp.alshaya.com:7013/RESTEmployeeDetails-EmployeeDetails-co">http://adfdevp.alshaya.com:7013/RESTEmployeeDetails-EmployeeDetails-co ntext-root/jersey/restlabhttp://adfdevp.alshaya.com:7013/RESTEmployeeDetails-http://adfdevp.als haya.com:7013/RESTEmployeeDetails-EmployeeDetails-co ntext-root/jersey/restlabEmployeeDetails-context-root/jersey/restlab
    The same code is working in Flash Builder 4.6. I have checked Network Monitor to "Disabled" before deploying to mobile. What am i doing wrong here? I am pasting my code below-
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView" xmlns:dao="dao.*"
       xmlns:mx="library://ns.adobe.com/flex/mx">
    <fx:Script>
       <![CDATA[
        import mx.collections.ArrayCollection;
        import mx.collections.IList;
        import mx.collections.XMLListCollection;
        import mx.events.FlexEvent;
        import mx.rpc.events.FaultEvent;
        import mx.rpc.events.ResultEvent;
        import mx.rpc.xml.SimpleXMLDecoder;
        import mx.utils.ArrayUtil;
        import valueObjects.EmployeeDetail;
        [Bindable]
        private var myXml:XML;
        [Bindable]
        public var resultCollection:IList;
        public function handleXml(event:ResultEvent):void
         var xmlListCollection:XMLListCollection = new XMLListCollection(event.result.children());
         var xmlListCollectionValues:XMLListCollection = new XMLListCollection(event.result.emp.children());
         var resultArray:Array = xmlListCollection.toArray();
         var resultArrayValues:Array = xmlListCollectionValues.toArray();
         var objEmployeeDetails:EmployeeDetail;
         var resultCollection:ArrayCollection = new ArrayCollection();
         var j:int = 0;
         for(var i:int=0;i<resultArray.length;i++){
          objEmployeeDetails = new EmployeeDetail();
          objEmployeeDetails.brand = resultArrayValues[j];
          objEmployeeDetails.division = resultArrayValues[j+1];
          objEmployeeDetails.email = resultArrayValues[j+2];
          objEmployeeDetails.employee_name = resultArrayValues[j+3];
          objEmployeeDetails.employee_number = resultArrayValues[j+4];
          objEmployeeDetails.grade = resultArrayValues[j+5];
          objEmployeeDetails.mobile = resultArrayValues[j+6];
          objEmployeeDetails.position = resultArrayValues[j+7];
          j = j + 8;
          resultCollection.addItem(objEmployeeDetails);
         list.dataProvider = resultCollection;
         //return resultCollection;
        public function handleFault(event:FaultEvent):void
         //Alert.show(event.fault.faultDetail, "Error");             
        protected function sesrchEmployee():void
         xmlRpc.send();
       ]]>
    </fx:Script>
    <fx:Declarations>
       <dao:EmployeeDAO id="srv"/>
       <mx:HTTPService id="xmlRpc"
           url="http://adfdevp.alshaya.com:7013/RESTEmployeeDetails-EmployeeDetails-co ntext-root/jersey/restlab"
           result="handleXml(event)"
           fault="handleFault(event)"
           resultFormat="e4x" showBusyCursor="true">
        <mx:request xmlns="">
         <data>{key.text}</data>
         <data>{key1.text}</data>
        </mx:request>
       </mx:HTTPService>
    </fx:Declarations>
    <s:navigationContent/>
    <s:titleContent>
       <s:VGroup width="100%">
       <s:HGroup width="100%">
        <s:Label top="40" paddingTop="10" paddingRight="13" height="29" text="Employee Name:"/>
        <s:TextInput id="key" width="559"/>
       </s:HGroup>
       <s:HGroup width="100%">
        <s:Label height="30" paddingTop="10" text="Employee Number:"/>
        <s:TextInput id="key1" width="100%"/>
       </s:HGroup>
       </s:VGroup>
    </s:titleContent>
    <s:actionContent>
       <s:Button icon="@Embed('assets/search.png')" click="sesrchEmployee()"/> 
    </s:actionContent>
    <s:List id="list" top="0" bottom="0" left="0" right="0" 
        change="navigator.pushView(EmployeeDetails, list.selectedItem)">
       <s:itemRenderer>
        <fx:Component>
         <s:IconItemRenderer label="{data.employee_name}"
              messageField="position">
         </s:IconItemRenderer>
        </fx:Component>
       </s:itemRenderer>
    </s:List>
    </s:View>
    Please help me to resolve this issue as soon as possible. Appreciate your quick response in this regard.
    Thanks,
    Murtaza Ghodawala
    Mobile: +965 97180549
    [email protected]

  • Error # 2032 while opening SAP BI Query in Xcelsius using Direct connectivi

    Hi Experts,
    I have following set up -
    Xcelsius Enterprise 2008 SP3
    SAP BI EHP1 - SP5
    Operating System - XP
    SAP GUI 710.
    I have two systems - 1. Internal IDES and 2. Client system
    I open a Xcelsius and try to create a connection "SAP BW NetWeaver connection" in Xcelsius, I am prompted for login details.
    1.  When I give internal IDES system credentials, it logs me in and the queries are displayed and I can select any query without any error.
    2.  When I give client system credentials, it logs me in, and shows me the BW queries.  Once I select any query, it gives me "Error # 2032"
    RSPOR_T_PORTAL in SM30 is set properly as expected and explained in http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333333393330333733303333%7D.do
    Can anyone help me to resolve this issue?
    Timely help would highly be appreciated!
    Regards,
    Rashmi

    Hey there.
    We've solved the problem on our test systems.
    But we have got a special constellation. Our BW Portal is running on an other machine than the ABAP Stack.
    Meaning, maybe it's not for all of you the solution.
    But it was very simple in the end.
    We've patched our System (ABAP and Java Stack) to SP6 (its now 7.01 SP6).
    The reason was a missing rfc service that should have come with the SP5 patch. But it wasn't.
    If the service is present could be tested with opening the following link:
    http://<portalserver>/crossdomain.xml
    Result shouldn't be the 404 page.
    Please tell us if that was the solution for you, too.
    Greetings

  • "Error #2032" while trying to import BEx query through SAP Netweaver BW connection in Dasboard

    Hi Team,
    BO server version: 4.1 SP3 Edge edition
    Dasboard Version: 4.1 SP3
    BI Version: NW 7.4 SP7 (ABAP only)
    We are getting Error #2032 while trying to import BEx query through SAP
    Netweaver BW connection in dasboard Xcelsius.
    Please suggest to sovle this error.
    Regards,
    Vinay Shrimali

    There are several notes about this error - please see http://service.sap.com/sap/support/notes/1856691
    http://service.sap.com/sap/support/notes/1801130

  • Problem accessing web service, error 2032 Stream Error

    I'm building a small flex app hat uses two web services
    provided by the same coldfusion CFC.
    I've verified that I can successfully access the web services
    via HTTP, and one of the web services actually does work when
    called. Both return structures that contain a string var, a numeric
    var, and one or more query vars.
    Here is my web service declaration:
    quote:
    <mx:WebService id="ws"
    wsdl="https://www.it.dev.duke.edu/components/dukemagsearch/checkMailing2.cfc?wsdl"
    useProxy="false">
    <mx:operation name="queryDB" result="queryDBResult()"
    fault="queryDBFault(event)">
    <mx:request>
    <RUNDATE>{cboRunDate.selectedItem.XDATE}</RUNDATE>
    <ENTITYID>{txtEntityID.text}</ENTITYID>
    <LASTNAME>{txtLastName.text}</LASTNAME>
    <FIRSTNAME>{txtFirstName.text}</FIRSTNAME>
    <MINITIAL>{txtMiddleInitial.text}</MINITIAL>
    <PRFSCHCD>{cboPreferredSchool.selectedItem.TABLKEY}</PRFSCHCD>
    <PRRECTYP>{cboRecordType.selectedItem.TABLKEY}</PRRECTYP>
    <PRFCLASS>{txtPreferredClass.text}</PRFCLASS>
    </mx:request>
    </mx:operation>
    <mx:operation name="getListData"
    result="getListDataResult()" fault="getListDataFault()"/>
    </mx:WebService>
    Sorry if the formatting sucks, I don't know how to post
    "code" here.
    Anyway, the getListData() method works fine and populates my
    list boxes. But when I call the queryDB() method, I get the
    following fault event:
    quote:
    [FaultEvent fault=[RPC Fault faultString="HTTP request error"
    faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent
    type="ioError" bubbles=false cancelable=false eventPhase=2
    text="Error #2032: Stream Error. URL:
    https://www.it.dev.duke.edu/components/dukemagsearch/checkMailing2.cfc"].
    URL:
    https://www.it.dev.duke.edu/components/dukemagsearch/checkMailing2.cfc"]
    messageId="1E553B99-DF28-ED72-62B8-B84AA3919F9A" type="fault"
    bubbles=false cancelable=true eventPhase=2]
    I've looked all over the place and I can't seem to find what
    this error means. I've tried all kinds of different ways of doing
    things. Right now I'm browsing the flex app via a file URL (C:\...)
    but I tried putting it up on the server too and that didn't work
    either.
    The method call *DOES* work when called via HTTP... ie
    https://www.it.dev.duke.edu/components/dukemagsearch/checkMailing2.cfc?method=queryDB&RUND ATE=2006-05-19&FIRSTNAME=&LASTNAME=SMITH&MINITIAL=&PRFSCHCD=&PRRECTYP=AL&PRFCLASS=&ENTITYI D=
    (You have to be logged in for that to work so you'll just
    have to trust me, it returns no records if you're not logged into
    the web site already).
    I'm totally stressing out about this because I've essentially
    spent the entire day since 8am trying to solve this. The
    application should've taken 15 minutes total.
    HELP!
    Thanks for any suggestions y'all have.
    Rick

    It means your output was not formed correctly and could not
    be parsed. set up a server side script or something to check that
    the output is indeed what you think it should be, 99% of the time i
    get thie error its due to malformed output from my webservice or
    db. Also try making an xml model of your target data to test the
    application internaly, look up model in the docs, it easy to use
    and if the model works then you know the data is faulty and you
    need to check your output and queries.

  • Drag and drop correct answer window error#2032

    Hi, when trying to create a drag and drop with multiple correct answer combinations I click on the correct answer option to open the correct answer window and the window that opens is empty except for a bar at the bottom saying Error #2032. I can't access the correct answer options because of this as the window is blank. Help please!

    Hi there,
    Are you trying to click on the 'Correct answer' button from Drag and Drop Panel? Can you please post a screenshot of the error window?
    Thanks,
    Nimmy Sukumaran.

  • Error #2032 when using SAP NetWeaver BI Connection

    Hi,
    I'm trying to use to new SAP NetWeaver BI Connection in Xcelsius SP2, but when I try to connect to a BEx Query, I receive error #2032.
    I have a crossdomain.xml file in the Tomcat root of the BO-server, and the Adobe Global Security Settings are also filled in with all directories of my BO-server.
    Has someone an idea why this error occurs, and how to solve it?
    I'm working on Sap NetWeaver 7.0.1 SP5.
    Lieven

    We are using in total 6 different clients with Xcelsius 2008 Enterprise SP2. With two of them we can use SAP NetWeaver BI Connection and do not receive any error. The rest is showing the error message #2032.
    There is one difference between the systems which are working and the ones which are not:
    After selecting the query in the BI NetWeaver Connection there is an additional popup "Windows security" appearing.
    --> The server sapbw100.xxxx at BicsRemote/Config1 requires a username and password.
    Filling in the username and password the data from the query appear in the xcelsius.
    With the clients which provide an error there is no such popoup.
    If we create on an existing installation an .xlf file and open it on one which is not working, the Data Managers show the correct connection. As soon as we click on refreshing data, error #2032 appears.
    System configuration clients:
    Windows XP and Windows 7
    Office 2007
    SAP Business Explorer Patch 1001
    Regarding the working clients:
    One is working on XP the other on Windows 7
    Both on Xcelsius 5.2.0.0
    Installing the FixPatch for SP2 is also not helping to solve the problem.
    All the inputs in this thread have been tested but without sucess. Till now we could not install note 1380059 since related notes are not yet released.

Maybe you are looking for