Quantcast
Channel: SCN : Discussion List - SAP NetWeaver Technology Platform
Viewing all 1520 articles
Browse latest View live

Runtime Errors : CALL_FUNCTION_NO_GUI_BUFFER

$
0
0

Hi All,

 

i have attached the Short dump details.

 

Please have a look and provide the necessary information to resolve this issue.

 

 

Runtime Errors         CALL_FUNCTION_NO_GUI_BUFFER

Date and Time          23.05.2011 16:30:09

 

Short text

     No buffer for GUI communication.

 

What happened?

     Error in the SAP kernel.

 

     The current ABAP "SAPLSGUI" program had to be terminated because the

     ABAP processor detected an internal system error.

 

What can you do?

     Note which actions and input led to the error.

 

     For further help in handling the problem, contact your SAP administrator

     .

 

     You can use the ABAP dump analysis transaction ST22 to view and manage

     termination messages, in particular for long term reference.

 

 

Error analysis

     GUI output buffer............. 0000000000000000

     Length of buffer.............. 29992

     Internal mode................. 2

 

How to correct the error

    " "

 

System environment

    SAP-Release 701

 

    Application server... "           "

    Network address...... "10.64.1.195"

    Operating system..... "Windows NT"

    Release.............. "6.0"

    Hardware type........ "2x AMD64 Level"

    Character length.... 16 Bits

    Pointer length....... 64 Bits

    Work process number.. 11

    Shortdump setting.... "full"

 

    Database server... "               "

    Database type..... "MSSQL"

    Database name..... "R3P"

    Database user ID.. "r3p"

 

    Terminal.......... "PISTOL"

 

    Char.set.... "C"

 

    SAP kernel....... 701

    created (date)... "Oct 31 2010 23:41:04"

    create on........ "NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00"

    Database version. "SQL_Server_8.00 "

Patch level. 117

Patch text.. " "

 

Database............. "MSSQL 9.00.2047 or higher"

SAP database version. 701

Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows

  NT 6.0, Windows NT 6.1"

 

Memory consumption

Roll.... 16192

EM...... 16759360

Heap.... 0

Page.... 40960

MM Used. 1262224

MM Free. 2924992

 

 

 

User and Transaction

 

Client.............. 400

User................ "         "

Language key........ "E"

Transaction......... "LAST_SHORTDUMP "

Transactions ID..... "F41F85E0643DF18A86750050568C617C"

 

Program............. "SAPLSGUI"

Screen.............. "SAPMS380 0100"

Screen line......... 3

Information on where terminated

    Termination occurred in the ABAP program "SAPLSGUI" - in

     "SAPGUI_PROGRESS_INDICATOR".

    The main program was "SAPMS380 ".

 

    In the source code you have the termination point in line 83

    of the (Include) program "LSGUIU01".

 

 

 

Source Code Extract

 

Line  SourceCde

 

   53       call function 'TH_USER_INFO'

   54         IMPORTING

   55           task_state = task_state.

   56       task_state_raw = task_state.

   57

   58       if not ( task_state_raw o task_term_output_sent ).

   59         exit.

   60       endif.

   61     endif.

   62   elseif async_type <> '0'.

   63     call function 'TH_USER_INFO'

   64       IMPORTING

   65         task_state = task_state.

   66     task_state_raw = task_state.

   67     if not ( task_state_raw o task_term_output_sent ).

  68       exit.

  69     endif.

  70   endif.

  71

  72   out_text = text.

  73   perc     = percentage.

  74   modno    = syst-modno.

  75   if perc < 0.   perc = 0.   endif.

  76   if perc > 100. perc = 100. endif.

  77

  78   call 'RFCControl' id 'CODE' field 'n'. "set NonBlockingGUIRFC

  79

  80 * if there is no gui attached to this session RFCControl will return

  81 * with an error (sy-subrc = 8 or sy-subrc = 16)

  82   if sy-subrc = 0.

>>>>     call function 'SAPGUI_PROGRESS_INDICATOR'

  84       destination 'SAPGUI'

  85       keeping logical unit of work

  86       EXPORTING

  87         text                 = out_text

  88         percentage           = perc

  89         modn                 = modno

  90       EXCEPTIONS

  91         system_failure

  92         communication_failure.

  93    endif.

  94

  95    syst-subrc = 0.

  96 endfunction.


Error when try to import system copy

$
0
0

I encountered the error below when I try to import system copy in the import ABAP step.

 

