'Connect to Data Source' window free

Hello

Anyone have the VBA code to close the 'connect to Data Source' or another method to ignore it?

I need to run a report unattended via a PERL script. You pass the path and name of the file Excel and VBA subroutine (RunAll in my file) to the PERL script and it should work without supervision... Open the Excel file, run the RunAll subroutine, which includes save and close Excel.

However, the window "To connect to Data Source" hinders the process ended.

I tried to use a Windows API to close the window, but it only works if I open the file, log in with the user name and password, close file without closing Excel and then reopen the file.

Any help would be appreciated. Thanks in advance.

Michael
(a real beginner in this forum)

Published by: user7970979 on May 29, 2013 18:00

How to create a private connection and the use of the code to login below. It will bypass the connect window.

sts = HypConnect(Empty, "admin", "password", "Sample_Basic")

If your workbook is used in the same connection, you can use the Active connection to connect.

Sheet2.Activate
sts = HypSetActiveConnection("Sample_Basic")

You can create a VbScript script and use it to run a marco in EXCEL.

Option Explicit

On Error Resume Next

runExcelMacrocmd

Sub runExcelMacrocmd() 

  Dim xlApp
  Dim xlBook 

  Set xlApp = CreateObject("Excel.Application")
  Set xlBook = xlApp.Workbooks.Open("C:\Users\ckattookaran\Desktop\Test.xlsm", 0, True)
  '
  'Uncomment this if you want to see the activity
  '
  'xlapp.Visible = True

  xlApp.Run "test" ' Name of the macro

  xlApp.DisplayAlerts = False ' Add this to override any prompts

  xlBook.Save ' Save the Book

  xlApp.Close

  xlApp.Quit 

  Set xlBook = Nothing
  Set xlApp = Nothing 

End Sub

Create a bat file

 call C:\Users\ckattookaran\Desktop\RunExcel.vbs

Concerning

Celvin
http://www.orahyplabs.com

Tags: Business Intelligence

