Consider the following rules and guidelines for parameterization:
•You cannot use a parameter file to parameterize the database name.
•When you use a parameter file to parameterize the table name, specify only the table name in the parameter value. Do not specify the database name with the table name in the parameter value. For example, <databasename>.<tablename> or <databasename>/<tablename>.
•When you parameterize the source or target connection in a mapping and you do not specify the database name, ensure that you specify the database name in lowercase when you assign a default value for the parameter.
•When you parameterize the source filter condition or any expressions in a mapping, ensure that you specify the table name in lowercase when you add the source filter condition or the expression in the mapping task. Otherwise, the Secure Agent throws the following exception:
Invalid expression string for filter condition
•When you parameterize the source or lookup object, ensure that the column names in the source object and lookup object are not the same. Else, the mapping fails.