Thank you Daryl and Markus for you're assistance on it. Will go with you're Approach.
Original Message:
Sent: Dec 09, 2024 02:17 AM
From: Markus Embacher
Subject: Export all objects with JSON file Approach
Hi,
I support Daryls suggestion to using the transport case (DBUnload Utility). The created format can even be imported into a higher release of Automic. With a single command you will get all the object definitions of a client. Please note that the transport case of also available via the /transportcase endpoint of the REST API from Automic 24.2.
Regards, Markus
Original Message:
Sent: Dec 06, 2024 06:02 PM
From: Daryl Brown
Subject: Export all objects with JSON file Approach
You can actually make a transport case backup of the entire client using the ucybdbar utility.
For example, this command will export everything in client 100:
ucybdbar -BTRANSPORTALL -D -X/uc4data/archive/aod/uc4_backup/UC4_transport.100.txt -C100
I can't really help you with your JSON approach, but maybe this approach will be easier.
Original Message:
Sent: Dec 06, 2024 02:52 PM
From: pavan shashikanth guddeti
Subject: Export all objects with JSON file Approach
Hi All,
We do have many objects where we're trying to take a backup of them on regular basis through JSON Approach.
Could you please guide us on how to take backup of all objects? As we're aware with XML Approach we can take only 500 objects as Maximum. But we are trying to go with an Approach which can do a Bulk operation set for taking backup.