Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 896037 - Last Review: October 12, 2006 - Revision: 2.2
FIX: A static report export is unsuccessful, and event ID 8196 and event ID 44545 are logged in Commerce Server 2002
You try to export a static report in Microsoft Commerce
Server 2002 Business Desk (BizDesk). When you do this, the export is
unsuccessful (fails), and the
Status column of List Manager
displays
Failed. Additionally, the following events are logged
in the application event log:
Event Type:
Error
Event Source: Commerce Server 2002
Event Category: None
Event ID: 8196
Description:
Commerce List Manager Error:
0x8C40001A: The report rendering object failed during Analysis report export to
ListManager. See the Application event log message logged by that object
describing the problem.
Event
Type: Error
Event Source: Commerce Server 2002
Event Category: None
Event ID: 44545
Description:
Report renderer: Report renderer
failed.
To fix this problem, add the following code to the inc_select.vbs file. The inc_select.vbs file is located in the bizdesk\analysis\include\ folder. In the inc_select.vbs file, add the code to the ' Rebuild ExportParams string since not all data is
passed ' string in the Sub OnExport section. This string is returned by the dlg_ExportReport.asp component in some operating systems.
' Rebuild ExportParams string since not all data is passed
' back from dlg_ExportReport.asp on some platforms
Dim ExportParamArray
ExportParamArray = Split(ExportParams, "|")
ExportParamArray(3) = iReportStatusID
ExportParamArray(5) = m_bDmExport
ExportParamArray(6) = m_bUpmExport
ExportParams = Join(ExportParamArray, "|")
Note You must add this code before you add the following code:
' Export report
exportform("listdata").value = Cstr(ExportParams)
set xmlDOMDoc = xmlPostFormViaXML(exportform)Microsoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section.
Steps to reproduce the problem
- Start BizDesk.
- Click Analysis, click
Reports, click Customer Sales, and then click
Export.
- Click Yes to confirm that you want to
export the static report.
- In the Report Parameters dialog box, click
OK.
- In the Export Report as a List dialog box,
type TestReport in the List name box,
and then click OK.
- Click Campaigns, and then click
List Manager.
- In List Manager, the Status column for the
TestReport report displays Failed.
For more 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 Commerce Server 2002 Standard Edition
| kbcommserv2002presp4fix kbqfe kbbug kbfix kbprb KB896037 |
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