Comments
Sort by recent activity
Hello teltest, As that version is over a year and a half old, please could you also try it with v6 and let us know if the behaviour persists? They can exist concurrently, no need to uninstall. / comments
Hello teltest, As that version is over a year and a half old, please could you also try it with v6 and let us know if the behaviour persists?They can exist concurrently, no need to uninstall.
Hello emily1234, I don't believe this library is shipped with ANTS. Regardless, you should just need to register the dll as detailed here: https://dllkit.com/dll/acsetup_dll / comments
Hello emily1234,I don't believe this library is shipped with ANTS.Regardless, you should just need to register the dll as detailed here: https://dllkit.com/dll/acsetup_dll
Hello sanredch, If a dryrun approach doesn't suit your needs here and you want to stick to the implementation you have, I'd recommend a callback to execute the tablespace definition and assignment before the migration runs. / comments
Hello sanredch,If a dryrun approach doesn't suit your needs here and you want to stick to the implementation you have, I'd recommend a callback to execute the tablespace definition and assignment b...
Hello Paul_at_HCI, Our cli tools write out their exit code to the terminals standard output, so in the instance of Powershell, that's $LASTEXITCODE Using the SQL Data Compare Exit codes used in the command line document, you can write the logic for how you want the workflow to behave. There is a code dedicated to finding identical dbs. As for failure or not, that's dependant on how you configure it, please see the '/Include:Identical' option in cli switches document. / comments
Hello Paul_at_HCI,Our cli tools write out their exit code to the terminals standard output, so in the instance of Powershell, that's $LASTEXITCODEUsing the SQL Data Compare Exit codes used in the c...
Hello JesusB, Is the Path environmental variable a user one or a system one please? The execution context (your user and the build agent account) may be different, which could account for the difference. / comments
Hello JesusB,Is the Path environmental variable a user one or a system one please?The execution context (your user and the build agent account) may be different, which could account for the differe...
Hello jducepa, I'm afraid not, the minimum license and edition requirement for the Undo verb is Teams (source). / comments
Hello jducepa,I'm afraid not, the minimum license and edition requirement for the Undo verb is Teams (source).
My apologies, first time around I missed you were using SourceLink. I'm afraid that the meta data SourceLink uses will not survive the build process. The intention behind this behaviour when Smart Assembly was written, when was that such data could be identifying and may aid an attacker in reverse engineering efforts. / comments
My apologies, first time around I missed you were using SourceLink. I'm afraid that the meta data SourceLink uses will not survive the build process. The intention behind this behaviour when Smart ...
That was poorly worded of me, I was referring to the SourceLink metadata, not the pdb files, for as you say, that's not a consideration. The last time we discussed it internally there was minimal request for SourceLink fro mthe customer base so it's not presently being considered I'm afraid. Sadly, based on what you've shared, it appears to the only way to achieve what you want with our tool is indeed the manual association you're already performing. I'm sorry, our tool might not be the best fit for your workflow. / comments
That was poorly worded of me, I was referring to the SourceLink metadata, not the pdb files, for as you say, that's not a consideration.The last time we discussed it internally there was minimal re...
Hello 4hV5t4r4xT, Thank you for your question. Please can you verify, in your SA project, do you have 'I want to generate the debugging information.' enabled? / comments
Hello 4hV5t4r4xT,Thank you for your question. Please can you verify, in your SA project, do you have 'I want to generate the debugging information.' enabled?
Looking at https://octopus.com/blog/flyway-deployments-with-execution-containers I don't think an hooks are explicitly exposed, but since flyway had dedicated error codes, you could programmatically identify the outcome and respond accordingly if desired. / comments
Looking at https://octopus.com/blog/flyway-deployments-with-execution-containers I don't think an hooks are explicitly exposed, but since flyway had dedicated error codes, you could programmaticall...