Install IntraSell: Unterschied zwischen den Versionen

Aus GRITON
Zur Navigation springen Zur Suche springen
 
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt)
Zeile 1: Zeile 1:
__TOC__
+
__TOC__ '''These steps are valid for Windows 64 bit and MS Access 2010 (32 Bit)'''
'''These steps are valid for Windows 64 bit and MS Access 2010 (32 Bit)'''
 
  
*Log in as Administrator
+
*<span style="background-color:#B22222;"></span><span style="background-color:#FF0000;">Log in as Administrator</span>
*Check if Access 2010 (32 Bit) and MS Word 2010 are already installed.  
+
*Check if Access 2010 (32 Bit) and MS Word 2010 are already installed.
  
==Files==
+
== Files ==
 +
 
 +
1. Copy existing IntraSell Installation from your central server.
  
1. Copy existing IntraSell Installation from you central server.
 
 
*For this purpose you can use the command
 
*For this purpose you can use the command
 
 
<pre>Z:\intrasell4\update_lokal.bat</pre>
 
<pre>Z:\intrasell4\update_lokal.bat</pre>
  
 
*Answer with "V"erzeichnis in the command window.
 
*Answer with "V"erzeichnis in the command window.
 
*You should get confirmation that the IntraSell.dll was successfully registered.
 
*You should get confirmation that the IntraSell.dll was successfully registered.
*This cretes folder c:\intrasell4\ and all files are copied there.  
+
*This creates folder c:\intrasell4\ and all files are copied there.
  
==ODBC==
+
== ODBC ==
  
 
*For steps 2, 3 and 4 you can use the batch file:
 
*For steps 2, 3 and 4 you can use the batch file:
 
<pre>Z:\intrasell4\IntraSell\setup64Bit.bat</pre>
 
<pre>Z:\intrasell4\IntraSell\setup64Bit.bat</pre>
  
2. Install the 32 Bit ODBC Driver from MYSQL Downloads:  
+
2. Install the 32 Bit ODBC Driver from MYSQL Downloads: http://dev.mysql.com/get/Downloads/Connector-ODBC/5.1/mysql-connector-odbc-5.1.13-win32.msi
http://dev.mysql.com/get/Downloads/Connector-ODBC/5.1/mysql-connector-odbc-5.1.13-win32.msi
 
 
 
  
 +
3. Use the 32 bit ODBC Manager to register the MySQL Database.
  
3. Use the 32 Bit ODBC Manager to register the MySQL Database.
+
*Open command window and run:
*Open command windows and run:
 
 
<pre>c:\windows\SysWOW64\odbcad32.exe</pre>
 
<pre>c:\windows\SysWOW64\odbcad32.exe</pre>
  
 
Example content of IntraSell_ODBCRegister_64bit
 
Example content of IntraSell_ODBCRegister_64bit
<pre>
+
<pre>Windows Registry Editor Version 5.00
Windows Registry Editor Version 5.00
 
  
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI]
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI]
Zeile 48: Zeile 44:
 
</pre>
 
</pre>
  
4. Create command Windows as "Administrator" user  
+
4. Create command window as "Administrator" user
  
:4.1. Run "regsvr32 intraSell.dll"  
+
:4.1. Run "regsvr32 intraSell.dll"
  
==Run==
+
== Run ==
  
5. Start IntraSell using the Executable file
+
5. Start IntraSell using the executable file
<pre>
+
<pre>c:\intrasell4\IntraSell\IntraSell4.exe
c:\intrasell4\IntraSell\IntraSell4.exe
 
 
</pre>
 
</pre>
 +
 
That's it!
 
That's it!

Aktuelle Version vom 5. Februar 2016, 15:46 Uhr

Inhaltsverzeichnis

These steps are valid for Windows 64 bit and MS Access 2010 (32 Bit)

  • Log in as Administrator
  • Check if Access 2010 (32 Bit) and MS Word 2010 are already installed.

Files

1. Copy existing IntraSell Installation from your central server.

  • For this purpose you can use the command
Z:\intrasell4\update_lokal.bat
  • Answer with "V"erzeichnis in the command window.
  • You should get confirmation that the IntraSell.dll was successfully registered.
  • This creates folder c:\intrasell4\ and all files are copied there.

ODBC

  • For steps 2, 3 and 4 you can use the batch file:
Z:\intrasell4\IntraSell\setup64Bit.bat

2. Install the 32 Bit ODBC Driver from MYSQL Downloads: http://dev.mysql.com/get/Downloads/Connector-ODBC/5.1/mysql-connector-odbc-5.1.13-win32.msi

3. Use the 32 bit ODBC Manager to register the MySQL Database.

  • Open command window and run:
c:\windows\SysWOW64\odbcad32.exe

Example content of IntraSell_ODBCRegister_64bit

Windows Registry Editor Version 5.00

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

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\intrasell_daten_2]
"Driver"="C:\\Program Files (x86)\\MySQL\\Connector ODBC 5.1\\myodbc5.dll"
"SERVER"="arfaian_server2"
"UID"="webshop"
"PWD"="xxx"
"PORT"="3306"
"DATABASE"="intrasell_daten_2"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\ODBC Data Sources]
"intrasell_daten_2"="MySQL ODBC 5.1 Driver"

4. Create command window as "Administrator" user

4.1. Run "regsvr32 intraSell.dll"

Run

5. Start IntraSell using the executable file

c:\intrasell4\IntraSell\IntraSell4.exe

That's it!