Skip to main content
Solved

Creation - Generate definition waits for "source for data migration and update"

  • March 2, 2026
  • 4 replies
  • 44 views

Forum|alt.badge.img+7

When starting Generate definition my job waits for "source for data migration and update". How do i let this job generate in stead of waiting.

 

Best answer by Jeroen van den Belt

Hi Marco,

The definition generation process requires the data migration source to be up to date. This information is retrieved from the end product database and then updated in your branch. However, the error indicates that your branch is set to read-only for you. This read-only state should be indicated when you switch to the branch and is also displayed in the breadcrumb.

As a result of this read-only state, the data migration update and the subsequent jobs (such as generation) cannot be performed.

For more information about what this means and how to configure branch access, please see: https://docs.thinkwisesoftware.com/docs/sf/branches#set-up-branch-access.

Does this help?

4 replies

Is indicium active (this can be checked by navigating to the indicium page)?
Also, what do you see in the jobs menu? 

 


Forum|alt.badge.img+7

Indicium is running. In the log I see the following:

2026-03-03T08:19:18.0746144+01:00  [ERR] Error in process procedure of process action "process_appl_connector_result" in process flow "system_flow_update_data_migration_upgrade_source" of application 20. (b2ae20de)
2026-03-03T08:19:18.0757473+01:00  [ERR] Process action "update_data_migration_upgrade_source" in process flow "system_flow_do_job" in application 20 threw an exception. (dedd009e)
Microsoft.Data.SqlClient.SqlException (0x80131904): <msg id="branch_is_read_only"></msg>

The SF version is 2025.2

 


Jeroen van den Belt
Administrator
Forum|alt.badge.img+10

Hi Marco,

The definition generation process requires the data migration source to be up to date. This information is retrieved from the end product database and then updated in your branch. However, the error indicates that your branch is set to read-only for you. This read-only state should be indicated when you switch to the branch and is also displayed in the breadcrumb.

As a result of this read-only state, the data migration update and the subsequent jobs (such as generation) cannot be performed.

For more information about what this means and how to configure branch access, please see: https://docs.thinkwisesoftware.com/docs/sf/branches#set-up-branch-access.

Does this help?


Forum|alt.badge.img+7

Thanks for your reply. I already found that, but could not find why the state was read-only. Other branches works fine. Therefor I deleted this branch and generated a new one. Now everything is working fine again. Beats me, but problem solved.