Skip to content

No such file or directory #3

@marcoboi

Description

@marcoboi

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:

\copy Person.BusinessEntity FROM './data/BusinessEntity.csv' DELIMITER E'\t' CSV;

while some others are not:
\copy Purchasing.ProductVendor FROM 'ProductVendor.csv' DELIMITER E'\t' CSV;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions