How can we help you today? How can we help you today?
Peter Laws
Unable to get local secret Flyway Desktop
You are seeing this error message in Flyway Desktop:Unable to get local secret Flyway Desktop d43d01-40e4-480c-aef6-c3344b531886 Caused by: Error reading secret: Element not found.It means the loc...
Edited 0 followers 0 comments 0 votes
Where are Flyway CLI OSS artifacts
The paid for Flyway distributions are available through the typical Redgate ecosystem and can be accessed via the customer portal or flyway/installers. The Open Source Software artifacts are hosted...
Edited 0 followers 0 comments 0 votes
Flyway has been compiled by a more recent version of the Java Runtime
This error occurs when there is a mismatch between the version of Java that Flyway was compiled with and the one locally available in the Java runtime environment (JRE).This issue is most likely to...
Edited 0 followers 0 comments 0 votes
File is not recognized as a valid URI
This error occurs because the profiler tries to convert the source path from the PRDB file into a URI using the .Net System.Uri class. If the string is not a valid URI and cannot be converted into ...
Edited 0 followers 0 comments 0 votes
Flyway DB object with value of '--No text is available'
Due to DB object being encrypted, the default behaviour of SQL Server is to return the comment.--No text is availableIf the user has insufficient permissions, granting the user the db_owner role wi...
Edited 0 followers 0 comments 0 votes
Flyway baseline - invalid database objects
As a cross database tool, Flyway uses the term 'invalid objects' more broadly than some databases.The objective of this validation check is to avoid including potentially broken objects into the da...
Edited 0 followers 0 comments 0 votes
The PDB file for this executable was not recognised as a valid URI
The validation check for supplied file are as follows, anything that doesn't match will return a warning.  A proper file URI, such as: file:///C:/path/to/file.cs A valid HTTP/HTTPS URI, such as: ht...
Edited 0 followers 0 comments 0 votes
ANTS: Cannot read configuration file due to insufficient permissions
This error is usually seen after a call to "C:\Windows\system32\inetsrv\appcmd.exe list apppools". The easiest solution to this issue is to access the services for your operating system, open the a...
Edited 0 followers 0 comments 0 votes
FlywayException: Invalid flag
Flyway expects three forms of instruction:CommandsFlagsParameters This exception most commonly occurs due to poor syntax or due to nuances of the platform in use, the syntax not being handled in th...
Edited 2 followers 0 comments -6 votes
This SNK format is not supported
As of version 8.1.2, all key's bit-size that are full byte (divisible by 8), and byte-size have to be divisible by 2 are supported. Previously SmartAssembly supports the following key sizes in the ...
Edited 1 follower 0 comments 0 votes