Create GpBank.ldf and GpBank.mdf (for 9.)
After the restart, the databaseSQL.exe is executed. This file is located in the C:\GPM_V7 folder. It often happens that the computer installs Windows updates. In this case, the computer may restart several times. In some cases, this results in the DatbenbankSQL.exe file not being executed.
In addition, the file is only saved for the current user. Therefore, after restarting, log in with the same user you used to start the setup.
Troubleshooting
- Open the folder C:\GPM_V7\ and run the exe again.
- Check whether the folder .\GpData\ one ldf and a GpBank.mdf file.
- If the two files are missing, you can download the files from the .\GpTools\Database_empty_for_Express2014\ to .\GpData
- Make sure that GpBank.ldf and GpBank.mdf are also mounted in the instance. To do this, execute the following command (you may need to adjust the path details).
Start a command prompt as administrator. Press the Windows key and enter them "cmd" in the menu. Then right-click on "Command prompt" and select "Run as administrator" from.
Enter the following at the prompt:sqlcmd -E -S (local)\GEBIOMV7
You should now have connected to the SQL instance. You can recognise this by the fact that "1 >"
Enter the following lines. After each line, confirm the entry with Enter. You may need to adjust the paths in the first line.exec sp_attach_db'GpBank','C:\GPM_V7\GpData\GpBank.mdf','C:\GPM_V7\GpData\GpBank.ldf' go exit
- The database is now integrated and the GP Manager is functional.