OT: Site works fine on Win2K IIS5 - throws an error on Win2K3 IIS6

Hi,
I've had serious server trouble and have moved some sites to
a new Win2K3
server running IIS6.
Of the sites that have been moved (all of which were working
fine prior to
moving), one now gives me this error:
Active Server Pages error 'ASP 0116'
Missing close of script delimiter
/curve/curve_login.asp, line 5
The Script block lacks the close of script tag (%>).
I have not changed anything in the code. I have simply moved
the files to
the new server.
In testing, if I remove the block of ASP code that handles
the login (all
enclosed in <% %> tags) then the page loads. If I put
the code back ointo
the page, I get this error.
The code works fine and has done for a year without issue on
Win2K IIS5 - so
I have to think that this is an issue outside of the code,
but what?
I have very similar login code on other sites that I have
moved and thay are
not causing me issues
Any ideas or suggestions would be most appreciated as this
site has
basically been offline for a week now and I'm going insane!
Cheers,
Rob
http://robgt.com/ [Tutorials and
Extensions]

I'd have to see the code...
It would not be unusual for a new version of the ASP DLL to
be less
forgiving than an older version.
"RobGT" <[email protected]> wrote in
message
news:e982h6$d3s$[email protected]..
> Hi,
> I've had serious server trouble and have moved some
sites to a new Win2K3
> server running IIS6.
> Of the sites that have been moved (all of which were
working fine prior to
> moving), one now gives me this error:
>
> -------------------
> Active Server Pages error 'ASP 0116'
>
> Missing close of script delimiter
>
> /curve/curve_login.asp, line 5
>
> The Script block lacks the close of script tag (%>).
>
> -------------------
>
> I have not changed anything in the code. I have simply
moved the files to
> the new server.
> In testing, if I remove the block of ASP code that
handles the login (all
> enclosed in <% %> tags) then the page loads. If I
put the code back ointo
> the page, I get this error.
>
> The code works fine and has done for a year without
issue on Win2K IIS5 -
> so I have to think that this is an issue outside of the
code, but what?
>
> I have very similar login code on other sites that I
have moved and thay
> are not causing me issues
> Any ideas or suggestions would be most appreciated as
this site has
> basically been offline for a week now and I'm going
insane!
>
> Cheers,
> Rob
>
http://robgt.com/ [Tutorials and
Extensions]

