Start a new topic
Answered

Continuous Loads is not working

Why doesn't the continuous load for my entity move data from the SA table to the GD table?  My Entity is 'Product' and I populate the sa_product table in PostgreSQL with the following data:
 

b_loadid | id            | b_classname | product_name | product_desc
117         | AG14DL | PRODUCT       | FFAF                  | Foo Fighter Action Figure


Best Answer

Some investigation points:

  • The value set in b_loadid is not the continuous load's load ID.
  • The value set in b_classname should match exactly the entity Name. This is case-sensitive. 
  • The data has been integrated and is in error (it did not make it to Golden). 
1 Comment

Answer

Some investigation points:

  • The value set in b_loadid is not the continuous load's load ID.
  • The value set in b_classname should match exactly the entity Name. This is case-sensitive. 
  • The data has been integrated and is in error (it did not make it to Golden). 
Login to post a comment