When building an InstallShield project, the following error may occur:
Error -6264: A record in the [1] table is using string ID [2] for column [3] but this string is blank and the column is not nullable.
[1] is a placeholder that contains the name of the table, [2] contains the specific string ID, and [3] contains the specific column generating this error.