Quantcast
Channel: SCN : All Content - SAP NetWeaver Application Server
Viewing all 2997 articles
Browse latest View live

Backend Response time is very high in sap PI Server

0
0

Hi,

 

A J2EE application which uses either Java Remote Function Call (JRFC) or Java Resource Adapter (JRA) to connect to an SAP system is demonstrating poor performance. In Solman it is raising alert please let me know how to resolve this.


Thanks in advance.


Regards,

Vishal Srivastava

Hi HI HiASS

Background job spool not generated

0
0


Hi,

 

A user exit will trigger event driven background job. The background job will contain a custom program which will call standard VI01 transaction (shipping cost document).

This job is taking long time and getting finished without generating the spool. Spool will have shipment number.

If we run the program manually in SE38, the document is created successfully.

 

 

Please let me know how to resolve this.

 

Regards,

Nagaraj MR

initial screen not load propertly

0
0

Dears Masters,

 

We have a problem with Soamanager: The initial screen not load propertly and not allowed to enter. Please check the image attachment.

 

We have tried reboot the instance, service sicf and review some configurations basic in soamanager whitout results

 

Thank you in advance for your comments.

 

Marcelo

Chile

SAP NW AS JAVA 7.3 EHP1 v/s 7.0

0
0

Hi Experts,

 

Can anyone please let me know what are the new features with SAP NW AS JAVA 7.3 and how it is better than NW AS JAVA 7.0

 

Quick help will be appreciated



Thanks

Harshmeet

SAP Netweaver installation Import ABAP phase taking long time

0
0

Hi All,

I'm very new to ABAP, this is my first ABAP installation, I'm trying to install SAP Netweaver 7.0 trial version in my laptop. everything fine except Import ABAP phase , more than 12 hours it is in Import ABAP Phase, really this will take this much time ? or I have to reinstall again from start ?

 

I'm using following configuration

Config.png

 

have enough hard disk space. please help me to come out from this.

 

Best Regards

Marshal

What is the difference between Netweaver and Business suite application servers

0
0

Hi Experts,

 

I am new joining for the basis team.I am very confusion on that.Please let me know clear about that topic.

 

Thanks & Regards

 

Ram

Batch job Failure email Alert

0
0

Hi,

I have a requirement where

 

We need to send an alert to the business if a specific case in a batch job fails.

 

Clarifying the requirement

a) Not want spool of all successful logs

b) Want alert to the batch job that is executed and finished successfully but has a failure case inside the batch.

c) Is there a way at all to see/ differentiate between jobs that "finished" successfully but have case failure inside the batch vs batch finshed successfully with no errors within the batch at all.

 

 

Suri

How to create a back ground job in SM36?

0
0

Hi Experts,

 

My requirement is that on first day of business, report should execute and extract data for first day of previous month till  the date of execution of report.


For e.g.

For period 5, report should have executed on 05/27/2015 extracting data from 05/01/2015 till 05/26/2015.

For period 6, report should execute on 06/26/2015 extracting data (delta) from 05/27/2015 till 06/25/2015.


Please describe with detailed steps to create job in SM36.


Thanks,

Ganesh


Guidelines about T CODE SM13

0
0

Dear Friends,

 

Please give me some guideline regarding to transaction code SM13..

Why it is used by basis administrator.

 

 

Regards,

 

AMIT SRIVASTAVA

Case and Records management : Model ID

0
0

Hi

 

I have created custom case RMS ID and configured the case, case locator, notes in SRM REGEDIT.

 

the issue is :  Using transaction 'SCASE' , I am able to see the case notes, case folders which I configured in the transaction 'SRMREGEDIT'.

 

But  I dont find the node (folder )  'Case record modeller' . So I am unable to proceed with the creation of the custom case model.

Can you please let me know how to get this node visible in the custom RMSID, so that I can create the custom case model.

 

I have searched in SDN and blogs on Records and case management , but I couldnt find this.

 

Appreciate your response.

 

Thanks

Saujanya

RPC error Generated when using the RSA1 code on MiniSAP netweaver

0
0

Hi There

 

