Error in making report

I am trying to make a report for a database.  I have vb2010 express.  I have the option to add the crystal report viewer to a form, but when I try to make a report, it gives me the error "The system cannot find the file specified.(exception from HRESULT: 0x80070002)".  I have tried re-installing the crystal reports twice now and keep getting the same error.  Is there something I am missing? 
Thanks, Brian

CRVS2010 does not integrate \ work with VS2010 express.
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]

Similar Messages

  • Gettin error while making report

    my select query which is giving error msg is
    SELECT * FROM ZSBOOK WHERE CONNID=ZSBOOK-CONNID
    INTO TABLE ITAB.
    Error msg is as follows::
    "INTO" is not a valid comparison operator.          
    plz help me with the same..

    hi,
    if u r using itab as of the same structure of zsbook.
    like:
    data: itab like zsbook occurs 0 with header line.
    then use
    select * from zsbook
                into table itab
                where connid = p_connid.    "where p_connid is of type zsbook-connid.
    if u r using only some fields from zsbook in itab
    like:
    data:begin of itab occurs 0,
           connid like zsbook-connid,
           field2 like zsbook-field2,
           end of itab.
    use
    select * from zsbook
                into corresponding fields if table itab
                where connid = p_connid.
    reward if useful.

  • Error while running report 10g

    DECLARE
         repid REPORT_OBJECT;
         v_rep VARCHAR2(1000);
    rep_status VARCHAR2(2000);
    BEGIN      
         repid := find_report_object('REPORT2');      
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
    set_report_object_property(repid, report_comm_mode, 1);
    set_report_object_property(repid, report_destype, cache);
    set_report_object_property(repid, report_desformat, 'PDF');
    set_report_object_property(repid, report_server, 'myserver');
    v_rep := run_report_object(repid);
    rep_status := report_object_status(v_rep);
    WHILE rep_status IN ('RUNNING', 'OPENING_REPORT', 'ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    message(rep_status);
    IF rep_status = 'FINISHED'
    THEN
    web.show_document('http://localhost:8889/reports/rwservlet/showjobid' || substr(v_rep, instr(v_rep, '_', -1) + 1)
    || '?server = myserver');
    ELSE
    message('error while running reports-object ' || error_text);
    message(' ');
    clear_message;
    END IF;
    EXCEPTION
         WHEN OTHERS THEN
    message('error while running reports-object' || error_text );
    END;
    I have been trying the whole 5 days running this report but it is giving me error, i am making simple report which select all data and display from emp table, please help. Error I am getting is unable to run the report and Terminated_Report.

    Hi,
    Check this link...How to call a report in Forms 10g ?
    Hope this works...
    Hamid

  • Error in File (report server\ report.rpt):  Database Connector Error

    New installation of XI R2 - using Crystal Reports Version 11.5.8.826 for developement against Oracle DB.
    Currently have around 20 reports running on XI (need to import ~1500 reports from Crystal Enterprise 10, but waiting to resolve this issue)
    Some reports sometimes (not always) get the following error:
    Error in File (report server\ report.rpt):  Database Connector Error
    If the report is re-scheduled, report will sometime run fine and sometimes gets the same error again.
    There seems to be no logical way to determine which parameters will cause the report to fail or when.
    I'm experiencing the problem on about 3 reports only - All against the same DB and only occassionally.  These 20 reports were developed with CR XI and all run against the same Oracle DB.

    I've got the same problem- the reports run fine in Crystal, but sometimes (not everytime) they fail in InfoView with "Database Connector Error" message. My report doesn't contain any data, just 8 sets of 4 subreports in different footer sections, which each connect to a different stored procedure. The report is to help with our server checks: we have a set of 4 different stored procedures which run on each of 8 different servers making 32 different SPs and there is a subreport in this report for each.
    It does seem to be random whether this problem occurs or not- I have scheduled the report to run regularly (1 recurring instance) and sometime it works, sometimes not, but always the same failure message. I have increased the success rate by allowing the report to re-try on failure, but this does take time, and isn't really curing the problem.
    I wonder whether this error could be caused by a delay in one of the SPs returning its data, and the report timing out since no data is being returned. Would anyone know whether this is likely to be the cause, and if so how to fix it? Or any suggestions what else it could be?
    Thanks,
    Tom

  • Error when linking report to stored procedure defined with one input parm

    Error when linking report to stored procedure defined with one input parameter
    The report will work ok, when the parameter is removed from the stpred procedure
    An unhandled win32 exception occurred in crw32.exe[4480]
    Stored Proc (sql server 2005)
    USE [Allegro]
    GO
    /****** Object:  StoredProcedure [dbo].[SP_Test]    Script Date: 07/08/2009 10:42:14 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER procedure [dbo].[SP_Test](@valuationmode VARCHAR(55)) as
    Begin
    select
         valuation,
         valuationtime,
         valuationmode
    from valuation
    where valuationmode = @valuationmode;
    End;

    This is an example of a stored procedure that is trying to be linked to a new report as the only datasource.
    If I remove the parameter I can create a report, however this will return all of the results of thw query to the report, rather than the desired results. If I add the parameter on the Crystal Report, the stored procedure then has to return all of the results to Crystal and then perform the filtering of records. By using a parameter in the stored procedure, you should be able to do all of the filtering as part of the query on the databse server, making this more efficient.

  • IDVD 4 Error Message: The error #-1 was reported-

    I am an old hand at making and burning DVDs. I've converted VHS tapes onto almost 600 DVDs. Recently I upgraded from OS 10.2.8 to 10.5.1. In the process I messed up and had to reinstall OS 10.2.8 on a different internal drive. Since then I have not been able to burn any DVDs. My latest try ended with, Errors were found in the burning process The error #-1 was reported…
    I've been searching the web for an hour looking for a list of error (I assume iDVD errors) with no luck. I found a programmers page -- NO VALUE. On this massive web someone must have an error code list that tells me what to do.
    Like: Error #1, Bad Media Error #2, Lost sync try again Error #-1, tough luck start from scratch
    Does anyone know of such a list?

    Hi
    MAIN GUESS: iDVD 4 and Mac OS X.5.x *DOESN'T match at all* CAN'T be solved.
    *Previous versions of Mac OS:*
    ERROR #-1
    Just having burning problems in iDVD that resulted in Error #-1 which I have found originates in iMovie.
    This was due to problems with iMovie and sound tracks.
    - In my case there were sounds that hid fare away outside
    the sound tracks. When deleting all sounds the DVD burned OK
    Restoring the sound track one at a time and with special observations to
    the fact that no sound reached outside the right end of the
    sound tracks (Invisible and impossibly to mark to delete). It at
    last made a perfect DVD disk.
    This problem is rather tricky to get hold of be cause I couldn't
    see the sound files how much I enlarged the sound tracks.
    a) empty the sound tracks
    b) re-insert the sounds one at a time.
    ELSE
    *When not knowing what to do.*
    There are a set of things to test:
    1. Free space on internal (start-up) hard disk: It should have 25Gb or more. This is especially important when running iDVD.
    iDVD can’t address any other hard disk as scratch-disk so space is of uttermost importance.
    2. The Hard disk is untidy:
    Repair Permissions (Apple Disc Util tool) - Run this
    Repair Hard disk (Apple Disc Util tool) - To run this You need to start from a CD/DVD or external hard disk.
    3. Delete iDVD pref file - or rather start a new user/account - log into this and have a re-try
    4. Let Your Mac turned on during one night. At about midnight there is a set of maintenance programs that runs and tidying up. This might help.
    5. Program miss-match:
    iDVD 5.0.2, Mac OS X.3.9 AND QuickTime 6.5.2 - is OK
    iDVD 6.0.4, Mac OS X.4.11 AND QuickTime 7.4 - is OK
    iDVD 7.0.1, Mac OS X.4.11 AND QuickTime 7.4 - is OK
    6. UPDATES - is important: iLifeSupport8.1.1.dmg is important for running iLife08 bundle.
    7. iDVD (08) Locate theme folder. Move out iDVD1, iDVD 2 and eventually iDVD4 folders to desktop - re-try
    8. Mac OS X.5 (Leopard) - at least iDVD 1 to 4 - don’t work any more
    9. Trying to collect info on. Leopard system:
    iDVD08 - not working -> Should be soluble
    iDVD 6 - not working -> Should be soluble
    iDVD 5 - not working -> Don’t bother - will not work
    iDVD 4 or previous - not working -> Don’t bother - will not work
    Yours Bengt W

  • The error #-1 was reported...

    Ok guys, can anyone help me out,
    i've created my project in iDVD 5, it's small enough to fit onto a DVD, but when I try to burn it to disc or to disc image, it goes all through the processes
    of encoding slideshow, encoding video, but when it reaches the end of this process i get the following message appear
    "Errors found during the burning process"
    "The error #-1 was reported..."
    And it doesn't create a disc image of my file.
    Can anyone please help me and let me know what this error could possibly relate to. I'm starting to pull my hair out now.
    Regards
    Darren Andrews
    G4 & G4 Powerbook   Mac OS X (10.3.9)  
    G4 & G4 Powerbook   Mac OS X (10.3.9)  

    Hi D
    Sue is most certainly right.
    But if I was You I would check each movie that You dropped/imported to
    Your DVD project. I got this error when adding sound to one movie and
    this sound file (.aiff) was way to large compared to my movie. Say 15 min
    movie and a more than 60 min sound-file of which I needed about 15 sec.
    So I cut in the sound track the first part and the last part - deleting those
    and keeping the middle part. This resulted in that iMovie thought that there
    was remaing sound way outside the timeline on the right end - non reachable.
    When making a DVD = -1#Error
    Deleting the soundtrack - OK DVD
    Importing new sound but in a more fitting size. - DVD OK
    Yours Bengt W

  • FRM-92101 error while running report from a button or menu

    Hi All,
    I am getting the error FRM-92101 while running report without parameter from a button or menu. I am using Developer Suit 10g. I get the error as it shows there has some configuration problem in my form. Will you please help me anyone how can i solve the problem. My previous forms running very well both with parameter and without parameter.
    Arif

    Hello Sir,
    Thanks for your cooperation. I have solved my problem by myself. The fact was that, when i tried with the following code which made my report---
    SELECT br.bid, br.bname, br.branchtxnstatus, dif.difference
    FROM branch br,
    (SELECT gladbrid branchid,
    SUM
    (CASE
    WHEN ga.gl_acc_categry IN ('L', 'I')
    THEN gd.gladbalance
    ELSE -1 * gd.gladbalance
    END
    ) AS difference
    FROM glaccount ga, glaccountdetail gd
    WHERE ga.glid = gd.gladglid
    GROUP BY gladbrid) dif
    WHERE dif.branchid = br.bid AND br.branchtxnstatus = :Br_Status
    and dif.difference!=0
    ORDER BY br.bid;
    and the code against the button or menu item is---
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('ASSET');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('http://192.168.0.21:8889/reports/rwservlet/getjobid'||
    substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=repserver90','_blank');
    ELSE
    message('Error when running report');
    END IF;
    Clear_message;
    END;
    Clear_message;
    which has shown the error FRM-92101 and didn't run the report.
    In that case I have changed the query to run the report. first of all i create a view following the query and build the report using a simple select query. that's etc. my report running fine now.
    It is mentioned that there had no error on my codes.
    Arif

  • Error while generating report in RAR

    Hello,
    We are getting error while generating reports in RAR.
    RAR runs sucessfully, can see there are risk, but we cannot dowload those file, usally we use to get zip file.
    or cannot see details ,
    gives error cannt be displayed.
    Thanks,
    DK

    Hello,
    we had same issues, this happed because the disk was full.
    Please check with your basis team if the disk is full.
    Thanks,
    Prasant

  • Failed to commit objects to server. Error while publishing reports from BW

    Hi,
    I am getting below error while publishing reports from BW to BO.
    "0000000001 Unable to commit the changes to Enterprise. Reason: Failed to commit objects to server : #Duplicate object name in the same folder."
    Anyone having any solution for this. Thanks in advance.

    Hi Amit
    It would be great if you could add a little info about how you solved this issue. Others might run into similar situations - I just did:-(
    Thank you:-)

  • Error in Report: Next to amount field i could see 'ERROR' word in report

    Guys,
    Problem in Report: Next to amount field i could see 'ERROR' word in report
    Eg: Invoice Amount  : "1200ERROR"  it should be like "$1200".
    Pls help where do i need to check.
    Thanks

    Ajeet wrote :
    Hi,
    It can heppens if all the records getting aggregated in the report are of different currencies and not belonging to one currency.
    Do a currency conversion for the key figures and make them all with same currency.
    See if the records in the cube for the selection which you have given in the report gives you records with different currency and if it is true then as above said.
    Thanks
    AJeet
    Are you sure ???
    The mixed unit values will be displayed as * (by default unless its changed).
    ERR comes if unit is not maintained.

  • Error on Bursting Report for BI Publisher

    hi all,
    i am getting the following error when i am bursting the report for BI Publisher.
    * Nested Exception (Underlying Cause) ---------------
    oracle.apps.xdo.servlet.scheduler.ProcessingException: java.lang.NullPointerExce
    ption
    at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.jav
    a:2116)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:358)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j
    ava:520)
    Caused by: java.lang.NullPointerException
    at com.sun.java.util.collections.Hashtable.get(Hashtable.java:321)
    at oracle.apps.xdo.batch.bursting.ProcessEnterpriseDocument.processLayou
    t(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(Unkno
    wn Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(
    Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.endDocument(Unknown Sou
    rce)
    at oracle.xml.parser.v2.XMLContentHandler.endDocument(XMLContentHandler.
    java:119)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
    arser.java:311)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(Unknown
    Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.process(Unknown Source)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.jav
    a:2008)
    ... 3 more
    Kindly Help..
    Thanks.

    Thanks alot Guru for u r reply, i am attaching more Details regarding my error.
    In Reporting options i gave
    Reporting folder CCB
    Reporting server:BIPUbliser url
    Reporting password:Admin     
    Reproting userid:Admin
    I already configured Bill Display Algorithm OBLD_CRYS in installation-frame work
    Now i am getting the error the value in the field is not a valid value for the field.
    In Console I am getting the error '
    SYSUSER - 612791-31-1 2011-05-26 11:32:21,709 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR (schema.rules.BusinessObjectRuleProcessor$Factory) There is more th
    an 1 MO for the service 'CILCSVAP': MaintenanceObject_Id(SA), MaintenanceObject_Id(CM_CONT), using 1st one 'MaintenanceObject_Id(SA)'
    <May 26, 2011 11:32:22 AM IST> <Error> <HTTP> <BEA-101020> <[ServletContext@4736418[app:SPLWeb module:/spl path:/spl spec-version:2.5]] Servlet failed with Exception
    com.splwg.shared.common.ApplicationError: (Server Message)
    Category: 3
    Number: 501
    Call Sequence: ;CIPCSVAP
    Program Name: CIPCSVAP
    Text: You are not allowed access (directly/indirectly) to this account.
    Description: Please contact your security administrator to check your security for this account.
    Table:
    Field:
    at com.splwg.base.support.context.FrameworkSession.addError(FrameworkSession.java:1177)
    at com.splwg.base.support.context.FrameworkSession.addError(FrameworkSession.java:1158)
    at com.splwg.base.support.cobol.CobolSubprogram.populateError(CobolSubprogram.java:142)
    at com.splwg.base.support.cobol.CobolSubprogram.checkForErrors(CobolSubprogram.java:94)
    at com.splwg.base.support.cobol.AbstractCobolProgram$CallCobolClosure.run(AbstractCobolProgram.java:214)
    Truncated. see log file for complete stacktrace

  • Error in Cost Report

    Hi All,
    I am new to CO, I am in support project, my client had getting error in CO report. Can any one explain the process of kp26 and kkf6n.
    Regards,

    KP26 is used to Price Activity types in a cost center. Pricing activity types (besides giving labor cost) resolves the error message in CK11n concernng activity types not defined for a cost center.
    Althea

  • Error in displaying report

    I am geting the following error while displaying report-
    <b>Internal error (-101) occured [Message 131-183]</b>
    The reports are geting displayed on other pcs but not on my pc.I tried unistalling and re-installing sap but the error was not solved.

    Daan,
           The printer was not installed on my pc.After installing printer, the reports are visible.Thanks for u r help.
                                                                                    Regards,
                                                                                    Dilip Kumbhar

  • Error while displaying report

    I am getting following error while displaying report in sap business one-
    <b>Internal error (-101) occured [Message 131-183]</b>
    I tried resintalling sap but it did not solved the problem.The reports are getting displayed on other pc's but not on my pc.

    Hi Yogesh,
           I haven't installed any patch on my client machine.
                                                                                    Regards,
                                                                                    Dilip Kumbhar

Maybe you are looking for

  • What does the "The Connection was Reset" error mean?

    I am receiving this error and there seems to be no fix for it on your site.

  • Addenda information for ACH payments

    Hi All, We are using PMW with an ACH CCD format to send the ACH files to our Bank. But certain vendors require us to send ADDENDA record as given below for e.g.  in the ACH payments 705ISA00NV 00NV ZZNV ZZNV 09100615300010000001 Can we enter this inf

  • I chat user showing as offline

    Okay so I have a pretty serious issue here and I will list everything hopefully that you will need. I have a 2008 Mac book (black edition) it has the latest version of Mac OS. I am studying in Sweden right now and like to talk to my freinds and famil

  • I cannot connect to my wrv200 with sony ericsson p990 & nds lite...

    I cannot connect to my wrv200 with sony ericsson p990 & nds lite...

  • Cannot open ebook...

    I've downloaded an ebook for Adobe Digital Editions, which is fine as it works on the computer where I downloaded it.  But it has become apparent that the ebook will open up only on my original computer and no others, even after I authorise them for