Quantcast
Channel: SCN: Message List - Internet Transaction Server (ITS)
Viewing all 818 articles
Browse latest View live

Re: ITS MOILE Log on screen issue

$
0
0

Hi Manish,

 

Thanks for your update. but not able to find exact logon screen. Is there any settings for logon screen in SICF tcode

 

Thanks with Regards,

Vallamuthu M.


Re: ITS MOILE Log on screen issue

$
0
0

My Actual issue is that LOGON screen is not fit inthe device.

 

Is there any parameters are missing in the LOGON tab in SICF,

 

Thanks with Regards,

Vallamuthu M

Re: Push Button event not getting triggered

$
0
0

Hi,

 

If I try in Firefox, the events are getting triggered; but it fails on IE. Also, if I copy a screen from  SAP ITMOBILE to my program and use that, it works(at least it does not go into the processing endless loop).

 

Regards,

 

Sagar

Re: Push Button event not getting triggered

$
0
0

Hi Sagar,

 

In that case, it is most likely an IE browser issue. I have experienced this kind of issue many times with many different URLs.

 

Either try to clear the browser cache or try upgrading your IE browser and try again. In my case, i switched to other browsers instead.

For your HDD, you can use any other browser like Wavelink, etc.

Re: Push Button event not getting triggered

$
0
0

Hi Utkarsha,

 

Thanks for your response. I am not very familiar to the ITS. Can you help me understand how is the ITSMOBILE service by SAP different from the screen program that I have developed. May be if I make that particular change the event can work. As I said the SAP developed service works on IE on my computer(but the one I have developed fails ).

 

Regards,

 

Sagar

Re: Suggestion needed to pass parameters for second screen in SAP webgui URL (ITS)

$
0
0

Hello Vishaal,

 

I think this is not possible. Have you accomplished this in SAPGUI for Windows? If yes, then it should work in WEBGUI as well.

 

Regards,

Cris

Re: Push Button event not getting triggered

$
0
0

Hi Sagar,

 

The internet service you have developed for your screen program is no different from the ITSMOBILE service. It is just an IE browser issue. It fails to recognize certain template generated button clicks even for other renowned sites. Many people who use ITS prefer other browsers than IE.

I have asked many IT help desk guys about this, but even they are not sure why this happens with IE.

Re: ITS MOILE Log on screen issue

$
0
0

Hi vallamuthu madheswaran ,

 

In the Logon tab, when you go into the 'Configuration' settings under System Logon radio button, You will see a section called as Logon Layout and Procedure.

 

Under it, you can give the 'Custom Implementation' as CL_MOBILE_SYSTEM_LOGIN class, like Cristiano mentioned.

 

In that class, you will need to make modifications in the method WRITE_CSS_STYLE which is CSS coding, in order to adjust the layout of your login screen. For example, you can change the width of the login screen by first checking the CSS class used in the login page template and modify here accordingly:  MobileLoginScreen {width:150px}    (Please modify the existing pixel size given, do not add more lest it interferes with the preferences).

 

To find the CSS classes used for various sections of the page, you can refer method HTM_LOGIN of the same class.

 

Let me know.


Re: ITS MOILE Log on screen issue

$
0
0

Hi Utkarsha Khadke,

 

Thanks for your update.

I have changed the width is 0px also. but there is no change in the screen.

 

Thanks with Regards,

Vallamuthu M.

Re: Problems starting SAP GUI for HTML (Screen Personas) - not found errors (404)

$
0
0

hi Sir,

 

  I got same issue in my sandbox server, did you solve this issue? I have implemented the note 2141004, but there are some resources that are still not found (error 404) . Could you kindly tell me the solution if you have fixed this issue, thanks a lot.

 

 

Best regards,

Yi

 

Add note link. Message was edited by: Oisin ONidh

Re: Problems starting SAP GUI for HTML (Screen Personas) - not found errors (404)

$
0
0

Hello Yi,

 

This seems similar to a recent case I saw.

 

