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

The URL http://xxx was not called due to an error

$
0
0

When executing an iView (internet service ws20000081), but receive error message in portal:

Error when processing your request

 

What has happened?

The URL http://vndhrmq.services.retail.tc:8006/sap/bc/gui/sap/its/ws20000081/ was not called due to an error.

    

Note

 

The following error text was processed in the system <SID> : Communication failure

The error occurred on the application server vndhrmq_<SID>_06 and in the work process 0 .

The termination type was: IMC_CANCEL_TX

The ABAP call stack was:

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_ITS===============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 <SID> 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 vndhrmq_<SID>_06 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 vndhrmq_<SID>_06 . 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: 025 -u: <UserID> -l: E -s: <SID> -i: vndhrmq_<SID>_06 -w: 0 -d: 20080729 -t: 141145 -v: IMC_CANCEL_TX -e:

 

HTTP 500 - Internal Server Error

 

Your SAP Internet Communication Framework Team

 

When i fill in incorrect password i encounter the error message that logon failed, but with correct password the above message.

 

In trx ST22 the runtime error ITS_TEMPLATE_NOT_FOUND "Template interpretation failed. Template does not exist." exists 2 times, but executed the internet service many times ?             

 

In transaction SE80 the internet service is available and published.

Following parameters are set:

WEB_FLAG     X

~LANGUAGE                                                                               

~LOGIN                                                                               

~OKCODE     CONT

~PASSWORD                                                                               

~TRANSACTION     WS20000081

~WEBTRANSACTIONTYPE     EWT

 

Executed the tcode: SIAC_PUBLISH_ALL_INT, but same error message afterwards.

 

In the file dev_w0 of the works directory is following error message:

      • ERROR => xgdk: EnviGetEnvString, failed to read parameter >itsp/Security/allow_designs_from< [w3xxenvi.c   127]

 

Cannot find any additional information for this parameter itsp/Security/allow_designs_from ?

 

Also additional details in file dev_w0:

Tue Jul 29 13:10:10 2008                                                                               

      • ERROR => dySaveDataBindingValue: Abap-Field= >TEXT-SYS< not found [dypbdatab.c  509]                   

 

      • ERROR => dySaveDataBindingEntry: dySaveDataBindingValue() Rc=-1 Reference= >TEXT-SYS< [dypbdatab.c  429]

 

      • ERROR => dySaveDataBinding: dySaveDataBindingEntry() Rc= -1 Reference=>TEXT-SYS< [dypbdatab.c  137]    

 

      • ERROR => dyPbSaveDataBindingForField: dySaveDataBinding() Rc= 1 [dypropbag.c  641]                     

 

      • ERROR => ... Dynpro-Field= >DISPLAY_SY_SUBRC_TEXT< [dypropbag.c  642]                                  

 

      • ERROR => ... Dynpro= >SAPLSTPDA_CARRIER< >0700< [dypropbag.c  643]                                     

 

      • ERROR => dySaveDataBindingValue: Abap-Field= >TEXT-SYS< not found [dypbdatab.c  509]                   

 

      • ERROR => dySaveDataBindingEntry: dySaveDataBindingValue() Rc=-1 Reference= >TEXT-SYS< [dypbdatab.c  429]

 

      • ERROR => dySaveDataBinding: dySaveDataBindingEntry() Rc= -1 Reference=>TEXT-SYS< [dypbdatab.c  137]    

 

      • ERROR => dyPbSaveDataBindingForField: dySaveDataBinding() Rc= 1 [dypropbag.c  641]                     

 

      • ERROR => ... Dynpro-Field= >DISPLAY_FREE_VAR_TEXT< [dypropbag.c  642]                                  

 

      • ERROR => ... Dynpro= >SAPLSTPDA_CARRIER< >0700< [dypropbag.c  643]                                                                               

Tue Jul 29 13:25:21 2008                                                                               

      • ERROR => SsfVerify failed (see note 1055856). [ssoxxsgn.c   144]                                       

  SsfVerify returned 5 :: SSF_API_SIGNER_ERRORS :: Error during verify - signer error.                      

  SSF LIB returned 26 :: SSF_API_NOCERTIFICATE :: Certificate not found.                                    

 

      • ERROR => ValidateTicket failed with rc = 5 and ssf_rc = 26. [ssoxxapi.c   226]                         

 

      • ERROR => Ticket validation failed with rc = 5 and ssf_rc = 26. [ssoxxkrn.c   988]   

 

Checked SAP logon ticket according SAP note 1055856 and local PSE is OK.

 

Performed an authorisation trace via trx ST01, but no result.

 

In trx SICF in the path /default_host/sap/bc/gui/sap/its/ the service name is active with interactive options both on "Not specified".

 

Can anybody give me more information where to look for more details to a solution ?


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!

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.

