Back up - 'Error occurred while trying to connect to the
Posted: 12 Jan 2015, 12:08
Back up - 'Error occurred while trying to connect to the Sage Data Service'
This is resolved by changing sage to use a UNC path rather than a mapped drive letter.
To do this edit the company file with Notepad (do not use anything else)
The company file is a file called just company with no file extension, when you try to open it windows will prompt you with a choice of applications to use, only use notepad to edit it.
The company file is typically located at C:\ProgramData\Sage\Accounts\2015\
ProgramData is a hidden folder so you need to enable visibility in windows explorer
To find out what a drive letter unc path is open a command prompt and type "net use"
Edit the company file
Mine had
so I changed it to
I hope this helps you all.
This is resolved by changing sage to use a UNC path rather than a mapped drive letter.
To do this edit the company file with Notepad (do not use anything else)
The company file is a file called just company with no file extension, when you try to open it windows will prompt you with a choice of applications to use, only use notepad to edit it.
The company file is typically located at C:\ProgramData\Sage\Accounts\2015\
ProgramData is a hidden folder so you need to enable visibility in windows explorer
To find out what a drive letter unc path is open a command prompt and type "net use"
Code: Select all
C:\Users\bruce>net use
New connections will be remembered.
Status Local Remote Network
-------------------------------------------------------------------------------
OK S: \\fileserver\Sage Microsoft Windows Network
The command completed successfully.
Mine had
Code: Select all
S:\AccountsData\2015
Code: Select all
\\fileserver\Sage\AccountsData\2015