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
Location Entity : When trying to Insert Locations data in Location table of BH UAT getting error on EffectiveDate field of Location file using dataloader
#389
Open
Shamshadbegam opened this issue
Jul 8, 2022
· 1 comment
Location Entity : When trying to Insert Locations data in Location table of BH UAT getting error on EffectiveDate field of Location file using dataloader
[Description of the issue]
As part of Vanguard project we are trying to insert data to Location entity but getting below error
Row 1: com.bullhornsdk.data.exception.RestApiException: {"errorMessage":"error persisting an entity of type: Location","errorMessageKey":"errors.cannotPersistEntity","errorCode":500,"errors":[{"detailMessage":"missing required property: effectiveDate","propertyName":"effectiveDate","severity":"ERROR","type":"MISSING_REQUIRED_PROPERTY"}],"entityName":"Location"}
Request you to provide your input on this.
Steps to Reproduce
Steps to Reproduce
Connect to BH UAT Environment by updating section 3 details of Dataloader Property
Trying to load data to Location entity
when trying to execute command Export in command propmpt getting error as
Row 1: com.bullhornsdk.data.exception.RestApiException: {"errorMessage":"error persisting an entity of type: Location","errorMessageKey":"errors.cannotPersistEntity","errorCode":500,"errors":[{"detailMessage":"missing required property: effectiveDate","propertyName":"effectiveDate","severity":"ERROR","type":"MISSING_REQUIRED_PROPERTY"}],"entityName":"Location"}
Expected behavior:
The data should be inserted in Location Entity
Actual behavior:
[What actually happens]
Reproduces how often:
[What percentage of the time does it reproduce?]
Additional Information
The dataloader.properties file (minus login info) dataloader.txt
The CSV input file (smallest possible file that reproduces the issue)
Location Entity : When trying to Insert Locations data in Location table of BH UAT getting error on EffectiveDate field of Location file using dataloader
[Description of the issue]
As part of Vanguard project we are trying to insert data to Location entity but getting below error
Row 1: com.bullhornsdk.data.exception.RestApiException: {"errorMessage":"error persisting an entity of type: Location","errorMessageKey":"errors.cannotPersistEntity","errorCode":500,"errors":[{"detailMessage":"missing required property: effectiveDate","propertyName":"effectiveDate","severity":"ERROR","type":"MISSING_REQUIRED_PROPERTY"}],"entityName":"Location"}
Request you to provide your input on this.
Steps to Reproduce
Steps to Reproduce
Row 1: com.bullhornsdk.data.exception.RestApiException: {"errorMessage":"error persisting an entity of type: Location","errorMessageKey":"errors.cannotPersistEntity","errorCode":500,"errors":[{"detailMessage":"missing required property: effectiveDate","propertyName":"effectiveDate","severity":"ERROR","type":"MISSING_REQUIRED_PROPERTY"}],"entityName":"Location"}
Expected behavior:
The data should be inserted in Location Entity
Actual behavior:
[What actually happens]
Reproduces how often:
[What percentage of the time does it reproduce?]
Additional Information
The
dataloader.properties
file (minus login info)dataloader.txt
The CSV input file (smallest possible file that reproduces the issue)
Location_Insert_UAT_0708_one.csv
Location_Insert_UAT_0708_one_load_2022-07-08_18.14.58_failure.csv
dataloader_2022-07-08_18.18.51.log
The text was updated successfully, but these errors were encountered: