Comments
Sort by recent activity
Hi @rick@syncbak Would you be able to reach out and submit a ticket to support? / comments
Hi @rick@syncbak Would you be able to reach out and submit a ticket to support?
Hi @EZLinks Sorry, I've found your ticket and the issue is no longer to do with "headToWorkingBase didn't get set" and so we're having to investigate multiple issues which takes time unfortunately. / comments
Hi @EZLinks Sorry, I've found your ticket and the issue is no longer to do with "headToWorkingBase didn't get set" and so we're having to investigate multiple issues which takes time unfortunately.
Hi @EZLinks Sorry to hear that! Could you reach out to us on support and we can troubleshoot these issues with some extra information and try to find a solution! / comments
Hi @EZLinks Sorry to hear that!Could you reach out to us on support and we can troubleshoot these issues with some extra information and try to find a solution!
Hi @EZLinks Apologies the steps didn't help to resolve the issue! Could you try switching branches using git cmd and committing to see if the error persists? If you're able to provide me with the version number you were on previously I can give you a direct link. / comments
Hi @EZLinksApologies the steps didn't help to resolve the issue!Could you try switching branches using git cmd and committing to see if the error persists? If you're able to provide me with the ver...
Hi @Dkaur and @EZLinks can I ask, if you upgrade to 7.127 and perform a refresh does this resolve the issue? Also is this occurring for multiple projects or just the one? / comments
Hi @Dkaur and @EZLinks can I ask, if you upgrade to 7.127 and perform a refresh does this resolve the issue?Also is this occurring for multiple projects or just the one?
Hi @Dkaur Sorry you're getting this issue! Could I ask, have you tried unlinking and relinking the database from SQL Source Control? sometimes this can help clear any cache that might be causing an issue. Let me know if that works or if you require further help! / comments
Hi @Dkaur Sorry you're getting this issue!Could I ask, have you tried unlinking and relinking the database from SQL Source Control? sometimes this can help clear any cache that might be causing an ...
Hi @Ed_Kierner Absolutely, so to give you a brief explanation on why the error can occur and what you can do: The
duplicate error is usually caused by unnecessary files in your repository which
have resulted in duplicate CREATE statements for an object. In most cases, the
files were added manually to the repository. It's important that the repository
that SQL Source Control (SOC) uses doesn't contain anything else apart from
files generated by SOC. So to start I recommend making sure you're up to date on the latest version of SQL Source Control, if the error remains: to find the offending file, you can
search your repository for all the CREATE statements for the object referenced
in the error. If you have Notepad++ you can use the "Search > Find in
Files" option to search the folder for instances of the CREATE string or
object name.Once
you find the issue, you'll need to delete the duplicate CREATE statement from
the repository and commit.
Finally, unlink and relink the database from SOC to
refresh your working
copies and transient copies. If you have any trouble don't hesitate to contact us on support by submitting a ticket through the portal! / comments
Hi @Ed_Kierner Absolutely, so to give you a brief explanation on why the error can occur and what you can do:The
duplicate error is usually caused by unnecessary files in your repository which
have...
Hi @Dkaur Sorry to hear you're experiencing this issue, it can be quite common. In order to troubleshoot this I would need some more information from you, what I'll do is reach out to you via a support ticket and we can go from there! / comments
Hi @Dkaur Sorry to hear you're experiencing this issue, it can be quite common.In order to troubleshoot this I would need some more information from you, what I'll do is reach out to you via a supp...
Hi Pam, So the documentation has now been updated to give additional information on how this feature works. So you will need to delete the existing objects from the project to allow them to be regenerated with the new syntax, this will only change the checksums and is intended behavior. Hope this helps! / comments
Hi Pam,So the documentation has now been updated to give additional information on how this feature works.So you will need to delete the existing objects from the project to allow them to be regene...
Hi Pam, So this has recently been added and the following documentation should help with this: Document With regards to refreshing the Programmable Objects you'd need to make a change so they can be re-imported, what I can suggest depending upon your Compare options would be the following: - Disable Ignore White Space <SyncOptionIgnoreWhiteSpace>False</SyncOptionIgnoreWhiteSpace> - Script out all the objects and reformat with a minor change like some white space - Re-generate the scripts and commit - Re-enable Ignore White Space <SyncOptionIgnoreWhiteSpace>True</SyncOptionIgnoreWhiteSpace> Hope this helps! / comments
Hi Pam, So this has recently been added and the following documentation should help with this: DocumentWith regards to refreshing the Programmable Objects you'd need to make a change so they can be...