ITSmobile Supported RF Devices

$
0
0

Hi,

 

We are in the process of implementing ITSmobile, Just want to know if some one has experience implementing this ITSmobile and would like to have information regarding

 

1. What RF devices are supported (Please point any SAP Note if possible)

 

2. What Browser and Operating systems are supported?

 

 

Thanks

Vamsi

Not able to select local directory in ALV output download

$
0
0

Hello.,

 

I've a custom transaction which is directly embedded on portal. the output of this transaction is ALV grid. Am not able to select directory when I try to export it to Local File. 

 

Please note, we were able to download before SAP patch upgrade. Now, we have upgraded to EHP7, since then we are facing this issue.

 

Quick help is appreciated. please look at the screenshot which I would see when I click on export/LocalFile

Re: Document Viewer not opening in SAP WEBGUI

$
0
0

Hi,

 

we have a similar Problem.

Since we upgraded to SAPKB70217 some browsers (mainly IE) are not able to load the documents in the document viewer,

 

Firefox, Chrome, etc load the documents just fine.

 

With HttpWatch I can see that for IE Clients a parameter [?sap-ie] is added to the document URL.

I think the server can't interpret the added parameter and therefor can't locate the requested document.

 

Here and example of of Document URL ending in IE: /.ALF?sap-ie=edge

Here and example of of Document URL ending in Firefox: /.ALF

 

Can I stop the server from adding the ?sap-ie=edge to the document path?

Is Transaction OAG1 client independent?

 

Kind regards,

Fabian

 

Message was edited by: Branch to a NEW thread as previous update was over 1 year ago. Oisin ONidh ITS SCN Moderator

Put ALV in ITS webgui.

$
0
0

Hi experts

 

Our basis put a alv report in its and this program works ok in sap but in web the method to block field didnt work

meet_eeror.png

The method is  set_ready_for_input

ITS mobile and SAP Screen Personas

$
0
0

Hello community,

 

I am asking myself, if it is possible to combine the ITS mobile technology and SAP screen personas in order to get a better user experience?

I don't have that mutch experience in this context. So a short answer would be great.

If it is not possible - why not?

 



ITS Mobile - initial setup

$
0
0

Hi Experts,

 

We're using SAP ECC6.0, integrated ITS.  I want to setup the ITS Mobile for our SAP Standard and SAP Custom RF Transactions.   Please explain how to setup the ITS for enabling standard and custom RF transactions.  If you have prior experience in doing this ITS Mobile.  Please share your knowledge on this.  Appreciate your help.  Right answers will be rewarded.  Step-by-Step instructions for setting up the ITS for the RF transactions will be helpful.

 

Thank you.

with regards,

Muthu Ganapathy.

Timeout settings - 400 Session timed out

$
0
0

Hello SRM-gurus,

 

we're working with SRM 5.0 and internal ITS. We would like to change the session timeout settings for the Web-UI.

For example if a user is logged in but does not use the SRM-system for 40 minutes (no clicks). Then he should be able to go on working without getting the error message:

 

400 Session timed out - please log in again

-

-


Error: -11

Version: 7000

Component: ICM

Date/Time: Wed Feb 13 09:02:19 2008 

Module: icxxthr_mt.c

Line: 1705

Server: xyz

Error Tag: {-}

Detail: Session does not exist

 

© 2001-2005, SAP AG 

 

 

We found the thread "TIME OUT ERROR"

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=400Sessiontimedout-pleaseloginagain&cat=sdn_all

and tried to find the correct parameter in SMICM. Is it 'conn_timeout' or 'icm/keep_alive_timeout' or another one?

 

As Deepi P mentioned in this thread, there is no chance to change the paramter icm/keep_alive_timeout.

 

We would prefer a 2-hours timeout.

 

Thanks for your help in advance,

 

Regards,

 

Henning

 

Webgui Error "Session Not Found"

$
0
0

Hi all,

 

I installed new ECC 6.0 EHP 6 IDES.

 

Following are the System Information:


OS: Windows Server 2008 R2

Database: Oracle 11.0.2.3

Component Version: EHP6 FOR SAP ERP 6.0

Kernel release: 721

Sup.Pkg lvl: 100

SAP Basis Component(SAP_BASIS): Release: 731, Level: 0002


When I try to test webgui service from sicf , I get error "Session not found".

 

Following are the step wise screen shots that I get:

 

Screen 1: Log on pop up.

 

https://b3d56fa3-a-62cb3a1a-s-sites.googlegroups.com/site/akssoftware/home/photos/1.PNG?attachauth=ANoY7crDZTVVgJZjv1vzSc8WOMxbskenXTXl_-czjftFif-VFnunfC9x3AiN57u9V0Gus2VABVueV8AJUSpsohW8qIJ6WCk48KzSnw_OTYS6ptxg2YiRbJDrggrmq27dpU1FvrkxT7PmfY9SuCITfdvbaFsZRJjn6SBpAbjKchMCg1Hlxj383VMhBCe7T0W4CjhiXotFsJ-w-8JLBCqo7TocBm23VKgM2Q%3D%3D&attredirects=0

 

 

