Error on WWI report generation

Dear all,
for our new ECC 6.00 EhP5 system we set up a new WWI server on Windows Server 2008 R2, everything has been set up accordingly and the RFC calls are working fine.
When we tried to generate the first report with a dummy template (only ph value is included and "Report from Value" runs fine) we receive the following error:
17.11.2011 09:50:41 Job started
17.11.2011 09:50:41 Step 001 started (program RC1WWIWP, variant , user ID DE_BTC_BUS)
17.11.2011 09:50:41 Problem occurred during report generation; check the report log
17.11.2011 09:50:42 Generation error on WWI server SV001
17.11.2011 09:50:42 Internal program error; (SAPLC1F3 C1F3_GEN_RAWREPORT_CB API_READ 0120)
17.11.2011 09:50:42 Job finished
Unfortunately I was not abel to find something assigned to this in OSS.
Does anybody have faced something similar before?
Any hint is more than welcome!!!
Best regards,
Christoph
Add. information: I don´t know whether this is important but the process is creating a document SBR that you can see in CV04N.
Edited by: Christoph Giehl on Nov 18, 2011 12:27 PM
Problem was fixed - missing authorizations with the batch user.
Edited by: Christoph Giehl on Nov 18, 2011 2:11 PM

Problem occured due to missing authorizations of batch user.

