Quantcast
Channel: XML, System.Xml, MSXML and XmlLite forum
Viewing all articles
Browse latest Browse all 935

No value given for one or more required parameters..'

$
0
0

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.

  <target name="review_netnew_logs">

    <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"/>



Viewing all articles
Browse latest Browse all 935

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>