Difference between revisions of "Windows 8 and Windows 10"

From IMSMA Wiki
Jump to: navigation, search
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==PostGreSQL configuration ==__NOEDITSECTION__
+
{{TOC right}}
 +
==.Net activation == __NOEDITSECTION__
 +
This '''requires''' an Internet connection.
 +
<ol>
 +
<li>Open Control Panel, click on the Programs items, and then click on ''Turn Windows features on or off'' under Programs and Features OR Press the Windows key ''Windows logo'' on your keyboard, type ''Windows Features'', and press Enter.</li><br/>
 +
[[Image:Activate dotnet1.png|800px|center]]<br/>
 +
<li>Select the .NET Framework 3.5 (includes .NET 2.0 and 3.0) check box, press OK, '''wait''' until activation is done and reboot your computer if prompted.</li><br/>
 +
[[Image:Activate dotnet2.png|400px|center]]
 +
<br/>
 +
<li>You do not need to select the child items for Windows Communication Foundation (WCF) HTTP activation.</li>
 +
</ol>
 +
 
 +
==PostgreSQL configuration ==__NOEDITSECTION__
 
If you get these error messages in the log: <br />
 
If you get these error messages in the log: <br />
  
Line 6: Line 18:
 
The pipe has been ended}}
 
The pipe has been ended}}
  
