Troubleshoot file import errors

This page explains how to troubleshoot errors withmanual file import.

Errors reference

The following tables describe the possible errors you might find withmanual file import, and the possible error messages.

Blocking errors

The following errors prevent you from uploading your infrastructure data.

Error messageError explanation
Import jobJOB_NAME contains no filesYou didn't upload any files.
Import jobJOB_NAME has mixed format files.You uploaded mixed files formats.
FileFILE_NAME with formatFORMAT sizeSIZE is over the allowed limit:LIMIT_VALUEYou uploaded a file that is too large.
Missing required file "vmInfo"You didn't upload the required vmInfo file.

vmInfo file

ColumnError caseError messageImport behavior
Any columnUnexpected columnUnable to find column mapping forCOLUMN_NAMEThe cell is ignored.
MachineIdMissing columnMissing field(s) which can uniquely identify the AssetEvery row shows the error message, and the row is not parsed.
Empty UUIDMissing field(s) which can uniquely identify the AssetThe row is not parsed.
PrimaryMACAddressNone,AA-BB-CC-DD-EE-FF orAA:BB:CC:DD:EE:FF formatsUnexpected MAC addressINPUT_MAC, want pattern "^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"The cell is ignored.
TotalDiskAllocatedGiBNon floatInvalid syntaxThe cell is ignored.
Negative floatUnexpected negative valueINPUT_VALUEThe cell is ignored.
TotalDiskUsedGiBNon floatInvalid syntaxThe cell is ignored.
Negative floatUnexpected negative valueINPUT_VALUEThe cell is ignored.
Not higher than Allocated"TotalDiskUsedGiB" is higher than "TotalDiskAllocatedGiB"The cell is ignored.
AllocatedProcessorCoreCountNon intInvalid syntaxThe cell is ignored.
Negative intUnexpected negative valueINPUT_VALUEThe cell is ignored.
MemoryGiBNon floatInvalid syntaxThe cell is ignored.
Negative floatUnexpected negative valueINPUT_VALUEThe cell is ignored.
CreateDateEmpty stringEmpty timestampThe cell is ignored.
Wrong formatUnexpected timestamp formatINPUT_VALUE, want "2006-01-02 15:04:05-07:00"The cell is ignored.
IsPhysicalNot in {"","0","false","False","FALSE"}Physical machines are not supported yetThe row is not parsed.
SourceAWS/Azure only (none for manual)The row is not parsed.

diskInfo file

ColumnError caseError messageImport behavior
Any columnUnexpected columnunable to find column mapping forCOLUMN_NAMEThe cell is ignored.
MachineIdMissing columnMissing field(s) which can uniquely identify the AssetEvery row shows the error message, and the row is not parsed.
Empty UUIDMissing field(s) which can uniquely identify the AssetThe row is not parsed.
SizeInGibNon floatInvalid syntaxThe cell is ignored.
Negative floatUnexpected negative valueINPUT_VALUEThe cell is ignored.
UsedInGibNon floatInvalid syntaxThe cell is ignored.
Negative floatUnexpected negative valueINPUT_VALUEThe cell is ignored.
Not higher than Size"UsedInGib" is higher than "SizeInGib"The cell is ignored.

perfInfo file

ColumnError caseError messageImport behavior
Any columnUnexpected columnunable to find column mapping forCOLUMN_NAMEThe cell is ignored.
MachineIdMissing columnMissing field(s) which can uniquely identify the AssetEvery row shows the error message, and the row is not parsed.
Empty UUIDMissing field(s) which can uniquely identify the AssetThe row is not parsed.
TimeStampEmpty stringempty timestampThe row is not parsed.
Wrong formatUnexpected timestamp formatINPUT_VALUE, want "2006-01-02 15:04:05-07:00"The row is not parsed.
CpuUtilizationPercentageNon floatInvalid syntaxThe cell is ignored.
X< 0 || X > 100Invalid percentageINPUT_VALUEThe cell is ignored.
MemoryUtilizationPercentageNon floatInvalid syntaxThe cell is ignored.
X< 0 || X > 100Invalid percentageINPUT_VALUEThe cell is ignored.
UtilizedMemoryBytesNon floatInvalid syntaxThe cell is ignored.
Negative floatUnexpected negative valueINPUT_VALUEThe cell is ignored.
DiskReadOperationsPerSecNon floatInvalid syntaxThe cell is ignored.
Negative floatUnexpected negative valueINPUT_VALUEThe cell is ignored.
DiskWriteOperationsPerSecNon floatInvalid syntaxThe cell is ignored.
Negative floatUnexpected negative valueINPUT_VALUEThe cell is ignored.
NetworkBytesPerSecSentNon floatInvalid syntaxThe cell is ignored.
Negative floatUnexpected negative valueINPUT_VALUEThe cell is ignored.
NetworkBytesPerSecReceivedNon floatInvalid syntaxThe cell is ignored.
Negative floatUnexpected negative valueINPUT_VALUEThe cell is ignored.

tagInfo file

ColumnError caseError messageImport behavior
Any columnUnexpected columnUnable to find column mapping forCOLUMN_NAMEThe cell is ignored.
MachineIdMissing columnMissing field(s) which can uniquely identify the AssetEvery row shows the error message, and the row is not parsed.
Empty UUIDMissing field(s) which can uniquely identify the AssetThe row is not parsed.
KeyInvalid according to GCP guidelinesKeyINPUT_VALUE was converted toOUTPUT_VALUE according to GCP guidelinesThe converted name is used for the key.
Already existsKeyINPUT_VALUE already existsThe label is not parsed.
ValueInvalid according to GCP guidelinesValueINPUT_VALUE was converted toOUTPUT_VALUE according to GCP guidelinesThe converted name is used for the value.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-19 UTC.