I am running the newest version of TSPlus on a remote server. I would like to develop an application that would export invoices from a TSPlus session into QuickBooks that is located on the local client computer. For that to work the TSPlus session would have to be able to communicate with the local client network in order to find the QuickBooks database.
My feeling is that the TSPlus session cannot communicate directly with the local client network, but I though I would check before I eliminate the possibility.
Rick
communicate with QuickBooks on local computer
-
- Posts: 17
- Joined: Fri Jun 13, 2014 1:09 pm
Re: communicate with QuickBooks on local computer
Hello,
Yes it is possible by creating a virtual hard drive which is redirected to a specific folder on client side.
Follow this procedure : tsplus.net/support/kb/faq.php?id=25
and in the generated script type in subst Y: C:\Users\%USERNAME%\your quickbook folder
Doing so your user will be able to have access to this drive letter Y:, which will be pointing to their exclusive profile folder. Of course this is only an example.
If you would prefer to redirect their local "My documents" folder or any other specific folder then type in :
subst Y: \\tsclient\c\Users\%USERNAME%\Documents
Regards,
TSplus support team
Yes it is possible by creating a virtual hard drive which is redirected to a specific folder on client side.
Follow this procedure : tsplus.net/support/kb/faq.php?id=25
and in the generated script type in subst Y: C:\Users\%USERNAME%\your quickbook folder
Doing so your user will be able to have access to this drive letter Y:, which will be pointing to their exclusive profile folder. Of course this is only an example.
If you would prefer to redirect their local "My documents" folder or any other specific folder then type in :
subst Y: \\tsclient\c\Users\%USERNAME%\Documents
Regards,
TSplus support team
Olivier
TSplus support team administrator

TSplus support team administrator

-
- Posts: 17
- Joined: Fri Jun 13, 2014 1:09 pm
Re: communicate with QuickBooks on local computer
Thanks for the info, but I am having a problem connecting. Can you help me with a specific example?
My computer OS = Win 8.1
My computer name: COMP1
Shared folder (Everyone): CompanyData
connected to computer name: Server2014
TSPlus computer OS = Win Server Essentials 2012
Logged in as: ADMIN
I open an elevated command prompt, but what to I need to enter for the "subst" or "net use" command to connect to \\COMP1\CompanyData.
I tried "net use Y: \\COMP1\CompanyData, but "file not found"
With "net use Y: \\tsclient\c\users\<user name>\CompanyData" I get Error 87 "the parameter is incorrect"
Regards,
Rick
My computer OS = Win 8.1
My computer name: COMP1
Shared folder (Everyone): CompanyData
connected to computer name: Server2014
TSPlus computer OS = Win Server Essentials 2012
Logged in as: ADMIN
I open an elevated command prompt, but what to I need to enter for the "subst" or "net use" command to connect to \\COMP1\CompanyData.
I tried "net use Y: \\COMP1\CompanyData, but "file not found"
With "net use Y: \\tsclient\c\users\<user name>\CompanyData" I get Error 87 "the parameter is incorrect"
Regards,
Rick
Re: communicate with QuickBooks on local computer
Hello,
The correct syntax is Y: \\tsclient\c\users\%USERNAME%\CompanyData without quote since there is no blank space in the path.
If you are using a netuse command, make sure your users have correct right access to this shared folder.
The correct syntax is Y: \\tsclient\c\users\%USERNAME%\CompanyData without quote since there is no blank space in the path.
If you are using a netuse command, make sure your users have correct right access to this shared folder.
Olivier
TSplus support team administrator

TSplus support team administrator

-
- Posts: 17
- Joined: Fri Jun 13, 2014 1:09 pm
Re: communicate with QuickBooks on local computer
I still get the "path not found" error. I have shared the folder that I want to connect to from the TS server with EVERYONE and given Read permission.
Does it matter if I am connecting using an HTML5 client?
Does it matter if I am connecting using an HTML5 client?
Re: communicate with QuickBooks on local computer
Hello,
I forgot to mention that this method is not supported by the HTML5 webclient. Any other connection method will be OK.
I forgot to mention that this method is not supported by the HTML5 webclient. Any other connection method will be OK.
Olivier
TSplus support team administrator

TSplus support team administrator
