I have a BOI (VB dotNet) app that worked on 4.50 SQL, that is now failing to create the session object on Sage 100 2014 premium.
oSOOrder = oScript.NewObject(""SO_SalesOrder_bus"", oSS)
generates error: Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION)
Allow external access is on, sota.ini and pvx.ini all look correct, and app is running on the server.
Any ideas?