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

Similar Messages

  • Failed to load an application resource (internal error) - error message when previewing pdf in program

    Hi,
    I keep getting this error message when trying to Preview PDF in program "Failed to load an application resource (internal error)". I haven't changed anything in LiveCycle, so not sure why this is happening. Have had this issue for the past few months. I've been working around it, but it's kind of a pain. Would prefer to view forms in program. Suggestions to fix this?
    Thank you!
    Stacy

    I fixed mine! In Reader 9 and 10.0 I had disabled the ReadOutLoud feature as it kept popping up whenever it felt like it, and I don't need ReadOutLoud. What worked for me was first to purge the system of Reader 9 - the uninstall routine leaves stuff behind. Then I went into the Reader 10 program folder, located the plug_ins sub folder, and renamed it to oldplug_ins. Then I ran the repair routine which recreated the plug_ins subfoler.. All now works, except that the <expletive deleted> ReadOutLoud is up to its old tricks again, but I can live with that for now.
    Hope this helps.

  • Error Message when Scheduling a report in Infoview

    I have created a report in Crystal Report using the Universe.  Report is saved to the Enterprise and set up to schedule in Infoview.
    When the report is scheduled for now or any other "when" time, I receive the error message:
    "Error in File C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\tfcu-fics.reportjobserver\~tmp58860bbee30730.rpt: Unable to connect: incorrect log on parameters."
    Currently running CR Version - 11.5.0313
    BOE Version - 11.5
    On my workstation - the ODBC connection, System DSN, for crystal is using the Adaptive Server Anywhere 9.00 driver - have no issues creating the report from the Universe.
    On the server the ODBC connection, System DSN, for crystal is using the SQL Anywhere 10 driver.  Would using the SQL Anywhere 10 driver create the error message above?
    To test this I changed the workstation System DSN connection for crystal to SQL Anywhere 10 and when trying to refresh a report created from the Universe I kept receiving the ODBC Login window asking for the database password.
    Is there an issue with SQL Anywhere 10 and a Universe not holding the database username or password?

    Try This..
    1. Open the crystal client on your local machine and import that particular report.
    2. Do Database -> Verify Database. Then refresh the report on your PC and make sure that it returns data as expected.
    3. Export it back to repository and try scheduling it again. You can verify through CMC for Crystal Reports under " Database Configuration" property to make sure it points to the right ODBC.
    Let us know.

  • Error message when displaying a report in a windows form

    Hi,
    use Cr 2008.SP3 Fixpack 3.5,
    Visual Studio 2008 prof. editon version 9.0.30729.1 SP,
    :NET Framework 3.5 sp1
    vb.net 2008
    when displaying a report in a Windows form sometimes the following error message appears
    System.NullReferenceException: Object reference not set to an instance of an object
       bei CrystalDecisions.Windows.Forms.PageControl.OnMouseMove(MouseEventArgs e)
       bei System.Windows.Forms.Control.WmMouseMove(Message& m)
       bei System.Windows.Forms.Control.WndProc(Message& m)
       bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       bei System.Windows.Forms.ContainerControl.WndProc(Message& m)
       bei System.Windows.Forms.UserControl.WndProc(Message& m)
       bei CrystalDecisions.Windows.Forms.PageControl.WndProc(Message& m)
       bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    The rest of the error message is in german:
    ************** JIT-Debuggen **************
    Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
    Konfigurationsdatei der Anwendung oder des Computers
    (machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
    Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
    Zum Beispiel:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
    Ausnahmen an den JIT-Debugger gesendet, der auf dem
    Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
    Thank you
    Otto

    Can you define "sometimes" a bit more?
    Is it after a number of runs of a report?
    Is it on a particular report?
    Is it after you do certain operations on the report (paging, zooming, dill down, print, etc., etc.)?
    Can you duplicate the issue if you isolate the report to a new test app?
    Did you happen to notice if the issue existed prior to FP 3.5?
    Is this on your dev computer or a client computer?
    OS?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Deadlocked error message when running crystal report

    Hi All,
    I need a bit of guidance as to the following problem.
    Seems there is a lock being created in SQL when running some crystal reports.
    When trying to run a report the following message is displayed:
    Database connection Error L 'ADO Error Code: 0x
    Source: Microsoft SQL Native Client
    Description: Transaction (Process ID 302) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    SQL State: 40001
    Native Error: [Database Vendor Code: 1205 ]'
    The error is happening intermittently when refreshing the report. It does not seem to happen when no users are using the system.
    Is there any way to stop this from happening? Or is this some kind of limitation with crystal and how it accesses the database?
    Many Thanks,
    Matt

    Hi Matt
    I have had this problem with long running queries as well.  I ended up doing the main part of the query in a view using WITH (NOLOCK) for each table and then reporting on the view.
    This had extra benefits of making the report much simpler and often making the query more efficient and easier to test as well.
    Rob

  • Unknown Error Message when creating Visual Reports

    I get the Unknown error message periodically when trying to create an excel cash flow report. I am running Excel 2010, and Project 2010.
    Very frustrating

    Hi Jim,
    Are you able to view other reports without any issues.
    Is the happening only on this project?
    Also, Please let me know the project professional patch.
    Thanks,
    Phani

  • Error message when executing a report through a VB application

    Hello,
    I have a problem when I want to launch a Crystal Report 10 report in a Visual Basic application.
    I created a report using "Add a command" to add a SQL query to this report, the report is working well when I launch it in Crystal Report. But when I launch it in the application I get an error message "The table 'Command' could not be found".
    (Other reports are working in VB when I create a report whitout the sql command tool)
    How can I do to make this working through VB ?
    This application uses a sql server 2005 database.
    Thank's in advance for your help,
    Régis

    Thank's for your answer, yes I'm connecting through an ODBC connection, yes the VB app is running the same odbc entry.
    When I have only a "normal" link to a table the report is working well, the problem is that when I add a sql command in this report, the VB application thinks it's a "normal" sql table and it gives me the error message. The VB application didn't recognize that the table command in the report is a sql request. I don't know what's the difference between executing this report directly in CR or in the VB application, the report didn't react in the same way even if the ODBC entry is the same.
    I don't know if what I try to do is possible, is it possible to execute a CR report with a sql command in a VB application ?
    FI : I found yesterday the way to create the same report without a sql command, its working in the VB app. But it would be great if I could solve this problem because it's much more easier to create a report giving only the sql request and not to do that manually in the report (attaching all the tables, making the group by, sort...).

  • Error message when previewing data in InfoPackage

    When previewing data in an InfoPackage, I get the following error message:
    "Error 8 when compiling the upload program: row
    237, message: Data type /BIC/CCODZIS_BUDGET_PRICES
    was found in"
    ZIS_BUDGET_PRICES is the name of my InfoSource.
    Anyone who understands this message? It is referring to a program I have not written and don't even know how to find. The message isn't even complete. I get no online help. I am using BW 3.5.

    Hi Christopher,
                   I'm facing the same problem.I'm loading from flat file to ods.I've got error message like this
    Error 8 when compiling the upload program: row
    237, message: Data type /BIC/CCACYSD_ORDER_BOSS
    was modified whi
    How can i eliminate this error.

  • Error message when scheduling a report

    Hello,
    We have Fabric Manager 4.2(7b)
    When we generate a schedule from a created report we get the following error:
    What went wrong here?
    Rgds,
    Ivy

    re-install with version 5 solved the problem

  • Unusual error message when running any report on R12 (fresh installation)

    Hi,
    I managed to install R12 on W2k3 finally and got several problems since. Now I am getting below message in log file, every time I run any report. It seems it works for other other concurrent programs (tried Workflow Definitions Loader). Below log is for the report run in AP module, but I also tried others and they do not work.
    Payables: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    APXBABAL module: Bank Account Listing
    Current system time is 23-JUL-2011 19:57:52
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_ORDER_BY_PAR='Bank,Branch,Account Name'
    P_BANK_ACCOUNT_PAR='Both'
    P_EFFECTIVE_DATE='2011/07/23 00:00:00'
    P_SET_OF_BOOKS_ID='125'
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.WE8MSWIN1252
    LOG :
    Report: j:\oracle\VIS\apps\apps_st\appl\ap\12.0.0\reports\US\APXBABAL.rdf
    Logged onto server:
    Username:
    Program exited with status 1
    Cause: The program terminated, returning status code 1.
    Action: Check your installation manual for the meaning of this code on this operating system.
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 5812766.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 23-JUL-2011 19:57:55
    Any idea what is wrong? Any additional steps after installing? Some service need to run?
    Regards
    Piotr

    Any idea what is wrong? Any additional steps after installing? Some service need to run?Can you reproduce the issue with "Active Users" or "Active Responsibilities" concurrent programs?
    Have you defined a dummy printer at the OS level? If not, please do so and check then (bounce the CM before submitting the request again).
    Thanks,
    Hussein

  • ERROR MESSAGE WHEN  RUNNING THE REPORT

    Hi Team
    REP-0118: Unable to create a tempory file i am getting error when i am runnig the report ,
    It is not problem in my system, i check in other system also same problem is comming
    What to do?
    Thanks

    Hello,
    CHeck the value of REPORTS_TMP.
    Else, you can test with rwrun60 / rwrun and use tools like :
    Windows : filemon
    UNIX : truss / strace
    To get more info about this error
    Regards

  • Error message when checking WWI report template document in CG42.

    Hi Gurus.
    I'm facing troubles to check MSDS report template document  after upgrading the version 4.7 to ECC 6.0. When I try to Check the template I receive many msgs warnings like shown below:
    For Example One type of template warninfg from report document:
    Template Texts: (From the  UNDERLINED LINE i am getting the warnings)
    <01G1023001RP(C;1)>:<01G1023001RP(P;1)>:
    <13BNG034(+0101G1023001RP(C;2-),01G1023001RP(P;2-)>
    <11BRG023(D;2-*)>
    <01G1023001RP(C;2-)>:<01G1023001RP(P;2-)>:
    <11ERG023>
    WARNINGS from above template symbols:
    Symbol G1023001RP: Range to be overwritten by that of discrete repeating group
    Symbol G1023001RP: Range to be overwritten by that of discrete repeating group
    *Similar type of other warnings:*
    Symbol G1023001SY: Range to be overwritten by that of discrete repeating group
    Symbol G1023001SY: Range to be overwritten by that of discrete repeating group
    Symbol ZSUPNAM1: Range to be overwritten by that of discrete repeating group
    Symbol ZSUPNAM2: Range to be overwritten by that of discrete repeating group
    Symbol ZSUPSTR: Range to be overwritten by that of discrete repeating group
    Symbol ZSUPCTY: Range to be overwritten by that of discrete repeating group
    I realy don't know what is going on. Before in SAP 4.7 version When i check the template document i didnt receive any warnings like i listed above but i am receiving now. For your reference I am using the same WWI report template in ECC 6.0 also.
    Can anyone help me?
    Thanks in advance.
    Edited by: sunil29 on Aug 1, 2011 3:26 PM

    See note 920317.  That warning won't affect the result based on this example.  You are using (2-*) on both the Discrete repeating group and the symbol itself.  In your new system, the area you use discrete repeating group overrides the area on the symbol.  The note gives some examples.

  • 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

  • [Forum FAQ] Troubleshooting "An error has occurred during report processing" message when viewing SCCM reports

    Symptom:
    When you view a report with SCCM, you may encounter the following error message:
    An error has occurred during report processing.
    Under the details box, you can see the detailed error information as below:
    System.Web.Services.Protocols.SoapException: The report server has encountered a configuration error. Logon failed for the unattended
    execution account. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. Logon failed for the unattended execution account. ---> Microsoft.ReportingServices.Diagnostics.Utilities.LogonFailedException:
    Log on failed. Ensure the user name and password are correct. ---> System.ComponentModel.Win32Exception: The user name or password is incorrect
    at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetReportParameters(String Report, String HistoryID, Boolean ForRendering, ParameterValue[] Values, DataSourceCredentials[] Credentials, ParameterInfoCollection& Parameters)
    at Microsoft.ReportingServices.WebServer.ReportingService2005.GetReportParameters(String Report, String HistoryID, Boolean ForRendering, ParameterValue[] Values, DataSourceCredentials[] Credentials, ReportParameter[]& Parameters)
    Figure 1 is the screenshot of the error message in SCCM:
    Figure 1.
    Cause:
    According to the detailed error message, it indicates that “The report server has encountered a configuration error. Logon failed for the unattended execution account.”
    and “The user name or password is incorrect”, so this issue would be caused by the mismatched credential stored in report server.
    Solution:
    To solve this issue, you can follow the steps below:
      1.
    Access Report Manager URL on your reporting server.
    From figure 2, you can see that the URL for Report Manager is
    http://SCCM:80/Reports
    in our lab environment. You can check your Report Manager URL in Reporting Services Configuration Manager.
    Figure 2.
      2.
    Find out the date source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} and access it.
    Figure 3.
    3. Test connection (Figure 4)
    You can have a test connection to check whether the credentials stored in the report server are correct or not.
    Figure 4.
    4.
    Modify the password or choose another authentication method
    If you want to change the password, please make sure that password is the same as the one that you have set for that user account in the domain.
    5. Confirm connection
    After you change the password, you can test connection again. From figure 5, we can see that connection created successfully.
    Figure 5.
    After all the steps above, there is no error message when viewing the report. (Figure 6)
    Figure 6.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    ok . the user name is sccm.admin this user have the assignment to run as a services, he is a domain admin, on the sql server this user have the sysadmin, i create the reporting with the Reporting Services Configuration Manager, and on the Database i use
    the sccm.admin to create the new database, on the Service Account i use sccm.admin user, also this user have local administrator on the SCCM server, + i give him the dbreader on All the database on the SCCM server witch it also the SQL server, i add the sccm.admin
    on the reporting web the system role and check the all settings give him full permissions
    do i make my self clear ? (my English is not so bright )
    now from the SCCM 2012 console , some reports run perfectly, and some run and trow this error at me
    Microsoft.Reporting.WinForms.ReportServerException
    An error has occurred during report processing. (rsProcessingAborted)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
       at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
       at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
    this poor gay have the same problem
    An error has occurred during report processing. (rsProcessingAborted)

  • When trying to import music files I get a error message that says "importer reported a generic error" I'm using windows 7, DellPC, installed premiere elements 13 2 days ago. Also when previewing and editing video,screen looks great but when I transfer to

    When trying to import music files I get an error message Thea says "importer reported a generic error". Also when editing video, screen views look great but when I transfer to PC or flash drive video quality is very poor. Any suggestions?

    chansen232
    Premiere Elements 13 on Windows 7 (presumed 64 bit).....
    1. Music files and error message...are these music files from iTunes? If so, convert them to .wav in iTunes to convert them to wav version, and then import the .wav version into Premiere Elements 13 project using Premiere Elements 13 Expert workspace's Add Media/Files and Folders/Project Assets from where you drag the wav version to the Soundtrack.
    The following are the instructions for the iTunes converting
    http://support.apple.com/en-us/HT1550
    If any problems with the instructions, please let me know, and I will go through them with you.
    2. How you set up the project and the export settings that you select greatly influence your end product result.
    a. What are the properties of the source media?
    b. What project preset did you (manually) or the project (automatically) set to match the properties of the source media.
    (If you do not know, please tell us what you see for the readings of Editing Mode, Timebase, Frame Size, Pixel Aspect Ratio - even
    if the fields look grayed out.)
    c. For your export...Publish+Share/Computer/and then what? And what preset? Did you use the default settings of the preset or did you
    customize the export settings of the preset under the preset's Advanced Button/Video Tab and Audio Tab?
    Let us start here and then decide what next.
    Thanks.
    ATR

Maybe you are looking for

  • Is it possible to display the content of a file in flex as it is written. E.G. a log file

    I have flex app sitting on a Linux server. I want to be able to spool the content of a file on the same server as the flex app to the users screen using say a textarea or similar. The file is some type of log so its going to constantly have lines add

  • How to pair new Magic mouse w desktop? Old mouse is dead.

    How do I get my new Magic Mouse to pair w my old 2007 iMac? I don't have the old Mouse; when I bought the new one at the Apple Store they said they'd throw the old one away. So I gave it to them.

  • IPad 2/3 - ICC Profile Recommendations

    Since the iPad 2 and iPad 3 have different color gamuts (i.e. iPad 3 can display a wider range of hues and shades) is there a particular profile that's recommended when we're converting images for use in our books? I used to default to sRGB for the f

  • [SOLVED] Gnome-Shell: Alt+F2 and PATH

    Hallo everybody, I have added $HOME/bin to my PATH with export PATH="$HOME/bin:$PATH" in my .bashrc. This works fine with the terminal, but Gnome-Shell's Alt+F2 doesn't find the scripts in ~/bin. How can I add ~/bin to the PATH of Alt+F2? Thank you.

  • AAA Authentication to NAS

    We currently have version 4.0 ACS. When defining a Network device such as a core switch on the lan is there a way to get the tacacs server to use the loopback address of the switch instead of the ip address on the connection. Otherwise this will mean