September 17, 2018 at 9:34 am
First, please tell me if I am on the wrong forum...
My Server is SQL 2016
I process a SSAS database through an SSIS Package (which I fire on schedule from SQL Server Agent but I think we can leave the SQL Agent aside).
I find that I cannot get the exact SSAS failure error message by looking through the SSIS detail report.
The only way I have found to get the error is to run the SSAS processing myself (through SSMS)
Am I missing a trick?
September 24, 2018 at 8:40 am
Not much as far as I know.
We just log a few details we think relevant, that's all.
For the rest, we use the built-in reports
September 24, 2018 at 10:31 am
Eric Mamet - Monday, September 24, 2018 8:40 AMNot much as far as I know.We just log a few details we think relevant, that's all.
For the rest, we use the built-in reports
SSIS can log everything very detail in SSISDB. at link that I send to you in previous post, you can how to set logging for ssis to capture everything and each error that occurred during execute package.
September 24, 2018 at 11:21 am
Hamid-Sadeghian - Monday, September 24, 2018 10:31 AMEric Mamet - Monday, September 24, 2018 8:40 AMNot much as far as I know.We just log a few details we think relevant, that's all.
For the rest, we use the built-in reports
SSIS can log everything very detail in SSISDB. at link that I send to you in previous post, you can how to set logging for ssis to capture everything and each error that occurred during execute package.
Thanks, I'll have a look
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply