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

How to export Excel data to table in NW 7.02 trail?

$
0
0

HI,

 

I have a data in excel sheet, which I want to import in table "Z_CRMD_orderadm_H". how do I perform that? I Googled and found few programs, who can perform this task but I failed and face these problems,

 

1) truxs_T_text_data is unknown (I declared type-pools: truxs at the beginning of my program)

2) "Text_convert_XLS_to_SAP" function doesnt exits in my system (NW 7.02 ABAP trail )

 

kindly guide how do export excel data to table  "Z_CRMD_orderadm_H"

 

thanks


Java stack refresh

$
0
0

Hi All,

 

I am doing java stack refresh from my system DSP(Dev System) to XSP(Sandbox System). Both are EP portal, NW 701

 

Till now i have done export from system DSP. I exported both DB and CI. So my next step will be to import the same dump in XSP.

 

But here is my question. I did have experience of system copy and never did Java refresh....

 

My system XSP is already up and running in distributed environment. CI on one machine and DB on another. I am aware it should be similar to system copy.

 

1. In system copy our first step is to install SCS. Do i need to install SCS here again as current XSP system already has SCS instance. Do i need to jump to DB installation directly?

 

2. Second step is DB installation in system copy. Here my DB already exists but i need to import the DB which i exported from DSP. Do i need to drop previous DB and then proceed? Here Inst tool is giving me message "tool detects a database running with same name and i am getting 2 options here

     a. Drop and recreate database

     b. Install as MCOD

Please explain this point here. My all the DB are installed as MCOD/Oracle. Can i select the 1st option

 

3. Third step is CI installation in system copy. Here my CI is already up and running how can i install CI again? Will Inst tool will give me some different option here something like overwrite?

 

Thanks

Surojit

how to download a file from application server to presentation server

$
0
0


Hi experts,

I want to download a file from application server to presentaion server, file contaims three fields customer name, customer email id and status..

help me out i m new into sap.

Printing SAP Document in Local Language

$
0
0

Hi Experts,

 

 

 

According to our business nature we have business (Plant) globally in

different location as Senegal, Mozambique, Ghana, Trinidad and Tobago,

Sri Lanka, Nicaragua, Netherlands and Singapore.

 

 

In future we hope this will be more, for many of the above countries

they have legal requirement that the various printing document (valuation,

purchase invoice, sales invoice etc) and balance sheet will be come in

local language.

 

could you please put some light on this issue how can we achieve this

requirement, what should we have to do and the process we have to

follow.

 

 

Thanks &,

Best Regards

Deepak Singh

NW7.3 - jsessionid not renew when session created

$
0
0

Hi Gurus,

 

I am using NW AS Java 7.3. I have a problem with the jsessionid as is not renew when a new session is created when a HTTP request with a URL contains the jsessionid. I have created a simple test case:

 

HTTP request (GET):

http://127.0.0.1:50000/login.do;jsessionid=gYArgRJKi-vPaGaS5Pm6FJ0rBFiiPwGK8H8A_SAPEnAYRDDZbFI4us7UI9Xyyn;saplb_*=(J2EE8114620)8114650

 

Login.java:

 

    protected void doGet(HttpServletRequest request, HttpServletResponse response)

        throws ServletException, IOException {

        response.setContentType("text/html");

 

        PrintWriter out = response.getWriter();

        out.println("<html><body>Logging on");

 

        HttpSession session = request.getSession(false);

        if (session != null) {

            session.invalidate();

        }

 

        out.println("</p>request.getSession(true);</p>");

        session = request.getSession(true);

 

        out.println("</p>session.getId()=</p>" + session.getId());

        out.println("</body></html>");

    }

 

 

Result:

 

    Logging on

 

    request.getSession(true);

 

    session.getId()=

 

    gYArgRJKi-vPaGaS5Pm6FJ0rBFiiPwGK8H8A_SAP

 

 

Meaning with the same URL, the exact same jsessionid (gYArgRJKi-vPaGaS5Pm6FJ0rBFiiPwGK8H8A_SAP) will be created always. Additionally, my business requirement requires to always use URL session tracking. Hence, I have web-j2ee-engine.xml:

    <url-session-tracking>true</url-session-tracking>

I have checked SAP note 1310561. It states that such session fixation issue have been resolved in NW 7.3. How to have the jsessionid renew when a session is created even though it is jsessionid is specified in the URL and url session tracking is always enabled?

Or it is the SessionIdRegenerationEnabled is not applicable to 'url-session-tracking = true' scenario?

 

 

