NewObject Error: 200 on new workstation

SOLVED

I have a script that has been running for years to verify login credentials in Sage. I just setup a new workstation and am getting the following error when running this script.

Error: <NewObject Error: 200>

Below is the code leading up to this. It's erroring on the last line.

Set oScript = CreateObject("ProvideX.Script")
oScript.Init("\\10.0.0.206\Sage\MAS90\Home")
Set oSS = oScript.NewObject("SY_Session")

Does anyone have any idea what could be causing this?