Be sure that you have set:

 

icm/HTTP/file_access[0] = PREFIX=/sap/public/icmandir/,DOCROOT=$(DIR_ICMAN_ROOT),ARCHIVE=$(DIR_EXECUTABLE)/ITS.SAR,CACHECTRL=+28800

 

This will guarantee that the ICM process extracts the content of ITS.SAR in the correct location.

 

I hope this helps,

Cris

Re: Problems starting SAP GUI for HTML (Screen Personas) - not found errors (404)

$
0
0

Hello Yi,

 

I just confirmed that without the parameter set, the ICM process does not extract the ITS MIMEs from ITS.SAR, and 404 HTTP errors are expected.

 

Regards,

Cris

Re: ITS MOILE Log on screen issue

$
0
0

If you put width as 0px, it will take the combined width of the elements inside the "MobileLoginScreen", like the title bar box width, the text "User", the input box for User, and so on. It cannot really be 0 due to the contents inside the Login box.

 

If that's not the case, you may also check if you are overriding the width of the class MobileLoginScreen in a CSS style sheet under the MIME repository under your Internet Service in se80. For more info on this, check this out: ITS templates – Styles, Themes and Legibility (MIME Repository)

 

Let me know.

Re: Problems starting SAP GUI for HTML (Screen Personas) - not found errors (404)

$
0
0

hi Cris,

 

  thanks for your reply, I checked in my system, seems these parameters had been set...

 

icm/HTTP/file_access[0]        = PREFIX=/sap/public/icmandir/,DOCROOT=/usr/sap/<SID>/DVEBMGS00/data/icmandir,ARCHIVE=/usr/sap/<SID>/DVEBMGS00/exe/ITS.SAR,CACHECTRL=+28800,MAXAGE=+28800

icm/HTTP/server_cache[0]       = PREFIX=/, CACHEDIR=/usr/sap/<SID>/DVEBMGS00/data/cache

icm/HTTP/admin[0]              = PREFIX=/sap/admin,DOCROOT=/usr/sap/ZES/DVEBMGS00/data/icmandir/admin,AUTHFILE=/usr/sap/<SID>/SYS/global/security/data/icmauth.txt

icm/HTTP/auth[0]               = PREFIX=/,FILTER=SAP

 

so it's much strange I got these error, can I extract the ITS.SAR manually?

 

Best regards,

Yi

Re: Problems starting SAP GUI for HTML (Screen Personas) - not found errors (404)

$
0
0

hi Cris,

 

   Are there system logs which can show the extracting process like extract failed or can't find the ITS.SAR?  I can't find any logs about it....

 

Best regards,

Yi


Re: Problems starting SAP GUI for HTML (Screen Personas) - not found errors (404)

$
0
0

hi Oisin,

 

    Thanks a lot. the kernel is 742 splv 216 SLES-11 x86_64, and the SAP_BASIS is SAPKB74010.

Actually, I just want to use WEBGUI, I actived some services in SICF also did publish in SE80.

when loading the login page of the webgui, I can't see any picuture, and got these errors in webbrowser:


GET https://<host>/sap/public/icmandir/its/lsgui/js/its_frameset.js

webgui?sap-client=000:343

GET https://<host>/sap/public/icmandir/its/lsgui/images/img/splashscreen.jpg 404 (Not Found)

webgui?sap-client=000:50

GET https:/<host>/sap/public/icmandir/its/lsgui/js/its_utils.js

webgui?sap-client=000:48

GET https://<host>/sap/public/icmandir/its/ls/js/autorelax.js

webgui?sap-client=000:55

GET https://<host>/sap/public/icmandir/its/lsgui/js/init_websocket.js

webgui?sap-client=000:54

GET https://<host>/sap/public/icmandir/its/lsgui/js/sap-pcp-websocket.js 404 (Not Found)

webgui?sap-client=000:356

GET https:/<host>/sap/public/icmandir/its/lsgui/js/sap_secu.js

