Miguel Guimarães

Results 46 comments of Miguel Guimarães

I did the validation with DBPTK and it reported 4 failed requirements, that is causing the browse incident.

DBPTK Desktop uses under the hood DBPTK Developer which can be used as a command-line tool to validate the SIARD.

You can find the link in Releases: https://github.com/keeps/dbptk-developer/releases/tag/v2.10.1

Hi, Manage to find the problem: ``` SQL Error [8111] [S0001]: Cannot define PRIMARY KEY constraint on nullable column in table 'Customers'. ``` However due to the way DBPTK works...

Hi, You need those permissions to fetch metadata about the table that is only available to the owner.

When DPBTK Developer detects a datatype that is not supported by the JDBC driver it logs the information about the datatype. One time during the process of converting the JDBC...

According to the log when trying to write the SIARD 2 metadata.xml file an error occurred building the view metadata. Could you please check the views on SIARD-DK file to...

We will analyze it and see what the problem might be. Leaving this link, its somehow related with the problem: https://docs.microsoft.com/en-us/sql/connect/jdbc/using-adaptive-buffering?view=sql-server-2017