When ever I try to use the RSA1 transaction code to set up BW in MiniSAP Netweaver it generates an RPC error message.

Please can you assist. Many thanks

 

 

I have attached the error message.

 

 

Category Internal Kernel Error

Runtime Errors CALL_FUNCTION_CONNECT_ERROR

Application Component BC-MID-RFC

Date and Time 26.09.2014 11:41:25

 

 

 

 

 

Short text

RFC error when sending logon data.

 

What happened?

Error in the SAP kernel.

  

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

ABAP processor detected an internal system error.

 

Trigger Location of Runtime Error

Program SAPLRSAWB

Include LRSAWBU05

Row 17

Module type (FUNCTION)

Module Name RSAWB_CHECKS_BEFORE_AWBSTART

 

Source Code Extract

Line SourceCde

1 function rsawb_checks_before_awbstart.

2 *"----------------------------------------------------------------------

3 *"*"Lokale Schnittstelle:

4 *"----------------------------------------------------------------------

5

6 data: l_s_rsadmin like rsadmin.

7 data: l_task(10).

8 data: l_random type i.

9

10 *-------------------------------------------------------------------

11

12 call function 'RSSM_UNIQUE_ID'

13 importing

14 e_random = l_random.

15

16 l_task = l_random.

>>>>> call function 'RSBATCH_CHECK_START_LOGWRITER'

18 starting new task l_task.

19

20 **** Text-Sperre - Text-InfoProvs sind noch nicht umgesetzt !!!

21 break-point id break_luxm. "#EC NOBREAK

22 clear l_s_rsadmin.

23 select single * from rsadmin into l_s_rsadmin where

24 object = rsstm_c_text_t_change.

25 if sy-subrc <> 0 or l_s_rsadmin-value is initial.

26 submit rssm_convert_old_text_to_new and return.

27 select single * from rsadmin into l_s_rsadmin where

28 object = rsstm_c_text_t_change.

29 if sy-subrc <> 0 or l_s_rsadmin-value is initial.

30 message a098(rsstatman).

31 exit.

32 endif.

33 elseif sy-subrc = 0 and l_s_rsadmin-value is initial.

34 message a098(rsstatman).

35 exit.

36 endif.

 

Active Calls/Events

No. Ty. Program Include Line

Name

4 FUNCTION SAPLRSAWB LRSAWBU05 17

RSAWB_CHECKS_BEFORE_AWBSTART

3 METHOD CL_RSAWBN_AWB=================CP CL_RSAWBN_AWB=================CM00T 57

CL_RSAWBN_AWB=>CHECKS_BEFORE_DWB_START

2 METHOD CL_RSAWBN_AWB=================CP CL_RSAWBN_AWB=================CM006 22

CL_RSAWBN_AWB=>START

1 EVENT RSAWBN_START RSAWBN_START 23

START-OF-SELECTION

JCMON Components email Alert creation

0
0

Hi Gurus,

 

I wanted to create email alert (preferably via OS level) when the Netweaver Web AS is unavailable or when any of the Java components ex. dispatcher, serverx etc are stopped to know immediately the unavailability of the Production portal. Is there a table which stores the status of these components which I can query time to time and generate the alert. Sometimes the components (dispatcher, serverx) are in running mode but the portal is unavailable, is there a way I can create email alert for this scenario as well. Please help. Any shell script for creating this alert will be highly helpful.

 

Thanks in advance!

 

 

OS: HP-UX WP03EPAP B.11.23 U ia64

DB: Oracle 10.2

Java VM : Hewlett-Packard Co. 1.4.2.26 on HP-UX B.11.23

J2EE Server: SAP J2EE Engine/7.00 PatchLevel 135672.450

Transport error 'USER_TMSADM_DENIED'

0
0

Short Text 

Transport error 'USER_TMSADM_DENIED' 

Long Text 

Hi,

After a system copy I've been trying to re-establish the transport

system but transports from the refreshed QA system aren't working. When

I run a connection test from the Prod system it gives me the error

message:

'error occured in tms communication of C10'

When I click on that I see the error message 'USER_TMSADM_DENIED'.

