Monday, June 23, 2008

Steps for Installing ColdFusion

IIS Installation
Control Panel > Add-Remove Programs > Windows Components

Install Cold Fusion 6.1

Install new version of Cold Fusion MX
Developer Edition
Server Configuration
Default Folder
All IIS WebSites
Default Inetpub directory
Enter Admin Password

Start Installation

Configuration of Cold Fusion Server
DO NOT DISABLE RDS Service
enter RDS Password
Install example application


Install MSDE stand-alone DB (MS SQL Server)
open notepad setup=sapwd = "Kar$123"
install sqlserver setup
install msmanager
----->register database(local)for default tables
--->create a folder
D:\SQLDATA\MSSQL\data

extract MSMANAGER

create a SQL Server user “user_sl” with pwd as user_sl
Restore DB in D:\SQLDATA\MSSQL\data
DB name - StoneLocatorLOCAL

Error

[Macromedia][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect
Solution :-
Run svrnetcn.exe from cmd prompt and enable Named Pipes and TCP/IP and click OK.
Restart the MSDE service



creating a sql server authentication--->
open server objects-->
in the server object click SQL SERVER AUTHENTICATION
provide the password
and confirm password
then click user(rt click)----->new user

provide loginname and password

In the CFIDE adminstrator write datasource name—xyz
database name -specified in database
server -localhost
username- (database)
password- (database)

No comments: