cancel
Showing results for 
Search instead for 
Did you mean: 

Recover status

former_member185875
Contributor
0 Kudos

Dear all,

I am doing custom client integration. I have a requirement in that I need to know the status of recover ( partial or complete ).

is there any flag maintained by doe system while recover process ?

(or)do i need to refer any tables?

please guide me

Regards

lakshman balanagu.

Accepted Solutions (0)

Answers (2)

Answers (2)

sivasatyaprasad_yerra
Active Contributor
0 Kudos

DOE will not store the information of Partial or Complete recovery. Based on the option selected by administrator in DOE administration portal, DOE will trigger recovery process for the data objects and based on that client will receive the data which should be handled by the client.

Regards,

Siva.

rohith_deraje
Advisor
Advisor
0 Kudos

Hi Lakshman,

If you do a partial recovery, you have to select the DOs for which you need recover.

In complete recovey, all the DOs participated in the assigned DMSCV will be recovered.

When you do a recover, DOE will send a ZAP message ( You may need to cleanup the complete data for the DO on your client on recieving the ZAP) follwed by fresh inserts for DOs.

You can check these messages (ZAP and Fresh Inserts) in the outbound queue of the device.

Regards

Rohith

former_member185875
Contributor
0 Kudos

Dear Rohith,

Thanks for your reply.

But I am doing recover for a device using

cl_extract_controller=>adminconsole_extract

method. Not from the DOE portal. And I need to know the recover status using code(checking some table (or) calling method).

not by viewing in the doe portal.

Regards

lakshman balanagu

AnanthNatarajan
Advisor
Advisor
0 Kudos

null

Edited by: Ananth Natarajan on Aug 20, 2010 11:18 AM

Edited by: Ananth Natarajan on Aug 20, 2010 11:19 AM