Error while trying to upload sms and csv into stardog

I am trying to upload sms and csv files into stardog using cli with following command stardog-admin --server https://bhgfhg.stardog.cloud:5820 virtual import testingDB "Result.sms" "fiscal_calender.csv" -u username -p password

I was able to upload the sms and csv using python code and also with CLI. suddenly from past 2 days i am not able to upload these files

receiving following error:
error:[400] 000IA2: Missing input_file_iri Multi-Part form data part

Hi,

the API for the virtual import changed with Stardog version 11 which was recently released. Please make sure to update the CLI installation you are using to the latest version.

Best regards

Lars

1 Like

does this mean the cli command changed? i am using my windowd command prompt to upload sms and csv files

No, the CLI command should not have changed. You should be able to use the same command but you need the latest CLI version installed.

we are currently using stardog cloud and we do not have stardog license. so we execute the command in local command prompt

You should be able to download the latest release from here which includes the latest CLI tools as well. There is no need for a license to use the CLI tools.