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

Consider the following scenario:

  • In Microsoft Host Integration Server 2013, you configure a DB2 table.

  • The table contains a Timestamp column that has a time value of 24:00:00.

  • You try to select the Timestamp column by using the OLEDB Provider for DB2.

In this scenario, the request fails and returns the following exception:

System.ArgumentOutOfRangeException was unhandled : HResult=-2146233086
Message=Hour, Minute, and Second parameters describe an un-representable DateTime.

Cause

This problem occurs because a time value of 24:00:00 is invalid in Microsoft SQL Server.

Resolution

Hotfix information

A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing the problem described in this article. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.
If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix.

Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft website:

http://support.microsoft.com/default.aspx?scid=fh;[LN];CNTACTMS

Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.

Prerequisites

You must have Cumulative Update 2 for Microsoft Host Integration Server 2013 installed to apply this hotfix. For more information about how to obtain the cumulative update package, click the following article number to view the article in the Microsoft Knowledge Base:

2929767 Cumulative update package 2 for Host Integration Server 2013

Cumulative update information

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

Workaround

To work around this problem, you can interpret the Timestamp column value as text. To do this, you must set the DateTime As Char connection string parameter to True. For example, set this string as follows:

DateTime As Char = True

More Information

If the hours value in a Timestamp column is 24:00, an adjustment from the DB2 format to the MSSQL format creates a one-day increase. For example, a value of "2015-08-26-24.00.00.000000" on the DB2 side is adjusted to "2015-08-27-00.00.00.000000" on the MSSQL side.

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!

×