Install IntraSell: Unterschied zwischen den Versionen

Aus GRITON
Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:
 
==Files==
 
==Files==
  
1. Copy existing IntraSell Installation from you central server.  
+
1. Copy existing IntraSell Installation from your central server.  
 
*For this purpose you can use the command
 
*For this purpose you can use the command
  
Zeile 14: Zeile 14:
 
*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==
Zeile 25: Zeile 25:
  
  
 
+
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>
  
Zeile 48: Zeile 47:
 
</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"  
Zeile 54: Zeile 53:
 
==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!

Version vom 3. Februar 2016, 22:08 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!