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

ABAP: Issue in ALV Grid Display

$
0
0

Hello Experts,

 

Here I am facing problem in simple ALV grid. First time I am experiencing this kind of problem in ALV grid output out of my 5 years in Exp in ABAP. I have created normal ALV report using Fieldcatalog and REUSE_ALV_GRID_DISPLAY FM. I am getting the output in ALV List instead of Grid for multiple records. If I have single reord in output then it is ALV Grid. Not able to understand why its displaying ALV list instead of ALV Grid. here is my code..Please help me to solve this.

 

 

 

FORM display_alv .

  PERFORM build_fieldcatalog.

  PERFORM build_layout.

  PERFORM execute_alv.

ENDFORM.                    " DISPLAY_ALV

 

 

*&---------------------------------------------------------------------*

*&      Form  BUILD_FIELDCATALOG

*&---------------------------------------------------------------------*

*       text

*----------------------------------------------------------------------*

*  -->  p1        text

*  <--  p2        text

*----------------------------------------------------------------------*

FORM build_fieldcatalog .

  DATA: lv_count TYPE i.

 

 

  lv_count = lv_count + 1.

  gs_fieldcat-fieldname   = 'VBELN'.

  gs_fieldcat-tabname     = 'GT_OUTPUT'.

  gs_fieldcat-seltext_l   = text-002.

  gs_fieldcat-hotspot     = 'X'.

  gs_fieldcat-col_pos     = lv_count.

  APPEND gs_fieldcat TO gt_fieldcat.

  CLEAR  gs_fieldcat.

 

 

  lv_count = lv_count + 1.

  gs_fieldcat-fieldname   = 'PLNUM'.

  gs_fieldcat-tabname     = 'GT_OUTPUT'.

  gs_fieldcat-seltext_l   = text-003.

  gs_fieldcat-col_pos     = lv_count.

  APPEND gs_fieldcat TO gt_fieldcat.

  CLEAR  gs_fieldcat.

 

 

  lv_count = lv_count + 1.

  gs_fieldcat-fieldname   = 'AUFNR'.

  gs_fieldcat-tabname     = 'GT_OUTPUT'.

  gs_fieldcat-seltext_l   = text-004.

  gs_fieldcat-col_pos     = lv_count.

  APPEND gs_fieldcat TO gt_fieldcat.

  CLEAR  gs_fieldcat.

 

 

  lv_count = lv_count + 1.

  gs_fieldcat-fieldname   = 'MESSAGE'.

  gs_fieldcat-tabname     = 'GT_OUTPUT'.

  gs_fieldcat-seltext_l   = text-005.

  gs_fieldcat-col_pos     = lv_count.

  APPEND gs_fieldcat TO gt_fieldcat.

  CLEAR  gs_fieldcat.

ENDFORM.                    " BUILD_FIELDCATALOG

*&---------------------------------------------------------------------*

*&      Form  BUILD_LAYOUT

*&---------------------------------------------------------------------*

*       text

*----------------------------------------------------------------------*

*  -->  p1        text

*  <--  p2        text

*----------------------------------------------------------------------*

FORM build_layout .

  gs_layout-zebra = 'X'.

  gs_layout-colwidth_optimize = 'X'.

ENDFORM.                    " BUILD_LAYOUT

*&---------------------------------------------------------------------*

*&      Form  EXECUTE_ALV

*&---------------------------------------------------------------------*

*       text

*----------------------------------------------------------------------*

*  -->  p1        text

*  <--  p2        text

*----------------------------------------------------------------------*

FORM execute_alv .

 

 

  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'

    EXPORTING

      I_BUFFER_ACTIVE          = 'X'

      i_callback_program       = gv_repid

      i_callback_user_command  = 'USER_COMMAND' "To call the VA03 tcode on click of delivery number

      i_callback_pf_status_set = 'PFSTATUS'        "To display standard PF Status

      is_layout                = gs_layout

      it_fieldcat              = gt_fieldcat

    TABLES

      t_outtab                 = gt_output.

 

ENDFORM.                    " EXECUTE_ALV

 

*---------------------------------------------------------------------*

*       FORM PFSTATUS                                            *

*---------------------------------------------------------------------*

FORM pfstatus USING ut_extab TYPE slis_t_extab.

  SET PF-STATUS 'STANDARD_FULLSCREEN' OF PROGRAM 'SAPLKKBL'.

ENDFORM.                               " PF_STATUS_SET

 

 

*&---------------------------------------------------------------------*

*&      Form  user_command

*&---------------------------------------------------------------------*

*       text

*----------------------------------------------------------------------*

FORM user_command USING r_ucomm TYPE sy-ucomm

                        rs_selfield TYPE slis_selfield.

    IF rs_selfield-fieldname EQ 'VBELN'.

    SET PARAMETER ID 'AUN' FIELD rs_selfield-value.

    CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.

  ENDIF.

ENDFORM.                    "user_command


Netweaver AS Java - get license expiry

$
0
0

Hello together,

 

I am just searching for an easy way to automatically collect the expiry date of all installed licenses within Netweaver AS JAVA systems. Has anybody ever come accross this issue and has a nice solution?

 

Is there a way to do it on the Operating-system level or from within the database? If not may I use some kind of java-code to request the data using the JMX-interface?

 

Best Regards and thanks in advance,

 

Jochen

Using SAP WEBDISPATCHER with Proxy Reverse

$
0
0

Hi experts, how are things? Here is all great.

 

We have here at our company, the Enterprise Portal installed and running over version 7.3 SP08. We use the Apache with ProxyReverse and SAP WEB Dispatcher to the logon balance, because we have 1 DB+CI and 2 Application servers.

 

Some times ago we started a project to use only the SAP WEBDISPATCHER with Proxy Reverse, because we understand that this sofwtare can run both (Redirect and Logon balance).

But we have some doubts and I need to ask, if you could help us.

For example: We need to redirect :

FROM: http://server.domanin:port/irj/portal

TO: https://ourwebsite.domain/irj/portal, all in HTTPS protocol.

 

About the SSL we made the configuration and it is running fine.

 

Have you ever seen this rule before or configured it?

 

If you could help us, we would be appreciate.

 

 

Thanks

Marcos

Class not Found Exception when accessing from catalog_config.xml

$
0
0

Hi Experts,

 

we are doing an upgrade activity of CRM 5.0 to CRM 7.0. i am facing an error class not found exception when accessing the custom class ZGetCategorieInPathAction file in home shrt ext DC. The Catalog_config.xml is present in another DC tc_web_catalog. The action class is present in the home_shr_ext DC. Please provide your valuable inputs on how to do the configuration in order to call the class.

 

the below is the code in Catalog_config.xml

>

 

 

 

 

Log in Default Trace

 

#1.5#0014C20B66AC006F0000009D000015940004E1DC9755604E#1374237454896#org.apache.commons.logging.Log#sap.com/home~b2b#org.apache.commons.logging.Log#Guest#0####fcddb300f06f11e2c7800014c20b66ac#SAPEngine_Application_Thread[impl:3]_9##0#0#Error#1#/Applications/Common/Infrastructure#Java###{0}#1#java.lang.ClassNotFoundException: com.syngenta.eame.b2b.catalog.action.ZGetCategorieInPathAction

------------------------- Loader Info -------------------------

ClassLoader name: [sap.com/home~b2b]

Parent loader name: [Frame ClassLoader]

References:

   common:service:http;service:servlet_jsp

   service:ejb

   common:service:iiop;service:naming;service:p4;service:ts

   service:jmsconnector

   library:jsse

   library:servlet

   common:library:IAIKSecurity;library:activation;library:mail;library:tc~sec~ssl

   library:ejb20

   library:j2eeca

   library:jms

   library:opensql

   common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore

   interface:resourcecontext_api

   interface:webservices

   interface:ejbserialization

   service:jms_provider

   service:apptracing

   library:com.sap.km.trex.client

   library:crm~tealeaf

   library:com.sap.mw.jco

   library:sapxmltoolkit

   library:com.sap.mona.api

   library:com.sap.tc.Logging

   library:com.sapportals.htmlb

   library:ilog.rules~ilog

   sap.com/com.sap.jdo

   library:com.sap.util.monitor.grmg

   library:com.sap.util.monitor.jarm

   library:core_lib

   library:tc~jmx

   service:tc~sec~securestorage~service

   service:tc~sec~destinations~service

   interface:tc~sec~destinations~interface

   service:applocking

   library:crm~tc~lib~corelib

   library:tc~je~xsrf~lib

   sap.com/MosProxy

   sap.com/MossPrx

