TESTING SERVER ISSUES

I am new to dynamic site development. Am caught up in a very
basic issue. I am using XP Pro, IIS is working, am trying to set up
a ASPjavascript page. In "site definition", "testing files", my URL
is
http://localhost/test. "Test URL"
gives error "Dreamweaver cannot use the prefix you entered to
display live data Please double check your site configuration or
click Help for more information (HTTP error:12029)".
If I ignore this and complete the site definition, when I
make a new ASP javascript page, the Application Databases,
Bindings, Server behaviours etc don't work - "Set up the sites
testing server" is not checked
The IIS
http://localhost/ works fine. If i put
in a file in the test folder "index.html" and type in
http://localhost/test/index.html
, the page opens.
Details of the Site Definition settings are:
LOCAL INFO
Site : test
Local root folder : C:\inetpub\wwwroot\test\
Http address:
http://localhost/test/
TESTING SERVER
Server model :ASP javascript
Access : local/network
Testing server folder : c:\inetpub\wwwroot\test\
URL prefix :
http://localhost/test/
I've checked and re-checked IIS, Site definition settings.
I've been to as many forums as I could. I've un-installed and
re-installed dreamweaver - No luck.
I would greatly appreciate any help in resolving this issue.
Thanks in advance

Hi,
You posted a reply to my problem regarding the "testing
server". I did things as you'd told but am still stuck with the
same problem. I can open the index page in the internet explorer by
typing in
http://localhost/test/index.html.
My problem is that when trying to make a dynamic page in
ASPJavascript, the "bindings", "server behaviours" etc won't work
as the third step "set up sites testing server" remains
"unchecked". In the database if I check "use DSN on testing server"
I get an error message saying that 1)There is no testing server on
the server machine 2) The testing server specified does not map to
the
http://localhost/test/_mmserverscripts/MMHTTPBD.asp
URL. Verify prefix maps to the root of the site.
I am certain that the IIS is working as I can access the
local host on the internet explorer.
I feel that the whole issue revolves around when I am working
on the Site Definition and at "SiteDefinition"-"Basic"-TestingFiles
stage, when I click "TestURL" it gives the error message that
dreamweaver cannot use the prefix entered to display live data.
I have been trying everything , but haven't been able to
resolve this very basic issue.
I am grateful that you took time to reply earlier and I would
be even more grateful if you could help me here.
Thanks and best regards

