cancel
Showing results for 
Search instead for 
Did you mean: 

ITS Upload / Download using CL_GOS_MANAGER

Former Member
0 Kudos

Hi,

We are Facing Problem While Uploading the File and Downloading the File through SAP GUI for HTML.

I have searched through this Forum.

I am facing the following problem as When i try to Attch the Screens, It comes to the Intermittent Screen and says

"Please Wait. You will be forwarded automatically"

"This page has been loaded due to technical Reasons"

And there is a OK Button. If we click on it or not click on it, it is not moving further and its gettin strucked there.

I searched through SAP Notes and Found it has been solved with ITS Patch less than 17. But Now we are having ITS 6.20 with Patch 18.

Any Suggestions on this.

For Downloading i will test as per the note 554492.

Thanks & Regards

Sumanth

Accepted Solutions (0)

Answers (3)

Answers (3)

christof_kohler
Explorer
0 Kudos

Hey,

actually we are facing the same problem since we patched our ITS 6.20 to Patch level 18 yesterday, the FM ITS_DOWNLOAD/UPLOAD and ITS_EXECUTE don't work anymore.

What JVM do I need to solve this?

Is there any other solution?

Thanks & Regards

Christof

Former Member
0 Kudos

Chrisof,

You would need to install JVM from the sun website at http://java.com. There you can find the latest jvm version and steps to install this on the deskstop. I'm sorry I don't think there is any other solution behind this unless if this is a custom transaction and you change the abap code for this.

Thanks,

Jin Bae

Former Member
0 Kudos

Hi all,

I have encountered same problem in ITS 6.20.

Query.class is packed in ws.jar which is stored at C:\Inetpub\wwwroot\<SID>\sap\its\mimes\webgui\99\applets and C:\Inetpub\wwwroot\<SID>\sap\its\mimes\webgui\2002\applets in ITS server.

I increased the trace level to 3 in the Java console to inevestigate the problem further.

== Java console (Trace level 3 ) ===

network: cache entry not found URL: https://hostname.domain.co.jp:443/sap/its/mimes/webgui/2002/applets/ws.jar、version: null

network: Connect to https://hostname.domain.co.jp:443/sap/its/mimes/webgui/2002/applets/ws.jar (Proxy=DIRECT)

network: Connect to http://hostname.domain.co.jp:443/ (Proxy=DIRECT)

java.net.ConnectException: Connection refused: connect

load: class Query.class not found.

java.lang.ClassNotFoundException: Query.class

==========================

Then I found out that when system tried to load class Qery.class the connection to ITS was refused becase the incorrect protocol ( https ) was chosen. In my case, SSL was not setup, therefore protocol must be http.

I activated http by changing the configuration file for WGate in C:\Program Files\SAP\ITS\6.20\config\ ItsRegistryWGATE.xml

After that, I restarted the WGate by accessing to http://hoostname.domain.co.jp:port/scripts/wgate/wgate-restart to activate the configuration.

And also I restarted the AGate by restarting the Windows Service "SAP ITS Manager - <SID>".

Anyway, the html (BHTML) file that displays the message below is stored at C:\Program Files\SAP\ITS\620\templates\system\dm\itsdoc.html

"Please Wait. You will be forwarded automatically"

"This page has been loaded due to technical Reasons"

Best regards,

Akira

Former Member
0 Kudos

Hi,

Hi,

We are doing upgrade from ecc 5.0 to ecc 6.0 with Unicode conversion.

In ecc 5.0 the WAS is 640.

In this environment the Internet service application devloped in SAP GUI FOR HTML is working fine in production.

Just now they load all in the ECC 6.0 with 701.

In this environment the internet service application is giving error in web browser..

I am getting error "applet loading is failing".

i checked the Applet jar file in MIME folder(SE80) it is avilable.

If any guys come accross pl help to give some input to proceed further.

Thanks in advance.

Sharma

Former Member
0 Kudos

Hi,

Did the download seem to solve the problem? We are getting the same problem after installing patch 18 to ITS with our enterprise portal. Now the file dialog does not load.

Thanks,

Jin Bae

Former Member
0 Kudos

We just applied patch 18 in test and now we can't download appraisal attachments. Thunga or Jin, were you able to resolve the problem? We can get it to work on our PC's that aren't locked down, but on our managed machines (where most of the C drive can't be written to), it no longer works.

Former Member
0 Kudos

We had the same problem. There are 3 files that can be taken from ITS patch 17 and applied to patch 18 ITS directories to back out the change until you can get Sun VM installed on all your PC's: itsdoc.html, ws.cab, and ws.jar. Replace them in all the subdirectories they exist and clear ITS cache or restart ITS. At this point you'll be able to use MS VM until you can get Sun VM installed on all your PCs and get your browsers set up to use it.

Former Member
0 Kudos

Dan Thanks!!!! You just made my day If I had any points to reward you I would...

Message was edited by: David Näsvik

Former Member
0 Kudos

Hi there,

please make sure you have the latest version of the Java VM installed - this is what caused me a problem with this. It seems that the support for the (old) Microsoft Java VM has been dropped in preference for Sun Java. Your Internet options and JVM patch has to reflect that, since PL17 and PL18 both use the Sun JVM for these uploads/downloads. The JVM software can be downloaded from Sun.com.

Hope this helps,

Michael