Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

When you use the Microsoft BizTalk Adapter for DB2 and Visual Studio Schema Generation Wizard, the column names of the selected table aren't displayed.

Note This issue occurs only if you created a DB2 table by using a mixed-case table name such as "MixedCaseTable."

Even if you change the generated XML file to match the mixed-case table name, the Biztalk Adapter for DB2 does not find the table.

Cause

The Biztalk Adapter for DB2 Schema Generation Wizard submits a select_tables schema call and converts all returned table names to uppercase.
This also occurs for the table name of the input XML file.

More Information

After you apply cumulative update package 3 for Microsoft Host Integration Server 2013, you have to add the new property isMixedTableName to the <Sync> element of the XML file. This is a Boolean property.

If the property is set to "True," the table name will be used as is. However, if the property is set to "false" or is not present, the table name will be converted to uppercase. See the following example of how to set this property:

<ns0:DB2Request xmlns:ns0="DB2Test">
<sync nullvalue="IsNULL" isMixedTableName="true">
<after>
<MixedCaseTable COL1="10" COL2="COL2_1" />
</after>
</sync>
</ns0:Req>

Resolution

The fix for this problem is included in cumulative update package 3 for Host Integration Server 2013. For more information about how to get the cumulative update package, see Cumulative update package 3 for Host Integration Server 2013.

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×