powershell_module_workdayapi icon indicating copy to clipboard operation
powershell_module_workdayapi copied to clipboard

Workday Report >500MB breaks import

Open OtterKring opened this issue 5 years ago • 0 comments

Invoke-WorkdayRequest / Get-WorkdayReport break if the report pulled from Workday is bigger than 500MB. According to what I found out about the error this is a limitation of the .Net XML Reader. Maybe the scripts should be changed to use a different xml reader? I will in the meantime try to either find a way to change the code or work aroung the issue.

OtterKring avatar Jul 17 '19 13:07 OtterKring