0% found this document useful (0 votes)
51 views

SQL Server Installtion and OneSync Code Setup Guide (E)

This document provides instructions for setting up OneSync code. It involves installing prerequisites like SQL Server, downloading the OneSync code repository, executing SQL scripts to configure the database, and building and running the solution to create required databases and run agent and panel projects.

Uploaded by

Dhanaraj G
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

SQL Server Installtion and OneSync Code Setup Guide (E)

This document provides instructions for setting up OneSync code. It involves installing prerequisites like SQL Server, downloading the OneSync code repository, executing SQL scripts to configure the database, and building and running the solution to create required databases and run agent and panel projects.

Uploaded by

Dhanaraj G
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 18

One Sync Code Setup Instruction

OneSync Prerequisites
Please install First “OneSync.Prerequisites-1.1.3.2” exe provided by client to setup OneSync application,
and this exe also install SQL Server 12 express version and please check SQL server service running. If
SQL Server service is not running, then please uninstall SQL Server 12 and follow the sql server
installation steps.

SQL Server Installation steps


1) Please download SQL server executable exe
https://www.microsoft.com/en-in/sql-server/sql-server-2019-pricing

2) Double click on SQL server executable exe from download folder

3) Please select Custom option


4) Please click on install button
5) Please click on Installation tab
6) Please click on “New SQL Server stand-alone installation or…. ”
7) Please click next button on all screen till “Feature Selection Screen”
8) Please select all features except “Machine Learning Services and Language” and scroll down
feature selection section and unselect “Machine Learning Services and Language” from Shared
features also and click on next button
9) Please select Named Instance and Enter instance Name as “MICROFLUX“and make sure instance
name should be without space
10) Please select Mixed mode and enter your desired password and hit on “Add Current User”
button

11) Please click on Next button


12) Please hit on “Add Current User”” button on when ever this button is visible

13) Please Download SQL Server Management Studio (SSMS) and install
https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?
view=sql-server-ver16
14) Please Connect SQL instance: localhost\MICROFLUX

One Sync Code Setup

15) One sync code repo :


$/CENTRO-Engineering - Repos (azure.com)

16) Please Install dotnet framework 4.6.2 if not installed.

17) Please execute this script “SQL Server Min-Max Memory Settings for x64.sql” over the SQL
server instance.
Script found under folder: C:\Users\ryadav37\source\Workspaces\Weatherford\CENTRO-
Engineering\MC2\MC2.EntityFramework\Scripts\ SQL Server Min-Max Memory Settings for
x64.sql

18) Please make sure below folder should be exist in your C directive
C:\ProgramData\Weatherford\Databases

19) Please follow below steps while building solution


a) If you are getting any assembly references issue or missing NuGet package
Please select the project and click on Mange NuGet Packages.
b) Please search missing package like “Microsoft.Reporting.WinForms” and click on install
c) Either you can download from shared folder and past it out in you project packages folder

https://capgemini-my.sharepoint.com/:f:/r/personal/ram_b_yadav_capgemini_com/Documents/CG
%20Workspace/WeatherfordShared?csf=1&web=1&e=DFiDl5

Package folder found in your project: C:\Users\ryadav37\source\Workspaces\Weatherford\CENTRO-


Engineering\MC2\packages

20) Please open test explorer and execute below test case to create database
a) _Monitoring_DatabaseSetup
b) _Operation_DatabaseSetup
c) _Operation_RCD_DatabaseSetup
d) _Simulation_DatabaseSetup
e) _TPS_DatabaseSetup
21) Please verify database once script running is done.
22) Please select and run MC2.Agent. Monitoring project.

23) Please run MC2.Panel project and select Plan

You might also like