A.2 Unix & Linux Troubleshooting

I cannot connect to my Oracle or Sybase database.
In the odbc.ini file (located in the Chili!Soft ASP installation directory) make sure that the ServerName parameter for your Data Source Name (DSN) is set to point at the server that contains the Client software for your database and not at the database server itself.
I cannot compile my Apache web server with Chili!Soft ASP.
Only certain versions of the Apache Web server are supported by Chili!Soft ASP. Make sure that you are using a version of Apache that is listed on the Chili!Soft Web site download page.
I keep getting a "Permission Denied" error when I use the FileSystemObject.
First, make sure that the user account that Chili!Soft ASP is running under has permission to open the file. Next, check the setting of the EnableParentPaths registry setting. If EnableParentPaths is set to False, your scripts are only allowed to access file in or beneath the directory that defines the ASP application for which you are calling the FileSystemObject.
Chili!Soft ASP immediately hangs whenever I try to access an ASP page.
Check to see if you are running Chili!Soft ASP on a file system that does not support file locking, such as NFS or AFS. If you are, then you need to do the following. Open the file mwsetup.sh in the Chili!Soft ASP installation directory with a text editor. Add the following lines:
MWNO_FILE_LOCKING=1
export MWNO_FILE_LOCKING
Save the file and restart Chili!Soft ASP.
Copyright © 2000 Chili!Soft
|