Azure_DevOps_Server_2019/ReIndexFiles.ps1
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 35/100
Research direction
Start with Azure_DevOps_Server_2019/ReIndexFiles.ps1 at line 67 and inspect the SQL input used by Invoke-Sqlcmd. Compare that call with the listed Search.prc_MergeFileLevelFailures signature, including @maxFailureThreshold. Done means the script supplies the required procedure inputs and no longer reports the missing-parameter error when rerun.
Written by the indexing model from the issue text.
Description
Has somebody already ran this script ;)
Invoke-Sqlcmd : Procedure or function 'prc_MergeFileLevelFailures' expects parameter '@maxFailureThreshold', which was not supplied.
At C:\Code-Search\Azure_DevOps_Server_2019\ReIndexFiles.ps1:67 char:21
+ ... ryResults = Invoke-Sqlcmd -InputFile $SqlFullPath -serverInstance $SQ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Invoke-Sqlcmd], SqlPowerShellSqlExecutionException
+ FullyQualifiedErrorId : SqlError,Microsoft.SqlServer.Management.PowerShell.GetScriptCommand
prc_MergeFileLevelFailures parameters:
-- Hash: 66F9F9467AC87713D89D5AB3A184B27B3A12FB6D
ALTER PROCEDURE [Search].[prc_MergeFileLevelFailures]
(
@partitionId INT,
@indexingUnitId INT,
@fileLevelFailureRecords Search.typ_FileFailureRecord READONLY,
@maxFailureThreshold INT
)
- Dominant language
- PowerShell
- Stars
- 57
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/Code-Search
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
microsoft/Code-Search#122 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
microsoft/Code-Search#98 · 2 comments · 2 reactions ·
-
Difficulty 1/5 Under an hour Newbie friendliness 15/100
microsoft/Code-Search#97 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
microsoft/Code-Search#96 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 30/100
microsoft/Code-Search#95 · 1 comment ·
All issues in microsoft/Code-Search
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
-
[BUG]: "Clear All" in Settings doesn't clear the saved analysis, old data comes back after reload Openbug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
AOSSIE-Org/OrgExplorer#253 · 1 comment ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
needs triage receiver/oracledb
Difficulty 2/5 1-2 days Newbie friendliness 84/100
open-telemetry/opentelemetry-collector-contrib#51400 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100