cancel
Showing results for 
Search instead for 
Did you mean: 

Getting error unknown classification system 'xxx' in column 2:@77

former_member664713
Active Participant
0 Kudos

Hi Experts, I am running impex from hac, it's wokring fine. but When I am loading the impex file progamatically as follows

it is giving error unknown classification system 'xxx' in column 2:@77

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Venki,

You're Not given the full path of the impex file.if You give the full path form the extension it will import.

Ex: setupImpexService().importImpexFile(String.format("/%s/import/sampledata/productCatalogs/%sProductCatalog/classifcationImpex", extensionName,productCatalogName), false);

provide the extensionName,productCatalogName.

former_member664713
Active Participant
0 Kudos

Hi the file is loading, giving error unknown classification system 'xxx' in column. This error will come if the system doesn't have classification system, it will give, but system has classification system and If I am importing the same impex from hAC it is successfully inserting.

Thanks