Thanks a lot first. Any help will be appreciated greatly.

Update SAP EHP1 for NetWeaver 7.3 Java stack only via support package stack

$
0
0

Hi experts,

 

A question on Netweaver 7.3 Java stack.

Is there anyone using the SAP EHP1 for NetWeaver 7.3 Java stack only? I am using it and I wish to update it via support package stack. However, the SAP info () states the followings:

       

    Implementation and maintenance of SAP EHP1 for SAP NetWeaver 7.3 via SP Stacks is only possible via SAP Solution Manager's Maintenance Optimizer (MOPZ).

        https://websmp102.sap-ag.de/~form/handler?_APP=00200682500000002672&_EVENT=DISPLAY&_SCENARIO=01100035870000000122&_HIER_KEY=501100035870000015092&_HIER_KEY=601100035870000179415&_HIER_KEY=601100035870000235569&_HIER_KEY=701100035871000561809&   

 

From what I understand, since MOPZ only available on the ABAP stack, I am unable to use MOPZ. Hence, there is no way to update the Java stack via support package stack. So I can only update the AS Java via downloading individual patches in form of SCA files from "Support Packages and Patches". This too I am not so sure that I would be able to install them via Software Update Manager (SUM).

Is this understanding correct? I hope I am wrong about this.

Please correct me if I am wrong.

 

Thanks.

R3load.exe failed to connect with return code2

$
0
0

Dear Experts,

I am installing SAP netwaver 7.4 PI server on Windows server 2012 and MS SQL 2012.

This is a domain installation so infra team have created 2 users <SID>ADM and SAPService<SID> user with local admin rights.

I have installed MS SQL with windows authentication only installation and after that i was able to connect Db with SQL management studio.

As soon as i have started PI installation after SWPN created DB schema ,granted permission for users and restarted Db engine ...boom error in ABAP import phase as "R3load.exe failed to testconnect with return code2".

I have updated r3trans,r3load,dbsl lib.etc but no good also i have tried to open MS sql management studio but now it is giving error as

"unable to connect with <SID>ADM user"

 

Any suggestion or help will be highly appreciated.

 

Warm Regards,

Sumit 

Hi Friends

$
0
0

I have a requirement where user want me to create copy of LM06 tcode .. plz suggest me the ways.


Doubt about installation SAP NETWEAVER AS ABAP 7.03 TRIAL VERSION

$
0
0

Hey guys,   I need a help about installation SAP NETWEAVER AS ABAP 7.03 64 TRIAL. During installation I got the question informed on the image below. What do I have to do in this part?Print_1.jpg

FRF-00007 Unable to open RFC connection during ecc6 ehp7 import

$
0
0

Hi all

 

I am facing a problem while importing ecc6 ehp7 with sybas ase 15.7 on aix. The system is checking the user password for ddic but receiving this message in logs FRF-00007  Unable to open RFC connection. I check the system it is running but i am unable to log on through sap gui because sap gui is giving problem rabax during sap gui log on the further log detail is below:

 

INFO       2014-06-11 13:26:21.224 [iaxxrfcimp.cpp:374]

           CAbRfcImpl::setRfcConnectParam

RFC parameter CLIENT set to value 000.

 

 

INFO       2014-06-11 13:26:21.224 [iaxxrfcimp.cpp:374]

           CAbRfcImpl::setRfcConnectParam

RFC parameter USER set to value DDIC.

 

 

INFO       2014-06-11 13:26:21.225 [iaxxrfcimp.cpp:374]

           CAbRfcImpl::setRfcConnectParam

RFC parameter LCHECK set to value 1.

 

 

INFO       2014-06-11 13:26:21.225 [iaxxrfcimp.cpp:374]

           CAbRfcImpl::setRfcConnectParam

RFC parameter PCS set to value 1.

 

 

INFO       2014-06-11 13:26:21.225 [iaxxrfcimp.cpp:374]

           CAbRfcImpl::setRfcConnectParam

RFC parameter LANG set to value EN.

 

 

INFO       2014-06-11 13:26:21.226 [iaxxrfcimp.cpp:374]

           CAbRfcImpl::setRfcConnectParam

RFC parameter ASHOST set to value eccsr1as0.

 

 

INFO       2014-06-11 13:26:21.226 [iaxxrfcimp.cpp:374]

           CAbRfcImpl::setRfcConnectParam

RFC parameter SYSNR set to value 00.

 

 

