We recently setup a management point in the dmz .Already have boundary groups and added it to forrest discovery (Took a a few ports to open that up so it would work) , and have firewall rules setup to allow our inside primary site to interact with the management point in the dmz
THe management point in the dmz got setup to talk to sql using the insidedomain\service_account that has rights to the sql database. In looking at the mpcontrol.log I see several errors.
Call to HttpSendRequestSync failed for port 80 with status code 500, text: Internal Server Error
Http test request failed, status code is 500, 'Internal Server Error'. SMS_MP_CONTROL_MANAGER 11/5/2013 2:26:43 PM 2068 (0x0814)
and also
*** [28000][18452][Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. SMS_MP_CONTROL_MANAGER 11/5/2013 2:26:54 PM 2068 (0x0814)
*** [28000][18452][Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. SMS_MP_CONTROL_MANAGER 11/5/2013 2:26:54 PM 2068 (0x0814)
*** Failed to connect to the SQL Server, connection type: MP_CONTROL_ACCESS. SMS_MP_CONTROL_MANAGER 11/5/2013 2:26:54 PM 2068 (0x0814)
Failed to get connection to the configured SQL database. SMS_MP_CONTROL_MANAGER 11/5/2013 2:26:54 PM 2068 (0x0814)
Failed to connect to the configured SQL database. SMS_MP_CONTROL_MANAGER 11/5/2013 2:26:54 PM 2068 (0x0814)
Failed to get the current CLR Enabled configuration setting for the configured SQL Server hosting the database. SMS_MP_CONTROL_MANAGER 11/5/2013 2:26:54 PM 2068 (0x0814)
We do not have a sccm client on this system yet so i know the health evaluation scheduled task isn't an issue (no client installed).
We've gotten TCP port 1433 and 1443 open to the sql box so that the management point in the dmz can talk to the sql server. Also have other ports for the site server on the inside to talk to the MP in the dmz.
Has anyone seen this before or have any tips that might help with setting up a MP in a dmz that is untrusted.