You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like when modeling, there is a query looking for the SQL jobs.
The user for my jobs is a domain\name, this breaks the code when parsing on the user info for the job.
ZenPacks / zenoss / Microsoft / Windows / modeler / plugins / zenoss / winrm / WinMSSQL.py
Get SQL Jobs information
jobsquery = "select s.name as jobname, s.job_id as jobid, "
"s.enabled as enabled, s.date_created as datecreated, "
"s.description as description, l.name as username from "
"msdb..sysjobs s left join master.sys.syslogins l on s.owner_sid = l.sid"
The text was updated successfully, but these errors were encountered:
Looks like when modeling, there is a query looking for the SQL jobs.
The user for my jobs is a domain\name, this breaks the code when parsing on the user info for the job.
ZenPacks / zenoss / Microsoft / Windows / modeler / plugins / zenoss / winrm / WinMSSQL.py
Get SQL Jobs information
jobsquery = "select s.name as jobname, s.job_id as jobid, "
"s.enabled as enabled, s.date_created as datecreated, "
"s.description as description, l.name as username from "
"msdb..sysjobs s left join master.sys.syslogins l on s.owner_sid = l.sid"
The text was updated successfully, but these errors were encountered: