Why is Portal trying to create files in C:\ when attempting to move content directory?

566
2
09-05-2017 10:33 PM
FraserHand
Occasional Contributor III

Hi,

We are trying to move our content dir, but we can't. During the move Portal tries to create a .dat temp file in the root of c:\, which due to group policy fails. Question is why is it doing this over using say the temp dir?

Please see attached image

Thanks,

Fraser

Tags (2)
2 Replies
JonathanQuinn
Esri Notable Contributor

Where are you moving the content to?  It may be checking permissions against the parent folder.  If you're trying to use C:\content, for example, then it may be trying to check if it can create the content folder on the C:\ drive.  If the content folder already exists, perhaps that has to be accounted for in this check, like check the parent folder if the content folder doesn't already exist.

FraserHand
Occasional Contributor III

Hi,

OK so we got it sorted.

The bit we missed was adding the isConnectionStringEncrypted":false

{"provider":"FileSystem","connectionString":"\\\\somefielserver\\portal\\conent","type":"fileStore","isConnectionStringEncrypted":false}

All went through ok after that JQuinn-esristaff

Ta

Fraser