Viewing 15 posts - 106 through 120 (of 1,632 total)
Thanks GaryV, that step is a step that calls a web service to process each route of each student. and in the web service I know it is truncate tables...
March 3, 2021 at 8:22 pm
The rsExecRole needs to be granted to the user who run the subscription
February 16, 2021 at 8:19 pm
Never mind. Figured out. I found I cannot delete my own post
February 16, 2021 at 7:20 pm
Thanks,
I found out the errors is actually cannot find sqlcmd, please see my top original post.
SQLcmd is in path, but the sql service account which is a domain account got...
December 7, 2020 at 8:12 pm
Thanks,
But the new server uses the same service account as the old server. and the service account does have access to the network drive.
And the same account runs the job...
December 5, 2020 at 4:58 pm
another try I got MSSQLOLEDB.1 instead of SQLOLEDB.1 in the conneciton string.
THanks all
October 28, 2020 at 5:35 pm
Thanks, I tried again, this time I did get MSOLEDBSQL.1; in the connection string.
I wonder how I got SQLOLEDB.1 in early operation, I remember I chose the same one.
Thanks all
October 28, 2020 at 5:34 pm
Thanks. Yes it works. But if I look at the connection string: it is like I posted earlier:
Data Source=myserver;Initial Catalog=Truancy;Provider=SQLOLEDB.1;Integrated Security=SSPI;Application Name=SSIS-2019SSIS-{9CDABED8-B895-4E1F-86F9-1BE15149E31F}mserver.mydb;Auto Translate=False;
It is SQLOLEDB not MSOLEDB.
And microsoft online doc...
October 28, 2020 at 4:55 pm
I did google before I posted and found the page too.
But that is not the answer. Microsoft said those two are deprecated, new development should use the new one. But...
October 28, 2020 at 3:50 am
Thank you, but when I tried to add a connection manager, in the provider list, I don't see there is a MSOLEDSQL. I do see one named microsoft OLEDB provider...
October 27, 2020 at 8:38 pm
Thank you. We have the two situations you mentioned.
First if export then import , when doing import from the Ispac, will that automatically upgraded it to 2019 SSIS?
second, if deploy...
October 23, 2020 at 8:35 pm
Another place I saw similar of this is in a sql script:
select cast(stu.VisibleID as int) as StudentID
,case when r.VisibleRouteID like '[0-9][0-9][0-9][0-9]-T%' then trex.OriginPointID
when r.VisibleRouteID like '[0-9][0-9][0-9][0-9]-I%' then trex.OriginPointID
when r.VisibleRouteID like...
October 7, 2020 at 12:25 am
Thank you, just saw that too. I did unintall CU7, and apply CU6. For now I think we are fine.
We will have to find another maitenance time for next CU8...
October 7, 2020 at 12:19 am
Thanks for the article.
Question, 1. how can you know the applilcation is using kerberos? In my environment, I always use domain account instead of local system account for the SQL...
October 5, 2020 at 3:43 pm
This is more context of the script code:
Public Overrides Sub PreExecute()
'Sample valid value:
'Eff 20070905 Rev 00
'Pattern should match Route Number in VisibleRouteID string, allowing for a few minor formatting errors...
September 29, 2020 at 3:27 am
Viewing 15 posts - 106 through 120 (of 1,632 total)