webgui?sap-client=000:343

GET https://<host>/sap/public/icmandir/its/lsgui/images/img/screenloadinganilarge.gif 404 (Not Found)

webgui?sap-client=000:343

GET https://<host>/sap/public/icmandir/its/lsgui/images/img/splashscreen.jpg 404 (Not Found)

webgui?sap-client=000:191

Uncaught ReferenceError: wguSessionBuildTerminationURL is not defined

 

I have implemented notes

2007142 - SAP GUI for HTML: Loading ITS MIME files from kernel (feature WEBGUILOCALMIMES)

2091386 - SAP GUI for HTML: HTML Viewer and determination of basis window name

2111099 - SAP GUI for HTML: Deactivate domain relaxing

2141004 - SAP GUI for HTML: HTML and JavaScript files cannot be loaded

 

 

Best regards,

Yi

 

Add note links Message was edited by: Oisin ONidh


Re: Problems starting SAP GUI for HTML (Screen Personas) - not found errors (404)

$
0
0

Hello Yi,

 

Yes, you can check in dev_icm (via ST11) or using SMICM (Goto -> Trace File -> Display All).

 

You should see something like:

"...

[Thr xxxx] HttpExtractArchive: extract archive X:\usr\sap\<SID>\DVEBMGS00\exe\ITS.SAR to X:/usr/sap/<SID>/DVEBMGS00/data/icmandir

SAPCAR: processing archive X:\usr\sap\<SID>\DVEBMGS00\exe\ITS.SAR (version 2.01)

...

SAPCAR: xxxxxx file(s) extracted

..."

 

Kind regards,

Cris

Re: Problems starting SAP GUI for HTML (Screen Personas) - not found errors (404)

$
0
0

Hello Yi,

 

You can follow SAP note 1575271. Even though the symptom is not what you are facing, it gives you a valid approach for your case.

 

Kind regards,

Cris

Re: Problems starting SAP GUI for HTML (Screen Personas) - not found errors (404)

$
0
0

hi Cris,

 

   Thanks a lot. I checked the logs in ST11, seems ICM only did the version checks, but no extracting.

logs are like these:

...

...

HttpISubHandlerAdd: Added handler HttpCacheHandler(15204c0), slot=1, flags=12293) for /, active: 1, table 1520060

Adding HttpAdminHandler: PREFIX=/sap/admin,DOCROOT=/usr/sap/<SID>/DVEBMGS00/data/icmandir/admin,AUTHFILE=/usr/sap/<SID>/SYS/global/security/data/icmauth.txt

HttpExtractArchive: files from archive /usr/sap/<SID>/DVEBMGS00/exe/icmadmin.SAR in directory /usr/sap/<SID>/DVEBMGS00/data/icmandir are up to date

...

...

Started service PORT=44300,PROT=HTTPS,TIMEOUT=15,PROCTIMEOUT=45,VCLIENT=0

SSL settings: verify_client: 0, cache_size: -1, cache_lifetime: -1, credfile: SAPSSLS.pse, ciphers: default

HttpExtractArchive: files from archive /usr/sap/<SID>/DVEBMGS00/exe/ITS.SAR in directory /usr/sap/<SID>/DVEBMGS00/data/icmandir are up to date

IcmNetCheck: network check passed without detecting problems

...

...

so I have to follow the note 1575271 ?

 

Best regards,

Yi

Re: Problems starting SAP GUI for HTML (Screen Personas) - not found errors (404)

$
0
0

hi Cris,

 

  Is there any parameters like icm/full_host_name must be as same as the URL I used ? I'm not sure if I used another name ( for web access ) which is not same with the parameter, it would get error, or at least the hostname which the parameter used should be accessed ? I think maybe the system used an unaccessable hostname...then can't find the resource...just guess if I add IP address and hostname in file hosts, this issue can be solved...I can't access the OS of the system for some reason...

 

 

Best regards,

Yi

Viewing all 818 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>