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.

Similar Messages

  • No connection when using SAP NETWeaver BI connections in Xcelcius

    Hi,
    I'm using Xcelcius Enterprise 2008 SP3 in combination with BOXI R3.1
    When I add SAP NETWeaver BI connections  nothing happens no popup apears And I can't see any system.
    The possibility Query as a webservice is working ok
    Further using Sap GUI  and server NW 7.01 with the latest EHP en SP
    Can any one tell me what I'm doing wrong??
    Edited by: P. Teussink on Jul 1, 2010 3:52 PM

    Hi,
    you have to click on the 'browse' button facing the Query name
    then you will be asked to connect to the SAP system
    Best regards
    Eric

  • Xcelsius connectivity while using SAP Netweaver BI Connection

    Dear All,,
    Any Help in this regard would be highly appreciated.
    System Information
    BI EHP2 System u2013 SAP NW BI 7.02
    Xcelsius u2013 2008 SP3
    BI Portal u2013 EHP2 / Single sign on with Windows AD
    When accessing a BExQuery in the XCelsius 2008(SP3) Designer via the SAP NW BW Connection,  we encounter "Error #2032".
    Step by Step replication of the issue
    1.     Start Xcelsius
    2.     Go to u201CManage Connectionu201D
    3.     Add  u201CSAP NetWeaver BW Connectionu201D
    4.     Select u201CBrowseu201D
    5.     From the Prompted SAP Log-on Pad , Select BI EHP2 System and Log-on as u201CBI EHP2 User ID & Passwordu201D
    6.     Select Query u201CRSB_M001_Q0901u201D from Query Selection
    7.     System Prompts for User ID and PW for accessing BicsRemote/Config1 service
    8.     Provide BI Portal User ID & Password (Windows AD Login & PW) (System doesu2019nt accept BI EHP2 System ID & PW here)
    9.     Error #2032 displayed
    We refered Note 1408384 for the issue. When we call the Web Service BicsRemote from WsNavigator, it prompts for a userID and Password.
    On providing the administrator ID and Pwd the WebService returns the version successfully.
    Thankx in advance.
    Regds,
    Srini

    Check Note 1484847 (implement crossdomain.xml on your Netweaver and add an entry with the name and IP Address of your BW server into the hosts file residing on the workstation your XCelsius Designer runs on).
    If you have a federated portal the check this:
    https://service.sap.com/sap/support/notes/1408354
    If you are using SSL (https) on the Netweaver you have to install FP 3.3 on your XCelsius client.
    Regards,
    Stratos

  • 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]

  • Plz help me: Error msg when installing SAP netweaver

    Hello,
    I am trying to install NetWeaver on my local system. I am not able to proceed further to install SAP NetWeaver 2004's.
    When ever I am running SAPinst.exe file I am getting a prompt that says "Network input/output exception has occurred: Connection reset java.net.SocketException: Connection reset" and then it will ask for host and port number. I entered the local host name and port number as 21212. then I am getting a msg saying "Could not connect to host [HOST NAME] on port 21212. java.net.ConnectException: Connection refused: connect"
    I installed all required JAVA components like Java Runtime Environment, Java SDK and JAVA JDK. I verified all environmental variables. I created a new connection with MS loopback adaptor. I disabled all other network cards available on my system. I entered required info in HOST file and SYSTEM file in  %windows/system32/drivers/etc% folder.
    After trying 2 - 3 times I tried to change the port number as mentioned in installation guide also ( using sapinst.exe SAPINST_DIALOG_PORT=<free_port_number_sapinst_gui_to_gui_server> GUISERVER_DIALOG_PORT=<free_port_number_gui_server_to_sapinst_gui> command in command line) . But no Luck.
    Can any one help me, what else shall I do to proceed further. Thanks in advance.
    Regards,
    Farooq.

    There is an option when starting the sapinst program to avoid starting up an installation GUI and instead wait for a connection from a remote installation console.  I believe it is:
    ./sapinst -nogui (or something very similar, check the installation guide)
    The server will now wait for a response from your terminal.  Use the remote installation program and enter the port number of the server.  If you just run the sapinst program without the nogui flag you may run into some issues.  And make sure your versions match up.  I have run into an issue before where I didn't realize I was using a verion of the remote installation program that didn't match up with sapinst server program.
    Message was edited by:
            Harrison Holland

  • Errors in excel using SAP OLE DB connection

    I'm trying to use the OLE DB connector in excel and keep getting the following error when I try to connect to our BW system:
    u201CCannot process Unicode RFC in non-Unicode systemu201D
    Has anyone else encountered this problem, and gotten around it?  We are not unicode yet, is this a requirement for using this connector and if so is there a non-unicode equivalent?  Appreciate any help.  Thank you.
    Ivano
    PS- Here's a couple of the articles I've been trying to follow:
    http://www.bi-expertonline.com/article.cfm?id=5048&s=4717b805-004b-4f5d-b703-3b414486e53f
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1031a475-a633-2a10-f4b4-ccfe615c0517

    bumpity bump bump

  • SAP NetWeaver BW Connection not working for SBOP4.0

    Hello Experts,
    Following are the steps & current patches:
    SBOP 4.0
    Dashboard Design , version: 6.0.0.0
    SAP Logon
    Release : 720
    Patch: 5
    1. SAP BW  & NetWeaver Portal are not SSO(Single Sign-on)
    2. I open the Dashboard Designer
    3. Click on "Manage Connection"
    4. Select 'SAP NetWeaver BW Connection'
    5. It pops-up the Log-on screen
    6. Pass on the required information
    7. Use the  query browser & selected the query
    8. it takes the query with no error message
    Issue:
    1. It is not showing the Input values & Output values 
    Not able to display the BW Bex Query element using Dashboard Designer - SAP NetWeaver BW Connection.
    Please let me know if we are missing any config. or step.
    Thanks
    Mahendra

    Thanks Amit for your suggestions. I tried the below steps & still it is not working:
    1. re-installed Adobe version 10.1
    2. Tried to connect the BW Bex query using SAP NetWeaver BW connection.
    3. I am getting no error but Dashboard designer is not able to display the Input values & Output values of the BW BEx query
    As I had mentioned you earlier that when I open the Bex report using the designer using the IE, it calls the portal window & I have to enter the LDAP password then the report opens in the portal.
    So I think as our BW & portal are not configured as SSO so when the Dashboard designer tried to load the query from the xml file it fails. It may be because it required my LDAP login credentials.
    Please let me know your suggestions.
    Thanks
    Mahendra

  • Max allowed No of rows in SAP NetWeaver BW Connection

    Hi Experts,
    I am building a dashboard using SAP Netweaver BW Connection.
    Query results in approx 4000 rows of data.(we know its not preferred to go with >512 rows of data but client is ok with the performance issue because of more data).
    When i publish the dashboard its showing initializing.... and not moving any further.
    I have changed the max. no of rows in the xcelcius(File->Preferences->Excel options->5000).
    Please help me in solving this problem ASAP.
    Thanks a ton in advance,
    Bhargava Bommidi.
    Edited by: BHARGAVA  BOMMIDI on Mar 31, 2010 11:42 AM

    Hi Bhargav,
    I'm also facing the same issue.
    Have done all the process given in,SAP Note 1307538.Also changed necessary parameters in Xcelsius.(File->Pref.->Excel Options)
    Still the issue is... LiveOffice brings the whole data (approx.>1500 rows) in excel successfully,but when I run the dashboard through parameter/ prompt to webi report it again truncates row after 512 rows.
    Looking fwd for help.
    Regards,
    Chitra

  • SAP NetWeaver BI Connections - Xcelsius 2008 - XI 3.1 Enterprise

    Dear Xcelsius experts,
    We would like to use "SAP NetWeaver BI Connections" connecting SAP BI Queries directly in Xcelsius 2008,  we read in "Xcelsius2008_user_guide_en" that there is this new connection available.
    Our Xcelsius 2008 is connected in a BO XI 3.1 Enterprise, but this connection is not available. 
    How to show and use this new connection type to read SAP BI queries directly ?
    Best regards,
    Mauro.

    Dear all,
    please find the list of products required to run the new BI NetWeaver Connection in Xcelsius:
    Client:
    Xcelsius 2008 SP2
    NetWeaver Bex Clients greater 7.10 Patch 9.01 (this provides BEx open/save Dialoge infrastructure and more )
    Server:
    NetWeaver 7.00 Ehp1 SP5 (both ABAP and Java - configured for BEx Web Usage)
    Please note that they are partly not released yet: Release date for SP5 is planned for End of September 2009.
    Best regards, Olaf

  • 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

  • "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

  • Using 2 data (SAP Netweaver BW) connections in Xcelsius dashboard

    I have a situation when using 2 data (SAP Netweaver BW) connections in Xcelsius dashboard.
    Break-down of issue:
    I have a toggle button in our Sales dashboard which displays Top Ten Customers versus Bottom Ten Customers.  I use the value of the toggle button to trigger the data connections.  When a user clicks the toggle button for Top Ten Customers the value of the toggle button would be a 1 which would trigger a BW query to capture sales data for the Top Ten Customers.  When a a user clicks the toggle button for Bottom Ten Customers the value of the toggle button would be a 0 which would trigger a BW query to capture sales data for the Bottom Ten Custoemrs.  NOTE: all the key figures in both querys use a scaling factor of 1000.  So for example, if invoiced sale has a value of 100,000 the scaling factor of a 1000 would display this key figure with a value of a 100.  The issue I am having with the dashboard is when I click the toggle botton for the Top ten Customers, the value shows as 100 and if i click the toggle button for Bottom ten Customers the value would show as 100,000.  I need the toggle button to show the values using the scaling factor coming from the BW queries for both Top Ten Customers and Bottom Ten Customers. It's only using the 1000 scaling factor coming from the Top Ten Customers.
    Any help on this issue would be graetly appreciated... 
    Thanks,
    Joe

    Hi, I get both. I think the errors are connected. On the one hand it is not possible to create any SAP NetWeaver BW connection, because you cannot enter the connection details- just as in the screen above. The only option you have is to use the "browse" button, but then the blank error appears.
    When trying to open a Dashboard from Portal you have to use SAP->Open and then SAP GUI should appear, but here I get the error "Could not open from SAP" instead. I have installed BEx and SAP GUI of course, reinstalled all of them two times just as recommended above, also reinstalled MS Excel, Flash, Java. Furthermore I tried to repair the installation and to change between different editions, personal, departmental etc.
    In the meantime I think it should not be possible at all to connect to BW with the departmental license key. Can somebody confirm that?

  • Error when using SAP authentication for Designer

    my error is:
    [repo_proxy 13] SessionFacade::openSessionLogon with user info has failed(The
    secSAPR3 DLL could not be found or does not exist(hr=#0x80042a01)
    can you help me?
    regards

    hi,
    pls refer the link
    Error when using SAP authentication for Designer
    try re-installing BOE and check
    hope it helps,
    sundar

  • Facebook V 3.3.0.11 newsfeed only loads when Wi-Fi connection active - get error 2001 when using cellular connection

    There are a number of very recent posts regarding a Facebook error "Facebook returned an unknown error 2001" when trying to dispaly or refresh the news feed.
    For about the past 18 hours I have been experiencing the same issue; other Facebook functions (view own profile, view friends list, view photos, ...) work fine.
    What I have noticed, though, is that FB functions as expected (i.e. news feed refreshes normally) when using a Wi-Fi connection. As soon as I disconnect from Wi-Fi and connect via a mobile connection, the problem returns.
    My wife's identical phone has also been experincing this problem since yesterday.
    Both phones are Blackberry 9700 Bold, with OS 6.0 bundle1879.
    My location is Cape Town, South Africa.

    When you get to a wifi location it should work. Hopefully it will be fixed soon.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • SAP Netweaver BI Connection

    Hi,
    When I integrate a BEx report with Xcelsius via "SAP Netweaver BI Connection", dashboards can only be published to portal.
    Is there any chance to use them locally (e.g. pdf, swf)?
    Thanks,
    Erdem

    Hi  Michel,
    i got the same "COM Exception".
    Our BI application server belongs to a restricted network. We can only access through SAProuter service.
    I changed the SAPString field of my BI entry:
    Original SAP GUI entry:
    Application server: 192.0.0.194
    SAPString: /H/paquito.elchocolatero.local/H/
    New SAP GUI entry:
    Application server: /H/paquito.elchocolatero.local/H/ 192.0.0.194
    SAPString:
    With the original one, it tried to connect to the Application Server directly. It didn't use the SAP String field. With the new one, i forced to use it.
    It worked for us. Maybe a XCelsius bug. We are using the XCelsius SP3.
    Kind regards,
    Raul.
    Edited by: Raul Arienza on Dec 28, 2009 5:36 PM
    Edited by: Raul Arienza on Dec 28, 2009 5:37 PM

Maybe you are looking for

  • Can't open Pages after upgrading to snow leopard on 10.6.8

    Can't open Pages after upgrading to snow leopard on 10.6.8

  • Error in this statement [import="com.oreilly.servlet.MultipartRequest"]

    hai, iam designing jsp page where i use thi class i.e., import="com.oreilly.servlet.MultipartRequest" for this iam using j2ee server i istalled jdk and j2ee. when i run the following code iam getting error " unabe to compile class import="com.oreilly

  • Bumblebeed Errors

    I am trying to play some games on Thinkpad t420 with nvidia optimus grapgics. I have installed bumblebee bbswitch and nvidia drivers. When i run glxspheres64 i achive 60 fps, with optirun i get about 170 fps. Sometimes there is problem with launching

  • Oracle Streams 9i Database Link Error

    Can anyone be help me regarding Oracle Streams 9i Oracle Version: 9.2.0.5.0 Initial parameters: global_name=true aq_tm_processes=1 job_queue_process=10 log_parallelism=1 scope=spfile database is in archivelog; I executed the following SQL statements:

  • ALV help plz

    Hello, my alv contains a lot of fields .So when i scroll to the right ,i lose the first few fields and i do not know which one it is. 1)How can i make the first 2 fields in my alv static(they do not move) , so that when i scroll to the right ,they ar