- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Thread starter
- Moderator
- #11
My guess is that there is an issue with your different root drive (H: instead C
Please open the H:\ProgramData\Team MediaPortal\MP2-Server\SlimTVCore\Gentle.config in a text editor and change this line:
<DefaultProvider name="SQLite" connectionString="Data Source=C:\ProgramData\Team MediaPortal\MP2-Server\Database\MP2TVE_3.s3db;Pooling=true;FailIfMissing=true;Version=3" />
To
<DefaultProvider name="SQLite" connectionString="Data Source=H:\ProgramData\Team MediaPortal\MP2-Server\Database\MP2TVE_3.s3db;Pooling=true;FailIfMissing=true;Version=3" />
I think this should fix the problem. We need to customize to drive letter during init...
Please open the H:\ProgramData\Team MediaPortal\MP2-Server\SlimTVCore\Gentle.config in a text editor and change this line:
<DefaultProvider name="SQLite" connectionString="Data Source=C:\ProgramData\Team MediaPortal\MP2-Server\Database\MP2TVE_3.s3db;Pooling=true;FailIfMissing=true;Version=3" />
To
<DefaultProvider name="SQLite" connectionString="Data Source=H:\ProgramData\Team MediaPortal\MP2-Server\Database\MP2TVE_3.s3db;Pooling=true;FailIfMissing=true;Version=3" />
I think this should fix the problem. We need to customize to drive letter during init...