Greetings All,
I want to move all the 'Batch jobs' from PROD to UAT environments, since there are differences between them. Since there is a lot of jobs and entities that are being exported to BYODs, going manually trough all is a no-go. I'm developing D365FO on VHD provided by MS. When setting up the VHD, I imported a AXDB + BYODs.from PROD. WIth AXDB all the jobs came already configured as on PROD. I can't do the same for UAT, since it's using different configs.
We are using:
- Application release: 10.0.26
- Platform release: Update50
Is there a way to copy just certain tables from PROD to UAT, so I get the same configured 'Batch jobs' without affecting any other configs?
Example for copying tables:
- [dbo].[BATCH]
- [dbo].[BATCHABORTREQUESTTABLE]
- [dbo].[BATCHCLASSCONFIGURATIONOVERRIDES]
- [dbo].[BATCHCONSTRAINTS]
- [dbo].[BATCHCONSTRAINTSHISTORY]
- [dbo].[DMFBATCHSTATUSTABLE]
- [dbo].[DMFDEFINITIONGROUPEXECUTION]
- [dbo].[DMFDEFINITIONGROUPEXECUTIONBATCHLINK]
- [dbo].[DMFEXECUTION]
- [dbo].[DMFPARAMETERS]
- [dbo].[DMFSTAGINGLOG]
Thank you in advance.
Best regards