The company that I'm updating a website for just moved the site to their server within the store. It's an ecommerce site that uses ASP. Now, when someone tries to access a product (through the site) it gives this error message:

Number : -2147467259

Page : /cart/scripts/prodList.asp

Desc : 'f:\wwwroot\debonaireyes\_private\deinv02192004compsol.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.


Does anyone have any clue what the problem is? Thank you for the help.

Recommended Answers

All 3 Replies

It may be DSN(Data Source Name) Problem, you have to define the path in DSN, Please check it.

The company that I'm updating a website for just moved the site to their server within the store. It's an ecommerce site that uses ASP. Now, when someone tries to access a product (through the site) it gives this error message:

Number : -2147467259

Page : /cart/scripts/prodList.asp

Desc : 'f:\wwwroot\debonaireyes\_private\deinv02192004compsol.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.


Does anyone have any clue what the problem is? Thank you for the help.

From the message you got, it looks like the database originally resided on a machine that your server accessed as "f:". It is probably not true anymore. Either change the mapping or change the code so that the server is looking for the database in the right place.

Hoppy

Member Avatar for fatihpiristine

ask the provider the full path of your website and replace it present one.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.