Problem while trying to load or access OracleTypes.CURSOR value

Hi all,
I configured my datasource as follow
URL:  jdbc:oracle:thin:@192.10.1.230:1521:interp
Driver Class Name: oracle.jdbc.xa.client.OracleXADataSource
an my namedquery is
+@NamedNativeQuery(name = "generaFoliosRenCot",+
*+               query = "{ ? = call pkg_renovaciones.fn_rencot_auto(:ageid) }",+*
*+               resultClass = FoliosGenerados.class,+*
*+               hints = { @javax.persistence.QueryHint(name = "org.hibernate.callable", value = "true") })+*
I'm using
<org.springframework.version>3.0.5.RELEASE</org.springframework.version>
<org.hibernate.version>3.5.4-Final</org.hibernate.version>
<com.oracle.jdbc.version>10.2.0.4.0</com.oracle.jdbc.version>
Weblogic 10.3.4
when i run my app on junit its run fine
but when i run my app on weblogic server the problem is when i call a function on oracle 9i the error is:
+*[02/08/2011 10:00:00 ERROR ServiceThrowsAdvice:doRecoveryActionDataAccess:26] - :::: ** ::::Problem while trying to load or access OracleTypes.CURSOR value; nested exception is org.hibernate.HibernateException: Problem while trying to load or access OracleTypes.CURSOR value*+
+*org.springframework.orm.hibernate3.HibernateSystemException: Problem while trying to load or access OracleTypes.CURSOR value; nested exception is org.hibernate.HibernateException: Problem while trying to load or access OracleTypes.CURSOR value*+
     at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:679)
     at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412)
     at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:411)
     at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:339)
     at mx.grupocp.inter.model.dao.impl.FoliosGeneradosDaoImpl.generaFoliosRenCot(FoliosGeneradosDaoImpl.java:28)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
     at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:55)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
     at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
     at $Proxy206.generaFoliosRenCot(Unknown Source)
     at mx.grupocp.inter.controller.scheduler.jobs.impl.ExecuteShellsImpl.generaFoliosRenovCot(ExecuteShellsImpl.java:86)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
     at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:55)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
     at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:55)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
     at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:55)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
     at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
     at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:80)
     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
     at java.util.concurrent.FutureTask.run(FutureTask.java:138)
     at java.lang.Thread.run(Thread.java:619)
*+Caused by: org.hibernate.HibernateException: Problem while trying to load or access OracleTypes.CURSOR value+*
     at org.hibernate.dialect.Oracle9Dialect.registerResultSetOutParameter(Oracle9Dialect.java:308)
     at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1609)
     at org.hibernate.loader.Loader.doQuery(Loader.java:717)
     at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:270)
     at org.hibernate.loader.Loader.doList(Loader.java:2294)
     at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2172)
     at org.hibernate.loader.Loader.list(Loader.java:2167)
     at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:316)
     at org.hibernate.impl.SessionImpl.listCustomQuery(SessionImpl.java:1832)
     at org.hibernate.impl.AbstractSessionImpl.list(AbstractSessionImpl.java:165)
     at org.hibernate.impl.SQLQueryImpl.list(SQLQueryImpl.java:179)
     at mx.grupocp.inter.model.dao.impl.FoliosGeneradosDaoImpl$1.doInHibernate(FoliosGeneradosDaoImpl.java:34)
     at mx.grupocp.inter.model.dao.impl.FoliosGeneradosDaoImpl$1.doInHibernate(FoliosGeneradosDaoImpl.java:29)
     at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:406)
     ... 37 more
+*Caused by: java.lang.IllegalAccessException: Class org.hibernate.dialect.Oracle9Dialect can not access a member of class oracle.jdbc.driver.OracleTypes with modifiers ""*+
     at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
     at java.lang.Class.newInstance0(Class.java:349)
     at java.lang.Class.newInstance(Class.java:308)
     at org.hibernate.dialect.Oracle9Dialect.registerResultSetOutParameter(Oracle9Dialect.java:306)
     ... 50 more
please help me

Hi,
Have a look at this tread:
Re: Problems of hibernate calling oracle stored procedure
Regards peter

Similar Messages

  • While trying to load data Runtime Err UNCAUGHT_EXCEPTION Except.CX_RSR_X_ME

    Hi
    We are on BI.7 patch SAPKW70015 BI_CONT 703 - 0007 SAPKIBIIP7 and multi source system BI server. One is for R/3 it is already working and  another is for new IS Retail.
    While trying to load data to inventory (Z-cube) for first time in production system we get the following error :
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                CX_RSR_X_MESSAGE
    How to correct the error
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "UNCAUGHT_EXCEPTION" "CX_RSR_X_MESSAGE"
        "SAPLRRMS" or "LRRMSU13"
        "RRMS_X_MESSAGE"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
    Information on where terminated
        Termination occurred in the ABAP program "SAPLRRMS" - in "RRMS_X_MESSAGE".
        The main program was "RSBATCH_EXECUTE_PROZESS ".
        In the source code you have the termination point in line 73
        of the (Include) program "LRRMSU13".
        The program "SAPLRRMS" was started as a background job.
    Line  SourceCde
       43     BREAK-POINT.
       44     SET EXTENDED CHECK ON.
       45   ENDIF.
       46
       47   IF i_abend EQ rs_c_false.
       48 *... Nachricht an den Message-Handler schicken
       49
       50     DATA: l_type  TYPE smesg-msgty.
       51
       52 *... S-Meldung wenn kein Handler initialisiert
       53     IF g_active IS INITIAL.
       54       l_type = 'S'.
       55     ELSE.
       56       l_type = 'W'.
       57     ENDIF.
       58
       59     CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
       60       EXPORTING
       61         i_class  = 'BRAIN'
       62         i_type   = l_type
       63         i_number = '299'
       64         i_msgv1  = i_program
       65         i_msgv2  = i_text.
       66   ELSE.
       67     DATA: l_text  TYPE string,
       68           l_repid TYPE syrepid.
       69
       70     l_repid = i_program.
       71     l_text  = i_text.
       72
    >>>>>     RAISE EXCEPTION TYPE cx_rsr_x_message
       74           EXPORTING text = l_text
       75                  program = l_repid.
       76   ENDIF.
       77
       78 ENDFUNCTION.
    The other data loads are working fine in the production system.
    We searched a lot on the forum and got various solutions  But none of them are working fine for us.
    Please suggest.
    Thanks you for your help.
    Ramana P

    Are you trying this load manually or through process chain?
    if process chain , the file should be placed in application server.
    chk if the file is closed b4 triggering the infopack.
    try loading other flat file load for different datasource and chk.
    Ramesh

  • DBD: An error occurred while trying to load the provider for transport odbo

    Hello,
    I am trying to create universe on top of BPC cube using 'Business Planning and Consolidation' option under SAP Business Objects in Universe Designer ; however when creating connection I am getting following error messgae
    "DBD: An error occurred while trying to load the provider for transport odbo. Failed to load library . System error message: The specified module could not be found."
    I am using BO 3.1
    Is anyone aware of this issue? Kindly assist.
    Thanks

    We were having the same problem, found this note in the SAP KB
    https://websmp130.sap-ag.de/sap/support/notes/1321459
    Mike

  • An error occurred while trying to load the dvd player

    I try to use a dvd control or dvd tutorial and I get:
    An error occurred while trying to load the dvd player
    -2147220869
    (I was following
    http://www.adobe.com/devnet/director/articles/flash_dvd.html
    What should I try?
    .V

    We were having the same problem, found this note in the SAP KB
    https://websmp130.sap-ag.de/sap/support/notes/1321459
    Mike

  • Error - DBD: An error occurred while trying to load the provider for ...

    Error - DBD: An error occurred while trying to load the provider for transport odbo.
               Failed to load library. System error message: The specifed module could not be found.
    While I am trying to create connection in universe designer to MS Analysis Services 2005.
    Thank you - Ashok
    Edited by: akojha on Jan 4, 2010 5:27 PM

    We were having the same problem, found this note in the SAP KB
    https://websmp130.sap-ag.de/sap/support/notes/1321459
    Mike

  • DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found.

    Hello Everyone,
    We are getting an error while trying to create an Universe via Microsoft -> MS Analysis Services 2014 -> OLEDB for OLAP Provider under Connection in UDT -"DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found."  We have installed BI 4.1 SP05 in our system. As per earlier posts in scn in BO XI 3.x this issue used to be for improper installation of Integration KIT but in our scenarion Integration KIT is within the BO 4.1 package so no seperate installation is required. Moreover I have checked whether all the driver is present under file: "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\drivers" and seems everything is fine. But still I am getting this error. One important point is we could use IDT because in IDT still we don't have option to connect with 'Microsoft Analysis Services - 2014 (XMLA)' as we are using Microsoft Analysis Services 2014 version.
    Kindly help if anyone has faced the same problem with SAP BO 4.1.
    Thanks and Best Regards,
    Ghosal

    Hello Everybody,
    The problem is solved now after installing "OLEDB drivers from SQL Server 2012 Feature Pack". We had OLEDB drivers that comes directly from SQL Server but that did not worked out in our case.
    Thanks for your support.
    Best Regards,
    Ghosal

  • Lightroom 2 v.2.6 on Vista "An error occurred while trying to load this plug-in"

    Lightroom 2 v.2.6 on Vista "An error occurred while trying to load this plug-in"
    Hello my name is Brahm Soedjono (read SU-JOO-NO), I'm from Jogjakarta City, Indonesia.
    I just install Lightroom 2 v2.6 on my Vista notebook, When Trying to use plug-ins downloaded from the Lightroom page i got this message
    "An error occurred while trying to load this plug-in"
    I've tried re installing it several times with no results
    I've tried downloading and installing other plug ins with no results
    Can anybody help me?
    Brahm
    +62 815.7883.2772
    Yahoo Messenger brahmsoedjono
    email [email protected]

    Hi,
    Follow these instructions: Accessing the plug-ins from host applications - Nik Collection Help

  • DIAPI Version 2005A: An error occurred while trying to load user fields

    I try to initialize a BusinessPartners Object in C#. A ComException will be thrown. The message is: "An error occurred while trying to load user fields"
    ErrorCode is -1122.
    My Code:
    SAPbobsCOM.BusinessPartners businessPartner = null;
    businessPartner = (SAPbobsCOM.BusinessPartners) company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners);
    I tried also a Recordset-Object and a ProductOrders-Object. And this works.
    Thanks
    Jörn Pelikan

    We get a new version of SAP B1 2005 A. The Problem is solved.

  • Firefox keeps hanging while trying to load facebook

    I have been using firefox on my laptop for over a year now and haven't had a problem until the other day. I have been reading through multipul articles trying to fix my problem but yet nothing has helped. It started the other day when all of a sudden firefox just crashed and closed. When re-launching it it would just freeze. After playing around with it I ended up just uninstaling it and then re-downloading it which seamed to fix the problem then. It worked fine until today. Out of nowhere when I would open firefox it would just freeze. Ive now narrowed it down to just freezing while trying to load my news feed on facebook. I have created a new profile, disabled all un-needed pluggins and addons and tweeked with firefox's settings to try and fix this but nothing has helped. ):
    also just as I was trying to recieve the troubleshooting information it froze aswell.

    Can someone please help? Haha, I'm sure there's a simple explanation to this.

  • The error occurred while trying to load UMEServiceFrame

    Hi,
       Here is full error line
    The error occurred while trying to load "com.sap.security.core.server.ume.service.UMEServiceFrame".
        Can someone tell me what exactly is wrong. We are running Netweaver 7 ehp1. These are the rest of the lines
            at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:401)
            at java.lang.Class.forNameImpl(Native Method)
            at java.lang.Class.forName(Class.java:152)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:136)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:83)
            at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:156)
    #1.5^H#AA43C515B303000F00000003000E20FA0004A70F7F225CE0#1309584906148#com.sap.engine.core.service630.container.ServiceRunner##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_59##0#0#Error#1#/System/Server#Java###Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    [EXCEPTION]
    #1#java.lang.NoClassDefFoundError: com.sap.security.core.IEngineResourceHelper
    Loader Info -
    ClassLoader name: [common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:signature_lib;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore]
    Parent loader name: [Frame ClassLoader]
    References:
       common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
       library:ejb20
       library:servlet
       library:sapxmltoolkit
       library:compilation_lib
       interface:webservices
       library:core_lib
       library:com.sap.guid
       library:j2eeca
       library:com.sap.mw.jco
       interface:security
       interface:log
       interface:shell
       interface:keystore_api
       interface:tcseccertrevoc~interface
       library:com.sap.ip.basecomps
       library:com.sap.util.monitor.jarm
       library:opensql
       library:tcbltxmanager~plb
       library:tci18ncp
       interface:appcontext
       interface:endpoint_api
       interface:resourceset_api
       interface:resourcecontext_api
       common:service:iiop;service:naming;service:p4;service:ts
       interface:ejbcomponent
       interface:container
       interface:visual_administration
       interface:transactionext
       interface:dsr_ejbcontext_api
       service:timeout
       library:tc~jmx
       interface:cross
       service:file
       service:locking
       library:tcSLUTIL
       service:memory
       library:antlr
       library:jdbdictionary
       library:opensqlextensions
    Resources:
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/security.class/tc_sec_saml_util.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/webservices_lib/saaj-api.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/webservices_lib/jaxrpc-api.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/basicadmin/jstartupapi.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/dbpool/sqljimpl.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/webservices_lib/jaxm-api.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/security.class/tc_sec_saml_toolkit_api.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/jmx/jmx.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/signature_lib/signature.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/jmx/jmx_sec.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/security/security.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/security.class/tc_sec_csi.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/jmx_notification/jmx_notification.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/security.class/tc_sec_saml_jaas.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/dbpool/dbpool.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/adminadapter/adminadapter.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/dbpool/opensqllib.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/connector/connectorimpl.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/security.class/tc_sec_saml_service_api.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/com.sap.security.core.tpd.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/security.class/tc_sec_saml_xmlbind.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/userstore/userstore.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/security.class/tc_sec_ssf.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/security.class/tc_sec_jaas.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/security.class/tc_sec_https.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/basicadmin/basicadmin.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/security.class/tc_sec_saml_toolkit_core.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/com.sap.security.api.sda/com.sap.security.api.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/keystore/keystore.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/security.class/tc_sec_userstore_lib.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/configuration/configuration.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/com.sap.security.api.sda/com.sap.security.api.perm.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/security.class/tc_sec_jaas_test.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/basicadmin/jstartupimpl.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/com.sap.security.core.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/deploy/deploy.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/services/com.sap.security.core.ume.service/com.sap.security.core.ume.service.jar
       /usr/sap/EP2/JC00/j2ee/cluster/server0/bin/ext/security.class/tc_sec_compat.jar

    Solved by manually copying /usr/sap/<SID>/JCnn/j2ee/cluster/server0/bin/ext/com.sap.security.core.sda where com/sap/security/core/IEngineResourceHelper.
    class can be found.
    I had to perform jar -tvf to every .jar file mentioned in the trace

  • GenericServiceFactory initialization problem when trying to load Web servic

    Hi,
    I am making a Guided procedure that calls a webservice. I have created a new Destination Template and was able to load the webservice definition successfully, but when I test the callable object I created for that same webservice y get the error:
    GenericServiceFactory initialization problem when trying to load Web service model for WSDL.
    Somehow I think there is something wrong with the user authentication. The Destination template has a user and password but somehow I think the callable object test is not using this information at all.
    Can anyone help ?
    Thanks in advance

    Hi Hans,
    Have you verified if you can call any external web service calls from your J2EE engine?  Go into the SOA Management / Global settings (if you are on CE - if you're on 7.0 it's in manage WS desintations).
    Look at your proxy settings and set them like your web browser that enables external calls.  For example, in the SAP network I set my global proxy settings on my local J2EE engine to be:
    Proxy host:  proxy
    Proxy port: 8080
    Exclude list:  *.sap.corp
    Does that make sense - have you verified if your settings are correct for your company?
    Regards
    Ginger

  • Java.sql.sqlexception ora24344 error while trying to load Java class

    Hi Guys,
    I am getting "java.sql.sqlexception ora24344 error" while trying to load a java class using sql developer. Due to sensitivity of the code I am unable to post the code here but has anyone experienced a similar error before?
    Thanks

    Hi,
    ora-24344 is known. It means it compiled but there are errors. Because you are not telling which version of Oracle you use, it is hard. Also you couldn't provide code will not make it easy. A common error is not having the right right on packages of SYS, such as UTL_* or DBMS_SYS_SQL. Can you maybe give the line of your code which produces the error?
    Herald ten Dam
    http://htendam.wordpress.com

  • Im facing problem while trying to update my iphone 4 from version 4.3.1 to iOS 5. While processing the downloaded 774mb file, it comes with the statement that the network connection timed out. why???

    im facing problem while trying to update my iphone 4 from version 4.3.1 to iOS 5. While processing the downloaded 774mb file, it comes with the statement that the network connection timed out. why???

    i have been dealing with this same issue, tried to  turn off firewall and even turn of antivirud but still it gave me the same error.

  • DBD: An error occurred while trying to load the provider for transport sap.

    Hi,
    I just installed the BO XI 3.1 SP2 & SAP integration KIT 12.0 and could able to import all the roles from SAP client in BO CMC.But when i am trying to create new Universe & creating a connection to SAP it is throwing an error " DBD: An error occurred while trying to load the provider for transport sap.System error message:The specified module could not be found ".
    I even applied FIX packs 1.7 & 1.8 for both BOXI 3.1 & SAP Integration KIT,but still throwing the same error.
    Could any please help me out in this issue.
    Thanks in advance,
    Sanjay

    Hi,
    this looks like a Bug:
    Check SAP Note - 1365062
    I would recommend installing SP2 for BOXI 3.1
    Regards
    -Seb.

  • Problem while trying to install OVI suite

    Hi, guys! How you doing? I've got a problem while trying to install OVI Suite: I'm getting a warning signal that says "Something got wrong - Nokia Ovi Suite installations require that PC Connectivity solution 7.0.0.0 or a later version to be already installed before continuing installation" and I can't install after that. I've been searching at Google, but I have found nothing. Hope you can help me. Thanks in advance.
    Attachments:
    error.png ‏7 KB

    Many thanks : I had  been directed to this file already, but it was the french version, with many translation mistakes that made it unusable. Much clearer in english.
    I have
    Again the tab problem !
    Message Edité par chilly charly le 12-06-2005 02:45 PM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

