cancel
Showing results for 
Search instead for 
Did you mean: 

IE Script Error : Object Does'nt Support this property or method

former_member187439
Active Participant
0 Kudos

Hi,

We are getting this IE script error when tried to drag a "web service method" into the iView in VC.

<b>IE Script Error : Object Does'nt Support this property or method</b>

This Webservice is from XI which inturn communicates with R3 BAPIs. But rest of the similar web services which we call are working fine and giving proper response.

Have any of u come across such errors? Pls post ur ideas ASAP.

Thanks,

Kavitha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

1) Do you have the adobe svg viewer installed on your client machine?

2) This problem is caused by some bug in the Javascript code that is running in the browser.

You may be able to find the cause by looking in the default.trc trace file on the server (using logviewer) or in the jrfc.trc file on the server.

If you want to find the root cause get a Javascript debugger installed on your system, allow debugging in IE, and press yes when the error occurs and IE asks if you want to debug. Then you could post the lines here and we would know what happened.

My guess is that there was an error communicating with your CRM system and it was not handled. It is then handled by IE by popping up that error.

former_member187439
Active Participant
0 Kudos

we have ADOBE SVG VIEWER and XML PARSER installed.. so, this should not be the problem.. Also, I'm using many wsdls from the same XI server and this error is thrown only for 2 of them...

We are not using a CRM system as pasted in ur reply..