cancel
Showing results for 
Search instead for 
Did you mean: 

standalone webdynpro application asking for user id and password

Former Member
0 Kudos

Hi all,

We developed a webdynpro application and I want it to call as a standalone application(without logging into portal).Problem is It is asking for the login userid and password.

I set the property sap.authentication as false in application properties.

Still then it is asking for the userid and password.

How to solve this problem?

Please shed some light.

Thank You,

Regards,

rajesh

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

closed

Former Member
0 Kudos

Hi,

User id and password is asked by the webdynpro application only when Authentication property is set true and all the required jars files(com.sap.security) are present.

All you need to do is set the Authentication Property False.

Rebuild the project and if possible re -open your NWDS.

I hope this way you will be able to solve your problem.

Thanx.

Former Member
0 Kudos

Hi all,

Thanks for immediate replies.I tried all these things.But surprisingly it is asking userid and password.If I am testing the application in the NWDS it is not asking for login.But if I am opening the application from R/3 .This is the url I am opening

http://sapepdev.intra.******.com.sa:50000/webdynpro/dispatcher/sasref.com/attach/AttachFileApp?SAPte...

The parameter value SPF0000000153 is passed from R/3.

Any more clues.

Thank you,

Regards,

Rajesh

Former Member
0 Kudos

Hi,

If you launch the url does it prompt for the userid password?

I mean copy paste the same url to a new window .

Hoping you have set the value false for the authentication property of the application.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyapparaj,

If I am tring to open the same in external window it is asking for login and password.(For the first time only)

http://sapepdev.intra.******.com.sa:50000/webdynpro/dispatcher/sasref.com/attach/AttachFileApp?SAPte...

If I am trying to open by removing the parameter as below it is not asking for login at all.

http://sapepdev.intra.******.com.sa:50000/webdynpro/dispatcher/sasref.com/attach/AttachFileApp?SAPte...

FYI :I set the property sap.authentication as false.

Thanks and Regards,

Rajesh

Former Member
0 Kudos

Hi Rajesh,

Try making the Authentication property as 'false' instead of true. For this refer the following article:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00c80a68-ac51-2b10-efa6-c3ea8f98...

Regards,

Anagha

former_member192434
Active Contributor
0 Kudos

Hi

Check ur application property,

remove Authentication from application property, and then rebuild ur appliction and deploye it.

Thanks