I am new to XML coding. we have some builds which use the xml files and i have no idea why its failing.
review_netnew_logs:
[echo] 1) while: 'Executing Merged SQL Files...'
[echo] @line: 38, found: 'Sqlcmd: Error: Microsoft SQL Server Native Client 10.0 : No value given for one or more required parameters..'
[echo] Completed "F:\Build_Results\PreBVT_40\0400_999_Package\PRODPATH\Scripts"\03Code - 11:31:01.44
[echo]
[echo] Net New had porting errors:
[echo] 1) while: 'Executing Merged SQL Files...'
[echo] @line: 38, found: 'Sqlcmd: Error: Microsoft SQL Server Native Client 10.0 : No value given for one or more required parameters..'
[echo] Completed "F:\Build_Results\PreBVT_40\0400_999_Package\PRODPATH\Scripts"\03Code - 11:31:01.44
[echo]
BUILD FAILED
F:\Accurev_Viewstore\SEDA-CI-CODEBASE\SRN_DBArch_Dev\ContinuousIntegration\CI\PreBVT_40\Build.xml:172: The following error occurred while executing this line:
F:\Accurev_Viewstore\SEDA-CI-CODEBASE\SRN_DBArch_Dev\ContinuousIntegration\CI\Common\build-validate.xml:589: The following error occurred while executing this line:
F:\Accurev_Viewstore\SEDA-CI-CODEBASE\SRN_DBArch_Dev\ContinuousIntegration\CI\Common\build-validate.xml:540: The following error occurred while executing this line:
F:\Accurev_Viewstore\SEDA-CI-CODEBASE\SRN_DBArch_Dev\ContinuousIntegration\CI\Common\build-macros.xml:244: DB errors encountered!
I looked into the build-validate.xml file. I tried to search on netnewscriptingtracepath in file but its not mentioned anywhere else except code below.
<check_db_log_for_errors
logfilepath="${netnewscriptingtracepath}"
looptype="Net New"/>
<!--<zip destfile="${workspacepath}\logs_netnew.zip"
basedir="${netnewscriptingtracepath}"
/>
<delete dir="${netnewscriptingtracepath}" failonerror="false"/>-->
</target>
<target name="review_preport_logs">
<check_db_log_for_errors
logfilepath="${preportingscriptingtracepath}"
looptype="Preport"/>