0

I exported my BODS job into XML format. I wanted to check the error tables in the bulk loading properties, I found the teradata_errortable1 and teradata_errortable2 tags for that.

My issue is that even though I mentioned the ALIAS names in the Bulk Loading options for the error tables, the xml shows always the actual database name instead of the alias.

Is this behavior normal, and the alias names always get substituted while exporting?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
user3055262
  • 405
  • 3
  • 9
  • 20

1 Answers1

0

Are you sure you are checking in the correct tag and you have mentioned ALIAS, reason being I performed a quick test and whatever is referenced in table template is getting reflected in the xml export. Please find below screenshots:

With Substitution Parameter enter image description here

With Alias enter image description here

Cheers. Shaz

Pengyy
  • 37,383
  • 15
  • 83
  • 73