Microsoft Knowledge Base Email Alertz

(835492) - Fixes a problem that occurs when you receive a binary document by using Message Queuing. The document is not processed and an Event ID: 324 message is logged in the Application log in BizTalk Server 2002.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 835492 - Last Review: November 15, 2007 - Revision: 1.6

FIX: You receive a CIS_E_PARSER_NO_DATA 1435 error message when you try to receive a binary document by using Message Queuing receive functions in BizTalk Server 2002

Hotfix download is availableHotfix Download Available
View and request hotfix downloads
Important This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986  (http://kbalertz.com/Feedback.aspx?kbNumber=256986/ ) Description of the Microsoft Windows Registry

SYMPTOMS

When you try to receive a binary document by using Microsoft Message Queuing receive functions in Microsoft BizTalk Server 2002, the document is not processed and the following event is logged in the Application log:

Event Type: Error
Event Source: BizTalk Server
Event Category: Document Processing
Event ID: 324
Description:
An error occurred in BizTalk Server.

Details: ------------------------------
[0x1435] There is no data that can be parsed on the dictionary. Verify that either the "working_data" field or the "file_path" field contains nonempty data.

[0x80070057] The parameter is incorrect.

[0x1730] Suspended Queue ID: "{DBCB1B77-6E86-470C-9E6D-A3AF4F2F6AAE}"

[0x80070057] The parameter is incorrect.

0x80041011
[0x1731] The server cannot send a WMI event for the Suspended queue item "{DBCB1B77-6E86-470C-9E6D-A3AF4F2F6AAE}". The most likely cause is that the user configured for this submission has insufficient privileges to access WMI.

Note The CIS_E_PARSER_NO_DATA error message value is 0x1435.

CAUSE

This problem occurs when BizTalk Server 2002 performs the following tests to determine whether the document is valid:
  • The document is tested to determine whether the document is a VT_BSTR document type.
  • The document is tested to determine whether the first two bytes of the document are not 00 00, or null characters.
The second test is not correct. A document that is a VT_BSTR document type is valid when the first two bytes are 00 00.

RESOLUTION

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 this specific problem.

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, submit a request to 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 Web site:
http://support.microsoft.com/contactus/?ws=support (http://support.microsoft.com/contactus/?ws=support)
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

No prerequisites are required.

Restart requirement

You do not have to restart your computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfixes.

File information

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
   Date         Time   Version     Size     File name
   ------------------------------------------------------
   04-Feb-2004  19:59  3.0.2515.0  553,232  Ciscore.dll
   06-Jan-2005  00:27  3.0.2539.0  758,032  Cisparser.dll    

STATUS

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

MORE INFORMATION

This hotfix introduces a new registry entry that controls whether null characters (00) are permitted in messages. Therefore, after you apply this hotfix, you must add the following DWORD registry entry to enable the hotfix:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\BTSSvc{Guid}\AllowNullCharsInMsg
If the AllowNullCharsInMsg DWORD value is set to 0 (zero), BizTalk Server 2002 will not process documents when the first two bytes are 00 00. If the AllowNullCharsInMsg value is set to any other value than 0 (zero), BizTalk Server 2002 will process documents when the first two bytes are 00 00.

To add the new registry entry, follow these steps.

Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\BTSSvc{GUID}
  3. On the Edit menu, click New, and then click DWORD Value.
  4. Type AllowNullCharsInMsg, and then press ENTER.
  5. Right-click AllowNullCharsInMsg, and then click Modify.
  6. In the Edit DWORD Value dialog box, type a value of 0 or 1 depending on the behavior that you want to occur, and the click OK.

    Note Enter a 0 (zero) value when you do not want to process documents when the first two bytes are 00 00. Enter a 1 value when you want to process documents when the first two bytes are 00 00.
  7. On the File menu, click Exit.
Additionally, if you are using the RosettaNet Implementation Framework (RNIF) for document interchange, you may require an additional hotfix. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
892229  (http://kbalertz.com/Feedback.aspx?kbNumber=892229/ ) FIX: Event ID 324 is logged when you configure BizTalk Server 2002 to receive RosettaNet Implementation Framework (RNIF) 1.1 document interchange messages or binary messages by using Message Queuing Receive Functions
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
824684  (http://kbalertz.com/Feedback.aspx?kbNumber=824684/ ) Description of the standard terminology that is used to describe Microsoft software updates

APPLIES TO
  • Microsoft BizTalk Server 2002 Standard Edition
  • Microsoft BizTalk Server 2002 Service Pack 1
Keywords: 
kbautohotfix kbhotfixserver kbqfe kbbtsmessaging kbfix kbbug kbqfe KB835492
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate