cancel
Showing results for 
Search instead for 
Did you mean: 

An error while displaying BSP iViews

Former Member
0 Kudos

Hi,

I am working on SAP Enterprise Portal (EP6 SP-11 Patch 3)

I have made BSP Applications iViews which take data from the ITS backend. Now these iViews work perfectly fine i.e the data is displayed correctly BUT in the Status bar below i get an error message saying "Access is Denied".

What may be the cause of this error? Has it something to do with the authorization in backend from which data is being obtained OR something to do with re-direction of URLs???

Please help..

Thanks & Regards,

Jitendra.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello;

Portlet and making iView in SAP is very new for me, and I have some questions that I hope you can help me with.

1- I made an iView in Eclipse and added the NCSO.jar file in "properties". Here si the code I wrote:

Session s = NotesFactory.createSession("172.16.100.11","portal","Jgm_sol");

String p = s.getPlatform();

response.write("Platform = " + p);

}

catch (Exception e)

{

e.printStackTrace();

}

The code is very simple - just to access Domino to extract data.

When I export the PAR file in SAP Portal I recieve the following error:

""lotus/domino/Session.

Exception id: 02:11_18/08/05_0014_5957950

See the details for the exception ID in the log file ""

I tried to follow the link above, but I received the same error message: "Error - download expired".

I'm assuming that the problem stems from the placement of the NCSO.jar file, does anyone know whether this is correct, and/or what I may do to correct it?

Thanks in advance.

Former Member
0 Kudos

Hi,

Reza:

Sorry Reza..I am not too familiar with Portlets..

J:

Could you please tell me how do i activate the BSP application in SICF? I am not aware of this term..

Thanx and regards,

Jitendra.

Former Member
0 Kudos

Hi

Goto transaction SICF in R/3.There you will get a tree structure with node name as default host.drill down then you will get your current BSP application.right click and then there is a ooption to activate your service. DO that.

Regards

Rajeev.

Former Member
0 Kudos

HI

For creating BSP iviews check the following link

https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://

Regards

Rajeev

Former Member
0 Kudos

Hi ,

Check whther Your BSP application is activated in SICF.

hope this works

rgds,

J