cancel
Showing results for 
Search instead for 
Did you mean: 

BPC 10 on multiserver - two different diagnostic errors

Former Member
0 Kudos

Dear all,

I have this kind of problem.

In my scenario I have one host that is hosting two databases (one standard installation of MSSQLSERVER and one named instance host\PRD).

Both of them has one daabase engine and one analisys service.

Then I have two other host

1) where I have installed the development server BPC pointing to HOST\PRD

3) where I have installed the production server BPC pointing  to MSSQLSERVER

both of them did not give any error during the installation.

The database has been correctly created on both instances

I have this kind of error for the BCP development

IIS --> CANNOT GET SAP VIRTUAL DIRECTORY OBJECT

and this kind of error  for the BPC production

WEB SERVICE EXTENSION --> Currently ASP.NET v.4.0.30319: Prohibited <-- ERROR.

I have installed and deinstalled several times but still have the same issue.

I have tried even this

delete all

reinstall BPC develpment using the database MSSQLSERVER and then the issue one is gone but I have the issue two.

Any suggestion?

Something I'm not considering in this multilevel scenario?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear All,

I have solved both problems.

For the issue

IIS --> CANNOT GET SAP VIRTUAL DIRECTORY OBJECT.

This was a problem of connectivity to MSSQL NAMED INSTANCES.

In the configuration I have to change from SERVER\PRD to

SQL SERVER NAME: SERVER

INSTANCE: PRD

PORT: THE_ONE_SPECIFIC_SPECIFIED_FOR_THE_NAMED_INSTANCE (es 1533)

for OLAP

SQL SERVER NAME: SERVER

INSTANCE: PRD

PORT: THE_ONE_SPECIFIC_SPECIFIED_FOR_THE_NAMED_INSTANCE_ANALYSIS_SERVICE (es 5000)


for the issue

WEB SERVICE EXTENSION --> Currently ASP.NET v.4.0.30319: Prohibited <-- ERROR.

I have followed this Ms link changing to ALLOWED the v.4 ASP.NET in ISAP & CGI FILTER for IIS

An IIS Web service extension is set to Prohibited

Answers (0)