Error 2032 when previewing report after apgrading to SP3

Dear experts,
I have a report that previously worked fine in 2008 SP1FP3 but now errors after upgrading to 2008 SP3. The report connects to an external data source using an XML Data refresh button sending some data to a URL and then loading a data table received back. The error message when previewing the report is as follows:
Cannot access external data
An error has occurred.
For more information , contact the file creator or your system administrator.
Error: Error no 2032
Connection Type: XML Data
Any advice will be appreciated...

Hi,
the error 2032 is a general stream error. Did you mark your XML file as trusted in the adobe settings?:
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html
Is the XML file on other domain than yours? Then you will need a crossdomain policy file on the root of that server:
http://ryangoodman.net/blog/index.php/2008/04/25/xcelsius_2008_cross_domain_policy_change
Regards
Victor

Similar Messages

  • "No Error" exception when printing report after Export

    Hello,
    When calling a PrintToPrinter function after an Export of the same instance, the exception with the message "No Error" comes up.
    This happens only for certain reports.
       at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.GetLastPageNumber(RequestContext pRequestContext)
       at CrystalDecisions.ReportSource.EromReportSourceBase.GetLastPageNumber(ReportPageRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
       at FidelioCrystalNET.CrystalNET.Print() in CrystalNETLib.cs:line 127
    Source      - "rptcontrollers.dll"
    Same error also comes when calling either Refresh or VerifyDatabase methods.
    Crystal Reports 2008 Runtime SP2 is installed. Reports using Oracle DB connection.
    .NET code uses Framework 2.0
    Anybody knows how to fix it?
    Thanks
    Edited by: Vitaly Gamarnik on Oct 26, 2009 1:07 PM

    Hi Ludek,
    I am able to reproduce the problem in a simple test code pure .NET (C#) application.
    Here is the code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using CrystalDecisions.CrystalReports.Engine;
    using CrystalDecisions.Shared;
    namespace CrystalLibTest
        public partial class Form1 : Form
            private ReportDocument crpe;
            private ConnectionInfo connectionInfo;
            public Form1()
                InitializeComponent();
                ReportTest();
            public void Init(string service, string user, string password)
                connectionInfo = new ConnectionInfo();
                connectionInfo.ServerName = service;
                connectionInfo.DatabaseName = service;
                connectionInfo.UserID = user;
                connectionInfo.Password = password;
            private void SetDBLogonForReport(ConnectionInfo connectionInfo, ReportDocument reportDocument)
                Tables tables = reportDocument.Database.Tables;
                foreach (CrystalDecisions.CrystalReports.Engine.Table table in tables)
                    TableLogOnInfo tableLogonInfo = table.LogOnInfo;
                    tableLogonInfo.ConnectionInfo = connectionInfo;
                    table.ApplyLogOnInfo(tableLogonInfo);
            private void SetDBLogonForSubreports(ConnectionInfo connectionInfo, ReportDocument reportDocument)
                Sections sections = reportDocument.ReportDefinition.Sections;
                foreach (Section section in sections)
                    ReportObjects reportObjects = section.ReportObjects;
                    foreach (ReportObject reportObject in reportObjects)
                        if (reportObject.Kind == ReportObjectKind.SubreportObject)
                            SubreportObject subreportObject = (SubreportObject)reportObject;
                            ReportDocument subReportDocument = subreportObject.OpenSubreport(subreportObject.SubreportName);
                            SetDBLogonForReport(connectionInfo, subReportDocument);
            private void AddCurrentValue(ParameterField field, object parameterValue)
                ParameterDiscreteValue parameterDiscreteValue = new ParameterDiscreteValue();
                parameterDiscreteValue.Value = parameterValue;;
                field.CurrentValues.Add(parameterDiscreteValue);
            private void setParameter(string parameterName, Object parameterValue)
                ParameterField field = crpe.ParameterFields[parameterName];
                if (field != null)
                    AddCurrentValue(field, parameterValue);
            private void ReportTest()
                crpe = new ReportDocument();
                Init("SERVICE", "USERNAME", "PASSWORD");
                crpe.Load("c:\\temp\\report.rpt");
                SetDBLogonForReport(connectionInfo, crpe);
                SetDBLogonForSubreports(connectionInfo, crpe);
                setParameter("SP-PARAM1", "param_value1");
                setParameter("SP-PARAM2", 1111);
               /* about 20 different parameters are here */
                crpe.ExportToDisk(ExportFormatType.RichText, "c:\\temp\\export.rtf");
                setParameter("SP-PARAM1", "param_value1");
                setParameter("SP-PARAM2", 1111);
               /* about 20 different parameters are here */
                try
                    crpe.PrintToPrinter(1, true, 1, 65535);
                catch (Exception e)
                    MessageBox.Show(e.Message);
                   /*here the error comes up*/
    I also found that for some different reports, the error comes even when executing first time. 
    Vitaly

  • Anyone else getting adobe AIR error 2032 when trying to download Adobe max companion?

    Hey;
    I'm attending max for my first time and am psyched. I've tried downloading the Adobe MAX companian at http://www.max.adobe.com/companion but I keep getting error 2032. I'm wondering if I'm the only one experiencing this problem and if so what can I do to fix it? Thanks for your replies in advance.

    Thank you for responding. I found the problem. No it isn't a flash player
    issue it is an AIR issue. I didn't know there was an AIR forum. I will post
    the answer here instead of duplicating posts. If you are a developer and
    have a virtual server on your computer you most likely will run into the AIR
    error 2032 when trying to download the MAX companion for the conference
    starting tommorow-Wednesday (Monday-Wednesday). You need to either add in a
    chunk of code to your server that allows AIR to run or use a different
    computer. I used a different computer but I read that someone found the
    solution to this error is to add the code to their virtual server. I use
    XAMPP, which is a rather popular Virtual Server. Okay well I hope this helps
    anyone in the future.

  • Error 2032 when installing Widget browser

    How do Install Widget browser with the error message error 2032 when installing Widget browser

    Can you check the solution here and let us know if you still have problems?
    http://forums.adobe.com/message/2861172#2861172#2861172
    Thanks,
    Preran

  • Error when previewing reports with prompts

    "Prompting failed with the following error message: 'Unexpected error.'.
      Error source: Prompt.dll Error code: 0x80043800"
    ... This error occurs when I try to preview a report with parameters being prompted. The parameter fields are just simple text boxes. Error does not occur when parameters are set to null.
    I'm running Crystal Reports XI Release 2 Version 11.5.11.1470 on Windows XP Professional Service Pack 2. Has anyone seen this error? If so how can I resolve it
    Regards,
    Scott

    Hi,
    Try this,
    Title: Error: "List of Values failure"prompt.dll Error code: 0x8004380D"
    Symptom
    In Crystal Reports, reports using List of Values (LOV) based on a Business View are refreshed and after 5 minutes an error message appears:
    Prompting failed with the following error message: "List of Values failure: fail to get values. [ Cause of error: CORBA_SystemException ].
    Error source: prompt.dll Error code: 0x8004380D".
    Cause
    This error message appears because there is a firewall between Crystal Reports and BusinessObjects Enterprise XI that is preventing the LOV from bringing back the data.
    Resolution
    Turn off or disable the firewall.
    Alternately, specify a CORBA port using an updated version of CRLOV.DLL that lets you choose one port for CORBA to use. Obtain the appropriate file  by doing the following:
    Download the file update from the Downloads area of our web site.
    Open C:\Program Files\Common Files\Business Objects\3.0\java\crconfig.xml in a text editor.
    In the <DataDriverCommon> section add <BOEOrbPort>n</BOEOrbPort> where n is the number of the desired inbound port to use for CORBA.
    Enable that port on the firewall to accept inbound traffic (along with the other ones Crystal Reports uses).
    The LOV reports run correctly.
    Thanks,
    Vinay.

  • Gives me errors when preview report in world.

    Hi Members,
    below is the errors when i try to run and preview report in world.
    any help and suggestion is greatly appriciated.
    ConfFile: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\config\xdoconfig.xml
    Font Dir: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    Template: C:\Documents and Settings\nshah\Desktop\GASB_FINANCIAL.rtf
    RTFProcessor setLocale: en-us
    FOProcessor setData: C:\Documents and Settings\nshah\Desktop\GASB_Financial_statement.xml
    FOProcessor setLocale: en-us
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
         at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
         at RTF2PDF.runRTFto(RTF2PDF.java:708)
         at RTF2PDF.runXDO(RTF2PDF.java:517)
         at RTF2PDF.main(RTF2PDF.java:305)
    Caused by: oracle.xdo.parser.v2.XMLParseException: Attribute 'select' not found in 'xsl:value-of'.
         at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
         at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
    Thanks,

    Did you try the "Validate" function from the Word Template Builder?
    It helps find many of these issues. The only thing that makes it more difficult to use
    is that it tells you onlythe line number in the RTF file.
    So if you don't know which field causes the issue, you need to open the RTF file
    in a text editor like notepad, got to the line number and look for some
    regular text close to it to the error to find where the issue is in the word document.
    Hope that helps,
    Klaus

  • Error message when previewing RTF report

    Using BI Publisher (10.1.3.3.0 Build 108) Building a simple template using the following XML file - shown is just a snippet of the total XML file.
    <employee>
    <employee_id>103</employee_id>
    <first_name>Alexander</first_name>
    <last_name>Hunold</last_name>
    <salary>9000</salary>
    </employee>
    Have built the following template in WORD 2003
    <?for-each:Employee?>
    first_name
    salary
    <?end for-each?>
    When preview in rtf only thing I am getting is an error window that pops up and simply displays the word Error with NO error message whatsoever!
    Please let me know what is going on and how to use this 'tool'
    Thanks - Casey

    Gentlemen - the problem has been found and resolved. Seems like the XML Data Source cannot contain a reference to a validating DTD. Once the following reference was removed AND I used employee instead of Employee in the template all worked.
    <!DOCTYPE employees SYSTEM "employees.dtd">
    I assume this is correct - not being able to contain a DTD reference? I will also, tomorrow (read that as probably Monday) be trying the same thing using XML Schema vaildation.
    THANKS for the help - Casey

  • Getting 404 not found error-while creating classic report - after sql query

    my work space - upgrade
    while iam trying to develop a page today in work space - under classic report - after i provided the query and when pressed next to go to report attribuites section - iam facing 404 not found issue.,
    this is happening just today.
    and all teh other pages are working fine - do not know what ios the issue - can anybody help me here please..
    query used for classic report
    select DISTINCT cust.customer,prod.ebs_team
    from
    CUSTOMER_11i@upgrade Cust
    ,BUG_PRODUCTS@upgrade PROD
    where 1=1
    and cust.product_id = prod.product_id
    and prod.prodline = 'EBS'
    and IS_CUST_11 = 'YES'
    and NVL(IS_CUST_121,'NO') = 'NO'
    and NVL(IS_CUST_12,'NO') = 'NO'
    order by 1;
    with regards
    Shiva Prasad.k
    Edited by: user759720 on Feb 14, 2012 5:00 AM

    Hi Shiva,
    to diagnose a 404 error please have a look at http://www.inside-oracle-apex.com/oracle-apex-got-404-not-found-2/
    This should give you sufficient information to find out what is actually failing.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

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

  • Error 8 When deleting Report

    I am using the save report.vi to save a Test result. When I start the test the first time, the file is deleted before saving. When I start it more often i receive and Error 8 at the delete file.
    Because i ignore the error, save Report.vi opens a dialogue for replace or cancel. Replacing will overwrite the file.
    When i stop the program and run it again, I do not receive the error or the dialog box for the fist saving action again.
    I tried some application to delete the refnum but i couldn't. So what can i do to delete the file?
    Attachments:
    Report_save.zip ‏957 KB

    Hi,
    I've had a look at your application and the access denied error stopped when I closed the file.
    Your application can't delete the file because it is still open. The first time, the file is not open so there is no problem but when you open it once, you're not allowed to delete it before closing the file.
    To avoid this problem what you could do is go in the Save report to file vi (which is in your save report.vi) and close the file after writing into it.
    See details on the picture attached.
    Hope this helps !
    Julien
    Attachments:
    Save_report_to_file.jpg ‏34 KB

  • Error -2147417851 when writing report to Excel

    I have taken the Active-X example code where a table is written to Excel and a macro is run and adjusted it to fit my purposes. In my case, an array is written to an Excel file and thereafter a macro is run which creates some graphs and a report. This works fine on my computer with Windows 95. But, when running it on the computer it is supposed to be used on, Excel gives an access error 0xc0000005 just before a copy operation resulting in the "error -2147417851 ocurred at the server through an exception at my.vi". I am using LabVIEW full development 6.1, Windows NT 4 with the latest SP and Office 97 SP2 both wit and without all upgrades. However, if I change my macro so that it doesn't do the copy operation, it works just fi
    ne, and the error is delayed until I close the document. Since my LabVIEW vi ends when the macro is completed, I don't get any error in LabVIEW.
    I have searched Microsoft technet and tried the suggestions I found there, read all similar problems I could find here (I found four) but nothing seems to help. I have also tried it on a machine with XP and Office 97 SP2. The macro works fine there without modification and LabVIEW ends without error and I can even close my Excel document without errors, but when I try to quit Excel I get the same error message as always, only a different address.
    I have tried to terminate the refnums in different order, inserted a delay and so on, but nothing seems to help. I still believe the error is related to LabVIEW, since my macro runs without error when launched from Excel, but I encounter the same error if the macro is launched from Excel with LabVIEW open in the background, even without open vi:s.
    I have run out of ideas, and even if I am abl
    e to create the reports, it doesn't feel good when Excel crashes every time. Any help would be much appreciated.
    Thanks

    Hi Paol,
    Try looking at this answer posted a while ago it may help.
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=506500000008000000192E0000&ECategory=LabVIEW.LabVIEW+General

  • Error message when starting OC4J after deploying

    Hi, I hope someone can help me. I've been developing a J2EE project in JBuilder9 and OC4J 9.0.3. The problem occurs when starting OC4J after the application has been deployed. I'm using two MDBs and two Session Beans, one Stateless and the other one stateful. I'm using two topics with OJMS. I can access these topics from a standalone application, but when I try to lookup JNDI names from inside EJBs, I get a NamingException (name not found) Please I need some help
    OC4J error:
    D:\oc4j\j2ee\home>java -jar oc4j.jar
    Node started with id=678845146
    Error deploying file:/D:/oc4j/j2ee/home/applications/LogicaNegocio/LogicaNegocio
    .jar homes: Topic has empty subscription name
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    Error when executing standalone application client using EJBs:
    javax.naming.NameNotFoundException: No resource named 'TopicConnecionFactories/TablaTopics' found in resource provider 'BeanProcesamientoMensajes'
    This error doesn't appear when looking up that topic with a standalone application w/o using EJBs
    Thanks in advance.

    make sure the datasource.xml in the config directory is right
    for example
         <data-source
              class="com.evermind.sql.OrionCMTDataSource"
              name="OracleDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="TopicConnecionFactories/TablaTopics"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="xx"
              password="xx"
              url="jdbc:oracle:thin:@172.16.113.2:1521:orcl"
              inactivity-timeout="90"
         />

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

  • My iBook crashes when previewed or after exporting it and sync

    Hello,
    I designed a photography iBook, and added 2 gallery widgets of 20 pics each. My iBook crashes when previewed on my iPad 3 or after exporting it and syncing it to the iPad. It happens after viewing the book and interacting with it.
    I have seen that the gallery widgets behave a bit sloppily when you swipe to the next pic, also the second row of thumbails (pics 11 to 20) don't show properly, some thumbails just don't appear.
    What can I do? delete the widgets and start again? Is the iBook crashing because of them?  Any user having this problem in the past months?
    Thank you!

    I did it, removed both, started from 0 again. Same problem, thumbails dont show for items 11 to 20. The widget in general works a bit sloppily always, no matter amount of items.
    i tried to make images smaller in resolution, same problem.
    only solution: never have more than 10 items per gallery, and split 20 photos in 2 different galleries in 2 pages.

Maybe you are looking for