Maybe you are looking for

  • Frozen on Screen Saver - Mac Book Pro Retina, precursor to something bad?

    My Macbook Pro Retina, 10.8.2, went into Screen Saver mode, "Shifting Tiles", while I way away from my computer. Upon my return I was meet with a black screen and where the images for the "shifting tiles" would be were black boxes with an oily rainbo

  • --Any way to copy/paste clips from one project to another w/o LOSING TRANSITIONS...??

    I have CS5... I'm trying to speed up render/export time. I have multiple edited video's in about 15 different projects. I had a couple video's within one project and rendered the work area - consisting of 4 video's...then exported. It was much faster

  • DSL connection gets slower than dial up at night

    For the last week my DSL connection has been getting really slow in the late afternoon and evening. It is fine in the morning. Also in the evening I have started getting error messages such as Request Timeout, The connection was reset while the page

  • Lots of Attributes in a Dimension

    Hi there. This my second post in the space of 5 minutes - apologies. I have a PRODUCT dimension which has lots of columns in the source table. Some lend themselves to hierarchies whereas some do not. Let me try and explain. I have 3 attributes which

  • PSTN Usage in Voice Policy

    Hi I am using only one PSTN gateway in my setup to connect Local mobile numbers/National LAN line numbers or international numbers. Now i want to define PSTN usage to my 3 types of users 1. Local Mobile call users 2. National Mobile/LAN Line number c