A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
Hi @Ikuo Takekawa/竹川 育夫,
Thanks for the detailed update your conclusion makes sense.
This aligns with a known limitation of the Microsoft OLE DB Provider for DB2, which has restricted support for certain CCSIDs like IBM-932. That’s why connection succeeds but metadata retrieval fails in SSMA.
Final Practical options
- Recreate/migrate the DB to CCSID 943 or UTF-8 (1208)
- Or use IBM Db2 ODBC/CLI driver instead of the Microsoft provider
Final note : This is a provider limitation, not a configuration issue on your side.
Also, could you please share the current status of your support ticket with Microsoft (if raised)? That would help confirm if there’s any fix or official guidance from their side.
Thanks,
Akhil.