Hi, trying to install Commerce Kickstart on Azure and I get the following error at the last stage (looks like "Import Content" and "Finished"):
SQLSTATE[HY010]: [Microsoft][ODBC Driver Manager] Function sequence error

Spec
Commerce Kickstart 7.x-2.28
SQLSRV 7.x-2.0-beta5

Azure
Pricing Tier S3 (4 core, 7GB Ram)
PHP 5.6
SQL Database P1 Premium (125 DTUs)

I was working on a previous version in dev (commerce_kickstart-7.x-2.25, SQLSRV 7.x-2.0-beta3) which installed and was working... but 2.28 won't install.

Comments

dean.p created an issue. See original summary.

david_garcia’s picture

Project: Commerce Kickstart » Drupal driver for SQL Server and SQL Azure
Version: 7.x-2.28 » 7.x-2.x-dev

This is a database driver related issue. Moved to the right project.

david_garcia’s picture

Status: Active » Closed (won't fix)

[ODBC Driver Manager] Function sequence error

This can be either one of two:

[1] This one, that has already a workaround in the dev version.

[2] Or this one, that requires you to update the MSSQLPDO driver

[1] Once they solve it in the PDO driver, the minimum required version will be upgraded and the workaround removed.
[2] There is nothing to do here but update the PDO driver. This issue came along with the upgrade to client buffered queries in 7.x-2.x

If none of this fit the issue, feel free to reopen with more details.

Thanks!

dean.p’s picture

Thanks David... ended up ditching Drupal Commerce all-together due to too many bugs and some critical functions missing.... every day there was a new issue to bash my head against... Re-built the site with Ubercart.