Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Default data connector problem

Status
Not open for further replies.

Marek Belan

Well-Known Member
Messages
105
Solutions
2
Reaction score
9
Points
18
Hi all

maybe after update KB4500571 i have problem with reporting.
All reports loading many minutes.
When i change default data connector to embedded all is OK and fast.

Is there a way how to recreate default connector or i must change this on every report?
 
Are the reports successful with the default datasource? Or do they timeout?
 
Are the reports successful with the default datasource? Or do they timeout?

After long time yes but when I change data source it was in second.

in connection string is something like this
Persist Security Info=False;Initial Catalog=CM_PRI;Data Source=sccmserver;Encrypt=true;TrustServerCertificate=false

when I change it to

Data Source=sccmserver;Initial Catalog=CM_PRI

after some time it revert to this ...
 
I'm sure that you can do it with powershell but that isn't going to solve you problem in the long term. It will come back.
 
I'm sure that you can do it with powershell but that isn't going to solve you problem in the long term. It will come back.


I hope when I create new connector not created by SCCM and change all report to this it wil not change. Or?
 
Everytime the RP gets update all the DS will get reset to the MS one. Again, I strongly recommend that you contact support.
 
Everytime the RP gets update all the DS will get reset to the MS one. Again, I strongly recommend that you contact support.

I resolve this by reinitializing all lreport by
HKEY_Local_Machine\Software\Microsoft\SMS\SRSRP\ change the SRSInitializeState key to 0

all is working now.
 
Status
Not open for further replies.
Back
Top