REMOTE SCRIPTING DOESN'T WORK W/ XP/IE 6...URGENT HELP NEEDED

  • Thread starter Thread starter Karen
  • Start date Start date
K

Karen

Hi all!

The error that I am getting when trying to use remote scriptin is on
line 262 of the RS.HTM file (i guess??? coz' i don't have this line in
my code). The error is "Object doesn't support this property or
method"

I've tried everything suggested by Michael Harris in this post:

http://groups.google.ca/groups?hl=e...8&selm=e8eNbN0sCHA.2344%40TK2MSFTNGP10&rnum=6

and these MSDN samples:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rmscpt/Html/rmscpt6.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rmscpt/Html/rmscpt7.asp

nothing seems to work for me!!! any idea...this is not my 1st time!
i've been using remote scripting for a while but this is the 1st on
XP!!!!

Please help!!!!
 
unfortunatly this doesn't fix the problem either....even the MSDN
remote scripting example won't work!!!

i don't realy know what's wrong with my machines!!! could it be my
iis???? i'm realy guessing now that i don't know what to do!
 
Karen said:
Hi all!

The error that I am getting when trying to use remote scriptin is on
line 262 of the RS.HTM file (i guess??? coz' i don't have this line in
my code). The error is "Object doesn't support this property or
method"


A clean install of XP does noyt include a JVM (Java Virtual Machine). The
Microsoft JVM is no longer available for download/install.

Check http://www.microsoft.com/mscorp/java/ for details...

I've tried everything suggested by Michael Harris in this post:

http://groups.google.ca/groups?hl=e...8&selm=e8eNbN0sCHA.2344%40TK2MSFTNGP10&rnum=6

and these MSDN samples:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rmscpt/Html/rmscpt6.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rmscpt/Html/rmscpt7.asp

nothing seems to work for me!!! any idea...this is not my 1st time!
i've been using remote scripting for a while but this is the 1st on
XP!!!!

Please help!!!!

--
Michael Harris
Microsoft.MVP.Scripting

Microsoft® Windows®2000 Scripting Guide
http://www.microsoft.com/technet/scriptcenter/scrguide/sagsas_overview.asp

TechNet Script Center Sample Scripts
http://www.microsoft.com/downloads/release.asp?ReleaseID=38942

WSH 5.6 documentation download
http://www.microsoft.com/downloads/...48-207D-4BE1-8A76-1C4099D7BBB9&displaylang=en
 
Hey Henri,
thanks for your answer...well...this is the i dowloaded(Windows Script
5.6 for Windows 2000 and XP) and installed but didn't get my code to
work...like i said in my ealier post even the MSDN remote scripting
doesn't work on my server...i don't realy know what to do...maybe
report the problem to microsoft ....
 
Well...Once again thanks a lot Michael...i finaly get it!! oh man!!! i
downloaded "msjavx86.exe" installed it then reinstalled the windows
script for XP and everything seems to work very well....however as
Microsoft doesn't support this MSJVM i don't realy know if it's a good
idea having it installed on my machines...what'll happen if i upgrade
my XP SP1 ??? will it change my settings?? be in conflict with this
MSJM??

Thanks to all of you who helped in with this matter..specialy to you
Michael...you saved my life ;-)
Keep up the good work!!!
 
Hi,

[snip]

| Well...Once again thanks a lot Michael...i finaly get it!! oh man!!! i
| downloaded "msjavx86.exe" installed it then reinstalled the windows
| script for XP and everything seems to work very well....however as
| Microsoft doesn't support this MSJVM i don't realy know if it's a good
| idea having it installed on my machines...what'll happen if i upgrade
| my XP SP1 ??? will it change my settings?? be in conflict with this
| MSJM??

MH may have more recent information, but from the published info at the
time...

The deletion of the MS Java VM came as the result of the settlement of a
lawsuit with Sun, not because of any technical problem with it. Many
existing applications were written to use it.

As a result of the settlement, beginning with new installs of Win2k SP4 and
WinXp SP1a in February 2003, the MS Java VM was dropped. Any hard (CD)
copies of Win2k and WinXp prior to that date (Win2k through SP3 and WinXp
through SP1) retain it, as do all other Windows OS's, even if they are
installed or reinstalled now. Win2k SP4 and WinXp Sp1a updates do *not*
delete the MS Java VM from OS's that have it. The MS Java VM has some very
nice scripting objects, so it may even be desirable to buy an additional
license for an older hard-copy Win2k or WinXp OS and update it, as opposed
to buying a new OS, though it's probably not worth the trouble.

Take a look at these references (info above current ca. April 2003):

http://www.microsoft.com/mscorp/java/?&gssnb=1
Microsoft Technologies for Java

http://www.microsoft.com/mscorp/java/developerFAQ.asp
Developer FAQ for the Microsoft VM - Microsoft Technologies for Java

http://support.microsoft.com/default.aspx?scid=kb;EN-US;820101
Frequently Asked Questions About the Microsoft VM and Windows 2000 Service
Pack 4 (MS Knowledge Base article 820101

Joe Earnest
 
Back
Top