Server Behaviors option is disabled

In Dreamweaver MX 2004, I created (via Site Manager) a site
using "None" as the server technology with FTP as the connection.
During setup, I have no problems testing the connections for the
remote server. I have also had no problems FTPing the files to my
remote site via Site Manger.
Here's the problem: When I am in the process of creating a
new PHP or HTML file (without saving), checkmarks are next to steps
1-3 for using dynamic data in the Server Behaviors panel--with the
(+) button enabled...so far, so good. However, once I save the
file--making sure it is saved in the local root folder for that
site--the (+) button becomes disabled and the checkmarks disappear.
I'm not doing anything fancy...just a form with a File field and a
Submit button.
Am I doing something fundamentally wrong? I appreciate any
insight on this!
Phil

Dir2Flash wrote:
> Am I doing something fundamentally wrong?
Yes. You must select a Server Model for the site to use any
server
behaviors. Dreamweaver supports ASP, ASP.NET, ColdFusion,
JSP, and PHP.
Without a server model, it has no way of knowing which type
of server
behavior to use.
David Powers
Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
http://foundationphp.com/

Similar Messages

  • Create users under Administration Server Create user and Refresh users options are disabled

    We have installed and configured 11.1.2.2 successfully, Essbase in standalone mode.
    When we try to create users under Administration Server Create user and Refresh users options are disabled. Please let me know how to create EAS users?
    Thanks,
    Satheesh.

    Please find below response.
    1.You can create users from EAS console using maxl, if you have not externalized the users .
    When we create using Maxl it will create for 'ESSBASE Servers' users but we want to create additional administrator users under 'Administrator Services' --> 'Users'. At the moment default 'Admin' users is created under 'Administrator Services' --> 'Users'.
    2.  you have installed your essbase in a stand -alone mode  , then the option of creating users will be enabled and you can give appropriate provision to applications.
    Yes. But the create users is disable for Admin.
    3. Through which url are you accessing EAS console is it http://Servername:19000/workspace/index.jsp ?
    http://prod-server:10080/easconsole/console.html
    Please suggest.

  • Dreamwever CS5 ERROR server behavior panel cannot determine wheter "command" or "recordset (Query)"

    i get this error whenever i open pages created in CS4. ive tried deleting the cache file... deleting the entire configuration folder and letting DW re build it.. nothing... error still there. how can i turn it off? i also cant seem to find the "edit server behaviors" button.. double click? well DW freaks out with that aswell... yes i know i have some insanely hand edited code.. basically use DW as notepad replacement.. with extra features like having the option of "add recordset" then going and editing it to my liking.
    the error
    [quote]
    The server behavior panel cannot determine whether "command" or "recordset (Query)" is applied to your page. Please select edit Server Behaviors and change one of the two behaviors to ensure that each is uniquely identifiable.
    [/quote]
    this is a total show stopper for me.. im going to have to go back to a previous version cant click "ok" every time i open a page.. and every time i follow a include file.
    development ASP
    Dreamweaver CS5
    Question.. how to disable the error message from popping up? i'll take my chances with hand editing the recordset / command by hand if i need it changed.

    this is bleh... having to resort back to CS4..
    is there any way to legaly go back to cs4 dreamweaver but still use the other cs5 applications?

  • ADDT Server Behaviors not all available in CS6

    Hello,
    I used CS3 for years with the ADDT and was very happy with it.  I was given a career change and got away from programming.  I then upgraded to CS6 Master Collection and the ADDT for DW does not install and all the server behaviors I have come to enjoy are not all in CS6.
    What can I do?  Downgrading to CS3 is not an option.  do I now have to repay for these server behaviors in another extension?

    ADDT has been dead for quite a while.   The deprecated server behaviors in DW won't work with PHP 5.5+ so relying on them for current or future projects is futile.   Adobe removed them from DW CC for a reason.
    Steer clear of CS6's Behaviors Panel and learn to manually code with MySQLi (improved) or PDO.
    http://code.tutsplus.com/tutorials/pdo-vs-mysqli-which-should-you-use--net-24059
    Alternatively, Web Assist sells a commercial extension for DW that uses MySQLi Behaviors.
    $149.99 USD to replace the deprecated Server Behaviors panels.
    MySQLi Server Behaviors | Dreamweaver extension | WebAssist
    Nancy O.

  • SOAP Adapter option is disabled in adapter monitoring

    Hi
    I am trying a simple SOAP to FTP scenario. I have done all the steps in the repository as well as the directory and i have even activated it, but in adapter monitoring the SOAP adapter option is disabled.
    Hope someone could help me out on this.
    Thanks & Regards
    Rahul

    Hi Rahul,
    We have also faced this type of problem. But at that time we were calling XI from a ASP.Net page.Just a few suggestions which you can try out :
    1) Using XMLSPY and your wsdl file, try sending a SOAP request to the XI. If you got the response then there is no problem with your scenario.
    2) If you didn't get the response or any erro comes then try recreating a new scenario nad repeat 1) (we have to do this after that only we got success )
    3) Check your webdynpro code which call the XI server. Have a look at this weblog :
    /people/sap.user72/blog/2005/09/15/connecting-to-xi-server-from-web-dynpro
    Hope this will be helpful.
    Regards
    Suraj

  • Clueless NEWBIE DEVELOPER, NEEDS ASSIST with Insert Record Server Behavior

    Experienced DW designer learning CFMX7. I cannot seem to get
    beyond this error message when using the Insert Record server
    behavior to write data from a form into the database. Using MS
    Access 2002, CFMX7's internal server, DW 6.0. Please note that I am
    learning development for the first time and am using tutorials. I
    was able to connect at one point but now I cannot.
    See error message below:
    The following information is meant for the website developer
    for debugging purposes.
    Error Occurred While Processing Request
    Error Executing Database Query.
    Syntax error in INSERT INTO statement.
    Resources:
    Enable Robust Exception Information to provide greater detail
    about the source of errors. In the Administrator, click Debugging
    & Logging > Debugging Settings, and select the Robust
    Exception Information option.
    Check the ColdFusion documentation to verify that you are
    using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
    SV1; .NET CLR 1.1.4322)
    Remote Address 127.0.0.1
    Referrer
    http://localhost:8500/moosek/TMPu724j3nl2j.cfm
    Date/Time 07-Aug-06 07:23 PM
    Text
    Text

    MongoSlade,
    I had this exact same problem with a CFMX 7 datasource that
    was set up as Microsoft Access with Unicode. It turns out that
    "Password" is a reserved word in the Unicode driver. Or somewhere.
    I got around it by putting square brackets, i.e., [ ] around the
    column name, like this:
    update MyTable
    set [Password] = '#form.Password#'
    where UserID = '#form.UserID#'
    That solved the problem nicely. I hope this solution will
    work for you as well.

  • Application Server behavior add-ons

    I am looking for recommendations on software companies that
    develop DreamweaverMX server behavior on input fields. At this
    point, I only need date entry field formatting with a calendar
    option but also rich in other server behaviors that I could put to
    use in the future.
    Thanks

    Hi,
    Based on your description, I understand that you want to still use the Essentials Server’s specific features (such as the Dashboard, client computer backups, and
    Remote Web Access) in an environment where user members are more than 25.
    There are two scenarios may help you to get the target. One is purchasing Windows Server 2012 Essentials to use with fewer than 25 users, and then later growing
    larger. Another is purchasing Windows Server 2012 Standard, exercising downgrade rights, and performing an in-place license transition. For more details, please refer to the following article.
    Using Windows Server 2012 Essentials with More Than 25 Users
    http://blogs.technet.com/b/sbs/archive/2012/12/12/using-windows-server-2012-essentials-with-more-than-25-users.aspx
    If anything I misunderstand, please don’t hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • SQL Server Agent(Agent XPs disabled)

    I've an issue with SQL Server Agent which is disabled and I'm trying to enable but it won't work.
    I've used following steps. Can someone guide me? Thank you reading and helping me.
    STEP.1 EXEC SP_CONFIGURE 'Agent XPs'
    STEP.2 EXEC SP_CONFIGURE 'show advanced options',1
    GO RECONFIGURE GO EXEC SP_CONFIGURE 'show advanced options' STEP.3 EXEC SP_CONFIGURE 'Agent XPs',1 GO RECONFIGURE

    Hello Neha,
    I tried all steps as you mentioned but still not help.. 
    Here is following details for SqlAgent log,...
    2014-01-09 10:06:38 - ? [100] Microsoft SQLServerAgent version 9.00.5000.00 ((Unknown) unicode retail build) : Process ID 304
    2014-01-09 10:06:38 - ? [101] SQL Server Web version 9.00.5057 (0 connection limit)
    2014-01-09 10:06:38 - ? [102] SQL Server ODBC driver version 9.00.5000
    2014-01-09 10:06:38 - ? [103] NetLib being used by driver is DBNETLIB.DLL; Local host server is 
    2014-01-09 10:06:38 - ? [310] 8 processor(s) and 24575 MB RAM detected
    2014-01-09 10:06:38 - ? [339] Local computer is HRWEB01 running Windows NT 5.2 (3790) Service Pack 2
    2014-01-09 10:06:38 - ? [432] There are 11 subsystems in the subsystems cache
    2014-01-09 10:06:38 - ! [364] The Messenger service has not been started - NetSend notifications will not be sent
    2014-01-09 10:06:38 - ? [129] SQLSERVERAGENT starting under Windows NT service control
    2014-01-09 10:06:38 - ! [298] SQLServer Error: 22022, Usage:  EXECUTE xp_sqlagent_notify <operation type>, <job id>, <schedule id>, <alert id>, <action type> [, <login name>] [, <error flag>] [SQLSTATE 42000] 
    2014-01-09 10:06:38 - ! [442] ConnConnectAndSetCryptoForXpstar failed (0).
    2014-01-09 10:06:39 - ? [098] SQLServerAgent terminated (normally)

  • I try to archive catalog using Catalog Manager but option is disabled

    I try to archive catalogue using catalogue manager but option is disabled even i check rights to archive catalogue. pl suggest, what should i do? i want to archive from one instance and try to unarchive in other server, is it possible to use this remedy?
    Regards,

    Step-1:- create bat like run.bat in that batch file just include below script
    @echo off
    echo Backing up Repository files…
    if not exist “C:\OBIEE_Backup” mkdir “C:\OBIEE_Backup”
    copy /Y C:\OracleBI\server\Repository\samplesales.rpd C:\OBIEE_Backup
    echo Backing up Configuration files…
    copy /Y C:\OracleBI\server\Config\NQSConfig.INI C:\OBIEE_Backup
    copy /Y C:\OracleBI\server\Config\DBFeatures.INI C:\OBIEE_Backup
    copy /Y C:\OracleBIData\web\config\instanceconfig.xml C:\OBIEE_Backup\web_instanceconfig.xml
    copy /Y C:\OracleBIData\web\config\credentialstore.xml C:\OBIEE_Backup
    copy /Y C:\OracleBIData\scheduler\config\instanceconfig.xml C:\OBIEE_Backup\scheduler_instanceconfig.xml
    copy /Y C:\OracleBI\xmlp\XMLP\Admin\Configuration\xmlp-server-config.xml C:\OBIEE_Backup
    copy /Y C:\OracleBI\xmlp\XMLP\Admin\Security\principals.xml C:\OBIEE_Backup
    copy /Y C:\OracleBI\xmlp\XMLP\Admin\Security\security.xml C:\OBIEE_Backup
    copy /Y C:\OracleBI\xmlp\XMLP\Admin\DataSource\datasources.xml C:\OBIEE_Backup
    copy /Y C:\OracleBI\web\msgdb\l_en\messages\logonmessages.xml C:\OBIEE_Backup
    copy /Y C:\OracleBI\web\app\res\s_oracle10\portal\portallogo.gif C:\OBIEE_Backup
    copy /Y C:\OracleBI\web\app\res\s_oracle10\b_mozilla_4\bg_banner.jpg C:\OBIEE_Backup
    copy /Y C:\OracleBI\web\app\res\sk_oracle10\answers\answerslogo.gif C:\OBIEE_Backup
    echo Backing up web catalog.Please wait….
    if not exist “C:\OBIEE_Backup\samplesales” mkdir “C:\OBIEE_Backup\samplesales”
    xcopy /s/Y/Q C:\OracleBIData\web\catalog\samplesales C:\OBIEE_Backup\samplesales
    echo Backup Complete!
    @pause
    Step-2:- Execute run.bat via Windows Command Prompt
    Mark if helps.
    Thanks,

  • Open New Browser window with "Server Behavior"

    I know how to open a link in a new browser window by going to
    the Behaviors panel. The site I'm working on is using PHP, so
    instead of a Behaviors panel all it shows is a "Server Behaviors"
    panel. Under the "Server Behaviors" there is't an option to open a
    link in a new browser window. Should I be looking someplace
    different or is there another way to add this function to a link?
    Thanks in advance for any help!

    horsethiefbasin wrote:
    > I know how to open a link in a new browser window by
    going to the Behaviors
    > panel. The site I'm working on is using PHP, so instead
    of a Behaviors panel
    > all it shows is a "Server Behaviors" panel. Under the
    "Server Behaviors" there
    > is't an option to open a link in a new browser window.
    Should I be looking
    > someplace different or is there another way to add this
    function to a link?
    >
    > Thanks in advance for any help!
    >
    Makes no difference whether youre working on a php site or an
    ordinary
    htm site you still open a new browser window in exactly the
    same way.
    windows>behaviours>open browser window

  • Option to disable UltraNav (touchpad + trackpoint) when external mouse is connected

    I grabbed the 5/2011 drivers for UltraNav from the Lenovo site and it appears that an option 'to disable the integrated pointing devices when an external pointing device is present' does not exist, or at the very least I can't easily find it.  Please please please please tell me I'm simply being dense and this behavior is very easy to enable.
    Seriously, the 5-year old Dell drivers I had with my old machine did that, and this is driving me BONKERS.
    Alternatively, if what I'm doing here is feature-requesting, I'd be like 50% there if I could Fn+F8 and have an option to kill both the touchpad and the trackpoint - alas, I can disable 1 or the other BUT NOT BOTH WITH THAT OPTION.  Can I really not disable both?
    Lenovo W520, Windows 7 Professional 64-bit.

    Even though it passed some time from first post I'm writing a solution for auto disabling UltraNav touchpad and trackpoint when external mouse is connected.
    I have Lenovo L530 that doesn't have shortcut on keyboard to disable Elantech touchpad so after a driver update (from about 20 March 2013) I tried to find a solution again -now with success.
    To auto disable touchpad when external mouse is connected you have to set value in registry editor here is procedure (for Windows 7 procedure for other Windows editions is similar or same):
    Click Windows type in regedit and run it.
    Navigate to HKEY_CURRENT_USER\Software\Elantech\OtherSetting. (If you can't find Elantech\OtherSetting in HKEY_CURRENT_USER navigate to HKEY_LOCAL_MACHINE\Software\Elantech\OtherSetting.)
    Find DisableWhenDetectUSBMouse double click it and change value (from 0) to 1, hit OK.
     (If you don't have DisableWhenDetectUSBMouse in Elantech\OtherSetting create new DWORD with name DisableWhenDetectUSBMouse and set value to 1.)
    Restart computer.
    I hope someone still find this helpful.

  • Find Server Behavior/JavaScript Errors

    I am getting an error whenever I created Update or Insert
    record server behaviors in my pages. When I go through the process
    of adding the behavior, it inserts the VBScript for my ASP page,
    but then I get an error message when findServerBehaviors runs. In
    DW8, it was referring the InsertRecord.htm, in DW CS3, it referres
    to InsertRecord2.htm whenever I run and Insert Server Behavior. As
    I said, it inserts the code, but it will not show an Insert Record
    in the Server Behaviors panel.
    If I close and open DW, the next time I open the page, the
    behaviors will be listed in the panel, but the moment I make any
    changes to the page, and the findServerBehaviors javascript is
    triggered, I get the error message and lose the listing of the
    insert or update in the behavior panel even those the VBScript code
    is still in the page. This is super annoying.
    Anyone have this problem?

    It's probably some extension you have installed that's
    causing the issue. I found a tech support article that helped -
    can't remember where, but basically you recreate your configuration
    by renaming your existing config folder to something like
    "configuration-old" and then restart DW. It will create a new
    config folder and you will have to re-enable all your extensions.
    This solved the problem for me initially and I enabled a few
    extensions every few days until one day the error started happening
    again. For me the problem was caused by the extension "Justso
    Picture Window". Once I disabled that extension, my problems went
    away. It would be nice if DW had some way of telling you which
    extension is causing an issue.

  • Dreamweaver Hanging at "Initializing Server Behaviors...

    When I launch Dreamweaver (CS3) it hangs at the moment it is
    "Initiating Server Behaviors". I have successfully launched and
    used the application up until now. Can anyone suggest what I might
    do to stop this from happening? tnx

    "123Skippy" <[email protected]> wrote in
    message
    news:fc7a0b$qv0$[email protected]..
    > When I launch Dreamweaver (CS3) it hangs at the moment
    it is "Initiating
    > Server
    > Behaviors". I have successfully launched and used the
    application up until
    > now.
    > Can anyone suggest what I might do to stop this from
    happening? tnx
    Installed any extensions lately? try disabling them
    Troubleshooting JavaScript errors in Dreamweaver
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19105
    Joris

  • Server Behavior  (Building a simple recordset)

    Hi DW friends, I'm working on the
    Building your first dynamic website – Part 2: Developing the back end  by David Powers
    and up to the part "Building a simple recordset". My problem is from inside the server behavior panel when I cliick the plus button at the top left of the Server Behaviors panel, the drop-down menu appears but there is no option of "Recordset"
    Anyone have a suggestion how I can get the Recordset option to appear so I can setup my Recordset????
    Details:
    Windows Vista
    CS5
    thanks in advance for help and consideration.
    marc

    If the servers are running and the connection is OK, I don't see any reason why you can't see Recordset listed. It should be at the top of the menu when you click the plus button in the Server Behaviors panel. It should also be listed in the Bindings panel.
    If it's not there in either panel, try shutting down Dreamweaver and restarting. If that still doesn't work, you might need to dump your personal configuration folder (see http://forums.adobe.com/thread/494812).
    After that, I'm out of ideas.

  • "New Server Behavior ... " problems

    I am trying to apply the "New Server Behavior ..." feature of
    Dreamweaver 8 found under the Add Server Behavior tab. If I use a
    variable and apply a Display As option set to Recordset Menu or
    anything like that, I get an error message, "Error with 'Recordset
    Menu' control: unable to locate required 'RecordsetMenu' control".
    Trying to set the Display As option to Connection Table Menu gives
    a similar, "Error with 'Connection table menu' control: unable to
    locate required 'Connection menu' control".
    Here is how you reproduce the problem.
    Create a site using the MySQL-PHP server model.
    Create a dynamic-PHP page using New from menu or Ctrl-N and
    save it. Create a MySQL database connection.
    Create a recordset from the Bindings tab. Use all the fields
    from some table.
    Under the Server Behaviors tab, Click the + sign to add "New
    Server Behavior ..." Choose Document Type "PHP MySQL", give the
    Server Behavior a name and click OK.
    Click the + button to add a Code Block and click OK to insert
    it into the window.
    In the "Code Block:" windows replace the code block with
    "<?php echo ?>" Add a space after echo and select "Insert
    Parameter in Code Block". This should leave you with "<?php echo
    @@Param1@@?>". Disregard the Insert Code options.
    Click "Next...". The "Generate Behavior Dialog Box" comes up,
    select the TextField in the dialog box window. An arrow suggesting
    a menu should appear. Select "Recordset Field Menu" or any of the
    Recordset options. Choosing a "Dynamic Text Field" may not generate
    an error. Connection Table Menu or any of the Connection options
    also generates an error. Try those too. Click OK to close the
    Dialog Box. Save your php page.
    The name you gave your Server Behavior after "Choose Document
    Type ..." will now appear in the Server Behavior menu when you
    click + in the Server Behaviors tab. With your php page having
    focus, select your Server Behavior from the + menu and you should
    get an error,
    "Error with '<My Server Behavior Type>' control: unable
    to locate required '<control type>' control"
    Click OK, and you should see a menu come up for your behavior
    with a blank menu.

    horsethiefbasin wrote:
    > I know how to open a link in a new browser window by
    going to the Behaviors
    > panel. The site I'm working on is using PHP, so instead
    of a Behaviors panel
    > all it shows is a "Server Behaviors" panel. Under the
    "Server Behaviors" there
    > is't an option to open a link in a new browser window.
    Should I be looking
    > someplace different or is there another way to add this
    function to a link?
    >
    > Thanks in advance for any help!
    >
    Makes no difference whether youre working on a php site or an
    ordinary
    htm site you still open a new browser window in exactly the
    same way.
    windows>behaviours>open browser window

Maybe you are looking for

  • Reproducible kernel panic on Mid 2012 MBA5,1 OSX 10.7.5

    I'm 100% sure all these issues started after the latest upgrades. However, since I did the firmware one first and system one later I can't be sure which caused it. I did do a time machine backup just before the OS update, will the OS restore itself o

  • Finding an Object named (thisStr)???

    Hi, Im trying to find an object (specifically a jscrollpane) with the name of a string variable.... for example... String[] array = {"myStr","another","andanother"}; JComboBox fileList = new JComboBox(array); fileList.addActionListener(this); JScroll

  • How to input notes in a binary file used to save continuous DAQ?

    Hello, I have a continuous data acquisition vi with trigger. Data is saved in a binary file. I would like to save some comments or notes in this file; I want to be able to read the notes afterwards and the saved data that has to be displayed in chart

  • Converting aac files to aiff format in iTunes 8.0

    I've always been able to convert files by using the preferences, advanced, import tab on iTunes. With 8.0, I can convert to mp3 format without having to go through preferences, but there is no place to convert an aac (mp4) to an aiff, which is what I

  • Setting up the S_tcode Range of T code

    Friends I am trying to remove OBR1 OTZ1 and OBR3 transactions from Transaction Range that I have for the S_TCODE. I tried to put below range but user still can execute the above transactions. OA*        OBQ* OBR2 OBR4     OBY1 OBY3     OTY* OTZ2