Resources:

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~isa~auctionb2x~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\src.zip

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\work

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~tc~marketing~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~tc~ecommercebase~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\commons-beanutils.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\struts.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~tc~catalog~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\commons-logging.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~ipc~ipccore~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\commons-fileupload.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\commons-lang.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~isa~isacorer3lrd~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~isa~isacorer3~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~isa~smartstream~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\commons-digester.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\commons-collections.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~tc~contract~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~tc~user~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~tc~scheduler~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~ipc~ipc~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~ipc~ipcpricing~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~ipc~tteanalysis~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~tc~pcatapi~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~ipc~srv~msa~commands~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~ipc~ipcbo~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~tc~xcmadmin~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~isa~isacat~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~isa~basketdb~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~isa~isacore~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~isa~userr3~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\commons-validator.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~tc~appbase~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~ipc~srv~msa~server~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~tc~core~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~isa~lwc~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\classes

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~isa~auctionbase~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\sap.com~crm~isa~shopadmin~assembly.jar

   C:\\usr\\sap\\DI1\\JC01\\j2ee\\cluster\\server0\\apps\\sap.com\\home~b2b\\servlet_jsp\\syngenta\\root\\WEB-INF\\lib\\struts-legacy.jar

Loading model: {parent,references,local}

 

Thanks in advance.

 

Regards,

Sreedevi

<action path=  "/catalog/categorieNavInPath" type="com.syngenta.eame.b2b.catalog.action.ZGetCategorieInPathAction" scope="request" validate="false"

SAP BASIS Admin logging

$
0
0

Hi,

 

We need to log all activities performed by all BASIS administrators including super users.This is one of the recommendation by Audit. We tried to login by Sm19. We have limitation of logging as for 5 users..

 

What is the way we log BASIS adminstrator activities.

 

 

Regards,

Manoj

TREX on AIX 64 Bit

$
0
0

Dear Experts,

 

Can anybody clarify the TREX version on AIX OS with 64 bit.

 

We are about to install and all of sudden it came as a blow that TREX is not available on AIX 64 bit.

 

If not what is the best alternative without changing the OS.

 

Best Regards,

Srikanth S

problems with RFCGetFunctionDesc in NW RFC SDK

$
0
0

Hi, All

 

I met a problem with NW RFC SDK 7.11 when using RFCGetFunctionDesc to access a ABAP which is defined by myself. I used to access this function with RFC classic SDK successfully, however, when i use NW RFC SDK and use RFCGetFunctionDesc to access this ABAP function, it returns the "RFC_INVALID_PARAMETER" and with error message "inconsistence in description detected: non-unicode length is too small". And My application can retrieve the function Description handle of other ABAP functions, I'm wondering if it's a bug in NW RFC SDK

 

I search the network and found someone has the same problem:https://weblogs.sdn.sap.com/cs/user/view/cs_msg/28225

 

Could someone share some tips to diagnose this problem.

 

Best Regards

Problems with calling webservice after system upgrade.

$
0
0

Hello all!

 

We have some WDJ applications on SAP NW Java 7.3 which uses webservices from SAP backend system (7.01). These webservices developed by us and based on the Function groups.

 

After upgrade this backend from 7.01 to 7.31 SP 7 we've faced a problem that some of our web-services can't be run anymore. Logs in the Java side sais that there are issues on the service provider side (in our case it's backend system). In the trace files of the backend system we see logs like this:

<?xml version="1.0" encoding="utf-8"?><asx:abap version="1.0" xmlns:asx="http://www.sap.com/abapxml">    <asx:values>        <TRC_RECS>            <SRT_MONI_STATUS_TRACE>                <TS>20130716054915.086702</TS>                <CLASS_NAME>CL_SOAP_RUNTIME_SERVER</CLASS_NAME>                <METHOD_NAME>EXECUTE_PROCESSING</METHOD_NAME>                <PROCESSORID>SOAP_RUNTIME</PROCESSORID>                <PROCESSORNAME>SOAP Runtime</PROCESSORNAME>                <TRC_LEVEL>1</TRC_LEVEL>                <STATUS>E</STATUS>                <TEXT>A SOAP Runtime Core Exception occurred in method
DETERMINE_OPERATION_NAME of class CL_SRT_WSP_RT_CONFIG
at position id 1 with internal error id 1033 
and error text &lt;no error message available&gt;: 
("Message "ZlibIndReadTblsCommonMass{urn:sap-com:document:sap:soap:functions:mc-style}" 
not supported (interface: "ZLIB_FG_WS" binding key:
"50B1FBB961DA0459E10000000A840FEE")") (fault location is 1  ).</TEXT>                <ISREQUEST>X</ISREQUEST>            </SRT_MONI_STATUS_TRACE>        </TRC_RECS>    </asx:values></asx:abap>  

 

I tried to find posts with similar problem but found nothing.

 

How we can fix this issue?

 

 

regards,

Lev


SAP Portal 7.3 and Business objects 4.0(KM integration)

$
0
0

Hi All,

 

I am trying to configure SAP Portal 7.3 and Business objects 4.0(KM integration). I followed the steps as per the document "Portal Integration Kit Installation and Deployment Guide for SAP iView" and I also followed the steps “http://wiki.sdn.sap.com/wiki/display/BOBJ/BI4+-+How+to+create+SAP+BusinessObjects+KM+Template+into+EP+7.0.x

 

All the prerequisites are in place. I have deployed the com.sap.businessobjects.iviews.par through 7.3 after migrating the same to .ear. I have added the BI system in the system landscape of portal.

 

In crystal enterprise server details , I have given the webserver details of the BI system. <server host>.domain.com:port(8080). Please let me know whether this details are correct or not.

Other details are given accordingly and system alias has been created and set as default.

 

Then I deployed the BusinessObjectsKM.par through NWDS 7.3 after migrating the .par to .ear. I configured the business object repository manager in system configuration->content management with the prefix /boerm and restarted the servlet engine.

 

Now I am not able to see the repository that I created in content management->KM content.

 

Please suggest if I am missing something here.

 

Thanks,

Regards,

  1. Mahesh.N.R

JSP based PCR on EP 7.3

$
0
0

Hi,

 

I am on 7.3 EP Portal and trying to use old JSP PCR forms on this portal. I migrated all of the standard and custom par files to ear files.  I have added PCRUtiles.jar file to the standard par file and then converted to ear file.

 

I have deployed following ear files on portal:

com.sap.pct.fin.isrprocessevent.ear

com.sap.pct.fin.isrstatusoverview.ear

com.sap.pct.hcm.hcm_util.ear

com.sap.pct.hcm.htmlparser.ear

com.sap.pct.hcm.isrdispatcher.ear

com.sap.pct.hcm.objectanddataprovider.ear

com.sap.pct.hcm.orgmanagementeventing.ear

com.sap.pct.hcm.pcrteamviewernew.ear

com.sap.pct.hcm.pcrutilities.ear

com.sap.pct.hcm.teamviewer.ear

 

But after deploying I am getting following error:

[EXCEPTION]

java.lang.ClassCastException: class com.sap.pct.hcm.util.pcrutilities.PCRBundleBean:sap.com/com.sap.pct.hcm.pcrutilities@com.sap.engine.boot.loader.ResourceMultiParentClassLoader@3a06b6b4@alive incompatible with interface com.sapportals.portal.prt.component.IPortalComponent:library:tc~epbc~prtc~api@com.sap.engine.boot.loader.ResourceMultiParentClassLoader@69ae8935@alive

at com.sap.portal.prt.broker.PortalComponentItem.getComponentInstance(PortalComponentItem.java:191)

at com.sap.portal.prt.broker.PortalComponentItem.load(PortalComponentItem.java:371)

at com.sap.portal.prt.om.ObjectsManager.craeteObejctHandle(ObjectsManager.java:221)

at com.sap.portal.prt.om.ObjectsManager.getObjectHandle(ObjectsManager.java:141)

at com.sap.portal.prt.broker.PortalAppBroker.getPortalComponent(PortalAppBroker.java:374)

at com.sap.portal.prt.component.PortalComponentContext.getPortalComponentApp(PortalComponentContext.java:115)

at com.sap.portal.prt.component.PortalComponentContextFactory.createPortalComponentContext(PortalComponentContextFactory.java:188)

at com.sap.portal.prt.component.PortalComponentContextFactory.getPortalComponentContext(PortalComponentContextFactory.java:82)

at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:442)

at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:201)

