"Build Parameter Sets" error when parameter or Data Source contains trailing spaces
Bryan Baca
started a topic
over 6 years ago
Issue
A Data Source is used to supply parameter values in a Burst or XDC. The parameter name does not contain a trailing space. The data source column name does contain a trailing space. Or, the parameter name contains a trailing space while the data source column does not.
Example:
Parameter Name = "Enter values for State:"
Data Source Column Name: "Enter values for State: "
The following error occurs on "Build Parameter Sets" in this scenario:
Error ==> Error while generating parameters :: Did not find a match for "Enter values for State:"
Expected Result:
InfoBurst accommodates for the data source trailing space and correctly matches the column name with the parameter name.
Bryan Baca
Issue
A Data Source is used to supply parameter values in a Burst or XDC. The parameter name does not contain a trailing space. The data source column name does contain a trailing space. Or, the parameter name contains a trailing space while the data source column does not.
Example:
Parameter Name = "Enter values for State:"
Data Source Column Name: "Enter values for State: "
The following error occurs on "Build Parameter Sets" in this scenario:
Error ==> Error while generating parameters :: Did not find a match for "Enter values for State:"
Expected Result:
InfoBurst accommodates for the data source trailing space and correctly matches the column name with the parameter name.
This issue is under investigation.
IBE-4903