Click to See Complete Forum and Search --> : URGENT: Rename directory in UD4 Results in Errors???


kwilliams
09-23-2003, 02:17 PM
Hello,

First, the quickfacts: This application was developed with ASP, JavaScript, SQL Server 2k, Win 2k

I simply want to rename a directory folder from the name "Releases" to "MyAccess"on my Intranet site, but every time I do this in Macromedia UltraDev 4, the page's give me errors saying that the recordsets are empty (BOF or EOF). I've tried several ways of doing this, including:

1) Renaming the folder in UD4 or IE directly, and
2) Copying the entire folder in UD4 or IE, and renaming the new version

...but I get the same results. When I first make a copy of the "Releases" folder to be "Copy of Releases", it works fine. But as soon as I rename it to anything else, the pages stop working. Can someone tell me what I'm doing wrong? Is there something else that I can do? Thanks for any input and/or help.

KWilliams

Ribeyed
09-23-2003, 05:27 PM
Hi,
my thinking is that its a permissions problem. Copy the same folder will retian the same atributes and permissions, but renaming will not have the same permissions. You my have to allow read/write permissions to the renamed folder.

Hope this helps

kwilliams
09-24-2003, 08:45 AM
Hi Ribeyed,

Thanks for the quick response. I checked the permissions for both folders, and they're set properly (i.e. Reed/Write). Any other suggestions would be greatly appreciated. Thanks.

KWilliams

Ribeyed
09-24-2003, 11:27 AM
hi,
did you check that user IUSR_YOURSERVERNAME has permissions to the new folder?