Source Control Stopped working - Scripts Folder Command error

Hi,

All of the sudden, my RG Source Control which has worked for years stopped working on two different computers.  Anytime I try to do anything (such as Commit) it shows the Crash dialog and Error Details "Scripts Folder Command".  I'm basically dead in the water when it comes to committing my database changes now.

Any ideas?

-Steve
Tagged:

Answers

  • Hi @SteveParks

    I think in this case it would be great to get some screenshots and log files to identify what's causing the issue, to avoid sensitive data being shared across the forum I'm going to reach out via a support ticket!

    Kind regards

    Dan Calver | Redgate Software
    Have you visited our 
    Help Center?

  • riaanriaan Posts: 1 New member
    Is there a solutions for this issue?  I am stuck with same issue as Steve.
  • Hi @riaan

    This usually occurs due to the following conditions :
    • You have static data linked on the database
    • You have changed the data type on one of the columns

    To resolve this you should:
    1 - Unlink Static Data on those (if there are other developers accessing the same repository they should unlink their databases from source control)
    2 - Change data type on columns
    3 - Commit
    4 - Relink Static Data
    5 - Commit
    6 - Any other developers can now relink to source control

    Kind regards

    Dan Calver | Redgate Software
    Have you visited our 
    Help Center?

Sign In or Register to comment.