ERP Technologies

Call Now:- +88 017166-22648

Busy - Client Server Edition

The Busy Software Client-Server Edition is an ideal solution for businesses aiming to accelerate their financial accounting data processing while ensuring robust data integrity and reliability. This powerful tool enhances the efficiency of business accounting operations, providing a seamless and dependable experience.

Implementation of Client-Server Model in BUSY

Before implementing the Client-Server model in BUSY, it’s important to understand how a Business Application (like BUSY) interacts with databases. Typically, a Business Application consists of three core components:

1. **Application**
2. **Database Engine (DBE)**
3. **Data Files**

The Business Application communicates with the DBE for tasks such as saving, retrieving, or processing data. The DBE, in turn, manages data storage and retrieval by interacting with the Data Files. There are two primary types of database architectures:

1. **File Server Model**
In this model, both the Application and the DBE reside on the same computer, while the Data Files might be stored on either the same computer or another one. Examples of File Server databases include MS Access, DBase, Paradox, FoxPro, or any flat-file database.

 2. **Client-Server Model**
In the Client-Server model, the DBE and Data Files are hosted on the same server, while the Application can either reside on the same server or on a different computer. Examples of Client-Server databases are MSSQL, Oracle, Informix, Ingres, and MySQL.

For clarity, we will focus on a common multi-user setup where the Application and Data Files are on separate computers. In this context, the computer running the Application is referred to as the **Client**, and the one hosting the Data Files is called the **Server**.

File-Server Mode

Given below is a pictorial view of a File Server Based Application. Here the Application and the DBE are residing on the Client and the Data Files are residing on the Server.

Client-Server Mode

The diagram illustrates a Client-Server-based application setup. In this architecture, the application runs on the client side, while the Database Engine (DBE) and associated data files are hosted on the server.

Advantages of Client Server

Since the DBE and the Data Files resides on a single computer only, all the data processing takes place on the Server computer only.
it improves the speed of data processing resulting in better application speed. Second in case of network failure between Client and Server (Which is very common), the data processing does not get affected hence improving the data integrity and reliability.
After discussing the difference between the Client-Server and the File-Server models, let us discuss the Database technologies available in BUSY and implementation of Client-Server in BUSY.

Database Technologies available in BUSY

Before Ver. 3.0(4a), BUSY was based on File Server Technology only (MS Access as Backend Database). Now starting from BusyWin 3.0(4a) version we have the option to choose the backend Database. User can use BUSY either in File Server mode (MS Access Database) or Client Server mode (MSSQL Database).

Different models of BUSY

Till now we had 4 models of BUSY software

a) SS (Standard Single-User)
b) SM (Standard Multi-User)
All the above four model works in File Server mode (MS Access based). Now we have introduced two more models to provide Client Server database capabilities
SC (Standard Client-Server)
SC would provide the features of Standard Edition in Client Server mode and PC would be providing features of Professional Edition with Client Server mode.
Client Server would always be Multi-User but unlike SM & PM, where a single dongle is sufficient for all the computers in a LAN, all the Client computers in Client-Server mode would require independent dongle of either SC or PC model.
Maintaining our old tradition, we still have the single BUSY application, which would switch to relevant database mode depending upon the dongle installed on the computer. If no dongle were installed on the computer then the default mode would be File Server mode (MS Access).

Requirement for Client-Server model

1. Operating System requirement
a) For Server : Any Server operating system such as Windows Server 2000, Server 2003, XP Server and so on which can run MSSQL Server 2000.
b) For Clients : Windows 98 or any higher version.
2. Software requirement
a) For Server : MSSQL Server 2000 Database Server
b) For Clients : BUSY Application, ODBC Connectivity Drivers and SQL Server 2000 Client Tools (Although Client Tools are not required for the running of BUSY, these may be required for troubleshooting)
After going through the requirements for running Client-Server model, let us now have a look at the steps to configure Client-Server model.

Steps to Configure Client Server model

On Server 1. Install SQL Server 2000 Server Database (Set the Authentication Mode to ‘Mixed Mode (SQL Server & Windows)’ and NOT on ‘Windows Only’)
2. Register for a new Server through Enterprise Manager. While registering new Server, you can specify a name to this server. This server name would be required while specifying Server Information on Client computers.
3. Change the password for the default User SA. This password would again be required while specifying Server Information on Client computers.
On Client machine
1. If you have SC (Standard Client Server) or PC (Professional Client Server) dongle then BUSY will automatically start in Client Server model.
2. If you do not have a SC or PC dongle then to start the BUSY application in Client Server model, perform the following steps:
2.1 Create a separate icon of BUSY.
2.2 Right click the BusyWin icon you have created and select the Properties option.
2.3 Click the Shortcut tab and then specify SC or PC as Command Line Argument in the Target field. Given below is a screenshot of Shortcut to Busywin.exe Properties window with Command Line Argument specified in it.

After configuring Client-Server model, the next step is to install the ODBC Connectivity Drivers in the client computer.

Installing ODBC Connectivity Drivers

In Windows 2000 / XP, ODBC Connectivity Drivers are part of the OS itself so there is no need to install them separately. For Windows 98, you need to install ODBC Connectivity Drivers. These drivers are available from Microsoft in the form of MDAC (Microsoft Data Access Components) Ver. 2.8. For the convenience of users we have provided these drivers in the BUSY CD (\Drivers folder) itself. MDAC is a single executable file by the name of mdac_typ.exe. Kindly go to \Drivers\MDAC2.8 folder in BUSY CD and execute mdac_typ.exe file and the ODBC Connectivity Drivers would be installed in the client computer.
In case of Windows 2000 / XP although it is not required to install these drivers, you may install them in case of any problem in connectivity of client with the server.
After installing the ODBC Drivers, next step is to specify the Server related information in the BUSY application.

Setting Server Information

When you run BUSY on Client-Server mode then instead of CompanyàSet Data Directory, CompanyàSet Server Information option appears in the Company menu.
1. Click the Set Server Information option to specify details related to the Server.
2. On clicking the Set Server Information option, a Server Information window appears. Given here is a screenshot of Server Information window.

In the Server Information window, there are various data fields. The data fields are:
Database – Specify the database name in this data field (Fixed as MSSQL for the time being).
Sever Name – Specify the Server name in this data field as specified at the time of registering a new Server.
User ID – Specify a valid MSSQL server User ID in this data field. Default MSSQL Server user name is Sa.
Password – Specify password that you have specified for the user name Sa at the time of registering for a new Server.
This is the only configuration required to run BUSY in Client Server mode. Once this configuration is done, BUSY will work as it is as it works in File server mode (MS Access).

Data Exchange between Client-Server and File-Server mode

If you are working in File-Server mode and want to work in Client-Server mode then BUSY provides you with the BUSYAcces2SQL utility. This utility will convert the existing data from MS Access to MSSQL. The process of converting data may take some time depending upon the size of the data.
Note: The BUSYAcces2SQL utility is provided in the Add-On & Utilities folder in BUSY CD.
The same process can be reversed also. If you are working in Client-Server mode and want to work in File-Server mode then you can use the same BUSYAccess2SQL utility to convert data from MSSQL to MS Access.

017166-22648
Scroll to Top
Open chat
ERP Technologies
Hello
Can we help you?