A customer needs to bring in a sales order from a SQLdatabase in Sage 2013 using the BOI. The SQL server is separate from the MAS server, both in our data center environment. We believe permissions are OK. Our code is doing: PathHome = "\\machinename\c$\Sage\Sage 100 Standard ERP\MAS90\Home" Set oScript = CreateObject ("ProvideX.Script") -- The code fails here oScript.Init(PathHome) Any ideas? Do we need to map the drive or use an IP address?
↧