Skip to main content
Answer

Task 'Connect to db' disabled on 'Execute source code' in SF 2023.1

  • March 13, 2023
  • 2 replies
  • 114 views

Forum|alt.badge.img+1

We are migrating to the new SF 2023.1 and i have some trouble in the Deployment → Creation section. I can go through all steps succesfully but in the ‘Execute source code’ section i do not see anything. All tasks are disabled.

The ‘Generate source code’ section runs succesfully and outputs code files. What am i missing here?

 

Best answer by Mark Jongeling

Hi Ling Wu,

Did you happen to Upgrade from version 2022.1 and skipped 2022.2? We are aware of an issue regarding this screen that occurs when skipping the 2022.2 release.

To solve this, you can run the following database query on your Software Factory database:

exec task_connect_to_db [model], [branch], 'default', 3, null

Replace [model] with your Model name, and [branch] with the Branch name.

The context procedure currently prevents you from clicking the task. Running the above query once will unlock it and keep it available for you.

This topic has been closed for replies.

2 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • Answer
  • March 13, 2023

Hi Ling Wu,

Did you happen to Upgrade from version 2022.1 and skipped 2022.2? We are aware of an issue regarding this screen that occurs when skipping the 2022.2 release.

To solve this, you can run the following database query on your Software Factory database:

exec task_connect_to_db [model], [branch], 'default', 3, null

Replace [model] with your Model name, and [branch] with the Branch name.

The context procedure currently prevents you from clicking the task. Running the above query once will unlock it and keep it available for you.


Forum|alt.badge.img+1
  • Author
  • Apprentice
  • March 13, 2023

Thank you, that solve it!

 

Am indeed upgrading from 2022.1 version to 2023.1