Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@Shamshadbegam
Copy link

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

  1. Connect to BH UAT Environment by updating section 3 details of Dataloader Property
  2. Trying to load data to Location entity
  3. 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

  1. The dataloader.properties file (minus login info)
    dataloader.txt

  2. The CSV input file (smallest possible file that reproduces the issue)

Location_Insert_UAT_0708_one.csv

  1. The results file(s)

Location_Insert_UAT_0708_one_load_2022-07-08_18.14.58_failure.csv

  1. The log file
    dataloader_2022-07-08_18.18.51.log
@Shamshadbegam
Copy link
Author

Hi,

Could you please provide your inputs on this.

Thanks in Advance!!

Regards,
Shamshad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant