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

Re: Transport

$
0
0

Hello Naga,

 

You need to implement that Note in Production system as well via SNOTE transaction in case of automatic corrections.

Thanks.

 

Best Regards,

Anita


Re: Transport

$
0
0

Hi Anita,

 

Thanks for your replay

 

But that's not client looking for. They want to import the TR which created after implementing 5 SNOTE's  to PRD, but they want to see only one SNOTE in PRD system

Re: Transport

$
0
0

Hello Naga,

 

What your client is asking is not really possible I think. Automatic corrections in Notes must be applied on systems separately and not transported from what I know.

 

There is a workaround though.

You deimplement the concerned note which needs to move to production. Then reimplement the Note and create a new TR for it while doing so. Then move this to production.

 

Please note that you will only see the changes reflected after import of TR. You won't find the Note in Note Assistant though.

 

Thanks.

 

Best Regards,

Anita

Netweaver 7.4 (ABAP + Java) installation

$
0
0

Hi,

 

I need to install standalone SAP Net weaver 7.4 with ABAP and Java usage. I have few queries on the same.

 

1. Can I install ABAP and Java in the same server ?

2. Is the database base common for both ABAP and Java ?

 

Please share any documents on the same.

 

Regards,

Umesh H S

Re: Netweaver 7.4 (ABAP + Java) installation

$
0
0

Hello Umesh,

 

You can install bot ABAP and Java systems on the same server as seperate systems (SIDs). Dual stack is not available anymore.

 

The DB instance can be the same but databases of ABAP and Java system will be different.

 

This link can help you also.

SAP Netweaver 7.4 Java Installation

 

Regards,

Yuksel AKCINAR

Table field entry

$
0
0

Hello All

 

Is it possible to key in lower case values in a field of table(SM30) without making any changes Domain of that field.

 

 

Thanks

KarthiK

Re: Table field entry

$
0
0

There is no way that I am aware of.  You must have the lower case flag checked in the definition of the domain of the field being entered.

Re: Netweaver 7.4 (ABAP + Java) installation

$
0
0

Hello Umesh,

 

About your questions:

 

