You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the install script, the data from a number of tables seem to be left out of the import.
Example from the logs:
ProductVendor.csv: No such file or directory
Copying data into Purchasing.PurchaseOrderDetail
PurchaseOrderDetail.csv: No such file or directory
Copying data into Purchasing.PurchaseOrderHeader
PurchaseOrderHeader.csv: No such file or directory
Copying data into Purchasing.ShipMethod
ShipMethod.csv: No such file or directory
Looking into the install.sql script, I see some files are referenced relative to the the './data' directory:
When running the install script, the data from a number of tables seem to be left out of the import.
Example from the logs:
Looking into the install.sql script, I see some files are referenced relative to the the './data' directory:
adventure-works-postgres/install.sql
Line 178 in afcfd2d
while some others are not:
adventure-works-postgres/install.sql
Line 975 in afcfd2d
The text was updated successfully, but these errors were encountered: