Hi,
I've got an issue with a DataDeploy config file, and I can reproduce it easily. So I'm wondering whether it is a bug, or if I am doing something wrong.
If I set a substitution parameter to null (as in '') then I get an error in the log files. The deployment still succeeds, but there is the error in the log.
Now I don't mind so much as it succeeds, but the system admins have some scripts running that monitor for any "error" in the log files so it needs to be cleaned up.
Here is the snippet of the config file (simplified of course):
[html]
[/html]
There are more columns in the table, but they are not necessary for this.
I call the deployment as per normal, except I set the $div = ''. As follows :
-k div=""
And the snippet of the log file is as follows :
DBD: **WARN**
ubstituteParameters 104 Replacing undefined parameter $div with empty string
DBD: **ERROR**:com.interwoven.dd100.dd.TColumnCfg 103 Value type not specified for [DIV].
DBD: ERROR:Invalid column element. name-from-field not allowed.
As I said, the deployment is successful, but there are those errors in the logs which I need to get rid of.
I've tried setting $div to be a space but unless it is an actual character it logs the same error.
Any ideas?
Thanks,
Jeremy