I tried resetting the tmsadm user in client 000 for both QA and PROD

but it didn't solve the problem.

 

We need to be able to move key transports into production asap.

TP Import issue on Ehp5 System

0
0

Dear Guru's,

 

After the SAP ECC 6.0 Ehp5 installation, in the transport queue we have one request named as SYNCMARK and we're unable to set the client for this request because of this request we're unable to do the transports. Also we tried to delete the request and its also no possible.

 

Error message:

Transport control program tp ended with error code

Errors: wrong syntax in tp call

 

Could anyone suggest me.

 

regards,

Guna

ECC 6.0 and PI 7.0 System Copy

0
0

Hi All,

 

We have ECC 6.0 and PI 7.0, now we are doing system copy of ECC6.0 by export and import method.

What are the precautions we have to take before doing export.

 

Source System Environment:

Windows 2003

ECC6.0

PI 7.0

Oracle 10G

 

Target System Environment:

Windows 2008

ECC 6.0

PI 7.0

Oracle 10G

 

We do not want to loose any configuration of source system.

 


Thanks in advance.


Regards

Suresh


Ms access to BW

0
0

Hi,

 

Can anybody had experience connecting Ms access form BW?

 

How to connect to Ms Access databas from BW?

 

Thanks

sg

Modules for SAP implementation.

0
0

Hello,

 

I want to implement sap for one customer the Modules are given below:

ECC 6 version 7

SD

MM

PS

PPC

DMS

CAD integration

 

 

So can I install all above modules in ECC system only like SD and MM I'll get by default in ECC but the other systems?

 

PS, PPC, DMS and CAD integration?

 

Or I'll need a dedicated server for all above modules?

CJS-30149 ABAP processes of instance DSM/DVEBMGS00 [ABAP: STARTING] did no

0
0

Hi,

Iam getting error during solution manager 4.0 CI instance at the stage of START ABAP  instance. I have try to restart the server even then it could not work . My memory is 4GB and swap 8GB. I have pasted the the log

 

<b>ERROR 2006-09-19 18:56:09

CJS-30149  ABAP processes of instance PWE/DVEBMGS00 [ABAP: STARTING] did not start after 10:00 minutes. Giving up.

 

ERROR 2006-09-19 18:56:09

FCO-00011  The step start with step key |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|10|0|NW_CI_Instance_Start|ind|ind|ind|ind|0|0|start was executed with status ERROR .</b>

 

 

Please suggest asap.

 

- Lisa

Problem with R3szchk PL 101/111

0
0

We encounter a problem during export preparation of a ERP 6.0 EhP7 system: SWPM advises us to patch R3szchk, but we're already on the highest level available. We checked both 101/111 patch levels.

 

An error occurred while processing option SAP Business Suite 7i 2013

Support Release 2 > EHP7 for SAP ERP 6.0 ABAP Support Release 2 > Oracle> System Copy > Source System > Based on AS ABAP > Export Preparation(

Last error reported by the step: Only one tblspName and one sapdataDir

is

valid in filename: C:/Program

Files/sapinst_instdir/BS2013SR2/ERP607SR2/ORA/COPY/EXP/AS-ABAP/PREEXP/DBSIZEFILES/DBSIZE-0.XML.

SOLUTION: Download new version of R3szchk from

http://support.sap.com/swdc and re-execute R3szchk on the source

system.). You can now:

Choose Retry to repeat the current step.

Choose Log Files to get more information about the error.

Stop the option and continue later.

Log files are written to C:\Program

Files/sapinst_instdir/BS2013SR2/ERP607SR2/ORA/COPY/EXP/AS-ABAP/PREEXP.

 

Does anyone had these problems?

quality system https and http

0
0

Hi guys,

 

I have an issue right now , my team wants to access HTTP and HTTPS version as well and here is the challenge.

 

The pictures which must be in the website can't be loaded in the HTTP version of the site...seems like by default it is taking the https version ,

 

So my question is where and what are the pentameters that are required to be changed accordingly.

 

 

Thnaks and Regards

 

Kaushik G

Viewing all 2997 articles
Browse latest View live




Latest Images