Hello,
I had some test batch jobs in AX. Recently I've been playing around with automated DB syncing and code compilation. I also recently downgraded the database replication from "Full" to "Simple" because the transaction logs were taking up 40+ gigs and I ran out of room on the system, and then I did a shrink on the logs with "DBCC SHRINKFILE(<TransactionLogName>, 1)."
What I found this morning was that our batch jobs are missing. It keeps changing but when I first noticed, we had exactly one batch job (one of my samples). Now I opened the client and checked and we have the two default batch jobs (Automatic role assignment, Named user license count reports processing) and nothing else. I've been running some tests on my db sync / code compilation scripts so it's possible those are running somewhere in the background. I actually have a compilation being executed right now on my system. Before this compile started I did a DB sync, which is when the batch jobs went from the one test job that was still there (before) to the two default ones (after).
So what happened to the batch jobs? It seems to me that it has to be related to these tests. Is there a way to get them back?
Thanks.