at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:132)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)

 

 

Can we somehow get this deployed to EP 7.3 Portal?

 

Regards,

Nitesh

SAP Portal 7.3 and Business objects 4.0 integration

$
0
0

Hi All,

 

I am trying to configure SAP Portal 7.3 and Business objects 4.0(KM integration). I followed the steps as per the document "Portal Integration Kit Installation and Deployment Guide for SAP iView" and I also followed the steps “http://wiki.sdn.sap.com/wiki/display/BOBJ/BI4+-+How+to+create+SAP+BusinessObjects+KM+Template+into+EP+7.0.x”

 

All the prerequisites are in place. I have deployed the com.sap.businessobjects.iviews.par through 7.3 after migrating the same to .ear. I have added the BI system in the system landscape of portal.

 

In crystal enterprise server details , I have given the web server details of the BI system. <server host>.domain.com:port(8080). Please let me know whether this details are correct or not.

Other details are given accordingly and system alias has been created and set as default.

 

Then I deployed the BusinessObjectsKM.par through NWDS 7.3 after migrating the .par to .ear. I configured the business object repository manager in system configuration->content management with the prefix /boerm and restarted the servlet engine.

 

Now I am not able to see the repository that I created in content management->KM content.

 

Please suggest if I am missing something here.

 

Thanks,

Regards,

Mahesh.N.R

Ways for Partial Qulaity Refresh?

$
0
0

Hello Consultants,

 

We have SAP ECC dual stack environment in our landscape (DEV,QAS,PRD) with SQL Server 2005 database. We are planning for Quality refresh from production data but we want to refresh quality from specified period with production data.

Please suggest us the best SAP practices to achieve this scenario?

 

Thnaks in advance.

 

Regards

Suresh

Installation NW7.0 with EHP2 asks for a second kernel DVD

$
0
0

Hi,

 

I am currently installing a System with NetWeaver 7.0 includung Enhancement Package 2.

 

SAPINST is now asking for a second Kernel DVD, but does not accept it.

 

It says:

"Found the label SAP:AKK:720:DVD_KERNEL:SAP Kernel 7.20:Dxxxxxxx::D51039352 but need label SAP:SAPLUP:700:::"

 

Which DVD do I need to proceed with the Installation?

 

Thanks in advance.

 

kind regards

Stefan

Import error in SAP NW7.31 Sybase & RHEL6

$
0
0

Hi experts!!

 

i hope you can help me to solve this problem:

 

i'm doing a clean installation of SAP NW7.31, at the abap import phase there is getting an error, i'm installing over RHEL6 & Sybase

 

this are the  logs:

 

 

 

SPM:


ad|ind|ind|ind|ind|createdbandload|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|abapload|0|NW_ABAP_Import|ind|ind|ind|ind|0|0
INFO       2013-05-30 15:43:42.391
[syuxccuren.cpp:562]
        
CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath&
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP)
           lib=syslib
module=syslib
Working directory changed to
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP.

INFO       2013-05-30 15:43:43.478
[sixxcstepexecute.cpp:804]
Execute step readPackageInfo of component
|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|abapload|0|NW_ABAP_Import|ind|ind|ind|ind|0|0
INFO       2013-05-30 15:43:43.682
[syuxccuren.cpp:562]
     
CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath&
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP)
          lib=syslib
module=syslib
Working directory changed to
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP.
INFO       2013-05-30 15:43:44.752 [sixxcstepexecute.cpp:804]
Execute step writeDdlMappingFile of component
|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|abapload|0|NW_ABAP_Import|ind|ind|ind|ind|0|0
INFO       2013-05-30 15:43:44.948
[syuxccuren.cpp:562]
        
CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath&
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP)
           lib=syslib
module=syslib
Working directory changed to
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP.
INFO       2013-05-30 15:43:46.19
[sixxcstepexecute.cpp:804]
Execute step createMigrationKeyCmdFile of component
|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|abapload|0|NW_ABAP_Import|ind|ind|ind|ind|0|0
INFO       2013-05-30 15:43:46.215
[syuxccuren.cpp:562]
        
CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath&
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP)
           lib=syslib
module=syslib
Working directory changed to
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP.
INFO       2013-05-30 15:43:47.364
[sixxcstepexecute.cpp:804]
Execute step testMigrationKey of component
|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|abapload|0|NW_ABAP_Import|ind|ind|ind|ind|0|0
INFO       2013-05-30 15:43:47.565
[syuxccuren.cpp:562]
       
CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath&
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP)
           lib=syslib
module=syslib
Working directory changed to
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP.
INFO       2013-05-30 15:43:48.663
[sixxcstepexecute.cpp:804]
Execute step createPropertyFileForMigrationMonitor of component
|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|abapload|0|NW_ABAP_Import|ind|ind|ind|ind|0|0
INFO       2013-05-30 15:43:48.930
[syuxcpath.cpp:471]
       
CSyPath::createFile() lib=syslib module=syslib
Creating file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/import_monitor_cmd.properties.
INFO       2013-05-30 15:43:49.132
[syuxccuren.cpp:562]
        
CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath&
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP)
           lib=syslib
module=syslib
Working directory changed to
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP.
INFO       2013-05-30 15:43:50.283 [sixxcstepexecute.cpp:804]
Execute step createPropertyFileForMigrationMonitorController of component
|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|abapload|0|NW_ABAP_Import|ind|ind|ind|ind|0|0
INFO       2013-05-30 15:43:50.481
[syuxccuren.cpp:562]
        
CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath&
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP)
           lib=syslib
module=syslib
Working directory changed to
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP.
INFO       2013-05-30 15:43:51.632
[sixxcstepexecute.cpp:804]

Execute step exitForMigrationMonitor of component |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|abapload|0|NW_ABAP_Import|ind|ind|ind|ind|0|0
INFO       2013-05-30 15:43:51.823
[syuxccuren.cpp:562]
        
CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath&
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP)

           lib=syslib
module=syslib

Working directory changed to /tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP.
INFO       2013-05-30 15:43:52.935
[sixxcstepexecute.cpp:804]

Execute step setHdbDatabaseReorgParameters of component
|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|abapload|0|NW_ABAP_Import|ind|ind|ind|ind|0|0
INFO       2013-05-30 15:43:53.126
[syuxccuren.cpp:562]
       
CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath&
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP)
           lib=syslib
module=syslib
Working directory changed to
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP.

INFO       2013-05-30 15:43:54.255
[sixxcstepexecute.cpp:804]
Execute step runMigrationMonitorCreateTables of component
|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|abapload|0|NW_ABAP_Import|ind|ind|ind|ind|0|0
INFO       2013-05-30 15:43:54.456
[syuxccuren.cpp:562]
        
CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath&
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP)
           lib=syslib
module=syslib
Working directory changed to /tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP.

INFO       2013-05-30 15:43:55.553
[sixxcstepexecute.cpp:804]

Execute step runHdbDatabaseReorg of component
|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|abapload|0|NW_ABAP_Import|ind|ind|ind|ind|0|0

INFO       2013-05-30 15:43:55.748
[syuxccuren.cpp:562]
        
CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath&
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP)
           lib=syslib
module=syslib
Working directory changed to
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP.

INFO       2013-05-30 15:43:56.894
[sixxcstepexecute.cpp:804]

Execute step runMigrationMonitor of component
|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|abapload|0|NW_ABAP_Import|ind|ind|ind|ind|0|0
INFO       2013-05-30 15:43:58.426
[syuxcpath.cpp:471]
        
CSyPath::createFile() lib=syslib module=syslib

Creating file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/import_monitor.java.log.

INFO       2013-05-30 15:43:58.709
        
CJSlibModule::writeInfo_impl()

Output of /tmp/sapinst_exe.3318.1369942895/jre/bin/java -classpath migmon.jar
-showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst is
written to the logfile import_monitor.java.log.

WARNING    2013-05-30 16:13:59.435
        
CJSlibModule::writeWarning_impl()

Execution of the command "/tmp/sapinst_exe.3318.1369942895/jre/bin/java
-classpath migmon.jar -showversion -Xmx1024m
com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code
103. Output:
java version "1.6.0_24"

Java(TM) SE Runtime Environment (build 6.1.029)
SAP Java Server VM (build 6.1.029 17.0-b16, Jun 29 2011 08:21:37 - 61_REL -
optU - linux amd64 - 6 - bas2:155500 (mixed mode))

Import Monitor jobs: running 1, waiting 28, completed 0, failed 0, total 29.

Loading of 'SAPNTAB' import package: OK

Import Monitor jobs: running 0, waiting 28, completed 1, failed 0, total 29.

Import Monitor jobs: running 1, waiting 27, completed 1, failed 0, total 29.

Import Monitor jobs: running 2, waiting 26, completed 1, failed 0, total 29.

Import Monitor jobs: running 3, waiting 25, completed 1, failed 0, total 29.

Import Monitor jobs: running 4, waiting 24, completed 1, failed 0, total 29.

Import Monitor jobs: running 5, waiting 23, completed 1, failed 0, total 29.

Import Monitor jobs: running 6, waiting 22, completed 1, failed 0, total 29.

Import Monitor jobs: running 7, waiting 21, completed 1, failed 0, total 29.

Import Monitor jobs: running 8, waiting 20, completed 1, failed 0, total 29.

Loading of 'REPOSRC' import package: ERROR

Import Monitor jobs: running 7, waiting 20, completed 1, failed 1, total 29.

Import Monitor jobs: running 8, waiting 19, completed 1, failed 1, total 29.

Loading of 'SMIMCONT1' import package: OK

Import Monitor jobs: running 7, waiting 19, completed 2, failed 1, total 29.

Import Monitor jobs: running 8, waiting 18, completed 2, failed 1, total 29.

Loading of 'STERM_TEXT' import package: OK

Import Monitor jobs: running 7, waiting 18, completed 3, failed 1, total 29.

Import Monitor jobs: running 8, waiting 17, completed 3, failed 1, total 29.

Loading of 'DOKCLU' import package: OK

Import Monitor jobs: running 7, waiting 17, completed 4, failed 1, total 29.

Import Monitor jobs: running 8, waiting 16, completed 4, failed 1, total 29.

Loading of 'ATAB' import package: OK

Import Monitor jobs: running 7, waiting 16, completed 5, failed 1, total 29.

Import Monitor jobs: running 8, waiting 15, completed 5, failed 1, total 29.

Loading of 'SEOSUBCODF' import package: OK

Import Monitor jobs: running 7, waiting 15, completed 6, failed 1, total 29.

Import Monitor jobs: running 8, waiting 14, completed 6, failed 1, total 29.

Loading of 'SEOCOMPODF' import package: OK

Import Monitor jobs: running 7, waiting 14, completed 7, failed 1, total 29.

Import Monitor jobs: running 8, waiting 13, completed 7, failed 1, total 29.

Loading of 'TODIR' import package: OK

Import Monitor jobs: running 7, waiting 13, completed 8, failed 1, total 29.

Import Monitor jobs: running 8, waiting 12, completed 8, failed 1, total 29.

Loading of 'SAPSPROT' import package: ERROR

Import Monitor jobs: running 7, waiting 12, completed 8, failed 2, total 29.

Loading of 'DD03L' import package: OK

Import Monitor jobs: running 6, waiting 12, completed 9, failed 2, total 29.

Loading of 'SAPSSRC' import package: ERROR

Import Monitor jobs: running 5, waiting 12, completed 9, failed 3, total 29.

Import Monitor jobs: running 6, waiting 11, completed 9, failed 3, total 29.

Import Monitor jobs: running 7, waiting 10, completed 9, failed 3, total 29.

Import Monitor jobs: running 8, waiting 9, completed 9, failed 3, total 29.

Loading of 'SAPSLOAD' import package: ERROR

Import Monitor jobs: running 7, waiting 9, completed 9, failed 4, total 29.

Import Monitor jobs: running 8, waiting 8, completed 9, failed 4, total 29.

Loading of 'SAPPOOL' import package: OK

Import Monitor jobs: running 7, waiting 8, completed 10, failed 4, total 29.

Loading of 'WDY_UI_PROPERTY' import package: OK

Import Monitor jobs: running 6, waiting 8, completed 11, failed 4, total 29.

Import Monitor jobs: running 7, waiting 7, completed 11, failed 4, total 29.

Import Monitor jobs: running 8, waiting 6, completed 11, failed 4, total 29.

Loading of 'SAPSDOCU' import package: OK

Import Monitor jobs: running 7, waiting 6, completed 12, failed 4, total 29.

Loading of 'SAPSLEXC' import package: OK

Import Monitor jobs: running 6, waiting 6, completed 13, failed 4, total 29.

Loading of 'SAPCLUST' import package: OK

Import Monitor jobs: running 5, waiting 6, completed 14, failed 4, total 29.

Import Monitor jobs: running 6, waiting 5, completed 14, failed 4, total 29.

Import Monitor jobs: running 7, waiting 4, completed 14, failed 4, total 29.

Import Monitor jobs: running 8, waiting 3, completed 14, failed 4, total 29.

Loading of 'SAPDDIM' import package: OK

Import Monitor jobs: running 7, waiting 3, completed 15, failed 4, total 29.

Loading of 'SAPDFACT' import package: OK

Import Monitor jobs: running 6, waiting 3, completed 16, failed 4, total 29.

Loading of 'SAPDODS' import package: OK

Import Monitor jobs: running 5, waiting 3, completed 17, failed 4, total 29.

Import Monitor jobs: running 6, waiting 2, completed 17, failed 4, total 29.

Import Monitor jobs: running 7, waiting 1, completed 17, failed 4, total 29.

Loading of 'SAP0000' import package: OK

Import Monitor jobs: running 6, waiting 1, completed 18, failed 4, total 29.

Loading of 'SAPUSER' import package: OK

Import Monitor jobs: running 5, waiting 1, completed 19, failed 4, total 29.

Loading of 'SAPSDIC' import package: OK

Import Monitor jobs: running 4, waiting 1, completed 20, failed 4, total 29.

Loading of 'SAPAPPL1' import package: ERROR

Import Monitor jobs: running 3, waiting 1, completed 20, failed 5, total 29.

Loading of 'SAPSSEXC' import package: ERROR

Import Monitor jobs: running 2, waiting 1, completed 20, failed 6, total 29.

Loading of 'SAPAPPL0' import package: ERROR

Import Monitor jobs: running 1, waiting 1, completed 20, failed 7, total 29.

Loading of 'SAPAPPL2' import package: ERROR

Import Monitor jobs: running 0, waiting 1, completed 20, failed 8, total 29.

ERROR      2013-05-30 16:13:59.491
        
CJSlibModule::writeError_impl()

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

ERROR      2013-05-30 16:14:01.737
[sixxcstepexecute.cpp:937]

FCO-00011  The step runMigrationMonitor with step key
|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|abapload|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor
was executed with status ERROR ( Last error reported by the step: Program
'Migration Monitor' exits with error code 103. For details see log file(s)
import_monitor.java.log, import_monitor.log.).

INFO       2013-05-30 16:14:03.534
[syuxcpath.cpp:471]

        
CSyPath::createFile() lib=syslib module=syslib
Creating file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/__instana_tmp.xml.

INFO       2013-05-30 16:14:08.113
[syuxcpath.cpp:509]
        
CSyPath::createDirectory() lib=syslib module=syslib
Creating directory
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING.

INFO       2013-05-30 16:14:08.114 [syxxcdir.cpp:355]

         
CSyDirectoryImpl::copy(const CSyPath &
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP,
ISyNode::CopyMoveMode_t 0x1ISyProgressObserver* )

           lib=syslib
