Skip to content
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

Add a new XML rowset and Report to import missign MSI/MSP packages #336

Closed
PiJoCoder opened this issue Apr 18, 2024 · 1 comment
Closed
Labels
enhancement sqllogscout consider if related to SQLLogScout wave 4

Comments

@PiJoCoder
Copy link
Contributor

Create a new XML rowset to import missign MSI/MSP packages

$strLenProdN = 65
$strLenVer = 14
$strLenPkgName = 32
$strLenLocalPkg = 50
[void]$strSummaryOutputText.Append("-- Missing installer MSI or MSP packages -- " +  "`n")
[void]$strSummaryOutputText.Append("Product Name".PadRight($strLenProdN) + " " + "Version".PadRight($strLenVer)  + " " + "Package Name".PadRight($strLenPkgName)  + " " + "Expected Installer Cache file".PadRight($strLenLocalPkg) +  "`n")
@PiJoCoder PiJoCoder added enhancement wave 4 sqllogscout consider if related to SQLLogScout labels Apr 18, 2024
@PiJoCoder PiJoCoder changed the title Create a new XML rowset to import missign MSI/MSP packages Create a new XML rowset and Report to import missign MSI/MSP packages Apr 19, 2024
@PiJoCoder
Copy link
Contributor Author

image

image

And the Report itself

image

PiJoCoder added a commit that referenced this issue May 17, 2024
* Add rowset for missing msi/msp files #336

* #336 fixed table name + added Best practices rule

* #336 added a Missing MSI/MSPs report accessible from Main and Best practices

* #336 update to table and report columns

* #336 modified column name to possibly corrupt
@PiJoCoder PiJoCoder changed the title Create a new XML rowset and Report to import missign MSI/MSP packages Add a new XML rowset and Report to import missign MSI/MSP packages Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement sqllogscout consider if related to SQLLogScout wave 4
Projects
None yet
Development

No branches or pull requests

1 participant