1) How to Make Private Epi-5 Server With Detail

22
1) How To Make Private Server With Detail. For Making New Private Server You Must Need Under All Files SQL Server 2000 And Above NOTE :- Easy To Make In Server 2000 So Keep Try On SQL 2000 First New Comer SQL Service Pack 3 A3 Server Files ( Episode 5) A3 Client Files ( Episode 5) Some A3 Tools Here Is Given Link For Download That All Files For SQL 2000 For SQL Service Pack 3 Foe A3 Server Files Epi-5 For A3 Client Epi-5

Transcript of 1) How to Make Private Epi-5 Server With Detail

Page 1: 1) How to Make Private Epi-5 Server With Detail

1) How To Make Private Server With Detail.

For Making New Private Server You Must Need Under All Files

SQL Server 2000 And Above NOTE :- Easy To Make In Server 2000 So Keep Try

On SQL 2000 First New Comer SQL Service Pack 3 A3 Server Files ( Episode 5) A3 Client Files ( Episode 5) Some A3 Tools

Here Is Given Link For Download That All Files

For SQL 2000

For SQL Service Pack 3

Foe A3 Server Files Epi-5

For A3 Client Epi-5

For A3 Tools After Download All Given Link Let Start To Make Server

^_^)

Page 2: 1) How to Make Private Epi-5 Server With Detail

Follow Below STEP :-

First Of All Install SQL 2000

Then Install SQL Service Pack 3.

NOTE: - How To Install SQL 2000 & It’s Service Pack 3 Check The Given Guide File (SQL INSTALL.docx)

Then Take Restart

Then Extract A3 Server Epi-5 At D:\A3 Server\ Your All Files Must At This Given Directory

Now Copy Drive C From D:\a3server\Drive C Folder Files And Paste At C:\

Page 3: 1) How to Make Private Epi-5 Server With Detail

Start Microsoft SQL Server

Start -> Program Files -> Microsoft SQL Serve ->

Service Manager

Page 4: 1) How to Make Private Epi-5 Server With Detail

Now Go To

Start -> Program Files -> Microsoft SQL Server -> Enterprise Manager

Then Select:-

Now in the Enterprise Manager, on the left hand side of Hierarchal window, Expand the Local

System key, and then expand the Databases Key

Page 5: 1) How to Make Private Epi-5 Server With Detail

Now right click on the Right hand side of the Enterprise Manager and select "New Database"The following window will Pop up!

In the Database Name, just enter ASD and click OK

A new Database is now created. In the same way, you need to create a total of

Page 6: 1) How to Make Private Epi-5 Server With Detail

ASD (already created)

Character

A3ItemEvent

Itemstorage

FriendDB

HSDB

Restore Database :-

You need to restore the databases!To restore the databases, follow the following steps!

Right Click on the ASD Database. Select "All tasks" and then select "Restore Database

A Window pops up, Now Select "From Device".

Click on "Select Devices" and then click on "Add".

Page 7: 1) How to Make Private Epi-5 Server With Detail

The following window pops up!

In the same way, you need to restore all the databases

ASD - ASD.bak (already restored)

Character - Character.bak

A3ItemEvent - A3Itemevent.bak

Itemstorage - Itemstorage.bak

FriendDB - FriendDB.bak

HSDB - HSDB.bak

After Restore you need to make New User Login!

Page 8: 1) How to Make Private Epi-5 Server With Detail

Make New User Login :-

On the Left pane of the Enterprise Manager,

Expand Security Key and then click on Logins.

Right click in the right pane and click on New Login.

Page 9: 1) How to Make Private Epi-5 Server With Detail

In the Name, type "a3serial". Select SQL Authentication and in the Password box, type the following password "dkdlxpawprhdnpc".

Page 10: 1) How to Make Private Epi-5 Server With Detail

it will ask for the password again put "dkdlxpawprhdnpc" & press OK.

Once done, click on the Database Access Tab.

