Saturday, November 06, 2004

possible solution for CATLPA-02

The local MS DTC detected that the MS DTC on CATALPA-02 has the same unique identity as the local MS DTC. This means that the two MS DTC will not be able to communicate with each other. This problem typically occurs if one of the systems were cloned using unsupported cloning tools. MS DTC requires that the systems be cloned using supported cloning tools such as SYSPREP. Running 'msdtc -uninstall' and then 'msdtc -install' from the command prompt will fix the problem. Note: Running 'msdtc -uninstall' will result in the system losing all MS DTC configuration information.

SQL 2000 distributed transaction coordinate setup in windows 2003

IN ORDER TO SOLVE THE PROBLEM 7391

http://support.microsoft.com/default.aspx?scid=kb;en-us;329332&Product=sql

Monday, November 01, 2004

APACHE, PHP, MYSQL SETUP

1. Apache
2. PHP

  • copy php4ts .dll and php5apache2.dll into the appropriate system directory. windows/system32.
  • go to php5 directory, copy php.ini-recommended to windows directory.
  • edit apache2\conf\httpd.conf
  • add the following two lines to the httpd.conf file. Add these code directory below the block of LoadModule entries located in the botton of the Global Environment Section LoadModule php5_module c:/php5/sapi/php5apache2.dll
  • AddType application/x-httpd-php .php .html

3. MYSQL
4. PhpMyAdmain setup
  • install phpmyadmain to the apache server ht doc dirctory
  • set up the config.inc.php: setup the host user and auth_type
  • modify the php.ini in the windows directory: modify the extension_dir = "E:\php5\ext" and extension=php_mysql.dll
  • copy the libmysql.dll to windows/system32 directory