WARNING[E] 2011-11-10 13:30:23.562

CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.

 

ERROR 2011-11-10 13:30:25.15

FCO-00011  The step runMigrationMonitor with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .

 

The error in import.log is as below:

 

ERROR: 2011-11-10 11:04:15 com.sap.inst.migmon.LoadTask run

Loading of 'SAPAPPL0' import package is interrupted with R3load error.

Process 'D:\usr\sap\DEV\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL0.cmd -dbcodepage 4103 -l SAPAPPL0.log -loadprocedure fast' exited with return code 2.

For mode details see 'SAPAPPL0.log' file.

Standard error output:

sapparam: sapargv( argc, argv) has not been called.

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

 

ERROR: 2011-11-10 13:30:09 com.sap.inst.migmon.LoadTask run

Loading of 'SAPAPPL2' import package is interrupted with R3load error.

Process 'D:\usr\sap\DEV\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL2.cmd -dbcodepage 4103 -l SAPAPPL2.log -loadprocedure fast' exited with return code 2.

For mode details see 'SAPAPPL2.log' file.

Standard error output:

sapparam: sapargv( argc, argv) has not been called.

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

 

WARNING: 2011-11-10 13:30:20

Cannot start import of packages with views because not all import packages with tables are loaded successfully.

 

WARNING: 2011-11-10 13:30:20

18 error(s) during processing of packages.

 

INFO: 2011-11-10 13:30:20

Import Monitor is stopped.

Default client in SAP system

$
0
0

Hi All,

 

Our default client is 100.

We changed the parameter login/system_client to 100 in default profile and restarted the system but it is showing as 001 in rz11.

 

Kindly help me to resolve this issue?

 

 

Thanks,

Priyanga G

How to assign user to authorization group?

$
0
0

Hello everyone!

Could anyone help me?

I need to know how to assign user to authorization group?

I know that I can control access to DMS document by autorization group. So I created one. But I don't know how to assign user to it. Help me please!

Thanks in advance.

Cannot redirect to the requested application - NW70 (EHP1) Java

$
0
0

Hello,

 

I have just applied lates SPS on my NW 7.0 (EHP1) Java Instance.

 

Now when i try to logon to NWA (or the portal) then i get this error:

 

"Cannot redirect to the requested application, the redirect attribute is invalid"

 

Anyone know how to solve this?

 

Cheers,

Kenneth

How to connect BW-Java to SAP EP

$
0
0

Dear all,

 

we've a BW as a dual-stack-installation and a standalone EP. Now I want to create a system connection to the BW-Java to call BWReport iViews in the Portal via AppIntegrator Scenario from: BW Java and SAP NetWeaver Portal Integration

 

But how to create system connection? What are the properties for WAS and ITS and Connector?

 

Thanks!

Does anyone have the SUM passwords ?

$
0
0

Hello,

 

you all know the Software Update Manager.

I try to update the Solution Manager with SUM.

I have generated a stack file and now SUM tells me:

Validation of deployment queue completed with error: The stack does not match the system. Probably the system was changed after the stack was generated. Synchronize the system with SAP Solution Manager and then generate a new stack. Software component sap.com/SAP_JTECHF with version 7.01.6.0 is found on the system but in the stack it is listed with version 7.01.2.0. Software component sap.com/SWLIFECYCL with version 7.01.6.0 is found on the system but in the stack it is listed with version 7.01.2.0. Software component sap.com/BASETABLES with version 7.01.6.0 is found on the system but in the stack it is listed with version 7.01.2.0. There are 15 more error messages. See them all in C:\SUM\sdt\log\SUM\CHECK-QUEUE_01.LOG

 

I have now 4 options:

Repeat step from point of failure

Ignore error and go to next step (requires password)

Jump to another Step (requires password)

Exit program

 

Has anyone the password to ignore step ?

Not only for this phase, i would kindly ask for the passwords for all steps in case i want to test SUM

on Demo Systems with various options.

 

Best regards,

Eberle Robert

Problems with MIMES and Kernel

$
0
0

Hello everybody

 

A bit of a puzzler for me. We are geting a situation where some users are being presented with the message "The kernel does not match the mimes version" and further warning hat results will be unpredictable. It seems to have started immediately afer a server restart for Windows patching last Thursday. The system was patched with SUM tool at the beginning of May and this was the first restart since then.

 

Something that I do see is that on our QA system the ITS.SAR file is 10 MB larger than the file on this (production) system. So tried replacing the file with the larger file but still no joy.

 

