Unable to connect to the database in SQL 2005

Tried setting up of connection string to the DB on the server, but DW doesn't connect. Other applications such as Visual Studio and Microsoft Expression DO work and have no problem using the same connection string we use in DW CS3. When we hit the 'Test' to test the connection, we have several different scenarios. 1) 1) _mmServerScript error 2) [DBNETLIB] Error invalid connection and 3.) no error, just of the cycles, then has an empty DB.

We got it works once before with another server, but now we're in trouble. Connection to the DB works fine with other programs, but not with DW CS3 (Mac and PC) - really want to understand it for Mac.

We have sent a support ticket to the administrator of the server that says that everything should be fine on their end.

NOTE: Our test server is identical to our remote server.

FINALLY! -After-hours hammering on this issue, I finally got it solved.

When you specify a data source, apparently I need a reference to that SQL server is used. So... instead of just {server name} try something like these:

Data source = {server name} \SQLEXPRESS
Data source = {server name} \SQL
Data source = \SQL2k5 {server name} - that worked for me.

credit
http://www.jaredprins.com/blog/?p=111

Thanks anyway - Detective Conan!

Tags: Dreamweaver

Similar Questions

  • Unable to connect to the database using SQL * more

    Hi, I have Oracle 10 g XE installed in my labtop, and I can't connect using SQL * more.
    I can connect using the User Interface of navig however, I could do after the following procedure to change the password for the sys account:
    -Open a command prompt
    -type sqlplus
    -On the line "Enter user name", enter the sysdba virtue
    -On the SQL > prompt, type alter user sys identified by NewPassword;

    But the thing is that even if I am able to connect using sys/NewPassword from my browser UI, I don't get the same result when do this using the SQL prompt.

    What I try to do is the following:
    SQL > connect sys/NewPassword
    Can I get first a warming of the planet by saying I should use sysdba or sysoper to connect to the system account, but none of those who work.

    Can anyone advice me on this subject?

    Thanks in advance

    Does make sense at all?

    You really need to Read The Fine Manual
    http://download.Oracle.com/docs/CD/E11882_01/server.112/e16508/TOC.htm

    When you log in as USER "SYS" DB must be described as 'AS SYSDBA'

    sqlplus
    / as sysdba
    SHOW USER;
    -line above indicates that you are now connected to the DB as "SYS"!

    SQL > CONNECT SYS / AS SYSDBA

  • E.M.P. 11.1.2.2 Config Error - EPMCFG-10368: unable to connect to the database.

    Hello

    I found the error when configuring EPM 11.1.2.2 below system

    Error message indicated as "EPMCFG-10368: unable to connect to the database." Check the database connection information'.

    Environment: Windows XP SP2, SQL Server 2005.

    Please help me solve the problem. Please also find the screen shot to http://ge.tt/6xqpj0L/v/0?c

    Kind regards
    Naveen

    Published by: Naveen on July 25, 2012 17:35

    Windows XP is not supported for client components not, I recommend that you install on an operating system that is supported so usually, when there is trouble connecting to SQL Server, it is down from TCP/IP not been activated, also correct for a static port, make sure that no firewalls are in place.

    See you soon

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

  • Unable to connect to the database instance: ORA-02391: exceeded IS simultaneous

    Hello

    I get continually alert to OEM:

    Unable to connect to the database instance: ORA-02391: simultaneous exceeded SESSIONS_PER_USER (DBD ERROR: OCISessionBegin).

    I run the query, but has not found any sesion in the database:

    SQL > select username, count (*) from v$ session of the Group of user name.

    COUNT (*) USERNAME
    ------------------------------ ----------
    SYS 1
    8
    Could you please help me solve this problem?

    Thank you
    Gulshan

    Listener.log file saves connection applications
    compare the timestamps in listener.log with the alert_SID.log file to determine the culprit

  • VAIO Messenger-unable to connect to the database

    I had this problem for months. When I connect to the internet... about 10-15 minutes later... a box opens "Vaio Messenger unable to connect to the database." I'd like to just turn off Vaio Messenger. I looked up how to disable Messenger but he always States go to the settings dialog box. For the life of me I can't find a dialog box. How can I disable Messenger? How do I repair Messenger so it CAN connect to the database? Help!

    I had this problem for months. I can't change the dialog box. I can't uninstall vaio Messenger. I have so much pain to find this site, if you have a cure please write me [email protected]

  • RCU error: unable to connect to the database using the contact information provided

    Hello

    I am not able to connect to the database using the remote control 11.1.1.10.1 to create patterns. I ran the UCR even a week ago and I managed to connect. My database and listener are up and running and the host and the credentials are correct. I don't know where is the problem. Any help will be appreciated. Attaching the screenshot for reference.

    rcu.PNG

    Concerning

    Oumaima

    Hi Handal

    Thanks for the reply. Looks like someone had blocked the firewall settings, so I was unable to connect to the database using the port.

    Thank you

    Oumaima

  • Error: Unable to connect to the database.  Please check the databases and verify the database is accessible.

    Hello.

    Hello

    Do you have any idea of this error, I went through a few forums, but I still got the same message.

    FDM is my server on computer A

    and my Foundation + shared on machine B


    Error: Unable to connect to the database.  Please check the databases and verify the database is accessible.

    Hello

    Browse the following post

    Failed to create the application of FDM

    (mark this message as useful or appropriate if that helps!)

    concerning

    -DM

  • Unable to connect to the database homepage OracleXE 10.2.0.1.0

    Hi Oracle Experts,

    I installed OracleXE 10 g on an application server and has worked for 3 years. The installation is based on the default configuration where:

    Destination folder: C:\oraclexe\

    Oracle database listener port: 1521

    Port for the Oracle Services Microsoft Transaction Server: 2030

    HTTP listener port: 8080

    The installation work well and be able to view the home page of the database. The problem arises when local desire to ICT to change the listening port of Oracle database to another port instead of 1521 to comply with their security policies.

    I changed the port using method below:

    (1) update the port number in listener.ora desired port

    (2) make sure SID_name (XE) is registered in listener.ora by adding this line to SID_LIST

    (SID_DESC =

    (SID_NAME = XE)

    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)

    )

    )

    (3) recharge the listener and restart the service.

    I am able to connect to the database using SQL Plus by using the port assigned port, but when I tried to view the home page of the database, I can't load the page with Internet Explorer connection problem error.

    I changed the default to 8089 but still cannot connect HTTP port. But when I went to the port (1521) default listening port, I am able to view the home page of the database.

    Anyone know how to fix this?

    Thank you in advance.

    You have followed all the steps documented? 4 general network connections

    HTH
    Srini

  • Unable to connect to the database, check the creation of credentials 11.1.2.3 FDM

    Hi all

    I installed the Hyperion 11.1.2.3 with Oracle 11 g version. Installation and Configuration completed successfully.

    I am able to connect to Essbase, Planning, HFM. but when I try to create FDM app, I get an error message

    Unable to connect to the database, check the database credentials.

    If one is confronted with the same problem, please help me to solve this problem.

    Kind regards
    Mady

    You have added the basic data for the FDM database information in the tnsnames file, the location of the file used by EPM are defined by the TNS_ADMIN environment variable

    See you soon

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

  • FDM Create Application Error: Unable to connect to the database.

    Hello
    While trying to create a new application of FDM, I am not able to connect to the database. error: "unable to connect to the database. Please check the databases and verify the database is '. '. able to connect to the DB using the command line.

    I created the user in Oracle with access s/n (provided permissions: RESOURCE, CONNECT, CREATE SESSION, CREATE VIEW, CREATE DATABASE LINK)
    Oracle 32-bit client is installed with windows server 2008 R2 64-bit.

    I need to update the variable path or any other parameter that needs to be updated.
    Please help solve this problem.

    Hello

    I tried test the connection to the database of FDM help a 32-bit UDL file to check the 32-bit Oracle Client is installed and where the provider OLE DB for Oracle was not available.
    It was a problem with the installation of the Oracle customer 11.2.0.3, it seems that it is a known bug (NOTE > install the 11.2.0.3 Oracle OLE DB provider since the installation of Client media registers properly the provider [ID 1380742.1] Bug: 13417266 WHILE upgrading from 11.2.0.3, Setup is unable to REGISTER DLL ORAOLEDB).
    We have installed Oracle earlier version client and have seen the for Oracle OLEDB provider.
    After this created FDM application successfully.

    Thank you

  • EPMCFG - 10368, unable to connect to the database, check information for database

    Hi all

    Server: Windows server 2008 64-bit, and 64-bit Oracle 11 g

    First of all, I have installed Oracle client 32-bit and 64-bit client then Database 11 g. Then, I installed the version hyperion 11.1.2.2. but at configuration time, I get the error message
    EPMCFG - 10368 unable to connect to the database, see database documentation.

    but the correct database information that I have given. Map of Loopback also installed Microsoft.

    I spoke in the forums about this error, in this discussion, they wrote about tnsnames.ora. I need to edit in this file?

    Kind regards
    Mady

    Published by: mady on March 20, 2013 10:47

    Hello

    I have uninstalled and installed OS again once, now I am able to connect to the database now.

    See you soon,.

    Mady

  • Unable to connect to the database instance: ORA-28001: the password has expired

    Hi all

    I'm on oracle 11g grid.


    I get unable to connect to the database instance: ORA-28001: the password has expired (ERROR of DBD: OCISessionBegin) error.

    I checked and found that my user dbsnmp expired password. I found the page on the grid control to change the password of user dbsnmp.

    but I want to know. If I changed dbsnmp password using the grid control. Is there any other task I have to do after the change of user dbsnmp password.

    Please let me know.


    Thank you

    Hi PK,.

    If GC can reuse the monitored GENERAL to connect to the database account I can't think of anything you should do.
    The database, what has happened is an 11g database? If so the security policy has been changed in this version, which means that in half a year you will still have a locked account of DBSNMP.

    If your company security policy allows, you can avoid this by changing the password_life_time to an unlimited number of default profile:
    change the default profile limit password_life_time unlimited;

    Eric

  • Unable to connect to the database when installing BI EE 11 g

    I want to install Oracle BI Enterprise Edition 11g Windows XP service pack 3.
    I used successfully of the repository creation tool to create the schema DEV_BIPLATFORM.

    Then I ran the main installation of Oracle BI program.
    "To halfway through the stage of" details of the database "requires the connection string, the user name and the password.
    I enter in these exactly as they should be, but still get the error:
    INST-08029: unable to connect to the database with the given credentials.

    The details that I use are:
    connection string: ltest2:1521:dwRialto
    username: DEV_BIPLATFORM
    password: DEV_BIPLATFORM
    where ltest2 is a Linux SS5 host running Oracle 11.1.0.6 EE. The service name is dwRialto.

    Physical connectivity is definitely ok, as evidenced by the fact that I get error 'INST-08035' if I change the name of the service for something not valid. Also, I get a different error, 'INST-08031' if I change the user name or password to something invalid. I have also granted SYSDBA and DBA DEV_BIPLATFORM, but still does not work.

    In addition, to be sure, I installed and executed on the same Windows PC SQLDeveloper - and that works very well, using the same credentials.

    Why the 11g BI Setup does not accept these credentials? I can't further with the installation until it does.

    Hello
    We had the same problem an hour ago
    What we did was drop the user through the official way to the rcu, re-create the user but this time with a different password (in our case, so DEV_BIPLATFORM/oracle)
    and then we continued without problem :)

    Good luck

    Published by: jopgenoo on August 23, 2010 07:05

  • Unable to connect to the database through OEM

    Hello

    ORACLE VERSION: 10.2.0.1.0
    OPERATING SYSTEM: LINUX

    I was unable to connect to my database through OEM. This is to show the error like this in my OEM.

    Enterprise Manager is unable to connect to the database instance. The State of the components are listed below.

    Here it is the list of the errors written to the trace file.

    2009-07-13 14:55:18, 351 [EMUI_14_55_18_/console/aboutApplication] ERROR em.console doGet.311 - java.lang.IllegalStateException: response has already been committed
    java.lang.IllegalStateException: response has already been committed
    at com.evermind.server.http.EvermindHttpServletResponse.resetBuffer(EvermindHttpServletResponse.java:1901)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:211)
    at oracle.sysman.emSDK.svlt.PageHandler.render(PageHandler.java:773)
    at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:396)
    at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
    at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
    at oracle.sysman.eml.app.Console.doGet(Console.java:135)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:123)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:239)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    2009-07-13 14:55:20, 893 [HttpRequestHandler-25640626] ERROR conn. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:20, 925 [HttpRequestHandler-25640626] ERROR eml. OMSHandshake getParameterFromDB.402 - ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:20, 926 eml ERROR [HttpRequestHandler-25640626]. OMSHandshake processFailure.619 - OMSHandshake failed. (AGENT URL = http://VTL3200DB:3938/emd/main) (ERROR = INTERNAL_ERROR)
    2009-07-13 14:55:20, 959 [HttpRequestHandler-23946437] ERROR conn. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:20, 990 [HttpRequestHandler-23946437] ERROR eml. OMSHandshake getParameterFromDB.402 - ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:20, 991 [HttpRequestHandler-23946437] ERROR eml. OMSHandshake processFailure.619 - OMSHandshake failed. (AGENT URL = http://VTL3200DB:3938/emd/main) (ERROR = INTERNAL_ERROR)
    2009-07-13 14:55:42, 047 conn of ERROR [OmsServiceDriver thread]. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:51, 030 [HttpRequestHandler-12767107] ERROR conn. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:51, 062 eml ERROR [HttpRequestHandler-12767107]. OMSHandshake getParameterFromDB.402 - ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:51, 063 eml ERROR [HttpRequestHandler-12767107]. OMSHandshake processFailure.619 - OMSHandshake failed. (AGENT URL = http://VTL3200DB:3938/emd/main) (ERROR = INTERNAL_ERROR)
    2009-07-13 14:55:51, 096 [HttpRequestHandler-28346522] ERROR conn. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:51, 127 [HttpRequestHandler-28346522] ERROR eml. OMSHandshake getParameterFromDB.402 - ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:51, 127 [HttpRequestHandler-28346522] ERROR eml. OMSHandshake processFailure.619 - OMSHandshake failed. (AGENT URL = http://VTL3200DB:3938/emd/main) (ERROR = INTERNAL_ERROR)
    2009-07-13 14:56:21, 162 [HttpRequestHandler-32110028] ERROR conn. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:56:21, 193 [HttpRequestHandler-32110028] ERROR eml. OMSHandshake getParameterFromDB.402 - ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:56:21, 194 [HttpRequestHandler-32110028] ERROR eml. OMSHandshake processFailure.619 - OMSHandshake failed. (AGENT URL = http://VTL3200DB:3938/emd/main) (ERROR = INTERNAL_ERROR)
    2009-07-13 14:56:21, 227 [HttpRequestHandler-12767107] ERROR conn. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:56:21, 258 [HttpRequestHandler-12767107] ERROR eml. OMSHandshake getParameterFromDB.402 - ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:56:21, 259 [HttpRequestHandler-12767107] ERROR eml. OMSHandshake processFailure.619 - OMSHandshake failed. (AGENT URL = http://VTL3200DB:3938/emd/main) (ERROR = INTERNAL_ERROR)

    You search properly

    https://metalink2.Oracle.com/MetaLink/PLSQL/f?p=130:14:7431989769142239402:p14_database_id, p14_docid, p14_show_header, p14_show_help, p14_black_frame, p14_font:NOT, 259379.1, 1, 1, 1, helvetica

  • Unable to connect to the database GGSCI

    Hi experts,

    Currently, I am trying to configure an installation of goldengate and have a problem with the connection to the database through GGSCI.

    In SQLPLUS and sql developer, I can connect to the database, but thanks to GGSCI is impossible to connect to the database.

    I am trying to connect this name ggate@service, I get an error ORA-12504. I am unable to connect using this method.

    ggate@ggsrc password username dblogin *.
    ERROR: Could not connect to the database using the user ggate@ggsrc. Please check privileges.
    ORA-12504: TNS:listener did not have the SERVICE_NAME in CONNECT_DATA.

    granted DBA privilege user GGATE but still cannot connect to the database, can any one help on this subject, it is very useful.

    Thanks in advance.

    AT

    Hi thanks,

    After the set up TNS_ADMIN environment its works very well

    Thank you

Maybe you are looking for