Rescheduling Excel Reports Error ($Proxy4, $Proxy5)

Similiar to Reschduling PDF Reports in Crystal Reports 12 thread (Re: Rescheduling PDF Reports Error;), I am unable to re-schedule excel reports.  Crystal Reports 12 is giving a proxy4 or proxy5 error message when clicking on either the parameter section or print settings section of the report prior to scheduing.
Is this resolved in a later fix pack or service pack?  I am currently using Crystal Reports 12.1.0
Edit:  Corrected Version #
Thanks!
Edited by: Jeff F. on Feb 15, 2011 5:13 PM

ADAPT01113079
Problem Description: Same functionality works fine in XIR2 and all its packages. However, this
functionality breaks from XI 3.0.
In Infoview schedule the report to pdf format, and once it goes to success.
Click on the reschedule option and then click on the parameter option.
The error "An error has occurred:$Proxy4" will be thrown.
Target Fix: XI 3.0 FP1
Workaround: No
It looks like this was fixed in FP1 released a while ago. Can you download patches from SMP or ESD?
Also I'm moving this post to the administration forum, that's where server issues should be posted for maximum response.
Regards,
Tim

Similar Messages

  • Proxy error when Rescheduling a report

    When rescheduling a report  we get "An error has occurred: $Proxy8" after we click the Parameter tab.  Restarting the browser and rebooting the computer do not fix the problem.

    Sometimes I have the same problem.  So what I do is logging off , wait some miutes and log in again and I reschedule again the report.
    In this link someone explained a workaround for this behavior:
          Rescheduling PDF Reports Error
    hope this helps.

  • Reschedule Excel Format Report - An error has occurred: $Proxy5

    It seems on the RESCHEDULE function, that if the report was published in the format CRYSTAL REPORTS, you can click the parameters and change them.  However, if it is formatted in EXCEL (97-2003 Data Only) and you click the parameters on a reschedule, you get the error:  "An error has occurred: $Proxy5" or "An error has occurred: $Proxy4".
    BO XI R3
    BO Infoview 12.0
    Any help is appreciated!
    Lewis

    It's a known bug, see 1320211 - $Proxy4 Error when entering parameters in rescheduled Crystal Report instance
    Create a new schedule instead.
    You can pre set all the parameters in the CMC default settings of the document. so it should be really quick

  • Error while opening Excel report using servlet

    Hi
    I am using a servlet to open an excel report which has multiple sheets . But there is a weird problem when i try to open an excel report with two sheets having the same name .
    Generally when an excel with same sheet names is opened with Microsoft excel , it will open the excel file with a dialog showing error .
    But when i am trying to open through a servlet after that open/save dialog box comes , its sending two requests and that too the second one from another browser . How i am saying that its sending from another browser is , during the second time its not passing the session checks which i placed .....I mean the session for the request doesn't have any data while it was expected to have some data which i placed in Session while logging in .
    Can any one let me know why this is happening ?/

    Refer Note:280376.1 on MetaLink. Hope this will help you resolve the issue.
    Thanks
    Shail

  • Error while opening excel report

    Hi,
    While opening the excel report i am getting the below error.
    REP-51026: No output for job 8923
    Note: We have deployed the report in 10g Oracle Reports server present in a UNIX m/c.
    Please let me know what i have to do.
    Thanks & Regards,
    Sudhaharan.
    Message was edited by:
    jsudhaharan

    Refer Note:280376.1 on MetaLink. Hope this will help you resolve the issue.
    Thanks
    Shail

  • Report generation Toolkit: Excel report functions error -2146827284

    Hi,
    I'm trying to create an automated report using excel functions from the report generation toolkit in labVIEW. When I run the program that generates the report first time round (the report consists of several worksheets, each worksheet is added onto the report at a diffferent state in a state machine) it always works fine and no error is generated. However, when I run the program again it will infrequently (sometimes it does, other times it will not) generate the undefined error -2146827284, this is coming from one of the excel report functions and it cannot find it on highlight execution mode.
    Does anyone know anything about this error, why it occurs, how to prevent it?
    I would appreciate any help.
    Thanks,
    Rowan

    mebels_cti wrote:
    Found something that helped; https://forums.ni.com/t5/LabVIEW/Error-code-quot-2146827284-quot-when-trying-to-open-an-Excel/m-p/20...
    Excel still open
    So I added this;
    You should use the Application Quit method instead of killing the task. I doubt this is the cause of your issue.
    Ben64

  • Excel report generation error

    Hi,
    Does anyone have experienced (and solved) this behaviour?
    I've been using the report generation toolkit to build word report without
    problem. I've also solved a lot of problems in the excel part of the toolkit
    (e.g. building graphs with >20000 points). It finally works in development
    environment.
    Now when I install the executable (, with the installer) the word reports
    still work, but the excel report don't. The executable does run on a
    different system, but the excel versions are the same (both Excel 2000).
    I have copied the excel library in the data directory of the executable.
    The following error is generated:
    -2147319784
    Old format or invalid type library
    Excel_Open.vi
    This is the first report generation vi that is called. I us
    e it to open a
    template.
    Any help is appreciated.
    Wiebe.

    Hi,
    Surfing the internet, I found this comment:
    *Start quote*
    Sometimes you'll find that a parameter is required that isn't mentioned
    anywhere in the application's documentation. This happens when you need to
    specify system information: the chief example of this is the lcid, which is
    a locale identifier, and which pops up all over the place in Excel. The good
    news is that there is a constant in the Windows unit which provides you with
    the correct value, LOCALE_USER_DEFAULT:
    var
    lcid: integer;
    begin
    lcid := LOCALE_USER_DEFAULT;
    Excel.Visible[lcid] := True;
    There's also a function, GetUserDefaultLCID, but using that value can cause
    an error, complaining about an 'old format or invalid type library' on some
    setups. Using LOCALE_USER_DEFAULT for the
    LCID value should fix that.
    *End quote*
    Could this be the problem?
    Regards,
    Wiebe.
    "Wiebe@AIR" wrote in message
    news:3e79a3aa$0$140$[email protected]..
    > Hi,
    >
    > Does anyone have experienced (and solved) this behaviour?
    >
    > I've been using the report generation toolkit to build word report without
    > problem. I've also solved a lot of problems in the excel part of the
    toolkit
    > (e.g. building graphs with >20000 points). It finally works in development
    > environment.
    >
    > Now when I install the executable (, with the installer) the word reports
    > still work, but the excel report don't. The executable does run on a
    > different system, but the excel versions are the same (both Excel 2000).
    >
    > I have copied the excel library in the data directory of the executable.
    >
    > The following error is generated:
    >
    > -2147319784
    > Old format or invalid type library
    > Excel_Open.vi
    >
    > This is the first report generation vi that is called. I use it to open a
    > temp
    late.
    >
    > Any help is appreciated.
    >
    > Wiebe.
    >
    >

  • Excel Report Generator Error

    Hello,
    I have a test application that uses MS Excel Report toolkit to print the test results using a custom template file. When I try to print the test results I get the following error -2146959355 (see attached picture). Any idea what triggers this? It seems that is generated by Excel Active X control. I also attach the Vi I use to print the test results as well as the templates
    Thank You
    Nick
    Solved!
    Go to Solution.
    Attachments:
    Error -2146959355.jpg ‏1692 KB
    Thales Report generation v2.0.vi ‏47 KB
    EU_Report_template.xlt ‏40 KB

    look at this
    http://digital.ni.com/public.nsf/allkb/1C025F018CB​5761686256C56007DD258
    http://digital.ni.com/public.nsf/allkb/83211E3A088​D0C3786256DB700621FE8

  • Error in rescheduling a report programatically

    Hi All,
    I am trying to reschedule a report to use a new password using a c# program. But when I run the new schedule, the instance always shows "running" status. If I click on the status, I get the message "An error has occurred: The property with ID SI_NAME does not exist in the object" .  Please find below the code snippet. Am I missing something?
    IDE: VS 2005
    Server : CRS 2008 V1
    BOE SDK Version: 12.0.1100.0
    What I am trying to do is
    1. Find the recurring schedules in the Crystal Server
    2. Load their parent reports
    3. Reschedule the parent reports
    4. Delete the old recurring schedule
    Is there any other way to update the properties (like db password) on a recurring schedule?
    =======================================================================
    SessionMgr sessionMgr = new SessionMgr();
    EnterpriseSession entSession = sessionMgr.Logon(lUid, lPwd, lServer, lAuth);
    EnterpriseService entService = entSession.GetService("InfoStore");
    InfoStore infoStore = new InfoStore(entService);
    string query = "select SI_ID, SI_NAME, SI_PARENTID from ci_infoobjects where si_recurring = 1 and SI_NAME = 'TEST REPORT'";
    InfoObjects infoObjs = infoStore.Query(query);
    foreach (InfoObject infoObject in infoObjs)
        //Get the si_id for the parent report
        strParentID = infoObject.ParentID.ToString();
        //Load the parent report object
        string rptquery = "Select SI_NAME, SI_ID From CI_INFOOBJECTS Where SI_KIND='CrystalReport'And SI_ID =" + strParentID;
        InfoObjects infoObjects = infoStore.Query(rptquery);
        InfoObject infoObjectrpt = infoObjects[1];
        Report report = (Report)infoObjectrpt;
        SchedulingInfo schedulingInfo = report.SchedulingInfo;
        schedulingInfo.Type = CeScheduleType.ceScheduleTypeDaily;
        schedulingInfo.RightNow = false;
        ReportFormatOptions rfo = report.ReportFormatOptions;
        rfo.Format = CeReportFormat.ceFormatPDF;
        ReportPrinterOptions reportPrinterOptions = report.ReportPrinterOptions;
        reportPrinterOptions.Enabled = true;
        reportPrinterOptions.Copies = 1;
        reportPrinterOptions.FromPage = 1;
        reportPrinterOptions.ToPage = 1;
        infoStore.Schedule(infoObjects);
        //Delete existing schedule
        infoObject.DeleteNow();
        infoStore.Commit(infoObjects);
    infoStore.Dispose();
    infoObjs.Dispose();
    ========================================================
    Thanks
    Ajith

    Hi All,
    Can someone help me with this please? I am not able to schedule a report using sdk. It does create an instance, but it fails with the error "Information is needed before this report can be processed.". The instance also shows around 15 parameters for a report that has only 5 parameters.  Any  help is highly appreciated.
    Thanks
    Ajith

  • Error In the Excel Report

    Hi
    When I trying take the Excel Report ..In the SAP BPC 5.1 version
    Its shows some error In the Description , But the Values are Coming Correctly
    For Example :
    Description        Value
    #name!               5000
    Regards
    Dayalan M

    Hello Nagai,
    I think you are not maintaining the description in the member of the dimension. Please check the description in the member .
    Thanks.
    With regards,
    Anand Kumar

  • Opening Excel Report results in 'Errors were detected in File .....'

    Dear Professionals,
    Ive an Excel report that upon openning produces the following error.
    'Errors were detected in file 'T:\Customer .......'
    Excel proceeds to strip out the ALL the Query Tables from the report discarding them due to integrity problems as described in the original error.  
    Query Table 'ExternalData_2' on '[xxxxxx Report - April FY14_v1.12.5.1.xls]SoldTo' was discarded due to integrity problems.
    The query tables are connected to an 2010 MSAccess db on a networked drive. The file was created with Excel 2013 on a virgin machine, no add-ins are active.  The file is saved in Excel .xls (2003) format.
    While the error seems to only make cosmetic changes, the data seems intact.  However it is an confidence issue for the end user to encounter such an error as these reports go to external customers.
    I've circumvented the error by converting the Listobjects to Ranges prior to saving the file but I'd like to get to the root of the problem please.
    Ive looked at disabling the office validation feature, however this is short term local solution that didnt seem to work and not practical going forward.
    Also seemingly related, when compiling the report in Excel 2010 it randomly crashes at the point where the .Save method is executed (locally or to network).  This crash disappeared when the report was compiled with Excel 2013.  I've also not experienced
    the crash since the Listobjects were converted to ranges when compiling in Excel 2010.
    Any help / pointers would be most appreciated.
    Kind regards,
    David

    Hi,
    Thank you for using Excel IT Pro Discussions forum. 
    Are you using Office 2010 RTM version? If it is trial version or beta version, I suggest upgrading it to the RTM version.
    First, please check if this KB article helps:
    Error message when you try to open a workbook in Excel 2007: "Excel found unreadable content in Book_Name"
    http://support.microsoft.com/kb/929766
    Note: The steps are for Excel 2007. The steps in Excel 2010 are similar.
    If the problem persists, let’s also check the following settings in Excel 2010.
    ========
    1.      
    In Excel 2010, click File > Options > Trust Center > File block settings.
    2.      
    Check the checkboxes before:
    Excel 2007 and later Wordbooks and Templates
    Excel 2007 and later Macro-Enabled Workbooks and Templates
    Excel 2007 and later Add-in Files
    Excel 2007 and later Binary Workbooks
    Then, try to open the Excel 2007 file in Excel 2010 and check the results again.
    Best Regards,
    Sally Tang
    TechNet Subscriber Support
    in forum
    If you have any feedback on our support, please contact
    [email protected]  

  • XL Reporter Error - Error Starting Excel! Cause: (Retrieve Excel Interface)

    Hi all experts,
    My customer is running SAP B1 8.8 PL13, with MS Office 2003.
    One of the workstation is encountering XL Reporter error when trying to generate XL Reports.
    Error starting Excel! Cause: (Retrieve Excel Interface) Automation error
    Library not registered.
    I have tried checking the Excel Macro security setting, COM-Addins, changing Excel.exe.config file to use .NET Framework 1.1. But the error still persists.
    I have also tried uninstall SAP B1 client, remove SAP folder, the reinstall B1 client again, but the error still exist.
    Any other idea except reformatting PC?
    Thanks,
    Taw-Fey Tan

    Hi Julie,
    There seems to be 2 COM-Addins in Excel.
    SAP Business One
    SAP Business One  XL Reporter
    I am unable to delete the first one while keepint the second. Not sure why it keeps coming back and reappear itself.
    Taw-Fey Tan

  • Webutil Error when trying to run excel report from Oracle form

    I am trying to run an excel report from a oracle from but it throws me following error:
    Oracle.forms.webutil.fileTransfer.FileTransfer bean not found. WEBUTIL_FILE_TRANSFER.getmaxtransfer will not work
    Can you tell what is this error due to and how to eradicate this.

    hi
    Did you generate .plx?
    please check if you did not generate plx and if u did not create db packages please create the webutil user and create db packages.
    here is the webutil configurations.
    How to get up and running with WebUtil 1.06 included with Oracle Developer Suite 10.1.2.0.2 on a win32 platform
    Solution
    Assuming a fresh "Complete" install of Oracle Developer Suite 10.1.2.0.2,
    here are steps to get a small test form running, using WebUtil 1.06.
    Note: [OraHome] is used as an alias for your real oDS ORACLE_HOME.
    Feel free to copy this note to a text editor, and do a global find/replace on
    [OraHome] with your actual value (no trailing slash). Then it is easy to
    copy/paste actual commands to be executed from the note copy.
    1) Download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
      and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.
    2) Copy or move jacob.jar and jacob.dll
      [JacobStage] is the folder where you extracted Jacob, and will end in ...\jacob_18
         cd [JacobStage]
         copy jacob.jar [OraHome]\forms\java\.
         copy jacob.dll [OraHome]\forms\webutil\.
      The Jacob staging area is no longer needed, and may be deleted.
    3) Sign frmwebutil.jar and jacob.jar
      Open a DOS command prompt.
      Add [OraHome]\jdk\bin to the PATH:
         set PATH=[OraHome]\jdk\bin;%PATH%
      Sign the files, and check the output for success:
         [OraHome]\forms\webutil\sign_webutil [OraHome]\forms\java\frmwebutil.jar
         [OraHome]\forms\webutil\sign_webutil [OraHome]\forms\java\jacob.jar
    4) If you already have a schema in your RDBMS which contains the WebUtil stored code,
      you may skip this step. Otherwise,
      Create a schema to hold the WebUtil stored code, and privileges needed to
      connect and create a stored package. Schema name "WEBUTIL" is recommended
      for no reason other than consistency over the user base.
      Open [OraHome]\forms\create_webutil_db.sql in a text editor, and delete or comment
      out the EXIT statement, to be able to see whether the objects were created witout
      errors.
      Start SQL*Plus as SYSTEM, and issue:
         CREATE USER webutil IDENTIFIED BY [password]
         DEFAULT TABLESPACE users
         TEMPORARY TABLESPACE temp;
         GRANT CONNECT, CREATE PROCEDURE, CREATE PUBLIC SYNONYM TO webutil;
         CONNECT webutil/[password]@[connectstring]
         @[OraHome]\forms\create_webutil_db.sql
         -- Inspect SQL*Plus output for errors, and then
         CREATE PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
      Reconnect as SYSTEM, and issue:
         grant execute on webutil_db to public;
    5) Modify [OraHome]\forms\server\default.env, and append [OraHome]\jdk\jre\lib\rt.jar
      to the CLASSPATH entry.
    6) Start the OC4J instance
    7) Start Forms Builder and connect to a schema in the RDBMS used in step (4).
      Open webutil.pll, do a "Compile ALL" (shift-Control-K), and generate to PLX (Control-T).
      It is important to generate the PLX, to avoid the FRM-40039 discussed in
      Note 303682.1
      If the PLX is not generated, the Webutil.pll library would have to be attached with
      full path information to all forms wishing to use WebUtil. This is NOT recommended.
    8) Create a new FMB.
      Open webutil.olb, and Subclass (not Copy) the Webutil object to the form.
      There is no need to Subclass the WebutilConfig object.
      Attach the Webutil.pll Library, and remove the path.
      Add an ON-LOGON trigger with the code
             NULL;
      to avoid having to connect to an RDBMS (optional).
      Create a new button on a new canvas, with the code
             show_webutil_information (TRUE);
      in a WHEN-BUTTON-PRESSED trigger.
      Compile the FMB to FMX, after doing a Compile-All (Shift-Control-K).
    9) Under Edit->Preferences->Runtime in Forms Builder, click on "Reset to Default" if
      the "Application Server URL" is empty.
      Then append "?config=webutil" at the end, so you end up with a URL of the form
          http://server:port/forms/frmservlet?config=webutil
    10) Run your form.hope this helps u.
    sarah

  • Encountering Error while executing excel report in Reports 10g

    Hi,
    I have got Oracle 10g developer environment which has been implemented on Web browser through Oracle Jinitiator. I am running an excel report and encountering 105101: non-ORACLE exception -105101 when the output file exceeds a size of around 23MB. Where is this configuration done on Reports Server? Can we change this?

    Hi
    What do you mean by Install portal? Where should I install?
    While installing the server i have choosen the Usage type EP also!!
    Thanks
    mv_d

  • My application will not open or create an Excel report.

    When I run the vi in LabView, it runs fine, and It will open Excel and/or save an Excel report depending on what I select on the express vi for report generation. After I build it with application builder, it runs like normal and displays the resulst on the front panel, but it does not open Excel or save an Excel file for a report. I get an error 7 and the source is listed as "New Report.vi -> subMS Office Report Block.vi -> MS Office Report.vi -> sound.vi" where sound.vi is my top level vi. I have added the _excel dynamicvis.vi and _word dynamicvis.vi as dynamic vi's and I've added _excelsub.llb and _wordsub.llb as support files. I searched for the new report.vi and added the library it was in as a support file. I have saved sound.vi as a library and included vi.lib files, external subroutines, and run-time menus, and I used this version of the sound.vi and added sound.llb as a support file. Is there anything else I'm forgetting?

    Hello mwallace,
    The behavior you are seeing is probably due to one of the VIs being added as a support file instead of a dynamic VI. When adding a file as a dynamic VI, Application builder will ensure that all subVIs are included.
    The following knowledgebase examples this issue in some more detail.
    Error 7 When Building Applications and DLLs That Use the LabVIEW Report Generation Toolkit
    Please let me know if you have any questions.
    Regards,
    Matt F
    Keep up to date on the latest PXI news at twitter.com/pxi

Maybe you are looking for

  • Iphone 4 turns off on it's own with 5.0 and 5.01

    So I had a problem with my iphone 4 about a week ago and took it to the apple store. When I took the phone there, the phone wouldn't do anything but make phone calls, so they did a restore and the phone went back to normal, or so I thought. They also

  • How to consume Web Service with Password digest from PLSQL

    We have Oracle 10g (10.2.0.3.0) 64 bit. We have a situation where we need to consume web service whose security header looks like as follow, <soapenv:Header> <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01

  • Clean install of OSX Mountain Lion stuck on "5.5hrs."

    I'm trying to clean install OS X Mountain Lion on a MacBook Pro after having to erase my mac partition. I lefft the install to run over night and came back to barely making any progress stuck with 5.5 hours left. I thought erasing the Mac partion tha

  • How i will update ios of my back book

    how i will update  my  mac book version of mac book  serial no W8****0P5 <Personal Information Edited by Host>

  • Problem with update SCCM client to Sp1 CU3 on Windows 2008 server

    Hi all, I have problem with update SCCM client on Windows 2008 Server to 2012 Sp1 CU3. I have sent to deployment package with update (SP1 Cumulative Update 3 - server update) on four servers and after few minutes I have got in Monitoring\Deployment d