cancel
Showing results for 
Search instead for 
Did you mean: 

NSP 7.02 SP6 - WebDynpro ABAP - problems

jsancho
Participant
0 Kudos

Hi all,

does anybody experienced problems when trying to execute WebDynpro ABAP from NSP 7.02 SP6 Trial?

In my case, I've activated all the required services in SICF as described in this link

[https://help.sap.com/saphelp_nwpi711/helpdata/EN/46/d28dfa34bb12bee10000000a1553f7/frameset.htm] but each time I launch any standard demo application the Logon Page is rendered but although I press the Logon Button or the change password nothing seems to happend.

Another issue is the time response, loading the Logon Page takes long time and at the end a JavaScript error message appears in the status bar of my Internet Explorer.

Thanks in advance,

Update

These are the JavaScript errors shown once logon page is displayed.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)

Timestamp: Wed, 26 Jan 2011 22:00:09 UTC

Message: Object expected

Line: 1

Char: 1

Code: 0

URI: http://nsp702sp06:8000/sap/bc/webdynpro/sap/wdr_test_events?sap-client=001

Message: 'UCF_LS' is undefined

Line: 148

Char: 3

Code: 0

URI: http://nsp702sp06:8000/sap/bc/webdynpro/sap/wdr_test_events?sap-client=001

Edited by: Jorge Sancho Royo on Jan 26, 2011 10:58 PM

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks It works!

Former Member
0 Kudos

Congratulations Jorge!

I had the same problem.

As per your suggestion I increased the timeout period first to 120s to get the logon page working

and then to 180s to get the application page to load.

Fiddler shows those javascript files took about 87s to load,

but then /sap/bc/webdynpro/sap/appl_soap_management took 135s to load!

Best regards

Javier

Former Member
0 Kudos

Hi Jorge,

I had the same problem right now. Solved by adding hostname to trusted sites in IE. I guess local network would be better.

regards,

Edgar

jsancho
Participant
0 Kudos

Tanks Edgar for your reply, but unfortunatelly setting my hostname as "local intranet" doesn't fixed my problem.

jsancho
Participant
0 Kudos

Additional info.

When the Login page appears on my Chrome explorer, although there are no error messages if I execute "inspect element" I can see following JavaScript errors


Failed to load resource										lightspeed.js			
Failed to load resource: the server responded with a status of 500 (Internal Server Error) 	domainrelax.js
Uncaught ReferenceError: ur_relax is not defined						wdr_test_table:1
Failed to load resource										1x1.gif
Failed to load resource: the server responded with a status of 500 (Internal Server Error)	1x1.gif
Failed to load resource: the server responded with a status of 500 (Internal Server Error)	1x14.gif
Uncaught ReferenceError: UCF_LS is not defined							wdr_test_table:148

Does anybody know what are these UR_RELAX and UCF_LS objects?

Sharadha1
Active Contributor
0 Kudos

Hi,

I am facing the same issue. Can you please share the solution?

Thanks,

Sharadha

jsancho
Participant
0 Kudos

Unfortunatelly I haven't solved it yet

jsancho
Participant
0 Kudos

it seems that when trying to download domainrelax.js the server replies HTTP 500.

Request URL:http://nsp702sp06.com:8000/sap/public/bc/ur/nw7/js/domainrelax.js?785D4F051E50

Request Method:GET

Status Code:500 Internal Server Error

so the logon page is not correclty rendered on the WebBrowser because JavaScript function ur_relax is not defined.

Actually, if I try to execute directly the above URL by putting it directly in the WebBrowser server replies with 500 Connetion Time Out although if I search this file inside the MIME Repository I can see it perfectly.

jsancho
Participant
0 Kudos

Finally I get it,

the problem is that I'm executing NSP 7.02 SP6 virtualized in my own laptop so the response time is not as good as I would and that's why I've modified Connection time out for HTTP by..

1.Just go to SMICM

2. Menu GOTO -> SERVICES

3. Select HTTP service

4. Menu Service -> Change

5. Enter new response time.

and .... it works!

Thanks to all for your help

Former Member
0 Kudos

Thanks, got it from SMICM !!

Former Member
0 Kudos

Hi there,

i have the same problem and i don't know what i have to do to save it.

What exactly habe i to do in the SMICM ??

You say: Enter new response time.

What exactly mean this ????

My Number in this case is 60 seconds. What is the right thing ????

I habe try 0 seconds, also 120 seconds. But the error is the same.

What can i do ? I think it's the last error. After it it works

Please, please, please help a little.

Thanks for all !!!!!!!!!!!!!!!!

Wolfgang

0 Kudos

Jorge, great Job !!! it works !!!!

Thanks,

Christiano Magalhães.

former_member182421
Active Contributor
0 Kudos

It works for me as well!! Very nice Jorge!!

marcin_cholewczuk
Active Contributor
0 Kudos

Jorge I don't know how you get to it, but it works. Great work

@w.baumann in my case 120 is not enough. I've set this value to 300 and it worked.

BR

Marcin Cholewczuk

faisal_altaf2
Active Contributor
0 Kudos

Hi Jorge

Please Check my Blog => [Step by Step Configuration for running Web Dynpro|http://sdnabaper.blogspot.com/2010/11/step-by-step-configuration-for-running.html]

Hope it will solve out your problem, Please reply if any issue.

Thanks and Regards,

Faisal

Former Member
0 Kudos

Hi,

Few things you could check:

- Do you get any error/message related to logon tickets? If so profile parameters need to be set.

- Try with different versions of Mozilla/IE

- From your post looks like the Fully Qualified Domain Name is not being used by the application. i.e.http://nsp702sp06:8000

This could create problems sometimes.

Regards,

Srikishan

jsancho
Participant
0 Kudos

Hi Srikishan D, first of all thanks for your help.

- Do you get any error/message related to logon tickets? If so profile parameters need to be set.

Sorry, I don't understand you.

Once the logon page appears in the screen no other error than those already mentionend JavaScript errors appears.

- From your post looks like the Fully Qualified Domain Name is not being used by the application. i.e.http://nsp702sp06:8000

This could create problems sometimes.

I don't know how can I really check this. I guess that if the logon page appears there is no problem with the FQDN because if that were the problem instead of displaying the logon page an error page will appear, isn't it?

Some additional information:

1.I'm executing ABAP Aplication Sever from an virtualized XP in my own laptop

2.no HTTPS communitation is setted up, all communitations are HTTP

Former Member
0 Kudos

what is your IE version? if it is old version try to upgrade it to latest one.

jsancho
Participant
0 Kudos

Is Internet Explorer 8. As much as I know, is fully updated

Former Member
0 Kudos

Hi,

As Faisal also mentioned in his blog, the FQDN setting via profile parameter could also solve few issues.

You could give it a try. But however, I would recommend to check the URL with earlier versions of IE as well. Could help narrowing down the issue reasons.

Regards,

Srikishan

jsancho
Participant
0 Kudos

Although I've followed all the instructions in your blog the same problem persists. Also I downloaded Firefox's latest stable version but the results are the same, nothing happens when I press Logon button or Change Password button.