Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Runtime Error 70 in Win7 when attempting to copy files

Status
Not open for further replies.

DonCoyote

Technical User
Jun 10, 2011
5
CA
In Access VBA I am trying to refresh a file periodically from an external database using:
Code:
 FileCopy "W:\srcdir\orders.btr", "C:\tgtdir\orders.btr"
According to Microsoft article 252711, VB or VBA "attempts to invoke the methods of a secure Microft Transaction Server".
In this case, the "server" is a simple PC running Win7Pro.

The recommended solution is to assign the userid launching the application to one of the Roles authorized to invoke themethods of the MTS object. Then "Launch the MTS Explorer".

This is where I get lost. What and where is the "MTS Explorer"?
The rest of the article is arcane, but I may be able to work through it if I can find the explorer.

The full article is in the attachment.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top