cancel
Showing results for 
Search instead for 
Did you mean: 

Problem creating transactional iview for BW system

eloisadazpalaci
Participant
0 Kudos

Hi gurus

We are facing one problem creating a transactional iview for a BW 3.5 system . We wanto to call transaction SU01 in our BW system using an iview. When we use SAP for html, we have all the menu on the iview , I mean the same result as if we use smen, not SU01.

And if we use SAP GUI , we are always having the same GUI Error

Sapgui 640 [Build 8986] Wed Apr 01 12:25:05 2009

: 'service '' unknown

Time Wed Apr 01 12:25:03 2009

Component NI (network interface)

Release 640

Version 37

Module ninti.c

Line 505

Method NiPGetServByName2: service '' not found

Return Code -3

System Call getservbyname_r

Counter 1

'

Please, can you help us?

Thanks in advance and best regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Jose,

I think there is something wrong with the system object creation(may be you are not passing correct message port).

check WAS,ITS and connector properties.

execue this fm RSBB_URL_PREFIX_GET and get the properties.

Thanks

Bala Duvvuri

eloisadazpalaci
Participant
0 Kudos

Thanks Bala for your quick reply. I´ve tried with function module RSBB_URL_PREFIX_GET and all the settings were OK. Still the same result.

Adding more information. We have another WAS 6.40 server with different Module(we have RM and XRPM , not BW) and we are having the same problems. I am wondering if its related with some special config or activation

Maybe I´ve forgot some service activation in SICF? I´m able to reach the SMEN, but not the SU01

or I´m missing some config elsewhere?

Thanks in advance.

Best regards.

Edited by: Jose Ignacio Arlandis on Apr 2, 2009 8:41 AM

Former Member
0 Kudos

Jose,

Yes, you will have to activate the following services for BI system.

1. /sap/bw/BEx

2. /sap/bc/gui/sap/its/webgui

Also, check in the ABAP end, if your username has permissions to access SU01.

Good Luck!

Sandeep Tudumu

Edited by: Sandeep Tudumu on Apr 2, 2009 12:29 PM

eloisadazpalaci
Participant
0 Kudos

Thanks Sandeep for your quick reply. I am afraid the services are activated , the user has all de permissions but still having the same probelm.

When I test the system in the portal, both test ITS, and WAS are OK but when I try to used it in an iview for SU01, if I use SAP for HTML I have the whole menu (smenu) and if I use the SAPGUI, I got the error .....

Thanks and best regards.

hofmann
Active Contributor
0 Kudos

Hi,

is your BI system object configured correctly and complete? Did you enter the server port (eg: 3201)?

br,

Tobias

eloisadazpalaci
Participant
0 Kudos

Thanks Tobias, you have found the fix !! It was a mix between the server port and the type of file used for connecting as SAPGUI

Thanks everybody

Answers (0)