Screen 2: Authentication

 

https://sites.google.com/site/akssoftware/home/photos/2.PNG?attredirects=0

 

Screen 3:  Error "Service cannot be reached"

 

https://b3d56fa3-a-62cb3a1a-s-sites.googlegroups.com/site/akssoftware/home/photos/3.PNG?attachauth=ANoY7crDZTVVgJZjv1vzSc8WOMxbskenXTXl_-czjftFif-VFnunfC9x3AiN57u9V0Gus2VABVueV8AJUSpsohW8qIJ6WCk48KzSnw_OTYS6ptxg2YiRbJDrggrmq27dpU1FvrkxT7PmfY9SuCITfdvbaFsZRJjn6SBpAbjKchMCg1Hlxj383VMhBCe7T0W4CjhiXotFsJ-w-8JLBCqo7TocBm23VKgM2Q%3D%3D&attredirects=0

Screen 4: After refresh I get following screen.

 

https://b3d56fa3-a-62cb3a1a-s-sites.googlegroups.com/site/akssoftware/home/photos/4.PNG?attachauth=ANoY7crDZTVVgJZjv1vzSc8WOMxbskenXTXl_-czjftFif-VFnunfC9x3AiN57u9V0Gus2VABVueV8AJUSpsohW8qIJ6WCk48KzSnw_OTYS6ptxg2YiRbJDrggrmq27dpU1FvrkxT7PmfY9SuCITfdvbaFsZRJjn6SBpAbjKchMCg1Hlxj383VMhBCe7T0W4CjhiXotFsJ-w-8JLBCqo7TocBm23VKgM2Q%3D%3D&attredirects=0

 

Screen 5: After executing any t-code, I get error "Session not found".

 

https://sites.google.com/site/akssoftware/home/photos/5.PNG?attredirects=0

 

 

I performed all the steps mentioned in the note: 816973

Note 816973 - ITS 7.00 - preclarification and basic problem analysis

 

But I'm not able to solve this issue. Please help me. I am stuck.

 


 

Thanks & regards,

Amit Kumar Srivastav






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 Mobile screen size

$
0
0

Hi everyone,

 

We're adding RF in our warehouses and instead of using the old SAPConsole, we decided to use ITS Mobile. We don't use standard SAP RF transactions but we developped our own by respecting all the limitations so it will work in a mobile environment.

We are still in SAP R/3 4.7 with SP 29 and a standalone ITS 6.20 patch 28 build 7502.5

We generated the templates without troubles and it works fine on our laptop browser. Yesterday we received our first mobile device testing unit (PSION TEKLOGIX 7535G2) and we tried to launch one transaction on it. The result is awful since the screen size is not adapted at all, we have the horizontal and vertical scrollbar on all the screens.