INFO       2014-06-11 13:26:21.227 [iaxxrfcimp.cpp:505]

           CAbRfcImpl::checkConnectInfo

RFC connection information checked successfully.

 

 

WARNING[E] 2014-06-11 13:26:22.343 [iaxxrfcimp.cpp:418]

           CAbRfcImpl::openRfcConn

FRF-00007  Unable to open RFC connection

 

please help.

 

Regards

 

Muhammad Bilal

Local client copy with warnings and errors

$
0
0

Hi ,

 

I am doing a local client copy and is still running . There are a few large tables which have not been copied successfully and is shown under "Warnings and Error". The tables show "Program Cancel (See SM21)". In SM21 , I find the workprocess was disconnected from the database.

Now my questions is , once all the remaining tables complete , will I be given an option to repeat the copy for the failed tables only. The system is 6 TB and it is running for more than 15 days now.

 

Please suggest.

 

Regards

Ratnajit

What does this SAP error mean? recv104 NiIReadrecv nixxi.cp5087

$
0
0

I have an SAP BI Portal system and an SAP BW system.

In the Visual Administrator of the BI Portal, section 'JCo RFC Provider' I have created some RFC listeners. In the SAP BW system (in transaction SM59), I have created, tested and activated the relevant RFC connections.

When I start a JCo RFC Provider in the BI Portal the BW system that it communicates with produces these errors (displayed from SAP transaction SM21):

Operating system call recv failed (error no. 104 )

Module nam Line Error text Caller.... Reason/cal nixxi.cp
5087 recv104 NiIRead recv

Documentation for system log message Q0 I :

The specified operating system call was returned with an error. For communication calls (receive, send, etc) often the cause of errors are network problems.

It could also be a configuration problem at operating system level. (file cannot be opened, no space in the file system etc.). Additional specifications for error number 104 Name for errno number E_UNKNOWN_NO The meaning of the value stored in 'errno' is platform-dependent. The value which occurred here is unknown to the SysLog system. Either there is an incorrect error number in the SysLog message, or the tables TSLE2 or TSLE3 are not completely maintained.

Technical details

File Offset RecFm System log type Grp N variable message data

6 410220 m Error (Function,Module,Row) Q0 I recv104 NiIReadrecv nixxi.cp5087

There is plenty of space left in the file system, the servers can ping each other and there is no firewall between the servers. The tables (TSLE2 or TSLE3) mentioned in the error message do not provide any additional information.

Please can you tell me if this error message refers to something specific, or if it is generic:

recv104 NiIReadrecv nixxi.cp5087

BPC Service Pack Upgrade

$
0
0

Hi -

 

I am currently supporting BPC 7.5 NW on Service Pack 07.

 

The Basis team on my project has confirmed that our sandbox environment for BPC is on SP13. However, when I log onto this environment, there is no prompt to install the upgrade, and it appears that I am still on SP07.

 

Are there specific steps the Basis team should perform to enable the install prompt from the front end, and if so what are they?

 

Also, assuming I am able to install for sandbox, will I be able to easily revert back to the older SP on the other environments?


Thank you.

ABAP program parallel processing

$
0
0

Dear team,

 

(Not sure if I have opened this message at correct place)

 

We have A program (forecasting that is related to Production planning). It runs country wise.

 

We have it running for Country XYZ where there are many plants; the job runs without any glitch to system.

 

Same program runs for another country at different time. (with different variant). Problem arises here..... All the dialog work process gets clogged with the Sequential read of table swequeue. Also Internal RFC destinations (those pointing towards Application server of ECC and 'NONE') get occupied in SM58.

 

When this job runs; It is impossible to login to system or even put another tcode. (simply system has no free dialog work process).

 

What could be reason ? in sm58 I see that all transaction are either running or recorded or error like Comm. table full (that is cause gateway comm. limit)

 

All I see in SM58 is the Function module IDOCs_OUTPUT_VIA_XML_HTTP is running in parallel.

 

Please help.

 

Regards,

 

Arthur

timestamp.max.clock.skew property

$
0
0

Hello Experts,

 

Please suggest what is the use of "timestamp.max.clock.skew" property for service component "tc~sec~wssec~service" (Web Service Security).

And, if the value is given in milliseconds or seconds?

 

Thanks & Regards,

Ankit Srivastava


How to delete DC from a track.

$
0
0

Hello,

 

I have a track with some DCs in it that I no longer need. How do I delete them?

 

I assumed that it would be done from the Development Configuration Perspective but I can't figure out how. The other option I thought of is that a WAS admin would have to do it but we don't know how.

 

