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

Can't access SAP Netweaver Administrator with trial

$
0
0

I have set up a trial of SAP NetWeaver Application Server ABAP & SAP Business Warehouse 7.4 SP8 on SAP HANA 1.0 SP8 [Developer Edition] and am currently attempting to set up a trusted provider for SAML 2.0 Single Sign On for testing purposes.


I have found articles such as this one - SAP NetWeaver Administrator - Administration of SAP NetWeaver CE - SAP Library, that explains that to access the administrator, you use the URI format of http://<host>:<port>/nwa. How do you find "the host where the AS Java is installed"[host] or "HTTP port of the ICM"[port] in this trial version - or is this included with the trial version?

 

This article explains how to set up an AS server - How to install SAP NetWeaver Application Server Java, but you need a SAP Service Marketplace login, which appears to need a non-trial installation number. Is this required to get access to SAP Netweaver Administrator?


Hope to get the help here...Installation problem

$
0
0

Hi all,

I have a problem when i try to install (SAP_NetWeaver_703_Installation_Master)

I got this error

Hope to get the help here

Thanks all...

550 failed to meet SPF requirements.

$
0
0

We use SAP Netweaver to broadcast reports on a daily basis.  Recently we acquired a business in Italy, we are based in the USA, and we have a need to broadcast reports to our Italian associates.  I'm able to send a direct email to the recipients but when I enter their email address on the broadcast distribution list I get the following error when the an attempt to send the email is generated:

 

john.doe@affiliate.it(mail.affiliate.it), 550 failed to meet SPF requirements

 

Can someone help direct me towards resolving this issue.  I've search for SPF requirements on the WEB and in SAP and have not found a resolution.

 

Thanks,

 

Dan

How to get the First and last values in queue

$
0
0

Hi,

 

We have a requirement to get the first and last values from one element for target 2 elements.

 

I wrote a udf for get the first value as below

 

public void getItem1(String[] a, ResultList output1, Container container) throws StreamTransformationException{

 

for(int i=0;i<a.length;i++)

{

if(a[i].length()>0)

{

String str1[]= a[i].split("\\,");

output1.addValue(str1[0]);

}

else

{

output1.addValue("");

}

}

 

and it is working fine.Now i want to get the last value as output,

 

Example:

 

In a element we getting some values with separate comma like 455657656,22323,76576,71236,98098,.......,67676.

 

I want to get the last value after the comma 67676 as a output.

 

Can you please help me on this.

 

Thanks in advance.

keeping CAF disabled for a while

$
0
0

Hello.

 

I need to stop the caf java application in nwa for a minute in order to run a development performance test.

Every single time I stop the the app the system restart it automatically before the test can throw any exception.

 

Does anyone know a way to keep caf disabled a little while? Or to avoid the system to restart it automatically?

 

I also tried disabling the functional unit but I couldn't because of depndencies with other funs.

 

My landscape is netweaver 7.31 SP10 java only.

 

Thanks in advance.

 

PS: I posted this question here because the composite application space appears disabled. (light gray, non-selectable)

UI addon installation

$
0
0

Hello,

 

I would like to install sap fiori on our ECC6 EHP6 system, but I'm stuck with installation of UI addon.

 

Tx SAINT requires stack.xml for addon installation, but I cannot get it.

I tried to follow this note 1666368 - Installing UI add-on 1.0 for SAP NetWeaver

 

,but there is no more MOPZ transaction in solman 7.1, this is what is written in note:

 

In the "Select Add-Ons" section of transaction MOPZ, select the product version "UI add-on 1.0 for SAP NetWeaver".

 

I don't know where I can find Select Add-Ons section, all I can do is maintenance (SPS installation) or EHP7 installation...

 

Could you help me out?

Regards,

Martin

SAP Component version after EHp6 upgrade

$
0
0

Dear Team,

 

As we are getting the issue that after EHP6 upgrade it is not specifying the version correctly , what may be the issue or how to correct it.

 

sss.jpg

Regards

 

RK

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


Apache 2.2.22 Instalaltion on HP-UX

$
0
0


Hi,

 

We have instalaled Apache 2.2.22 version on HP-UX before instalaltion of Content Server 6.50 / Maxdb 7.9.

 

Before installation of Apache we have set the below parameters as per SAP Note.

 

 

CFLAGS="+DD64+DSitanium2"

 

LDFLAGS="+DD64+DSitanium2"

 

./configure --prefix=/usr/sap/apache  --enable-mods-shared=most --with-mpm=prefork

 

But we are getting .so files in 32-bit insted of 64-bit(in /usr/sap/apache/moules path)

 

When we open any .so file it is showing the below message.

 

mod_auth.so:    ELF-32 shared object file - IA64

 

I hope the linker is generating 32-bit .so files instead of 64-bit.

 

Note: We have downloaded Apache 2.2.22 64-bit

Our Hardware is HP-IA64 bit.

 

Please suggest.

 

Best Regards,

Siva Rajesh.

How to use SAP From IPAD and IPHONE

$
0
0

Dear Experts,

 

        I want to use SAP with IPHONE or IPAD.

        Please tell me how to use.

        Whats need to be installed on the IPHONE or IPAD.

       Please give some ideas I want to acces my companies SAP R/3 ECC6 system my IPHONE or IPAD.

       Thanks in advance.

NWA Java Scheduler - breaks down if job-definition-parameters name contains dashes

$
0
0

Dear all,

 

we are currently upgrading our portal landscape from 7.01 to 7.4 - during application migration I faced this issue:

 

After adding a job-definition-parameter with dashes ("-") contained in the parameters name (e.g. "settings-mail-sendto") to my Java Schedulers deployment descriptor job-definition.xml I am no more able to use this JobDefinition in nwa/scheduler.

 

The DynPro runtime gave me a stacktrace as follows:

https://gist.github.com/tobiaswerner/5347c12becf85f21f03c

 

If I remove the dashes from all parameters names everything works fine.

 

The docs on "job-definition.dtd -  Using Central Development Services - SAP Library" are clearly pointing out that I can use dashes in parameters name.

 

So my question is, did I something wrong? Is anybody still using dashes in parameters names?

 

Any suggestions are welcome.

 

Thanks in advance for your help...

 

Kind regards,

Tobias Werner

 

PS: I love this multi-select-tag box!

 

//E:

If anybody confirms this issue I'd open a ticket.

 

//E2:

SAP, please revise documentation page "Job-definition.dtd" (http://help.sap.com/saphelp_nwce71/helpdata/en/45/2632b53c3503c3e10000000a1553f6/content.htm) - section "nullable" - Y means "can leave blank" - N means "mandatory"...

Not able to connect to sap web dispatcher

$
0
0

Hi Experts,

 

We have configured a sap web dispatcher but we aren't able to connect to the same even though the web disp starts successfully.

 

The profile parameters are mentioned below.

 

# Profile generated by sapwebdisp bootstrap

 

 

# unique instance number

SAPSYSTEM = 76

 

 

# add default directory settings

DIR_EXECUTABLE = .

 

 

DIR_INSTANCE = .

 

 

# SECUDIR for SSL Certificate

SETENV_00 = SECUDIR=/usr/sap/SXX/sapwebdisp/sec

 

 

 

 

# Accessibility of Message Servers

rdisp/mshost = sapsXXascs.xyz.com

ms/http_port = 8174

 

 

# SAP Web Dispatcher Parameter

wdisp/auto_refresh = 25

wdisp/max_servers = 100

 

 

wdisp/shm_attach_mode = 6

 

 

# configuration for small scenario

icm/max_conn      = 100

icm/max_sockets   = 1024

icm/req_queue_len = 300

icm/min_threads   = 5

icm/max_threads   = 15

mpi/total_size_MB = 20

 

 

#maximum number of concurrent connections to one server

wdisp/HTTP/max_pooled_con = 100

 

 

wdisp/HTTPS/max_pooled_con = 100

 

 

# SAP Web Dispatcher Ports

icm/server_port_0 = PROT=HTTP,PORT=8076

icm/server_port_1 =

icm/server_port_2 = PROT=HTTPS,HOST=wd-sXX.xyz.com,PORT=443, EXTBIND=1, TIMEOUT=60, PROCTIMEOUT=600

 

 

 

 

# SAP Web Dispatcher Web Administration

icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=icmauth.txt

 

 

#-----------------------------------------------------------------------

# System Assignments

#----------------------------------------------------------------------------

wdisp/system_0 = SID=S20, MSHOST=sapsxxascs.xyz.com, MSPORT=8174, SRCSRV=wd-sxx.xyz.com:443

 

 

#SSL Parameters

wdisp/ssl_encrypt=1

wdisp/ssl_certhost = wd-sxx.xyz.com

wdisp/add_client_protocol_header=false

icm/HTTPS/verify_client = 0

 

 

# SAP Web Dispatcher Web Administration

icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=icmauth.txt

 

 

 

 

 

dev_webdisp logs :

 

[Thr 140551923976032] Wed Oct 29 10:45:07 2014

[Thr 140551923976032] started security log to file ./dev_icm_sec

[Thr 140551923976032] SigISetDefaultAction : default handling for signal SIGCHLD

[Thr 140551923976032] SAP Web Dispatcher running on: xyz.com

[Thr 140551923976032] MtxInit: 30001 0 2

[Thr 140551923976032] ***LOG IM1=> IcmInit, Startup (SAP Web Dispatcher&xyz.com&27002&) [icxxman.c    2026]

[Thr 140551923976032] IcmInit: listening to admin port: 64995

[Thr 140551923976032] MPI: dynamic quotas disabled.

[Thr 140551923976032] MPI init: pipes=4000 buffers=319 reserved=95 quota=10%

[Thr 140551923976032] *** ERROR => e=13 semget(27638,1,992) (13: Permission denied) [semux.c      508]

[Thr 140551923976032] *** ERROR => SemRq: Implicit SemInit failed. Key=38 [semux.c      1132]

[Thr 140551923976032] *** ERROR => CCMS: AlCreateAttachShm_Ext : lock semaphore returns 1 [alxxappl.c   1285]

[Thr 140551923976032] *** ERROR => CCMS: unable to connect to montoring segment of application server! [alxxappl.c   1133]

[Thr 140551923976032] *** ERROR => IcmAlInit: AlInit_R3Kernel_AS failed (rc=249) [icxxalrt.c   241]

[Thr 140551923976032] CGROUPS: changing prio of pid 27002 to medium

[Thr 140551923976032] CGROUPS: disabled

[Thr 140551923976032] IcrCoreInitSessionTable: Session table initialized

[Thr 140551882446592] Adding HttpAdminHandler: PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=icmauth.txt

[Thr 140551882446592] HttpExtractArchive: files from archive ./wdispadmin.SAR in directory . are up to date

[Thr 140551882446592] HttpISubHandlerAdd: Added handler HttpAdminHandler(0x7fd4c4000f30), slot=0, flags=36869) for /sap/wdisp/admin, active: 1, table 0x7fd4c4000ad0

[Thr 140551882446592] Adding HttpModHandler: PREFIX=/

[Thr 140551882446592] HttpISubHandlerAdd: Added handler HttpModHandler(0x7fd4c4001380), slot=1, flags=12293) for /, active: 1, table 0x7fd4c4000ad0