I anyone has any ideas or suggestions I would be grateful.

 

Regards - Raymond.


ARV_BC_XMB_WRP fails

$
0
0

Hi All,

 

The archival job was Scheduled in my production system.

 

The archive job ARV_BC_XMB_WRP<date> fails with the reason "Error while accessing archive files".

 

Please see the below logs

 

Job started

Step 001 started (program RSXMB_ARCHIVE_MESSAGES, variant &0000000000761, user ID ZBATCHUSER)

Value for parameters ARCHIVE-PERSIST_DURATION-ASYNC: 030

Value for parameters ARCHIVE-PERSIST_DURATION_UNIT-ASYNC: D

Value for parameters ARCHIVE-ROWS_PER_LOOP: 1,000

Value for parameters ARCHIVE-JOB_LOG_LEVEL: 0

Archiving session 000777 is being created

Operating system message: No such file or directory

0 XML messages archived

Error while accessing archive files

Job cancelled after system exception ERROR_MESSAGE

 

Kindly let us know how to resolve the issue.

 

Thanks

DInesh M

Problems with SAR and PAT files

$
0
0

After about 45 minutes - I finally figured out what the .SAR file extension is - then took another 30 minutes to find out where to download SARCAR - and another 15 minutes to find out how to install it and extract the file...

 

and when it extracted it created a .PAT file?     I don't have a clue how to use this file either.

 

I give up.  

 

Any ideas?

Netweaver connection to HANA SLES VM

$
0
0

Hi all,

 

I have two virutal machines, one with Netweaver 7.41  and the other one with HANA 1.00.70.00.386119 on it. Both are running on SLES 11 SP3.

Last friday I tried to restart the Netweaver system, but it didn´t stop correctly.

After killing all processes manually with "kill -2 pid" and rebooting the vm, netweaver didn´t start anymore.

 

The command startsap gave the following response:

"Database db must be started first

Log on to remote server and start database"

 

HANA is still working, the connection to the HANA Studio on my notebook works fine

and also R3trans and hdbsql Connection on the Netweaver VM are working.

 

Any ideas how to solve this problem?

 

Best regards,

Jakob

R3trans.exe -u 2 postloadTransport.ctl exits with error code 12

$
0
0

Hi all,

During the Execution of Installation of ERP 6.0 Dual Stack ( Win/MaxDB) , in the  Import MaxDb Statistics phase ,I am facing the following error :

====================================ERROR===============================================   

ERROR 2012-05-07 15:19:33.47

 

FCO-00011 The step postloadTransport with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Postload|ind|ind|ind|ind|10|0|postloadTransport was executed with status ERROR ( Last error reported by the step :Process call 'C:\usr\sap\<SID>\SYS\exe\uc\NTAMD64\R3trans.exe -u 2 postloadTransport.ctl' exits with error code 12. For details see log file(s) postloadTransport.log.).

====================================ERROR===============================================

 

The postloadtransport.log has the following entry : :

This is C:\usr\sap\<SID>\SYS\exe\uc\NTAMD64\R3trans.exe version 6.14 (release 700 - 01.03.12 - 23:55:00).

unicode enabled version

2EETW152 Cannot open file "E:/IM_WINDOWS_X86_64/TRANS/ERP/R118570.E4A".

C:\usr\sap\<SID>\SYS\exe\uc\NTAMD64\R3trans.exe finished (0012).

 

 

 

 

 

For this I have applied the SAP NOTE : 1234445 which asks to edit the control.xml file..

 

But again its coming up with the same error .

 

 

 

 

 

Could anyone please suggest what shall I do.

 

Thanks
HARISH

 

 

 

 

 

want to customise the message display by adding extra text in Logon Help forgot password link

$
0
0


Dear All,

 

  I am implementing Forgot Password functioanlity or link in my Portal ( SAP EP7.0).I am getting "Logon Problem ? Get Support " link in my Portal welcome page.When I am clicking this link ,I am getting pop up asking me to enter user id and mail id.Everything is working fine.

 

But my real concern is I want to customise the message display in case wrong user id or mail id or wrong question answer.

The current message displaying as "User information incorrect. Cannot send e-mail with new password" and I want to display it as

"User information incorrect. Cannot send e-mail with new password ,Please contact your Administrator"

 

If I will tell in one sentence ,I want to customise the message display by adding extra text

 

For example: "User information incorrect. Cannot send e-mail with new password"

Requirements:"User information incorrect. Cannot send e-mail with new password ,Please contact your Administrator "

 

Kindly help em out  how to do it ................

 

Thanks,

Sanjay Mohanty

SAP NetWeaver Application Server ABAP 7.02 SP6 64-bit Developer Edition

$
0
0

Hi I am unable to download SAP NetWeaver Application Server ABAP 7.02 SP6 64-bit Developer Edition. Please Any One help me...

Error when opening an RFC connection (CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679

$
0
0

Hi,

 

We update the BW landscape for version 7.4 suppport package 4 (whitout HANA).

We use a external system connection to extract data from a SQLServer database (Microsoft Connector 1.1 for SAP/BW)

 

In the previous version (BW 7.0.1 SP 10) run correctly, but now is in error.

 

Below the  BW error log:

 

 

Error: COMMUNICATION_FAILURE with function RSB_API_OHS_3RDPARTY_NOTIFY and target system SQLIS.

Error when opening an RFC connection (CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679 Transaction program not regist).

 

 

Error log of Integrations Services

 

[SAP BI Destination 1 [476]] Error: Microsoft.SqlServer.Dts.SapBw.Connectivity.ERPException: An error occurred during the dispatch of the incoming function. The last return code was "RFC_FAILURE".

em Microsoft.SqlServer.Dts.SapBw.Components.SapBwSourceBWLoader.ProcessInput(Int32 inputID, PipelineBuffer buffer)

em Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostProcessInput(IDTSManagedComponentWrapper100 wrapper, Int32 inputID, IDTSBuffer100 pDTSBuffer, IntPtr bufferWirePacket)

 

[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "SAP BI Destination 1" (476) failed with error code 0x80131500 while processing input "SAP BI Destination Input" (491). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information about the failure.

 

 

I checked the topic and notes below, but without success

 

CPIC Return Code 679 - Transaction Program not Registered - ABAP Connectivity - SCN Wiki

 

Note 1480644 - gw/acl_mode versus gw/reg_no_conn_info.

Note 353597 - Registering RFC server programs

 

 

Regards,

Bruno


Error in moving PI Transport through CTS+

$
0
0

Hi All,

 

We are using PI , CRM and Cluster and Configured CTS+, We are facing the issue while moving the Transport from PI 7.31 through CTS+ , But we are getting the following Error. We have tried a lot , Need your expert advice on the same .Screen in Attached.

 

Import Issue.png

 

RK

How to change NWBC theme?

$
0
0

Hi Guys,

 

I just want to change the NWBC theme or color to all the users.

 

I need to identify QAS with one color or theme and Production with other one. The idea is to create a difference between both systems so the users will know in what system they are connected.

 

I did this one time with the SAPgui but with the NWBC I saw that's different.. Everytime that I open the NWBC it opens I think in the sap_corbu theme.

 

Doing a research in the internet I saw that I can modify the table NWBC_CFG but this is only for HTML and I'm using theNWBC Desktop 4.0.

 

Also I saw that I can use something named SAP UI theme designer. But I'm not sure if this could help me in change the color or the theme of the NWBC.


Do you guys have any idea about how can I do this in NWBC?


Thanks,

Carlos

Confusion on upgrading NW PI 7.1 EHP1

$
0
0

Experts,

 

I am very much confused regarding the upgrading of SAP NW PI 7.1 EHP1. Following is the scenario:

 

I have downloaded the software of NW PI 7.1 EHP1 and installed a system with installation export EHP1, kernel 7.02, Oracle 11g, Java Components EHP1. I have also found some DVD's with name Upgrade Export EHP1. My question is what is the purpose of this DVD if i want to run upgrade DVD on my freshly installed PI 7.1 EHP1 then how should i proceed. Should i need to update my PI 7.1 EHP1 or it already has the updated software.

 

Can anyone help me in clearing this confusion.

 

Thanks,

 

Yasir

CI and ASCS instance

$
0
0

In my HA installation , If I have CI which is going to failover to backup node , do I still need to instance ASCS instance ?

PI Heap memory issue

$
0
0

Hi,

 

When I try to take an export (R3load) for my PI 7.1 system, it terminates at the last step while exporting the Java schema @ table BC_MSG or BC_MSG_AUDIT  (sometimes) with an out of memory error.

 

I've got ample RAM & heap space assigned ..plus the message delete job runs daily..

 

pls. helpp.

 

Thank You,

Have a nice day,

Saba.

Viewing all 1520 articles
Browse latest View live




Latest Images