Proficy Portal 2.6 Release Notes

General Information

NOTE: For more information, refer to System Requirements in the Getting Started with Proficy Portal printed manual.

  1. Proficy Portal communicates with Historian to receive data. IMPORTANT: if the Historian SDK Client Tools are installed on your Proficy Portal server, then you must install the latest Historian SIM on your Proficy Portal server. To access Historian SIMs from the GE Fanuc web site, visit: http://globalcare.gefanuc.com/downloads/sims/.
  2. Please exit from all running applications.

NOTE: CIMPLICITY 6.1 Service Pack 1a installs the Historian SDK Client tools. When it does this it installs an older version of the ihapi20.dll and, therefore, you must install the latest Historian SIM on the Proficy Portal server after installing CIMPLICITY 6.1 Service Pack 1a.

NOTE: The iFix26_265407 SIM should be installed for iFix 2.6. No SIM is needed if running iFIX 3.5 or greater.

BACK TO TOP

Upgrading Proficy Portal

IMPORTANT: It is strongly recommended that you back up (make a copy of) your existing configuration before installing a new version.

NOTE: It is recommended that rather than manually uninstalling version 2.1 or 2.5, simply run the 2.6 installation. This will automatically install over your current location and all user files are maintained.


  1. Select the SampleSystem role.
  2. On the Applications tab, select Administration from the drop-down list and clear the Run and All check boxes.
  3. Select the Proficy Real-Time Information Portal Client item from the drop-down list and clear all check boxes except Run, Save Run-time Configuration, Save Pen Groups, Save Event Groups, and Allow Export of Data.
  4. Select the Statement Builder item from the drop-down list and clear the All check box (Run should be selected).
  5. Apply the changes.

BACK TO TOP

Configuring Proficy Portal in IIS 6.0

If you are having server connection difficulties (with Windows Server 2003), ensure IIS has been configured correctly:

  1. Install IIS 6.0.
  2. From the Windows Control Panel, select Administrative Tools\Internet Information Services Manager.
  3. Right-click the Web Service Extensions folder and select Add a new Web Service extension.
  4. In the New Web Service Extension window, enter a name for the extension (this can be anything).
  5. Click the Add button and browse to the isapi_redirect.dll file (e.g., c:\Program Files\GE Fanuc\Proficy Portal\bin\isapi_redirect.dll). Select the file and click OK.

BACK TO TOP

Hosting Proficy Portal on Apache

You can run Proficy Real-Time Information Portal on either an IIS web server, or an Apache web server. If you are using Apache, you must complete the following steps after Proficy Portal has been installed.

The minimum required version of Apache is 2.0.52. For additional system requirements, access the System Requirements tab.

Proficy Portal installs the following files to support Apache:

NOTE: The following instructions assume that Proficy Portal has been installed to the default location: C:\Program Files\GE Fanuc\Proficy Portal. It is also assumed that Apache has been installed to the location: C:\Program Files\Apache Group\Apache. If these installation locations are different, you must modify this procedure accordingly.

  1. If IIS is running on the server machine, ensure that it is either disabled or moved to another port (e.g., port 90). See Resolving Port Conflicts for more information.
  2. Stop the Proficy Portal server.
  3. Stop the Apache server.
  4. Locate the httpd.conf file in the following location:
    C:\Program Files\Apache Group\Apache2\conf
  5. Open the Apache httpd.conf file in Notepad, scroll to the end of the file, and insert the following at the end on a blank line:
    Include "C:/Program Files/GE Fanuc/Proficy Portal/conf/mod_jk.conf"
  6. Also, in the httpd.conf file, add the following:
    #
    # DirectoryIndex: [Name of the file or files to use as a pre-written HTML]
    # directory index. [Separate multiple entries with spaces]
    #
    <IfModule mod_dir.c>
    DirectoryIndex index.html Default.htm
    </IfModule>
  7. Save and close the httpd.conf file.
  8. Locate the mod_jk_1.2.6_2.0.50.dll file in:
    C:\Program Files\GE Fanuc\Proficy Portal\conf
    and copy it to the Apache modules directory as specified:
    C:\Program Files\Apache Group\Apache2\modules
  9. IMPORTANT: If Apache is installed to a location other than C:\Program Files\Apache Group\Apache2, you must edit the path in the mod_jk.conf file.

  10. Start the Apache server.
  11. Start the Proficy Portal server.
  12. Open the following URL in your browser:
    http://hostname/ProficyPortal/Default.htm

NOTE: Apache is case sensitive; IIS is not case sensitive. http://hostname/proficyportal/default.htm will load on IIS, but not on Apache.

BACK TO TOP

Using the Sample System

To use the Historian Edition sample displays, the Samplesystem_Historian data source in the Administration application should be changed to have a valid server name, user name, and password. In addition, the Historian archive should have at least one hour of data and should include Simulation tags 00001 through 00010 and Simulation string tags 00001 though 00005. These tag names should not be prefaced with the Historian Server name.

BACK TO TOP

Accessing the Sample System

BACK TO TOP

Upgrade Issues

BACK TO TOP

Installation Issues

  1. In a DOS window, navigate to the following directory: c:\YourInstallDir\GE Fanuc\Proficy Portal\webapps\infoAgentsrv\web-inf (where YourInstallDir is the name of the directory Proficy Portal is installed to).
  2. Enter the following command: RegisterIAService c:\YourInstallDir\GE Fanuc\Proficy Portal\ Note: make sure to include the back slash '\' at the end of the command.

BACK TO TOP

General Issues

BACK TO TOP

Issues with Connectors and Data Sources

The following known issues exist when setting up connections to data sources, or when using data sources in Proficy Portal:

BACK TO TOP

Miscellaneous

BACK TO TOP

SQL

BACK TO TOP

Historian

BACK TO TOP

OPC

BACK TO TOP

FIX

BACK TO TOP

CIMPLICITY

BACK TO TOP

Issues with the Web Control

BACK TO TOP

Issues with iFIX Picture Import/Export

BACK TO TOP

Issues with Time Zones

BACK TO TOP

Issues with Charts

BACK TO TOP

Issues with Shapes and Animations

BACK TO TOP

Issues with Displays

BACK TO TOP

Issues with the SQL Statement Builder

BACK TO TOP

Language-specific Issues


Language

Decimal Separator

Group Separator

Minus Sign

Zero Digit

Group Symbol is…

English

period (.)

comma (,)

hyphen (-)

0

Used

German

comma (,)

period (.)

hyphen (-)

0

Used

French

comma (,)

Space ( )

hyphen (-)

0

Used

Spanish

comma (,)

period (.)

hyphen (-)

0

Used

Japanese

period (.)

comma (,)

hyphen (-)

0

Used

Chinese

period (.)

comma (,)

hyphen (-)

0

Used


BACK TO TOP

Locating Error Logs

You can locate error and debug logs in several places if you suspect something is not operating correctly. The IIS web server may log messages in the directory c:\winnt\system32 \logfiles\w3svc1 (assuming you installed to c:\winnt). Debug or error messages reported on the client side can be found in the Java console window. If this window does not automatically appear when you run the Proficy Portal client, specify "Show Java Console" in the Java Plug-in Control Panel applet. Messages from the server side are logged to YourInstallDir\GE Fanuc\Proficy Portal\webapps\infoAgentSrv\WEB-INF\logs\ infoAgentServer0.log. The Java servlet engine may also log messages in the YourInstallDir\logs directory.

For more information on logging the Java Console output to a file, use the -Djavaplugin.trace=true Java RunTime Parameter. For details on this and other trace and logging options, open the Java Plug-in Control Panel, click on Help, and review the "Tracing and logging support" topic.