Article ID: 191790 - Last Review: May 13, 2003 - Revision: 3.0 INFO: VB 6.0 Readme Part 15: Application Performance ExplorerThis article was previously published under Q191790 On This PageSUMMARY
The information below includes the documentation and workarounds for Visual
Basic 6.0. This information can also be found in the README.htm file that
ships with Visual Basic 6.0 on the Visual Basic 6.0 CD-ROM. Please see the
REFERENCES section of this article for a list of the Microsoft Knowledge
Base articles relating to the Visual Basic 6.0 readme.
Following is a list of all parts of the readme file: Part 1. Important Issues - Please Read First! Part 2. Data Access Issues and DataBinding Tips Part 3. Control Issues Part 4. Language Issues Part 5. Samples Issues Part 6. Wizard Issues Part 7. Error Message Issues Part 8. WebClass Designer Issues Part 9. DHTML Page Designer Issues Part 10. Extensibility issues Part 11. Miscellaneous Issues Part 12. Microsoft Transaction Server (MTS) Issues Part 13. Dictionary Object Part 14. Visual Component Manager Part 15. Application Performance Manager MORE INFORMATION
Known Problems in Application Performance Explorer:
Configuring Remote Automation Security When Using Remote APE ComponentsIn order to use Remote Automation (RA) to communicate with remote APE components, you may have to configure RA security using the Remote Automation Connection Manager (Racmgr32.exe).To configure RA security:
Name Value Description
---------------------------------------------------------------------
Default 0 Use Network default.
None 1 No authentication.
Connect 2 Connection to the server is authenticated.
Call 3 Authenticates only at the beginning of each
remote procedure call, when the server
receives the request. Does not apply to
connection-based protocol sequences (those
that start with the prefix "ncacn").
Packet 4 Verifies that all data received is from the
expected client.
Packet 5 Verifies that none of the data transferred
Integrity between client and server has been
modified.
Packet Privacy 6 Verifies all other levels and encrypts the
argument values of each remote procedure
call.
APE profiles are initially installed with an authentication level of 1 ("None") because Windows 95 supports only that level of authentication. However, if additional security is desired, the level of authentication of a profile can be changed by modifying the profile collection file (the Aemanagr.ini file) by using a text editor such as Notepad. Each profile in the profile collection file begins with the name of the profile within square brackets, such as [Peak performance, synchronous (CPU, Pool)]. The attributes of the profile follow, using the format <name>=<value> (such as "Task Duration=1"). To change the authentication level, change the value of the "Authentication" attribute of the selected profile and save the file. Compatibility Issues Between the Application Performance Explorer (APE) that Ships with Visual Studio 6.0 and the Version that Shipped with Visual Basic 5.0There are known compatibility issues between the Application Performance Explorer (APE) that ships with Visual Studio 6.0 and the APE that shipped with Visual Basic 5.0.To avoid the compatibility issues, do one of the following:
Adjusting Default Settings To Use APE and MTSAfter installing the APETEST database onto your SQL Server, you must adjust some of the default settings in order to use APE and MTS.NOTE: If you haven't already installed the APETEST database on your SQL Server, you should do that first. To learn how to install the APETEST database, search for the topic "APE Database Setup Wizard" in MSDN Library Visual Studio 6.0. To configure the APETEST database installation to work with MTS:
NOTE: If you are running APETEST on an established production database server, you may not have access permission to adjust the current number of user connections. In this case, you should ask your database administrator to increase the number of current user connections by at least 15 connections to support APE testing. Application Performance Explorer Server-Side Setup May Generate ErrorWhile installing the APE server-side components, you may see an error referring to an incorrect version of OLEAUT32.dll. You may dismiss this error and continue with the installation.However, this error message may indicate that the Microsoft Transaction Server Package was not installed correctly. To confirm that it was installed correctly, run the Transaction Server Explorer and look for all installed MTS packages on your computer. Visual Studio APE Package should be listed. To install the package, AEMTSSVC.pkg, run the MTS Transaction Server Explorer from the Start menu and install the package to the local computer using the MTS Explorer. REFERENCES
For additional information, please see the following articles in the
Microsoft Knowledge Base:
170164
(http://support.microsoft.com/kb/170164/EN-US/
)
: INFO: VB 6.0 Readme Part 1: Important Issues - Read First!
170163 (http://support.microsoft.com/kb/170163/EN-US/ ) : INFO: VB 6.0 Readme Part 2: Data Access/Databinding Issues 170162 (http://support.microsoft.com/kb/170162/EN-US/ ) : INFO: VB 6.0 Readme Part 3: Control Issues 170161 (http://support.microsoft.com/kb/170161/EN-US/ ) : INFO: VB 6.0 Readme Part 4: Language Issues 170160 (http://support.microsoft.com/kb/170160/EN-US/ ) : INFO: VB 6.0 Readme - Part 5: Samples Issues 190046 (http://support.microsoft.com/kb/190046/EN-US/ ) : INFO: VB 6.0 Readme Part 6: Wizard Issues 170158 (http://support.microsoft.com/kb/170158/EN-US/ ) : INFO: VB 6.0 Readme Part 7: Error Message Issues 189539 (http://support.microsoft.com/kb/189539/EN-US/ ) : INFO: VB 6.0 Readme Part 8: WebClass Designer Issues 190249 (http://support.microsoft.com/kb/190249/EN-US/ ) : INFO: VB 6.0 Readme Part 9: DHTML Page Designer Issues 170154 (http://support.microsoft.com/kb/170154/EN-US/ ) : INFO: VB 6.0 Readme Part 10: Extensibility Issues 170157 (http://support.microsoft.com/kb/170157/EN-US/ ) : INFO: VB 6.0 Readme Part 11: Miscellaneous Issues 170156 (http://support.microsoft.com/kb/170156/EN-US/ ) : INFO: VB 6.0 Readme Part 12: Transaction Server (MTS) Issues 191792 (http://support.microsoft.com/kb/191792/EN-US/ ) : INFO: VB 6.0 Readme Part 13: Dictionary Object 191791 (http://support.microsoft.com/kb/191791/EN-US/ ) : INFO: VB 6.0 Readme Part 14: Visual Component Manager | Article Translations
|
Back to the top
