Quantcast
Channel: SCN : Popular Discussions - Internet Transaction Server (ITS)
Viewing all 399 articles
Browse latest View live

New session was refused due to memory bottleneck

$
0
0

Has anyone had experience with this error and know how to go about fixing it from occuring again?

 

 

Error when processing your request

 

 

What has happened?

The URL https://____________/zpro was not called due to an error.

 

    

Note

 

The following error text was processed in the system DEV : New session was refused due to memory bottleneck

The error occurred on the application server onebase_DEV_00 and in the work process 0 .

The termination type was: ABORT_MESSAGE_STATE

The ABAP call stack was:

Function: ICF_ATTACH_ITS_PLUGIN of program SAPLHTTP_RUNTIME

Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

 

 

    

   

 

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system DEV in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server onebase_DEV_00 in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server onebase_DEV_00 . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

 

 

Error code: ICF-IE-https -c: 160 -u: ****** -l: E -s: DEV -i: onebase_DEV_00 -w: 0 -d: 20080822 -t: 094930 -v: ABORT_MESSAGE_STATE -e: New session was refused due to memory bottleneck

 

 

 

HTTP 500 - Internal Server Error

 

 

Your SAP Internet Communication Framework Team


ITS / Webgui: How to... fix Initialization of SAP GUI for HTML failed: [object Error]

$
0
0

If you get...

webgui_initialization_error.png

... when starting Webgui (after system logon) one of the possible explanations is that you have recently updated your system and are still trying to force Webgui to use Quirks mode instead of Standards (Edge) mode. Go to transaction SICF and select the service webgui, go to GUI Configuration...

webgui_service_parameters.png

... delete the SAP-IE parameter and save. Webgui should work again.

SICF logoff redirect not working

$
0
0

Hi,

 

I configured the Logoff page of an ICF service to redirect to the logoff service (with redirect to the current service).

But somehow the redirect does not work. When logging off, the page for ressource selection is shown, but not the SAP log in. (user is not logged off the system)

When copying the redirect URL into the browser, the logoff works like expected and the SAP logon page appears.

So i think, the redirect configuration is not working.

Any ideas why the redirect would not be executed?

 

We're on SAP_BASIS 740 / SP 0009

 

kind regards

ITS Mobile Screen Sizing: Motorola MC9090

$
0
0

Hello All,

 

I've seen many posts about this topic and haven't been able to get an exact answer.  I have built a few custom transactions and have some standard SAP transactions of format 16x20ITS/16x20.  These look great in SAP GUI, but when generating templates for them using "Mobile Devices (No HTML tables)" generating style, they look vastly different and are requiring me to scroll on the RF device.  Ultimately, I would like to adjust the individual HTML screens to allow them to properly fit the device.  Below are the options I've seen, and the questions I have with each option.  If you have any insight on the subject, please advise.  Scrolling on an RF gun isn't a viable solution.

 

  1. ITS Mobile Visual Editor.  This looks to be the exact solution to my issue, but according to SNOTE 1818662, it requires a SP upgrade.  As this can be a tedious process at my company, we are looking to this as a last resort.    We are currently running ECC EHP5.  SAP_BASIS: SAPKB70209.  (Reference: ITSmobile Visual Editor - Wiki - SCN Wiki ).  Is it possible to use the ITS Mobile Visual Editor without a support pack upgrade?
  2. Change the MOBILE.CSS style sheet.  This also would be a good solution.  I've copied MOBILE.CSS from ITSMOBILE to my Z_Service with a difference name.  I've added ~itsmobileCssInclude to my gui configuration to point to my new .css file.  I plan on re-generating all my templates.  The problem is, I don't know where in this file to "hard code" the width and height of the screen. (Reference: ITS Mobile screens on Motorola 9090 - vertical scrolling issue ).  Where in this file can I adjust the total height and width?
  3. 16x20ITS Screen Size:  I've performed this and have had mixed results with the standard SAP delivered transactions.  This doesn't help the custom transactions  (Reference: ITS Mobile screen size  ). 
  4. I've also changed the ~ITSMOBILEUNITS to PX and tested.  I know this changes the width, but does nothing with the height.

 

GUI Configuration:

Gui Configuration.png

 

Thanks,

Lane

SAP ITS Screen Size

$
0
0

Dear Expert,

 

I am facing issue regarding way to change the screen format during display.

There are few points i would like to add before some suggestion is posted.

1. Template generated for LMOB(package) for all the screen, instead of LM00(889 ; reason = always getting message user is already logged in )

so there is no way i can save the screen format before displaying in the mobile device. So decided to call the transaction LM01,... etc directly by creating different ITS service.

2. Implemented all the input which is currently present in forum, Read all the notes which only suggest.

3.

~ITSMOBILEELEMUNITSpx
~ITSMOBILEELEMFACTOR6

~DYNPRO_COMPRESSION 1

using the above fields we get some help but not complete. Still some screen does not fit the browser ( coming out of the screen and also without any scrollbar another big issue)

