Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 5e7e546

Browse files
fixes MicrosoftDocs/sql-docs/issues/6372 -- typo
1 parent 0a47360 commit 5e7e546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tools/ssbdiagnose/ssbdiagnose-utility-service-broker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ WHERE database_id = DB_ID();
267267
- Get a report of any errors that occur in a set of [!INCLUDE[ssSB](../../includes/sssb-md.md)] conversation elements.
268268

269269
## Configuration Reporting
270-
To correctly analyze the configuration used by a conversation, run a **ssbdiagnose** configuration report that uses the same options that are used by the conversation. If you specify a lower level of options for **ssbdiagnose** than are used by the conversation, **ssbdiagnose** might not report conditions that are required by the conversation. If you specify a higher level of options for **ssbdiagnose**, it might report items that are not required by the conversation. For example, a conversation between two services in the same database can be run with ENCPRYPTION OFF. If you run **ssbdiagnose** to validate the configuration between the two services, but use the default ENCRYPTION ON setting, **ssbdiagnose** reports that the database is missing a master key. A master key is not required for the conversation.
270+
To correctly analyze the configuration used by a conversation, run a **ssbdiagnose** configuration report that uses the same options that are used by the conversation. If you specify a lower level of options for **ssbdiagnose** than are used by the conversation, **ssbdiagnose** might not report conditions that are required by the conversation. If you specify a higher level of options for **ssbdiagnose**, it might report items that are not required by the conversation. For example, a conversation between two services in the same database can be run with ENCRYPTION OFF. If you run **ssbdiagnose** to validate the configuration between the two services, but use the default ENCRYPTION ON setting, **ssbdiagnose** reports that the database is missing a master key. A master key is not required for the conversation.
271271

272272
The **ssbdiagnose** configuration report analyzes only one [!INCLUDE[ssSB](../../includes/sssb-md.md)] service or a single pair of services every time it is run. To report on multiple pairs of [!INCLUDE[ssSB](../../includes/sssb-md.md)] services, build a .cmd command file that calls **ssbdiagnose** multiple times.
273273

0 commit comments

Comments
 (0)