the + sign in my server behavior is gray, unable to connect to the database [subject edited by Moderator]

I am trying to connect to my database, the + sign in my server behavior is gray, impossible to click on so that I can continue my connection to my database and get the answer "unidentified error" when I try to use binding, please help me solve this problem

use dreamweaverCS6

Message edited by moderator for clarity.

Although the server behaviors are enabled in Dreamweaver CS6, they have been deprecated by Adobe and are more supported because the code is outdated and will not work in PHP 7, to be released in a couple of weeks.

That said, the reason why you get "unidentified error" certainly means that you have not set your test server correctly.

Tags: Dreamweaver

Similar Questions

  • Color banner to cover the height of the screen [subject edited by Moderator]

    I want one my banner colored up and down my site to cover the entire screen little matter how big the monitor is. In other words, no white showing at each end.  I also want the banner text to be centered.

    Thank you.

    Looks like you set the left and right margins by default on the body from scratch using some css:

    {body

    margin: 0;

    }

  • The Add links and add server behaviors are grayed out and not usable.

    Good evening everyone,

    As indicated in the title, I am trying to add a record set to my project, and it is not giving me the option.  First of all, let me tell you what I use:

    Dreamweaver CS6

    XAMPP server running PHP and MYSQL

    Shows connection to the database and can be used in Dreamweaver.

    Site is built in PHP, and a .php page is currently being developed.

    Everything I have read during the last hours 3 research that said I should have links to a + link, unfortunately I do not have.

    No idea where the problem fixed so that I can continue on with the design of the site?

    Thanks in advance,

    James

    Well, I'm not sure if this is a permanent problem or not, but if other people with this problem can't seem to find an answer, try this one and let me know if it works for you.  I got antsy waiting for a response and just start playing with everything I possibly could, and that's what I did.

    When I clicked on the links, the + is grayed out, but gave me some options on how to do.

    Said one of these options to set up the test server with the words "test server" sites in blue.

    I never clicked this option, because my test server has already been put in place, and showing as connected, but I clicked on it in any case.

    He opened my server that was already there in, I hit then save... and voila!  All of a sudden, my bindings and behavior of server + worked!

  • Manually install the update on the Server 2008 R2 - FATAL: unable to connect to service (hr = 80004002)

    When you manually install Windows updates on our server, we get the following error message:

    Setup Windows Update Standalone - Setup has encountered an error 0 x 80004002 - no such interface taken in charge.

    What follows is also found in windowsupdate.log

    2016-01-26 21:26:47:489 8340 1 b 10 Misc = process: C:\Windows\system32\wusa.exe
    2016-01-26 21:26:47:489 8340 1 b 10 Misc = Module: C:\Windows\system32\wuapi.dll
    2016-01-26 21:26:47:489 8340 1 b 10 COMAPI - COMAPI: IUpdateServiceManager::AddScanPackageService -.
    2016-01-26 21:26:47:489 8340 1 b 10 COMAPI - ServiceName = Windows Update stand-alone installation
    2016-01-26 21:26:47:489 8340 1 b 10 COMAPI - ScanFileLocation = C:\97a2ae7429fcb9d0e21f1eb1a047983b\wsusscan.cab
    2016-01-26 21:26:47:489 8340 1 b 10 COMAPI FATALE: unable to connect to service (hr = 80004002)
    2016-01-26 21:26:47:489 8340 1 b 10 COMAPI WARNING: failed to connect to the service. (hr = 80004002)
    2016-01-26 21:26:47:489 8340 1 b 10 COMAPI - exit code = 0 x 80004002

    Is there a way to repair the wusa.exe?

    Sorry, evil forums. Server issues are better managed on Technet. TechNet - Microsoft forums

  • two databases on the same windows machine. Unable to connect to a database.

    I installed two databases(11g) DB1 (ORCL) DB2 (DST) on windows vista. I am able to connect to the ORCL database only and connecting to the DST, I get the following error. The tnsentry is as below.
    I started the listener, and after that the DB service DST, but it did not help. I had created another LISTENER_DST auditor for the database of DST. Please advice if I am missing any action necessary.



    C:\Users\ratan > sqlplus scott/tiger@orcl

    SQL * more: Production of release 11.2.0.1.0 sat Nov 26 16:43:37 2011

    Copyright (c) 1982, 2010, Oracle. All rights reserved.


    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > exit
    Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.2.0.1.0 - Pr
    production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    C:\Users\ratan > sqlplus scott/tiger@dst

    SQL * more: Production of release 11.2.0.1.0 sat Nov 26 16:43:44 2011

    Copyright (c) 1982, 2010, Oracle. All rights reserved.

    ERROR:
    ORA-12514: TNS:listener is not currently of service requested in connect
    descriptor of


    Enter the user name:
    C:\Users\ratan > set oracle_sid = DST

    C:\Users\ratan > sqlplus scott/tiger@dst

    SQL * more: Production of release 11.2.0.1.0 sat Nov 26 16:50:02 2011

    Copyright (c) 1982, 2010, Oracle. All rights reserved.

    ERROR:
    ORA-12514: TNS:listener is not currently of service requested in connect
    descriptor of


    Enter the user name:

    Entered TNS are as below


    tnsnames.ora # Network Configuration file: C:\app\ratan\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.

    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )
    )

    LISTENER_ORCL =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))


    DST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = localhost))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = DST)
    )
    )

    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    )
    )


    out of lsnrctl is as below

    C:\Users\ratan > lsnrctl status

    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production November 26, 2011 16:51
    : 24

    Copyright (c) 1991, 2010, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = ratan-PC)(PORT=1521)))
    TNS-12535: TNS:operation expired
    AMT-12560: TNS:protocol adapter error
    AMT-00505: Operation timed out
    Error Windows 32 bits: 60: unknown error

    C:\Users\ratan >

    Please let me know if any information is needed to answer my question.

    Ratnesh Sharma wrote:
    I don't think that there is such a limitation. but I don't know if a single listener can work. I installed 2 db to oracle 11g on the operating system of windows vista on my pc at home.

    A single listener, with the default name for LISTENER, using port 1521 single default, is quite capable of - in fact, WAS DESIGNED FOR - several instances of several versions of several ORACLE_HOMEs service. Having several headphones rarely accomplishes nothing except confusion between the diagnostic process, as your case showed clearly.

    A listener is simply a broker for connection requests. Having a listener for each database on a given server is the equivalent of the telephone company, creating and maintaining a separate table for each telephone number in the system

    You must read http://edstevensdba.wordpress.com/2011/03/19/ora-12514/

  • Crash of the database after "edit user".

    Hello

    I have a problem with oracle 8i under windows 2000 server databases, grouped (active-passive).
    When I try to change password for sys as sysdba instance crashes without error messages in alterlog and dump files.

    Download
    sqlplus/nolog
    SQL > conn sys/pwd@db as sysdba
    SQL > alter user sys identified by pwd2;

    This command works and the password file is changed, but the database cluster resource has changed its status as 'failed '.
    Is there a relationship with the service cluster file and microsoft password or security intrinsic oralce?

    This happens in stand-alone server or database 10g clustered

    Yes, I think so.

    Check the MOS FailSafe database goes offline after changing the password for SYS - 167496.1

    HTH
    -André

  • Solid black border on the table? [edited by moderator subject]

    How can I put a solid black border around 1 table in an HTML file in Dreamweaver? When I increase the value of border of 0 to 1 or 2, it displays a gray border. Just need to black Uni

    Nancy's comments still apply to most. Make your table-tag

  • File not found error on test server [subject edited by Moderator]

    The requested URL /www/first.php was not found on this server.  Apache/2.4.9 (Win64) PHP/5.5.12 server localhost port 80

    Using adobe dreamweaver with wamp server and make this message when searching for any file. Saved all the file (c:wamp / www /) with the php extension

    Have you checked to see if the first.php file is in the folder of WAMP www?

    You aso have tried:

    http://localhost/first.php

    or

    Create a folder in the "www" folder named "test" and then put the file "first.php" in the folder "test":

    http://localhost/test/first.php

    All these combinations work?

  • My CSS is not formatting my pages to look the same in IE, Firefox and Chrome [subject edited by Moderator]

    I have created many websites and they all tend to be slightly different, with different browsers. It's especially in positioning, especially when I stack objects after the other. I want to say here is that I have a site with a header and a footer of main content. It looks perfect with Chrome, but the footer happened slightly in FF or IE. If I have the code for FF, Chrome can display 'properly '. I know it's probably my CSS so I need a source that will tell me the differences for each browser. Or do I put code in my CSS to settle differences within each browser? Such as "if IE, margin-top: 1em;" If FF, margin-top: .5em; ", if Chrome, top of the margin: 0em;

    Suggestions (and yes I know that the above code is incorrect. I am just lazy up the correct syntax.

    Thank you

    Scott

    Near perfect pixel is simply not possible in view of the change in browser.  But if you see dramatic differences, it is more likely related code than not.

    98% of the browser rendering issues are related to errors in code.  Clean code is usually the best way to ensure good cross browser results.  Use the following online validation services and fix the errors reported.

  • Forcing the full screen and playback of slideshows Powerpoint [subject edited by Moderator]

    I need the code for the function full screen on any device I choose... computer screen, ipad or phone and how to play the slide shows, powerpoint on the page of the site without opening in powerpoint or other video application?

    In fact, you can export a Powerpoint slideshow to a file HTML (together), but the last time I looked, that exported the images slide show used (an approach long obsolete and generally terrible on the web).

  • Problems with the Italian version of Dreamweaver [subject edited by Moderator]

    The Italian version of this software does not match the configurations in the tutorials and it is impossible to follow the procedure to find out how to use it! I spent more than two hours, just to put the work area 'split' vertically with no result. No way to open the same tools. And then, where are the active files for download? I think it could be a wonderful idea to give us something easier to learn, simply giving us the correct match between the software (open for the first time after the download) and video tutorials... Please, in these conditions, I can't work and so, how can I do?

    Ciao

    Paolo

    You have "VIEW > split vertically" from your list of options?

  • Could not open the file .7z [edited by moderator - was 'i']

    I downloaded the files for PhotoshopElements 13 but the .7z file cannot be opened. Any suggestions?

    Download the corresponding exe (which extract the 7z files).

    Direct download of Adobe Photoshop elements first 13 links too. ProDesignTools

  • Unable to connect to the administration via the regional service console server after 11.1.2.2 installation

    Hi gurus,

    I have installed and configured the services foundation, eas and essbase in windows 2003 server, afteEA r configuration I have observed that there are no tables for eas schema then I found that it was a bug and applied patch and set up again it has been successfully configured.

    When I tried to connect to the administration via the regional service console server. He States unable to connect to the administration server. everything else works.

    I see only 4 services in services.msc

    Oracle hyperion configuration manager

    EMP web server application

    opmn services

    OSH services

    all services are started with the exception of oracle hyperion configuration manager. I tried to start, but it does not start... is - this service has an impact on the administration server.

    I checked the logs, I can't find anything in easserver.log.

    any suggestions?

    Kind regards

    Kumar

    Looks like you have deployed web applications to a single managed server that is running on a port by default of 9000, then try to add the server to the Regional service as servername:9000

    See you soon

    John

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

  • 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

  • & quot; the server behaviors & quot; sign does not work

    I want to create a directory protected by password. (Later, I want to create a donate"button now".) I finally understood that the plus sign in the Server menu behaviors did not work because I had not created a dynamic page, so I created one in .jsp (this is what my host said to do). But then the server behaviors menu wants me to create a site, choose a document type and set up a test server. I guess the site is the same that I am, and I have chosen JSP for the type of document, but how in the world I set up a test server? Is there a tutorial somewhere for that? I have access to several tutorials and they show you how to create forms, but none ever made allusion to the existence of dynamic pages - it's a completely different universe that I didn't even know that I had to enter in order to have shapes that worked. Thank you.

    How many logins and passwords you have Setup.
    If try to password protect a directory, you do not need to use DW server behaviors. Connect to your host control panel and see if you have an option to password protect a directory. If you do not, contact your host and ask them.

Maybe you are looking for

  • Windows 7 Home Premium clean install XP on m7680n Media Center

    I recently installed Windows 7 Home Premium on my Media Center m7680n. Is it possible to install the software of the tools for my office than that me with the recovery disk? Some keyboard shortcuts on my wireless keyboard no longer works. For example

  • Driver problem with prolific USB-to-Serial and Windows 7 connector

    I'm trying to connect a UPS to PowerPanel to my new ACER computer with 64-bit Windows 7 via a prolific USB-serial connector software. The convenience store says he has a driver problem the convenience store is unable to correct. However, messages als

  • Driver Whiz has accidentally been downloaded on my PC.

    A few days back, Driver Whiz has been accidentally installed on my PC.  Now it allows me to remove it, even by using the programs and features.  The real program, Driver Whiz, just 'change' when I click on it on the option programs and features.  How

  • Resampling in Photoshop

    I have a picture that is 300 dpi, 2.5 in scale. I'm trying to re - sample the image to keep the width at 2.5 but to change the resolution to 72 dpi. I use this line of javascript:activeDocument.resizeImage (undefined, undefined, 72, ResampleMethod.BI

  • Documaker Studio, how to import a file that would update/add fields to my dictionary to extract (SYMBOL. XDD)?

    I want to be able to import a file that contains all my tags/fields, new and existing.  11.3 I can import a file as follows:;; POL. AGENT. AD1; 79; 34; 0; 0 ; ; move_it; 45, POL. AGENT. AD1;;; POL. AGENT. AD1 #002; 79; 34; 0; 0 ; ; move_it; 45, POL.