Tick Pemit Check Box for the A3ItemEvent Database.

In the bottom window check mark "db_owner".

Follow Screenshot

Page 11: 1) How to Make Private Epi-5 Server With Detail

Note :-

some times it gives an error "Login serial already exists" .. if u too get this error message then go to Databases>A3itemEvent>users & delete the a3serial there... then again do the process mentioned above

Make Data Sources (ODBC):-

go to start>control panel>administrative tools>Data Sources (ODBC)>System DSN And press add

Page 12: 1) How to Make Private Epi-5 Server With Detail

Check Screenshot

Check select SQL server & press Finish !

Page 13: 1) How to Make Private Epi-5 Server With Detail

now put name = A3ItemEventServer = {your Server Name}

(For Information Check Screenshot)

Page 14: 1) How to Make Private Epi-5 Server With Detail

you will get SQL Server Service Manger From :-Start>program files>Microsoft SQL server>Service Manager & click start server

Page 15: 1) How to Make Private Epi-5 Server With Detail

Now it will show 2 options there. select the second option Enter ID & Password (Check Screenshot For

Details) Then Press Next.

select change database to & select A3ItemEvent there

Page 16: 1) How to Make Private Epi-5 Server With Detail

Now press next, then finishes And OK.

You have to do this same process with some more databases too

Do Same Process For other Database, Just Change “Name” And “Change Database”.

Here List of Name & Change Database. Name = Change Database

Page 17: 1) How to Make Private Epi-5 Server With Detail

A3Friend = FriendDB A3RcvResult = A3ItemEvent A3SerialList = A3ItemEvent ASD = ASD EventA3 = ASD FriendDB = FriendDB HSDB = HSDB LETTERDB = ASD LocalServer = ASD Login202 = ASD NEWASD = ASD

Make Registry File(.reg file):- a .reg file is already given in the server folder (D:\a3server) If it’s there then just double click on it & press yes and again

yes. if u r using any other server files then u have to make a .reg

file. 1st Of All copy the text which I am giving below :-

Windows Registry Editor Version 5.00

Page 18: 1) How to Make Private Epi-5 Server With Detail

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3Friend ]

"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"

"Server"="(local)"

"Database"="FriendDB"

"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3RcvRes ult]

"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"

"Server"="(local)"

"Database"="A3ItemEvent"

"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3Serial List]

"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"

"Server"="(local)"

"Database"="A3ItemEvent"

"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\EventA3]

"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"

"Server"="(local)"

"Database"="ASD"

"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\FriendDB ]

"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"

"Server"="(local)"

"Database"="HSDB"

"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\HSDB]

"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"

"Server"="(local)"

Page 19: 1) How to Make Private Epi-5 Server With Detail

"Database"="HSDB"

"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LETTERDB ]

"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"

"Server"="(local)"

"Database"="FriendDB"

"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LocalSer ver]

"Description"=""

"Server"="(Local)"

"Trusted_connection"=""

"UseProcForPrepare"="Yes"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Login202 ]

"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"

"Server"="(local)"

"Database"="ASD"

"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\NEWASD]

"Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"

"Server"="(local)"

"Database"="ASD"

"LastUser"="sa"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]

"LocalServer"="SQL Server"

"A3RcvResult"="SQL Server"

"A3SerialList"="SQL Server"

"FriendDB"="SQL Server"

"NEWASD"="SQL Server"

"Login202"="SQL Server"

"LETTERDB"="SQL Server"

"EventA3"="SQL Server"

Page 20: 1) How to Make Private Epi-5 Server With Detail

"A3Friend"="SQL Server"

"HSDB"="SQL Server"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC File DSN]

"DefaultDSNDir"="C:\\Program Files\\Common Files\\ODBC\\Data Sources"

Now go to start>run type notepad & press enter.

now paste the text in it & save it on the desktop by Putting its name as ODBC.reg!

now go to your desktop & just double click on the ODBC.reg file... press yes Then Ok.

Almost Done