When i select Restore SQL database from Hosting Space Files and expand the root folder. I get this error message:
Error: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ArgumentNullException: Value cannot be null. Parameter name: path1 at System.IO.Path.Combine(String path1, String path2) at SolidCP.EnterpriseServer.FilesController.GetFiles(Int32 packageId, String path, Boolean includeFiles) at SolidCP.EnterpriseServer.esFiles.GetFiles(Int32 packageId, String path, Boolean includeFiles) --- End of inner exception stack trace ---
I've already tried to create the path/files in %SYSTEMROOT%HostingSpaces but i'm unable to fix it.
Can anyone point my in the right direction?
Hello,
It sounds like a permissions issue.
are you selecting the root folder as serveradmin, or as a user?
Regards,
Marco
serveradmin. I haven't tried it as user.
I didn't know there would be a different.
I did look at the NTFS directory permissions and even tried that with everyone.
And manually creating the directories. But i'm unsure to where the root folder it exactly pointing to.
Alright,
If i am correct the root folder would be the path configured in the Configuration --> System --> Backup & Restore area.
Ah right. I did not know that.
Found out that the default directory there is : C:Hostingbackup
That directory didn't exist. So i created it. Unfortunately still the same error.