RES one workspace installation tips and tricks.
What i am about to share here is the steps and installation process that can get you started with RES one workspace.
what you'll need is
1. RES one workspace installation software here
2. Some sort of database (Oracle, MS SQL, MYSQL) I use MySql here as it is free!!! - here.
3. NetFramework 4.6 or 4.5.2
4. mysql connector odbc,
5. visual studio,
6. visual C++ distribution 2015.
start with the installation of your MYSQL, once completed. perform the connection testing.
open a command prompt. run c:\program Files\MySQL\MySql Server 4.5\bin\mysql.exe -u root -p
#please enter password> < the password when you set in the mysql setup wizard.
...this will is all the default database.
mysql> show databases;
better to create a new database.
mysql> create database test1;
then install your RES one workspace.
when completed or half way you will need to connect it to the datastore. this is when the tricky parts comes in.
to setup the ODBC connection:
https://www.youtube.com/watch?v=Nv2BSLiWV94
To setup the RES datastore:
https://www.youtube.com/watch?v=BZuchZREItY
well there you have it...happy setup!!!.
Thanks.
what you'll need is
1. RES one workspace installation software here
2. Some sort of database (Oracle, MS SQL, MYSQL) I use MySql here as it is free!!! - here.
3. NetFramework 4.6 or 4.5.2
4. mysql connector odbc,
5. visual studio,
6. visual C++ distribution 2015.
start with the installation of your MYSQL, once completed. perform the connection testing.
open a command prompt. run c:\program Files\MySQL\MySql Server 4.5\bin\mysql.exe -u root -p
#please enter password> < the password when you set in the mysql setup wizard.
...this will is all the default database.
mysql> show databases;
better to create a new database.
mysql> create database test1;
then install your RES one workspace.
when completed or half way you will need to connect it to the datastore. this is when the tricky parts comes in.
to setup the ODBC connection:
https://www.youtube.com/watch?v=Nv2BSLiWV94
To setup the RES datastore:
https://www.youtube.com/watch?v=BZuchZREItY
well there you have it...happy setup!!!.
Thanks.

Comments
Post a Comment