cancel
Showing results for 
Search instead for 
Did you mean: 

Where is BOXI 3.1 Web Services Installed

Former Member
0 Kudos

I had someone setup a 4 tier BOXI setup, as follows.

Server A: SQL Server CMS

Server B: Intelligence Tier/CMS

Server C: Processing Tier

Server 😧 Application Tier (InfoView and other web apps)

Where in the above are Web Services for BOXI likely to be installed? On which server?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Web Services for BOXI likely to be installed on Application Tier.

Web Services includes : Web Application Server

Regards

Rameez

Former Member
0 Kudos

OK, so I was writing .NET code against the Web Service API (DSWS Consumer), which URL would I use for the session? Currently I have it setup as follows:


boxi_conn_str = "http://serverd:8080/dswsbobje/services/Session";
boxi_conn = new BusinessObjects.DSWS.Connection(boxi_conn_str);
boxi_sess = new Session(boxi_conn);
boxi_sess.Login(boxi_creds);  // login using enterprise credentials

This gives me a FWM 01003 error about the server d being unavailable. Even though I can pull up InfoView directly, login, and view the reports.

Any ideas on how to get around this?

Answers (0)