On Terminal Server 2008, MAS throws an error when opening vbscripts from MAS 100 Advanced 4.40. Unable to set MS Script object properties error #88 invalid/unknown property name This error condition occurs for a normal user (Joe), but no error is encountered when the script runs from MAS for an Admin The test script runs fine outside of MAS, when logged in as normal user (Joe) to both Terminal Server (TS) and MAS TS login MAS login Result Admin Admin Script Opens Folder Admin Joe Script Opens Folder Joe Admin Error Joe Joe Error Joe Can run the script outside of MAS and it works To be clear, this is not a MAS problem per se. I created a test application to call the script, and it fails for the normal user as well, but this issue does prevent my users from using MAS as they need to (the primary purpose for the terminal server login), so I am asking this community for help. A msgbox in line one of the script does not get to execute, so I believe it is the call itself that is failing. Tried so far: Reinstalled MAS client in term serv installer mode UAC is off Runas Administrator (and modified compatibility) gpedit.msc Administrative Templates \ Windows Components \ Windows Explorer Turn off shell protocol protected mode set to Enabled http://friendfeed.com/mas90/3478c4bc/unable-to-run-script-error moved the script location and tried calling it by drive map and To me, this 'smells' like a policy is limiting an application's permissions to call a script, but so far I have not been able to find that policy. Please help. Thank you kindly. Bruce Walters Addendum ==================================================== Here is the 'Info' from the error messagebox User... KS-MAS440 Date... 4/21/2014 Time... 09:04:36 Unable to set MS Script object properties. [Error #88: Invalid/unknown property name] 1 : ' 2 : ' Sage MAS 200 Extended Enterprise Suite system variables 3 : ' 4 : MAS_SCR_CMP = "KLI" 5 : MAS_SCR_USR = "Joe" 6 : MAS_SCR_MOD = "A/R" 7 : MAS_SCR_DTE = "20140421" 8 : MAS_SCR_HWD = "C:\Shares\Apps\Sage440\MAS90\home" 9 : MAS_SCR_LWD = "C:\Shares\Apps\Sage440\MAS90\links" 10 : MAS_SCR_LIB = "C:\Shares\Apps\Sage440\MAS90\AR\ar_customer.m4l" 11 : MAS_SCR_PNL = "dMain" 12 : MAS_SCR_OBJ = "BT_LINK_6" 13 : MAS_SCR_MSG = "" 14 : MAS_SCR_PFM = "" 15 : MAS_SCR_CS = 1 16 : MAS_SCR_DBG = 0 17 : MAS_SCR_ERR = 0 18 : ' 19 : ' form variables passed in by Customizer 20 : ' 21 : AR_Customer_bus_CustomerName = "Tansformed Auto Body LLC" 22 : AR_Customer_bus_CustomerNo = "0000005" 23 : ' 24 : ' language : VBScript 25 : ' file name : \\ks-mas440\apps\buttonscripts\ar_customer_openfolder.vbs 26 : ' script begin
↧