cancel
Showing results for 
Search instead for 
Did you mean: 

Access Denied while integrating WD appl into Portal

Former Member
0 Kudos

Hi all,

I have created one appl in WD that can access details from R/3. Whenever I run the appl, the data is automatically populated from R/3 into dropdown list. It is working fine in my NWDS.

I have integrated this appl in to Enterprise Portal. Now when i execute that appl, I am getting

'Access Denied error'. (The data is not poulating into my dropdown list).

But I have integrated the FlightList appl, into Enterprise Portal, which is working fine.

Is there any settings/configurations needs to be done before integrating my appl into EP?

Thanks&regards,

Ganesh

Accepted Solutions (0)

Answers (2)

Answers (2)

darren_hague
Contributor
0 Kudos

Hi JG,

I had exactly this problem a while ago. The problem occurs when the Web Dynpro is accessed with HTTP and the portal is accessed with HTTPS (or vice versa). My guess is that your portal is being accessed with HTTPS, in which case you must make sure that the Web Dynpro is also accessed with HTTPS - probably just a change to the System Definition used by you Web Dynpro iView.

Hope this helps,

Darren

Former Member
0 Kudos

Hi,

For the Web Dynpro application which fetches data from R/3 system, you have to establish JCO destionation in Portal->Content Administration->Web Dynpro. Open you application from the portal content list in the left panel. In the right check for the JCO connection. If not existing, create JCO with the required credentials of the R/3 system, like client, message server, userid/pwd or Ticket, userid, password. After testing/ping is successful, your application will work fine in the portal.

Regards,

Srinivasan T

Former Member
0 Kudos

Hi Srinivasan,

Thanks for your inputs. It(JCo) was set. I think we have changed the theme to sap_chrome and noticing that changed again to default. But still am getting <b>access denied error</b>. But the another FlightSearch appl is working fine. What else to be done?

Help me.

Thanks a lot.

rajendrengovend
Participant
0 Kudos

Hi JG, did you resolve this problem?