When trying to install the module on the setup where MSSQL is used, we are getting the below error.

Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42000]: [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Column, parameter, or variable #2: Cannot specify a column width on data type int.: CREATE TABLE [force_password_change_roles] ( [rid] nvarchar(128) COLLATE Latin1_General_CI_AI NOT NULL, [last_force] int(10) CHECK ([last_force] >= 0) ); Array ( ) in drupal_install_schema() (line 122 of C:\inetpub\wwwroot\glt\docroot\core\includes\schema.inc).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rajeevgole created an issue. See original summary.

rajeevgole’s picture

Assigned: Unassigned » rajeevgole
rajeevgole’s picture

Assigned: rajeevgole » Unassigned
Status: Active » Needs review
FileSize
478 bytes
larisse’s picture

Version: 8.x-1.3 » 2.0.x-dev

This still a problem in 2.0.x version?