1. Yes, you can install an ABAP and Java system on the same server as different systems (or same system if you are installing a Solution Manager). Anyway keep in mind that it is not recommended by SAP to install an ABAP system and a JAVA system in the same server since you could have performance problems (this doesn't apply to the Solution Manager installation).

 

2. Depending on the database technology you are using the database could be the same or not. For example, on Oracle you can use the same database instance using different schemas for each system, on MS SQL Server you can create two databases for each system on the same database instance, etc.

 

Best regards.


Re: Web Dispatcher: masking/hiding external URL

$
0
0

Hello,

 

As Shi Feng said, any URL redirect will not help you achieve what you want.

 

If the Web Dispatcher in use is from a recent release (I recommend using the Web Dispatcher 742), you can configure it for multiple systems, using the parameter "wdisp/system_X".

 

wdisp/system_<xx> - SAP Web Dispatcher - SAP Library

 

Then, you can create one external system, like "SID=EXT, EXTSRV=...".

 

The requests would still go through the Web Dispatcher. Thus, the URL will me masked as you want.

 

Cheers,

Isaías

Sap Web Dispatcher - IcrFindTargetSystem: No system found for addr

$
0
0

Hi all,

 

We have configured Sap Web Dispatcher in front of SAP Portal and SAP CRM. Users access Portal using an external DNS via sap web dispatcher and after logged in access CRM (via SSO). All that is working fine except that images (gif) are not being load in CRM.

 

After increasing sap web dispatcher trace, the following error was detected in dev_webdisp file:

 

 

IcrFindTargetSystem: No system found for addr: x.x.x.x:443 url: /SAP/BC/BSP/SAP/thtmlb_styles/sap_skins/default/styling/bc/forward.gif

 

Where x.x.x.x is the Sap Web Dispatcher server IP.

 

What is missing in the .pfl file?

 

wdisp/system_0 = SID=<SID>, MSHOST=x.x.x.x, MSPORT=xxxx, SRCURL=/sap/, SRCSRV=*:*, SSL_ENCRYPT=0

 

icm/HTTP/redirect_0 = PREFIX=/, TO=/sap/bc/bsp/sap/crm_ui_start, PORT=443

 

Please let know if some extra detail is required.

 

Regards

Issue installing SMD agent

$
0
0

Hi Guys,

Having issue to install a SMD agent on a Solaris 10 box. I've tried to use the latest SWPM and it still giving the same error. Below is the log:

 

 

INFO 2015-11-12 02:46:29.783

Working directory changed to /tmp/sapinst_exe.10169.1447296353.

 

 

 

INFO 2015-11-12 02:46:29.801

Working directory changed to /usr/sap/PSA/inst_SMD.

 

 

 

WARNING 2015-11-12 02:46:43.387

Found profile of Java instance W31 in supposed system based on AS-ABAP PSA. Setting hasABAP status to undefined.

 

 

 

ERROR 2015-11-12 02:46:43.393

CJS-30036  SAP system PAE is an ABAP or ABAP+Java system. Cannot convert this to a Java standalone system.

 

 

 

ERROR 2015-11-12 02:46:43.521

FCO-00011  The step collect with step key |NW_DiagnosticsAgent|ind|ind|ind|ind|0|0|NW_DiagnosticsAgent_GetSid|ind|ind|ind|ind|getSid|0|collect was executed with status ERROR ( Last error reported by the step: SAP system PSA is an ABAP or ABAP+Java system. Cannot convert this to a Java standalone system.).

 

The sapinst is not showing any input box as it throws out this error immediately. For your information, W31 is a Webdispatcher instance.

 

 

 

Regards,

Eida Hanafiah (Dafi)

Re: Sap Web Dispatcher - IcrFindTargetSystem: No system found for addr

$
0
0

Hi,

 

 

 

 

>IcrFindTargetSystem: No system found for addr: x.x.x.x:443 url: /SAP/BC/BSP/SAP/thtmlb_styles/sap_skins/default/styling/bc/forward.gif

 

 

 

 

this trace means that the target system could not be found for request the x.x.x.x:443/SAP/BC/BSP/SAP/thtmlb_styles/sap_skins/default/styling/bc/forward.gif .

 

 

you are right. the root cause must be web dispatcher profile setting(target system configuration related).

 

 

 

 

 

Maybe SRCURL is case sensitive, please try to use SRCURL=/SAP/ and try again ?

 

 

 

 

if issue still occurs, please attach the complete Web Dispatcher profile and trace log.

 

 

 

 

Best regards,

Shi Feng

Re: Sap Web Dispatcher - IcrFindTargetSystem: No system found for addr

SAP Netweaver Licensing

$
0
0

Hi, one of our customers has a license of SAP ECC Version 6.0 (Complete Enterprise Application) with Exchange Infrastructure Module. I need to know whether SAP Netweaver Gateway is included in this license.

FM which gives Workload Summary for single Tcode

$
0
0

Hello Guys,

 

I am trying to fetch some of the data related to workload summary from ABAP functional module. I fulfilled some of my requirements using FM SWNC_GET_WORKLOAD_STATISTIC and SAPWL_WORKLOAD_GET_SUMMARY.

 

But one of my requirement is to fetch the Average Response time of a single tcode with periods(Daily,Monthly etc). I haven't found any calculation or any FM on this.

 

Can anyone know the Functional Module or the calculation of Average Response Time for a single tcode with periods?

 

Regards,

Jaskirat Singh


Re: Can not connect to SDM during SUM execution phase

$
0
0

Hello,

 

Please check if SDM is running or not using below commad :-

 

sapcontrol -nr <sysnr> -function J2EEGetProcessList

 

if its not running please start SDM from /usr/sap/<SID>/DVEBMGS<NR>/SDM/program/StartServer.bat

 

even after that SDM is not starting, then please check the logs at /usr/sap/<SID>/DVEBMGS<NR>/SDM/program/logs.


Thanks,

Jaskirat

Re: SAP Netweaver Licensing

$
0
0

Hi Amarsh

 

NW Gateway is installed as default on every NW system, and so is part of the licence agreement.  You are free to install a separate NW Gateway too at no extra license cost.

 

Regards,

Graham

Re: Sap Web Dispatcher - IcrFindTargetSystem: No system found for addr

$
0
0

Hello Diego,

 

Try adding "/SAP" (in uppercase) to the SRCURL argument. For example:

 

 

wdisp/system_0 = SID=<SID>, MSHOST=x.x.x.x, MSPORT=xxxx, SRCURL=/sap;/SAP, SRCSRV=*:*, SSL_ENCRYPT=0

 

Regards,

Isaías

Re: SAP Netweaver Licensing

$
0
0

Hi,

 

Just to confirm, you are asking about the SAP NetWeaver Gateway 2.0, right?

 

Not about a "standalone gateway" (meaning the same gateway process that runs with every ABAP instance).

 

Regards,

Isaías

Re: SAP Netweaver Licensing

$
0
0

Thanks Graham. As ECC 6.0 runs on Netweaver, I take it that NW Gateway installation should not be a problem.

 

Hi Isaias,

Yes, I was referring to SAP NW Gateway. I need to use it to integrate a GIS application with an existing SAP ECC based asset management system.

Viewing all 4415 articles
Browse latest View live


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