question
stringlengths
19
6.88k
answer
stringlengths
38
33.3k
Problem Statement: How to change the maximum number of summary lines to view in the Aspen Web.21 IO Status page.
Solution: Aspen Web.21 utilizes the Aspen InfoPlus.21(IP.21) Summary processing to provide the current status for the IO Status page. The IO Status page displays the list of IP.21 transfer records and their current statuses. The columns displayed are set by records defined by the SummarylineDef record. The IOSummary re...
Problem Statement: Two ASP pages, Trend1.asp and Trend2.asp, have been created in MS Front Page with a PEPLot object and an AspenPE.TimeLineCtrl.1 object. These pages are linked by two different iframe object inside asp page multitrend.asp. Both pages are corrected loaded into IE 6.0 but when I try changing the time ra...
Solution: The Aspen Web.21 time line and plot ActiveX controls are the same controls used by Aspen Process Explorer. Although each custom asp page can consist of multiple plots, these controls were designed, by default, to only use 1 time line per page. However, the time line/plot "link" is controlled by the TimeServer...
Problem Statement: Just about every Tag's Input value has a Quality Status associated with it that shows if the value is considered to have a Good, Bad or Suspect status. This solution details the steps to display the quality status of a tag in Aspen IP.21 Process Browser (formerly called Aspen Web.21)
Solution: 1. In Aspen IP.21 Process Browser Graphic Studio, add a 'Text' data point object to a Graphic. 2. On the Data tab of the Text Data object, set the Name field to the following: <tagname> ip_input_quality where tagname is the name of the tag with the status value to be read. 3. On the Attribute drop down list, ...
Problem Statement: This knowldege base article describes how to change various data refresh rates in Aspen Web.21.
Solution: Generic Subscription service - Web.21 TrendPlots: When using the generic subscription service (introduced in v.6.0) the Web.21 trendplots use the same connection to IP.21 as Process Explorer. The data update rate is also controlled by the same registry key as with Process Explorer. This can be found on each c...
Problem Statement: When attempting to open a Trend Plot on a Web.21 client machine, the following error is displayed: Could not create grid control. Is VSFlex7L.ocx registered? In some cases, after acknowledging the error, Internet Explorer may exit.
Solution: Find the file VSFlex7L.ocx on the machine and move it to the %SystemRoot%\system32 folder. Once the file is in the system32 folder, it will need to be registered. Start | Run | regsvr32 "%SystemRoot%\system32\VSFlex7L.ocx" KeyWords grid control vsflex7l.ocx Keywords: None References: None
Problem Statement: One use case would be to use s95 tag names and then provide different locations for identical equipment and only create one web.21 Graphic. This example will show you how to setup a Generic Web.21 Graphic and then pass in s95 tag names in the URL.
Solution: The attached Word document shows the steps to configure a simple graphic and pass in s95 Tag names. The URL below is an example of what you would add to BPC for Operations Navigator to use the Graphic. The parameters are included in the URL as one parameter with an XML value. http://localhost/Web21/graphics.a...
Problem Statement: Detail pages don't display data for tags that have a single quote, double quote or backslash (\) in the name.
Solution: Due to language restriction in JavaScript and Java, Web.21 does not display detail page data for IP.21 tag names that contain one or more of the following characters: 1. Single quote (') 2. Backslash (\) 3. Double quote (") Keywords: References: None
Problem Statement: The following error appears when opening the Web.21 home page The page cannot be displayed Error Type: Active Server Pages, ASP 0134 (0x80004005) The object has an invalid ProgID of 'AspenTech.AFW.AuthorizationEx'. /Web21/global.asa, line 3
Solution: This error indicates that Aspen Web.21 (Web.21) cannot create the security object and hence it will fail. Here are some troubleshooting steps: Go to, Start | Programs | AspenTech and make sure AFW Tools is available (installed). If AFW Tools is not a selectable item, try a clean install using Solution 111129 ...
Problem Statement: Especially when using Web.21, all Authentication, Permissions, Proxies etc. will come in via the default of Port 80. A question was raised as to whether that can be changed, as this user had a firewall situation and did not want to use Port 80 for this purpose.
Solution: This should not be a problem. You should initially re-specify the Port you want to use in the Web.21 Virtual Directory. Next make sure that it can pass through the firewall. Finally you will need to specify the port number in the URL for any Web.21 Clients. For example, if using Port 1004, you would address y...
Problem Statement: Is it possible to make symbols in a Web.21 graphic blink or become transparent when certain conditions are met?
Solution: It is possible to make graphics transparent or blink when conditions are met. Right-click on the symbol and select Properties. In the Animation tab, you will notice that the default entry in the Display column is "S" (steady). By double-clicking on the field in the Display column, you can also choose other di...
Problem Statement: By default the legend is not displayed when a Aspen Web.21 plot is viewed via the link on the Detail page. This solution illustrates the changes that can be made to force the legend to display upon opening the plot.
Solution: To force the display of the legend when opening the plot we have to modify the TagDetailPlot.asp (or custom detail page) located under the directory "C:\Inetpub\wwwroot\AspenTech\Web21" to use hideLegend="yes" as shown in red below: <DIV style="width:100%;height:90%" class=PEPlot align=center id=PlotObj PlotT...
Problem Statement: Many types of Web.21-installed files can be easily customized by any person with access to the web server. In addition, during an upgrade by default the v2004.x installation does NOT replace any file that has been modified. Both situations result in a potential source of errors that can be difficult ...
Solution: The attached utility compares Web.21-related files installed in the Inetpub path with a standard new installation of Web.21. Virtual directories analyzed include \wwwroot\AspenTech\Web21 \wwwroot\AspenTech\AspenCUI (v5.x and greater) \wwwroot\AspenTech\Tools (v2004.x) Results are output to an HTML file create...
Problem Statement: When creating & testing graphics with the Web.21 Graphic Studio several iterations of graphics are generally created and tested before the graphic is finalized. Internet Explorer (IE) has the ability to store cached copies of web pages which are opened. If IE stores a graphic file in the cache, the n...
Solution: The IE cache files can be deleted from an open Internet Explorer session by clicking: Tools | Internet Options | Delete Files... Make sure the 'Delete all offline content' checkbox is checked. The IE cache is saved locally on each IE client machine. Therefore, this procedure must be done on each individual cl...
Problem Statement: There are several ways from within Aspen Web.21 of displaying a 'Tag Detail' showing specific fields of a chosen record. For example, when looking at a Trend Plot, a user can click on the pull-down menu 'Tag' and click on Tag Detail. A typical result of doing this would be :- This knowledge-base ar...
Solution: Both of the above problems are caused by missing components in the Aspen Data Source Architecture (ADSA) The first 'bad' display above was a result of the Aspen SQLplus Service component missing. The second 'bad' display above was a result of the Aspen Process Subscription component missing. Keywords: Refere...
Problem Statement: This knowledge base article describes how to display or hide symbols within Aspen Web.21 graphics based on the value of a checkbox within the same Aspen Web.21 graphic file.
Solution: 1. Add a checkbox and a symbol to an Aspen Web.21 graphic file. 2. Right click on the symbol then select Properties. In the Animation tab, the default entry in the Display column will be "S". Double-click on the field in the Display column then choose the display mode U. An explanation of the various possib...
Problem Statement: Is there a way to determine how many and which users are connected via Web.21?
Solution: No tool exists that would list all the users connected to Web.21. The Statetest page: http://localhost/web21/support/StateTest.asp gets halfway there. It lists the number of browsers currently connected (UserCount variable under Application.Contents). The specific asp scripting is included below. 1. Copy this...
Problem Statement: When accessing the Web.21 home page where Web.21 is installed on Windows 2003 with Sharepoint Portal Server or SharePoint Services configured, you may encounter the "The page cannot be found" or "HTTP 404 Not Found" error message.
Solution: You have to exclude the Web.21 and AspenCUI applications from being handled by the Windows Sharepoint Portal Server or SharePoint Services. This is documented in the Microsoft KB article ID: 899711: http://support.microsoft.com/default.aspx?scid=kb;en-us;899711&sd=rss&spid=2528 Start Windows SharePoint Servic...
Problem Statement: Accessing the Web.21 pages using the IP address or fully qualified domain name of the Web.21 server may not work. This knowledge base article explains the possible reasons why this may not work and provides Internet Explorer setting suggestions to make it work.
Solution: Accessing the Web.21 url using v2004 should work without problems. Parts of Web.21 have been re-architected for v2004. This had the side effect of resolving this problem. For versions prior to v2004, the problem is related to the version of Internet Explorer (IE) that is in use. The privacy settings in IE 6.0...
Problem Statement: Unable to open trend plot via a link on the left-hand navigation bar.
Solution: Rename the file so that non-standard symbols (such as "#") are omitted. A file name such as My#File can be saved as well as opened via the File | Open pull-down menu. However the javascript that responds to the on-click event in the left-hand navigation bar does not function correctly with "#" in the filename...
Problem Statement: Users would like to click on an object in the graphics studio, and have that launch another web page.
Solution: In general, the window.open command can be scripted in the Actions tab of an object, in order to launch another window to a different web page. For example, when added to the 'OnClick' event of a graphics studio data field, the following syntax would open the Aspentech corporate home page: window.open(www.asp...
Problem Statement: What is the ASPNET account used for and what software installs it?
Solution: The ASPNET account gets created when you install the components for the Aspen Production Record Management Reporting Tool (starting with AMS version 5.x). Actually, after the installation of any .NET Framework application, you will find the ASPNET account on the local computer. If you start an ASP.NET web app...
Problem Statement: This Knowledge Base article provides steps to resolve the following error message: Warning! Cookies disabled, or blocked Cookies are required for Aspen Web.21 Operation Also the the Privacy Report icon appears in the bottom right corner of Internet Explorer. Changing the Security setting for Internet...
Solution: The problem is caused by not using a valid DNS naming convention for the Aspen Web.21 server node. A valid DNS name can consist of numbers, letters, and - (dash). A server with an underscore in the name would not be considered a valid "DNS" name, and would cause the problem outlined in this solution. If the A...
Problem Statement: Aspen IP.21 Process Broswer clients get an error when moving from one web page to another: "IP.21 Process Browser Application Data is corrupted persist information will be reset".
Solution: 1. Start Microsoft Internet Explorer. 2. In the Tools menu, click Internet Options, and then click the Security tab. 3. Under Select a Web content zone, click Local Intranet, and then click Custom Level. 4. In Settings, scroll down to the Miscellaneous section, under Userdata persistence click Enable, and the...
Problem Statement: After upgrading Web.21 to v2004.1 or higher, when navigating to the Graphics page some systems might display the error: When "No" is selected, the body of the graphics page is blank and the message: " Waiting - Element on doc. . .Graphics " is displayed in the status bar. This error appears aft...
Solution: Modify the pre-v2004.1 custom graphics.asp page as follows: Change this section: var ModelName = Request.QueryString("ModelName"); var TraceLevel = String(Request.QueryString("Trace")); var jvmType = String(Request.QueryString("jvm")); var frameNum = String(Request.QueryString("frame")); so that it includes...
Problem Statement: Web21 install problem; error: "Page invoked does not support remote scripting"
Solution: This indicates that an ASP script has generated an exception. This is usually caused by an ActiveX control, either not getting registered properly during the installation the web-server-user (normally Anonymous) does not have permission to read the file that contains the control. Known resolution for this pro...
Problem Statement: The Web.21 trend plot reports "connection failure is fatal" in the value column of the legend.
Solution: This error seems to occur if there is a mismatch of authentications in IIS. The trend control uses RDS to communicate, so in addition to using the Web.21 virtual directory, it must also use the MSADC directory in to make the calls. If there is a mismatch between the authentication of the two directories, the ...
Problem Statement: Some client systems get AspenTech Container Control and/or Cookie Manager Object error messages when using Web.21. It only happens when trying to open a plot (including the default plot) in a new window. This appears to be something in the computer or network configuration although the exact cause ha...
Solution: Open the Internet Explorer and go to the Web.21 home page. Use the File | Open option on the Web.21 home page menu (not the Internet Explorer menu) to open a plot. After doing this once, plot pages should open fine until the system is restarted. After restarting the system, this procedure will need to be repe...
Problem Statement: Where do you get the details like Control name, CAB File, File Version, CLSID for controls used in Aspen IP.21 Process Browser plotting functions or Web21Controls.cab file?
Solution: The details of controls within Web21Controls.cab file can be obtained by simply opening the Web21Controls.inf in Web21Controls.cab under the following location <drive>:\Inetpub\wwwroot\AspenTech\AspenCUI Note: Please note that the details of almost every control will change with each service pack & AMS versio...
Problem Statement: After installing Aspen Web.21, the Design Time Controls (add-ins) are not present in MS Front Page.
Solution: The add-ins get installed with the Web.21 Graphics Studio. If the Graphics Studio has been installed, but the Web.21 toolbar still is not available in MS Front Page, check the following: 1. Make sure that the Web21Addin.dll and Web21Designer.ocx exist in the Program Files | Common Files | AspentechShare...
Problem Statement: Changing the selector record for IP_PLANT_AREA to a custom selector record causes problems with the Aspen Web.21 Tag Search page. The new custom selector record does show up in the tag detail display, but the description from the old selector record still shows up in the Tag Search page. Steps to R...
Solution: This is as designed. The Tag Search page always obtains the list of plant areas from the PLANT-AREAS record, using the following SQL query: select distinct select_description from "plant-areas" where select_description <> '' This allows different types of tags, using different selector records for the pla...
Problem Statement: If there are no dataservers listed in an ADSA list on a Web.21 client, then there might be a problem with the communication link between the ADSA and Web.21. Here is an executable that does a quick check to see how healthy your ADSA link is by informing the user of successful messages or error messag...
Solution: Download the executable from the attachment. This executable tests the internal connection between the ADSA and the Web.21 server. There are two buttons associated with the executable: 1. Test Connection Test Connection produces a successful message if the Aspen ProcessDataWeb has been created correctly...
Problem Statement: Does the Web.21 version of the Excel Add-in pull data using Web.21? If an IP.21 server is behind a firewall with the primary access via Web.21, will the Excel Add-in use the Web.21 server as a data source, so it uses the existing firewall connection?
Solution: The add-in uses the same data retrieval mechanism as the Web.21 ActiveX plot pages - Process Data and RDS. If the plot pages work using various firewall configurations, then so should the add-in. Keywords: References: None
Problem Statement: When compiling Web.21 graphics, the colors displayed in Internet Explorer are different than those selected in the Graphics Studio.
Solution: If you are referencing a project on another machine, you need to map the other machine to a drive letter, and open the project using the mapped drive (versus a UNC path, such as \\servera\graphics). Otherwise the m1java process is unable to locate the colordef.dat file used when creating the java class. Keywo...
Problem Statement: AspenTech provides a set of custom symbols such as Pipes, Valves, Buildings, Tanks etc. How can you view the group of Pipes for example, from which you want to select?
Solution: It is from the bottom left pane, within the Graphics Studio, that you can view and select one of the multiple pre-built symbols. At the top of that pane is a dropdown list of libraries Select the one with the path of ..\AspenTech\Web21GraphicStudio\Libraries\Basic Double-clicking on one of the main topics und...
Problem Statement: How to view and publish graphics if Graphics Studio is remote to Web.21 server.
Solution: Need to point Project Properties to the web server machine, View in Browser, and publish. 1. In the Graphic Studio project => go to Project Properties in Tools | Project Properties 2. From there, you need to point to the Web server machine in the Web tab. 3. Once pointing to the correct locatio...
Problem Statement: On occasion, users like to monitor the memory and CPU usage related to Web.21. The executable that Web.21 runs in will depend on the configuration of the Web.21 virtual directory, specifically the mode of application protection that has been selected.
Solution: Applications running within IIS can be configured to run within three different modes of protection: High (Isolated), Medium (Pooled) or Low (IIS Process). These different options provide varying levels of protection against situations where a misbehaving application fails and causes the process in which it i...
Problem Statement: Some Web.21 issues can be directly attributed to client settings within the Internet Explorer browser.
Solution: The attached utility can easily be run on any client machine that has v1.1 of the .NET framework installed. It collects various Internet Explorer settings into a single html file (IESettings_results.htm) that is created in the same path as the executable. Note that this utility cannot be run from a mapped dri...
Problem Statement: No examples exist that describe how to retrieve a generic field from a PHD database.
Solution: To retrieve data for example fields HIEXTREME and LOWEXTREME from the tag "a_test" on datasource "phd_ds", use this syntax for a simple point: <span class="SimplePoint" name='<T n="a_test" a="HIEXTREME" d="phd_ds" /> <span class="SimplePoint" name='<T n="a_test" a="LOWEXTREME" d="phd_ds" /> This example is ...
Problem Statement: This Knowledge Base article describes the general approach of how to change the color of a symbol (such as a valve) in an Aspen Web.21 Graphic when the user clicks on the symbol.
Solution: There are two approaches you can use to change the color of a symbol. The first approach is to use the tagSet() function inside the OnClick event of a symbol to set the value of an Aspen InfoPlus.21 database record to 0 or 1. Then have the animation section of the symbol configured to change colors when the v...
Problem Statement: Customizations to the PEtoWeb21.xsl file are not recognized by Aspen IP.21 Process Browser Graphic Studio.
Solution: 1. After modifying the PEtoWeb21.xsl file, close and reopen Graphic Studio. The application only loads the xsl file the first time it is used. 2. Verify that the xsl file resides in the correct path. The default installed location is: C:\Program Files\AspenTech\Web21GraphicStudio\etc\PEtoWeb21.xsl Keywords:...
Problem Statement: The area field doesn't display any folders for the datasource selected. Instead, "Unassigned..." is displayed in the tree structure.
Solution: Modify the file PointList.asp on the Web.21 server (in \Inetpub\wwwroot\AspenTech\Web21\ ) by changing 'var areaType' from 99 to 1 as follows: // Type of Area to use -- TBD: get this from config file // 0 - Plant Areas, // 1 - IP.21 Folders, // 2 - Domains(1st Quality) // 99 - Determine type auto-magica...
Problem Statement: When importing an Aspen Process Explorer graphic XML file that has spaces in the name, the spaces are converted to underscores. This is documented in the Graphic Studio Help files. However, the user receives a confusing error message when the graphic is imported:
Solution: This error message is a nuisance message, as 1. The graphic gets created (with underscores replacing the spaces). 2. The procedure for adding the graphic to the project is the same regardless of whether the original XML file name contained spaces or not. Keywords: Unable to import item! Cannot read file: Refe...
Problem Statement: You are trying to use the Trend Plot option in Aspen Web.21 and get the error "Do you want to install and run web21 controls.cab?" every time you try to plot - even after you have performed the "Download Web.21 components". You acknowledge the error and plotting works. But, the next time in Web.21 pl...
Solution: Try enabling "Download ActiveX Signed Controls" in Internet Explorer. To do this, in Internet Explorer, go to Tools | Internet Options | Security tab | Local Intranet | Custom Level | ActiveX controls and plug ins and select the radio button to Enable for "Download signed ActiveX controls". Then restart the I...
Problem Statement: Connecting to Aspen Calc from Web.21, the following error is displayed: Sorry, Aspen Calc server *** is not available This error is typically found in configurations with two systems, the first one hosting the Web-server for Aspen InfoPlus.21 Process Browser and the second one hosting Aspen InfoPlu...
Solution: This error is typically caused because Integrated Windows authentication only passes login credentials on the first connection (client to server). When using Aspen Calc via the Web.21 page, the user is authenticated for the first connection (to the web server) but not the second (to Aspen Calc server). Since ...
Problem Statement: If, via the Web.21 portal, you try to open an aspx page like Tagsearch.aspx, the page doesn't get opened. A "File Download" window is shown instead.
Solution: This behaviour seems to occur when Microsoft .NET Framework 1.1 is installed before IIS was. To resolve this you must register the Aspnet_isapi.dll file. Locate the file using the Search | All Files And Folders option on your Start menu. It is usually found at C:\Windows\Microsoft.NET\Framework\v1.1.4322. Nex...
Problem Statement: All tags in an Aspen Web.21 trend plot display "Group <xxx> on <server_name> is down." in the Value field.
Solution: If the TSK_DEFAULT_SERVER is stopped, restart it via the IP.21 Manager. If the error persists, stop and restart the IIS Admin and World Wide Web Publishing services. KeyWords group down Keywords: None References: None
Problem Statement: The display of a SimplePoint object has a default format. How can it be customized?
Solution: Use a "style" attribute within the tag to override similar settings in the .SimplePoint class. Note that the .SimplePoint class is defined in \Inetpub\wwwroot\AspenTech\Web21\CSS\AspenWeb21.css. For example, The following SimplePoint field: <span class="SimplePoint" name="<%=tagName12%>" DBDetail=1 Detail=1> ...
Problem Statement: Is it possible to animate an object within Aspen IP.21 Process Browser Graphic Studio (formerly called Aspen Web.21) based on Quality status of the tag? For example, the object should turn color based on the tag quality status i.e. Good, Bad, Suspect, etc.
Solution: It is possible to do this, by setting up the object to animate based on the IP_INPUT_QUALITY as shown in the screen capture below: The conditions in the Animation tab of the object properties must be set up in such a way that they are equal to the possible statuses of interest from the 'QUALITY-STATUSES' se...
Problem Statement: In Aspen IP.21 Process Browser, saved trend plots are of file type .xml. Aspen Process Explorer (PE) trend plot files are of file type .apx and .atplot. Can I view a PE trend plot of file type .apx or .atplot in Aspen IP.21 Process Browser?
Solution: It is possible to view PE .apx and .atplot files in Aspen IP.21 Process Browser. In Aspen IP.21 Process Browser go to the Plots page. Then choose FILE | OPEN. Navigate to the desired directory and select Files of Type: Process Explorer Plot Document (.atplot .apx) and then choose the particular plot file to o...
Problem Statement: How can I open an Aspen Web.21 SQLplus report within a graphic?
Solution: To open a Web.21 SQLplus report in a graphic via a button, script something similar to one of the following examples: 1. window.open ("http://localhost/SQLplus/ReportResult.aspx?IsPublic=true&ReportName="); where reportName is the name of the SQLplus report to open. 2. window.open("http://localhost/SQLplus/Re...
Problem Statement: When attempting to import an XML file that has been exported from the Process Graphics Editor, the following error appears. Unable to Import item! Cannot read file: \Program Files\AspenTech\Working Folders\Web21GraphicStudio\<Proj_#>\Mimic\<file_name>.xml The Mimic directory is specified in the error...
Solution: The following information comes from the Web.21 Graphics Studio help files. To export Process Graphics to XML: From Process Graphics, select File | Export XML Specify a Save As directory and filename. Click OK. To import the XML file into Web.21 Graphic Studio: From Web.21 Graphics Studio, select File | New S...
Problem Statement: As of version 2004, users have an option to download the Aspen Process Data Add-in for Excel (PD Add-in) from the Aspen Web.21 home page. However, if the PD Add-in is downloaded from the Aspen Web.21 home page it will be installed in: C:\Windows instead of the standard path for the PD Add-in, whi...
Solution: If your some of your users already have the PD Add-in installed in Program Files\Microsoft Office\OfficeXX\Library you will need to manually copy AtData.xla from C:\Windows to Program Files\Microsoft Office\OfficeXX\Library Because the PD Add-in is downloaded and installed from Aspen Web.21 throug...
Problem Statement: The Aspen InfoPlus.21 folders area of the Tag Search page looks similar to: when it is expected to look like:
Solution: Ensure the \Inetpub\wwwroot\webctrl_client directory exists and is correctly populated (including sub-directories). Contact Technical Support if necessary. Keywords: Tag Watch References: None
Problem Statement: Prior to v2006, when an Aspen IP.21 Process Browser plot is opened from the Tag Detail page any tag associated with multiple repositories may display a unique trend line for each repository. Beginning in v2006, only one trend line per record is displayed by default. The single trend line is associate...
Solution: The following procedure changes the default behavior so that only one trend line is displayed for each tag. 1. Navigate to "C:\Inetpub\wwwroot\AspenTech\Web21\_ScriptLibrary" and use a text editor to open detailFcns.js. In the InitDetailPlot function, find the following code: if (DBServer.length >0){ var SQ...
Problem Statement: The "Domains/IP.21 Folders" field in the Tag Watch page won't display folders.
Solution: One possibility is that the snapshot contains records used by Aspen's 1st Quality software. Check for the presence of the DOMAINS record (defined by DomainsDef). If 1st Quality is no longer being used, modify the second occurrence in the repeat area of the DOMAINS record. Initially the SELECT_DESCRIPTION fiel...
Problem Statement: This knowledge base article describes how to configure animation of an object (color changing) based on the quality status of a data value.
Solution: Making the animation work based on the quality status of a data value is accomplished by correctly specifying animation criteria in the Data Point's Animation Properties. In the Animation frame of the data point's properties you can either specify record, repeat area, and field in one line as follows Name: cf...
Problem Statement: Customizations to the PEtoWeb21.xsl file are not recognized by Aspen IP.21 Process Browser Graphic Studio.
Solution: 1. After modifying the PEtoWeb21.xsl file, close and reopen Graphic Studio. The application only loads the xsl file the first time it is used. 2. Verify that the xsl file resides in the correct path. The default installed location is: C:\Program Files\AspenTech\Web21GraphicStudio\etc\PEtoWeb21.xsl Keywords:...
Problem Statement: This knowledge base article explains why the Aspen IP.21 Process Browser Tag Search page (pointlist.asp) may not display the full list of data sources in the data source drop down list.
Solution: The Aspen IP.21 Process Browser Tag Search page can fail to retrieve the full list of data sources from the ADSA server if ADSA security is enabled and ADSA is not installed on the Aspen IP.21 Process Browser server. When this occurs, the following symptoms will be noticed on all Aspen IP.21 Browser client ma...
Problem Statement: By default, Web.21 will display the words "Site Information" in the Web.21 banner. Customers can substitute the words "Site Information" with the name of their company or site by following the below instructions.
Solution: On the Web.21 server, open Windows Explorer and navigate to <drive>:\inetpub\wwwroot\Aspentech\Web21 Locate the file named "appvars.js" and create a backup copy Open appvars.js in Notepad Tip: Hold down the shift key and right-click the file to get an "Open With" dialog for selecting Notepad as the editor for...
Problem Statement: This knowledge base article describes how to work around the error: [AspenTech][SQLplus] InfoPlus.21 record "Disallow_All" does not exist generated by either the Aspen Web.21 Tag Search page or the Aspen Tag Browser.
Solution: Use the Find utility in the Aspen InfoPlus.21 Administrator to verify that the record Disallow_All exists. If the record Disallow_All does not exist then load the recload file, atb.rld, into the Aspen InfoPlus.21 snapshot. Disallow_All is a FolderDef record which is loaded into the Aspen InfoPlus.21 snapsho...
Problem Statement: Plots created within Aspen IP.21 Process Browser (formerly called Aspen Web.21) can be saved as XML file anywhere on the system. These files can then be opened using a URL with the following syntax: http://<Web.21 server name>/web21/PEPlot.asp?PATH=<file name> Where <Web.21 server name> is the name o...
Solution: The solution to this behavior is to use double backslash characters in the filepath, instead of one backslash. So the correct URL to use for the example given above would be: http://node1/web21/PEPlot.asp?PATH=C:\\temp\\file.xml KeyWords: URL Saved XML file Plot Keywords: None References: None
Problem Statement: The following only applies if Aspen Web.21 is installed or you are executing Aspen SQLplus Reporting on a computer that is also running Oracle. The default installation of Oracle 8i (and newer versions) includes the Apache HTTP Server. This server listens on TCP/IP port 80 as a default, which is the ...
Solution: If Aspen Web.21 will be installed on machines running Oracle, the Oracle/Apache HTTP Server should be stopped and disabled (using the Windows Services console) if it isn't being used for other applications. If this server needs to be running, the TCP/IP port number that it uses must be different than the one ...
Problem Statement: Alarm log page does not show alarm logs. The query in alarmlog.asp trys to show the entry in ''Alamlog'' record, but, alarm logs of IP_AnalogDef record are set to log into ''IP_LOG_RECORD''.
Solution: Modify query in ''alarmlog.asp'' as follows. rst = dbConnection.Execute("select name from logdef where name like ''''%alarm%'''' and name not like ''''%ack%''''"); has to be modified to rst = dbConnection.Execute("select name from logdef where name like ''''%log%'''' and name not like ''''%d-log%''''"); Set '...
Problem Statement: A common reason that Web.21 will display a "remote scripting" error is if the first ADSA data source is not properly configured for OPC access.
Solution: If the first data source in the ADSA list should be configured for the use of OPC, ensure that it is configured for both the Aspen Web.21 OPC service and the Aspen OPC-DA service. If you make any modifications to the ADSA server, remember to restart the IIS Admin and World Wide Web Publishing services on the ...
Problem Statement: When starting the Tag Browser from Web.21, the error IENdx = -100DoDBConnect - connect () on well known port failed--ECONNREFUSED might be encountered.
Solution: Make sure that the Aspen Web.21 Service Component is configured under the datasource you are trying to connect to. This can be checked in the ADSA Configuration Tool. Re-register the atcsdshistoryweb.dll on the client machine KeyWords: ECONNREFUSED browser Keywords: None References: None
Problem Statement: If a user would like all Web.21 sessions to open up with a default set of tags loaded into the trend page (peplot.asp), it is possible to configure the page to open a saved plot from a network drive.
Solution: If the saved plot is to be opened in the standard trend page of Web.21, open the peplot.asp page (located in the Inetpub\WWWRoot\Aspentech\Web.21 directory) with an editor such as Notepad or Visual Interdev. Add the path to the saved xml plot in the following line: PlotObj.loadFile(name) Where <name> is the U...
Problem Statement: Sometimes, when attempting to view trend plots in Aspen Web.21, the following error message is received: "Invalid history request" At the same time all other Aspen Web.21 pages work without problems. Also, the Aspen Process Explorer plots display data for the same tags which do not display in the Asp...
Solution: The aforementioned error message simply means that the IIS based Aspen Web.21 server cannot facilitate data fetch requests due to a hung worker process or thread. Restarting IIS service resolves the issue. Keywords: iisreset dllhost References: None
Problem Statement: Is it possible to view aggregate data in Aspen IP.21 Process Browser Graphics without adding a tag to the Aspen InfoPlus.21 database?
Solution: To view aggregate values in Aspen IP.21 Process Browser Graphics, it is necessary to configure On Demand Calculations. To implement On Demand Calculations, a new data source will be required on the ADSA server. The ADSA data source must include the following services. ? Aspen Process Data (Calc) ? ...
Problem Statement: In both Aspen Process Explorer/ Aspen IP.21 Process Browser what does it mean when the "Define as Time Zone" button in the Time Zone tab of the Aspen Timeline properties is grayed out.
Solution: The "Define As Time Zone" button in the Aspen Timeline properties window is only enabled when the "Aspen Timezone Information Service" component is added to the public data sources defined on the directory server. Please note that after modifying the data source you will need to restart the Aspen Data Source ...
Problem Statement: Is it possible to add a drop-down box in Web.21 page?
Solution: Yes. To add a drop-down box in a Web.21 page, you must use Microsoft FrontPage. Within FrontPage, create a new Web.21 ASP file. To this file, add a combo box. Save this file with the .ASP extension to the \Inetpub\wwwroot\AspenTech\Web21 directory. The Active Server Page can then be viewed within Web.21 by ty...
Problem Statement: When the activeX controls for the plot page are first downloaded, Web.21 attempts to create a cookie indicating they've been downloaded and it evalulates the expiration date of the cookie. The formatting of the expiration date can cause problems for customers using date settings other than standard U...
Solution: To workaround this you should change line (7) of downloadpe.asp from: Response.Cookies("WebPEVersion").Expires = "Jan 19, 2030"; to a date format compatible with your regional settings, such as: Response.Cookies("WebPEVersion").Expires = "19/01/2030"; KeyWords HTTP 500.100 internal server error asp erro...
Problem Statement: By default, Web.21 is configured to accept anonymous access to the web site. This means that every Web.21 session that is opened (regardless of which machine or user is connecting), IIS authenticates the user as the IUSR_<nodename> local account on the Web server. It therefore does not detect who the...
Solution: IIS 5.0 offers three basic forms of authentication for web sites. The three forms are Anonymous Access, Basic Authentication and Integrated Windows Authentication. Note, Integrated Windows Authentication was called "Windows NT Challenge/Response" in IIS 4.0). To decide which of the other two forms of authenti...
Problem Statement: Web.21 displays "%AccessDenied" in the top right corner of the home page, and/or in the first line of any tag search.
Solution: Every user that connects to the Web.21 server, will be assigned to a dedicated set of console records in the IP.21 database. These records store session specific information, such as which tags are being viewed in the asp page that other users are also accessing. For example, since all users that attempt to v...
Problem Statement: This Knowledge Base article provides steps to resolve the following issue: The trend plot cannot be displayed in the plot page when Aspen IP.21 Process Browser is installed into a non-standard directory.
Solution: To be able to plot tags in Aspen IP.21 Process Browser, IIS on the Web Server computer must have the *.svc entry in the Handler Mappings. To resolve this issue, add and enable this entry (svc-ISAPI-2.0) in IIS as shown in the screen capture below. Note: Enter the following test URL in IE to see if it has an e...
Problem Statement: After upgrading from Web.21 4.0 to Web.21 4.1 and Framework Security 2.2 to Framework 2.3 (in that order), the Web21 site returns the following error or one similar: Active Server Pages error ''8002802b'' Create object failed ? An error occurred while creating object ''ADSAInfo''. error ''80040111''...
Solution: The problem was the order in which the upgrades took place. Framework should be upgraded first, followed by the Web.21 upgrade. Reinstalling Web.21 should resolve the problem. The same would apply to Local Security and Web.21. If you have to upgrade both, you would want to upgrade the Local Security first, an...
Problem Statement: Every active Web.21 connection uses two SQLplus connections. By default SQLplus only allows 58 simultaneous connections. A combination of standard SQLplus sessions plus WEB.21 sessions can quickly use the available sessions on a busy system.
Solution: To change your configuration to address this issue, replace the TSK_SQL_SERVER executable as instructed in the SQLPLUS Help under trouble shooting with a multi-threaded executable. The multi-threaded server allows a greater number of connections and uses less memory. To enable the new server: Run InfoPlus.21 ...
Problem Statement: Instructions on how to change the header names in Aspen IP.21 Process Browser (formerly Web.21).
Solution: The header names shown in Aspen IP.21 Process Browser are formatted from the IOSummary record. In this record there is a HEADINGS repeat area where all of the headernames are listed. Existing headernames can be edited, and the repeat area can be expanded to allow for more headings. A heading consists of 3 pie...
Problem Statement: If you have a Web.21 page containing an IFrame into which another Web.21 page is loaded, a small grey box appears on the screen, which looks as if it may be a java applet. Attached is a Word 2000 document containing a picture of the behavior. The problem only occurs in IE5.5 and IE6, no problems in I...
Solution: Edit the file <drive>:\Inetpub\wwwroot\AspenTech\Web21\_ScriptLibrary\RSB.HTM to include DISPLAY:NONE where style is defined in the return statement, in the function RSEnableRemoteScripting. KeyWords: Keywords: None References: None
Problem Statement: What determines what is seen under the AREA drop down in Web.21?
Solution: The Area drop down on the point list will either present 1. An expandable list of folders; 2. An expandable list of domains; or 3. A list of plant areas What it presents depends on the configuration of the database. In other words, Web.21 tries to determine whether the database is configured to...
Problem Statement: After upgrading to 5.0 SP1, the Graphics Studio may complain that the gdiplus.dll could not be found. Even though the Graphics Studio only uses gdiplus.dll when converting graphics, the Graphic Studio is linked against gdiplus.dll, so it needs to exist on all Graphics Studio installations. Unfortunat...
Solution: To work around this problem, please place the attached gdiplus.dll into the Aspentech\Web21GraphicsStudio folder. Registering the dll is not required. KeyWords SP1 microsoft.net (the directory this dll typically resides in) GCS Migration Tool PE Migration Unable To Locate DLL specified path Keywords: None Ref...
Problem Statement: Which ports need to be opened to allow for communication between Aspen IP.21 Process Browser (formerly Web.21) and the license server so licenses may be checked out correctly?
Solution: If there is a firewall between the Aspen IP.21 Process Browser (Web.21) machine and the SLM (Software License Manager) machine then the following ports need to be opened: TCP Port 80 Port 5093 Port 5094 UDP Port 5093 Port 5094 Please note that the IIS (Internet Information Services) server which runs As...
Problem Statement: Which third party applications can be used for developing custom web pages using Aspen IP.21 Process Browser add-in?
Solution: Aspen IP.21 Process Browser has an add-in with additional web controls designed for development of custom web pages. This add-in was designed for use and tested against Microsoft Frontpage development environment. Microsoft no longer supports their FrontPage application. AspenTech currently does not have...
Problem Statement: How to resolve the error "Failed to load schedule times:" while trying to edit an Automated Report
Solution: Automated Reports generated using the web based SQL Reports feature are physically saved with a “.XML” extension in the following location on the MES Web Server: “C:\ProgramData\AspenTech\SQLplus\automated” This error usually occurs when there is an extra space character between the <Report Name> and the “.XM...
Problem Statement: When in the Aspen InfoPlus.21 Process Browser home page, http://localhost/web21, and selecting the Process Data Add-in for Excel link, the program downloads components to the computer every time you select the link.
Solution: The links allows to download the Process Data Add-in for Excel component to your computer, this needs to be done only once. Once the component is downloaded to your computer, you can go into Excel, and in Excel's Add-in section you'll see the Aspen Add-In that you can include in Excel; Once you add this int...
Problem Statement: Working in the Aspen IP.21 Browser Graphic Studio a user has configured the onClick event of a dataPoint to use the tagPlot function, but, they would like to set a specific timescale to plot the tag values. Is there a way to do that in the tagPlot function or calling the URL directly?
Solution: One way to set the timescale for the tagPlot function would be to open the Plots page and define a trend plot as desired with tags, times, etc. and then save it as an XML file with File | Save As. That XML file could then be loaded with path= in a custom script call in the graphic action. Some examples: wind...
Problem Statement: If a tag can be displayed in the normal Web.21 trend page (peplot.asp), but does not display from the trend button in a detail page, the problem is likely due to some missing RDS registry keys. Please follow the instructions below for adding the additional keys.
Solution: Remote Data Service (RDS) is a feature of ADO, with which you can move data from a server to a client application or web page, manipulate the data on the client, and return the data to the server in a single round-trip. The trend control OCX uses RDS in order for process data to communicate between a Web.21 c...
Problem Statement: Getting error "IENdx=-306 H_HDELE Sys Err 306 - Contact Web Administrator" in the status bar when accessing the Aspen InfoPlus.21database via Aspen IP.21 Process Browser.
Solution: This error message indicates that either you are hitting your limit of Aspen IP.21 Process Browser (formerly Web.21) connections (determined by the tsk_console records-- GCS records) OR you are hitting the 256 total connections to the Aspen InfoPlus.21 database. To resolve this problem, here are a couple of a...
Problem Statement: Is it possible to move Graphics Studio to a separate node than the Web.21 server?
Solution: Yes, just be sure to change the "Starting Page:" (on the "Web" tab of the Project Properties dialog box) from the default value of: http://localhost/Web21/graphics.asp?ModelName=/Web21/Graphics/%project%/%name% You will need to change "localhost" to the node name of the Web.21 server. KeyWords web21 separate ...
Problem Statement: After working with a symbol as follows: 1. Create the symbol. 2. Drag and drop it into a project. 3. Choose Make Dynamic from the symbol's Properties menu (i.e. right-mouse click on the symbol). 4. Assigning conditions under the Animation tab (also available from the Properties me...
Solution: It is necessary when first creating the symbol to choose the Neutral color from the Properties menu. If the symbol is created with the Neutral color, it will then respond to animation conditions. To do this: 1. When creating the symbol, right-mouse click on the symbol and choose Properties. 2. On th...
Problem Statement: Sometimes the following cimgcsi_bs.exe application error appears on the InfoPlus.21 server: The instruction at "0x514ofea9" referenced memory at "0x031e9278". The memory could not be "read". Click on OK to terminate the application. where cimgcsi_bs.exe is the GCS process that each Web.21 client spaw...
Solution: Most likely, the above error will occur after there has been an unclean shutdown of InfoPlus.21, TSK_BGCSNET, or a GCS/Web.21 client. TSK_BGCSNET is used by GCS and Web.21 clients when making connections to an InfoPlus.21 database. On the InfoPlus.21 server, TSK_BGCSNET listens on a TCP/IP socket, usually 100...
Problem Statement: This Knowledge Base article provides steps to resolve the following error message received when attempting to save Web21NavToc.xml file - Save error: Permission denied
Solution: Change permissions on the Web21NavToc.xml file (in the ..\navigation\config directory) to allow full control for the anonymous user account IUSR_<node name>. KeyWords: navigation configuration access Keywords: None References: None
Problem Statement: Bargraph objects will display a full bar if the value being displayed is below the specified low limit. Note: This applies to the bargraph objects available from the Graphics Studio only. The bargraph object in FrontPage does not exhibit this behavior.
Solution: The problem can be resolved by replacing a model file with the one attached. The specific instructions are: Close any instances of the Web.21 Graphics Studio that are running Open Windows Explorer to Program Files\Aspentech\Working Folders\Web21GraphicStudio\Palette Rename Bargraphz.m1 to Bargraphz-original.m...
Problem Statement: Windows Services are not starting up after installing IP.21 Process Browser V7.1 Cumulative Patch # 5 (KB 127712) on Windows 2008 server (32 bit). On restart of the system, many of your Windows Services may not start up correctly, including IIS, WWW Publishing Service and many others. The following s...
Solution: Microsoft was contacted for assistance and has since published this Knowledge Base article to cover what needs to be done: http://support.microsoft.com/kb/2004121 What makes this tough to diagnose is there are no error messages being logged anywhere on the system. The closest hint as to what was going on wa...
Problem Statement: When loading a Project in Aspen IP.21 Browser Graphic Studio one may get a message about converting the project to new Operations Domain Model: Followed by:
Solution: This behavior has been observed sometimes when moving a Graphic Studio project from one system to another, see solution 125996. The workaround for this is to go to the Project's Properties screen, and un-check the User Operations Model Domain option. Save the project with this change and the message will not ...
Problem Statement: ?R???|?[?l???g???_?E?????[?h???????A?s?A?????AProcess Browser?I?N???C?A???g?????i?E?i?????E?-?E?e??????? ?e?U???B?a`e???A?e?I?N???C?A???g?}?V?????????-?????e?e???I?A?R???|?[?l???g?I?_?E?????[?h???^?i?e?U???B?E???I?\?S???[?V?????EProcess Browser?I?R???|?[?l???g???A?_?E?????[?h???e?u?@??Z|???U???B
Solution: ?R???|?[?l???g?I?e?S?IProcess Explorer???????E?????}?V?????E?C???X?g?[?????e?A???e???C?????A?U???A?>?I?o?[?W?????????????I?i?A?A? ?C???X?g?[???o`O?F?@?V?K?I?C???X?g?[????Process Browser?aApEx?a?C???X?g?[?????e?A???E???B ?_?E?????[?h?@?f?B???N?g?S?FDownload Program Files ?C???X?g?[???o`O?F?A?b?v?O???[?h?a?...
Problem Statement: Getting "zoom control unable to create Canvas element" message when doing a Tag search in a Plot in Aspen IP.21 Process Browser:
Solution: In a Windows 2008 system one needs to turn off Internet Enhanced Security for Administrators in Internet Explorer to allow High Performance Trend operations to work correctly. To turn this feature off, go to Windows Server Manager, select Internet Explorer Enhanced Security (IE ESC), and check Off Enhanced ...
Problem Statement: How to set Column Stepped in Aspen IP.21 Process Browser Graphics tag detail plots?
Solution: Here is how to permanently set the Column Stepped in Aspen IP.21 Process Browser Graphics tag detail plots. Open up the TagDetailPlot.asp file in the Web.21 virtual directory and make the following change in function InitTagNames: Code Sample: {PlotObj.loadFile(name); TrendTags = PlotObj.Plot.ControlDispatc...
Problem Statement: What causes the message "Cannot find attribute MAP_HistoryValue in 'tagname'" when plotting data, where tagname is the name of the tag you are trying to plot.
Solution: You can see this problem if your Aspen InfoPlus.21 server has database security defined. If this is the case, Aspen IP.21 Process Browser may try to connect to Aspen InfoPlus.21 using the local system account instead of using the user's credentials. Aspen InfoPlus.21 then rejects the request to read the map...
Problem Statement: This Knowledge Base article answers the following question: What is the best method of creating a custom batch web report?
Solution: If the idea is to create a batch data report then any of the reports except the area configuration can be copied and edited to include (or exclude) additional batch data. As a basis for your report you could use the Batch Detail report if you do not care about showing compliance subbatch/characteristic modifi...
Problem Statement: This Knowledge Base article shows how to create a URL link in command button in Aspen Web.21 Graphics Studio.
Solution: In order to create a URL link in command button in Web.21 Graphics Studio, please use the following OnClick Event syntax: window.open('http://www.aspentech.com'); Keywords: None References: None