Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team , While reloading the Session Monitor Apps , am facing the error for the below script . Could you please help me out ."Error: Unexpected character encountered while parsing value: <. Path '', line 0, position 0. "
SCRIPT:SUB monitor_apps_REST_user
LIB CONNECT TO 'monitor_apps_REST_user_condensed';
User:LoaduserDirectory & '\' & userId AS UserId,[name] AS [User Name],userDirectory as [User Directory];SQL SELECT "userId","userDirectory","name"FROM JSON (wrap on) "root";
ENDSUB