-
Rockwell Automation
- Atlanta, Ga
-
20:25
(UTC -05:00) - https://www.linkedin.com/in/curtisrs/
Pinned Loading
-
Get connection string for localhost ...
Get connection string for localhost pbi file 1import subprocess
234def get_msmdsrv() -> list:
5msmdsrv = subprocess.check_output(
-
List Processing Errors with Error De...
List Processing Errors with Error Details 1let error_table =
2AzureDiagnostics
3| where ResourceProvider == 'MICROSOFT.ANALYSISSERVICES'
4| where OperationName == 'Error'
5| where isempty(User_s) == false;
-
Re Encoding Logs
Re Encoding Logs 1AzureDiagnostics
2| where OperationName == "ProgressReportEnd"
3| where EventSubclass_s == 55
4| project-keep Resource, DatabaseName_s, ObjectReference_s, TextData_s, Duration_s, StartTime_t, EndTime_t
5| extend Object_Json = parse_xml(ObjectReference_s)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.