cancel
Showing results for 
Search instead for 
Did you mean: 

Error While Displaying Web Page

Former Member
0 Kudos

Hi All,

I had developed a web page name "ZPPWEB.htm"

I have saved it in QM/Web/Output/

I am trying to call this page through browser with the following link

http://sttxmid01:50000/XMII/CM/QM/Web/Output/ZPPWEB.htm

It throws me the error"The requested file /CM/QM/Web/Output/ZPPWEB.htm does not exist"

2) When I try to add a link for the same file in navigation services-->navigation for account name everyone

when i try to do Ok after adding the link in the loading content dialog box i get the following error

"Can't move focus to the control because it is invisible , not enabled or of a type that does not accept the focus".

Please let me know where am i going wrong in both the issues

Thanks in advance

Best Regards

Namita

Accepted Solutions (1)

Accepted Solutions (1)

agentry_src
Active Contributor
0 Kudos

Also remember that the path is case sensitive.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Namita,

Your first issue will be solve only by removing the WEB from your URL

your URL shoull look like

http://sttxmid01:50000/XMII/CM/QM/Output/ZPPWEB.htm

I was not able to get your second issue.. please elaborate more on that.

Kind Regards

Rupesh

Former Member
0 Kudos

Hi Rupesh,

Thanks a lot removing web solved my problem.

My second problem is

1) SAP xMII >Navigation services>Navigation do following

a) From the account name pull down menu select everyone

b)In the navigation tree tab page,choose Navigation Item >Add>Child

c)In the loading content dialog box,enter a name , for example,"Test"

d)choose."..."

e)In the File Browse dialog box,open the CM folder and navigate to teh QM folder

Select ZPPWeb.htm and choose Ok

After this I get error message as

"Can't move focus to the control because it is invisible , not enabled or of a type that does not accept the focus".

It does not add my htm file to the navigation link

Thanks in advance

Regards Namita

agentry_src
Active Contributor
0 Kudos

Just for a test, please rename it to html rather than htm. Shouldn't matter, but why not try it. Then if it still doesn't work, try it as an irpt.

Former Member
0 Kudos

This is a JavaScript Error.

I would advice to check your ZPPWeb.htm page script first.

Something you are trying to do on page load maybe.

Not sure why it would throw an error while selecting a link for navigation but worth a look.

As a side note - it is always a good practice to search for your errors on Google first , you will be surprised at the number of results and the direction it gives to resolving the issue.

Former Member
0 Kudos

Hi Udayan,

It is working under the account name "Administrator" but not under "Everyone" . Link does not get displayed in the navigation link for everyone so was just wondering is it related to roles or server error.There is no error in the java script

Regards

Namita