Similar Questions

  • How to get the required connection pool data source?

    Hi we have created two pools of connections with two different userid to restrict access to the database. now I have 2 pools. so if I want to get the connection to a specific pool how to do this?

    Use the JNDI string. When you created your pools you created the jndi names. So when connecting to the data source, you specify jndi. That's how.

    Your postal code if you have a problem.

  • BlackBerry software synchronization unsuccessful in BBLink Q10 for Windows Contacts - data source not valid

    I have previously synced my contacts of my Q10 to Windows Vista Contacts (I don't use Outlook), but tonight, I received the error message that the synchronization has failed.  When I click on "View recent activity", it says "invalid data source.  When BBLink started synchronization attempt, the yellow sign with the exclamation appeared.  What does that mean?

    I have the sense of synchronization configured as 1-way sync to the computer.

    BBLink shows Q10 to be connected with the USB cable (and WiFi).  My backup of the Q10 device was successful.

    I have not changed anything.  Does anyone have a solution?  I really need to back up my contacts.  I am running the latest version of BBLink, but I can't find the version number anywhere in the application.  Where can I find it?

    Thanks in advance for the help.

    For the version of Link, when opened click on Preferences, about.

    Click clear all in the show recent activity.

    I found no info yet on the yellow Board.

    Delete all of your temporary files on your PC, then try the synchronization.

  • Problems connecting to JDBC data source

    We have recently upgraded to JDeveloper 11 g to 10g and flies our applications (primarily the Struts). They are compiled fine, and I am able to create data sources and successfully test the connection to open the data source through the window of Application resources. The problem comes when I try to connect through the application. In Java code, I use a DataSource object to get the connection of InitialContext.lookup ("jdbc/sun_DS1") where the JNDI name is in parentheses. We used to define this connection in JDev 10 g via the file data - sources.xml and it worked very well. Now with 11g and defines the connection to the application, I don't know if I'm missing a step between the creation of the data source and run the application.

    The error I get is: javax.naming.NameNotFoundException: while trying to search for "jdbc.sun_DS1" did not find subcontext "jdbc." Solved "; rest the name "jdbc/sun_DS1.
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:411)

    I spent a lot of time reading Oracle help docs and Googling the problem without success.

    Help, please.

    Once you run your application on the WLS console launch (http://localhost:7101/console) and look to see if JDev created a data source for you in WLS.)
    You may need to add it manually.

  • Essbase studio data source connection

    Hello

    We are on essbase 11.1.1.3. I have question on essbase studio Connection Wizard, my database is sql server, and it seems that I can not connect to the database using windows user name and passowrd, simply logon sql user.

    Can is it true, I connect to sql server using my username acitive directory?

    Thank you

    As far as I know, it's only authentication SQL server native.

    It was a problem experienced in 11.1.2 all releases so will be the same for 11.1.1.3
    Bug 8908738 - Microsoft Windows authentication is not supported for data source connections to Microsoft SQL Server. (Number of defects in double: 7127257) »

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Failed to connect to the data source of the network

    My access.mdb is located in the folder of public sharing of server1 (everyone has the right to change or remove) and I try to connect my access.mdb to my cold fusion Server (windows 2003 r2 std). It works if I put the mdb locally, but not network.

    I got this error

    Connection verification failed for data source: cfmydata
    com.inzoom.adojni.ComException: a file name not valid.
    The root cause was that: com.inzoom.adojni.ComException: invalid not a file name. in the Microsoft JET Database Engine = 0 code Type = 1

    The coldfusion service runs under the administrator user and the password. I used the UNC path, but still no luck.

    Someone has an idea for me.

    I thought about it. Well, not really. I've used ACCESS with Unicode. Once I changed to ACCESS only. The connection is successfully verified.

    Thank you for all your help paross1

  • Microsoft SQL data source connection error

    I try to connect to a MS SQL database and continue to receive a connection refused error. the error is:

    Connection verification failed for data source: hbsdb
    java.sql.SQLException: [Macromedia] [SQLServer JDBC Driver] error socket creation. Connection refused: connect
    The root cause was that: java.sql.SQLException: error [Macromedia] [SQLServer JDBC Driver] socket creation. Connection refused: connect

    I'm new to MS SQL and do not know if I put it in place correctly. My settings for the DS are as follows:

    Server: localhost port 1433 (if I change (local) takes the time out)

    I have the DS, Database, login, password everywhere. The password and the name is for cold fusion to be able to execute queries and correct stuff? It is not a defined password to access the database? The database has been imported from a system to the top and is located at ServerName\Databases\DB_Name. I need to plug the DB to MS SQL Server somehow? I can
    display database tables, columns, but not connect. any help would be greatly appreciated.

    I am running Microsoft SQL Server 2005 180 assessment, Windows XP SP2, ColdFusion MX 7.1 Developers Edition.

    Thank you
    Drew

    Solved the problem, my username for any reason any was not the owner of the db, he switched to the top and it works fine... Thanks for the help guys.

  • Report Builder 1.0 will not connect to the data source for Reporting SERVICES

    We have a few users who are unable to connect to SSRS on SQL Server 2008 using the Report Builder version 1.0

    (We will be updating soon, but it's a slow process, and now users have questions)

    Instead of disputed for their IDs, they are requested to select a data source.  This information is supposed to be filled automatically when the user starts the Reporting SERVICES report designer.

    Does anyone know where/how SSRS communicates information to start the application with one click Report Builder, and where, if anywhere, it stores?

    Hello

    The following forum seems most appropriate for your question:

    https://social.msdn.Microsoft.com/forums/en-us/home?Forum=sqlreportingservices

    You can get a faster response there.

    I hope this helps.

    Kind regards

    Alberto Morillo
    SQLCoffee.com

  • Connect target 'Generic Data Source' to a MySQL instance

    I'm trying to connect to our TEO (2.2) instance to an instance of MySQL, but unable to do so successfully.

    The server of TEO, I loaded the MySQL provider and the ODBC driver.

    I then try to define the details of the connection to the target:

    Host name:

    Default user:

    Connection string: Provider = MySQLProv; Data Source =

    By clicking on 'OK' throws the following error: "'MySQLProv' provider is not registered on the local computer."

    Based on the error, it's for me as TEO server does not recognize this provider, but I would like to help on it got to a point where it does.

    Could you please provide me with the steps needed to get our TEO instance to connect to the DB?

    Thank you
    Mark

    Solution:

    (1) install the Cherry City Software provider: http://cherrycitysoftware.com/CCS/Providers/ProvMySQL.aspx

    (2) configure the following connection string: Source Provider = OleMySql.MySqlSource.1; Data =; Initial Catalog =

    Thanks a lot C Roberts!

          

    The connection string contains "MySQLProv", that you actually used what?

    Looking at the example of c# code (and VB.net) I see this as the provider:

    OleMySql.MySqlSource.1

    Have you tried that?

    It also looks like to

    Data source =.

    Initial Catalog =

    If you arrive there, would probably be best to prosecute TAC for review.

  • Failure of Service Provisioning short 3.1.0.0 for the Oracle BI Server connect data source library

    I installed 3.1 short (NON - SSL) as well as the service of commissioning successfully

    Eid-ps/status

    Information Provisioning Service 3.1.0.0 short Oracle discovery review 2484

    Server short communicationSUCCESS
    Access database backend

    SUCCESS

    I'm able to succeed in creating a data source library to connect to the Oracle database, however, when I try to create a data source library to connect to a BI server it does not say "Not able to connect to the Service Provisioning" and the following errors appear in the weblogic server log.

    No idea where and what the problem is?

    # < 6 July 2015 1:53:57 AM PDT > < Info > < oracle.bi > < host > < AdminServer > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < anonymous > > BEA1-00168CF06CFDCF815CA3 > < 65bd0f143ebf772b :-35003f35:14e625e3ff0: - 8000-0000000000000043 > < 1436172837874 > < BEA-000000 > < connect to SECONDARYCCSPORT = 9706; MAXRECONNECTATTEMPTS = 3; TRUSTANYSERVER = true; PRIMARYCCSPORT = 9706; MAXRPCCLIENTCREATEATTEMPTS = 3; USER = weblogic; HEARTBEATINTERVAL = 60; MAXHEARTBEATATTEMPTS = 3; MAXRPCCLIENTCOUNT = 100; SSL = false; TRUSTSTOREPASSWORD = *; PASSWORD = *; SECONDARYCCS =; PORT = 9704; CATALOG =; HOST = Host2; PRIMARYCCS =; SSLKEYSTOREPASSWORD = *; RPCCLIENTEXPIRATIONTIME = 60; >

    # < 6 July 2015 1:54:28 AM PDT > < Info > < oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient > < host > < AdminServer > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < anonymous > > BEA1-00168CF06CFDCF815CA3 > < 65bd0f143ebf772b :-35003f35:14e625e3ff0: - 8000-0000000000000043 > < 1436172868092 > < BEA-000000 > < java.io.IOException: end of file

    at oracle.bi.rpc.BlobUtil.readInt(BlobUtil.java:28)

    at oracle.bi.rpc.RpcEndPoint.readResponse(RpcEndPoint.java:136)

    at oracle.bi.utilitycomm.ServerRpcClient4.doRpcHandshake(ServerRpcClient4.java:64)

    at oracle.bi.utilitycomm.RpcClient.internal_open(RpcClient.java:137)

    at oracle.bi.utilitycomm.RpcClient.open(RpcClient.java:157)

    to oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient.create (SocketPool4.java:228)

    at oracle.bi.utilitycomm.ObjectPoolFactory.createObjects_locked(ObjectPoolFactory.java:117)

    at oracle.bi.utilitycomm.ObjectPoolFactory.getObject(ObjectPoolFactory.java:169)

    to oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient.getObject (SocketPool4.java:254)

    to oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient.getFreeRpcClient (SocketPool4.java:302)

    at oracle.bi.utilitycomm.SocketPool4.getFreeRpcClient(SocketPool4.java:389)

    at oracle.bi.jdbcclient.TcpClientAPI.callRPC(TcpClientAPI.java:52)

    at oracle.bi.jdbcclient.TcpClientAPI.OpenServer(TcpClientAPI.java:175)

    at oracle.bi.jdbcclient.TcpClientAPI.OpenSession(TcpClientAPI.java:105)

    to oracle.bi.jdbc.AnaJdbcConnection. < init > (AnaJdbcConnection.java:117)

    at oracle.bi.jdbc.AnaJdbcDriver.connectToNQSNode(AnaJdbcDriver.java:398)

    at oracle.bi.jdbc.AnaJdbcDriver.connect(AnaJdbcDriver.java:472)

    at java.sql.DriverManager.getConnection(DriverManager.java:571)

    at java.sql.DriverManager.getConnection(DriverManager.java:187)

    at com.oracle.endeca.pdi.jdbc.JdbcDatabase.createNewConnection(JdbcDatabase.java:48)

    at com.oracle.endeca.pdi.jdbc.JdbcDatabase.checkCanConnect(JdbcDatabase.java:40)

    at com.oracle.endeca.pdi.workflow.operations.obi.ObiOperationsEjb.setDataSource(ObiOperationsEjb.java:67)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)

    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)

    at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

    to com.sun.proxy. $Proxy204.setDataSource (unknown Source)

    at com.oracle.endeca.pdi.workflow.operations.obi.ObiOperationsEjb_64dxhm_ObiOperationsImpl.__WL_invoke (unknown Source)

    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)

    at com.oracle.endeca.pdi.workflow.operations.obi.ObiOperationsEjb_64dxhm_ObiOperationsImpl.setDataSource (unknown Source)

    at com.oracle.endeca.pdi.service.core.CoreImpl.setDataSource(CoreImpl.java:322)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    to weblogic.wsee.jaxws.WLSInstanceResolver$ WLSInvoker.invoke (WLSInstanceResolver.java:92)

    to weblogic.wsee.jaxws.WLSInstanceResolver$ WLSInvoker.invoke (WLSInstanceResolver.java:74)

    to com.sun.xml.ws.server.InvokerTube$ 2.invoke(InvokerTube.java:151)

    at com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl.invoke(EndpointMethodHandlerImpl.java:268)

    at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:100)

    at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)

    at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)

    at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)

    at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)

    to com.sun.xml.ws.server.WSEndpointImpl$ 2.process(WSEndpointImpl.java:403)

    to com.sun.xml.ws.transport.http.HttpAdapter$ HttpToolkit.handle (HttpAdapter.java:539)

    at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:253)

    at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:140)

    at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:171)

    to weblogic.wsee.jaxws.HttpServletAdapter$ AuthorizedInvoke.run (HttpServletAdapter.java:708)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

    at weblogic.wsee.util.ServerSecurityHelper.authenticatedInvoke(ServerSecurityHelper.java:103)

    to weblogic.wsee.jaxws.HttpServletAdapter$ 3.run(HttpServletAdapter.java:311)

    at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:336)

    at weblogic.wsee.jaxws.JAXWSServlet.doRequest(JAXWSServlet.java:99)

    at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:99)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    >

    # < 6 July 2015 1:54:28 AM PDT > < Info > < oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient > < host > < AdminServer > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < anonymous > > BEA1-00168CF06CFDCF815CA3 > < 65bd0f143ebf772b :-35003f35:14e625e3ff0: - 8000-0000000000000043 > < 1436172868093 > < BEA-000000 > < maxTry = 3, i = 0, oracle.bi.utilitycomm.ObjectPoolCreateException: create object failed java.io.IOException : end of file

    to oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient.create (SocketPool4.java:246)

    at oracle.bi.utilitycomm.ObjectPoolFactory.createObjects_locked(ObjectPoolFactory.java:117)

    at oracle.bi.utilitycomm.ObjectPoolFactory.getObject(ObjectPoolFactory.java:169)

    to oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient.getObject (SocketPool4.java:254)

    to oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient.getFreeRpcClient (SocketPool4.java:302)

    at oracle.bi.utilitycomm.SocketPool4.getFreeRpcClient(SocketPool4.java:389)

    at oracle.bi.jdbcclient.TcpClientAPI.callRPC(TcpClientAPI.java:52)

    at oracle.bi.jdbcclient.TcpClientAPI.OpenServer(TcpClientAPI.java:175)

    at oracle.bi.jdbcclient.TcpClientAPI.OpenSession(TcpClientAPI.java:105)

    to oracle.bi.jdbc.AnaJdbcConnection. < init > (AnaJdbcConnection.java:117)

    at oracle.bi.jdbc.AnaJdbcDriver.connectToNQSNode(AnaJdbcDriver.java:398)

    at oracle.bi.jdbc.AnaJdbcDriver.connect(AnaJdbcDriver.java:472)

    at java.sql.DriverManager.getConnection(DriverManager.java:571)

    at java.sql.DriverManager.getConnection(DriverManager.java:187)

    at com.oracle.endeca.pdi.jdbc.JdbcDatabase.createNewConnection(JdbcDatabase.java:48)

    at com.oracle.endeca.pdi.jdbc.JdbcDatabase.checkCanConnect(JdbcDatabase.java:40)

    at com.oracle.endeca.pdi.workflow.operations.obi.ObiOperationsEjb.setDataSource(ObiOperationsEjb.java:67)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)

    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)

    at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

    to com.sun.proxy. $Proxy204.setDataSource (unknown Source)

    at com.oracle.endeca.pdi.workflow.operations.obi.ObiOperationsEjb_64dxhm_ObiOperationsImpl.__WL_invoke (unknown Source)

    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)

    at com.oracle.endeca.pdi.workflow.operations.obi.ObiOperationsEjb_64dxhm_ObiOperationsImpl.setDataSource (unknown Source)

    at com.oracle.endeca.pdi.service.core.CoreImpl.setDataSource(CoreImpl.java:322)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    to weblogic.wsee.jaxws.WLSInstanceResolver$ WLSInvoker.invoke (WLSInstanceResolver.java:92)

    to weblogic.wsee.jaxws.WLSInstanceResolver$ WLSInvoker.invoke (WLSInstanceResolver.java:74)

    to com.sun.xml.ws.server.InvokerTube$ 2.invoke(InvokerTube.java:151)

    at com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl.invoke(EndpointMethodHandlerImpl.java:268)

    at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:100)

    at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)

    at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)

    at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)

    at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)

    to com.sun.xml.ws.server.WSEndpointImpl$ 2.process(WSEndpointImpl.java:403)

    to com.sun.xml.ws.transport.http.HttpAdapter$ HttpToolkit.handle (HttpAdapter.java:539)

    at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:253)

    at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:140)

    at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:171)

    to weblogic.wsee.jaxws.HttpServletAdapter$ AuthorizedInvoke.run (HttpServletAdapter.java:708)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

    at weblogic.wsee.util.ServerSecurityHelper.authenticatedInvoke(ServerSecurityHelper.java:103)

    to weblogic.wsee.jaxws.HttpServletAdapter$ 3.run(HttpServletAdapter.java:311)

    at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:336)

    at weblogic.wsee.jaxws.JAXWSServlet.doRequest(JAXWSServlet.java:99)

    at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:99)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    >

    The problem was solved after I gave CPP (9703) BI server instead of normal to the port port (9704).

  • Connection verification failed for data source - mysql.jdbc.Driver

    I get this message when you try to add a mySQL (don't ask) database in CF Admin checking the connection failed for data source: shownets java.sql.SQLException: no suitable driver available for shownets, please don't check the configuration in the file resources, pilot error: com.mysql.jdbc.Driver


    The root cause was that: java.sql.SQLException: no suitable driver available for shownets, please don't check the configuration in the file resources, pilot error: com.mysql.jdbc.Driver I tried all sorts of messages instructions and nothing seems to work.  It's on my 32-bit platform. Tryng to get out all the bugs before I installed the 64-bit version.

    TNX a

    It seems that you have recently installed Coldfusion. I say this because recent versions of Coldfusion no longer ships with JDBC to MySQL driver. You must therefore download and install it yourself.

    To do this, go to the download page of the MySQL JDBC driver. Select the platform independent as a platform connector. Download the ZIP file independent of the platform mysql-connector-java - x.x.xx.zip. (x.x.xx represents the version number)

    Extract the ZIP file. Open the folder that results and search for the driver. It is a JAR file called mysql-connector-java - x.x.xx - bin.jar (x.x.xx represents the version number). Copy the file in the directory lib to Coldfusion.

    Restart Coldfusion. Voila - you're ready to go.

  • Scope of the pool of connections data source WebLogic "maximum capacity".

    Hello

    I'm under WLS 10.3.6.0.

    I would like to know what the 'Maximum Capactiy' setting for a data source connection pool applies to. Is by server, cluster, or on all servers?

    I connect to an Oracle DB that limits concurrent connections to 3. I have put "Maxiumum capacity" to this value, but want to be sure that I will never create more than 3 simultaneous connections to the DB of my WLS cluster.

    Thank you very much.

    Hi, it's by the server, so a cluster of 10 servers would be to try up to 30 connections.

    It seems that the best you could do is to have no more than 3 servers and have a 'pool' of

    Max capacity = 1...

  • OBI and OPE Exception data source connection permissions

    Hello

    When I use my Admin OBI and run the report sound all fine.
    The role of consumer BI has the read permission, so have my roles / custom.
    But when I open the report using a non-administrator user I get the error:

    oracle.xdo.XDOException: oracle.xdo.XDOException: oracle.xdo.XDOException: could not get data source connection for: myconnection123

    I gave access to the model data as well. but without success.

    through that you will get good understanding on these authentication approaches http://docs.oracle.com/cd/E15586_01/fusionapps.1111/e20837/T539768T526688.htm

    http://docs.Oracle.com/CD/E17904_01/bi.1111/e13880/T526682T526687.htm

  • Should we use the same data source for the internal connection and Save Point?

    Hello

    Configuration of AM has an internal connection location db, adf - config.xml has also a Save Point db connection parameter, should we are all set to the same source database of the system or should create us a separate data source that is used only for the connection internal db AM of Save?

    jdev: 11.1.2.1

    Thank you very much!

    Hello

    its everything to you and you have security concerns if the backup point is registered with the business data.

    Frank

  • Stand-alone WLS, JDBC, never outputs connections data source

    11.1.2.1 JDev

    My application connects to the Oracle database to do business. I also have a servlet that is called to create and view PDF reports. When the application starts, and every time the servlet is called, an "Active connection" to my JDBC data source. By default, there are 15 connectsions in the connection pool. I see thins in the stand alone WLS Admin Console: Services/DataSources / 'mydatasource' / Connection Pool. Data sources and surveillance shows the number of current connections to my data source. As I monitor the number of "Active connections" and launch myl application in WLS, run reports, etc. I see the number of connections increase. However, the number of "Active connections" never decreases. Even when I log out of the application and exit the browser the number of connections remains the same. I start my application again, and it uses more "active" connections When all connections are exhausted, I get an error.

    java.lang.RuntimeException: weblogic.common.resourcepool.ResourceLimitException: no currently available in the MisseeDS pool resources to allocate to applications, please don't increase the size of the pool and try again.

    I increase the size of the pool and I can run the application again. However, he continues to use "active connections" and never gives them. Finally a failure once again. Of course, stop and start the stand-alone WLS resets everything.

    Can someone tell me how to retrieve the unused "active connections" so my request to not use not all of them and then get an error?

    Thank you, Steve

    Looks like you're using a data source connection in your servlet report but do not call Connection.Close in order to release it to the pool. Can provide you a sample code?

Maybe you are looking for

  • Should I reinstall OS

    My 13-inch Macbook Air mid-2011 is to have a nervous breakdown. Could not connect and determined that it was because the keyboard is stuck on all caps. Use an external keyboard to open a session. Screen acting goofy, Safari crashes sometimes, still s

  • process of LSD causing 100% cpu and beachballing

    Hi guys,. I hope someone can help me with this.  My computer has recently started using 100% cpu on a process called "lsd".  It totally freezes my computer and I have to hard start it again by pressing the power button.  I can force him to do it is I

  • Satellite Pro A200 - Fn keys does not work with Windows Vista

    Hello I own a Satellite Pro A200-PSAE7E and a license to retail for Windows Vista Ultimate 32-bit Edition (with SP1) is installed. Before installing Vista, I have updated the BIOS to the latest version available on the Toshiba site ([http://it.comput

  • AO HAVE synchronized with the data processing

    Hi all I'm building a pretty simple VI that should work in the following way: 1: acquire the data of two channels of AI with a sampling rate of 2000 Hz 2: process data: some time on average and the scaling of the output of the signal depends on the e

  • Audio Mic T510 pregnant!

    People of greetings, I hope I'm not repeating this message. I have a T510. The audio internal microphone is coming through the speakers when I'm not in an audio call or videoconference. As soon as I go to an audio or video call with mics stop working