Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
API to reset the last extract date in BICC PVOs
API to reset the last extract date in BICC PVOs.
Use Case and Business Need (Required): We have created data sync integration from SaaS to PaaS for BICC PVOs. But sometimes we need to sync the full extract in case the integration errors out due to any reason. So we need an API through which we can reset the last extract date in BICC PVOs.
Comments
-
Agreed. We are manually resetting the last extract date from fusion BIACM whenever we need to do a full load.
0 -
If any error occurs in PVOs extract while fetching the data other than configuration issue then how it will be resolved? Can it only be resolved manually?
0 -
This is long needed. The BICC interface is fine, however it is not the ideal way to deal with things imo.
0 -
Hi,
Do we have any solution for this?
Thanks & Regards,
Pavan
0 -
I haven't seen or heard anything on this idea.
0 -
Hi team, Is there an update on this request? We were attempting to update the lastExtractDate of data stores in the BICC job using the Create or Update Job API documented here (
). However, when doing this, we received a "Success_with_warning" response with the message "Last Extract date provided was ignored for updating job".Assuming this request was raised for the same use case, I wanted to follow up and check for any updates. Thank you.
1 -
I got a notice that the voting on this idea is open, considering it was open, I'm not sure what that means, but I'm hopeful once more.
0 -
Would be very useful for automating certain business processes on our team: ensuring accurate and up-to-date data for our in-house processes that use data from BICC.
0 -
0
-
Hi Team, there is a workaround for this issue,
If suppose there are 3 PVO's (PVO1, PVO2 and PVO3) in a job and we want to update the last extract date as null for PVO3, then we have to call the BICC REST API (BIACM REST API) with PUT operation by passing the payload for only two PVO's (PVO1 and PVO2 in our case) and then again calling the REST API (BIACM REST API) with PUT operation by passing the payload for all three PVO's (PVO1, PVO2 and PVO3).
In this way the last extract date of 3rd PVO (PVO3) will be set as null.
This means we are first removing the 3rd PVO from the job and then re-adding that. Hope this helps.
1