Starship / SQL question. Today marked the end of several days of troubleshooting an extreme system slowdown on v2015 Premium that happened daily at 11:15am that required a daily reboot of the server (which has both App Server and SQL, as well as many 3rd party apps, and some IT mgmt tools). Not a Sage issue. I worked with IT to do all kinds of troubleshooting and in the process Sage and the system run much spiffier, much more stable, and shored up several other IT and Sage issues along the way. However none of that good news resolved the daily 11:15am saga until today.
Below I have purposely transposed the the back-slashes to forward slashes b/c the double backslash does not appear:
In SQL for the Starship database:
DB Name = Starship, Logical Name = SSParcel, physical file name = D:/MSSQL/Data/Starship.mdf
*** For the Starship Transaction Log:
Logical Name = SSParcel_log, **physical file name = E:/MSSQL/Data//Starship.LDF**
Correcting the Trans Log physical file name to use a \ (single backslash) fixed the 11:15 issue. I guess it was trying to write to the Trans Log LDF file but could not and it locked-up the server in a bad way. Surprisingly it never showed an error (not in any log file I looked at) and the Profiler traces I took didn't capture this.
_Has anyone else seen this with SQL version of Starship?_ Just trying to figure out if this is how Starship normally gets installed OR somebody changed it to be like this.