Microsoft Knowledge Base Email Alertz

(889575) - Describes how to test connectivity to an analysis server over HTTP and over HTTPS. This article contains an HTML document that you can use to test connectivity to the OLAP server.

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: 889575 - Last Review: March 13, 2007 - Revision: 2.3

How to test connectivity to an analysis server over HTTP and over HTTPS in Commerce Server 2002

INTRODUCTION

This article describes how to test connectivity to an analysis server over HTTP and over HTTPS in Microsoft Commerce Server 2002. You can test both configuration and connectivity. You can do this test after you follow the steps in the "Accessing the analysis server over HTTPS" section of the Commerce Server 2002 documentation.

To view the "Accessing the analysis server over HTTPS" section of the Commerce Server 2002 documentation, follow these steps:
  1. Click Start, point to All Programs, point to Microsoft Commerce Server 2002, and then click Commerce Server Documentation.
  2. In the Microsoft Commerce Server 2002 Edition dialog box, click the Contents tab.

    The placeholder Edition is the placeholder for the Commerce Server edition that you are running.
  3. Expand Commerce Server 2002 Edition, expand Securing Your Site, expand Securing Your Databases, expand Securing the Data Warehouse, and then click Accessing the Analysis Server Over HTTPS.

MORE INFORMATION

After you follow the steps in the "Accessing the analysis server over HTTPS" section of the Commerce Server 2002 documentation, you can use the following HTML document as an example to test your configuration. Additionally, you can use the following HTML document to verify connectivity to your Online Analytical Processing (OLAP) server. The following HTML document can help you troubleshoot OLAP over HTTP issues.

Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.
<HTML>
<BODY>
  <object classid=clsid:0002E552-0000-0000-C000-000000000046 id="PTable" 
Width="200" Height="200"></object>
</BODY>
<SCRIPT language=vbscript>

  Function Window_OnLoad()
  PTable.AutoFit = false

  PTable.ConnectionString = "Provider=MSOLAP.2;Integrated Security=SSPI;Initial 
Catalog=<xxx>;Data Source=http://<xxx>;"

  PTable.DataMember = "<xxx>"

  End Function

</SCRIPT>
</HTML>
Note You must modify the previous code example to replace the "<xxx>" values with the correct values for your Commerce Server 2002 installation.

You can use the previous code example whether you configure your connection over HTTP or over HTTPS. When you connect to the OLAP server successfully, click Field List to view the data that is available to add to the blank report.

REFERENCES

For additional information about how to access analysis server over HTTPS, visit the following Microsoft Developer Network (MSDN) Web site:
http://msdn2.microsoft.com/en-us/library/ms954214.aspx (http://msdn2.microsoft.com/en-us/library/ms954214.aspx)


APPLIES TO
  • Microsoft Commerce Server 2002 Standard Edition
Keywords: 
kbconnectivity kbcode kbhowto kbinfo KB889575
       

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