Very Urgent Weblogic server 6.1 DataSource

Dear sir: the following succeed: java utils.dbping MSSQLSERVER4 sa sa Riskanalysis@perky:1433.
So how can i make a connection pool using these parameters in the weblogic admin console.need i create a DataSource first and how?
I do like this: URL:jdbc:weblogic:mssqlserver4 DriverClassName:weblogic.jdbc.mssqlserver4.DriverProperties:user=sa password=sa server=perky:1433
The error message:.....weblogic.common.ResourceException:Could not create pool connection. The DBMS driver exception was:java.sql.SQLException: Login failed for user 'sa'. Severity 14, State 1, Procedure 'null null', Line 0 Unable to connect, please check your server's version and availability.......
Please could you help me?
Many Thanks

Hemant Joshi wrote:
>
Dear sir: the following succeed: java utils.dbping MSSQLSERVER4 sa sa Riskanalysis@perky:1433.
So how can i make a connection pool using these parameters in the weblogic admin console.need i create a DataSource first and how?
I do like this: URL:jdbc:weblogic:mssqlserver4 DriverClassName:weblogic.jdbc.mssqlserver4.DriverProperties:user=sa password=sa server=perky:1433
The error message:.....weblogic.common.ResourceException:Could not create pool connection. The DBMS driver exception was:java.sql.SQLException: Login failed for user 'sa'. Severity 14, State 1, Procedure 'null null', Line 0 Unable to connect, please check your server's version and availability.......
Please could you help me?
Many ThanksWhat version of the server are you running? Show me the pool definition, either in the xml file or
the
weblogic.properties file.
Joe

Similar Messages

  • Very Urgent: UDC Error in BI datasource preview

    Hi All,
        My requirement is to extract the data from the legacy system i.e. Sybase 12.5 using UDC to SAP BI 7.0. We have established UDC connection, created view and BI 7.0 datasource. The user has all the access i.e. select, dbo access for the view. While datasource creation I have selected UDC source object from the Sybase, used default system proposed fields and activated the datasource. When I try to check the data in the preview, I am getting following message in the status bar:
    S:RSSDK:300 Query execution failed: "DB name"."dbo"."VIEW1" not found. Specify owner.objectname or use sp help to check whether the object exists (sphelp may produce lots of output). I have checked in the URL http://<hostname>:port/TestJDBC_Web/TestJDBCPage.jsp before preview, it worked fine and showed all the table names and data in tables.
    By same username I have logged in Sybase and ran created view, which extracted data without any problems.
    We have followed same procedure for creation of connections, views and datasources for SQL server, it is working fine without any issues. We have problem only with Sybase system. Would anyone help me in resolving this issue. ******Gurantee of award points********
    Regards
    Eric.

    Hi All,
        Any ideas or thoughts on this issue, I greatly apprecaite your time and help.
    Thanks,
    Eric.

  • Very urgent analytic server error(server is not starting)

    hi friends
    analytic server 9.0 is instaaled on HPUX 11.31...server suddenly shutted down...
    when i am trying to restart the server on unix.iam getting the following error
    $ ./startEssbase.sh
    /usr/lib/dld.sl: Invalid shared library file: /hyper/arbor/Hyperion/AnalyticServ
    ices/bin/libdld.2
    /usr/lib/dld.sl: No such file or directory
    ./startEssbaseTempExecutionScript.sh[9]: 5508 Abort(coredump)
    $ ./startEssbase.sh
    /usr/lib/dld.sl: Invalid shared library file: /hyper/arbor/Hyperion/AnalyticServices/bin/libdld.2
    /usr/lib/dld.sl: No such file or directory
    ./startEssbaseTempExecutionScript.sh[9]: 5882 Abort(coredump)
    $ ./startEssbase.sh
    /usr/lib/dld.sl: Invalid shared library file: /hyper/arbor/Hyperion/AnalyticServices/bin/libdld.2
    /usr/lib/dld.sl: No such file or directory
    ./startEssbaseTempExecutionScript.sh[9]: 20813 Abort(coredump)
    please provide me some solutions as soon as possible........

    As a first stage I would get your unix admin to check permissions on the files to ensure the user starting the Essbase process has access to the Essbase directory. Also check your pathing.

  • Datasource connection in Weblogic server using JDeveloper

    Hi,
    I am using JDeveloper 11g Release 2 (11.1.2.1.0) and WebLogic Server Version: 10.3.5.0.
    We have a project (ant build.xml) with some Application Modules.
    In JDeveloper we did the following to create a connection to datasource in the WebLogic:
    1- Created an Application Server Connection (called ActivityModuleConnection) testing this gives success so we have connection to WebLogic.
    2- Created a database connection (called ActivityModuleCore) and test goes well here as well.
    3- In WebLogic Server created a datasource (called jdbc/ActivityModuleCordeDS).
    And here are the bc4j.xcfg file that we have:
    <AppModuleConfig DeployPlatform="EjbWls" oracle.jbo.usemds="false" jbo.pers.max.active.nodes="-1" oracle.adfm.usemds="false" name="J2EEDS" ApplicationName="dv.framework.activity.model.ActivityModule">
    <Security AppModuleJndiName="dv.framework.activity.model.ActivityModule"/>
    <Custom JDBCDataSource="java:comp/env/jdbc/VeraActivityModuleCoreDS" AppServerConnectionName="ActivityModuleConnection"/>
    </AppModuleConfig>
    <ConnectionDefinition name="ActivityModuleConnection">
    <Entry value="7002" name="JMX_CONNECTOR_SSL_PORT"/>
    <Entry value="WebLogic_10.x" name="ConnectionType"/>
    <Entry value="weblogic" name="user"/>
    <Entry value="base_domain" name="weblogic.domain"/>
    <Entry value="localhost" name="JMX_CONNECTOR_HOST"/>
    <Entry value="false" name="USE_SSL"/>
    <Entry value="7001" name="JMX_CONNECTOR_PORT"/>
    <SecureEntry name="password">
    <XXXXXXXX>
    </SecureEntry>
    <Entry name="DeployPassword" value="true"/>
    </ConnectionDefinition>
    </BC4JConfig>
    But when running the application it seems that it can not find the datasource:
    oracle.jbo.ConfigException: JBO-33003: The connection file ActivityModuleConnection has not been defined.
    at oracle.jbo.client.Configuration.initializeFromConnectionName(Configuration.java:1255)
    at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:648)
    at oracle.jbo.common.ampool.PoolMgr.loadConfiguration(PoolMgr.java:605)
    at oracle.jbo.common.ampool.PoolMgr.createPool(PoolMgr.java:332)
    Could you help please? what am I doing wrong here?
    I also tried with
    JDBCDataSource="jdbc/VeraActivityModuleCoreDS" but no luck.
    Best Regards
    Keyvan

    Hi Johan and thanks for comments,
    Now I made some changes and it looks like :
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BC4JConfig xmlns="http://xmlns.oracle.com/bc4j/configuration" version="11.1">
    <AppModuleConfigBag ApplicationName="dv.framework.activity.model.ActivityModule">
    <AppModuleConfig name="J2EEDS" DeployPlatform="LOCAL" jbo.pers.max.active.nodes="-1" java.naming.factory.initial="oracle.jbo.common.JboInitialContextFactory" ApplicationName="dv.framework.activity.model.ActivityModule" oracle.jbo.usemds="false" oracle.adfm.usemds="false">
    <Security AppModuleJndiName="dv.framework.activity.model.ActivityModule"/>
    <Custom JDBCDataSource="jdbc/VeraActivityModuleCoreDS"/>
    </AppModuleConfig>
    </AppModuleConfigBag>
    </BC4JConfig>
    But the error message is:
    oracle.jbo.DMLException: JBO-27200: JNDI-fel. couldn't search for datasource in the context jdbc/VeraActivityModuleCoreDS
         at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1476)
         at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:332)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:592)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:422)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:8995)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4603)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2533)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2343)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3242)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:572)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:505)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:500)
    Best Regards
    Keyvan
    Edited by: 916815 on 2012-mar-24 08:55

  • URGENT-Session Synchronization between WebSEAL and WebLogic Server 6.1

    Hi All,
    I am a new-bee to Access Manager and WebSEAL.
    I have an application running in WebLogic Server6.1.
    I have WebSEAL junctioned to iPlanet Web Server, which in turn
    integrates with WebLogic through NSAPI plug-in. I am using iPlanet
    Directory Server as Access Manager user registry.
    As per my application requirement there should be single sign on, that
    is if the user gets authenticated with WebSEAL, he need not have to
    login to the application and would be able to access any page. But if
    he logs off the application and if he tries to access any page then he
    need to again get authenticated with the WebSEAL. Here I am having a
    problem.
    I am not able to make the WebSEAL to through HTTP authentication
    challenge again if the user logs off the application. The only way to
    make webSEAL to through HTTP authentication challenge in the browser
    is to close and open the browser.
    I initially tried with BASIC authentication, it does not work.
    Then I tried with FORM authentication. In this case webSEAL sets a
    cookie called PD-H-SESSION-ID. When the user clicks the "Logoff" link
    in the application, I tried to set this cookie's max age to zero, it
    does not work. The max age is always set to -1 value. I even tried to
    overwrite the cookie value with blank space using HttpServletResponse
    setHeader method, which also didnot work.
    Can anybody tell me how to make the webSEAL to through the
    authentication challenge when the user logs off the application and
    what kind of authentication method (BASIC or FORM) to use?
    This is very urgent. Pls help?
    Thanks in advance.
    Regards
    Sundar.

    Hi All,
    I am a new-bee to Access Manager and WebSEAL.
    I have an application running in WebLogic Server6.1.
    I have WebSEAL junctioned to iPlanet Web Server, which in turn
    integrates with WebLogic through NSAPI plug-in. I am using iPlanet
    Directory Server as Access Manager user registry.
    As per my application requirement there should be single sign on, that
    is if the user gets authenticated with WebSEAL, he need not have to
    login to the application and would be able to access any page. But if
    he logs off the application and if he tries to access any page then he
    need to again get authenticated with the WebSEAL. Here I am having a
    problem.
    I am not able to make the WebSEAL to through HTTP authentication
    challenge again if the user logs off the application. The only way to
    make webSEAL to through HTTP authentication challenge in the browser
    is to close and open the browser.
    I initially tried with BASIC authentication, it does not work.
    Then I tried with FORM authentication. In this case webSEAL sets a
    cookie called PD-H-SESSION-ID. When the user clicks the "Logoff" link
    in the application, I tried to set this cookie's max age to zero, it
    does not work. The max age is always set to -1 value. I even tried to
    overwrite the cookie value with blank space using HttpServletResponse
    setHeader method, which also didnot work.
    Can anybody tell me how to make the webSEAL to through the
    authentication challenge when the user logs off the application and
    what kind of authentication method (BASIC or FORM) to use?
    This is very urgent. Pls help?
    Thanks in advance.
    Regards
    Sundar.

  • Deploying EJB in Weblogic 8.1 very very urgent

    Hi
    I had followed the logic Mr Mark has told me. But it did not work. Please
    the attached files.
    1. I had copied all of my class files into META-INF directory.
    my SampleObject.jar file contains as follows.
    jar -tvf SampleObject.jar gives
    .META-INF
    .Sample.class, SampleHome.class, SampleBean.class, SampleClient.class and
    ejb-jar.xml,
    weblogic-ejb-jar.xml files.
    I did not package my class files. instead i had deployed it in META-INF.
    Further I made one more attempt as follows.
    My server is called myserver.
    so I copied all of my class files, SampleObject.jar files into the following
    directory.
    C:\bea\user_projects\domains\mydomain\myserver\upload directory. This is the
    directory
    where weblogic copies the SampleObject.jar files.
    It did not work at all.
    Please help me.
    I am failing for the past five days . Treat this as very urgent.
    Thanks in advance.

    Murali:
    I suggest you start with something simple that works. And then go from
    there, modifing it one bit at a time and ensuring that it still works. Your
    jar tf output is all munched up so it is hard to follow. I suggest you
    start with
    $WL_HOME/samples/server/examples/src/examples/splitdir/helloWorldEar/
    See how it builds the ear and the ejb jars and go from there.
    You can do:
    ant ear
    and
    examine the contents from there.
    Alternatively you can use Workshop to build an EJB as well.
    PS. Your classes dont go into META-INF. But rather than go through the
    entire exercise of getting your app working I suggest as noted above you
    start from a known and modify.
    cheers
    mbg
    "Murali" <[email protected]> wrote in message
    news:3fc08518$[email protected]..
    >
    Hi
    I had followed the logic Mr Mark has told me. But it did not work.Please
    the attached files.
    1. I had copied all of my class files into META-INF directory.
    my SampleObject.jar file contains as follows.
    jar -tvf SampleObject.jar gives
    .META-INF
    .Sample.class, SampleHome.class, SampleBean.class, SampleClient.classand
    ejb-jar.xml,
    weblogic-ejb-jar.xml files.
    I did not package my class files. instead i had deployed it in META-INF.
    Further I made one more attempt as follows.
    My server is called myserver.
    so I copied all of my class files, SampleObject.jar files into thefollowing
    directory.
    C:\bea\user_projects\domains\mydomain\myserver\upload directory. This isthe
    directory
    where weblogic copies the SampleObject.jar files.
    It did not work at all.
    Please help me.
    I am failing for the past five days . Treat this as very urgent.
    Thanks in advance.

  • Weblogic server performance is very slow and memory consumption is 99%

    I am facing one critical issue with the weblogic server..
    The server performance is very slow and one of the process is consuming more that 99% of the memory. Bouncing the server is not resolving the issue.
    Can see the memory usage below...
    Tasks: 134 total, 2 running, 132 sleeping, 0 stopped, 0 zombie
    Cpu(s):100.0%us, 0.0%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
    Mem: 7990656k total, 7947652k used, 43004k free, 9164k buffers
    Swap: 16386260k total, 4691704k used, 11694556k free, 56352k cached
    PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
    10263 oracle 24 0 10.9g 6.5g 14m S 99.2 85.3 34:31.52 java
    7409 oracle 16 0 12764 768 508 S 0.3 0.0 0:16.45 top
    Can some body help me on this.
    Thanks in advance.
    -Prasad

    Use the weblogic forum-
    WebLogic Server - Upgrade / Install / Environment / Migration

  • Regarding datasource in weblogic server

    Hi All,
    while creating datasource i am getting the following error
    An error occurred during activation of changes, please see the log for details.
    weblogic.application.ModuleException:
    weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: invalid arguments in call
    i am connecting to oracle server and i am giving all The
    details eventhough i am getting exception
    i am using weblogic 10.0 version
    please help me as soon as possible
    thanks in advance'
    tirumal

    I am getting the same error as he is getting with Weblogic Server 10.0 MP1. We are going from Version 7.0 to 10 :
    I am configuring an Oracle Data Source from the console.
    I selected Other for Oracle driver
    I specify the following driver: oracle.jdbc.driver.OracleDriver.
    I test the new jdbc configuration and I get a successful Connection test.
    When I then assign it to my AdminServer and activate the changes is when I get the same error:
    weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: invalid arguments in call.
    I go to the \pending\jdbc\CtTxDataSource-3770-jdbc.xml
    Below is what the JDBC Datasource Configuration built:
    <?xml version='1.0' encoding='UTF-8'?>
    <jdbc-data-source xmlns="http://www.bea.com/ns/weblogic/90" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xsi:schemaLocation="http://www.bea.com/ns/weblogic/920 http://www.bea.com/ns/weblogic/920.xsd">
    <name>CtTxDataSource</name>
    <jdbc-driver-params>
    <url>jdbc:oracle:thin:@oims-npe-dev1:1521:oimsdev1</url>
    <driver-name>oracle.jdbc.driver.OracleDriver</driver-name>
    <password-encrypted>{3DES}oKK0HLMQ9oRN05wfBXY7sQ==</password-encrypted>
    </jdbc-driver-params>
    <jdbc-connection-pool-params>
    <test-table-name>SELECT * FROM APP</test-table-name>
    </jdbc-connection-pool-params>
    <jdbc-data-source-params>
    <jndi-name>CtTxDataSource</jndi-name>
    <global-transactions-protocol>EmulateTwoPhaseCommit</global-transactions-protocol>
    </jdbc-data-source-params>
    </jdbc-data-source>
    It didn't put in the <property> defining user logon and the database which I provided when I ran thru the configuration steps. Is this a bug on the 10.0 mp1 version of Weblogic? I had to manually add the property values to make it work. The same occurred when I configured a DB2 for ZOS.
    Thanks.

  • Very urgent: Travel Request Error in production server

    Hi All,
    While creating Travel request in production server, we are getting an error..
    Error while writing to the database PTRV_HEAD/PTRV_PERIO/Cluster TE
    Someone please help me on this. This is very urgent..
    Thanks in advance!

    Solved..by setting up trip number ranges..
    Thanks!

  • Can  not connect datasource in weblogic server

    I have written a test class. I create datasource in weblogic server 11g(datasource name =fdbusionline jndi name = 'jdbc/fdbusionline' ) and start weblogic server. but always report the following error:
    javax.naming.NameNotFoundException: Unable to resolve 'fdbusionline'. Resolved '' [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'fdbusionline'. Resolved '']; remaining name 'fdbusionline'
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at weblogic.jndi.internal.ServerNamingNode_1035_WLStub.lookup(Unknown Source)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:423)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:411)
    at com.fd.busionline.test.appinterface.impl.DataSourceTest.testConnectDataSource(DataSourceTest.java:54)
    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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
    at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
    at oracle.jdevimpl.junit.runner.junit4.JUnit4Testable.run(JUnit4Testable.java:24)
    at oracle.jdevimpl.junit.runner.TestExecution.run(TestExecution.java:27)
    at oracle.jdevimpl.junit.runner.JUnitTestRunner.main(JUnitTestRunner.java:88)
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'fdbusionline'. Resolved ''
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    @test
    public void testConnectDataSource(){
    Connection conn = null;
    Context ctx = null;
    try{
    // Hashtable env = new Hashtable();
    // env.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
    // env.put(Context.PROVIDER_URL, "t3://localhost:7001");
    // env.put(InitialContext.SECURITY_PRINCIPAL, "weblogic");
    // env.put(InitialContext.SECURITY_CREDENTIALS, "!QAZ2wsx");
    Environment env=new Environment();
    env.setProviderUrl("t3://localhost:7001");
    env.setSecurityPrincipal("weblogic");
    env.setSecurityCredentials("!QAZ2wsx");
    ctx = new InitialContext();
    ctx=env.getInitialContext();
    Object obj = ctx.lookup("fdbusionline");// can not work
    Object obj = ctx.lookup("jdbc/fdbusionline"); // can not work
    DataSource ds = (DataSource) PortableRemoteObject.narrow(obj, DataSource.class);
    conn = ds.getConnection();
    Statement stmt = conn.createStatement();
    String sql = "select sysdate from dual";
    ResultSet rs = stmt.executeQuery(sql);
    while (rs.next()) {
    System.out.println(rs.getDate(1));
    } catch (Exception e) {
    e.printStackTrace();
    }finally{
    System.out.println("Test Datasource Connection");
    who can help me? Any help will be appreciated greatly

    Okay, but are you sure that the datasource is actually deployed? Does the server log or the management interface of weblogic actually report that the datasource was deployed succesfully under the name you specify? And did you double check if you don't have any name mismatches (such as a typo or an upper/lowercase mismatch)?
    I ask because the connection to the server appears to be working, but the lookup of the name gives no results - the only thing I can think of is that the resource really is not deployed even if you believe it is.
    A few observations:
    - you may want to put your JNDI credentials in a jndi.properties file in the root of the classpath in stead of hardcoding them (but you may hardcode for now as a quick test of course)
    - the correct lookup should be to "jdbc/fdbusionline", in other words you use the jndi-name.
    ctx = new InitialContext();
    ctx=env.getInitialContext();the env.getInitialContext() really is not necessary, I would remove it.

  • The URL to run a Report stored in the Server-VERY URGENT

    Hi ,
    I wanna to know the url to run the report stored in 9iDS.
    e.g. in earlier version we need to use the CGI scripts to do the work e.g. http://hostname:port/srwcgi60/rwcgi.exe?report=test.rep ..somethin like this ..but in 9iDS i m not able to get the url..when i do http://hostname:port/reports/ the home page of reports come thats it ...but how to run it ...
    please its VERY URGENT..
    thanx a lot..
    Bhavna

    hello bhavana,
    how ru.
    web.show_document('http://servername:port/dev60cgi/rwcgi60.exe?report=reportname&userid=username/password@databasename&server=reportservername&destype=cache&desformat=HTML');
    put the above coding to a when-button-pressed trigger.
    it will work.
    http:\\servername:portname\dev60html\runrep.htm
    this will give u the reports home page.
    in that enter the report name and username and password.
    this also will work.
    looking forward to hear from u.
    bye. take care.
    natesh

  • Help needed for CORBA over Http through proxy server[Very Urgent]

    Hi Friendz,
    I am new to J2EE. Right now I am learning RMI, Corba now.
    In RMI, to pass through Http to bypass firewall or through proxy sever, we can use either Http to port or Http to CGI/Servlet i.e., Http tunneling.
    In the same, I am running a simple corba application, i want my corba application to pass through my proxy server using http which is configured to address 127.0.0.1 and port 8118.
    How to pass my corba application through proxy server. please help me and it is very urgent.
    Is it possible or not, please let me know some comments about this topic
    Thanks in advance Friends for your help

    This is so extremely urgent that it needs to be asked multiple times.
    http://forum.java.sun.com/thread.jspa?threadID=762950

  • VERY URGENT: problem in sql query with long datatype in weblogic

    I have a problem while tryind to retrieve a column value with a long datatype using servlet and oci driver and the server is weblogic5.1 .I have used prepared statement the problem comes in the
    preparedStatement.executeQuery().
    The sql Query is simple query and runs well in all cases and fails only when the long datatype column is included in the query.
    The exception that comes on the weblogic server is that :
    AN UNEXPECTED EXCEPTION DETECTED IN THE NATIVE CODE OUTSIDE THE VM.

    Did you try changing the driver then?
    Please use Oracle's thin driver instead of the oci driver.
    There are many advantages of using the type 4 driver. the first and foremost being that it does not require oracle client side software on your machine. Therefore no enteries to be made in tnsnames.ora
    The thin driver is available in a jar called classes112.zip the class which implements the thin driver is oracle.jdbc.driver.OracleDriver
    the connection string is
    jdbc:oracle:thin:@<machine name>:1521:<sid>
    please try out with the thin driver and let me know.
    regards,
    Abhishek.

  • Soa suite on weblogic server 10.0??? URGENT!!!!!

    hi,
    we have a requirement to use ejb3.0 in our project. we are using soa suite on weblogic server 9.2. but weblogic 9.2 is not supporting ejb3.0 ( i guess). so we want to migrate weblogic server form 9.2 to 10.0. my doubt,is Oracle soa suite 10.1.3.3 is compatible with weblogic server 10.0??
    otherwise any alternative??
    please help me out.
    Thanks in advance.

    You are correct - SOA Suite 10.1.3.3 is not certified with WLS 10.x. We are currently in the process of certifying SOA Suite 10.1.3.4 with WLS 10.3.
    Heidi.

  • Urgent:Problem With Weblogic Server 8.1

    Hi,
    I am facing problem while starting weblogic server.I copied latest code & domain folder from one machine to run an application on my local machine.I opened .work file in weblogic asked me to define server for an application .I browse .xml file which was I copied from domain.
    After that when I start weblogic server ,the message appeared that Weblogic Server is not on ur local machine& can not be started.
    To overcome this I opened respective .cmd file text mode & changed path to localhost.But,still facing problem.
    Plz,help.
    Vaish...

    Hi,
    Ya,I have changed my config.xml to Localhost setting.I even Changed in my SetDomainEnv.cmd ,startWeblogic.cmd & stopWeblogic.cmd files according to my localhost setting.But , not succeed.
    Vaish...

Maybe you are looking for

  • My photos have been scattered throughout different folders.

    Also the correct file name does not appear on the top line when I display photos.  It's like something just came in and mixed it all up.  It seems to have only happened to recent photos and the older ones I think are ok.  I am using PSE 9.  I recentl

  • Hyperion Performance Scorecard Perspectives

    Hi All, I have a doubt regarding Hyperion Performance Scorecards. How does HPS calculate the perspective score? When I calculate it doesn't tally i.e. the average. Is there any specific method to calculating the perspective score? Your help would be

  • JOptionPane goes behind browser window (Help PLEASE!)

    I apologize if this is not the best place to post this question. I have an applet that open a JOptionPane using the following: int rc = JOptionPane.showConfirmDialog(null, "Do you want to save the changes you made to " + appInfo.getName() + "?", Prod

  • Where to get dbx viewer?

    My .dbx file is crashed by unknown reason. I have been using Outlook Express 5 for some years. But now I need to view dbx file without Outlook Express, because standart recovery set of Outlook Express didn't help me to get my .dbx back. 

  • SVN Setup on Xserve 10.5.5

    I have been attempting to setup and run a Subversion server on my Xserve 10.5.5. I followed the very robust instructions located at the following url to setup svn: http://blog.paploo.net/2007/10/how-to-manage-your-own-subversion.html Unfortunately, a