This document describes how to upgrade your installation of Mashup Center from version 3.0.0.1 to 3.0.0.1 CF3. It includes a list of bugs that were fixed and updates to the documentation.
Cumulative Fix 3.0.0.1 CF3 contains all the fixes that were included in Cumulative Fixes CF1 and CF2, as well as new fixes. You do not have to install earlier cumulative fixes before installing Cumulative Fix 3.0.0.1 CF3.
http://localhost:9080/mum/mycontenthandler/mm/dav/filestore//public/themes/pageBuilder2?mime-type=application/zip
On AIX and Linux, run the stopServer command: mashupcenterhome/AppServer/bin/stopServer.sh server1, where mashupcenterhome is the Mashup Center root directory, for example /opt/ibm/MashupCenter/3.0, and server1 is the name of the Mashup Center server.
Where WASAdminID is the WebSphere Application Server administrator ID, and WASAdminPassword is the administrator password.
For more detailed instructions about installing cumulative fixes in both single server and clustered server environments, known issues, prerequisites, and migrating data, see the document called "Upgrading and migrating data to IBM Mashup Center 3.0.0.1" in the Mashup Center 3.0 Information Center. For accessible HTML translated versions of the guide, go to the 3.0.0.1 version of the product documentation in the Mashup Center wiki. Those instructions are for V3.0.0.1, but the update process is the same for this cumulative fix, except that some of the cumulative fix files have different names.
The following APAR is added with Cumulative Fix v3.0.0.1 CF3:
The following APARs and defect fixes are added with Mashup Center v3.0.0.1 CF2:
The following APARs and defect fixes were originally shipped with Cumulative Fix v3.0.0.1 CF1:
The following known issues are added by in Cumulative Fix v3.0.0.1 CF3:
The following known issues are added by in Cumulative Fix v3.0.0.1 CF2:
The following known issues were first identified in Cumulative Fix v3.0.0.1 CF1:
No documentation fixes were added by Cumulative Fix v3.0.0.1 CF3.
The following documentation fixes are added by Cumulative Fix v3.0.0.1 CF2:
The Publish operator sometimes displays an empty Properties tab if you delete an operator without first disconnecting it from other operators. Additionally, any subsequent attempt to preview operator results might cause the Data Mashup Builder tool to hang. This problem has been fixed for any new mashups that are created after you install Cumulative Fix v3.0.0.1-CF2. However, mashups created before Cumulative Fix v3.0.0.1-CF1 still have the problem.
To fix a data mashup that was created before you installed Cumulative Fix v3.0.0.1-CF2, edit the data mashup and, before refreshing the Publish operator, disconnect all operators from the Publish, and plug them in again.
Cumulative Fix v3.0.0.1-CF2 also prevents similar hang situations. Instead of the system hanging, the following message is displayed:
Encountered an unexpected client-side error (Preview usage count was invalid
when previewing operator 'operator name'.). This error may affect subsequent
operations within the data mashup. Please report this error through proper
support channels and provide as much information as possible about your data
mashup, and about the actions you took prior to seeing this error.
When you create a SQL feed with a Microsoft SQL Server database, with a stored procedure query that has parameter values and no standard markers, then you might see an error when you save the feed. For example, the following query generates an error:
EXEC dbo.storedproc @USER='USER1', @HP=10
You can avoid the error if you revise the query using standard markers, like this:
EXEC dbo.storedproc @USER=?, @HP=?
Go to next page. Provide values for the parameters (User1, 10)
Parameters with same name should have same values. Correct them
before saving the feed, otherwise only first occuring set of values will be
saved.
When the query is updated, the parameters are re-parsed,
and you must manually update the parameters that need to be reused.
When you reuse parameters, make sure that the column types are the
same.select * from dbo.fnEthernet9WIP()
The
preview shows ten records and there are misleading values in the count
column, although no errors are generated. However, when you execute
the same feed, it displays correct results. This problem only occurs
with SQL Server.http://.../imported.wsdl?version=2.0
The following documentation fixes were included in Cumulative Fix v3.0.0.1-CF1:
http://publib.boulder.ibm.com/infocenter/mashhelp/v3/topic/com.ibm.muh.useradmin.doc/userhelp/resthelp/help_rest_editor.htm
For documentation for Mashup Center, see the following websites.
Mashup Center wiki: The Mashup Center wiki contains articles on installing, upgrading, administering, deploying, and using IBM Mashup Center. You can also create new articles or add comments to the documentation.
Mashup Center information center: The Mashup Center information center contains the original edition of the documentation that was completed when the product released. This edition is accessible by screen readers and is available in multiple languages. You can access the Mashup Center release notes from the Mashup Center information center.
© Copyright International Business Machines Corporation 2012. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.