Receiving ”Unable to Connect to Project” error after Version Control enabled in ALM?
Question ID: 106171
1
0

Hello,
We have recently enabled Version Control on our projects and are getting an "Unable to Connect to Project" error when the users try to log into the project. If we disable the versioning then the users can connect to the project without issue. The error only occurs when the version control is enabled on the projects.

Any help would be appreciated.

Marked as spam
Posted by (Questions: 379, Answers: 35)
Asked on July 10, 2015 3:12 pm
163 views
Answers (1)
1
Private answer

Hi HomerJ,
I have seen this before where the version control flag gets stuck and doesn't change and report correctly as it should. Try the following:

I found that for some reason the value for the SF_IS_UNDER_VCS was changed. So in order to solve the issue please follow next steps:

1) Run a select query to verify if the SF_IS_UNDER_VCS value is in 'N'

SELECT SF_COLUMN_NAME, SF_IS_UNDER_VCS
FROM SYSTEM_FIELD
WHERE SF_COLUMN_NAME = 'TS_TYPE'

2) If the value is 'N', please run the update query below:

UPDATE SYSTEM_FIELD
SET SF_IS_UNDER_VCS = 'Y'
WHERE SF_COLUMN_NAME = 'TS_TYPE'

After this turn off the version control. Deactivate the project, and then reactivate the project and turn on the version control. The above values should then be correctly set and sticking in the system now and the error should not be occurring.

Try the above and see if this resolves your issue too.

Dan

Marked as spam
Posted by (Questions: 0, Answers: 770)
Answered on July 10, 2015 3:15 pm
0
Thanks for the explanation. We tried your suggested solution steps and it resolved the issue. Thanks for the help
( at July 10, 2015 3:16 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top