4. Used ITSGENMOBILE4 Mobile Devices (Without HTML Tables).

 

My question is how to assign and change screen format for any ITS service i created (template can be generated from standard or custom screen). currently only 8X40 is coming by default.
Lot of things are mentioned about different service parameter.... create a customzed .css , use FUNCTIONS in ITSMOBILE but i still not able to find a single page which explain how and what to change in this. can anyone also help in this ?

ITS Application for LM01 screen size is too small on Mobile devices

$
0
0

Hi Everyone,

 

I am writing because I need your help. I created an ITS application for LM01 on Motorola MC3190 device. I am using IE browser. The problem is that screen size is too small.

 

I am using SAP_BASIS Release (740) SP-Level(0006) and the ITS Template I used is MOBILE4 Mobile Devices ( No HTML Tables ). The Operative System is Windows Embedded Handheld 6.5

 

I would like to know How solve the issue.



Solutions I have tried:

 

  • I tried customizing the CSS and it did not work. Font size is too small and the buttons too. I copied template MOBILE.CSS and I added the following code:

 

.MobileUserArea, input {

/* font-family:arial;

/* font-size:100%;

  font-family: Verdana, Arial, sans-serif;

  font-size:16px;

}

 

.MobileUserArea, textarea {

/*  font-family:arial;

/*  font-size:100%;

  font-family: Verdana, Arial, sans-serif;

  font-size:16px;

}


I need more information about this solution.

 

  • I used another browser Opera Mobile 10. Using this browser I set Mobile view and the screen look great but function keys it does not work. I tried using DEVINCLUDE_INTERMEC700C, DEVINCLUDE_NAURTECHCK61 and DEVINCLUDE_SYMBOL3090 as ITSMOBILEDEVICEINCLUDE and it did not work.

 

Should I just use only industrial browsers? I am using IE browser but Mobile view it does not work correctly. I see screens like in a desktop (small).

 

 

 

 

Thanks.

SAP GUI For HTML Error A:ITS_P:019 XSRF no sec_sesstoken

$
0
0

Dear All;

 

One of our clients need the web access for SAP GUI so I did the required, and activated the required services.

http://IP:port/sap/bc/gui/sap/its/webgui

I am able to login using my sap user ID, and password, but the issue happens after I login. I get the following message: This session terminated due to inactivity:

sap111.png

 

And then I get the error: A:ITS_P:019 XSRF no sec_sesstoken

 

Any help will be appreciated.

 

Best Regards

~Amal

Connection to partner timed out after 60s

$
0
0

I get a connection timeout when trying to place orders within our e-commerce site that has been moved over to Integrated ITS from the Standalone ITS / Online store.

 

We've upped the "Timeout" but it still doesn't solve the issue of why it's taking so long to complete the process.

 

500 Connection timed out

 

 

-


Error: -5

Version: 7000

Component: ICM

Date/Time: Mon Aug 04 16:04:25 2008 

Module: icxxthr.c

Line: 2698

Server: sapdispatcher__33

Error Tag: {-}

Detail: Connection to partner timed out after 60s


ITS Mobile Logoff and return to Logon Screen

$
0
0

My client is running ECC 6.0 with basis 7.31 patch 5(SAPKB73105).

 

I have created a z service to run my custom ITS transactions. 

 

In the service I have selected Altertnate Logon Prodedure and have removed all the procedures except Logon Through HTTP Fields.  There is no option for Fields Authentication, as all the help that I read indicates that should be the option. 

 

When I run my service and then select F8 Logoff, I am able to logout.  But I would like to be redireted to the logon screen.  So, I have created an Explicit Reponse Body page under the Error Pages->Logoff Page.  That code reads:

<html><head><title>
Logoff Page
</title><script>
function home() { var url = 'http://' + window.location.host + '/sap/bc/gui/sap/its/zlm_its?command=logoff?';window.location.replace(url); }
</script> </head> <body onload="home();" >
...Disconnecting...
</body></html>

 

I run the service, I am prompted to logon (as should be), then I F8 Logoff and the popup for Yes/No displays.  I select Yes and I see the Disconnecting then I am returned to the Menu and not to the Logon Screen as should be.

 

What am I missing?  I have read all the OSS notes and help, but none has been relevant to my issue.

 

Thanks!

PDF error in SAP Retail Store

$
0
0

We recently made some changes to our SRS server and now when we create Sales Orders instead of the PDF coming up for view in the web browser we're getting the error "File does not begin with '%PDF-'".  I've searched for OSS notes about this, as well as a general web search, but I haven't found anything that resolves this issue.  Has anyone else encountered and fixed this issue?

Web dynpro abap login ,WebDynpro Exception: Application // Does Not Exist

$
0
0

I have followed the note 1088717 for activating the services for web dynpro ABAP in SICF .

Even then i do get the error that has been mentioned below .Please help me and do mention the services if any that need to be activated for proper functioning of the weeb dynpro abap.

 

 

 

 

What has happened?

The URL http://cgslsvr3:8020/sap/bc/webdynpro was not called due to an error.

 

    

Note

 

The following error text was processed in the system CGD : WebDynpro Exception: Application // Does Not Exist

The error occurred on the application server cgslsvr3_CGD_20 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: RAISE of program CX_WD_GENERAL=================CP

Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP

Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

 

 

    

   

 

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system CGD in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server cgslsvr3_CGD_20 in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server cgslsvr3_CGD_20 . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

 

 

Error code: ICF-IE-http -c: 110 -u: BASIS -l: E -s: CGD -i: cgslsvr3_CGD_20 -w: 0 -d: 20080331 -t: 151406 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION

 

 

 

HTTP 500 - Internal Server Error

 

 

Your SAP Internet Communication Framework Team

Buttons not found

$
0
0

Hello Gurus


I have a clientthat usesstandardWeb Dynprotransactions, they access theprinterME9Fsuchordersbut whendeployedmaxcodesor leavepoppuscan notcontinue
I urgea bit, you know whatI cando or howsolucionear?


Issues Webdynpro Transaction Standar ME9F.png



Thank you
a greeting

How to find ITS URL in R/3 system

$
0
0

Hi All,

 

I want to know from where one can read the ITS URL in an R/3 system?

I know this question has been asked frequently but all threads lead to a Blog which does not come up.

Please help.

 

Thanks in advance.

 

Regards,

Saurabh

Generating ITS templates for RF screens

$
0
0

Hi,

 

I'm trying to access the standard RF transactions via ITS.  Do I have to generate the templates for all the RF screens or should they already available on the system?

 

If yes, what screens do I need to generate to get this working?

 

Regards,

Carlos

Attachments are not opening in SAP Document viewer

$
0
0

Hi Experts,

We are attaching PDF documents into archive server using store business document option in GOS. When we try to display attached document using attachment list option in GOS , SAP document viewer is opening but document is display in native Adobe reader.

 

What need to be done to open pdf documents in Document viewer itself?

 

 

Regards

Raja


ITS Mobile screen resolution

$
0
0

Hi,

 

I am new to ITS mobile. We have created HTML templates for one of our RF transaction. The screen resolution is very small. When opened in
the browser its fine but if we open the same in a mobile device we have th zoom in and out every time. Could you please
let me know what I need to fix this issue?

 

    Nehru

SAP GUI HTML - Error in up/downloading file

$
0
0

Hi,

 

when I download any report( eg ALV) in SAP GUI for HTML - Webgui, below error message is displayed

 

Cancellation by user

Message no. ALVHT161

 

and the file is not saved/downloaded

 

 

When I try to store any document in SAP GUI for HTML then  below error message is displayed and file is not uploaded

 

The attachment has not been created

Message no. SGOS_MSG042

 

 

Not sure what is missing.  Any suggestion is appreciated

 

Thanks,

Chandru

webgui service hangs and does not display the SAP GUI screen

$
0
0

Hi:

I am trying to use the Transaction Starter via webgui ITS service but it somehow hangs and does not finally shows the SAP GUI screen. Please see the attached document to get an idea of what it is occuring.

 

1. Link in navigation for launcher configured (using TSTC etc)

2. URL in transaction CRMS_IC_CROSS_SYS configured with

[http://server.local:port/sap/bc/gui/sap/its/webgui/!?transaction=IC_LTX&okcode=ICEXECUTE]

--> i am calling a CRM SAP GUI transaction but even with IC_LTXE to callan ERP transaction does not work either.

3. All related notes implemented (running CRM 2007): 990216, 993315,

1337472, 1013376

4. Old service crm_cic_rabox which has been replaced by the new shows onthe contrary the GUI screen.

 

See following link which depicts the actual problem [http://documents.b2tec.de/TLauncher.htm]

 

Thank for any help.

 

Ricardo B.

ITS webgui URL not working

$
0
0

The ITS services are activated in SICF transaction. When i try to access the web gui URL http://systemname:8028/sap/bc/gui/sap/its/webgui i get the login page. But once i provide the logon credentials in the popup, i donot get the SAP home page. Instead, the page gets struck and its almost plain except an appearance like the image has failed to load.

 

Any thoughts towards a solution for the issue???

ITS security issue when download, execute program warning

$
0
0

Hi Emre,

Thanks a lot for taking your time to reply.

 

Although i dont know how to set JAVABEAN attribute, but i have done lot of debugging to the function call cl_gui_frontend_service=>execute from the SAP WebGui, and i could not find this attribute being checked. In my case following code is the real code executed:

 

CALL METHOD OF doc-obj 'ExecuteEx'

       EXPORTING #1 = mcommandline

                 #2 = mprogram

                 #3 = mOperation.


in Include LSIT1O01 line 480. This starts an applet for execution of a commandline. Java console says all ok, but then this popup comes:popup.png

BR

SSA

Viewing all 399 articles
Browse latest View live


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