Won't connect to database

so I have a database on our server that I have access to through phpmyadmin.
I need to connect it to my dreamweaver site so I can add dynamic content.
I entered the testing server information as the same as the remote info because we don't have a testing server specifically set up and may as well just 'test' on the regular server.
When I enter the information I have about the database in the applications panel to connect to it and create a recordset. I get the error that it can't communicate with the testing server.
any idea?

When you defined the MySQL connection, did you define the SQL server as localhost?
The Testing Server is not necessarily distinct from the regular server. It does have to be defined so DW knows where to find the database.
Hope this helps.

Similar Messages

  • P6 EPPM configuration wizard won't connect to database server

    I have installed P6 8.3 and Weblogic on one server (application server). On another server SQL is installed. When i run the P6 EPPM Configuration Wizard i get as far as the step 'Database Type & Connection' where i can fill in the details of the server and database to connect to. But then when i press 'next' nothing happens. I don't get any error, but the wizard is not going to the next step. I've tried it with all the options 'Create a new database', 'Upgrade an existing database' or simply 'Connect to an existing database'.
    I've read in the documentation that to run the P6 Eppm wizard you need to be on an oracle or sql server, but how can i do that when the necessary files are on another server? As far as i was told it's possible to use two separate servers?
    I hope someone can help.

    Hi,
    JRE 1.8.0_40 is not supported. Please check the tested configurations document for your version, client and browser sheet, uninstall JRE 8 U 40, install a supported version, update the JAVA_HOME, run P6 and try again.
    Let me know the results.
    Regards,
    Pablo
    ========
    Was our answer helpful?
    If so, highlight the information for other Community members by rating it or marking the answer as correct.
    Just hit the “Correct Answer” link on the answer, or rate it by clicking "Helpful Answer" or "Like".

  • Oracle 9.2 OEM Data Gatherer won't connect to database agent

    I'm trying to get an older version of Enterprise Manager (9.2.0.1) Data Gatherer to work with one of our 9.2 databases. The agent is running on the server but when I try to connect to the database instance using Capacity Planner from the OEM Console I receive the error "java.net.ConnectionException: Connection Refused".
    We have opened port 1808 from the Windows server running the OEM Management Server to the Database server.
    What I need to know is : do we have to have port 1808 opened in both directions (oem server to database server & database server to oem server), for the Data Gatherer to work.
    Systems:
    OEM:
    Windows 2003 server
    Oracle Enterprise Manager Management Server 9.2.0.1
    Database:
    Red Hat Linux AS4
    Oracle Enterprise Edition 9.2.0.8
    Thanks,
    John

    Vendor code 17002 generally means a major network problem like invalid host or port number. Using ssh tunneling complicates the troubleshooting. It may be best to try to replicate the other machine setup as far as possible, including ssh setup, name resolution and sql developer configuration.
    These are the normal troubleshooting steps.
    Given a SQL Developer connection definition of DBSERVER, 1521, ORCL...
    Can you ping DBSERVER?
    Can you telnet to DBSERVER on port 1521 (telnet DBSERVER 1521). If you don't have windows telnet you can use a putty telnet session.
    I assume somewhere in your tunnelling setup you have something like locahost:1521 mapping to DBSERVER:1521. In that case you can replace localhost in the troubleshooting steps.

  • AWM won't connect to database- 32 vs 64 bit problem

    I'm running a Vista 64 bit 11g (11.1.0.7) database with a companion 64 bit client that includes AWM (11.1.0.7.0b). When I start the 64 bit AWM and then try to connect to the 11g database I get the following error:
    java.lang.UnsatisfiedLinkError: C:\Oracle11g_d_32\BIN\ocijdbc11.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
    Error Dialog = more_details
    Note that I have both the 32 bit Oracle Client and the 64 bit Oracle client installed on the machine since I need the 32 bit client to access Oracle from 32 bit apps like EXCEL.
    I was connecting to the 11g database successfully from the 64 bit AWM before I installed the 32 bit client. But then I installed the 32 bit client and also mistakenly started up the (separate) 32 bit AWM. I am not sure if the error occurred after the 32 bit client install or only after I started up the 32 bit AWM.
    In either case, it appears that the 64 bit AWM is now looking for the ocijdbc11.dll: file in the 32 bit directory. How do I fix this? Thanks.
    Edited by: John W on Sep 24, 2009 5:11 AM

    I have solved this problem. My PATH environment variable was set to c:\Oracle11g_d_32\bin ; C:\Oracle11g_d\bin showing the 32 bit Oracle Client directory first. I switch the two entries so that the 64 bi Client directory came first and now I no longer get the error.
    I do not have an ORACLE_HOME environment variable set because some documentation advised against it since i have 2 ORACLE HOMES. And I THINK the problem was that since I do not have an ORACLE_HOME environment variable set AWM refers to the PATH entries to determine the correct %ORACLE_HOME% to use. And it picks the first one it finds which was the 32 bit directory.
    Please correct me if I am wrong on this.- Thanks for your help though.

  • Sql developer won't connect with SQL server database on cluster

    Hello,
    I have a microsoft SQL server database on a windows cluster. Name for this cluster is like XXX/YYY
    When I try to connect to this database with SQL developer, I get a failure, mentioning:
    "Status : Failure -Cannot connect to Miscrosoft SQL Server on XXX/YYY"
    As far as I know, I have installed the correct jtds driver (version 1.2.5), since I can connect to sql server databases on single server hosts.
    Does anyone know how to connect to databases on windows clusters?
    Edited by: Ingmar on Jan 16, 2012 4:08 PM
    Edited by: Ingmar on Jan 16, 2012 4:22 PM

    Hi Ingmar,
    Try this is in the port box
    1433/dbname;instance=YYY
    dbname can be omitted
    -Turloch
    SQL Developer team
    1/Giving an instance name in SQLDeveloper connection to SQL Server (from August 2011)
    MS SQL Server Connection
    The correct syntax to deal with this is in the port box
    1433/dbname;instance=instance
    dbname can be omitted
    2/cluster configuration (uses instance name)
    http://stackoverflow.com/questions/1160024/jdbc-connect-string-for-sql-server-cluster
    where vvv\iii is the cluster address: jdbc address is:
    "jdbc:sqlserver://vvv;instanceName=iii"
    3/jtds url details available in
    http://jtds.sourceforge.net/faq.html

  • How to capture the exact SQL exception for failure to connect to database

    Hi, i would like to capture the exact exception for failure to connect to a Oracle 9i database (via JDBC). I learnt that there is specific code or exception that can be captured, so that a more proper error message can be thrown out like "Failure to connect to database" can be displayed. Anyone know how to go about doing it? thanks

    That depends on your database vendor, I believe. (Unless there's a SQL standard for states and codes that I'm unaware of.)
    Personally, I wouldn't worry about "catching" a particular code. (You've already caught the exception - that's the best you can do.) I'd report the error code and state and just look up what it means when I got one.
    Hopefully you won't be catching exceptions. They're supposed to be rare. - MOD

  • My HP OfficeJet Pro 8600 won't connect to my wireless router

    This is bizarre.  I have had my HP OfficeJet Pro 8600 for about 6 months.  It has generally worked fine, and we have used it wirelessly only.  But now it refuses to connect to the router.  It can FIND the router, and it can find other networks in the area, but it won't connect to the router.  I ran the Wireless Network Test, and the results say:
    Wireless On - Pass // Wireless Working - Pass //
    Network Name (SSID) found - Pass //  Wireless Networks Detected - 9
    Printer Settings Consistent with Wireless Router Settings - Pass / No Filtering - FAIL //
    So it recommends solution as follows: "1 If MAC Address filtering is enabled, and you would like to keep it enabled, you must add the Mac address of your printer to the list of permitted devices for your router before continuing."
    Except, guess what, I don't have MAC Address filtering enabled.  I wouldn't know how to do that, much less check for it.
    Also, before today, this was never a problem.  HELP!
    Thanks....
    If you are interested, here's more detail and background.  
    Before today, the only problem we have had is that frequently our Apple laptop (OS X 10.6) has trouble connecting to the printer.  This has been odd because the printer is connected to the network, and so is the laptop, but the laptop can't find the printer - it thinks the printer is "offline" (even though it's not).  Usually, if I wait a while, it will find the printer, and it will resolve itself work fine.  If not, we sometimes have found that it can fix itself if you restart the laptop -- restarting the printer does not make a difference.   In fact, I did exactly that today, and it resolved itself.  And I printed.  Fine, right?
    But then I wanted to do more printing, and the problem of the laptop not finding the printer came up again, so I decided to really "get to the bottom of this."  I don't remember exactly what I did, but somehow I was persuaded by the online help, that the correct solution would be to go into my System Preferences / Print and Fax, and click on the "-", which de-installs the printer, with the idea of re-installing the printer.  But then when I tried to re-install the printer, it could not find the printer.  Ugh!  Wierdly, it found an 8600 Scanner, but not an 8600 printers.  After installing and de-installing the 8600 scanner a few times, I eventually deinstalled everything, and I decided to start from scratch.  I got my HP disk, and installed all the software again from the beginning (even though it was already there), and then it looked for my printer, but couldn't find it.  So then I got a USB cord, and plugged that in.
    So, now I have a situation where I do have a working printer via the USB cord, but no wireless connection at all.  In particular, since the Office Jet Pro 8600 won't connect to the router, I don't know what else to do.  My Apple MacBook pro is 2 feet away from the printer, and it is connected to the router just fine (as is my blackberry), and I have never before had a problem connecting to the wireless router by the printer.
    Any suggestions?

    There are two things that can trip the mac filtering test to fail:  actual MAC address filtering setup (sounds like this is not the case) and using wireless channel 6 or automatic for wireless channel in the wireless network settings (in the router).  Since it does show failed for MAC filtering and you do not use this option, try changing the wireless channel in the router to 1 or 11.  Those two channels provide the best compatibility with printers due to less interference.  Almost everything defaults to auto or 6 for the channel and this causes a lot of interference.  This change should not affect anything at all.  To do this, you may need to contact the router manufacturer as the process differs from router to router.
    What brand and model is the router?
    Has anything in the network settings changed at all?
    What version is the Mac OS X?  There may be additional steps to take as it sounds like there are two separate issues involved and this could be revisited later.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Code to connect to database in  Webdynpro-- iviews

    Hi All-
    Could you let me know the code to connect to database
    in WebDynPro-->iviews.
    Regards,
    Cris

    Hi,
    Here are the two ways of connecting to a database through coding:
    ////1////
    Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
              java.sql.Connection conn= java.sql.DriverManager.getConnection("jdbc:microsoft:sqlserver://<IP>:<port>;user=<abc>;password=<xyz>;database=<DB name>");
    ////2////     
    InitialContext initialContext = new InitialContext();
    DataSource dataSource = (DataSource)initialContext.lookup("jdbc/SRI");
    java.sql.Connection conn = dataSource.getConnection();
    Regards
    Srinivasan T

  • How to find the number of users  connected to database from OS level(Linux)

    Hi All,
    Could anyone know , how to find the number of users connected to database without connecting with sql*plus
    is there any command to find it?
    example we have 10 databases in one server, how to find the number of users connected to particular database without connecting to database(v$session)?
    oracle version:- 10g,11g
    Operating System:- OEL4/OEL5/AIX/Solaris
    any help will be appreciated.
    Thanks in advance.
    Thank you.
    Regards,
    Rajesh.

    Excellent.
    Tested, works as long as you set the ORACLE_SID first ( to change databases )
    ps -ef | grep $ORACLE_SID | grep "LOCAL=NO" | awk '{print $2}' | wc -l
    Thanks!
    select OSUSER
        from V$SESSION
    where AUDSID = SYS_CONTEXT('userenv','sessionid')
        and rownum=1;Best Regards
    mseberg

  • I am not able to connect to database in sql developer.how to do?

    I downloaded sqldeveloper 1.5.4.59.40. iam not able to establish connection to database. Can anyone tell me ?

    Have you created a database (or have one you connect to)?
    Have you created the Net Service connections for SQL Developer to use?
    Does SQL Developer have access to this Net Serviice name?
    Have you created the connections from SQL Developer?
    Can you post an error message?
    See
    <br>
    Oracle Database FAQs
    </br>

  • TS3276 I'm now having trouble getting mac mail to work on my mac. The mobile me account works great on iphone and ipad but it won't connect to my mail account. Password is correct. What else can I do? Using OS10.68

    I'm now having trouble getting mac mail to work on my mac. The mobile me account works great on iphone and ipad but it won't connect to my mail account. Password is correct. What else can I do? Using OS10.68

    HI,
    The Apple IDs from @mac.com and @me.com (Older MobileMe and more recent iCloud Names) are also Valid AIM Screen names.
    Any other sort of Apple ID is not a Valid AIM Name.
    A Google ID that is associated with Google Mail Account (And has "Talk" enable on your Google Settings) can be used in iChat as  Jabber Name/ID.  (Google Run  Jabber server).
    Jabber and AIM are different IM Services and it is not easy or straight forward to add Buddies from one Service to the Buddy List of another.  (As A Starting point consider it "impossible")
    iChat 4 and 5 have links to the registration page of @Mac.com here with a "Get an iChat Account" button in the add (Account) screen  (You select @mac.com or MobileMe and then press the Button - Choosing AIM and then pressing the button used to lead to the AIM registration page but AIM moved their page).
    Apple IDs can be any valid email (or an @mac.com or iCloud registration)
    Therefore you could make a Google ID into an Apple ID.
    However this will not be a valid AIM Screen Name the way @mac.com or MobileMe/iCloud ones are.
    Valid AIM Screen Names in Table (pic)
    7:46 PM      Monday; December 5, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • HP 6520 wifi won't connect

    Just took a 6520 out of the box, trying to set it up/print to it from a windows 8.1 computer, after returning a 4620 printer that had the same problem.
    Ran the setup software. Setup software can't even manage to figure out what wireless network the computer it's running on is connected to - useless.
    Printer can find the wireless network, and when using the wrong password, won't connect, citing wrong password.
    When I use the right password, it just fails to connect.
    I've rebooted my router, rebooted my computer, rebooted the printer. No good. Print doctor software is useless as it can't even find the printer.
    I've turned off MAC filtering on my router, and disabled Windows Firewall. Nothing.
    I have an epson printer that has no problem connecting, and every other wifi capable device I own can connect to my wifi with no problem, from both Android and apple phones to tablets to four different PCs and laptops to my freaking nest thermostat. Why can't my printer manage to just work over wifi?
    I do not have a USB cable for the printer (it wasn't sold with one), btw, so trying that is out (besides, I bought this as a wireless printer, not a wired printer).
    Help please.

    Hi MattMihaly,
    Welcome to the HP forums!
    I see you have a Photosmart 6520 and a Windows 8.1 computer that don't seem to want to talk to one another. I'm sorry to hear this, but I will certainly do my best to help!
    I would suggest you start by following the steps for Windows 8 in this 'Unable to Find Printer' Error Message Displays on the Computer During a Wireless Network Installati... document (make sure to follow the Option two: Connect with the Wireless Setup Wizard under Step five). If that doesn't resolve it, please try the steps under Your printer has never worked over the network in the HP Wireless printing center.
    I realize you may have tried some of these steps, perhaps all of them, before but often trying them in a specific order is what makes the difference
    Let me know how this goes for you!
    Please click “Accept as Solution ” if you feel my post resolved your issue, as it will help others find the solution faster
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    **MissTeriLynn**
    I work on behalf of HP

  • My HP OfficeJet 6500A Plus printer/scanner/fax/copier won't connect to my wireless network

    I tried going through the Wireless Network setup on my HP OfficeJet 6500A Plus machine. The printer recognizes the network and I then type in my network's password but it won't connect to the network. What can I do? I would like to be able to print and scan wirelessly. Help please!

    Hello erking,
    Sorry to hear that you are having an issue with connecting the printer to your Mac over a wireless connection.
    I have done some research and I have found a great document that deals with The Printer Is Not Found During a Wireless Network Installation.
    Please feel free to write me back and I will be happy to assist you further with any questions or concerns you may have.
    Thanks for your time.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • I just got the new ipod touch (5th generation) and it will show up on my computer but it will not show up on itunes and it won't connect. Please help!

    I just got the new ipod touch (5th generation) and it will show up on my computer but it will not show up on itunes and it won't connect. Please help!

    See:
    iOS: Device not recognized in iTunes for Windows
    You need iTunes version 10.7

  • IPOD won't connect to Windows or show up in itunes...HELP

    Have my daughter's 30 GB 5th Gen Ipod here. When you plug it into the computer with the cord, it will turn on, and charge. However I get a balloon come up that says "One of the USB devices attached to this computer has malfunctioned, and Windows does not regognize it. For assistance in solving this issue click this message." I clicked the message. It shows the Ipod in Device Manager as an "unknown device" and when you try to update the driver, it says there are no better drivers to install than the one currently installed. I have tried the 5 R's step by step several times, and that does not work. I can not restore it because it does not show up in itunes. I have tried it on other computers and it does the same thing. It plays the music she has on it, works fine, but we can not get it to connect to either computer. Her friend's Ipods connect to both our computers fine, and will download songs etc. I also have tried putting it into disc mode to see if it would go into itunes so we can restore it. Same message comes up when you have it in disc mode. I have also tried the "tap on the palm" suggestion, which made no difference at all. It just won't connect. I do have the newest version of itunes downloaded and installed.
    I am at my wits end with this thing! PLEASE help me get this thing to connect.
    Thanks!

    Start with these articles and see if that gets you anywhere (yes I know some of these you already tried) ...
    iPod is not recognized properly by computer when USB drivers are not installed properly or are out of date
    http://docs.info.apple.com/article.html?artnum=305136
    iTunes for Windows: iTunes 7 doesn't recognize iPod
    http://docs.info.apple.com/article.html?artnum=304434
    iPod shows up in Windows but not in iTunes
    http://support.apple.com/kb/TS1363
    iPod missing in "My Computer" or in iTunes for Windows
    http://docs.info.apple.com/article.html?artnum=61711
    Also you might try forcing the iPod into disk mode first, then connecting it to your computer and see if that makes it show up in iTunes...
    Putting iPod into Disk Mode
    http://docs.info.apple.com/article.html?artnum=93651
    Windows confuses iPod with network drive or hard drive and may keep iPod from mounting or songs may seem to disappear
    http://support.apple.com/kb/TS1493
    Also this semi-recent interesting post by a user here for a work around when an iPod is in the "recovery mode" looping state...
    http://discussions.apple.com/thread.jspa?threadID=1679535&tstart=0
    Cheers,
    Patrick

Maybe you are looking for

  • JSC and running webapp

    Hi, Sorry if this is the wrong place to post this message, but I am new to the Java/JSC forums. I am trying to use JSC 9 and when I try to run a web app I am creating the IDE fires up my text editor instead of my web browser. In the options my defaul

  • Japan Mac Mini compatible with Spanish system?

    Hello, I'm going to Japan this summer and I've planed to buy a Mac Mini there (there are much more cheaper, about 150-200€ difference). Before doing it I would like to know if I will have any problems with warranty, hardware problems (like monitor, k

  • Best way to copy FCP-created Blu-ray Disc?

    Tried using FCP7 to burn another copy of a Blu-ray disc a week after I burned the first copy. But since I didn't want to wait 16 hours for FCP to encode the Blu-ray files again, I copied the files off the first Blu-ray Disc I'd burned onto my desktop

  • How to delete request in yellow traffic light?

    Hi experts: I created one infopackage yesterday to load the vendor text from our DEV source system. Its update mode is "Initialize Delta Process". When I right click on the infopackage and select manage, I see this request is still in yellow and 'Req

  • Correctly Hide Edit Mode Elements in Preview Mode

    Hello, I wanted to know how I should modify the code below to correctly show content in the correct mode?  The code below works, but when switching to preview mode, I have to manually refresh the page to get the "Preview/Publish mode text" to disappe