Similar Messages

  • Issue with Setting Up Test Server for PHP/MySQL to work

    I've got a few newbie issues
    which I hope someone can help with!
    I'm trying to get Security Assist to work, so I've put MYSQL and workbench on my computer to get it going. I haven't created a test server in PHP, because I'm wondering if it will affect my already running website ftp? Will it take down my company website if I create a test server with the same ftp as my website?
    So, I created a model in workbench (table) and I've tried to connect mysql to dreamweaver. I keep getting an error when I try to connect!
    Despite the error saying an error has occurred..I have something which looks like a plus (+) sitting in my database area on DW, but it says there's no tables there! And in mysql there is a table!
    I'm a bit bloody lost to tell you the truth. Just changing the password on mysql to get going was horrendous.
    Anybody have a solution to get me going, so that my tables are sitting nicely in my dW and can be connected to my SA (Security Assist).
    Ugh!

    The first question: on what platform? Windows - Mac?
    I only succeeded in setting up a testing server on my Mac
    with PHP and MySQL after reading a book of David Powers. On Leopard
    I belief there still are problems connecting PHP to MySQL.

  • Mac Test Server set up issues

    first day notes:
    I've spent the last two days transitioning into Dreamweaver and setting up my test server MySQL PHP and Apache by following online help, tutorials and recommendations. I've Terminaled MAMPed, and installed more crap than I wanted to fill my hard drive with.  I've done everything I can think of just so I can see what the site I'm working on will look like in reality (using Server Side Includes) before posting as I'm still in the proposal stages of this project. 
    All files are relative to the document and not root
    preview using temporary file is checked
    Testing Server folder is: MacintoshHD:Library:WebServer:Documents:sitename
    Testing Server URL Prefix is: http://127.0.0.1/sitename.com/
    FF and Safari give me:
    Not Found
    The requested URL /MarcJanowitz.com/TMPV8Y2WAUZU.shtml was not found on this server.
    I'm used to iWeb but it clearly doesn't have the functionality I need, which is why I'm trying to graduate.  I can't use DW if I can't see what i'm creating.  I can't rely on faith when I don't have the experience with this program to have the faith.
    I've been all over google and the forums since 5pm yesterday (short nap in the middle) and it looks like i'm doing everything I'm told.
    I'm afraid I did something in terminal I shouldn't have or something slightly wrong in my installation/implementation of MySQL PHP and Apache. Or that i'm misunderstanding what I'm supposed to be putting in for "Testing Server URL Prefix" or something.  I need to find out asap whether this is a lost cause or fixable so I know whether to cut my losses.
    the next day i tried:
    apache is set to run by setting my web sharing on
    i changed the line that said 127.0.0.1 in my config.inc.php. back to localhost so i could try
    Try:  http://localhost/sitename.com
    I'd switched because i was getting "Re: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)" and I found these:
    MySQL :: Re: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
    MySQL :: <<< THE SOLUTION - SOLUTION SUMMARY >>> <<< READ THIS FIRST >>>
    now that i look at those pages again, perhaps just switching 127.0.0.1 back to local host  in both places isn't enough
    i've sort of lost track of the changes i've made now
    I switched the line in manage sites to lowercase to match the folder
    PHP and MySQL were running last night before i shut down.  How do I make sure they're running now that i've started up again?
    as of now, still getting "not found"
    I know there are similar topics but i'm certain i've gotten myself in a unique enough situation that it is worth a new discussion because i can't find one close enough to what i've done
    thanks!

    Diana Kesselschmidt wrote:
    3)don't know where you mean when you say:
    simply declare those ports in the call... i.e. localhost:8889 for mysql and to see the website localhost:8888
    I explained this before. If you use the default MAMP ports, you need to use http://localhost:8888/ instead of http://locahost/ in the URL prefix of the Testing server definition. Also, when creating a MySQL connection, use localhost:8889 instead of localhost in the Server field.
    If you have stopped the preinstalled version of Apache in System Preferences, as well as stopping the version of MySQL that you installed from a dmg, you can change the ports in MAMP. See the following screenshot, which is taken from the tutorial on setting up a PHP development environment:
    The screenshot shows the default MAMP ports. If you click the "Set to default Apache and MySQL ports" button, those values will change to 80 and 3306 respectively. If you do that, and you get a green light from both MySQL and Apache, you can use http://localhost/ and localhost in the testing server and MySQL connection dialog boxes.
    If you still get errors when trying to test a page in Dreamweaver, please give precise details of the values you have entered in the Testing server folder and URL prefix fields of the Testing Server section of the Site Definition dialog box.

  • How to see html code in a php file using CS5.5 without using testing server?

    In CS5.5 when I open a page with php extention, DW does not show any html code in design view without me having to set up a testing server. In DW 8 it would open the same files and show me the html in design view. I have no need to test php code, I just need to alter the html. Is there a setting I can change to enable this in CS5.5? Thanks.

    Below is the code. I discovered that if I create a new php document not from
    a template, then I can see the html elements in design view. If I create a
    new page from a template and save it as html, design view still works, but
    if I save a new page from template and save it as php, I only see symbols
    for php and nothing else in design view.
    Thanks for your help on this.
    <!--
    body
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to
    zero padding and margin on lists. For consistency, you can either specify
    the amounts you want here, or on the list items (LI, DT, DD) they contain.
    Remember that what you do here will cascade to the .nav list unless you
    write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where
    margins can escape from their containing div. The remaining bottom margin
    will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements
    within the divs, instead of the divs themselves, gets rid of any box model
    math. A nested div with side padding can also be used as an alternate
    method. */
    a img { /* this selector removes the default blue border displayed in some
    browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including
    the group of selectors that create the hover effect. ~~ */
    a:link
    a:visited
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard
    navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ This fixed width container surrounds all other divs ~~ */
    .container
    /* ~~ The header is not given a width. It will extend the full width of your
    layout. It contains an image placeholder that should be replaced with your
    own linked logo. ~~ */
    .header
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements
    within these divs have padding on their sides. This saves you from any "box
    model math". Keep in mind, if you add any side padding or border to the div
    itself, it will be added to the width you define to create the *total*
    width. You may also choose to remove the padding on the element in the div
    and place a second div within it with no width and the padding necessary for
    your design.
    2) No margin has been given to the columns since they are all floated. If
    you must add margin, avoid placing it on the side you're floating toward
    (for example: a right margin on a div set to float right). Many times,
    padding can be used instead. For divs where this rule must be broken, you
    should add a "display:inline" declaration to the div's rule to tame a bug
    where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element
    can also have multiple classes applied), the columns have been assigned
    class names instead of IDs. For example, two sidebar divs could be stacked
    if necessary. These can very easily be changed to IDs if that's your
    preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the right instead of the left, simply float
    these columns the opposite direction (all right instead of all left) and
    they'll render in reverse order. There's no need to move the divs around in
    the HTML source.
    /* sidebar1 = left */
    .sidebar1
    .content
    .sidebar2
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol
    /* ~~ The navigation list styles (can be removed if you choose to use a
    premade flyout menu like Spry) ~~ */
    ul.nav {
        list-style: none; /* this removes the list marker */
        border-top: 1px solid #666; /* this creates the top border for the
    links - all others are placed using a bottom border on the LI */
        margin-bottom: 15px; /* this creates the space between the navigation on
    the content below */
    ul.nav li {
        border-bottom: 1px solid #666; /* this creates the button separation */
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that
    your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the anchor block properties so it fills
    out the whole LI that contains it so that the entire area reacts to a mouse
    click. */
        width: 160px;  /*this width makes the entire button clickable for IE6.
    If you don't need to support IE6, it can be removed. Calculate the proper
    width by subtracting the padding on this link from the width of your sidebar
    container. */
        text-decoration: none;
        background: #C6D580;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the
    background and text color for both mouse and keyboard navigators */
        background: #ADB96E;
        color: #FFF;
    /* ~~ The footer styles ~~ */
    .footer
    /* ~~ Miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page.
    The floated element must precede the element it should be next to on the
    page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page.
    The floated element must precede the element it should be next to on the
    page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a
    or empty div as the
    final element following the last floated div (within the .container) if the
    .footer is removed or taken out of the .container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    TD.mincart {
        font-size: 10px;
        font-family : Verdana;
        position:relative:
        left: 10px;
        top: -30px;
    P.mincart {
        font-size: 10px;
        font-family : Verdana;position:relative:
        left: 10px;
        top: -30px;
    #search 
    #minicartdiv
    P.smaller{
        text-align:center;
        font-size: 12px;
        position: relative;
        top: 1px;
    #tagline {
        font-weight: bold;
        color: #03F;
        height: 18px;
        width: 350px;
        font-size: 18px;
        position: relative;
        left: 10px;
        padding-bottom: 10px;
    #contact {
        font-size: 12px;
        float: right;
        height: 18px;
        position: relative;
        padding-right: 10px;
        font-weight: bold;
        font-family: "Courier New", Courier, monospace;
        padding-top: 7px;
    Call 541-424-5555 Mon-Fri 7am-4pm Pacific Time. Email:
    [email protected]
    Bluetooth and More! No Sales Tax!
    body, this
    is a test
     [Home | index.php] - Store Policies - Products
            - Search - Checkout
            email: [email protected] Call
    541-424-5555</p>
      <!-- end .footer --></div>
      <!-- end .container --></div>
    SSL
    COT("images/cot.gif", "SC2", "none");
    </html

  • Viewing Layouts on Remote/Testing Server

    This is a beginner question.
    I'm trying to view Layouts and/or Content Holders on the Remote/Testing Server out of Dreamweaver so I can edit them independently, but I just get 404 messages.
    When I create a new page in BC, I am prompted for a Page Title which subsequently creates a Page URL and File name. The Page URL by default has no extension. The File Name has an extension.
    If I view that new page on the Remote Server I get a 404 message. If I edit the Page URL to include the File Name extension, I have no problem on the Remote Server.
    Now for example: In File Manager I have the following directory structures:
    http://www.MySite.com/_System/ContentHolders/layout.html
    http://www.MySite.com/Layouts/SystemMessages/SecureZoneAccessDenied-CA.html
    Why is it that I can't view these pages on the Remote Server?
    Is BC creating a default URL for these Layout pages that isn't the same as the file name it gives them? or no URL at all?
    Thanks,
    Cam

    Hey there. Those are not pages. They are system generated layouts and for content holders only render when the module issued for that content holderin a pager template.
    Ile extensionsyouseefor these are needed to work via FTP and understnd HTML formatting etc.
    Zone access denied is a system message and will render when you create a login and enter a incorrect password.
    Actual pages do not need agile extension.
    Loin into the admins floor around. Look and pages, system layouts and templates, apply templates to pages. get a feel of things there as well to help get abetted understanding.
    Also check out the links from the main page oftheseforums to theknowledgebaseto read through things as you need them.

  • How to transfer a site on my HD to a local testing server?

    My site, which I developed in Dreamweaver CS3, is currently
    all static HTML. I'm making progress in changing it to have some
    PHP content, but my initial work is all on my live site -- whereas
    I want to be able to do development and testing on a local testing
    server. I've successfully set up XAMPP, and am making progress in
    developing some pages on a *new* local test site (which I've
    installed for local testing at C:/Program Files/xampp/htdocs),
    which I've set up to have PHP-based dynamic content. What I *can't*
    figure out how to do is to take all of my local content for my live
    Website (which is currently at C:/Documents and
    Settings/MyName/MySite/) and move it to
    http://localhost/ (at C:/Program
    Files/xampp/htdocs), so I can can develop and test new dynamic
    content for my site locally against my local Web server. I suspect
    that there are some simple steps to accomplish this goal, but I'm
    pretty new at this, and can't figure it out. Any advice/guidance
    will be greatly appreciated!

    quote:
    Originally posted by:
    Newsgroup User
    Open Windows Explorer, navigate to C:/Documents and
    Settings/MyName/,
    right-click the MySite folder, and select Copy. Then navigate
    to
    C:/Program Files/xampp/htdocs, right-click, and select Paste.
    Your site will then be at
    http://localhost/MySite/
    Wow, that was simple. Thanks! (I had assumed that I needed to
    make the change somehow from within Dreamweaver, vs. in Windows
    Explorer. But I guess that's necessary only if/when you're moving
    files around *within* a site.) Thanks so much!
    I think that Dreamweaver will fuss at me that my testing site
    (actually,
    http://localhost/visiblewind)
    is in a subfolder, whereas my live site (
    http://www.visiblewind.com)
    is at the root, for synchronization-related issues. Will that cause
    issues if I do switch from a separate FTP program (which I'm
    currently using) to synchronization via Dreamweaver?
    p.s.: I ordered your "Essential Guide..." yesterday -- am
    expecting it in the mail when I get home tonight!

  • Local Testing server and htdocs

    So I have set up apache/php with virtual servers and I'm
    using DW8.
    I may have terminology errors below. Correct me where I'm
    wrong please.
    Example site directory C:/apache/htdocs/site.com/
    The web directory is: C:/apache/htdocs/site.com/htdocs
    however there are other important files hiden below this
    rebroot in "site.com/application" for example
    My work diretory is C:/somewhere else/site.com. While
    developing, I just set the testing server as my webserver and
    posted everything to preview, but know I want to include the
    production server, and try to use my local testing setup correctly.
    I use DW to ftp and edit the site files, including those
    below the webroot, so is set my directories to allow access to
    those files. My annoyance is that when I preview my site it tries
    to pull up the homepage as www.site.dev/htdocs/index.php
    (I use dev to distinguish the local testing server)
    Can I resolve this problem, or can someone explain how to
    effecttively manage your workdirectory, testingserver and
    production server from one DW site? At the moment I'm using two DW
    sites to manage for now.

    Thank you for your answers.
    SnakEyez02 wrote:
    First, this is very possible depending on your theme.  Some of the dyanmic effects in themes use javascript files from the JQuery library as well as other javascript libraries.  Because of this it may not be possible to edit all files.
    How do you think I could check this is true ? I think I need all the files if I wish to edit the theme. Would copying all the remote files locally help clearing this in any way ?
    SnakEyez02 wrote:
    This sounds like a path issue in the code.  I would check there to make sure the path is correct.  Otherwise we would need to see the code.
    I don't know how to check this. When inspecting the page with Live Code, I don't know which html file Dw is showing me on the left. No filename has that grey background like it's pushed... Plus, I don't understand why the path would have changed, since I didn't mess with the code (yet) ?
    SnakEyez02 wrote:
    I have found this to appear when you have friendly/pretty-URLs or mod-rewrite turned on.  In the WordPress web admin, go to Settings->Permalinks and choose the default with the ?p=123 setting.  DW is currently unable to process the rewriting of URLs and it will only recognize the un-SEO-friendly way of reading URLs.
    Ok now I don't understand. When I go to http://localhost/mysite/wp-admin, it shows me the WP logo,
    No Upgrade Required
    Your WordPress database is already up-to-date!
    And a big "continue" button, all of which on the original site (the url is http://www.mysite.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F). Pressing the button gets me to http://www.mysite.com/.
    Is that because I imported the database from the live site ? I don't know what I did to get that, I used to get to the local WP installation. Could that be a bad database setup ?
    Any idea ?
    Again, thank you a lot for helping me out here !

  • File Not Found error on local test server

    Hello all,
    I have no idea what happened, but my local test server went
    from working fine to not working at all. When I go to test a page
    locally, I get this error:
    The requested URL /[filename].php was not found on this
    server
    I did not change any of the configuration files, I can load
    and use phpMyadmin, but absolutely can not test a page locally, not
    even something as basic as David Powers' phptest.php page which is
    a whopping 2 lines of code to verify the php version on my
    computer.
    PLEASE, I beg of you, if you have any suggestions, PLEASE
    throw them my way. I am completely stonewalled from further
    development because of this issue. PLEASE HELP!
    Sincerely,
    wordman

    Is that a root relative link? If you aren't using virtual
    hosts those won't
    work.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Wordman-GL" <[email protected]> wrote in
    message
    news:gpmkjg$rna$[email protected]..
    > Hello all,
    >
    > I have no idea what happened, but my local test server
    went from working
    > fine
    > to not working at all. When I go to test a page locally,
    I get this error:
    >
    > The requested URL /[filename].php was not found on this
    server
    >
    > I did not change any of the configuration files, I can
    load and use
    > phpMyadmin, but absolutely can not test a page locally,
    not even something
    > as
    > basic as David Powers' phptest.php page which is a
    whopping 2 lines of
    > code to
    > verify the php version on my computer.
    >
    > PLEASE, I beg of you, if you have any suggestions,
    PLEASE throw them my
    > way. I
    > am completely stonewalled from further development
    because of this issue.
    > PLEASE HELP!
    >
    > Sincerely,
    >
    > wordman
    >

  • [Captivate 8] HTML5 Publishing - First Slide shows locally but not on test server

    Hi all,
    The Question
    Has anyone run into this issue of the first slide not showing on HTML5 (and/or SWF) until you open up the TOC and select the recalcitrant slide and then it shows (and operates) just fine? Not on project load, just when it is selected.
    The Description
    I've only been using Captivate 8 for a short period of time, and I've run face first into a little bit of a bigger hurdle than I expected. At present, I have a simple, linear Captivate project that in essence replicates a Powerpoint (client specified). Everything was working just fine until I tried a HTML 5 Preview from Captivate 8 and first slide did not show. After some research my solutions to the problems I encountered was to:
    Local preview occasionally causes a glitch. Solution: Publish locally and (pre)view the result. This didn't work.
    Group all objects on the first slide and then attach the action Show to that group. This fixed the problem.
    Following that I published it to a host server (test server at the moment, but ultimately it will the live dev server). I encountered the same problem, so:
    Tried the group trick, above. No joy.
    Opened up the TOC and navigated to the other slides. None of the buttons (previous slide, next slide) worked.
    Renamed the "Mouse.mp3" to remove that annoying click. Result: All project buttons worked, but the first slide was not showing (grouped or otherwise).
    Removed all master slide objects from the slide. No joy.
    Removed the button (action: Next Slide) and reduced the play time of the slide to 5 seconds so that the slide would play upon loading, then just move to the next slide. No joy.
    Tried all of the above with SWF and HTML 5 publication.
    Tried all of the above with SWF only.
    Once again, when I open up the TOC and navigate to the first slide ("Title Page") the blank slide that is populated only by the lonesome borders becomes the Title slide, as it should. Also, local preview from the file (\project\index.htm) works just fine.
    Obviously I'm missing something. It's probably something incredibly obvious, so I thank you for your patience.
    The Technical
    Captivate 8.0.0.145
    OS: Maverick OSX and Windows XP Pro SP1
    Other: Adobe CS (up-to-date install)

    First, apologies--I didn't see the "Getting Started" sub-community so if this thread can be moved there then thank you. Second, I missed some important details.
    Project Details
    Captivate 8, blank project*. Content at the moment is only text captions, media resources (pictures, two web objects [to Vimeo]), and transparent buttons. The project is stripped of the play bar as it is a self-paced lesson/module.
    * I don't have the lead time to make this a responsive design, though that is the ultimate goal once the one-size-fits-all version (1024x627) has been released.
    Testing Hardware Details
    The following are the machines and browsers I've tested the HTML5 output on.
    Mac (10.9.4) -- Chrome 36.0.1985.125 (hangs; need to open the TOC and click on "Title Page"), Firefox 30 (works fine), Safari 7.0.5 (9537.77.4) (works fine)
    Windows 7 Pro SP1 -- IE 11 (works straight away! *shock*), Chrome 35.0.1916.153 m (hung, but on refresh worked fine), Firefox 31.0 (throws out unsupported error [known feature] but then loads up just fine).
    Chromebook -- Chrome OS 35.0.1916.155 (worked straight off).
    Smartphones -- Not supported, but iPhone 4S (iOS 7.1.2) (works fine, but not designed); Galaxy S5 Chrome (broken).
    Tablets -- iPad2 (iOS 7.1.2) (play button loads partial content, on refresh works fine); Galaxy Note 10.1 2014 Chrome (broken), Android Browser (works fine).
    I'm more than willing to share a link to the project and the Captivate 8 file, but just thought that I would see if this gets any traction/recognition before going deeper.

  • Cannot and have never been able to connect to a testing server

    Hello
    I am using Dreamweaver and am trying to set up a testing site using IIS.  I can’t get it set up.  It says I don’t have administrative privileges.  I am the administrator.  This is a home computer and I am the only user  of the computer. I am just a novice.
    I posted my problem in an Adobe forum.  I was told to enter a command in the  administrator command because I am not an administrator (this made me scratch my head???).  The following is what I was told to enter:
    icacls %systemdrive%\inetpub /grant  %userdomain%\%username%:(OI)(CI)(F) /grant %userdomain%\%username%:F
    it does not work and says there is no command for” icasis”  I am not sure what I need to enter, however.  For system drive I put “C”.  For user name I put the name of my computer. For user name I put my user name.
    This is what I ended up with and this is what I put in the administrators command prompt:
    icacls %C%\inetpub /grant  %Joe-II%\%jtb%:(OI)(CI)(F) /grant %Joe-II%\%jtb%:F
    I am sure this is wrong.
    In addition, in properties of inetpub wwwroot it says I have read and write for both administrator and iis_iusrs privilages (I set it up following a DW tutorial).
    So why can’t I set up testing server on iis? This problem has gone on for years.  I have newer versions of Adobe and operating systems and I have never been able to set up a testing server.  By the way, this is windows 8 professional.
    Any help would be much appreciated.  I would even pay someone to solve my problem but don’t know where I would go to do this.
    Joe
    << Response was:
    Hello,
    I'm sorry to hear you are having issues.
    From the information you have provided, it would appear that your issue is based somewhere in the user account permissions configuration on your PC.
    I recommend taking the following steps to ensure your user account has administrative permissions:
    Open your "Start" menu and right click on "Computer" (or "My Computer" depending on your version of Windows).
    Select "Manage".
    In the new window titled "Computer Management", select "Local Users and Groups" under "System Tools".
    Select the folder labeled "Users" and find your user account in the right panel.
    Right click on your user name and select "properties".
    Select the "Member of" tab and verify that you see "Administrators."
    If not, you can select "Add" and then type "Administrators" in the field labeled "Enter the object names to select".
    Please update us with the results once you've followed these instructions and we can troubleshoot based on that further information.
    Be sure to let us know of any error messages or pop up windows you encounter.
    You were sent this email because you opted to receive email notifications when someone responded to this thread.
    To unsubscribe, visit the above URL and click 'Unsubscribe via Email'.
    Thanks again,
    IIS.NET Forums team
    2055856-2055855       
    >>
    My response:
    My response:  I did what you asked and I am listed as an Administrator or do see Administrators there.  Thank you for your response. Hopefully you can trouble shoot from what I have replied.
    Again, this has been going on for so long.  I would even bee willing to pay to have this problem cleared up.  Again, thanks.
    Joe

    Perhaps one of the hits returned on a google search "setting up iis server" will help: https://www.google.com/search?q=setting+up+iis+server&ie=utf-8&oe=utf-8&aq=t&rls=org.mozil la:en-US:official&client=firefox-a.
    I sympathize, as I had a lot of trouble trying to set up a localhost server on a Win8 computer. Experienced many false starts. Finally got it working to the extent I could actually work on a WP site locally, but the set up is still weird in that when I uploaded all the new files to make them live, nothing updated. Ended up making all the changes again to the live site.
    Chris

  • Follow-on documents are not visible in MIRO in TEST server, awsys = PRD300.

    Dear Experts ,
    The Test Server was refreshed around mid-June 2011 with data of
    Production Server. The follow-on documents are not visible for the
    invoice documents in MIRO in TEST server due to value in tables
    BKPF,RBKP : field : AWSYS = PRD300 .
    The newly created Purchase Orders after the refresh, the accounting
    documents can be seen for the Goods Receipt (MIGO_GR-display) and
    Invoice documents (MIRO).
    we had already raised this issue in March & got the feedback from SAP
    as shown below.
    accordingly we have developed & run the program "zzlogsys2" which
    updates the Logsys/Awsys field from PRD300 ( of production server ) to
    that of the current server i.e. TST300 as required.
    after which the FI documents for the material documents are visible in
    MIGO,but follow-on documents are not visible for the invoice documents
    in MIRO.
    we have Checked notes 781498 and 28958 to see if the logical system is
    correctly assigned , where we found that in table RBKP after entering document number, Fiscal Year , the
    Field AWSYS is "PRD300" & not "TST300" as it should be. We will take up the activity of updating table RBKP
    also as we are currently doing for tables MKPF & BKPF.
    But to have clear picture as to what we are doing is correct , pl
    advise about the following :
    1) Is it a correct process done by our SAP-Basis team , that every time
    any Server ( e.g. Test or Quality ) is refreshed with Production server
    data, the Field AWSYS in various transaction tables gets value as
    "PRD300" which then is required to replaced by running program such as
    ZZlogsys.
    REPORT ZZLOGSYS.
    TABLES: T000, MKPF.
    DATA: NEW_SYS LIKE MKPF-AWSYS.
    PARAMETER: OLD_SYS LIKE MKPF-AWSYS.
    SELECT SINGLE * FROM T000 WHERE MANDT EQ SY-MANDT.
    NEW_SYS = T000-LOGSYS.
    CHECK NOT NEW_SYS IS INITIAL.
    UPDATE MKPF SET AWSYS = NEW_SYS
    WHERE AWSYS = OLD_SYS.
    WRITE:/ 'Number of updates: ', SY-DBCNT.
    2) if the above process is correct & normal , then which are the other
    tables in a particular server ,apart from tables MKPF,BKPF,RBKP , which
    needs to be updated the value of field "AWSYS" in the same way
    replacing value "PRD300".
    3) if the process in point no. 1 is not correct , then what is the
    correct process that the Basis team can do while refreshing any target
    server with production data so that target server retains its value in
    Field AWSYS & not showing "PRD300".
    With 3 servers TEST,DEV & Quality , recently refreshed with production
    server to bring all servers in Sync for a HR patch application, we have
    this situation now in all 3 servers .
    Thanks in advance ,
    Anil Shanbhag

    It is appropriate to move this thread from ERP-MM to [Enterprise Resource Planning (ERP)|Enterprise Resource Planning (SAP ERP);
    Edited by: Jeyakanthan A on Jul 7, 2011 4:56 PM

  • Insert into all tables on a Database on Test Server select from all tables on a database A from production server

     
    hi Friends ,i need a suggestion from  you on how to
    insert data to all tables on a Database  "A " on Test server
    Select data from all tables on  a Database  "A" on Production Server
    where id=123
    Database A is same with Structures on Test and Production also all Tables  will have  Id column in common.
    The purpose of this insert is ,as we all know Production has the latest data and i need to push to test server on request for particular ID only  ( may be weekly once or  twice a week )
    I  have a linked server setup name "LINQ" 
    Example for one table is below , like wise i need a script which does for 154 tables.
    Insert into ABC( id, name)---insert to test server
    Select Id, name  from  LINQ.ProdSerevrname.databasename.ABC where id = 123
    Please help me ..
    Thanks

    Why not use export import wizard for this if you've read access to production?
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Browsers won't open some php testing server files

    Running DW 8, OS 10.4.10, Apache virtual testing server with
    php local site.
    I've Firefox and Safari as primary and secondary browsers.
    When working on a
    page, if I select 'preview in primary browser', Firefox opens
    the page with
    my virtual url...no problem. Lately, some php files will not
    open. Firefos
    give a dialog to open the file in default (DW) or save to
    disk. This is very
    frustrating since one file it does this to is a login page.
    Safari does the
    same thing!
    I have select the file in question in the finder (extension:
    ,php) and
    through the Get Info and told Mac OS to open this file with
    Firefox and all
    .php extensions. Rebuilt prebinding so all php files in the
    Finder show a
    Firefox icon, but still neither Firefox nor Safari will open
    them. They
    don't recognize the
    <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" />
    Metatag. The really frustrating thing is that only some files
    behave this
    way. Most of the others work fine and I can't see anything in
    the headers
    that would cause one to open and not another. Has anyone ever
    run across the
    behavior before and if so, what was the cause?
    Thanks,
    Charles Newbury

    On 10/14/07 10:18 AM, in article
    [email protected], "Joe
    Makowiec"
    <[email protected]> wrote:
    > On 14 Oct 2007 in macromedia.dreamweaver, Charles
    Newbury wrote:
    >
    >> Running DW 8, OS 10.4.10, Apache virtual testing
    server with php
    >> local site.
    >>
    >> I've Firefox and Safari as primary and secondary
    browsers. When
    >> working on a page, if I select 'preview in primary
    browser', Firefox
    >> opens the page with my virtual url...no problem.
    Lately, some php
    >> files will not open. Firefos give a dialog to open
    the file in
    >> default (DW) or save to disk. This is very
    frustrating since one
    >> file it does this to is a login page. Safari does
    the same thing!
    >
    > What happens on the actual server?
    >
    >> I have select the file in question in the finder
    (extension: ,php)
    >> and through the Get Info and told Mac OS to open
    this file with
    >> Firefox and all .php extensions. Rebuilt prebinding
    so all php files
    >> in the Finder show a Firefox icon, but still neither
    Firefox nor
    >> Safari will open them. They don't recognize the
    >>
    >
    > Are you sure that your local server is running? Also,
    I'm no Mac
    > maven, but I'm given to understand that the version of
    Apache which
    > comes installed on Macs is on the underpowered side, and
    should be
    > replaced with a version downloaded from somewhere?
    True, I'm running Apache 1.3, but I'm leery of trying to
    upgrade to a newer
    version for fear of messing up everything that already works.
    Had a real
    headache getting MySQL 5, PHP 5 and phpMyAdmin all up and
    running with DW 8.
    Fortunately I had David Powers book that gave pretty much
    idiot proof
    instructions on how to install all this stuff. I'd never been
    able to do it
    left to my own devices. Another caveat is that my webhost,
    like most, is
    behind the upgrade curve: they run MySQL 4.1 and phpMyAdmin
    2,8 so if I
    upgrade too much there may be compatibility issues.
    Another oddity, renaming that file from .php to .html
    extension causes it
    to open fine in Firefox and Safari. I don't think it's kosher
    to keep it
    that way since it does contain DW8's login php scripts.
    Again, there's no
    problem with other .php files.

  • FF not displaying page when URL is on a local test server

    I have a WAMP test server on my Win laptop.
    If I type in a url of an existing file on the test server using c://localhost/testserver/index.htm or c://wamp/www/testserver/index.htm, FF displays a blank page (with no source code). If I use a file name in the url (file:///c://.....) or double click the file on the test server, I get good code.
    I'm testing with an html file (vs. a php file) just to take the php code out as a variable.
    FF displays web pages on www just fine.
    Tom

    the easiest way to deal with security issues is to avoid them.  if all files are on the same server, use relative urls.
    otherwise, you may have to deal with security issues.  whether you do or not, and if you do, how you deal with them, depends on what you're trying to do.
    you may be able to use System properties but you may need cross-domain security files.

  • Changing the Testing Server

    I have a MySql database on my Mac and I'm using Dreamweaver CS5 to generate dynamic content in PHP.
    For the Site Definitions, I have Dreamweaver configured this way:
    - Local Site Folder: users/bronzino1/mysite
    - Testing Server Folder: Applications/MAMP/htdocs/mysite_test
    - Testing Server Web URL: http://localhost/mysite_test
    Here is what I am not understanding: Every time I go to test the live code on a page, it is saved to "mysite_test." If I just save the page without testing the live code, it gets saved to "mysite." I don't need two copies of every file on my machine, and I'm worried about what's going to happen when I try to test pages with pictures (which are all saved to "mysite" not "mysite_test").
    Is there anyway to make my Local Site folder THE Testing Server Folder?
    Thanks in advance for any help!
    Elizabeth
    PS - Did search the forum for an answer but I just found the same question, and some crickets.

    Hmm, I guees it´s better if you´d post your issues in the regular Dreamweaver Application Development forum, because I fear I can´t be of help with this, as I´m using a Windows machine and am not familiar with how such things works on a Mac.
    I´m also somewhat confused about the "It is a set location proximate to applications, rather than with the rest of my data" scenario you´re describing -- in my world the traditional scenario is this:
    - the "Local Site Folder" is always an absolute path and points to, say, "C:\wampserver\htdocs\whateverfolder\"
    - the "Testing Server Folder" points to the very same directory
    - the "Testing Server Web URL" would normally be "http://localhost/whateverfolder/", but could be different in case you´re configured the Apache Server (and your System) to rather use Virtual Hosts
    It seems as if you´re explicitely tell Dreamweaver to use different physical directories (mysite vs. mysite_test), and I don´t know if this is really supported at all.
    Cheers,
    Günter

Maybe you are looking for

  • User audit trail in a SOA scenario

    Hi All, In a SOA scenario when using a composite application calling many webservices who on their turn call asynchronous jms calls to backend applications. How can you audit the user trail? So can you tell of all the backend transactions touched by

  • Replace/Remove functionality in GRC 10

    HI All Would somebody be able to tell me what authorization objects and values are required for a user role to allow the user to perform remove or replacement in GRC 10. The only way I can the user to see the list of assignments to replace or remove

  • Problems downloading The Walking Dead Season 1

    I've bought the 1st season. Episodes 1,3,4 and 5 downloaded at 1Mb a second or better. But episodes 2 and 6 just wont come down. I'm lucky if I can get then at 3 or 4k a second. Rediculous speeds. I've stopped and restarted, rebooted the machine, kil

  • CMS Transport does not appear

    Hi all, When I am trying to move the objects from DEV to PROD. I am not able to see the Transport using CMS option when I export it. Rather it works fine with file transport. We have configured the CMS in dev. Note: we are using two different SLD's f

  • Use of RH_GET_STRUCTURE

    I need to get all the positions involved in a particular department. can any one let me know how to use FM "RH_GET_STRUCTURE" and what are the parameters that should be passed to it? Kindly let me know if there are any reference pgm forthis? Will we