Viewing 15 posts - 16 through 30 (of 57 total)
I haven't tested this but maybe it requires one of the SSIS permission roles? I think this is the relevant documentation https://learn.microsoft.com/en-us/sql/integration-services/security/integration-services-roles-ssis-service?view=sql-server-ver15
As I said not tested and...
May 9, 2023 at 11:26 am
Hi Alex. I hadn't tried it but I just have without success 🙁
April 27, 2023 at 1:57 pm
This may be a niche issue but the resolution (after logging with Microsoft) was as follows:
October 13, 2022 at 8:51 am
Yes I am an administrator on the server and the disk is not compressed.
Further investigation with Process Monitor is pointing to whichever system process is creating the "Watson_1" folder at:
C:\Program...
August 2, 2022 at 12:38 pm
Solved it! Typical, just after posting the question :-/
Need to remove "ORDER BY" from the COUNT(*) window function. Corrected line is:
COUNT(*) OVER(PARTITION BY...
July 13, 2022 at 9:08 am
Found a workaround. The package has an "overall success" variable, which is just a combination of all the individual success variables. Consequently I'm now stepping through the Expression of this...
February 9, 2022 at 3:23 pm
Thanks kaj; that did it.
Wasn't needed in "native" C# but clearly was in the Script Task.
February 9, 2022 at 3:01 pm
Dts.Variables[string] is just an array where the string represents the variable's name. Iterating through an array should not be a big deal.
I have variables:
table1_Success, table2_Success, etc.
So all I want is...
February 7, 2022 at 10:49 am
Nice idea. However I use the result of the boolean variable in "Expression and constraint" connections so I'd still need that variable.
It seems strange that there isn't a way to...
February 7, 2022 at 10:21 am
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
Viewing 15 posts - 16 through 30 (of 57 total)