Start your server from the command prompt, run the ServerPlatform.exe and cut and paste the output. It would help for me to diagnose the problem.
Also...
- Do not start the ServerPlatform.exe from a shortcut unless your sure it works.
- Try starting the kit with a freshly prepped database and an UNEDITED kit as a test...errors in the .gf files can cause problems like this.
- Ensure DSN names match and your using the MySQL driver. (Has MyODBC been installed? Or Connector/ODBC?)
- Ensure that your MySQL database was created correctly, and has the correct structure. Did you use Dyna2EAW2034 to create your structure?
Try these steps:
Edit the Dyna2EAW2034.sql file and update the names of the database to match the name of the MySQL db you want. (Do NOT use Notepad to do this!). If this is the first time you've created this database remove the line that drops the old one.
Save the edited version of this file in directory C:\MySQL\bin\
Open a commnad prompt box and:
Code:
D:\Servers\SFC2Server2036\SFC2Server\Dyna2Xtras>cd C:\MySQL\bin\
D:\Servers\SFC2Server2036\SFC2Server\Dyna2Xtras>C:
C:\mysql\bin>mysql < Dyna2EAW2034.sql
This will ensure the structure was created correctly.
If all this fails, post again.