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

Post on 22-Oct-2014

110 views 0 download

Tags:

Transcript of 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

^_^)

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:\

Start Microsoft SQL Server

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

Service Manager

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

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

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".

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!

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.

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

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

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

Check Screenshot

Check select SQL server & press Finish !

now put name = A3ItemEventServer = {your Server Name}

(For Information Check Screenshot)

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

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

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

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

[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)"

"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"

"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