module=syslib

Copying directory /usr/sap/mediabw73/SPM2/COMMON/REPORTING to:
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING.
INFO       2013-05-30 16:14:08.140
[syuxcfile.cpp:602]
         
CSyFileImpl::copy(const CSyPath &
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING, ISyNode::CopyMoveMode_t
0x1, ISyProgressObserver*) const 

           lib=syslib
module=syslib
Copied file '/usr/sap/mediabw73/SPM2/COMMON/REPORTING/report.template.xml' to
'/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING'.
INFO       2013-05-30 16:14:08.151
[syuxcfile.cpp:602]
         
CSyFileImpl::copy(const CSyPath &
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING,
ISyNode::CopyMoveMode_t 0x1, ISyProgressObserver*) const 
           lib=syslib
module=syslib

Copied file
'/usr/sap/mediabw73/SPM2/COMMON/REPORTING/jspm_deployStatusRender.xsl' to
'/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING'.

INFO       2013-05-30 16:14:08.160
[syuxcfile.cpp:602]
         
CSyFileImpl::copy(const CSyPath & /tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING,
ISyNode::CopyMoveMode_t 0x1, ISyProgressObserver*) const 

           lib=syslib
module=syslib

Copied file '/usr/sap/mediabw73/SPM2/COMMON/REPORTING/filter.xml' to
'/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING'.
INFO       2013-05-30 16:14:08.169
[syuxcfile.cpp:602]
        
CSyFileImpl::copy(const CSyPath &
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING,
ISyNode::CopyMoveMode_t 0x1, ISyProgressObserver*) const 
           lib=syslib
module=syslib

Copied file '/usr/sap/mediabw73/SPM2/COMMON/REPORTING/UndeploymentResults.xsl'
to '/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING'.

INFO       2013-05-30 16:14:08.182 [syuxcfile.cpp:602]

         
CSyFileImpl::copy(const CSyPath &
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING,
ISyNode::CopyMoveMode_t 0x1, ISyProgressObserver*) const 

           lib=syslib
module=syslib

Copied file '/usr/sap/mediabw73/SPM2/COMMON/REPORTING/DeployStatusRender_sapinst.xsl'
to '/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING'.

INFO       2013-05-30 16:14:08.191
[syuxcfile.cpp:602]
        
CSyFileImpl::copy(const CSyPath & /tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING,
ISyNode::CopyMoveMode_t 0x1, ISyProgressObserver*) const 

           lib=syslib
module=syslib

Copied file '/usr/sap/mediabw73/SPM2/COMMON/REPORTING/common_templates.xsl' to
'/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING'.
INFO       2013-05-30 16:14:08.197
[syuxcfile.cpp:602]
        
CSyFileImpl::copy(const CSyPath &
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING,
ISyNode::CopyMoveMode_t 0x1, ISyProgressObserver*) const 

           lib=syslib
module=syslib

Copied file
'/usr/sap/mediabw73/SPM2/COMMON/REPORTING/DeployStatusRender_Short_sapinst.xsl'
to '/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING'.

INFO       2013-05-30 16:14:08.312
[syuxcfile.cpp:602]

         
CSyFileImpl::copy(const CSyPath &
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING,
ISyNode::CopyMoveMode_t 0x1, ISyProgressObserver*) const 

           lib=syslib
module=syslib

Copied file '/usr/sap/mediabw73/SPM2/COMMON/REPORTING/scadata.xml' to
'/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING'.



INFO       2013-05-30 16:14:08.317
[syuxcfile.cpp:602]

         
CSyFileImpl::copy(const CSyPath &
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING,
ISyNode::CopyMoveMode_t 0x1, ISyProgressObserver*) const 

           lib=syslib
module=syslib

Copied file '/usr/sap/mediabw73/SPM2/COMMON/REPORTING/logs.template' to
'/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING'.



INFO       2013-05-30 16:14:08.324
[syuxcfile.cpp:602]

         
CSyFileImpl::copy(const CSyPath &
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING,
ISyNode::CopyMoveMode_t 0x1, ISyProgressObserver*) const 

           lib=syslib
module=syslib

Copied file '/usr/sap/mediabw73/SPM2/COMMON/REPORTING/OverallStatus.xsl' to
'/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING'.



INFO       2013-05-30 16:14:08.380
[syuxcfile.cpp:602]

         
CSyFileImpl::copy(const CSyPath & /tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING,
ISyNode::CopyMoveMode_t 0x1, ISyProgressObserver*) const 

           lib=syslib
module=syslib

Copied file '/usr/sap/mediabw73/SPM2/COMMON/REPORTING/filter_multiple.xml' to
'/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING'.



INFO       2013-05-30 16:14:08.407
[syuxcpath.cpp:471]

         
CSyPath::createFile() lib=syslib module=syslib

Creating file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/loginquirer.properties.



INFO       2013-05-30 16:14:08.430
[syuxcpath.cpp:471]

         
CSyPath::createFile() lib=syslib module=syslib

Creating file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/loginquirer.properties.escaped.



INFO       2013-05-30 16:14:08.442 [syuxcfile.cpp:273]

         
CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

           lib=syslib
module=syslib

Removed file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/loginquirer.properties.



INFO       2013-05-30 16:14:08.524 [syuxcpath.cpp:471]

         
CSyPath::createFile() lib=syslib module=syslib

Creating file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/java.log.



INFO       2013-05-30 16:14:08.822

         
CJSlibModule::writeInfo_impl()

Output of /tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/sapjvm/sapjvm_6/bin/java
-classpath /tmp/sapinst_exe.3318.1369942895/JAR/loginquirer.jar
com.sap.sdt.loginquirer.LogInquirerMain -p loginquirer.properties -c
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING/filter.xml
-o TroubleTicketResults.xml -t
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING/report.template.xml
is written to the logfile java.log.



INFO       2013-05-30 16:14:19.320

         
CJSlibModule::writeInfo_impl()

Execution of the command
"/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/sapjvm/sapjvm_6/bin/java
-classpath /tmp/sapinst_exe.3318.1369942895/JAR/loginquirer.jar
com.sap.sdt.loginquirer.LogInquirerMain -p loginquirer.properties -c /tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING/filter.xml
-o TroubleTicketResults.xml -t
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING/report.template.xml"
finished with return code 0. Output:

*_LOGS macro: Cannot find logs template file /info.logs.template

*_LOGS macro: Cannot find logs template file /info.logs.template

*_LOGS macro: Cannot find logs template file /info.logs.template

*_LOGS macro: Cannot find logs template file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/DeployInfo.html

*_LOGS macro: Cannot find logs template file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/export_time.html

*_LOGS macro: Cannot find logs template file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/import_time.html

*_LOGS macro: Cannot find logs template file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/UndeploymentResultsFirst.html

*_LOGS macro: Cannot find logs template file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/DeploymentResults.html

*_LOGS macro: Cannot find logs template file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/DeploymentResults_1.html

*_LOGS macro: Cannot find logs template file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/UndeploymentResultsSecond.html

*_LOGS macro: Cannot find logs template file undefined/JspmAnalysis.html

*_LOGS macro: Cannot find logs template file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/CEScanInboxResult.html



INFO       2013-05-30 16:14:19.369
[syuxcpath.cpp:471]

         
CSyPath::createFile() lib=syslib module=syslib

Creating file
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/java.log.



INFO       2013-05-30 16:14:19.641

         
CJSlibModule::writeInfo_impl()

Output of /tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/sapjvm/sapjvm_6/bin/java
-classpath /tmp/sapinst_exe.3318.1369942895/JAR/loginquirer.jar
com.sap.sdt.loginquirer.JavaTransformer -in TroubleTicketResults.xml -style
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING/OverallStatus.xsl
-out LogAnalyzer.html -Dstatus=error
-Dkeydb_xml=/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/keydb.xml
-Dinstana_xml=/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/__instana_tmp.xml
is written to the logfile java.log.



INFO       2013-05-30 16:14:24.045

         
CJSlibModule::writeInfo_impl()

Execution of the command
"/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/sapjvm/sapjvm_6/bin/java
-classpath /tmp/sapinst_exe.3318.1369942895/JAR/loginquirer.jar
com.sap.sdt.loginquirer.JavaTransformer -in TroubleTicketResults.xml -style
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING/OverallStatus.xsl
-out LogAnalyzer.html -Dstatus=error -Dkeydb_xml=/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/keydb.xml
-Dinstana_xml=/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/__instana_tmp.xml"
finished with return code 0. Output:

INFO: Starting to transform 'TroubleTicketResults.xml' to 'LogAnalyzer.html'
using stylesheet
'/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/REPORTING/OverallStatus.xsl'.

INFO: Input parameters:

    status=error

  
instana_xml=/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/__instana_tmp.xml

    keydb_xml=/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/keydb.xml

INFO: Transformation finished.



May 30, 2013 11:54:57 PM [Info]: >>    :  
[140736841762560]   23:54:57    ***Warning: Potential
spurious wakeup occurred at object <0x0000000015477bd0> (a
java.awt.EventQueue), awaking thread "AWT-EventQueue-0"
tid=0x00007ffff0b97fa0.

May 30, 2013 11:54:57 PM [Info]: >> "AWT-EventQueue-0"
cpu=1713860.00 [reset 1713860.00] ms allocated=5968724512 B (5.56 GB) [reset
5968724512 B (5.56 GB)] defined_classes=330

May 30, 2013 11:54:57 PM [Info]: >> io= file i/o: 3847/127 B, net i/o:
0/0 B, files opened:2, socks opened:0  [reset file i/o: 3847/127 B, net
i/o: 0/0 B, files opened:2, socks opened:0 ]

May 30, 2013 11:54:57 PM [Info]: >> prio=10 tid=0x00007ffff0b97fa0
nid=0xd5a runnable  [_thread_in_vm (_running),
stack(0x00007fffd965c000,0x00007fffd975d000)

May 30, 2013 11:54:58 PM [Info]: >> ] [0x00007fffd975b000]

May 30, 2013 11:54:58 PM [Info]: >>  
java.lang.Thread.State: WAITING (on object monitor)

May 30, 2013 11:54:58 PM [Info]: >>     at
java.lang.Object.wait(J)V(Native Method)

May 30, 2013 11:54:58 PM [Info]: >>     - waiting on
<0x0000000015477bd0> (a java.awt.EventQueue)

May 30, 2013 11:54:58 PM [Info]: >>     at
java.lang.Object.wait()V(Object.java:485)

May 30, 2013 11:54:58 PM [Info]: >>     at
java.awt.EventQueue.getNextEvent()Ljava/awt/AWTEvent;(EventQueue.java:485)

May 30, 2013 11:54:58 PM [Info]: >>     - locked
<0x0000000015477bd0> (a java.awt.EventQueue)

May 30, 2013 11:54:58 PM [Info]: >>     at
java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z(EventDispatchThread.java:236)

May 30, 2013 11:54:58 PM [Info]: >>     at
java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V(EventDispatchThread.java:184)

May 30, 2013 11:54:58 PM [Info]: >>     at
java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V(EventDispatchThread.java:174)

May 30, 2013 11:54:58 PM [Info]: >>     at
java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V(EventDispatchThread.java:169)

May 30, 2013 11:54:58 PM [Info]: >>     at
java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V(EventDispatchThread.java:161)

May 30, 2013 11:54:58 PM [Info]: >>     at
java.awt.EventDispatchThread.run()V(EventDispatchThread.java:122)

 

AND this is the REPOSRC.log

 

 

 

/usr/sap/BPA/SYS/exe/uc/linuxx86_64/R3load:
START OF LOG: 20130530154529



/usr/sap/BPA/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id:
//bas/720_REL/src/R3ld/R3load/R3ldmain.c#17 $ SAP

/usr/sap/BPA/SYS/exe/uc/linuxx86_64/R3load: version R7.20/V1.4 [UNICODE]

Compiled Jan 15 2013 18:27:27

/usr/sap/BPA/SYS/exe/uc/linuxx86_64/R3load -ctf I
/usr/sap/mediabw73/51043205/DATA_UNITS/EXP1/DATA/REPOSRC.STR
/tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/STD/ABAP/DDLSYB.TPL
REPOSRC.TSK SYB -l REPOSRC.log





/usr/sap/BPA/SYS/exe/uc/linuxx86_64/R3load: job completed

/usr/sap/BPA/SYS/exe/uc/linuxx86_64/R3load: END OF LOG: 20130530154529



/usr/sap/BPA/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20130530154529



/usr/sap/BPA/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id:
//bas/720_REL/src/R3ld/R3load/R3ldmain.c#17 $ SAP

/usr/sap/BPA/SYS/exe/uc/linuxx86_64/R3load: version R7.20/V1.4 [UNICODE]

Compiled Jan 15 2013 18:27:27

/usr/sap/BPA/SYS/exe/uc/linuxx86_64/R3load -i REPOSRC.cmd -dbcodepage 4103 -l
REPOSRC.log -c 99000000 -loadprocedure fast



(DB) INFO: connected to DB

(SQL) INFO: Searching for SQL file SQLFiles.LST

(SQL) INFO: SQLFiles.LST not found

(SQL) INFO: Searching for SQL file /usr/sap/mediabw73/51043205/DATA_UNITS/EXP1/DB/SQLFiles.LST

(SQL) INFO: /usr/sap/mediabw73/51043205/DATA_UNITS/EXP1/DB/SQLFiles.LST not
found

(SQL) INFO: Searching for SQL file SSEXC.SQL

(SQL) INFO: SSEXC.SQL not found

(SQL) INFO: Searching for SQL file /usr/sap/mediabw73/51043205/DATA_UNITS/EXP1/DB/SYB/SSEXC.SQL

(SQL) INFO: /usr/sap/mediabw73/51043205/DATA_UNITS/EXP1/DB/SYB/SSEXC.SQL not
found

(DB) INFO: REPOSRC created

(SYB_IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed

  rc = 99, table "REPOSRC"

  (SQL error 0)

  error message returned by DbSl:

[ASE Error SQL208:42000]DBPROPERTIES not found. Specify owner.objectname or use
sp_help to check whether the object exists (sp_help may produce lots of
output).



(IMP) ERROR: ExeFastload: rc = 2

(DB) ERROR: failed to load table "REPOSRC", index
"REPOSRC~0" is not created.

(DB) ERROR: failed to load table "REPOSRC", index
"REPOSRC~SPM" is not created.

(DB) INFO: disconnected from DB



/usr/sap/BPA/SYS/exe/uc/linuxx86_64/R3load: job finished with 3 error(s)

/usr/sap/BPA/SYS/exe/uc/linuxx86_64/R3load: END OF LOG: 20130530154539

 

 

Thanks in advance!!

System copy Guide

$
0
0

Dear All,

 

Our current System is on Linux 5 and oracle 10g , below are the support pack levels .

We are on SAP ECC 6.0 . We would like to perform the pre-production system copy on to Linux 6 and Oracle version 11g using SAPINST installation master . Please guide me in identifying the SYSTEM COPY GUIDE and Installation master .

 

Note :

We do not want to use software provisioning manager 1.0

 

1. Can i consider the above system copy as heterogeneous ?

 

SAP_BASIS70027SAPKB70027SAP Basis Component
SAP_ABA70027SAPKA70027Cross-Application Component
PI_BASIS2006_1_70017SAPKIPYM17Basis Plug-In (PI_BASIS) 2006_1_700
ST-PI2008_1_7007SAPKITLRD7SAP Solution Tools Plug-In
SAP_BW70029SAPKW70029SAP NetWeaver BI 7.0
SAP_AP70027SAPKNA7027SAP Application Platform
SAP_APPL60310SAPKH60310Logistics and Accounting
SAP_HR60022SAPKE60022Human Resources

Thank you.

Regard's

Sai



Where to download NWDS for NW7.4

$
0
0

Hi everyone,

We are using NW7.4 now, but we can't find a suitable NWDS to develop a process project. Since we can't find a suitable NWDS version for NW7.4, we are now using NWDS 7.3 SP09 PAT0004. But while deploying a process project, there comes error: BPM build version not compatible with the runtime version.

Is there a suitable version of NWDS working with NW7.4?

Where can I find it?

 

Thank you all.

Netweaver 7.3 interoperate with Websphere MQ Error

$
0
0

Hi,

 

I was having problem to make my MDB (MessageDrivenBean) to listen to Websphere Queue. I have created all jms resources accordingly, but still encountered exception : javax.jms.InvalidDestinationException: queue:///CRRS.BROKER.REQ.UPD.03.

 

-


 

#2.0 #2019 10 06 18:52:20:914#+0800#Warning#com.sap.jms.resourceadapter.RaActivation#

#BC-JAS-JMS#jms#C0007F00000101E2000000CA0000161C#22411250000000044##com.sap.jms.resourceadapter.RaActivation#Administrator#72##6B2BDCD600A31004BF1FACB5979ACAC2#6b2bdcd600a31004bf1facb5979acac2#6b2bdcd600a31004bf1facb5979acac2#0#Thread[RMI/IIOP Worker [2],5,Dedicated_Application_Thread]#Plain##

Attempt to activate endpoint has failed. Attempt number 0#

 

#2.0 #2019 10 06 18:52:20:914#+0800#Error#com.sap.jms.resourceadapter.ResourceAdapterImpl#

com.sap.ASJ.jms.000002#BC-JAS-JMS#jms#C0007F00000101E2000000CC0000161C#22411250000000044##com.sap.jms.resourceadapter.ResourceAdapterImpl#Administrator#72##6B2BDCD600A31004BF1FACB5979ACAC2#6b2bdcd600a31004bf1facb5979acac2#6b2bdcd600a31004bf1facb5979acac2#0#Thread[RMI/IIOP Worker [2],5,Dedicated_Application_Thread]#Plain##

There were problems initializing a Message-Driven Bean (MDB) of application sap.com/CRRSRatingEAR. No messages will be delivered to it. For more details, refer to the trace file.#

 

#2.0 #2019 10 06 18:52:20:915#+0800#Error#com.sap.jms.resourceadapter.ResourceAdapterImpl#

#BC-JAS-JMS#jms#C0007F00000101E2000000CD0000161C#22411250000000044##com.sap.jms.resourceadapter.ResourceAdapterImpl#Administrator#72##6B2BDCD600A31004BF1FACB5979ACAC2#6b2bdcd600a31004bf1facb5979acac2#6b2bdcd600a31004bf1facb5979acac2#0#Thread[RMI/IIOP Worker [2],5,Dedicated_Application_Thread]#Plain##

ActivationSpec could not be deployed/started due to internal problem, clean up will be performed, the activation spec was  applicationName=sap.com/CRRSRatingEAR,connectionFactoryName : QCF_1,mAcknowledgeMode : null,maxPoolSize : 50,mClientId : null,mDestinationName : CRRS.BROKER.REQ.UPD.03,mDestinationType : javax.jms.Queue,minPoolSize : 0,mMessageSelector : null,mSubscriptionDurability : null,mSubscriptionName : null,mSAPMDBFailoverActivation : FALSE,mReconnectAttempts : 30,mSleepBetweenAttempts : 5000,mParallelConsumers : 1

[EXCEPTION]

javax.resource.spi.UnavailableException: Could not activate endpoint for the configured number of attempts

     at com.sap.jms.resourceadapter.RaActivation.activate(RaActivation.java:193)

     at com.sap.jms.resourceadapter.ResourceAdapterImpl.endpointActivation(ResourceAdapterImpl.java:130)

     at com.sap.engine.services.connector.jca15.EndpointActivationImpl.activateEndpoint(EndpointActivationImpl.java:608)

     at com.sap.engine.services.connector.jca15.EndpointActivationImpl.findResourceAdapterByName(EndpointActivationImpl.java:156)

     at com.sap.engine.services.connector.jca15.EndpointActivationImpl.findAdapter(EndpointActivationImpl.java:95)

     at com.sap.engine.services.connector.jca15.EndpointActivationImpl.activateEndpoint(EndpointActivationImpl.java:68)

     at com.sap.engine.services.ejb3.facades.internal.impl.server.MessagingFacadeImpl.activateEndpoint(MessagingFacadeImpl.java:43)

     at com.sap.engine.services.ejb3.runtime.impl.Actions_MDBEndpointActivation.perform(Actions_MDBEndpointActivation.java:75)

     at com.sap.engine.services.ejb3.container.CompositeAction.perform(CompositeAction.java:84)

     at com.sap.engine.services.ejb3.container.ApplicationStarter.perform(ApplicationStarter.java:206)

     at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl$Actions.perform(ContainerInterfaceImpl.java:912)

     at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl.prepareStart(ContainerInterfaceImpl.java:438)

     at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.prepareStart(ContainerWrapper.java:508)

     at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:279)

     at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:242)

     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:435)

     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:478)

     at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesSequentially(ParallelAdapter.java:315)

     at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhases(StartTransaction.java:669)

     at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:2814)

     at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationOnInstanceWait(DeployServiceImpl.java:3191)

     at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationOnInstanceAndWaitAuth(DeployServiceImpl.java:3353)

     at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:2726)

     at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:109)

     at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:80)

     at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:48)

     at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)

     at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:108)

     at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:72)

     at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:1138)

     at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:1027)

     at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:815)

     at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deployInternal(DeployerImpl.java:450)

     at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:224)

     at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:904)

     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:459)

     at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69)

     at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:72)

     at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:43)

     at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:983)

     at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:59)

     at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:55)

     at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)

     at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)

     at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)

Caused by: javax.jms.InvalidDestinationException: queue:///CRRS.BROKER.REQ.UPD.03

     at com.sap.jms.client.session.JMSSession.createConsumer(JMSSession.java:381)

     at com.sap.jms.client.connection.JMSConnectionConsumer.<init>(JMSConnectionConsumer.java:37)

     at com.sap.jms.client.connection.Connection.createConnectionConsumer(Connection.java:170)

     at com.sap.jms.resourceadapter.RaActivation.setUpConnectionConsumer(RaActivation.java:221)

     at com.sap.jms.resourceadapter.RaActivation.activate(RaActivation.java:162)

     ... 44 more

-


 

After I increased the log level, I noticed there was failure in jndi lookup for the queue and connection factory. I check the jndi lookup from NWA, it is available (eg. jms_vendor_queues_local/sap.com/CRRSRatingEAR/CRRS.BROKER.REQ.UPD.02)

 

-


#2.0 #2019 10 06 18:52:20:595#+0800#Info#com.sap.jms.resourceadapter.ResourceAdapterImpl#

#BC-JAS-JMS#jms#C0007F00000101E2000000AE0000161C#22411250000000044##com.sap.jms.resourceadapter.ResourceAdapterImpl#Administrator#72##6B2BDCD600A31004BF1FACB5979ACAC2#6b2bdcd600a31004bf1facb5979acac2#6b2bdcd600a31004bf1facb5979acac2#0#Thread[RMI/IIOP Worker [2],5,Dedicated_Application_Thread]#Plain##

Starting activation of JMS resource adapter endpoint factory. ActivationSpec is :  applicationName=sap.com/CRRSRatingEAR,connectionFactoryName : QCF_1,mAcknowledgeMode : null,maxPoolSize : 50,mClientId : null,mDestinationName : CRRS.BROKER.REQ.UPD.02,mDestinationType : javax.jms.Queue,minPoolSize : 0,mMessageSelector : null,mSubscriptionDurability : null,mSubscriptionName : null,mSAPMDBFailoverActivation : FALSE,mReconnectAttempts : 30,mSleepBetweenAttempts : 5000,mParallelConsumers : 1#

 

#2.0 #2019 10 06 18:52:20:641#+0800#Info#com.sap.jms.resourceadapter.RaActivation#

#BC-JAS-JMS#jms#C0007F00000101E2000000AF0000161C#22411250000000044##com.sap.jms.resourceadapter.RaActivation#Administrator#72##6B2BDCD600A31004BF1FACB5979ACAC2#6b2bdcd600a31004bf1facb5979acac2#6b2bdcd600a31004bf1facb5979acac2#0#Thread[RMI/IIOP Worker [2],5,Dedicated_Application_Thread]#Plain##

Attempt for lookup of destination failed. That could happen for 6.40 applications without application name.An attempt will be performed without the application name. The JNDI name is : jms_vendor_queues_local/sap.com/CRRSRatingEAR/CRRS.BROKER.REQ.UPD.02#

 

#2.0 #2019 10 06 18:52:20:646#+0800#Info#com.sap.jms.resourceadapter.RaActivation#

#BC-JAS-JMS#jms#C0007F00000101E2000000B00000161C#22411250000000044##com.sap.jms.resourceadapter.RaActivation#Administrator#72##6B2BDCD600A31004BF1FACB5979ACAC2#6b2bdcd600a31004bf1facb5979acac2#6b2bdcd600a31004bf1facb5979acac2#0#Thread[RMI/IIOP Worker [2],5,Dedicated_Application_Thread]#Plain##

Performing JNDI lookup for obtaining connectionFactory : jms_vendor_factory_local/sap.com/CRRSRatingEAR/QCF_1#

 

#2.0 #2019 10 06 18:52:20:652#+0800#Info#com.sap.jms.resourceadapter.RaActivation#

#BC-JAS-JMS#jms#C0007F00000101E2000000B10000161C#22411250000000044##com.sap.jms.resourceadapter.RaActivation#Administrator#72##6B2BDCD600A31004BF1FACB5979ACAC2#6b2bdcd600a31004bf1facb5979acac2#6b2bdcd600a31004bf1facb5979acac2#0#Thread[RMI/IIOP Worker [2],5,Dedicated_Application_Thread]#Plain##

First attempt for lookup failed. That could happen for 6.40 application without application name. We will continue with the fallback chain. The JNDI lookup is : jms_vendor_factory_local/sap.com/CRRSRatingEAR/QCF_1#

 

#2.0 #2019 10 06 18:52:20:652#+0800#Info#com.sap.jms.resourceadapter.RaActivation#

#BC-JAS-JMS#jms#C0007F00000101E2000000B20000161C#22411250000000044##com.sap.jms.resourceadapter.RaActivation#Administrator#72##6B2BDCD600A31004BF1FACB5979ACAC2#6b2bdcd600a31004bf1facb5979acac2#6b2bdcd600a31004bf1facb5979acac2#0#Thread[RMI/IIOP Worker [2],5,Dedicated_Application_Thread]#Plain##

Performing JNDI lookup for obtaining connectionFactory : jms_vendor_factory_global/QCF_1#

 

#2.0 #2019 10 06 18:52:20:652#+0800#Warning#com.sap.jms.resourceadapter.RaActivation#

#BC-JAS-JMS#jms#C0007F00000101E2000000B30000161C#22411250000000044##com.sap.jms.resourceadapter.RaActivation#Administrator#72##6B2BDCD600A31004BF1FACB5979ACAC2#6b2bdcd600a31004bf1facb5979acac2#6b2bdcd600a31004bf1facb5979acac2#0#Thread[RMI/IIOP Worker [2],5,Dedicated_Application_Thread]#Plain##

Attempt for lookup without application name failed. An attempt will be performed to use the default connectionFactory instead of the one supplied during deployment. The JNDI name is : jms_vendor_factory_global/QCF_1#

 

#2.0 #2019 10 06 18:52:20:652#+0800#Debug#com.sap.jms.resourceadapter.RaActivation#

#BC-JAS-JMS#jms#C0007F00000101E2000000B40000161C#22411250000000044##com.sap.jms.resourceadapter.RaActivation#Administrator#72##6B2BDCD600A31004BF1FACB5979ACAC2#6b2bdcd600a31004bf1facb5979acac2#6b2bdcd600a31004bf1facb5979acac2#0#Thread[RMI/IIOP Worker [2],5,Dedicated_Application_Thread]#Plain##

Will try to lookup factory with lookupString jmsfactory/default/QueueConnectionFactory#

 

#2.0 #2019 10 06 18:52:20:653#+0800#Info#com.sap.jms.resourceadapter.RaActivation#

#BC-JAS-JMS#jms#C0007F00000101E2000000B50000161C#22411250000000044##com.sap.jms.resourceadapter.RaActivation#Administrator#72##6B2BDCD600A31004BF1FACB5979ACAC2#6b2bdcd600a31004bf1facb5979acac2#6b2bdcd600a31004bf1facb5979acac2#0#Thread[RMI/IIOP Worker [2],5,Dedicated_Application_Thread]#Plain##

Performing JNDI lookup for obtaining connectionFactory : jmsfactory/default/QueueConnectionFactory#

 

#2.0 #2019 10 06 18:52:20:846#+0800#Debug#com.sap.jms.resourceadapter.RaActivation#

#BC-JAS-JMS#jms#C0007F00000101E2000000B60000161C#22411250000000044##com.sap.jms.resourceadapter.RaActivation#Administrator#72##6B2BDCD600A31004BF1FACB5979ACAC2#6b2bdcd600a31004bf1facb5979acac2#6b2bdcd600a31004bf1facb5979acac2#0#Thread[RMI/IIOP Worker [2],5,Dedicated_Application_Thread]#Plain##

JMS version is 1.1#

 

#2.0 #2019 10 06 18:52:20:846#+0800#Debug#com.sap.jms.resourceadapter.RaActivation#

#BC-JAS-JMS#jms#C0007F00000101E2000000B70000161C#22411250000000044##com.sap.jms.resourceadapter.RaActivation#Administrator#72##6B2BDCD600A31004BF1FACB5979ACAC2#6b2bdcd600a31004bf1facb5979acac2#6b2bdcd600a31004bf1facb5979acac2#0#Thread[RMI/IIOP Worker [2],5,Dedicated_Application_Thread]#Plain##

Exception listener was set#

-


 

I have run out of ideas on what is wrong. Please help.

 

Thanks.

DB13 jobs getting failed after upgrade

$
0
0

Hi

 

The jobs scheduled via DB13 is getting failed to schedule and below is the checkdb job log.

 

LOG:

 

BR0801I BRCONNECT 7.20 (32)
BR0805I Start of BRCONNECT processing: celtbtfp.chk 2013-07-29 06.15.49
BR0278E Command output of 'sqlplus /nolog < /dev/null':
sh: sqlplus: not found
BR0280I BRCONNECT time stamp: 2013-07-29 06.15.50
BR0279E Return code from 'sqlplus /nolog < /dev/null': 1
BR0302E SQLPLUS call for database instance XXX failed
BR0303E Determination of Oracle version failed
BR0280I BRCONNECT time stamp: 2013-07-29 06.15.50
BR0301E SQL error -12545 at location db_connect-2, SQL statement:
'CONNECT /'
ORA-12545: Connect failed because target host or object does not exist
BR0310E Connect to database instance XXX failed

BR0806I End of BRCONNECT processing: celtbtfp.chk2013-07-29 06.15.50
BR0280I BRCONNECT time stamp: 2013-07-29 06.15.50
BR0804I BRCONNECT terminated with errors
External program terminated with exit code 3
BRCONNECT returned error status E
Job finished

 

For ORA-12545 error,I checked the node name in tnsnames.ora and its correctly defined.

 

any suggestion to resolve this issue.

 

Regards

VC

TREX on AIX 64 Bit

$
0
0

Dear Experts,

 

Can anybody clarify the TREX version on AIX OS with 64 bit.

 

We are about to install and all of sudden it came as a blow that TREX is not available on AIX 64 bit.

 

If not what is the best alternative without changing the OS.

 

Best Regards,

Srikanth S

Restrict Access of NW 7.01 AS Java HTTP Port to specific IP address

$
0
0

Dear Expert,

 

I would like to define a HTTP Port on a NW 7.01 AS Java that is only accessible from one specific source IP address. Only that specific IP address should be able to access the AS Java via HTTP. All other clients should access the system via HTTPS.

I searched the SCN, Help and SAP Notes, but I could not find any useful information that it is even possible. I know that for NW7.3 AS Java it is possible, but that's not the version we got.

 

Do you know how to configure the HTTP port on a NW 7.01 AS Java to only accept calls from one source IP?

 

Thanks a lot for your help.

BR

Fabian

Viewing all 1520 articles
Browse latest View live




Latest Images