when you [[Restore IMSMA Data from a Backup|restore a backup]] or [[Install_IMSMANG_Version_6#Part_4._Database|create a new IMSMA database]] you need to update ''C:\IMSMAng\pgsql\data\pg_hba.conf'' with a text editor. <br/> <br/>
+
when you [[Restore IMSMA Backup on Server|restore a backup]] or [[Install_IMSMANG_Version_6#Part_4._Database|create a new IMSMA database]] you need to update ''C:\IMSMAng\pgsql\data\pg_hba.conf'' with a text editor. <br/> <br/>
  
 
[[Image:IPv6.png|500px]] <br />
 
[[Image:IPv6.png|500px]] <br />
 
<ol>
 
<ol>
<li> Open the file C:\IMSMAng\pgsql\data\pg_hba.conf with a text editor e.g. Notepad</li>
+
<li> Open the file ''C:\IMSMAng\pgsql\data\pg_hba.conf'' with a text editor e.g. Notepad</li>
<li> Remove the # on row 86 and save the file</li>
+
<li> Delete the # on row 86 and save the file</li>
 
<li> Restart the PGSQL service</li>
 
<li> Restart the PGSQL service</li>
 
</ol>
 
</ol>
If you do not have any text editor installed you may '''[[Media:Pg hba.zip|download]]''' the file (need to be unzipped) or copy and rename ''pg-hba-Win7.conf'' in the installation package.
+
If you do not have any text editor installed you may '''[[Media:Pg hba.zip|download]]''' the file (need to be unzipped).
  
 
==Shortcuts==__NOEDITSECTION__  
 
==Shortcuts==__NOEDITSECTION__  
If you need to create shortcuts on the desktop:
+
If you need to create shortcuts on the desktop:<br/>
<li>{{IMSMANG}}</li>
+
;{{IMSMANG}}
<blockquote>
+
: Target = C:\IMSMAng\trayLauncher\IMSMA.exe  <br/>
Target = C:\IMSMAng\trayLauncher\IMSMA.exe  <br/>
+
: Start in = c:\IMSMAng\trayLauncher <br/>
Icon = %SystemDrive%\IMSMAng\client\images\new_IMSMAin24.ico  <br/>
+
: Icon = %SystemDrive%\IMSMAng\client\images\new_IMSMAin24.ico  <br/>
Do not forget to set ''Run as administrator''.
+
: Do not forget to set ''Run as administrator''.
</blockquote>
 
  
<li>IMSMA RE</li>
+
;IMSMA RE
<blockquote>
+
: Target = C:\IMSMARE\webapp\show.bat <br/>
Target = C:\IMSMARE\webapp\show.bat <br/>
+
: Start in = c:\IMSMARE\webapp <br/>
Icon = %SystemDrive%\IMSMARE\webapp\resources\public\images\new_IMSMAin24.ico
+
: Icon = %SystemDrive%\IMSMARE\webapp\resources\public\images\new_IMSMAin24.ico <br/>
</blockquote>
+
: Also for IMSMA RE it is recommended using ''Run as administrator''.
  
<li>lightMINT Start service</li>
+
;SAG
<blockquote>
+
: Target = C:\IMSMAETLTool\bin\etl.exe <br/>
Target = "C:\Program Files\jasperreports-server-cp-5.2.0\servicerun.bat" START<br/>
+
: Start in = C:\IMSMAETLTool <br/>
Icon = %SystemRoot%\system32\SHELL32.dll
+
: Icon = %SystemDrive%\IMSMAETLTool\icons\new_IMSMAin24.ico <br/>
</blockquote>
+
: Also for SAG it is recommended using ''Run as administrator''.
  
<li>lightMINT Stop service</li>
 
<blockquote>
 
Target = "C:\Program Files\jasperreports-server-cp-5.2.0\servicerun.bat" STOP<br/>
 
Icon = %SystemRoot%\system32\SHELL32.dll
 
</blockquote>
 
 
<li>lightMINT Stop service</li>
 
<blockquote>
 
Target = "C:\Program Files\jasperreports-server-cp-5.2.0\servicerun.bat" STOP<br/>
 
Icon = %SystemRoot%\system32\SHELL32.dll
 
</blockquote>
 
 
<li>lightMINT / JasperReports Server Login</li>
 
<blockquote>
 
Target = <nowiki>http://localhost:8082/jasperserver</nowiki><br/>
 
Icon = %SystemRoot%\system32\SHELL32.dll
 
</blockquote>
 
 
==Permissions==__NOEDITSECTION__
 
There have a few cases where permission on Program files makes manually created subfolder invisible and the files inside the folder not usable. This has been noticed with the '''fallback''' font folder. One work-around is to re-install Java to a folder outside Program files.
 
 
{{NavBox Technical Notes}}
 
{{NavBox Technical Notes}}
 
 
[[Category:NAA]]
 
[[Category:NAA]]

Latest revision as of 19:08, 10 November 2017

.Net activation

This requires an Internet connection.

  1. Open Control Panel, click on the Programs items, and then click on Turn Windows features on or off under Programs and Features OR Press the Windows key Windows logo on your keyboard, type Windows Features, and press Enter.

  2. Activate dotnet1.png

  3. Select the .NET Framework 3.5 (includes .NET 2.0 and 3.0) check box, press OK, wait until activation is done and reboot your computer if prompted.

  4. Activate dotnet2.png


  5. You do not need to select the child items for Windows Communication Foundation (WCF) HTTP activation.

PostgreSQL configuration

If you get these error messages in the log:

Note.jpg psql: FATAL: no pg_hba.conf entry for host "::1", user "postgres", database "postgres", SSL off

The pipe has been ended

when you restore a backup or create a new IMSMA database you need to update C:\IMSMAng\pgsql\data\pg_hba.conf with a text editor.

IPv6.png

  1. Open the file C:\IMSMAng\pgsql\data\pg_hba.conf with a text editor e.g. Notepad
  2. Delete the # on row 86 and save the file
  3. Restart the PGSQL service

If you do not have any text editor installed you may download the file (need to be unzipped).

Shortcuts

If you need to create shortcuts on the desktop:

IMSMANG
Target = C:\IMSMAng\trayLauncher\IMSMA.exe
Start in = c:\IMSMAng\trayLauncher
Icon = %SystemDrive%\IMSMAng\client\images\new_IMSMAin24.ico
Do not forget to set Run as administrator.
IMSMA RE
Target = C:\IMSMARE\webapp\show.bat
Start in = c:\IMSMARE\webapp
Icon = %SystemDrive%\IMSMARE\webapp\resources\public\images\new_IMSMAin24.ico
Also for IMSMA RE it is recommended using Run as administrator.
SAG
Target = C:\IMSMAETLTool\bin\etl.exe
Start in = C:\IMSMAETLTool
Icon = %SystemDrive%\IMSMAETLTool\icons\new_IMSMAin24.ico
Also for SAG it is recommended using Run as administrator.