Thursday, October 14, 2010

GE Centricity Business Desktop Components installation

GECB or 'Flowcast' or IDXWeb as it can be referred to.

The requirements for this to work are numerous:


  1. Microsoft .NET Framework 2.0 SP2
  2. Internet Explorer 6 or 7 (IE8 supported only in the very latest version. Backend has to match Desktop components).
  3. ActiveX components which can be deployed via 2 MSI files: "FlowcastDesktopControls.msi" and "IDXWebFrameworkControls.msi"
  4. .NET Framework Security changes
  5. Internet Explorer Security changes
Once 1 - 3 have been installed/setup in the given order, the .NET and IE changes need to be made.

.NET Framework security changes
Run the 2 commands below to change Trusted Sites and Local Intranet to allow Full Trust:
"%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\caspol.exe" -q -m -cg LocalIntranet_Zone FullTrust

"%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\caspol.exe" -q -m -cg Trusted_Zone FullTrust

IE security changes
  1. Easiest way is to change Group Policy to allow unsigned ActiveX controls to run for both the Local Intranet and Trusted Sites groups
  2. Create/Import registry changes to add the domain that GECB is in.
    Here is an example of reg keys to accomplish this (change according to the domains you need to allow IE to trust):
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\YOUR_DOMAIN_HERE]
"*"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\
YOUR_DOMAIN_HERE\*]
"http"=dword:00000001
"https"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\YOUR_DOMAIN_HERE\*]
"*"=dword:00000002
Once all of these have been configured (and assuming the backed is all in order and matches the desktop component version number), you should no longer receive .NET Framework errors upon logging into GECB.

1 comment:

  1. Very informative site and article, i must bookmark it and keep posting interesting articles.
    MACRA

    ReplyDelete