-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XS✔ ◾ Migrated rule - Do you check that "Report Server Configuration …
…Manager" is all green ticks? (#7561) * created new rule * Auto-fix Markdown files --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
cf6fe07
commit 7ba8819
Showing
5 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+144 KB
...k-that-rs-configuration-manager-is-all-green-ticks/RsConfigAllGreen-updated.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+25.2 KB
rules/check-that-rs-configuration-manager-is-all-green-ticks/RsConfigAllGreen.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+25 KB
rules/check-that-rs-configuration-manager-is-all-green-ticks/RsConfigRed.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions
33
rules/check-that-rs-configuration-manager-is-all-green-ticks/rule.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
type: rule | ||
archivedreason: Reporting Services does not show green ticks anymore | ||
title: Do you check that "Report Server Configuration Manager" is all green ticks? | ||
guid: 2e80090e-3831-4dba-8c10-7bd49a02871a | ||
uri: check-that-rs-configuration-manager-is-all-green-ticks | ||
created: 2023-12-11T13:38:33.0000000Z | ||
authors: | ||
- title: Jeoffrey Fischer | ||
url: https://ssw.com.au/people/jeoffrey-fischer | ||
related: | ||
- customization-do-you-know-which-version-of-sql-reporting-services-and-visual-studio-you-are-using | ||
redirects: [] | ||
|
||
--- | ||
|
||
<!--endintro--> | ||
|
||
To ensure your Reporting Services is running in a healthy state, you need to check if you have all the green ticks in your "Report Server Configuration Manager". | ||
|
||
::: bad | ||
![Figure: Bad example - Reporting Services is not running in a healthy state](RsConfigRed.gif) | ||
::: | ||
|
||
::: good | ||
![Figure: Good example - Reporting Services is configured correctly (on previous versions)](RsConfigAllGreen.gif) | ||
::: | ||
|
||
::: good | ||
![Figure: Good example - Nowadays, Reporting Services does not show green ticks anymore](RsConfigAllGreen-updated.png) | ||
::: | ||
|
||
Note: "Report Server Configuration Manager" is only available in SQL Server 2005. |