Checking Dataload
Check Customer Table
In the editor view select your customer attribute table, do a right click and select Open Content. You should see 25 entries.
Check Product Table
In the editor view select your product attribute table, do a right click and select Open Content. You should see 28 entries.
Check Sales Table
We have to do this in a different way, as there are too many data in that table.
Perform the following steps in the Catalag:
- open the SQL window
- enter
SELECT count(*) FROM "GBI_###"."gbi-student-###::SALES_###";and press F8 (of course use your user-id and correct name of your sales table in the select statement! )
If you see 48384 as result, you are fine.
Make sure that you pass all three checks. You might run into problems in the next steps otherwise.