OSLC - Module Update - Poll Tracker Response (interim state) always auto#queued
Base on DNG Module Api Overview I successfully wrote an application that create a module and wait for the server to complete the request (The module has 20,000 elements added to it).
In a while loop the code does a GET Poll Tracker Request, until the following condition is meet:
-
The Tracker will indicate a
oslc_auto:complete
state.
oslc_auto:inProgres
, and eventually switch to
oslc_auto:complete
But since we upgraded the server from 6.0.5 to 6.0.5 iFix004, the only status we get is
oslc_auto:queued
One time the code ran over night for 10 hours and never switch from queued.
Any idea?
One answer
Hi Pierre,
Have you checked the RM server log file? Is there any indication of an error there?
Thanks, Chris.
Comments
Hello
Sorry for the delay.
The only info I found was that my requests were queued.
I not sure why, and how to clear the other request in the queue.
Later in the month, they reboot the servers and problem disappear .
Since I did not know if the problem would show up again, I decided to change my code and skip that.
Beside that, that part of the Module API (like the rest of it) worked as expected.
I manage to move customer data from a in-house tool to DNG successfully.
One of there module end up to contain 25,000 artifacts.
Do you have a description of the state flow for the Tracker state, like a statechart diagram?
Regards
Pierre