[Thr 140551882446592] Adding HttpAuthHandler: PREFIX=/,FILTER=SAP

[Thr 140551882446592] CsiInit(): Initializing the Content Scan Interface

[Thr 140551882446592]            AMD/Intel x86_64 with Linux (mt,ascii,SAP_CHAR/size_t/void* = 8/64/64)

[Thr 140551882446592] CsiInit(): CSA_LIB = "./libsapcsa.so"

[Thr 140551882446592] HttpISubHandlerAdd: Added handler HttpAuthHandler(0x7fd4c4001720), slot=2, flags=12293) for /, active: 1, table 0x7fd4c4000ad0

[Thr 140551882446592] HttpISubHandlerAdd: Added handler HttpWebDispHandler(0x7fd4c4006940), slot=3, flags=1060869) for /, active: 1, table 0x7fd4c4000ad0

[Thr 140551882446592] WebSocketPlugInInit: WebSocket Plugin initialized

[Thr 140551882446592] IcmAddHiddenService: Hidden service WEBSOCKET started

[Thr 140551882446592] *** ERROR => NiIBindSocket: SiBind failed for hdl 25/sock 10

    (SI_EPORT_INUSE/98; I4; ST; 0.0.0.0:8073) [nixxi.cpp    3778]

[Thr 140551882446592] *** ERROR => IcmBindService: NiBuf2Listen failed for host xyz.com:8073 (rc=-4): NIESERV_USED [icxxserv.c   3345]

[Thr 140551882446592] *** WARNING => IcmAddService: Could not start service (rc=-1) PORT=8073,PROT=HTTP,TIMEOUT=60,PROCTIMEOUT=60 [icxxserv.c   1031]

[Thr 140551882446592] IcmAddHiddenService: Hidden service WEBSOCKETS started

[Thr 140551882446592] =================================================

[Thr 140551882446592] = SSL Initialization    platform tag=(linuxx86_64_gcc43)

[Thr 140551882446592] =   (741_REL,Aug 23 2014,mt,ascii,SAP_UC/size_t/void* = 8/64/64)

[Thr 140551882446592]   DIR_INSTANCE="."

[Thr 140551882446592]   DIR_LIBRARY="."

[Thr 140551882446592]   ssl/ssl_lib="./libsapcrypto.so"

[Thr 140551882446592]   profile param "ssl/ssl_lib" = "./libsapcrypto.so"

[Thr 140551882446592]            resulting Filename = "./libsapcrypto.so"

 

 

[Thr 140551882446592] Wed Oct 29 10:45:08 2014

[Thr 140551882446592] =   found CommonCryptoLib (SAPCRYPTOLIB) Version 8.4.22 pl40 (Jul 23 2014) MT-safe

[Thr 140551882446592] =   current UserID: "SXXadm",  env-var USER="SXXadm"

[Thr 140551882446592] =   using SECUDIR=/usr/sap/SXX/sapwebdisp/sec

[Thr 140551882446592]   ssl/ciphersuites="193:HIGH:MEDIUM:+e3DES:!aNULL"

[Thr 140551882446592]   ssl/client_ciphersuites="192:HIGH:MEDIUM:+e3DES:!aNULL"

[Thr 140551882446592] = Success -- SapCryptoLib SSL ready!

[Thr 140551882446592] =================================================

[Thr 140551882446592]

 

 

[Thr 140551923976032] Wed Oct 29 10:45:09 2014

[Thr 140551923976032] Started service HOST=wd-SXXxyz.com,PORT=443,PROT=HTTPS,TIMEOUT=60,PROCTIMEOUT=600,EXTBIND=1,VCLIENT=0

[Thr 140551923976032] SSL settings: verify_client: 0, cache_size: -1, cache_lifetime: -1, credfile: SAPSSLS.pse, ciphers: default

[Thr 140551923976032] SigISetDefaultAction : default handling for signal SIGCHLD

[Thr 140551923976032] IcmCreateWorkerThreads: created worker thread 0

[Thr 140551923976032] IcmCreateWorkerThreads: created worker thread 1

[Thr 140551923976032] IcmCreateWorkerThreads: created worker thread 2

[Thr 140551923976032] IcmCreateWorkerThreads: created worker thread 3

[Thr 140551867016960] *** ERROR => IcmConnClientRqCreate: No service for protocol HTTP started [icxxconn.c   3011]

[Thr 140551867016960] *** ERROR => IcmConnClientRqCreate() failed (rc=-1) [icrxx.c      7731]

[Thr 140551923976032] IcmCreateWorkerThreads: created worker thread 4

[Thr 140551867016960] *** ERROR => Could not connect to SAP Message Server at sapSXXascsxyz.com. URL=/msgserver/text/logon?version=1.2 [icrxx.c      4387]

[Thr 140551867016960] *** ERROR => rc=-1, HTTP response code: 0 [icrxx.c      4388]

[Thr 140551867016960] *** ERROR => see also SAP note 552286 [icrxx.c      4389]

[Thr 140551882446592] IcmWatchDogThread: watchdog started

Running ERP app servers on Windows with back-end HANA database

$
0
0

I was wondering if running ERP 6.0 application servers on a Windows platform with a back-end SOH / HANA database is a supported configuration?  If so, what are the benefits and pitfalls with this configuration?

 

Thanks,

Brent

Web dispatcher "Error : PSE file ,unable to use! "

$
0
0

Hello,

 

I has a SAP Netweaver kernel 7.01 with oracle database.

 

I tried to config web dispatcher to support ssl by following the link below.

[http://help.sap.com/saphelp_nw04s/helpdata/en/39/09a63d7af20450e10000000a114084/content.htm]

 

I has done all step successfully.

But when I started web dispatcher I got these error in the log file.

[Thr 8688]   profile param "ssl/server_pse" = "E:\webdispatcher\sec\SAPSSL.pse"           resulting Filename = "E:\webdispatcher\sec\SAPSSL.pse"
[Thr 8688] *** ERROR =>   secudessl_Create_SSL_CTX():  PSE "E:\webdispatcher\sec\SAPSSL.pse": unable to use! [ssslsecu.c   1735]
[Thr 8688] secudessl_Create_SSL_CTX: SSL_CTX_set_default_pse_by_name() failed --  secude_error 1824 (0x00000720) = "Wrong or Missing PIN for PSE"
[Thr 8688] >> ---------- Begin of Secude-SSL Errorstack ---------- >>
[Thr 8688] ERROR in SSL_CTX_set_default_pse_by_name: (1824/0x0720) Wrong or Missing PIN for PSE : "E:\webdispatcher\sec\SAPSSL.pse"

ERROR in ssl_set_pse: (1824/0x0720) Wrong or Missing PIN for PSE : "E:\webdispatcher\sec\SAPSSL.pse"

ERROR in af_open: (1824/0x0720) Wrong or Missing PIN for PSE : "E:\webdispatcher\sec\SAPSSL.pse"

ERROR in secsw_open: (1824/0x0720) Wrong or Missing PIN for PSE : "E:\webdispatcher\sec\SAPSSL.pse"

ERROR in sec_parse_PSEInfo_cont: (1824/0x0720) Wrong or Missing PIN for PSE : "E:\webdispatcher\sec\SAPSSL.pse"

[Thr 8688] << ---------- End of Secude-SSL Errorstack ----------
[Thr 8688] *** ERROR => SapISSLAddCredential(): Error SSSLERR_PSE_ERROR trying to create SERVER Credential        for "E:\webdispatcher\sec\SAPSSL.pse" [ssslxxi.c    2324]
[Thr 8688] *** ERROR => Initialization of SSL library failed -- NO SSL available!
[Thr 8688] =================================================

 

I search the forum but didn't see "file pse unable to use!" issue.

Is this about wrong certificate when import cer to PSE file or something else?

 

Any help will be appriciate.

Thank you

Chai

The fix archive 'FIX_NW730.UPG' (*required* ).

$
0
0

Dear All,

 

I have upgrade from ERP 6.0  to ERP 6.0 EHP6 on QAS system.

 

But the upgrade occur the below error message.

i don't find the file 'FIX_NW730.UPG' on download file of upgrade.

Where is the file the Marketplace and download?

 

 

This is SAPup version lmt_002, build SAPup release lmt_002 version 41.000

 

Enter the path to the download directory. The tool recognizes the following
type of files:
  * The fix archive 'FIX_NW730.UPG' (*required* ).
  * New SAPup archive (*optional* ).
  * XML file for EHP or SP stack.
  * DVDs
  * ABAP patch archives, for example, Support Packages (*optional* ).
  * ABAP kernel for your destination SAP system. (*optional* ).
You can also use shortcuts in the download directory.

*ERROR: Scanning of download directory failed with the following error: No fix
archive found in download directory*
DOWNLOAD DIRECTORY: E:\SAP_Ehp6_Upgrade\set_up\51044252_4
Clearing list of scanned files.
Scanning directory 'E:\SAP_Ehp6_Upgrade\set_up\51044252_4' - this may take a while...

Image-0017.jpg


"Error" when installing SAP netweaver AVAP 7.02 SP6 32bit trial version for windows

$
0
0

Hello Sirs,

 

I am trying to install the trial version of SAP in my computer, the \SAP_NetWeaver_702e_Installation_Master\IM_WINDOWS_I386\sapinst.exe.

 

The installation starts well but during the second step, the following error appears to me:

 

An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 2 > SAP Application Server ABAP > MaxDB > Central System > Central System( Last error reported by the step :The name of this host is particul-cf4b12 which is more than 13 characters long.

This is not supported for SAP server installations (see SAP Note 611361).

 

 

Could anyone help me with it? I think I should change the name of the host and make it shorter or I might do some other things to follow installing.

 

I thank you all in advance for your help and interest.

 

Kind regards.

Joaquín

E.Portal 7.0 -> NW 7.4 Upgrade. Error Phase: DEPLOY-SHADOW-INSTANCE

$
0
0

Hello,

 

We are currently in the process of upgrading our SAP Enterprise Portal 7.0 to 7.4 but we're facing an error regarding component validations (at least it seems so).

 

We already generated a new MOPZ xml stack but the error persists. If someone can give us some ideas of what can be wrong we would appreciate.

 

 

Attached to this topic is a screen of the error. Also i'm attaching a log file related to the issue.

 

 

Sample of the errors:

 

<!--LOGHEADER[END]/-->

Sep 23, 2013 2:00:18 PM  Error: com.sap.ASJ.dpl_api.001041 Deployment Exception during deployment phase [DependenciesResolvingException], cause=[ASJ.dpl_dc.006505 An unresolved dependencies error occurred while sorting the deployment batch items regarding the dependencies.]

Sep 23, 2013 2:00:18 PM  Error: com.sap.ASJ.dpl_api.001042 Deployment Items status: [

----- Sorted Items -----

----- Deployment Items -----

          1. Client path '/Software/UPGRADE/WDADOBE03_0-20009961.SCA'

                    Deploy status is 'Aborted'

                    SCA : name 'WD-ADOBE', vendor 'sap.com', location 'SAP AG', version '1000.7.40.3.0.20130530171600'

                    Composite Time statistics( ms ):

                              1.Check composite version : 1

                                        1.1.Check version:sap.com_WD-ADOBE : 1

                              2.Check contained Items Structure : 1

                              3.validate : -1

 

 

                    Contained DCs:

                              1.1 : Relative path '/Software/UPGRADE/WDADOBE03_0-20009961.SCA --> tc~wd~pdflib.sda'

                                        Deploy status is 'Admitted'

                                        SDA : name 'tc~wd~pdflib', vendor 'sap.com', location 'SAP AG', version '7.4003.20130523140920.0000', software type ('primary-library', sub type ''), csn component 'BC-WD-JAV', dependencies :[none]

                                        Time statistics( ms ):

                                                  1.Check composite version : 1

                                                            1.1.Check version:sap.com_WD-ADOBE : 1

                                                  2.Check contained Items Structure : 1

                                                  3.validate : -1

 

 

                              1.2 : Relative path '/Software/UPGRADE/WDADOBE03_0-20009961.SCA --> tc~wd~pdfsvrchal.sda'

                                        Deploy status is 'Admitted'

                                        SDA : name 'tc~wd~pdfsvrchal', vendor 'sap.com', location 'SAP AG', version '7.4003.20130516123335.0000', software type ('J2EE', sub type ''), csn component 'BC-WD-JAV', dependencies :[none]

                                        Time statistics( ms ):

                                                  1.Check composite version : 1

                                                            1.1.Check version:sap.com_WD-ADOBE : 1

                                                  2.Check contained Items Structure : 1

                                                  3.validate : -1

 

 

                              1.3 : Relative path '/Software/UPGRADE/WDADOBE03_0-20009961.SCA --> AdobeDocumentServicesEjbClientLibrary.sda'

                                        Deploy status is 'AlreadyDeployed'

                                        Description:'1. Already deployed component has version:1040.20121017114537.881796'.

                                        SDA : name 'AdobeDocumentServicesEjbClientLibrary', vendor 'com.adobe', location 'Adobe Systems', version '1040.20121017114537.881796', software type ('primary-library', sub type ''), csn component 'BC-SRV-FP', dependencies :[none]

                                        Time statistics( ms ):

                                                  1.Check composite version : 1

                                                            1.1.Check version:sap.com_WD-ADOBE : 1

                                                  2.Check contained Items Structure : 1

                                                  3.validate : -1

 

 

                              1.4 : Relative path '/Software/UPGRADE/WDADOBE03_0-20009961.SCA --> sc~wd-adobe.sda'

                                        Deploy status is 'Admitted'

                                        SDA : name 'sc~wd-adobe', vendor 'sap.com', location 'SAP AG', version '7.4003.20130516123335.0000', software type ('CONTENT', sub type 'SL-SDA'), csn component 'BC-CCM-SLD', dependencies :[none]

                                        Time statistics( ms ):

                                                  1.Check composite version : 1

                                                            1.1.Check version:sap.com_WD-ADOBE : 1

                                                  2.Check contained Items Structure : 1

                                                  3.validate : -1

 

 

                              1.5 : Relative path '/Software/UPGRADE/WDADOBE03_0-20009961.SCA --> tc~wd~pdfobject.sda'

                                        Deploy status is 'Admitted'

                                        SDA : name 'tc~wd~pdfobject', vendor 'sap.com', location 'SAP AG', version '7.4003.20130523140920.0000', software type ('J2EE', sub type ''), csn component 'BC-WD-JAV', dependencies :[none]

                                        Time statistics( ms ):

                                                  1.Check composite version : 1

                                                            1.1.Check version:sap.com_WD-ADOBE : 1

                                                  2.Check contained Items Structure : 1

                                                  3.validate : -1

 

 

 

 

Regards,

How to get the First and last values in queue

$
0
0

Hi,

 

We have a requirement to get the first and last values from one element for target 2 elements.

 

I wrote a udf for get the first value as below

 

public void getItem1(String[] a, ResultList output1, Container container) throws StreamTransformationException{

 

for(int i=0;i<a.length;i++)

{

if(a[i].length()>0)

{

String str1[]= a[i].split("\\,");

output1.addValue(str1[0]);

}

else

{

output1.addValue("");

}

}

 

and it is working fine.Now i want to get the last value as output,

 

Example:

 

In a element we getting some values with separate comma like 455657656,22323,76576,71236,98098,.......,67676.

 

I want to get the last value after the comma 67676 as a output.

 

Can you please help me on this.

 

Thanks in advance.

SAP IW31 Symbol is missing in PM09

$
0
0

Hi All,

 

 

Our maintenance users use transaction IW31 , When they choose PM09 as order Type they cant fill in the long text (see attachment) the symbol is missing to fill in the Long Text...

Do you guys now any solutions for this issue ?

 

 

Best Regards,

SAP Won't Remember Entries

$
0
0

Hi All,

 

My older entries are saved in SAP so when I open the transaction again I can see history (see attachement ). I have many users where this option is not working we all have the same Netweaver Client and use the same options ( ALT + F12 , Local Data > History > On). I don't know what's wrong on the other clients... does they need specified rights on their desktop/ Laptop on a folder  ?  Can someone help me out of this issue ?

 

Thanks In Advance

 

Sdy Belgium

Viewing all 1520 articles
Browse latest View live




Latest Images