Similar Messages

  • Query working fine in 9i but throwing an error in Oracle 10g

    Hi All,
    I am having a query which contains large number of When clauses inside a case statement.
    The Same SQL is working fine in 9i, but not working in 10G.
    If we try to remove one of the When clause in the query, its working fine else it is giving the error ORA-00939 Too many arguments for functions.
    Can any one tell me the solution for this and what is the maximum number of when clauses allowed inside case statemen in oracle 10g.
    Thanks in advance
    Regards
    Karthik

    it should not have worked in 9iR2... it is correct according to the doc to return an error message when using more than 255 expressions...
    SQL> select version from v$instance;
    VERSION
    9.2.0.7.0
    SQL> select case 1
      2  when 2 then 3
      3  when 4 then 5
      4  when 6 then 7
      5  when 8 then 9
      6  when 10 then 11
      7  when 12 then 13
      8  when 14 then 15
      9  when 16 then 17
    10  when 18 then 19
    11  when 20 then 21
    12  when 22 then 23
    13  when 24 then 25
    14  when 26 then 27
    15  when 28 then 29
    16  when 30 then 31
    17  when 32 then 33
    18  when 34 then 35
    19  when 36 then 37
    20  when 38 then 39
    21  when 40 then 41
    22  when 42 then 43
    23  when 44 then 45
    24  when 46 then 47
    25  when 48 then 49
    26  when 50 then 51
    27  when 52 then 53
    28  when 54 then 55
    29  when 56 then 57
    30  when 58 then 59
    31  when 60 then 61
    32  when 62 then 63
    33  when 64 then 65
    34  when 66 then 67
    35  when 68 then 69
    36  when 70 then 71
    37  when 72 then 73
    38  when 74 then 75
    39  when 76 then 77
    40  when 78 then 79
    41  when 80 then 81
    42  when 82 then 83
    43  when 84 then 85
    44  when 86 then 87
    45  when 88 then 89
    46  when 90 then 91
    47  when 92 then 93
    48  when 94 then 95
    49  when 96 then 97
    50  when 98 then 99
    51  when 100 then 101
    52  when 102 then 103
    53  when 104 then 105
    54  when 106 then 107
    55  when 108 then 109
    56  when 110 then 111
    57  when 112 then 113
    58  when 114 then 115
    59  when 116 then 117
    60  when 118 then 119
    61  when 120 then 121
    62  when 122 then 123
    63  when 124 then 125
    64  when 126 then 127
    65  when 128 then 129
    66  when 130 then 131
    67  when 132 then 133
    68  when 134 then 135
    69  when 136 then 137
    70  when 138 then 139
    71  when 140 then 141
    72  when 142 then 143
    73  when 144 then 145
    74  when 146 then 147
    75  when 148 then 149
    76  when 150 then 151
    77  when 152 then 153
    78  when 154 then 155
    79  when 156 then 157
    80  when 158 then 159
    81  when 160 then 161
    82  when 162 then 163
    83  when 164 then 165
    84  when 166 then 167
    85  when 168 then 169
    86  when 170 then 171
    87  when 172 then 173
    88  when 174 then 175
    89  when 176 then 177
    90  when 178 then 179
    91  when 180 then 181
    92  when 182 then 183
    93  when 184 then 185
    94  when 186 then 187
    95  when 188 then 189
    96  when 190 then 191
    97  when 192 then 193
    98  when 194 then 195
    99  when 196 then 197
    100  when 198 then 199
    101  when 200 then 201
    102  when 202 then 203
    103  when 204 then 205
    104  when 206 then 207
    105  when 208 then 209
    106  when 210 then 211
    107  when 212 then 213
    108  when 214 then 215
    109  when 216 then 217
    110  when 218 then 219
    111  when 220 then 221
    112  when 222 then 223
    113  when 224 then 225
    114  when 226 then 227
    115  when 228 then 229
    116  when 230 then 231
    117  when 232 then 233
    118  when 234 then 235
    119  when 236 then 237
    120  when 238 then 239
    121  when 240 then 241
    122  when 242 then 243
    123  when 244 then 245
    124  when 246 then 247
    125  when 248 then 249
    126  when 250 then 251
    127  when 252 then 253
    128  when 254 then 255
    129  when 256 then 257
    130  end x from dual;
             X
    SQL> select version from v$instance;
    VERSION
    10.2.0.2.0
    SQL> select case 1
      2  when 2 then 3
      3  when 4 then 5
      4  when 6 then 7
      5  when 8 then 9
      6  when 10 then 11
      7  when 12 then 13
      8  when 14 then 15
      9  when 16 then 17
    10  when 18 then 19
    11  when 20 then 21
    12  when 22 then 23
    13  when 24 then 25
    14  when 26 then 27
    15  when 28 then 29
    16  when 30 then 31
    17  when 32 then 33
    18  when 34 then 35
    19  when 36 then 37
    20  when 38 then 39
    21  when 40 then 41
    22  when 42 then 43
    23  when 44 then 45
    24  when 46 then 47
    25  when 48 then 49
    26  when 50 then 51
    27  when 52 then 53
    28  when 54 then 55
    29  when 56 then 57
    30  when 58 then 59
    31  when 60 then 61
    32  when 62 then 63
    33  when 64 then 65
    34  when 66 then 67
    35  when 68 then 69
    36  when 70 then 71
    37  when 72 then 73
    38  when 74 then 75
    39  when 76 then 77
    40  when 78 then 79
    41  when 80 then 81
    42  when 82 then 83
    43  when 84 then 85
    44  when 86 then 87
    45  when 88 then 89
    46  when 90 then 91
    47  when 92 then 93
    48  when 94 then 95
    49  when 96 then 97
    50  when 98 then 99
    51  when 100 then 101
    52  when 102 then 103
    53  when 104 then 105
    54  when 106 then 107
    55  when 108 then 109
    56  when 110 then 111
    57  when 112 then 113
    58  when 114 then 115
    59  when 116 then 117
    60  when 118 then 119
    61  when 120 then 121
    62  when 122 then 123
    63  when 124 then 125
    64  when 126 then 127
    65  when 128 then 129
    66  when 130 then 131
    67  when 132 then 133
    68  when 134 then 135
    69  when 136 then 137
    70  when 138 then 139
    71  when 140 then 141
    72  when 142 then 143
    73  when 144 then 145
    74  when 146 then 147
    75  when 148 then 149
    76  when 150 then 151
    77  when 152 then 153
    78  when 154 then 155
    79  when 156 then 157
    80  when 158 then 159
    81  when 160 then 161
    82  when 162 then 163
    83  when 164 then 165
    84  when 166 then 167
    85  when 168 then 169
    86  when 170 then 171
    87  when 172 then 173
    88  when 174 then 175
    89  when 176 then 177
    90  when 178 then 179
    91  when 180 then 181
    92  when 182 then 183
    93  when 184 then 185
    94  when 186 then 187
    95  when 188 then 189
    96  when 190 then 191
    97  when 192 then 193
    98  when 194 then 195
    99  when 196 then 197
    100  when 198 then 199
    101  when 200 then 201
    102  when 202 then 203
    103  when 204 then 205
    104  when 206 then 207
    105  when 208 then 209
    106  when 210 then 211
    107  when 212 then 213
    108  when 214 then 215
    109  when 216 then 217
    110  when 218 then 219
    111  when 220 then 221
    112  when 222 then 223
    113  when 224 then 225
    114  when 226 then 227
    115  when 228 then 229
    116  when 230 then 231
    117  when 232 then 233
    118  when 234 then 235
    119  when 236 then 237
    120  when 238 then 239
    121  when 240 then 241
    122  when 242 then 243
    123  when 244 then 245
    124  when 246 then 247
    125  when 248 then 249
    126  when 250 then 251
    127  when 252 then 253
    128  when 254 then 255
    129  when 256 then 257
    130  end x from dual;
    when 16 then 17
    ERROR at line 9:
    ORA-00939: too many arguments for function
    SQL> del 129
    SQL> /
             X
    ----------

  • Please help, I've tried everything! Gmail won't open, it just endlessly cycles and rarely even gives me an error message: all other sites work fine (Windows 8).

    All sites work fine except Gmail will not load. I prefer Firefox, but to be fair, Chrome and IE are doing the same thing when I try to use them. Occasionally Gmail will pop up, most of the time it just endlessly cycles and I don't even get an error message. I'm going to have to get rid of gmail if this goes on.
    It's maddening! I've tried everything I could find on mozilla support--restarted in safe mode, clear cache, cookies, etc. This is a brand new Windows 8 laptop. It started a few weeks after I got it. There is nothing else wrong with it, it had a fresh new OS installed before I got it. Please help! Thanks so much.

    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    Please report back soon.

  • Firefox is displaying unreadable characters when visiting some websites like digg. The sites work fine in all other browsers. I've tried all encoding options in firefox.

    Firefox is displaying unreadable characters when visiting some websites like digg. The sites work fine in all other browsers. I've tried all encoding options in firefox.

    This issue can be caused by an old bitmap version of the Helvetica or Geneva font or (bitmap) fonts that Firefox can't display in that size.
    Firefox can't display some old bitmap fonts in a larger size and displays gibberish instead.
    You can test that by zooming out (View > Zoom > Zoom Out, Ctrl -) to make the text smaller.
    Uninstall (remove) all variants of that not working font to make Firefox use another font or see if you can find a True type version that doesn't show the problem.
    See also [/tiki-view_forum_thread.php?forumId=1&comments_parentId=566006]

  • Javascript won't load for this one website that I frequent. This just started today. All others websites work fine. This site works fine in IE...

    Javascript won't load for this one website that I frequent. This just started today. All others websites work fine. This site works fine in IE. I've tried Safe Mode with no success. I have changed nothing since yesterday. Any help is greatly appreciated.

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache Clear Cookies & Cache]
    * [[How to clear the cache#w_clear-the-cache|Clear the Network Cache]]
    * Make sure that you are using the '''"Remember History"''' setting as described in this article -> [[Options window - Privacy panel]]
    Also see these articles:
    * [[JavaScript]]
    * http://kb.mozillazine.org/JavaScript
    Check and tell if its working.

  • SWF Files do not work in Firefox. My sites work fine in Explore & Safari? Why is this? I have updated all my plugins, reinstalled yet still nothing?

    SWF Files do not work in Firefox. My sites work fine in Explore & Safari? Why is this? I have updated all my plugins, reinstalled yet still nothing?

    Can you post a link?
    Does that only happen on that website or do you have that problem with all Flash content?
    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • I just upgraded to Mavericks and suddenly youtube does not display correctly although other sites work fine. I am using the newest MacBook Air. Any suggestions?

    I just upgraded to Mavericks and suddenly youtube does not display correctly although other sites work fine. I am using the newest MacBook Air. Any suggestions?

    Hi ..
    Open System Preferences > Flash Player then select the Advanced tab.
    Click Delete All under Browsing Data and Settings
    Back to Safari. Press Command + Option + E to empty the Safari cache.
    Quit and relaunch Safari, try a video.

  • Hi I am using an iphone 4 and its was working fine.  Presently its giving browsing error.  Whenever I am trying to browse internet by using safari or any other browser it retruns with "server not responding" Can somebody give me a solution for this ?

    Hi I am using an iphone 4 and its was working fine.  Presently its giving browsing error.  Whenever I am trying to browse internet by using safari or any other browser it retruns with an error message "server not responding" Even the same thing is happening with youtube also. The worst part is am able to check my mails, able to chat and so on... only thing not able to browse through the browser.  I have tried restore option also.  This is happening with both Wlan and Data con. too
    Please help...

    I do not really know much about this kind of problem, but i may be your internet connection.
    If you are on your own #G network then:
    Go to Settings > then enable "Airplane Mode". Count to 10 and then disable it.
    Then wait patiently until you get a good connection and then try again.
    If you are on a nearby Wi-Fi connection then:
    Go to Settings > Wi-Fi > then disable then enable after counting to 10. Make sure that you are connected and then try again.
    If all else fails, then you need to contact your provider for assistance.
    Sprint:888-211-4727
    AT&T:?
    Verizon:?

  • HT1454 I have a speaker with I phone 30 pin dock, it use to work fine but i am not getting error saying accessory not supported,how i can determine what could be the problem

    I have a speaker with I phone 30 pin dock, it use to work fine but i am not getting error saying accessory not supported,how i can determine what could be the problem
    i am getting the same error with my rf transmitter that i use in my car

    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Did this start happening after an iOS update? Sometimes an iOS update will break compatibility.
    Sometimes this works:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                             
    - Restore to factory settings/new iOS device.

  • IE 9 - can't sign in to ebay (every other site works fine, as before)

    I can't sign in to ebay from my main computer; I can get to the main ebay website (www.ebay.com) and I can get to sign-in page, but when I enter my user ID and password, ebay displays an error page and returns immediately
    to the sign-in page. The error page flashes by so quickly I can't read it, although I have tried probably 30 times or so to catch enough of the words to determine at least the subject of the problem. I've cleaned out the cache, including all cookies; I've
    added several ebay pages to trusted sites, I've tried it with security levels set on lowest setting, and checked everything I know and still no results. I've also contacted ebay and done everything they suggested (which was actually very little), still with
    no success. Ebay is not listed as a blocked site.
    We have a laptop which accesses from our home WIFI network, and on it I am able to sign in just fine. Also, with Mozilla Firefox I am able to sign in just fine. So there is some small setting on my main computer that is preventing me from signing in. I've
    searched all of the Tools - Internet Options tabs and settings, and can't find out what may be preventing my access. Pop-up blockers are off, both in IE9, Google, etc.
    Every other website I've visited since this began happening works fine. The problem began when I downloaded the latest updates from Windows Update about 3 or 4 days ago. My IE9 is completely up to date, I use Windows 7 and ESET security software. Nothing
    has changed in my software or in how I access ebay except for the latest Windows updates. Please advise; thank you.

    Hi,
    Tools>Internet Options>Security tab, click "Reset all zones to default"
    Trusted Sites icon, 'Sites' button... remove Ebay from your Trusted Sites list..... websites work just as well in the (default) Internet Zone.
    Create separate windows accounts for each user that shares your computer, so that nothing is changed on your windows account without your knowledge.
    For the best security open Ebay with InPrivate browsing.
    Ebay won't login properly if you have their site in the Trusted Sites list in IE because there is a security setting to prevent navigation to zones of lower integrity.... Ebay use a sub-domain to validate your credentials and have a number of different global
    websites with different domains.
    For consumer help with IE select the Help>Online Support menu from IE and follow the links for your windows and IE versions.
    this forum is for Questions regarding Internet Explorer 8, 9 (and 10 Release Preview) for the IT Pro Audience. Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions. If you are a consumer looking for answers
    or to raise a question, it's highly recommended you head on over to http://answers.microsoft.com/en-us
    Rob^_^

  • Flash Player 10 not working in some sites, working fine in others

    Lately I've been having problems viewing videos with Flash Player on many sites in which they viewed fine previously. What I see is a solid black rectangle the size of the video screen. No Player controls. Nothing. I have looked at the page code, but found nothing out of the ordinary. The system on this machine is XP Pro with SPII, and the problem occurs whether using IE 8 or Firefox 3.6.3. The "about" display showed that I had Falsh Player 10.0.32.18 installed on my system, so I downloaded 10.0.45.2 and installed it, hoping that would resolve the problem. Nope.
    Presently, going to http://www.adobe.com/software/flash/about/ via either IE of Firefox shows that I have version 10.0.45.2 properly installed. The animation plays fine in both browsers.
    Today a friend of mine graduated from Temple University in Japan, The graduation cerimony was streamed live (3:30 in the morning my time). I could not watch it. That site was http://www.tuj.ac.jp/graduation2010/video.html The hosting site is UStream, specifically http://www.ustream.tv/channel/tuj-2010-graduation I cannot get any videos on UStream to open. All I see is a black rectangle. My friend's mother had no problem wathing the cerimony with Firefox on her laptop.
    Other sites that worked fine recently but no longer ply videos at all on this system are Fox News and NBC News. I have no problem watching Al Jazeera news videos, but their videos post on UTube. I have no problem watching videos on UTube. BBC news videos also run fine, as do videos from many other sites. It makes no difference if I accept or block cookies on the sites that cnnot play the videos. What is different about these sites than the others?
    I have read two related threads here, Problem  with sites not loading Flash... and Flash  videos not working on espn.com in any browser , but neither of them had any relevant help to my problem. Re: Flash videos not working on espn.com in any browser Re: Player won't startThe second thread concerned a problem loading videos from ESPN, giving the site
    http://espn.go.com/video/category?id=3461971 as an example. but I have no problem watching videos on that site or any other videos on ESPN. Instructions given in the first thread said to delete several files from the C:\WINDOWS\system32\Macromed\Flash folder, but I had none of the files lilsted.
    Is there somthing in my Registry that needs to be tweaked? Is there someting that my antivirus program (Bitstream) may have whacked? I really would like to fix this problem.
    Thanks — Tony

    you seem to want to do everything
    you can to work around BitDefender
    I gave you my BitDefender work-around to help you in dealing with others who have a conflict with Flash Player and BitDefender, not because I was trying to make Flash Player conform to BitDefender. When I first wrote in yesterday I did not know BitDefender was the problem. You've indicated that may well be the case. I'm trying to work with BitDefender to fix their program before their next release, and they are trying to work with me. If BitDefender breaks Flash Player, than it should be in Adobe's interest to get BitDefender to stop breaking Flash Player, as well as Microsoft's and Mozilla's if BitDefender breaks their browsers. I'm just caught in the middle.
    The last thing you asked was for me to go to the Flash test sight. You said, "If you don't have the SWF plug-in, this test should tell you." I replied that all I could assertain from the site was that I had version 10.0.45.2 installed — no mention of the SWF plug-in. Did that mean I had the SWF plug-in installed? I don't know.
    You asked —
    If you have the Anti-Virus
    component of Ad-Aware disabled, then why even have it Installedt
    I found Ad-Aware to be an excellent spy-ware blocker. That's what I bought it for back before they added in there own antivirus program. Upgrading to the latest version of Ad-Aware included the antivirus program, whether I wanted it or not. I didn't, so I ticked the check-box to disable it. It seems what were once good programs by themselves now try to be all-encompassing, jack-of-all-trades suites.
    I liked Norton antivirus when Peter Norton was the creative force behind the program, but later iterations created havoc with my systems, so I looked for a replacement antivirus program. BitDefender had a far superior antivirus program to most others on the market when I first bought it. All I wanted in upgrading to its latest version was an improved  antivirus engine, but like Ad-Aware, it has now tried to add in too many features, such as the browser toolbars. I have uninstalled BitDefender several times. The problems it created remained, leaving holes in my Registry where there once were entries, blocking Photoshop's licensing files. You indicated you had worked with other's who had conflicts with Flash Player and BitDefender.
    I'll get that info on BitDefender,
    while you are checking on some of these items.
    That would have been great — really the help I would have used.
    At the end of your previous e-mail you said —
    You have several issues that need
    addressed, so we'll take one at a time.
    We never even got to the first one. The next thing you said was —
    It appears you discount anything I
    suggest or fail to give it a try.
    I don't know what I discounted that you suggested. I thoguht I was doing  everything you asked. I do appreciate your taking the time to work with me on a Sunday.
    Tony

  • My site working fine on chrome in Mobile but not on firefox

    My site http://ccl5<i></i>.com/ working fine on chrome/opera in Mobile but its slider doesn't come up working fine on firefox mobile.
    Can anyone take a look ?

    Its working fine for me.. Firefox 34.0 for Android... Which version you are using? try to update if using older one.. :-)
    cheers..

  • ASA Cannot access https device via Clientless VPN bookmark, site to site works fine

    We've got two offices connected via an IPSEC tunnel.  This site to site VPN works great, we can access our remote devices fine from a PC on either LAN at each office.  The device's address is https://192.168.210.2
    However, if we make a bookmark on the Clientless VPN for that same address the conneciton just times out if it has to go over the site to site VPN. 
    We plugged the exact same web enabled device on the local side of the VPN, put in a bookmark for its https address and it works fine.  Its just remote bookmarks for devices on the other side of the tunnel do not work.
    Looking at the debug log I see the request going out from the source to the destination on port 443 but nothing more.  The NAT exemption etc are all right because people on the LAN have no problem accessing this device remotely with their browser. 
    I haven't been able to adequately describe this problem to find a matching Cisco example, anyone know how to fix this?

    hi luis,
    thank you for your reply. we've checked the smoothwall configuration, but couldn't discover anything which could cause this problem. we even tried replacing the sa520 with a draytek vigor router to set up an lan-to-lan vpn with the smoothwall. with the draytek in place we have no problems accessing the aforementioned servers, so it seems the issue is with the SA520.
    what exactly do you mean by creating an ACL from the remote WAN to our LAN? i assumed you meant creating a firewall rule, allowing traffic from the remote device's public ip to our LAN. however, in that case i need to enter an ip address of a device in our LAN, or else i cannot save this rule. as a test i entered the ip address of my machine as the destination address, but am still unable to access the aforementioned servers.
    here's how i set up the rule:
    from zone: UNSECURE (WAN/optional WAN)
    to zone: LAN
    service: ANY
    action: ALLOW always
    schedule: (not set)
    source hosts: Single address
    from: public ip of one of the aforementioned servers
    source NAT settings > external IP address: WAN interface address (cannot change this setting)
    source NAT settings >WAN interface: dedicated WAN (cannot change this setting)
    destination NAT settings > internal ip address: 192.168.11.123 (ip address of my machine)
    enable port forwarding: unchecked
    translate port number: empty
    external IP address: dedicated WAN

  • Why does my site work fine in IE7, Firefox & Safari but crash in IE 6?

    Hi there,
    I am slowly putting together an iWeb site
    http://www.thegeorgiacollection.co.uk
    If you click on the furniture tab in the menu the page crashes in IE6. But works fine every where else! I don't really want carry on building this site if it wont work in IE6.
    Does anybody have any ideas?
    Thanks in advance
    doug
    MacbookPro   Mac OS X (10.4.6)  

    It might be because of boarders, I.E. 6 is known to crash iWeb sites that have a border with a width of one point or less: see here: http://docs.info.apple.com/article.html?artnum=304349
    To fix this just enlarge the boarder, or to be on the safe side just dump any borders.
    Hope I could help.
    Regards--- jgurbisz

  • I get a dialog box to allow a cookie from Yahoo mail but it does not respond and locks up the entire browser. All other sites work fine.

    The sign in page for yahoo mail wants to set cookies. I get a dialog box that asks to set a second cookie but it is unresponsive, eitehr to check allow or close it. Going to task manage says the site is waiting for input from me but I cannot get the browser to respond in any manner whatsoever.
    All other tabs work fine and the yahoo site can be opened with IE fine.

    Set up to "Ask me every time" in the Privacy elections. I think I found the problem. Looks like there were two dialog boxes, the second right on top of the first so I could not check the first one so it never got the OK and kept waiting for input.
    Seems OK now.

Maybe you are looking for

  • Unable to capture the String[] from a JavaCallOut

    Hi all, I am doing an application in which I need to do a java callout which accepts string and return a String array as output. The java class alone is working fine but when I do the Java Callout and pass the string I am getting *"<con:java-content

  • How to merge data in icloud from different devices into one before restoring?

    I have 2 devices listed on my icloud. Two of them are lost phones.  I want the data from both devices to be on my new iphone. It is easy enough to restore one of them (which I have done) but how do i know restore from the other one?  Is there any sim

  • Transfer data from SQL Server 7.0 to Oracle 7.3.3

    Hi there, We need to transfer some of the data (not whole database) from a SQL Server 7.0 database to an Oracle 7.3.3 database. Are there any tools that we can use? Which tool do you recommend? Thanks in advance. Catherine null

  • WD Abap - Internet Explorer (File:new Window)

    hi folks, is it possible to prevent wd abap applications to get started more than once by one user (using File->New->Window in internext explorer?), because we're encountering a lot of problems by doing that? kind regards oliver

  • Why in my iphone5 iTunes Store was not working?

    In my iphone my iTunes Store was not working. When I want to open that apps in my iphone that was open but only iTunes U and podcast display another thing not working how can I solve this problem?