-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple DSC PullServer services on one Server #389
Comments
Hi, i think i solved it. Creating separate WebAppPools solved the issue. The DSCPullServer configuration used the same pool for both services and seems like there is conflict. Option can be to add WebAppPoolName variable in xDscWebService resource. |
This issue will be "fixed" when issue #463 has been addressed by a PR. |
This is in fact not an issue because the current implementation in |
@tmeckel are you saying this was never an issue, or that it's been resolved since the original post? |
@mhendric My statement referred to my original post where I felt that the current implementation of the firewall rules would have a problem with multiple pull server instances. But this is not the case. That's why I left my original statement in there for a complete reference but used strikethrough characters. |
Ok. I was trying to figure out if it was being suggested to close the Issue as a whole. Sounds like that's not the case. |
Since #463 may be the solution i’m fine to close it. |
@mhendric as I already said to @PlagueHO in #463 I can provide a PR for specifying an "externally created" AppPool typically with the |
Works for me. Closing as a duplicate of #463. Thanks! |
Hi,
i have one Server where i have two DSCPullServices configured. I have two nodes registered to those two services. Registration of Nodes is working fine.
Here DSC Pull server config:
I found that both services are working fine in case of only one node is registered to any of the service.
But when i register second node against the other service and when i call Update-DscConfiguration -wait -Verbose then i got error:.
Pull is always working only for the service where first node has been registered as first (doesn't matter which service has been used as first). The service where next node has been registered is not able to provide pull configurations.
Is there special requirements in case of i want to have multiple DSCPullServices one one server?
Additionally i found this EventLog error on the failing service:
Unable to retrieve Dsc Agent Information with AgentID = C6CCA06A-DFE1-11E7-80DD-005056A77DD0. The underlying error is : Unable to retrieve Agent Id C6CCA06A-DFE1-11E7-80DD-005056A77DD0 from the database. The underlying error is "Object reference not set to an instance of an object.".
But as i said, registration reported no errors.
The text was updated successfully, but these errors were encountered: