Smart Grid Applications Overview > Smart Operations Solution > SOS Configuration Overview > Network Adapter > Troubleshooting Network Adapter > Troubleshooting: Start SynerGEE button doesn't launch application |
Version: 10.1 |
Even if the export using Network Adapter/Electric Solver has succeeded, SynerGEE may still fail to start. This failure is due to the SynerGEE start-up script being unable to execute. Correct this issue by modifying the SynerGEE start-up script.
Close SynerGEE.
Browse to Startup.sfr. It is installed in the Macros folder in the SynerGEE installation directory. For example: D:\Program Files\Stoner Software\SynerGEE Electric 3.6\Macros\Startup.srf.
First make a copy of this file and save it as a backup.
Open Startup.srf. You may use a text viewer such as Notepad.
Remove or comment out the text in red below.
Recipe Startup 'Create Data Source Alias for sample database DIO_01, Access Database (Sample Model), model, access, E:\Program Files\Stoner Software\SynerGEE Electric 3.6\Sample Data\SampleModel.mdb DIO_01, Access Database (Sample Warehouse), equipment, access, E:\Program Files\Stoner Software\SynerGEE Electric 3.6\Sample Data\SampleEquipment.mdb 'Load feeders DIO_04, Access Database (Sample Model) 'Load equipment DIO_06, Access Database (Sample Warehouse) 'Load protection data DIO_08 'Play sound GEN_03, E:\Program Files\Stoner Software\SynerGEE Electric 3.6\Startup.wav End Recipe
After deleting (or commenting out) the appropriate parts, the script will look like this:
Recipe Startup 'Create Data Source Alias for sample database DIO_01, Access Database (Sample Model), model, access, E:\Program Files\Stoner Software\SynerGEE Electric 3.6\Sample Data\SampleModel.mdb DIO_01, Access Database (Sample Warehouse), equipment, access, E:\Program Files\Stoner Software\SynerGEE Electric 3.6\Sample Data\SampleEquipment.mdb End Recipe
Save and close Startup.srf.
Refer to the SynerGEE documentation for more information about the start-up script.