Any help would be greatly appreciated.

 

David

SAP LDAP report RSLDAPSYNC_USER not displaying the user after execution

$
0
0

Hi Experts,

 

I am facing an issue regarding the SAP LDAP connection. I have configured 'LDAP' and 'LDAPMAP' transaction perfectly. The LDAP server is green with valid logon credentials and password of the user SAP_LDAP created in MS Active directory server (including distinguished name, host-name etc.). Yet while executing the ABAP report RSLDAPSYNC_USER, I am not getting the result I want.

 

That is, firstly, I cannot see the test user 'SAPSSOTEST1' created in active directory in the concluding screen for the mentioned ABAP report in SE38.

 

Secondly, when I go to SU01 in the SAP Solution Manager server (also contains the CUA and LDAP server), I cannot see the display of the user. It gives me the message that 'user SAPSSOTEST1 does not exist. Kindly help me out here. Its really urgent for me as this issue has been dragging for quite some time.

 

Alternative, please suggest me If I should set the parameter ldap/autoregister=1 in default profile?

 

Also, if there are any settings which need to be maintained in MS Active directory server? This is because I have come across a document in SAP SCN for maintaining entries for SAP server (Solution Manager here) in the MS AD server. I have attached the configuration file where the SAP system entries must be maintained in MS AD server obtained from SAP SCN website. I am not an expert in other Microsoft products except MS SQL server as database in SAP systems.

 

Please be assured that points will be awarded generously for all who contribute to resolving this issue. I await your inputs and responses as I need to wrap this issue on ASAP basis.

 

Thanks,

M. Nizam

sap.com/com.sap.aii.af.app startup failed

$
0
0

Hi,I cross a problem about PI. The system startup is normal,But some java applications startup failed. ie.

There error information as blow:

javax.management.RuntimeMBeanException: com.sap.engine.services.ejb3.runtime.impl.refmatcher.EJBResolvingException: Cannot start application sap.com/com.sap.aii.af.app; nested exception is: java.rmi.RemoteException: ASJ.dpl_ds.006125 Error occurred while starting application locally and wait.; nested exception is:

  com.sap.engine.services.jmsconnector.exceptions.BaseDeploymentException: Invalid factory type: LicenseAggregationQueueFactory -> com.sap.jms.client.rmi.RMIConnectionFactory. Possible reasons: 1) The object is not an instance of the allowed JMS factory types. 2) JMS api class used in the jms connector is loaded from different classloader than the one used in the application. Remove javax.jms.* and javax.resource.* classes from your library or set references from your library to library:j2eeca and library:jms.

  at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:856)

  at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:869)

  at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:670)

  at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:639)

  at com.sap.pj.jmx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java:662)

  at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.getAttribute(MBeanServerWrapperInterceptor.java:181)

  at com.sap.engine.services.jmx.CompletionInterceptor.getAttribute(CompletionInterceptor.java:449)

  at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.getAttribute(BasicMBeanServerInterceptor.java:169)

  at com.sap.jmx.provider.ProviderInterceptor.getAttribute(ProviderInterceptor.java:224)

  at com.sap.engine.services.jmx.RedirectInterceptor.getAttribute(RedirectInterceptor.java:232)

  at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.getAttribute(MBeanServerInterceptorChain.java:161)

  at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.getAttribute(MBeanServerSecurityWrapper.java:235)

  at com.sap.engine.services.jmx.ClusterInterceptor.getAttribute(ClusterInterceptor.java:559)

  at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.getAttribute(MBeanServerInterceptorChain.java:161)

  at com.sap.lm.itsam.ui.connection.impl.ITSAMUIMBeanServerConnectionWrapper.getAttribute(ITSAMUIMBeanServerConnectionWrapper.java:244)

  at com.sap.lm.itsam.ui.appmodule.Overview.getAttribute(Overview.java:1851)

  at com.sap.lm.itsam.ui.appmodule.Overview.loadEJBDetail(Overview.java:2038)

  at com.sap.lm.itsam.ui.appmodule.Overview.loadEJBs(Overview.java:2028)

  at com.sap.lm.itsam.ui.appmodule.Overview.loadEJBModuleDetails(Overview.java:727)

  at com.sap.lm.itsam.ui.appmodule.wdp.InternalOverview.loadEJBModuleDetails(InternalOverview.java:1459)

  at com.sap.lm.itsam.ui.appmodule.EJBModule.onPlugLoad(EJBModule.java:319)

  at com.sap.lm.itsam.ui.appmodule.wdp.InternalEJBModule.wdInvokeEventHandler(InternalEJBModule.java:708)

  at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:142)

  at com.sap.tc.webdynpro.progmodel.window.ViewController.invokeInboundPlugHandler(ViewController.java:446)

  at com.sap.tc.webdynpro.clientserver.cal.NavigationManager.processInboundPlugQueue(NavigationManager.java:305)

  at com.sap.tc.webdynpro.clientserver.cal.NavigationManager.navigate(NavigationManager.java:320)

  at com.sap.tc.webdynpro.clientserver.phases.NavigationPhase.execute(NavigationPhase.java:63)

  at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)

  at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)

  at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)

  at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:515)

  at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:58)

  at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1671)

  at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1485)

  at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:908)

  at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessing(ApplicationSession.java:880)

  at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:357)

  at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:326)

  at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)

  at com.sap.tc.webdynpro.serverimpl.wdc.DispatcherServlet.doContent(DispatcherServlet.java:89)

  at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:62)

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

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

  at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)

  at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)

  at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:457)

  at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)

  at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)

  at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)

  at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)

  at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)

  at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)

  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)

  at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)

  at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)

  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: com.sap.engine.services.ejb3.runtime.impl.refmatcher.EJBResolvingException: Cannot start application sap.com/com.sap.aii.af.app; nested exception is: java.rmi.RemoteException: ASJ.dpl_ds.006125 Error occurred while starting application locally and wait.; nested exception is:

  com.sap.engine.services.jmsconnector.exceptions.BaseDeploymentException: Invalid factory type: LicenseAggregationQueueFactory -> com.sap.jms.client.rmi.RMIConnectionFactory. Possible reasons: 1) The object is not an instance of the allowed JMS factory types. 2) JMS api class used in the jms connector is loaded from different classloader than the one used in the application. Remove javax.jms.* and javax.resource.* classes from your library or set references from your library to library:j2eeca and library:jms.

  at com.sap.engine.services.ejb3.runtime.impl.DefaultContainerRepository.startApp(DefaultContainerRepository.java:347)

  at com.sap.engine.services.ejb3.administraton.impl.ITSAMMessageDrivenBean.getSettings(ITSAMMessageDrivenBean.java:95)

  at com.sap.engine.admin.model.itsam.jsr77.ejb.SAP_ITSAMJ2eeMessageDrivenBeanWrapper.getAttribute(SAP_ITSAMJ2eeMessageDrivenBeanWrapper.java:324)

  at com.sap.engine.admin.model.itsam.jsr77.ejb.SAP_ITSAMJ2eeMessageDrivenBeanWrapperAdapter.getAttribute(SAP_ITSAMJ2eeMessageDrivenBeanWrapperAdapter.java:85)

  at com.sap.engine.services.ejb3.administraton.impl.ITSAMMessageDrivenBean$SAP_ITSAMJ2eeMessageDrivenBeanWrapperAdapterLocal.getAttribute(ITSAMMessageDrivenBean.java:79)

  at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:666)

Java export in 7.3

$
0
0

Is there any note or sap official document which confirm that java export on 7.3 are no longer required.

 

while running SWPM to proceed system-copy based on 7.3 ( AS java ) database independent, haven't see the option to import that Java export

that have been take place at the source system.

 

I went trough sapinst guide but doesn't see that java export are no longer required.

 

Im wondering if there any note which confirm we-there is required or not ?

 

thanks in advanced for the input.

Error PREP_GENCHECKS/JOB_RSUPGRCHECK_PRE when Netweaver 7.4 SPS upgrade using SUM

$
0
0

Hi All,

 

I am upgrading NW 7.4 Components from level 2 to level 5 using SUM during Checks phase i am getting the following error "severe error occurred in phase  PREP_GENCHECKS/JOB_RSUPGRCHECK_PRE "

 

SAPup log records the following info

"

CURRENTPHASE PREP_GENCHECKS/JOB_RSUPGRCHECK_PRE

...started at 20140610074551

# Using phase log file 'RSUPGRCHECK_PH.LOG'.

..finished at 20140610074551 with status ABORTED.

# Error message set: 'Batchjob 'RSUPGRCHECK' with id '07421300:' aborted'

...begin dialog at 20140610074553 "

 

Kindly suggest how can this issue be resolved.

 

 

 

Regards,

Videesh

Viewing all 2997 articles
Browse latest View live




Latest Images