4.1.0 HP PolyServe Software for Microsoft SQL Server administration guide (T5392-96074, October 2010)

The service cannot be started: The following system error occurred:
The request address is not valid in its context.
This error occurs when an attempt is made to start a virtualized named SSAS instance
on a primary node when the default SSAS instance is also installed on that node and
has been started natively. By default, the default instance is configured to listen on
0.0.0.0:2383. An attempt to start another instance with another IP address, but
listening on port 2383, will fail with the above message.
To correct this situation, take one of the following actions:
Virtualize the default instance before virtualizing any named instances.
Do not install a default instance on a node where named instances are installed.
Error when creating a distributor for replication
Typically you connect to HP PolyServe Software for Microsoft SQL Server via <virtual
name>,<tcp port>. However, this connection method does not work when configuring
a distributor for replication and results in the following error.
This situation is by design. Internally, Microsoft uses @@servername (i.e., vsql\
instance) for verification, while Enterprise Manager uses the registered server
name (i.e., vsql,port#). Because the values do not match, the attempt to create
the distributor fails.
To work around this limitation, it is necessary to connect to HP PolyServe Software
for Microsoft SQL Server via <servername>\<instancename>. This type of
connection is not guaranteed from the remote Enterprise Manager because of name
resolution and the custom TCP port used for HP PolyServe Software for Microsoft SQL
Server. Instead, we recommend that you launch Enterprise Manager either locally
on the active node or within the local subnet. You can then create the distributor.
Troubleshooting142