Reporting studio client very slow

We are having significant performance issues using the Reports Studio Client on local computer. When we develop or edit new reports and use System Variables to make reports dynamic it freezes the computer. Even loading a report or making a single change takes 30-60 seconds. Not being able to use system variables forces us to hard code report selections which is leading to other problems.(client and server are in different locations)
Has anybody experienced this?we use epm 11.1.2.

Same here. Performance is really bad when we use the studio on our own machines. Good thing is we have only couple of developers here and all of us have access to the report server. I know it is not ideal, but if we need to develop a new report or modify it, we simply login to the report server using remote desktop connection.
Cheers,
Mehmet

Similar Messages

  • Financial reporting studio client 11113

    hi,all
    where can I download financial reporting studio client of version 11.1.1.3?
    thanks a lot!

    In 11.1.1.3 the FR studio is installed by running the installer(installtool.cmd/installtool.sh) and selecting the FR client .Before that you need to have the files downloaded for 11.1.1.3 :
    Oracle Hyperion Enterprise Performance Management System Installer
    Hyperion Enterprise Performance Management System Foundation Services Release 11.1.1.3.0 Part 1 of 4
    Hyperion Enterprise Performance Management System Foundation Services Release 11.1.1.3.0 Part 2 of 4
    Oracle Hyperion Financial Reporting, Fusion Edition Release 11.1.1.3.0
    Oracle Hyperion Financial Management, Fusion Edition Release 11.1.1.3.0
    These are the required files.Currently you will not get these in the Oracle E-delivery. You need to raise a non-technical Service Request for the files with Oracle for these.
    Hope this helps.

  • My all reports are running very slow now, I am using Reports 6i?

    Dear Friends,
    My all reports are running very slow now, I am using Reports 6i. A few months ago there speed is better. Please suggest me the solution of this problem.
    Best regards,
    Shahzad

    Get statspack/AWR running against your database and analyze the reports. 15 minutes interval between snaps should be enough.
    That should give you a clue as to what is going wrong in your database.
    Since you are saying that the reports speed was better a few months ago, it is possible that you are suffering from "data growth".

  • Can I create report in anyway without using reporting studio client

    Hi All,
    I am using hyperion 11.1.1.1.0.0.
    I am creating reports from hyperion reporting and anlysis.
    I want to know, is there anyway of creating reports from workspace?
    If not then how can I create reports without accessing report studio client.
    Thanks

    In 9.3.1 (at least) you have to use the FR Studio, I'm pretty sure it's the same in 11.
    What happens in the workspace if you select from the Hyperion/Oracle menu:
    File/New/Document
    In 9.3.1 there are options for:
    - Interactive Reporting
    - Web Analysis
    - Report Books
    - Batches

  • Financial Reporting Studio Client Installation Error

    Hi,
    today i tried to install Financial Reporting Studio on my own computer to access the data stored on a server landscape. After successfull installation, when I try to login I receive the following error message: You are not Authorized to use this Functionality. Please contact Administrator
    Nevertheless, I am the admin so I need to contact myself. I tried a lot of things today and read a lot of threads, still no solution. I can run the Reporting Studio from any of my servers and use the URL http://webserver:19000 It works when run from any of the servers. But when I try it from the "outside" I always get the error above. I can access all other Hyperion Components from my computer, hence the environment is configured right to that extend.
    Do you have any suggestions on this error?
    Thank you very much,
    Best Regards
    Philipp
    I run: Windows Vista
    FinRep Studio: 11.1.0.2507

    I have the same issue with 11.1.1.3 and Windows 7 which we recently installed..  Initially, Financial Reporting would not launch but after we did the steps mentioned below, we the studio opens and we can access our Repository.  However, we get a 'Failed to connect to Server...' for each of our HFM and Essbase reports.  Any ideas?
    Thx,
    Mike
    We followed the below steps
    manually copy the following folders and files from a working 32-bit Windows machine:
    <HYPERION>\common\JRE  (This is needed for Studio startup.)
    <HYPERION>\common\ADM\9.5.0.0\Essbase  (This is needed for data source connections.)
    <HYPERION>\products\biplus\lib\fr_client.properties  (This defines the FR Client Logging settings.)
    <HYPERION>\products\biplus\lib\fr_global.properties  (This is needed to define the default
    RMI port (FR Studio will try to use 1099 otherwise) and the location of the fr_client.properties file (or else the FRClient.log file doesn't get created).)
    Note that if the Java Runtime (<HYPERION>\common\JRE ) was missing after initial installation, it will be necessary to manually execute <HYPERION>\products\biplus\install\bin\HrRunAnt.cmd.  This is a Windows batch file used to perform post-install configuration steps; it depends on the presence of the java Runtime.

  • Report Viewer is very slow at first time

    Hi,
    We are facing very slow when loading the reports.For any search it is taking more time to load the reports.We are thinking issue is due to report viewer control and we are using report viewer control version 10.0.0.0.Could you please let us know how to resolve
    this issue.
    Thanks,
    Vijay

    How big id the query?  How much memory does the server have? It is possible that an execution plan/data pages of the query was thrown from the cache and SQL Server needs to compile/read the data from disk again.
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Report region runs very slow, but its sql runs fast

    We have a page with a report region Type :SQL Query (plsq function body returning sql query) which runs very slow, pegging the tach on our db box for almost a minute before returning report rows. However, if we run the generated sql from sql plus, it returns all the rows in under 10 seconds with nary a blip on the box. Any idas how what could be causing this or how to debug?
    Thanks,
    Steve

    OK, here is the bad boy, shortly after our code that returns the data.
    declare
    rc__ number;
    simple_list__ owa_util.vc_arr;
    complex_list__ owa_util.vc_arr;
    begin
    owa.init_cgi_env(:n__,:nm__,:v__);
    htp.HTBUF_LEN := 63;
    null;
    null;
    simple_list__(1) := 'sys.%';
    simple_list__(2) := 'dbms\_%';
    simple_list__(3) := 'utl\_%';
    simple_list__(4) := 'owa\_%';
    simple_list__(5) := 'owa.%';
    simple_list__(6) := 'htp.%';
    simple_list__(7) := 'htf.%';
    simple_list__(8) := 'wpg_docload.%';
    if ((owa_match.match_pattern(p_string =>
    'f'
    /* */,p_simple_pattern =>
    simple_list__
    ,p_complex_pattern =>
    complex_list__
    ,p_use_special_chars =>
    false)))
    then
    rc__ := 2;
    else
    null;
    null;
    f(p=>:p);
    if (wpg_docload.is_file_download) then
    rc__ := 1;
    wpg_docload.get_download_file(:doc_info);
    null;
    null;
    null;
    commit;
    else
    rc__ := 0;
    null;
    null;
    null;
    commit;
    owa.get_page(:data__,:ndata__);
    end if;
    end if;
    :rc__ := rc__;
    end;
    call count cpu elapsed disk query current rows
    Parse 0 0.00 0.00 0 0 0 0
    Execute 1 25.53 26.59 4492 20992 60 1
    Fetch 0 0.00 0.00 0 0 0 0
    total 1 25.53 26.59 4492 20992 60 1

  • Crystal Report 10.5 very slow (30 minutes) to display

    crystal report 10.5 in vs 2008 display at extremely very slow speed in development server and production server. i have loaded a dataset as the datasource for the report. i also checked the code in debugging mode to know where the delay is but found out it is not from the code as the code executes to the end in less than a minute but the browser keeps loading for several minute before display.
    please kindly help to resolve this issue.

    With CR 2008:
    For OLE DB then use:
    MS SQL 2005 - OLE DB Provider
    MS SQL 2008 - SQL Native 10
    For ODBC then use:
    MS SQL 2005 - SQL Native
    MS SQL 2008 - SQL Native 10
    Once you have a report created, you can use the following code at runtime:
    Public Sub New()
            'This call is required by the Windows Form Designer.
            InitializeComponent()
            'Add any initialization after the InitializeComponent() call
            'Create an instance of the strongly-typed report object
            crReportDocument = New CrystalReport1()
            'Setup the connection information structure to be used
            'to log onto the datasource for the report.
            crConnectionInfo = New ConnectionInfo()
            With crConnectionInfo
                .ServerName = "escalade"    'physical server name
                .DatabaseName = "Pubs"
                .UserID = "sa"
                .Password = "admin"
            End With
            'Get the table information from the report
            crDatabase = crReportDocument.Database
            crTables = crDatabase.Tables
            'Loop through all tables in the report and apply the connection
            'information for each table.
            For Each crTable In crTables
                crTableLogOnInfo = crTable.LogOnInfo
                crTableLogOnInfo.ConnectionInfo = crConnectionInfo
                crTable.ApplyLogOnInfo(crTableLogOnInfo)
            Next
            'Set the viewer to the report object to be previewed.
            CrystalReportViewer1.ReportSource = crReportDocument
    End Sub
    And be careful with subreports. If you use the same connection type as for the main report the subreport should piggy back on the main connection. If you use a different connection, you'll have to use code to connect the subreports:
    //loop through all the sections to find all the report objects
    foreach (CrystalDecisions.CrystalReports.Engine.Section crSection in crSections)
        crReportObjects = crSection.ReportObjects;
        //loop through all the report objects to find all the subreports
        foreach (CrystalDecisions.CrystalReports.Engine.ReportObject crReportObject in crReportObjects)
            if (crReportObject.Kind == ReportObjectKind.SubreportObject)
                //you will need to typecast the reportobject to a subreport
                //object once you find it
                crSubreportObject = (CrystalDecisions.CrystalReports.Engine.SubreportObject)crReportObject;
                string mysubname = crSubreportObject.SubreportName.ToString();
                //open the subreport object
                crSubreportDocument = crSubreportObject.OpenSubreport(crSubreportObject.SubreportName);
                //set the database and tables objects to work with the subreport
                crDatabase = crSubreportDocument.Database;
                crTables = crDatabase.Tables;
                tableIndex = 0;
                bool SecureDB;
                //loop through all the tables in the subreport and
                //set up the connection info and apply it to the tables
                foreach (CrystalDecisions.CrystalReports.Engine.Table crTable in crTables)
                {   // check if integrated security is enabled
                    SecureDB = crSubreportDocument.Database.Tables[tableIndex].LogOnInfo.ConnectionInfo.IntegratedSecurity;
                    string TableName = crTable.Name.ToString();
                    tableIndex++;
                    crConnectioninfo.ServerName = "VMW2K8CRSE2K8";
                    //if (!SecureDB)
                        crConnectioninfo.UserID = "sa";
                        crConnectioninfo.Password = "PW";
                        crConnectioninfo.DatabaseName = "QTYLTD";
                        crTableLogOnInfo = crTable.LogOnInfo;
                        crTableLogOnInfo.ConnectionInfo = crConnectioninfo;
                        crTable.ApplyLogOnInfo(crTableLogOnInfo);
    rpt.VerifyDatabase();
    For more info:
    SAP Crystal Reports .NET SDK Developer Guide
    SAP Crystal Reports .NET API Guide
    http://scn.sap.com/docs/DOC-21967
    http://scn.sap.com/docs/DOC-21953
    (Not sure if I gave you the last two links already.
    - Ludek

  • 10.7 client very slow to open files on 10.5.8 server

    hello,
    we have an xserve running 10.5.8 with a connected xraid, which works fine for clients up to 10.6.8
    however clients running 10.7 experience very slow opening times of TXTs, RTFs, PDFs and JPGs - strangely the spacebar preview opens all files instantly, but if you try to open the same files with their respective default app (e.g. text edit or preview) it takes up to a minute!
    quite obviously this is very frustrating, thus any hints as to what might be causing this would be much appreciated.
    ds.

    Hi, as a suggestion I would run Onyx:- http://www.apple.com/downloads/macosx/systemdiskutilities/onyx.html
    Then I would go the SMC route, you will need to determine the correct SMC procedure for your model.
    I would also check/reset the Startup Disc (System Preferences)
    Did you add the extra RAM or was it factory fitted? Have you run TechTool?
    Are the Apps running via Rosetta?...L

  • Report with Subreport very slow from SharePoint

    HI,
     I have a report with a sub-report that runs in about 9 seconds from my PC using the Report Designer with SQL Server 2008R2.
    When I run the deployed report from SharePoint it takes 4 minutes. If I remove the sub-report it again runs fine from SharePoint.
    The sub-report is pretty simple and links to the main report using 3 parameters.
    What would cause this?
    Any ideas would be appreciated.
    Thanks,
    Trish
    Trish Leppa

    Hello Trish,
    I have found similar thread with some good suggestion for optimizing the report in sharepoint.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/c140d26e-1c02-4f8d-bc61-f6ac75706556/reporting-services-very-slow-in-sharepoint?forum=sqlreportingservices
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Ports required to be opened for Financial Reporting Studio Client access

    Hi Everyone,
    What are the exact ports which are required to be opened between the client machines and the Report Server so that users are able to use the Reporting Studio. (I guess opening port 8200 only will not suffice, will it?)
    Thanks,
    Sayantan

    Sayantan,
    Chapter 15 of the Financial Studio Report documentation (http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/fr_user.pdf) specifically pages 300 to 311 explain the default setup ports, the amount of Essbase ports required and such.
    JTS

  • 2.4GHZ clients very slow speeds with AP3600

    5508 WLC (7.5.102)
    AP36021
    We currently have a test WiFi SSID setup that uses basic mac filtering on our WLC's
    WLAN is configured with WPA and WPA2 L2 Security with WPA Policy and WPA2 Encryption.
    For some reason we seem to be getting very slow speeds on clients with 2.4GHZ
    for example speedtest.net I get 70mg upload and 65mg download on 5GHZ devices and about 1-3mg download and 1mg upload for 2.4GZ devices!
    AP36021 are dual band with 4 channels (2 x 2.4Ghz and 2 x 5Ghz)
    fyi - There are no dropped packets on the client stats via Prime mgmt that use 2.4GHZ
    Any ideas here?

    Foreign Primary WLC (let me know if you need the Anchor controller ouput as well)
    We have 3 ports configured  as 0/12 trunked
    interface GigabitEthernet0/12
    description + WLC ****
    switchport access vlan 999
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 999
    switchport trunk allowed vlan 10,30,40
    switchport mode trunk
    switchport nonegotiate
    load-interval 30
    no cdp enable
    channel-group 3 mode on
    spanning-tree portfast
    end
    Building configuration...
    Current configuration : 330 bytes
    interface Port-channel3
    description + WLC ****
    switchport access vlan 999
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 999
    switchport trunk allowed vlan 10,30,40
    switchport mode trunk
    switchport nonegotiate
    logging event trunk-status
    logging event bundle-status
    load-interval 30
    end
    AP switch port config
    Building configuration...
    Current configuration : 617 bytes
    interface GigabitEthernet4/32
    description AP36021
    switchport
    switchport access vlan 30
    switchport mode access
    switchport voice vlan 20
    load-interval 30
    speed auto 10 100
    wrr-queue bandwidth 5 90 5
    wrr-queue queue-limit 5 80 5
    wrr-queue random-detect min-threshold 2 70 100 100 100 100 100 100 100
    wrr-queue random-detect min-threshold 3 70 100 100 100 100 100 100 100
    wrr-queue random-detect max-threshold 2 100 100 100 100 100 100 100 100
    wrr-queue cos-map 2 1 0 1 2 4
    wrr-queue cos-map 3 1 3 6 7
    no snmp trap link-status
    mls qos trust cos
    no mdix auto
    spanning-tree portfast
    end
    show wlan 4
    WLAN Identifier.................................. 4
    Profile Name..................................... WLKPV
    Network Name (SSID).............................. WLKPV
    Status........................................... Enabled
    MAC Filtering.................................... Enabled
    Broadcast SSID................................... Enabled
    AAA Policy Override.............................. Disabled
    Network Admission Control
    Client Profiling Status
        Radius Profiling ............................ Disabled
         DHCP ....................................... Disabled
         HTTP ....................................... Disabled
        Local Profiling ............................. Disabled
         DHCP ....................................... Disabled
         HTTP ....................................... Disabled
      Radius-NAC State............................... Disabled
      SNMP-NAC State................................. Disabled
      Quarantine VLAN................................ 0
    Maximum number of Associated Clients............. 0
    Maximum number of Clients per AP Radio........... 200
    --More-- or (q)uit
    Number of Active Clients......................... 21
    Exclusionlist Timeout............................ 60 seconds
    Session Timeout.................................. 7200 seconds
    User Idle Timeout................................ Disabled
    Sleep Client..................................... disable
    Sleep Client Timeout............................. 12 hours
    User Idle Threshold.............................. 0 Bytes
    NAS-identifier................................... hellotest
    CHD per WLAN..................................... Enabled
    Webauth DHCP exclusion........................... Disabled
    Interface........................................ new-byod
    Multicast Interface.............................. Not Configured
    WLAN IPv4 ACL.................................... unconfigured
    WLAN IPv6 ACL.................................... unconfigured
    WLAN Layer2 ACL.................................. unconfigured
    mDNS Status...................................... Enabled
    mDNS Profile Name................................ default-mdns-profile
    DHCP Server...................................... Default
    DHCP Address Assignment Required................. Disabled
    Static IP client tunneling....................... Disabled
    PMIPv6 Mobility Type............................. none
        PMIPv6 MAG Profile........................... Unconfigured
        PMIPv6 Default Realm......................... Unconfigured
    --More-- or (q)uit
        PMIPv6 NAI Type.............................. Hexadecimal
    Quality of Service............................... Silver
    Per-SSID Rate Limits............................. Upstream      Downstream
    Average Data Rate................................   0             0
    Average Realtime Data Rate.......................   0             0
    Burst Data Rate..................................   0             0
    Burst Realtime Data Rate.........................   0             0
    Per-Client Rate Limits........................... Upstream      Downstream
    Average Data Rate................................   0             0
    Average Realtime Data Rate.......................   0             0
    Burst Data Rate..................................   0             0
    Burst Realtime Data Rate.........................   0             0
    Scan Defer Priority.............................. 4,5,6
    Scan Defer Time.................................. 100 milliseconds
    WMM.............................................. Allowed
    WMM UAPSD Compliant Client Support............... Disabled
    Media Stream Multicast-direct.................... Disabled
    CCX - AironetIe Support.......................... Enabled
    CCX - Gratuitous ProbeResponse (GPR)............. Disabled
    CCX - Diagnostics Channel Capability............. Disabled
    Dot11-Phone Mode (7920).......................... Disabled
    Wired Protocol................................... None
    Passive Client Feature........................... Disabled
    --More-- or (q)uit
    Peer-to-Peer Blocking Action..................... Disabled
    Radio Policy..................................... All
    DTIM period for 802.11a radio.................... 1
    DTIM period for 802.11b radio.................... 1
    Radius Servers
       Authentication................................ Global Servers
       Accounting.................................... Global Servers
          Interim Update............................. Disabled
          Framed IPv6 Acct AVP ...................... Prefix
       Dynamic Interface............................. Disabled
       Dynamic Interface Priority.................... wlan
    Local EAP Authentication......................... Disabled
    Security
       802.11 Authentication:........................ Open System
       FT Support.................................... Disabled
       Static WEP Keys............................... Disabled
       802.1X........................................ Disabled
       Wi-Fi Protected Access (WPA/WPA2)............. Enabled
          WPA (SSN IE)............................... Disabled
          WPA2 (RSN IE).............................. Enabled
             TKIP Cipher............................. Disabled
             AES Cipher.............................. Enabled
    --More-- or (q)uit
          Auth Key Management
             802.1x.................................. Disabled
             PSK..................................... Enabled
             CCKM.................................... Disabled
             FT-1X(802.11r).......................... Disabled
             FT-PSK(802.11r)......................... Disabled
             PMF-1X(802.11w)......................... Disabled
             PMF-PSK(802.11w)........................ Disabled
          FT Reassociation Timeout................... 20
          FT Over-The-DS mode........................ Enabled
          GTK Randomization.......................... Disabled
          SKC Cache Support.......................... Disabled
          CCKM TSF Tolerance......................... 1000
       WAPI.......................................... Disabled
       Wi-Fi Direct policy configured................ Disabled
       EAP-Passthrough............................... Disabled
       CKIP ......................................... Disabled
       Web Based Authentication...................... Disabled
       Web-Passthrough............................... Disabled
       Conditional Web Redirect...................... Disabled
       Splash-Page Web Redirect...................... Disabled
       Auto Anchor................................... Enabled
       FlexConnect Local Switching................... Disabled
    --More-- or (q)uit
       flexconnect Central Dhcp Flag................. Disabled
       flexconnect nat-pat Flag...................... Disabled
       flexconnect Dns Override Flag................. Disabled
       flexconnect PPPoE pass-through................ Disabled
       flexconnect local-switching IP-source-guar.... Disabled
       FlexConnect Vlan based Central Switching ..... Disabled
       FlexConnect Local Authentication.............. Disabled
       FlexConnect Learn IP Address.................. Enabled
       Client MFP.................................... Optional
       PMF........................................... Disabled
       PMF Association Comeback Time................. 1
       PMF SA Query RetryTimeout..................... 200
       Tkip MIC Countermeasure Hold-down Timer....... 60
    AVC Visibilty.................................... Disabled
    AVC Profile Name................................. None
    Flow Monitor Name................................ None
    Split Tunnel (Printers).......................... Disabled
    Call Snooping.................................... Disabled
    Roamed Call Re-Anchor Policy..................... Disabled
    SIP CAC Fail Send-486-Busy Policy................ Enabled
    SIP CAC Fail Send Dis-Association Policy......... Disabled
    KTS based CAC Policy............................. Disabled
    Assisted Roaming Prediction Optimization......... Disabled
    --More-- or (q)uit
    802.11k Neighbor List............................ Disabled
    802.11k Neighbor List Dual Band.................. Disabled
    Band Select...................................... Disabled
    Load Balancing................................... Disabled
    Multicast Buffer................................. Disabled
    Mobility Anchor List
    WLAN ID     IP Address            Status
    4           10.x.x.x          Up
    4           10.x.x.x         Up
    802.11u........................................ Disabled
    MSAP Services.................................. Disabled

  • Logic Studio acting very slow

    Hi im new to this forum. Finally got Logic Studio, I have no previous experience of Logic but I have been wanting to purchase music software for a long time. I installed Logic and it is acting very slow and often when i have only recorded 3 layers it will say "System Overload the audio engine was not able to process all required data in time (-10011)". My Computer is a PowerPC G4, 1.25 GHz, 1 MB L3 cache, 2 GB DDR SDRAM. Writing all information because I do not know much about computers.
    If anyone could help that would be great ??

    You are unfortunately at the bottom end of computers that can run Logic 8 at all.
    If upgrading your computer is not possible, be sure to check into ways of making your computer handle it's load more easily. Some ways of doing that are to check into freezing tracks, and being thrifty with plug ins, etc. You can put a plug in effect on a track (like EQ, say, or compression on a guitar track) and once you absolutely know you have the sound you want, record that to another audio track and take the plug ins off your original track. This will cut down on the number of plug ins you have running at any one moment. And remember, EQ takes up resources by the # of bands, so if you don't need 7 then use just one, or three. That sort of thing.
    Others will no doubt tell you some better ways of making use of your computers resources as well.
    Check the amount of samples your computer is using to address latency, as well, you have to adjust that a bit until you find a happy medium often. Read the manual for that until you understand it, and work out what helps you.
    I should mention that RAM will help you a lot and in the cheapest way, if you can move up from the 2 Gigs you have, I'd do so.
    You can also upgrade the processors in G4's, check out OWC Computing and maybe there will be some help for you there. It isn't inexpensive, but if I had a G4 I'd do it regardless.
    Or maybe this is God's way of telling you to get a new Mac, is how I'd view it.

  • DBProviderFactories.GetFactory("Oracle.DataAccess.Client") very slow

    The call to System.Data.Common.DBProvidersFactories.GetFactory("Oracle.DataAccess.Client") is taking over 2 minutes to return on my computer. By comparison, calls to GetFactory() for the System.Data.SqlClient and IBM.Data.DB2 takes less than a second.
    Even more strange, the same call is very fast if I am running the code inside of the VS2010 debugger.
    ODAC version 11.2.0.1.2 (32bit version)
    Windows 7 64 bit
    .NET 3.5 SP1
    Oracle server - not relevant since test pgm is not connecting to a serve.
    Code developed with VS 2010.
    Test pgm built with:
    - Target CPU=32 (so app runs as 32bit mode, instead of 64)
    - Target Framework = .NET 3.5 SP1
    The call has not always been this slow. I have been running with ODAC 11.2.0.1.2 since it's release. But, IIRC, the slowness just started several weeks ago.
    Below is the test pgm:
    Imports System.Configuration
    Imports System.Data.Common
    Module Module1
        Sub Main()
            CreateFactory("Oracle.DataAccess.Client")
            CreateFactory("System.Data.SqlClient")
            CreateFactory("IBM.Data.DB2")
        End Sub
        Sub CreateFactory(ByVal providerName As String)
            Dim sw = New Stopwatch
            sw.Start()
            Dim factory = DbProviderFactories.GetFactory(providerName)
            sw.Stop()
            If factory Is Nothing Then
                Throw New Exception(String.Format("DbProviderFactories.GetFactory({0}) failed", providerName))
            End If
            Console.WriteLine("DbProviderFactories.GetFactory({0}) call took {1} secs", providerName, sw.Elapsed.TotalSeconds)
        End Sub
    End ModuleThe output I get is:
    DbProviderFactories.GetFactory(Oracle.DataAccess.Client) call took 130.1584958 secs
    DbProviderFactories.GetFactory(System.Data.SqlClient) call took 0.0001462 secs
    DbProviderFactories.GetFactory(IBM.Data.DB2) call took 0.1252213 secs
    Please let me know if you need any more information. All help is appreciated.
    Jim

    As I mentioned before, if I loaded the DBProviderFactory object, for the IBM.Data.DB2 provider, loading the Oracle.DataAccesss.Client provider ran quickly. The IBM.Data.DB2 provider always using a distributed transaction to communicate with the database. So, my guess is that the IBM DBProviderFactory was doing work to prepare for a distributed transaction. And this prep work allows the Oracle DBProviderFactory to run much faster.
    So to test my theory, I created a TransactionScope object, before creating the Oracle DBProviderFactory. See new code below:
    <pre>
    Sub Main()
    Using ts = New Transactions.TransactionScope()
    CreateFactory("Oracle.DataAccess.Client")
    End Using
    End Sub
    Sub CreateFactory(ByVal providerName As String)
    Dim sw = New Stopwatch
    sw.Start()
    Dim factory = DbProviderFactories.GetFactory(providerName)
    sw.Stop()
    If factory Is Nothing Then
    Throw New Exception(String.Format("DbProviderFactories.GetFactory({0}) failed", providerName))
    End If
    Console.WriteLine("DbProviderFactories.GetFactory({0}) call took {1} secs", providerName, sw.Elapsed.TotalSeconds)
    End Sub
    </pre>
    And this was the result:
    DbProviderFactories.GetFactory(Oracle.DataAccess.Client) call took 0.1925129 sec
    a dramatic speedup.
    Is this expected behavior? More importantly, is there a fix to make loading the Oracle DbProviderFactory faster without requiring the creation of a TransactionScope object?
    Thanks,
    Jim
    Edited by: thompkin on Nov 18, 2010 10:55 AM

  • Hyperion Financial Reports Studio Client Question

    Hi,
    I have a colleague that is on 11.1.1.3.0.0238 Financial Reports Client. He can connect to the server just fine. However when I try, I get the ole 'You are not authorized to use this functionality. Contact your Admiinistrator'. However when I use my login/pw on his machine I connect just fine.
    So I need to make sure my client is same version. Is there a file I can copy from his install directory to mine that will make them the same? I can't get the patches as I have no Support Identifier. Usually it's just replacing a few files?
    Thanks

    11.1.1.3.0.0238 should be the unpatched version of Financial Reporting, if you log into workspacew and go to help > about > details you will see the version of financial reporting.
    The server and client usually have to be the same version for it to work so unless you have patched your client you are probably on the same version, if you have patched it then you should be able to tell from Opatch
    If you are not sure then it may be easier just to uninstall FR Studio and install the base version.
    You could also open up or extract HReports.jar which is in the <HYPERION_HOME>\products\biplus\lib folder, go into the META-INF folder, view MANIFEST.MF and look for Implementation-Version:
    There are lots of articles in Oracle Support around the error message you are getting, if you have no support identifier I am sure you will know somebody in your company that should have access.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Problem displaying drill down STANDARD ALV for a particular record after pressing back button

    I have a simple interactive ALV grid report. NOT 'OO'. It display correctly on initial execution. AT the moment, 6 records. I want it to work such that if i click record '1', a drill-down version of that ALV with only that one record clicked is displ

  • When I try to open a PDF file the reader flashes on the screen then closes

    When I try to open a PDF file the reader flashes on the screen then closes. I have to open the reader, then search for the pdf file through the reader. I'm using Adobe Reader 11.0.5 with windows 7 service pack 1 home premium. Is there any way I can j

  • Manual Princing Condition not copied using BAPI

    Hi Guys, Something pretty weird has been happening.. when I create a Sales Order over VA01 with reference a Contract, the Sales Order take the COMPLETE Contract Princing Condition, so its perfect. But When we're trying to use the BAPI (BAPI_SALESORDE

  • Get cl_gui_alv_grid header commentary

    Hello, I am using BADI FI_ITEMS_MENU01(t. FBL3N ...)  for upload cl_gui_alv_grid content to Excel, but i dont know how i can to get alv header commentary from the reference to cl_gui_alv_grid. Is there any possibility to do that? Thank you in advance

  • Item Category field settings

    Sir, As we know that for standard document type key is "NBF" so for item category what is the standard key regards amey