Comments

mlyno’s picture

Title: SQLSTATE[IMSSP] » PDOException: SQLSTATE[IMSSP]:

have following error:

PDOException: SQLSTATE[IMSSP]: An error occurred translating string for input param 5 to UCS-2: No mapping for the Unicode character exists in the target multi-byte code page. in MigrateGroup::register() (line 162 of D:\home\site\wwwroot\sites\all\modules\migrate\includes\group.inc).

mlyno’s picture

Drupal 7 on Azure with Drupal-to-Drupal migration UI.

mikeryan’s picture

Project: Migrate » Drupal-to-Drupal data migration

Reassigning to the correct project.

mikeryan’s picture

Status: Active » Postponed (maintainer needs more info)

The migration group name is automatically derived from the legacy site's title - presumably in your case that title contains non-UTF8 characters? This seems to arise frequently with Drupal on Azure:

Perhaps adding a utf8_encode around $site_name in MigrateD2DWizard::sourceDataFormValidate() would help? Don't have time to roll a patch atm...