Similar Messages

  • Error 7 with Report Generation Toolkit

    Hello Everyone,
    I'm trying to generate an Excel sheet report for some readings using "Report Generation toolkit" But when trying to generate the report, the report generation part of code is executed and gives Error(7) and there is no report is generated.
    The Code I use is atached in the following Link:
    https://www.dropbox.com/s/9n4brimucsd0xts/Report%2​0Generation.rar
    Can I get help please?
    Thanks in advance
    Solved!
    Go to Solution.

    I was able to download and open your compressed file.  I unpacked it into a folder.
    There are numerous peculiarities that lead me to ask "Are you trying to learn LabVIEW on your own, without a mentor and without training and guidance"?  Here are some of the things that I noticed:
    Although a Report Generation .lvproj, .aliases, and .lvlps file, the Project, when opened, was empty!  Since Projects were added to LabVIEW, almost all development should take place in a Project, but you do not appear to be doing so.
    You have an Event Loop (good) to handle pressing Start, Stop, and Report buttons.  But instead of using Boolean controls with a Latch property and using a "Value Changed" event, you use Switch Until Released (which, so far, I've never used) and a Mouse Down Event.  I suppose this could work, but I've never seen this pattern.
    You are writing an Excel Report, but are not using the Excel-specific VIs (such as Excel Easy Table).  Why (or Why Not)?  The basic idea of an Excel Report is that you create the 2D text data you want to write into Excel, then with a few simple VIs, you open Excel, write the Table, and save the Report.  In particular, you don't write out something that resembles the columns of the first few rows of a Spreadsheet (Date, Time, Test, etc.).
    Now to your specific question, Error 7.  Do you know what this error means?  If you click on Help, choose Explain Error, and put in 7, you will see this means "File Not Found".  Well, there is an obvious place where a File is used, right when your program starts.  I recommend that you put a Probe (do you know about Probes?) or an Indicator on the path going into the main For loop and see what File you are trying to open (hint -- there's an error in the way you build the path, but you should be able to figure out how to fix it).
    Good luck.  Hope these suggestions get you on a Better Path.

  • Error building .EXE Report Generation Toolkit

    Whenever i try to build my application this error message shows up.... Error 1502 ocurred at AB_source_VI.lvclass:Close_Reference.vi -> AB_Build.lvclass: Save.vi
    it says the possible reason is Word_Open_Document.vi
       I'm using the report generation toolkit for office.... I really need to build this application soon!! 
    Please Help!!!
    Thx in advance
    Wong

    I finally made it work... As a reference, i upgraded from labview 2011 due to windows 8 incompatibility, and found that the installer kept showing these error messages. 
    I read in another post that if you opened the troubled VI and just clicked on the property nodes to browse and then ok, you just saved the VI, restarted labview and the error message disappeared. To my surprise IT WORKED!!!  I had to do it on several excell.llb VI's too. 
    Maybe you could report this bug in the report generation toolkit as a part of the NI team.
    thanks!!!
    Wong

  • Error when using Report Generation Toolkit

    Hi, all,
    I am using Report generation toolkit to generate a report in either
    word or excel format. But i even can't run the "new report.vi". It
    returns an error code of "Bad variable type (-2147352568)", and seems
    this error comes out from the "call by reference" after the
    word/excel's "open VI reference". I have checked the folder
    "C:\Program Files\National Instruments\LabVIEW
    6.1\vi.lib\addons\_office", there are "_exclsub.llb" and
    "_wordsub.llb". The respect VIs are all inside. I don't know why there
    is such error. Currently i am using labview 6.1, Microsoft office 2000
    and Windows NT 4.0.
    Your kindly help will be appreciated very much!!!
    Thannk you in advance!! ^_^
    Your sincerely,
    celery

    So, if you place just New Report.vi on the Block Diagram, wire in the report type and run it, it gives you this error? Do the example programs which ship with the toolset give this same error also? If so, I would just reinstall the toolset first and see if that helps. It sounds like the entire install is corrupt.
    J.R. Allen

  • Error 1045 Using Report Generation Excel 2010

    Hello,
    The attached code throws an error 1045 when using Excel 2010.  I don't get this error when using Excel 2007.
    Please Advise
    Thanks
    Attachments:
    Source.zip ‏66 KB

    Take a look at this Knowledge Base article and see if if helps.
    Error 1045 When Using Report Generation Toolkit for Microsoft Office
    http://digital.ni.com/public.nsf/allkb/3E4102D8B91D0F9E86256CE0006BADCB
    Applications Engineer
    National Instruments

  • Error -2146827284 with report generation 1.1.4

    Hi. Im working with Report Generation 1.1.4 and I was testing it for exporting data to an excel book. I was making some vi's to learn how to use it and do what I need it for. I need to take two non constant numeric values and save them in an excel table of two columns and graph them. The error comes when I transpose the original matrix, so i can have 2 columns instead of 2 rows in excel. In the picture you can also see that no graph is displayed. If anyone knows has experience doing this kind of activities between labview and excel I would appreciate some help! Thanks!
    Attachments:
    2 columns table xcel report generation test.vi ‏11 KB
    test.JPG ‏165 KB

    Why are you turning your array into a matrix?  A matrix is not the same thing as an array.  (They are related, but are not truly the same thing.)
    Turn on context help and read about all the inputs into the charting function.  You want to have a 2-D array.  You are actually only starting off with a 1-D array.  (Which you can't transpose if you wanted to because it is only 1 dimensional).  Create a 2-D array of data to feed into the charting function.  If you need to transpose that you can.  Don't play with matrix transformations, they are rarely used and only for special math operations when they are.  Wire up any other inputs to the charting function as needed.  The default chart type is xlColumnClustered which I am going to guess is not truly the graph you want.  You probably want an XYscatter.

  • Error in Jasper Report Generation

    Hi,
    I generated Jasper Report.
    Jar File Used:
    1)classes12
    2)commons-beanutils-1.5
    3)commons-collections-2.1
    4)commons-digester-1.7
    5)commons-logging-1.0.2
    6)jasperreports-1.2.1
    7)org.eclipse.jdt.core.manipulation_1.0.0.v20060605-1400
    8)org.eclipse.jdt.core_3.2.0.v_671
    Jdk Used
    JDK 1.5
    Java File:
    import java.util.HashMap;
    import net.sf.jasperreports.engine.JREmptyDataSource;
    import net.sf.jasperreports.engine.JRException;
    import net.sf.jasperreports.engine.JasperCompileManager;
    import net.sf.jasperreports.engine.JasperExportManager;
    import net.sf.jasperreports.engine.JasperFillManager;
    import net.sf.jasperreports.engine.JasperPrint;
    import net.sf.jasperreports.engine.JasperReport;
         public class LineDisplay {
         public static void main(String[] args) {
         JasperReport jasperReport;
         JasperPrint jasperPrint;
         try {
         jasperReport = JasperCompileManager.compileReport("F:\\SampleProject\\Jasperreport\\WEB-INF\\src\\com\\zylog\\Sample.jrxml");
         jasperPrint = JasperFillManager.fillReport(jasperReport, new HashMap(), new JREmptyDataSource());
         JasperExportManager.exportReportToPdfFile(jasperPrint, "c:\\firstReport.pdf");
         } catch (JRException e) {
         e.printStackTrace();
    I succesfully generated Jasper Report.But My client faced the following Exception as,
    java.io.FileNotFoundException: F:\MBSWorkspace\JasperReport\Sample_1252478220359_232342.class (The system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at net.sf.jasperreports.engine.util.JRLoader.loadBytes(JRLoader.java:272)
    at net.sf.jasperreports.engine.design.JRAbstractClassCompiler.compileUnits(JRAbstractClassCompiler.java:73)
    at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:190)
    at net.sf.jasperreports.engine.design.JRDefaultCompiler.compileReport(JRDefaultCompiler.java:131)
    at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:211)
    at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:144)
    at com.zylog.jasper.Sample.main(Sample.java:18)
    NESTED BY :My Client Used JDK 1.6..
    I dont know why he got a such problem..Help anyone to solve it..

    Deepa_05 wrote:
    What do you mean?They mean that every time something doesn't work for you, you just post it here and act all helpless, rather than try and solve it yourself. Do you not have any idea what the error might be telling you?

  • Error in Bulk Report Generation using SSIS and SSRS 2008 R2

    Hello,
    upon having solved development issues via this forum I am facing problem in practice. Namely, there are suppose to be created  200 .PDF files. I am facing "strange" outcome because, sometimes I am getting all the files created, sometimes less
    then 200 (different number of files produced) upon which I face this error related to DS2:
    System.Web.Services.Protocols.SoapException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException:
    Cannot read the next data row for the dataset DataSet2. ---> System.Data.SqlClient.SqlException: Internal Query Processor Error: The query processor encountered an unexpected error during execution.
       at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.InternalRender(String Format, String DeviceInfo, PageCountMode pageCountMode, Stream& Result, String& Extension, String& MimeType, String& Encoding, Warning[]&
    Warnings, String[]& StreamIds)
       at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.Render(String Format, String DeviceInfo, PageCountMode pageCountMode, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings,
    String[]& StreamIds)
       at Microsoft.ReportingServices.WebServer.ReportExecutionService.Render(String Format, String DeviceInfo, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds).
    Please, how to cope with this? Normally, run query (DataSet2) within either Report Builder or SSMS retrieves the data with no troubles. But, when I run it from SSIS (script component), it produces error as above.

    Thanks,
    I did both, went through the proposed thread and found problem in DS2. The problem was my VIEW which was providing values for the row grouping in my SSRS report. Namely, upon replacing it with corresponding table, I tried to set PK on mentioned column but
    with no success due to double values! Upon correcting i.e., removing duplicate values, it works well. I only wonder why SSIS did not create these, actually, duplicate .PDF output files and let the Windows explorer to ask me: There is already such file. Would
    you like to replace it etc......etc...
    Instead of that, SSIS Script Component just went RED coloured and stopped processing PDF output files...
    Thanks for reply
    bye

  • Hi I got error regarding crystal report generation in jsp

    Iam using crystal reports in my JSP.
    But, iam getting the error like "package com.crystaldecisions.reports.sdk not found in import".
    import com.crystaldecisions.reports.sdk.*;
    can anybody please help?

    Hi,
    You import some classes but the package where the classes are is not reachable.
    Check your class path / manifest.
    Hope that help,
    Jack

  • Geting Error in Crystal Report Generation Hresult =0x800a5036

    I have upgraded the VB 6.0 project to VB .Net 2010, While report created perfectly in VB 6.0 but in upgraded project its throwing error HRESULT = 0x800a5036. Not sure. Any help will be appreciated.

    I have upgraded the VB 6.0 project to VB .Net 2010, While report created perfectly in VB 6.0 but in upgraded project its throwing error HRESULT = 0x800a5036. Not sure. Any help will be appreciated.
    Hi,
    I am afraid that issues related to Crystal Report are not supported in these forums, since that blongs to third-party.
    I would recommend you connect with its publisher to get supports.
    http://scn.sap.com/community/crystal-reports
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to solve this error of NI report generation?

    The following error occurred when I program with the NI report genenration toolkit.How  can I solve the error? as the picture
    Attachments:
    2.JPG ‏50 KB
    1.JPG ‏91 KB

    what does the error say? Is there an error code in there somewhere?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Word report generation toolkit error with Win 7 LabVIEW 2013, Word2010

    Hi All
    I'm seeing different Errors using the Report generation toolkit. Maybe you can help me with that.
    The errors are:
    -2147417846, application is busy in Word_Get_range.vi
    -2146824090 Exception in Microsoft word: Befehl misslungenHelp Path is wdmain11.chm and context ...
    -2147417846 application is busy in Word_Quit.
    the error messages are attached to the post.
    I'm testing 10 sensors with one application and want to run up to 5 applications on one computer. Since I'm seeing such errors as application is to busy I set all my report generation vi's as non-reentrant execution and additionally added some pause after each word modification.
    But I'm still seeing such errors when I run two applications on one computer.
    What is the best way to deal with these errors?
    thanks
    best regards
    Urs
    Attachments:
    exceptionerror.PNG ‏20 KB
    BusyActiveX2.PNG ‏20 KB
    BusyActiveX.PNG ‏22 KB

    Here my Vi's involved in creating the report.
    Is there a way to check wheter word is busy or already open?
    Attachments:
    save report as PDF.vi ‏26 KB
    create_report.vi ‏70 KB
    Word_Update_Table.vi ‏34 KB

  • Word report generation VIs are not found.

    Hi,
    I've installed LabVIEW 6.1 followed by installing Report Generatio Tool set, but I don't find word specific VIs and excel specific VIs on Function Palatte. Could u plz. let me know what I m missing there.
    Regards
    GNS

    GNS,
    Which version of the toolkit did you install?
    Do you see the Report Generation Toolkit listed under the Add/Remove Programs in control panel?
    If you have multiple versions of LabVIEW, check in which folder did the toolkit get installed.
    Can you find word and excel llbs under ...\LabVIEW 6.1\vi.lib\addons\_office directory?
    If these VIs didn't get installed, you should check the version (LabVIEW 6.1 needs toolkit version 1.0.1) and reinstall the toolkit.
    If you do have these llbs, try to manually edit the palettes and add new subpalettes linked to these menu files:
    LabVIEW 6.1\menus\default\excel.mnu and
    LabVIEW 6.1\menus\default\word.mnu
    Check out the following KnowledgeBases as well
    "Palettes Not Populating" Error with the Report Generation Toolkit 1.0 for Microsoft Office and LabV...
    Installing the Report Generation Toolkit on Multiple Versions of LabVIEW
    Zvezdana S.
    National Instruments

  • Report generation toolkit (1.0) can't be installed under LabView 6.1.

    When installing the toolkit, it showed that it was unable to locate the LabVIEW run-time engine of version 6.0 or compatible. However, my computer has already installed a run-time engine 6.1 (I saw it on my control panel->Add/remove programs). Do I need to install another run-time engine 6.0?

    Hello William,
    You may want to see this article on NI.com. It sounds like it addresses your particular issue.
    Regards,
    Chris J
    Installation Errors with the Report Generation Toolkit 1.0 for Microsoft Office and LabVIEW 6.1
    http://digital.ni.com/public.nsf/websearch/BEE4820C6BB7305186256B42005C9514?OpenDocument

  • Open vi error for report generation toolkt

    Originally it works fine.
    Now I upgrade to win7, LV9 and office2010.
    To open the old program by 8.6.1, I reinstalled LV 8.6.1 and report generation toolkit.
    But still got the error as attached.
    Any suggestion, thanks.
    Attachments:
    ss.png ‏184 KB

    1. MS Office 2010 is not yet supported, since it's still just a beta. I believe there are couple of changes that Microsoft make, and it could cause a problem.
    2. LabVIEW 8.6.1, and all its toolkit is not supported on Windows 7. This could cause a problkem also.
    In conclusion, you should use LabVIEW 2009, Report Generation Toolkit 2009, Windows 7, and downgrade office to XP, 2003 or 2007.
    More information: http://digital.ni.com/public.nsf/allkb/C9408B9F08D​711E786256F3300701D01

Maybe you are looking for

  • After installing FireFox 17 I can no longer log on to the video web site VUDU I tried the reset and it didn't worrk now what do I do?

    I was using Firefox 15 but kept getting messages to update to Firefox 17 so I did and now I cannot log into my account at VUDU.com. Which by the way is the only web site I have this problem with. It never happened with ver. 15 and only started to den

  • I regret "Trim comp to work area"..

    I have some footages, one 20 seconds long,  and one 13 seconds long. I make a new comp and use both of them. Then I adjust the work area to 10 seconds, and invoke "Trim comp to work area". Later I want a larger work area, I want all the 13 secodsn of

  • Multiple POP accounts in Safari

    I want to switch to Safari as my mail program but I have multiple POP accounts. Each email has its own password. How can I get them all onto Safari? It keeps telling me a already have a POP account when I try to enter another email address. Thanks.

  • Exporting settings misunderstanding, PLEASE HELP!

    hello there I am asking you to show me where I could find some tutorials or whatever that teaches me what is the right export settings for each purpose!! am an video editor and am using premiere pro and what is the differance between the export butto

  • Issue: Aliasing text in render, regardless of Preset

    Hello I'm new to AE CS6, but I have done SOME A/V in Corel Pro for both low and HD high-res, so I'm a newbie, but I am familiar with common Presets for different quality requirements. The issue is, the rendered AVI (911,280KB !!) shows aliased text -