Viewing 15 posts - 31 through 45 (of 63 total)
Looks like this was caused by an invalid certificate. No idea what was wrong with it but applying a newly-created certificate worked without issue.
January 18, 2022 at 12:27 pm
Hi Jo.
HTTP works fine and I've configured all my reports, subscriptions, etc. without issue. It's only when trying to enable HTTPS that I hit a problem.
I've also attached a screenshot...
January 14, 2022 at 9:23 am
Did someone modify the SQLAgent service account after the installation of this sqlserver instance ?
Just to verify this, how can I check the membership of the MSSQL$INSTANCENAME group? Can't...
December 6, 2021 at 4:05 pm
Not that I'm aware of. I performed the install and selected the AD account to run the SQL Agent service which is currently the one in use.
December 6, 2021 at 10:57 am
Tim - There's an OnError event handler at the package level but that just does an INSERT into a log table
June 18, 2021 at 7:29 am
Not yet, Phil. I'm gonna collate some data from the [operation_messages] and see if that points me in a direction.
June 17, 2021 at 10:34 am
It shows the "For Loop Container" task.
June 17, 2021 at 10:09 am
The variables in each stack are unique to that stack (they're all named for the stack in which they exist).
June 17, 2021 at 9:57 am
This is failing when the package runs from a SQL Agent job.
I forgot to mention that *most of the time*, it works. We just get this failure occassionally.
June 17, 2021 at 9:55 am
Yeah I've already implemented a workaround in this case but wanted to know for future implementations where this might not be possible.
May 20, 2021 at 3:19 pm
Grrr... Such a simple answer! For some reason I'd set it to 0.
Many thanks.
May 20, 2021 at 8:10 am
Thanks for that. There was a slight issue in that the day portion being returned was 2nd of the month for a date duration of 1 day - because 0...
March 28, 2021 at 5:48 pm
Thanks for the feedback. Yes, the initial restore was greatly slower as the files were initialised but the regular refresh is obviously using pre-existing files so there's no speed improvements...
January 26, 2021 at 4:19 pm
Thanks Grant. Yeah, that's what I thought re: a restoring DB.
I'll see if there are any infrastructure-level options available to us.
Thanks again.
January 26, 2021 at 1:00 pm
Note: I've managed to make this work by changing "pattern2" to:
pattern2 = "[\x22\x27\x2c\x3f\x5c\x5c\x60]"
but I don't know why I need to escape the backslash in the pattern2 value...
August 24, 2020 at 12:05 pm
Viewing 15 posts - 31 through 45 (of 63 total)