CommunityServer.org installation at ORCSWeb.com

Written by Steve Schofield


Continued from page 1

Step 2 - Enablerepparttar Web-Installer

1. Followrepparttar 118377 step by step instructions located under "Enable Installer" here: http://docs.communityserver.org/default.aspx/CS.WebBasedInstaller. This will be ONLY done forrepparttar 118378 initial install.

Step 3 - Runrepparttar 118379 Installer

1. After enabling installer in Step 2, go to your website either by IP Address (http://x.x.x.x/installer/) or your domain name (http://YourDomain.com/installer/). 2. 2. Follow instructions located underrepparttar 118380 Detailed Steps at this link http://docs.communityserver.org/default.aspx/CS.WebBasedInstaller You'll userepparttar 118381 database login information gathered atrepparttar 118382 beginning.

Step 4 - Run and Enjoy

1. In your web browser, go torepparttar 118383 root of your website and enjoy. You will be required to log in for administrative features. Userepparttar 118384 username and password you set up while installing Community Server.

Note: To run in a sub-folder

* When completed with your install, send an email to webteam@orcsweb.com and we'll grant write permissions on 'blogs' and 'photos' directories. * Community Server can also be installed in a sub-folder of your site (http://YourDomain.com/subFolder) . Just send an email to webteam@orcsweb.com to markrepparttar 118385 folder as an application.

Steve Schofield is a Senior Internet support specialist with ORCS Web, Inc. - a company that provides managed hosting services for clients who develop and deploy their applications on Microsoft Windows platforms.

Steve Schofield is a Senior Internet support specialist with ORCS Web, Inc. - a company that provides managed hosting services for clients who develop and deploy their applications on Microsoft Windows platforms.


Moving A SQL Server Database

Written by Desirée Harris


Continued from page 1

Attachingrepparttar Database

1. Right-clickrepparttar 118376 database, select 'All Tasks', and then click 'Attach Database…'. 2. Navigate torepparttar 118377 data file by clickingrepparttar 118378 button that has 3 dots on it (…). 3. Once you've selectedrepparttar 118379 database .mdf file, you'll seerepparttar 118380 data file path (which should be verified for bothrepparttar 118381 data and transaction log file) and haverepparttar 118382 option to chooserepparttar 118383 database name and owner. Attach it asrepparttar 118384 database name, and ensurerepparttar 118385 owner name is 'sa'. 4. Verifyrepparttar 118386 path forrepparttar 118387 transaction log file is correct. Ifrepparttar 118388 path isn’t correct, update it torepparttar 118389 appropriate directory. 5. Click ‘OK’.

Note: If you didn't moverepparttar 118390 transaction log file torepparttar 118391 new server withrepparttar 118392 data file, you'll be prompted to create a new one. If you choose to create a new one, it will be done for you automatically.

Orphaned Users

Ifrepparttar 118393 database user doesn't exist onrepparttar 118394 new server, create it now. When creating it, you may receive an error that it already exists, but that's ok,repparttar 118395 work that needs completed by SQL Server to addrepparttar 118396 user account is done. After you receiverepparttar 118397 error thatrepparttar 118398 user already exists, press cancel and continue on torepparttar 118399 next user.

Movingrepparttar 118400 database to a new server will result in orphaned users. You will need to run a stored procedure that will maprepparttar 118401 user inrepparttar 118402 database to a user onrepparttar 118403 server. This stored procedure will changerepparttar 118404 relationship between a Microsoft SQL Server login and a SQL Server user inrepparttar 118405 current database. Basically, it changesrepparttar 118406 SID inrepparttar 118407 database to matchrepparttar 118408 one generated byrepparttar 118409 local server, which allows all custom permissions to be retained - it remembersrepparttar 118410 access and permissions.

1. Open Query Analyzer. 2. Selectrepparttar 118411 database inrepparttar 118412 drop-down box onrepparttar 118413 tool bar if it isn't already selected. 3. For each database user, we'll need to executerepparttar 118414 command: "sp_change_users_login 'update_one', 'db_username', 'db_username'*" (withoutrepparttar 118415 double-quotes).

*changerepparttar 118416 db_username torepparttar 118417 actual database username in both places.

Now update any connection strings to point torepparttar 118418 new SQL server (this could have been done whilerepparttar 118419 database was moving between servers to utilize all available time) and test it well. Also, check any DTS jobs, Full-Text Indexes and Replication configurations to ensure that they are set up onrepparttar 118420 new server as they won't fully move during this process. Now you should be set. Test it well and sit back, relax and reflect on a job well done.

Sources: http://vyaskn.tripod.com/moving_sql_server.htm http://www.databasejournal.com/features/mssql/article.php/2224361 http://vyaskn.tripod.com/troubleshooting_orphan_users.htm

Desirée Harris is a support specialist with ORCS Web - a company that provides managed hosting services for clients who develop and deploy their applications on Microsoft Windows platforms.

Desirée Harris is a support specialist with ORCS Web - a company that provides managed hosting services for clients who develop and deploy their applications on Microsoft Windows platforms.


    <Back to Page 1
 
ImproveHomeLife.com © 2005
Terms of Use