• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Application does not work after changing name of database

Explorer ,
Jul 25, 2019 Jul 25, 2019

Copy link to clipboard

Copied

Hello,

  I had a change of Server name to the database, I changed this in the admin portal of cold fusion after that my application home page appears but when I login I cannot get in, it says the following error ,

Can someone please advise what could be wrong ?

HTTP Error 403.18 - Forbidden

The specified request cannot be processed in the application pool that is configured for this resource on the Web server.

Thanks

IQ

Views

793

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jul 29, 2019 Jul 29, 2019

I realize you're simply writing what you observe, but there's simply no connection between changing a CF Admin DSN to point to a new server, and a failure of a page reporting application pool problems. There must be some other explanation for your application error. Are you 100% positive that before you changed the DSN, the exact same URL from the exact same browser had been working? I'd think your application would fail with this error REGARDLESS of the change of the CF Admin DSN name used by t

...

Votes

Translate

Translate
Community Expert ,
Jul 29, 2019 Jul 29, 2019

Copy link to clipboard

Copied

I realize you're simply writing what you observe, but there's simply no connection between changing a CF Admin DSN to point to a new server, and a failure of a page reporting application pool problems. There must be some other explanation for your application error. Are you 100% positive that before you changed the DSN, the exact same URL from the exact same browser had been working? I'd think your application would fail with this error REGARDLESS of the change of the CF Admin DSN name used by that app.

Or here's a possibility: could it be that your application is now failing (because in changing the DSN, you have code still looking for the old DSN), and an error handler (either in CF or in IIS) may be redirecting requests to some new domain or folder, which may be different from the one you started the request on? Look closely to see if that URL is indeed changing.

Let us know what you find (or if you already found and solved this).

(And I would swear I offered this answer in days past, but I see it's not here.)


/Charlie (troubleshooter, carehart.org)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 29, 2019 Jul 29, 2019

Copy link to clipboard

Copied

LATEST

The was a file aplications.cfm which also needed the dsn change.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation