Hi,
As you may know, we work with Chefkoch on the installer to make all paths customizable.
While testing it, I found something a little issue into the server configuration. Let's assume this case :
<Path name="DATA" value="<COMMON_APPLICATION_DATA>\Team MediaPortal\MP2-Server"/>
<Path name="CONFIG" value="<DATA>-Config"/>
<Path name="LOG" value="<DATA>-Log"/>
<Path name="DATABASE" value="<DATA>\Database"/>
<Path name="PLUGINS" value="<APPLICATION_ROOT>\Plugins"/>
<Path name="APPLICATION_PATH" value="<APPLICATION_ROOT>\MP2-Server.exe"/>
<Path name="REMOTERESOURCES" value="<DATA>-RemoteResources"/>
Physical directories should be in this special case (take very care of the "\" and "-", there are very important) :
C:\Program Data\Team MediaPotral\MP2-Server => this one won't be created because there is no sub directories
C:\Program Data\Team MediaPotral\MP2-Server\Database => never created
C:\Program Data\Team MediaPotral\MP2-Server-Config => created
C:\Program Data\Team MediaPotral\MP2-Server-Config => created
C:\Program Data\Team MediaPotral\MP2-Server-RemoteResources => created
The problem is : as it has no sub directories, "C:\Program Data\Team MediaPotral\MP2-Server" is never created, and the server don't use the "DATABASE" custom path to create the database, but it uses the "DATA" path. And as this DATA directory is not created, then the server can't create the database.
I hope my explains are clear enought
Cheers.
Smeulf.
As you may know, we work with Chefkoch on the installer to make all paths customizable.
While testing it, I found something a little issue into the server configuration. Let's assume this case :
<Path name="DATA" value="<COMMON_APPLICATION_DATA>\Team MediaPortal\MP2-Server"/>
<Path name="CONFIG" value="<DATA>-Config"/>
<Path name="LOG" value="<DATA>-Log"/>
<Path name="DATABASE" value="<DATA>\Database"/>
<Path name="PLUGINS" value="<APPLICATION_ROOT>\Plugins"/>
<Path name="APPLICATION_PATH" value="<APPLICATION_ROOT>\MP2-Server.exe"/>
<Path name="REMOTERESOURCES" value="<DATA>-RemoteResources"/>
Physical directories should be in this special case (take very care of the "\" and "-", there are very important) :
C:\Program Data\Team MediaPotral\MP2-Server => this one won't be created because there is no sub directories
C:\Program Data\Team MediaPotral\MP2-Server\Database => never created
C:\Program Data\Team MediaPotral\MP2-Server-Config => created
C:\Program Data\Team MediaPotral\MP2-Server-Config => created
C:\Program Data\Team MediaPotral\MP2-Server-RemoteResources => created
The problem is : as it has no sub directories, "C:\Program Data\Team MediaPotral\MP2-Server" is never created, and the server don't use the "DATABASE" custom path to create the database, but it uses the "DATA" path. And as this DATA directory is not created, then the server can't create the database.
I hope my explains are clear enought
Cheers.
Smeulf.
France