REP-0066: Error executing CA utility, REP-3335: Unhandled Internal CA Error

I had update reports to patchset 11.
then i tried to send a report with email from the previewer.
i get the following error messages:
REP-0066: Error executing CA utility.
REP-3335: Unhandled Internal CA Error.
caxer 1
i tried the second one, it works.
i closed the reports background engine and try it again, the some error.
but with patchset 9 it worked without problems.

Hi
Just tried this with Reports 6i patch -11 and I could not reproduce the problme. Is this specific to one rdf only? CA utility error usually means some issue with the memory requirement. Check of your temp directory has enough space left.
Thanks
Rohit

Similar Messages

  • REP-0066 Error Executing CA utility

    Hi all,
    When I run the Oracle report in the Reports
    Runtime Iam getting this error message:
    Rep-0066 Error Executing CA utility
    REP-3335 Unhandled Internal CA Error.
    calaa1
    Iam using Oracle 3.0.
    I would appreciate any suggestions to my query.
    TIA
    sg
    null

    Hi
    Just tried this with Reports 6i patch -11 and I could not reproduce the problme. Is this specific to one rdf only? CA utility error usually means some issue with the memory requirement. Check of your temp directory has enough space left.
    Thanks
    Rohit

  • Error rep-0066 and rep-3335

    I have problems with reports builder, suddenly i recive the next error :
    REP-0066 Error executing CA utility.
    REP-3335 Unhandled internal CA Error
    calaa 3
    I don't have any problems accesing the data base, the free space in my hard disk is huge and all the software was reinstaled, but the error still apears, If anybody has experienced this or has any idea why this is hapening please let me know.
    Tnx for your help.

    Hi Yuri
    Is this specific to one RDF file only? There are no known reason for this error [which is very generic error]. All it tells is that some internal error is occured in CA utility and is very difficult to predict like this. I suggest, you get in touch with Oracle Support on this.
    Thanks
    Rohit

  • REP-0066 Error???

    Hi all,
    When I run the Oracle report in the Reports
    Runtime Iam getting this error message:
    Rep-0066 Error Executing CA utility
    REP-3335 Unhandled Internal CA Error.
    calaa1
    Iam using Oracle 3.0.
    I would appreciate any suggestions to my query.
    TIA
    sg
    null

    As Rajesh notes, this is commonly associated with running out of resources (either in memory, or the file system).
    As a general rule of thumb it may be better to break up the run of your report into a number of smaller runs. This is generally more stable (i.e., you're less likely to run out of resources), but is also more maintainable (i.e., if one run breaks then you can just re-run that section, not the entire report).
    Regards,
    Danny

  • REP-0066 AND REP-3335

    Hi All,
    I got an error when I ran one report
    REP-0066:error executing CA utility
    REP-3335:Unhandled Internal CA Error.
    calaa 1.
    I am using Developer 2000/report v2.1.
    Your help is highly appreciated!
    Thanks,

    Even if I run this report from developer 2000, I got same error. (Initially , it ran from another Oracle Form application). The query is little complicated including datalinks so I wasn't so sure how to try default layout. need to retrieve a lot of information. But if you are willing, I can share the code with you. This error is so crucial to my work.
    Thanks,
    Donghong

  • Reports 10g: EP-0082: Error executing SCA utility

    Report Builder in Red Hat LINUX
    Report Builder: Release 10.1.2.0.2
    SCENARIO:
    The module CUSRR070.rdf exisits in /home/mydir/
    File Permissions are 777
    During editing I want to back-up CUSRR070.rdf as CUSRR070bak.rdf
    When doing File=>Save As, I get this error
    REP-0082: Error executing SCA utility.
    REP-0110: Unable to open file '/home/mydir/CUSRR070.rdf'.
    scaba 12
    The trouble-shooting guide sez:
    REP-82: Error executing SCA utility
    The possible causes of this error include the following:
    Case 1: Your initialization file is not current.
    Case 2: An abnormal condition.
    I DO NOT UNDERSTAND WHAT I AM TO DO
    What is the name of the file that is not current?
    Any suggestions ?

    Sorry for the slow reply. I've been trying a number of different things to get this to work.
    I reinstalled Developer as suggested but we don't have a patched version so there were no additional patches to apply. I re-ran the installer anyway to see if it would update anything.
    I couldn't find any reference to Developer patches that might fix this issue in metalink.
    I also tried messing with the JVM options to give it more memory etc but that didn't help.
    After using the Designer diagnostics trace I got the arguments it uses to run the same report from the command line.
    This resulted in the same issue. So at least it was consistent from Designer as well as the command line.
    This suggests it is a reports issue rather than Designer.
    Running the reports trace didn't provide any extra information. Found a bug that suggested changing any formula columns to not return NULL.
    Tried updating the report to fix that too but no joy.
    I will post here if I discover the solution.

  • Execute Package Utility Requires Integration Services

    Hi,
    I am trying to run an SSIS package from a client SQL Server Management Studio 2008 and am getting the message "The Execute Package Utility requires Integration Services to be installed by one of these editions of SQL Server 2008..."
    I installed SP1 and CU6 on the PC and am still getting the message.  Any ideas?  Any help is appreciated.
    Thanks

    Hello,
    I was getting same error message and This post helped me.
    I got more info from below:
    http://www.rad.pasfu.com/index.php?/archives/41-Minimum-Requirement-To-Execute-SSIS-Package.html
    Minimum Requirement To Execute SSIS Package
    A very common question is that : 
    what is minimal requirements for run a package? 
    Minimal Requirements to run SSIS package is :
    DTEXEC which can be installed
    with Integration Service at the SQL Server setup media. Note that you should Install Integration Services, because if you install DTEXEC without Integration Service then you will got this message when you try to execute a package from DTEXEC command line:
    The SQL Server Execute Package Utility requires Integration Services to be installed by one of these editions of SQL Server 2008: Standard, Enterprise, Developer, or Evaluation. To Install Integration Services,
    run SQL Server Setup and select Integration Services. 
     This is same operation on a machine who has Integration Service Installed:
    Another option to execute SSIS package is with BIDS, you can select it during SQL Server setup steps.
    So as a result you need to have one of these options to run a package on a machine: SSIS or BIDS.
    Thanks Shiven:) If Answer is Helpful, Please Vote

  • Executing oraxsl utility through forms 10g

    Hi,
    I tried to execute oraxsl utility in forms 10g using a button but failed. This utility is working fine when i run it through command line interface, but its not working on forms.
    Code on when-button-pressed trriger is :
    Declare
    cmd varchar2(1000);
    Begin
    cmd := 'oraxsl d:\cdcataloginfo.xml d:\cdcataloginfo.xsl d:\cdcataloginfo.htm';
    message(cmd);
    host(cmd, NO_SCREEN );
    IF NOT Form_Success THEN
    Message('Error - Not Succeeded');
    ELSE
    Message('Succeeded.');
    END IF;
    End;
    It shows the 'succeeded' message when i run this form, but it doesn't create the HTML file.
    Any help will be appreciated.
    Thanks.

    Using IE 8 and tried on IE 7 as well.
    Oracle JInitiator: Version 1.3.1.22Oracle Jinitiator is not compatible with IE 7/8, you have to use the Sun JRE 1.6.0._16 or higher instead. Take a look at section *2.2 Oracle Forms Applications on Client Platforms* in the Oracle Application Server 10g (10.1.2) Certification Matrix.
    After installing the Sun JRE 1.6.0, you will need to modify the %DEVSUITE_HOME%\forms\server\formsweb.cfg to set the correct JRE version information. Make the following changes:
    # System parameter: base HTML file for use with JInitiator client
    #-- Original
    #baseHTMLjinitiator=basejini.htm 
    #-- New
    baseHTMLjinitiator=basejpi.htm  
    #-- Original
    #jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html 
    #-- New
    jpi_download_page=http://www.oracle.com/technetwork/java/javase/downloads/index.html 
    # Parameter related to the version of the Java Plugin
    # -- Original
    #jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # -- New (this entry specifies update 16)
    jpi_classid=clsid:CAFEEFAC-0016-0000-0016-ABCDEFFEDCBA
    # OR, you can instruct OAS to use any version of Sun JRE 1.6.0
    jpi_classid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    # -- Original
    #jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # -- New
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,22
    # Parameter related to the version of the Java Plugin
    # -- Original
    #jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # -- New (Specifies update 16)
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_16
    # -- OR use any version of 1.6.0
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • REP-3000: An internal error occured starting Oracle Toolkit Solaris 10 SPARC

    I am running WL 10.3.6.0 with Forms/Reports 11.1.2.1.0 on a Solaris SPARC 10 64-bit box, specifically a T4.
    Brand new install of Solaris 10 with only Forms/Reports installed as the user "oracle".
    When I run rwbuilder.sh I get the dreaded REP-3000 error.  I currently have an SR opened with Oracle but its taking forever and I've scoured the net for many different fixes which do not work.  Forms Builder does work fine however.
    Some things I have checked and/or changes I have made:
    DISPLAY - set properly.  I use ReflectionsX to get to my server, I can run xclock also, I've even tried xhost+.
    I've tried running rwbuilder.sh direct at the console to make sure its not a ReflectionsX issue, same error.
    NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    I've done an ldd on "rwbuilder" to make sure the binary's dependencies were met, all fulfilled with no problems.
    Updated reports.sh:
    REPORTS_DEFAULT_DISPLAY=NO
    DISPLAY=(updated with my direct IP:0.0)
    Relinked reports builder.
    At this point I'm stumped.  Anyone actually have Reports Builder working on a Solaris 10 SPARC box or am I poineering this?  LOL

    REPORTS_DEFAULT_DISPLAY=NO is correct on AIX
    Take a look at http://download-uk.oracle.com/docs/html/B14048_02/pbr_rfap.htm#sthref3930
    To revert to the dependency on DISPLAY and use screen fonts (old font look up algorithm):
    * Set REPORTS_DEFAULT_DISPLAY=NO
    * Remove the screenprinter.ppd entry in the uiscreenprint.txt file.
    * Set the DISPLAY variable to the active X-Windows display surface.
    Regards,
    Martin

  • Microsoft (R) SQL Server Execute Package Utility Version 10.50.2500.0 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Argument "Data connector" for option "connection" is not valid. The command line parameters are invalid.

    sql server:- 2008 r2 stardard edition
    os:- 64
    Package is password procted.
    following is command line in ssis package .
    /FILE "E:\PostgressToSql_IPMS\PostgressToSql_IPMS\PostgressToSql.dtsx"
     /DECRYPT  /CONNECTION "Server.user";"\"Data Source=server;
    User ID=user;Provider=SQLOLEDB.1;Persist Security Info=True;
    Application Name=SSIS-Package-{DD33AC67-4A45-40D6-AF70-4BBD421931C1}BPOSQLDB01\BPOSQLDB01.log4BPO;
    Auto Translate=False;\"" /CONNECTION "server.conn 1";
    "\"Data Source=server;User ID=log4BPO;Initial Catalog=edb1;
    Provider=SQLOLEDB.1;Persist Security Info=True;Auto Translate=False;
    Application Name=SSIS-Package-{665E3825-6AFC-4DD3-ABC8-50B5F0F18EEB}server.conn 1;
    \"" /CHECKPOINTING OFF /REPORTING E
    Need change something? Seperate configuaration file required ?

    Hi Dinesh,
    Based on my research, the issue is caused by you are running a SSIS package with a connection manager that has a space-character in the connection name.
    To work around this issue, please refer to the following two suggestions:
    Rename the connection manager in THE package to not include certain special characters (spaces, dashes). Note that the connection manager name can be changed without having to edit any property of the connection string itself.
    Escape quote the connection name, such that
    /CONNECTION "server.conn 1";"..."
    becomes
    /CONNECTION "\"server.conn 1\"";"..."
    The following similar issue is for your reference:
    https://connect.microsoft.com/SQLServer/feedback/details/510869/dtexec-commandline-fails-when-connection-is-passed-to-commandline-and-connection-name-contains-a-space
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • While trying  to execute the Webservice in webdynpro giving Internal server

    Hi  All
                 I am trying to execute a Webservice in Webdynpro but it is giving me
      an error : "Internal Server Error"  , why I am not understanding.
      plese below the piece of code what I wrote.  Please reply at the very earliest.
    //@@begin onActionGo(ServerEvent)
         Request_ZDUMMYPortType_ZDUMMY req = new Request_ZDUMMYPortType_ZDUMMY();
         wdContext.nodeRequest_ZDUMMYPortType_ZDUMMY().bind(req);
         req._setUser("xxxxx");
         req._setPassword("******");
        wdContext.nodeRequest_ZDUMMYPortType_ZDUMMY().currentRequest_ZDUMMYPortType_ZDUMMYElement().setP1("");
         wdThis.wdGetDummyModelCustController().executeRequest_ZDUMMYPortType_ZDUMMY();
    regards
    jalandhar.

    Hi Sudip
                  I am using general webservice model only  not adaptive.
                 please reply me asap
    regards
    jalandhar
    What kind of model you used to import the web service? If you used adaptive
    Webservice model then you require to configure the end point destination in Visual Admin.

  • Disk utility doesn't see internal HD

    A friend gave me a 17" Late 2006  Core 2 Duo, iMac 5.1, model MA590LL, it was working fine.
    Donor asked me to zero out data before I used it so I did with Disk Utility. about 3/4 of the way through it hung up. I restarted it and now, starting up from the original install discs (10.4.7) hard drive will not show up anywhere in disk utility or as a destination volume for the OS reinstall.
    Did the HD die during zeroing data?
    if so what type replacement do I need? The original was 160gb which was plenty for the use this will see. Is all I need a 3.5 SATA HD?
    thanks,
    Rob

    Thanks Niel,
    I see the I can get a 160GB  3.5" SATA  pretty cheap from Amazon, I really don't need anything more than that.  Do I need to match rpm (7200 or 10,000), cache size (8mb or 16mb) and transfer (1.5Gb/s or 3gb/s) rate also?
    If so where can I find what the originals were?
    Are the connectors standard?
    thanks,
    Rob

  • Disk Utility not formatting new internal hard drive

    My 2011 mac book pro recently crashed giving me a gray screen with a folder(question mark). I tried reinstalling Yosemite, with no success. I bought a 2tb seagate hard drive, placed it into my macbook, however it's in master boot record. I tried partitioning it under GUID, but it is giving me error signs, as well  "waiting for disks to reappear". I am currently erasing the hard drive, I understand that a 2tb hard drive is a huge hard drive and it takes time for it to be reformatted, but it's been over 12 hours and the estimate time remaining just continues to increase. What is happening? What am I doing wrong?

    Just returned it, got the new one and same thing happened...I'm pretty confused with this right now. I used it as an external hard drive and it formatted fine. I installed Yosemite on it and ran fine as the operating system as an External Hard drive. However, as soon as I switch i put it into my laptop, it does not pick up or read. I just formatted the hard drive again and trying to install it, but now it is giving me a different error "this disk cannot be used to startup your computer yosemite". It's actually running as my internal hard drive right now and that's is what my computer is giving me.

  • Disk Utility hangs while initializing internal hard disk in Core Duo iMac

    I have a 20" Core Duo iMac. Recently the internal hard drive crashed ("invalid B-tree node size" or something reported when Disk Utility tries and fails to repair it). I have all my data on an external hard disk used as a Time Machine volume, so recovery is not my issue. Initially I picked the write zeroes once security option and chose to erase the internal hard disk. Realizing this would take too long, I clicked on skip, and Disk Utility appeared to hang. I quit and restarted Disk Utility, and chose the "don't erase" security option, but when I go to erase the drive it appears to hang while at the "partitioning" stage and doesn't seem to get any further. There is motion in the progress bar, but no additional progress after about an hour. Disk Utility shows the disk but no volumes underneath it (whereas immediately after the crash, it showed an unmountable volume labeled "disk0s2").
    Why would Disk Utility be taking so long and not making any progress? How can I reformat this disk if Disk Utility is not able to? Incidentally, I am running the Disk Utility that comes with OS X 10.4.8, since that is the OS X version on my portable hard drive that I booted from. I also tried using Drive Genius to initialize the hard disk, but it also appeared to hang with no progress.

    It is possible the drive has failed, but to be sure start by turning off the computer. Wait five minutes. Then do this:
    Extended Hard Drive Preparation
    1. Boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger or Leopard.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. SMART info will not be reported on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Set the number of partitions from the drop down menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID (only required for Intel Macs) then click on the OK button. Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    Be sure to boot from the OS X installer DVD, not a backup clone.

  • Disk Utility not finding new internal hard drive

    Hi All
    My internal hard drive died recently and I replaced with a western digital drive from newegg..
    All the cables are hooked up correctly, including the orange cable attached to the hard drive. Problem is that when I go to install OS X, Disk Utility doesn't even list the drive. Is there something I need to do beforehand? Anyone have any ideas as to why Disk Utility isn't even seeing the drive? Jumpers maybe?
    Thanks in advance.
    -Aaron

    I doubt that any jumpers are needed, since this is the only (master) drive in the system. WD's site has pretty good info on this. Verify for yourself however.
    Also, from their site:
    How to partition and format an internal slave drive or an external drive in a Mac OS X (all versions).
    Answer
    In Mac OS X, you can use the built in Disk Utility to partition and initialize the drive so it will appear on the desktop.
    1. Open the main drive (the drive that contains the operating system).
    2. Open the Applications folder.
    3. Open the Utilities folder.
    4. Select Disk Utility.
    5. The drives are displayed on the left side of the window. Click on the drive that you wish to partition (the top drive listing for the hard drive that you want to work with).
    6. Once the drive is selected click on Partition.
    7. Click on the Options button to select the partitioning scheme.
    8. Click on Apple Partitioning Scheme or Apple Partitioning Map and then click on the OK button.
    9. You will see several options for setting up the drive. Once you have selected the number of partitions, the format type you want, and a volume label, click the Partition button.
    10. Following the completion of this process, the drive will appear on the desktop.
    Joe

Maybe you are looking for

  • App World Icon Missing

    I've downloaded the BB AppWorld (Version 4.0.0.65) but the icon is not showing up anywhere- neither in Applications (Show All) nor in Downloads. It is showing in the Application Management (Options) but I'm not able to use it from there. Please help,

  • Viewer Builder update issue

    This update process is just getting absolutely ridiculous. I am trying to get into the viewer builder. It tells me that my viewer builder is out of date and gives me a link to follow. I follow the link, download, install as I am instructed to. When I

  • IOS 8 safari copy paste problem

    Hi I have a iPhone 4S with iOs8 the problem is that when  I copy a web address or text from safari it can't be paste on other apps for example notes, mail, Facebook, Twitter or any one even the same safari. the bug happen randomly. some times the cop

  • Print document titles in folder

    I have a folder full of recipes, 500 of them, and I want to just print the titles out. How?

  • Visual studio 2013 update 4 will not install

    I am currently running visual studio 2013 Version 3, and i recently just downloaded the update 4 file.  I've tried installing it multiple times but all it does is show the splash screen and then wink out.  Checked the task processes and its not runni