Even by setting the text size to smallest in the browser options, the screen size is still not adapted. The device runs Windows CE .NET Version 5.00 and the browser is the standard IE that comes with it (I didn't find the browser version).

We are aware of OSS notes 1119053, but it's not the solution since our custom transactions have the right screen size which is 16x20.

 

Did anyone else have the same problem the first time they tried it on a mobile device? Can someone advise us on what to do?

 

Thank you in advance.

 

Quan Nguyen

 

P.S: I searched for similar posts without success. I apologise in advance if this issue has already been reported and solved.

New session was refused due to memory bottleneck - ABORT_MESSAGE_STATE

$
0
0

Hi,

 

After testing our services for sometime we are getting this message:

 

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

 

The error occurred on the application server ukapx096_EU8_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

 

We realized our memory was entirely consumed and logged off all sessions. Invalidated the cache in SITSPMON and we dont have any ITS sessions (checked in SM04). Even then the problem continues. We restarted the ICM with no positive results. We then increased the memory for ITS to 512MB and then restarted the SAP system. But the problem continues. We couldnt run any services (Even WEBGUI service for SE16).

 

Do we need to refresh any more caches/memories?

 

Regards,

Ravikanth

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.


Webgui Error "Session Not Found"

$
0
0

Hi all,

 

I installed new ECC 6.0 EHP 6 IDES.

 

Following are the System Information:


OS: Windows Server 2008 R2

Database: Oracle 11.0.2.3

Component Version: EHP6 FOR SAP ERP 6.0

Kernel release: 721

Sup.Pkg lvl: 100

SAP Basis Component(SAP_BASIS): Release: 731, Level: 0002


When I try to test webgui service from sicf , I get error "Session not found".

 

Following are the step wise screen shots that I get:

 

Screen 1: Log on pop up.

 

https://b3d56fa3-a-62cb3a1a-s-sites.googlegroups.com/site/akssoftware/home/photos/1.PNG?attachauth=ANoY7crDZTVVgJZjv1vzSc8WOMxbskenXTXl_-czjftFif-VFnunfC9x3AiN57u9V0Gus2VABVueV8AJUSpsohW8qIJ6WCk48KzSnw_OTYS6ptxg2YiRbJDrggrmq27dpU1FvrkxT7PmfY9SuCITfdvbaFsZRJjn6SBpAbjKchMCg1Hlxj383VMhBCe7T0W4CjhiXotFsJ-w-8JLBCqo7TocBm23VKgM2Q%3D%3D&attredirects=0

 

 

Screen 2: Authentication

 

https://sites.google.com/site/akssoftware/home/photos/2.PNG?attredirects=0

 

Screen 3:  Error "Service cannot be reached"

 

https://b3d56fa3-a-62cb3a1a-s-sites.googlegroups.com/site/akssoftware/home/photos/3.PNG?attachauth=ANoY7crDZTVVgJZjv1vzSc8WOMxbskenXTXl_-czjftFif-VFnunfC9x3AiN57u9V0Gus2VABVueV8AJUSpsohW8qIJ6WCk48KzSnw_OTYS6ptxg2YiRbJDrggrmq27dpU1FvrkxT7PmfY9SuCITfdvbaFsZRJjn6SBpAbjKchMCg1Hlxj383VMhBCe7T0W4CjhiXotFsJ-w-8JLBCqo7TocBm23VKgM2Q%3D%3D&attredirects=0

Screen 4: After refresh I get following screen.

 

https://b3d56fa3-a-62cb3a1a-s-sites.googlegroups.com/site/akssoftware/home/photos/4.PNG?attachauth=ANoY7crDZTVVgJZjv1vzSc8WOMxbskenXTXl_-czjftFif-VFnunfC9x3AiN57u9V0Gus2VABVueV8AJUSpsohW8qIJ6WCk48KzSnw_OTYS6ptxg2YiRbJDrggrmq27dpU1FvrkxT7PmfY9SuCITfdvbaFsZRJjn6SBpAbjKchMCg1Hlxj383VMhBCe7T0W4CjhiXotFsJ-w-8JLBCqo7TocBm23VKgM2Q%3D%3D&attredirects=0

 

Screen 5: After executing any t-code, I get error "Session not found".

 

https://sites.google.com/site/akssoftware/home/photos/5.PNG?attredirects=0

 

 

I performed all the steps mentioned in the note: 816973

Note 816973 - ITS 7.00 - preclarification and basic problem analysis

 

But I'm not able to solve this issue. Please help me. I am stuck.

 


 

Thanks & regards,

Amit Kumar Srivastav






HTTP/RFC session has been deleted following timeout

$
0
0

Dear Sirs,

 

we are getting this error message in our SM21, on a server running internal ITS where everythings seems to function quite well. Does this error message require any actions? According to the details it looks like a quite normal warning, but I would like to get some input from the community on this issue.

 

From transaction SM21

08:00:00 host        DIA 000 100 USER     Program_ R2G HTTP/RFC session has been deleted following timeout 

 

Documentation for system log message R2G :

                                     

In the standard system there is no timeout for RFC servers. When the first remote function call is made, the RFC is connected and logged on to. and when the RFC connection is closed, the RFC server is deleted. You can activate an explicit timeout for RFC servers for an existing RFC connection using the function module                      

TH_SET_AUTO_LOGOUT.                                                           

If within the time specified no further RFC calls are made, the RFC server is deleted. If the RFC client then sends a further call to the server, this is sent back with an error code.                             

 

regards,

Joe

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 ?

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

Basic Authentication popup error when testing publish service

$
0
0

Hi Team,

 

 

The data flow is from SAP server to GIS server when testing service in SICF transaction facing below error

 

"The server xyyz.com is asking for username and password. The server reports that it is from SAP Netweaver Application Server.

Warning: Your username and password will be send using basic authenication that isnt secure.

 

In production system its not asking for username and password only in testing system its asking for credentials.

 

The setup is exactly same and the flow should happen automatically from SAP to GIS when I test service in SAP(sicf transaction).

 

In production I'm getting below message successfully without any popups:-

The XML page cannot be displayed

Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.

 

 

 

 

--------------------------------------------------------------------------------

 

 

Invalid at the top level of the document. Error processing resource 'http://inblr-s-rr3.in.abb.com:8001/abb/gis/publish?sap...

 

 

SAPWebServiceRequestHandler: request body is empty or not sent via POST method

^

 

Kindly help. Many thanks.

Viewing all 399 articles
Browse latest View live


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