Travel Management node missing in SPRO
cannot go to url with FQDN
Hi, I just installed SAP NetweaverSR17.4 Java system. I can see my page when I goto the url with just the host name (eg: http://hostname:50000), but when I try the FQDN (eg:(http://hostname.domain.com), it says - "This page cannot be displayed). The system was installed mentioning "Set FQDN for SAP system" during install. Could someone help me understand why this would be caused, and how to fix it? Thanks
Why do we run RDDIMPDP and RDDNEWPP while applying support packages...?
Hello all,
Why do we run RDDIMPDP and RDDNEWPP while applying support packages...?
We already have some background jobs configured.. why do we need the above two to be running explicitly??
Netweaver 7.31 install java engine error
Hi everyone,
I am installing Netweaver 7.31 JAVA AS (MSSQL) and I am at the point where the install java engine occurs and it throws an error. I get the below error. I am not sure exactly what needs to happen to fix this issue. Your guidance is appreciated.
WARNING 2015-06-24 11:03:51.287 (GAFHMII1\sapinstall) [iaxxbjsmod.cpp:105] id=modlib.jslib.childAppReturn
Execution of the command "D:\usr\sap\GPM\J00\exe\jstart.exe pf=\\GAFHMII1\sapmnt\GPM\SYS\profile\GPM_J00_GAFHMII1 -file=D:\usr\sap\GPM\J00\exe\startup.properties -nodename=bootstrap -launch" finished with return code 8. Output:
ERROR 2015-06-24 11:03:51.288 (GAFHMII1\sapinstall) [iaxxbjsmod.cpp:105] id=nw.processError errno=CJS-30023
Process call 'D:\usr\sap\GPM\J00\exe\jstart.exe pf=\\GAFHMII1\sapmnt\GPM\SYS\profile\GPM_J00_GAFHMII1 -file=D:\usr\sap\GPM\J00\exe\startup.properties -nodename=bootstrap -launch' exits with error code 8. For details see log file(s) jstart_bootstrap_J00.log.
ERROR 2015-06-24 11:03:51.325 (GAFHMII1\sapinstall) [csistepexecute.cpp:1187] id=controller.stepExecuted errno=FCO-00011
The step runBootstrap with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|javaconfig|0|runBootstrap was executed with status ERROR ( Last error reported by the step: Process call 'D:\usr\sap\GPM\J00\exe\jstart.exe pf=\\GAFHMII1\sapmnt\GPM\SYS\profile\GPM_J00_GAFHMII1 -file=D:\usr\sap\GPM\J00\exe\startup.properties -nodename=bootstrap -launch' exits with error code 8. For details see log file(s) jstart_bootstrap_J00.log.).
There is nothing in the bootstrap log and if there is anywhere else I should look, please assist.
Java Servlet - HttpIllegalStateException: Error reading from request body
Hello Experts,
Sometimes I get the error "com.sap.engine.services.httpserver.exceptions.HttpIllegalStateException: Error reading from request body. Cannot read the next body parts. Possible reason is interrupted connection with http client.".
How can I debug and find the cause of such an error?
J2EE version is 7.01 SP16.
Regards,
Omri
LDAP in ABAP AS
Hi,
I am trying out the LDAP in ABAP AS and following the document :
http://scn.sap.com/docs/DOC-13976
1. As per the documentation , I have created the RFC Connection ,LDAP connector and LDAP Server and System user . All with the same name.
2. When I try to logon into the LDAP server using LDAP connector, I get "Message no. LDAPRC002", on debugging could make out that the FM:LDAP_COMMONBIND triggers the FM: LDAPRFC_BIND, which does not exists in the system. Am I missing out anything here?
Thanks
Gayathri
Java Application Spinning Issue
Hello,
I've been having a performance issue with an application on an NW7.01 Java system. Originally it was developed on NW4 and we've deployed it to a 7.01 system using NWDI and it works as expected, unfortunately our performance issues came along with the migration. It's a custom webdynpro java application that we utilize on Intermec CN3 and CN70 mobile devices in our warehouse wirelessly. The application uses JCO's to transfer the input to our ECC system and perform transactions. The issue we're encountering is that while utilizing the transactions or even traversing through the menu, the devices encounter spinning problems, like a loading screen but more often than the spinning never goes away, and the only way past it is to reset the devices. I'm tackling this problem from the basis side, looking for parameters and logs that may indicate where the problem is originating, if it's occurring within the Java system or within our ECC system and where within those systems is the problem. I'm not seeing any function modules taking extraordinary amounts of time in the RFC queues, and I'm seeing some errors in the server default trace, but they don't quite match up with the timeline of device spinning.
Any parameter changes or suggestions for specific logs to look at are appreciated!
Two of the more common errors that I'm seeing are below:
Text: application [webdynpro/dispatcher] Cannot send an HTTP error response [500 Application error occurred during request processing. (details: com.sap.engine.services.httpserver.exceptions.HttpIllegalStateException: Error reading from request body. Cannot read the next body parts. Possible reason is interrupted connection with http client.)].
The error is: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: The connection is closed.
Exception id: [0050569D469B01B600000005000010AC00050C022F522CAA]
Text: User Guest, IP address 172.16.248.207
Cannot read request body.
com.sap.engine.services.httpserver.exceptions.HttpIOException: The connection is closed.
at com.sap.engine.services.httpserver.server.io.HttpInputStream.read(HttpInputStream.java:184)
at com.sap.engine.services.httpserver.server.RequestImpl.readBodyFromStream(RequestImpl.java:312)
at com.sap.engine.services.httpserver.server.RequestImpl.getRequestParametersBody(RequestImpl.java:286)
at com.sap.engine.services.httpserver.server.RequestAnalizer.getRequestParametersBody(RequestAnalizer.java:444)
at com.sap.engine.services.servlets_jsp.server.lib.WebParseUtils.parseParameters(WebParseUtils.java:199)
at com.sap.engine.services.servlets_jsp.server.runtime.client.HttpServletRequestImpl.parseParameters(HttpServletRequestImpl.java:1522)
at com.sap.engine.services.servlets_jsp.server.runtime.client.HttpServletRequestImpl.getParameterValues(HttpServletRequestImpl.java:464)
at com.sap.engine.services.servlets_jsp.server.runtime.client.HttpServletRequestImpl.getParameter(HttpServletRequestImpl.java:411)
at com.sap.tc.webdynpro.clientserver.session.RequestManager.setSpnegoParameter(RequestManager.java:938)
at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:157)
at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1064)
at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(Native Method)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
Use of CATUPGRD.SQL and UTLRP.SQL
Hello experts,
I would like to know exactly why do we Run CATUPGRD.SQL and UTLRP.SQL after Oracle patch upgrade or Version Upgrade??
Thanking you
Dheeraj Nitcherla
Update SAPJVM is failing
Hi ,
I was trying to update SAPJVM of one of my Portal System (SAP NW 7.40) using SUM but getting below error:
SAPJVM7_2-10010941.SAR is rejected because following reason:
Component sap.com/SAPJVM WINDOWS_X86_64 can not be updated to higher release
Please suggest.
Thanks,
Mofizur
SAP Web Dispatcher - Accesing backend system with a generic URL
Hi,
I'm currently working in the following request and I would like to request for your help in order to put all pieces together.
External customers should access our CRM system from the internet. To accomplish that, a SAP Web Dispatcher (SWD) is going to be in place within the DMZ. Here comes the first requirement. Customer should access CRM application (through SWD offcourse) by usign a URL like this:
No "CRM host/port" nor "SWD host/port" should be included in the call.
How this host/url shoud be mapped to the "SWD" in order to pass requests coming from https://crm.xxx.xxx.xx to CRM application server specific functions?
What I'm trying to accomplish was basically described in the SAP Help as follows:
https://help.sap.com/saphelp_nw73/helpdata/en/48/8fe37933114e6fe10000000a421937/frameset.htm
"If you should be able to call the Web application externally, for example using the URL www.shop.acme.com, this host name must be mapped internally to the SAP Web dispatcher. This then forwards the HTTP(S) request to a suitable application servers."
Please let me know if I was clear enough or extra details are needed.
Thanks and regards
install ecc6 ehp4 ides on linux_86_64
Dear experts
i want media list for install ecc6 ehp4 ides on linux_86_64 for abap system and database should be of oracle
and supporting document for installation
Regards
Error while processing Workitem
Hi All,
For an invoice while processing the workitem is sent to the agent. Agent tried to process the workitem but workflow went into error.
After workitem Processing complete step the following error is shown.
ERROR:
PROCESS_NODE : Error when processing node '00000(ParForEach index 000000)
CREATE : Error when creating a component of type 'Step'
CREATE_WIM_HANDLE : Error when creating a work item
CREATE_VIA_WFM : Error within method CL_SWF_RUN_WIM_FACTORY->CREATE_VIA_WFM
GET_WITYPE : Unable to determine work item type for node 0000000076
GET_TASK_HANDLE : Error when loading task WS91300046
INITIALIZE_INTERNAL : Workflow definition of task 'WS91300046' activated.
Please provide your solution why this error occurs.
Thanks in advance.
Maheswari.
When we have started the SAP Instances we are getting the Error ..Message in the "Disp+Work.exe". Error Message : J2EE Status Info Unavailable.
Message in the "Disp+Work.exe". Error Message : J2EE Status Info Unavailable. What could be the reason for this Error Message
Modules in ECC?
Hello Experts,
How many modules will I get inbuilt in ECC 6.0 system?
Means like SD, MM, PS.
Because I wanted to install the below modules:
Finance and Controlling including Profitability Analysis (FICO)
Sales and Distribution (SD)
Materials Management (MM)
Production Planning (PP)
Project Systems (PS)
BASIS and ABAP
So ill get all those modules inbuilt in ECC system?
Also how many and which modules are available in ECC ?
software component after EHP updgrade
hi all ,
After doing EHP upgrade i could the SAP_APPL component as
SAP_APPL 617 0007
just to want to know what is this '1' referring to 617..the overall product version is ERP 6.0 EHP 7 .
thanks
Prakhar
SAP MDM Master Data Management 7.1SP11
Hi Gurus,
We are trying to determine the kernel version of the SAP MDM Server 7.1SP11.
Tried disp+work command - error : command could not be found as there was no disp+work executable.
Also referred to the MDM Console , no luck either.
Could you let me know what is the correct command or path to look for the kernel version.
Thanks and Regards,
maddy.
Sap Web Dipatcher - Spnego - auth. to Portal
Hi all,
I have a new question regarding SAP Web Dispatcher. I'll keep it separated from the previous one however.
For internal users, access and authentication to Portal is being done through Spnego (UME-->LDAP). No user/pass is requested, since users have been logged in our domain in first time and Spnego does the rest.
A new business process requires that a number of external customers access our Portal from the Internet. To this, a Sap Web Dispatcher is going to be installed in our DMZ. For the authentication process it was requested to use the same procedure as for internal users. So, those accessing from Internet through SAP Web Dispacther should be authenticated via Spnego to active directory (AD).
Maybe I'm missing something but I don’t know how or exactly in which step external users will provide their credentials in order to be authenticated to AD via Spnego?
Please let know if the scenario description is clear enough or some extra detail or clarification is needed.
Thanks in advance.
Issue with SAP Web Dispatcher after changing the parameter icm/HTTP/redirect
I am facing a peculiar problem with the web dispatcher, So we configured the dispatcher to work for http and https as well until recently we made some modifications to the parameter to make the http to https and vice versa to work for another series of links .Though we succeeded in the Quality system we couldn’t achieve the same in the Production system. We achieved the desired result by modifying the parameter icm/HTTP/redirect_0 And now there seems to be an issue regarding this. Whenever I try to maintain the same parameters as in Quality to Production System , the Url is not hitting the SAP Web Dispatcher , making it not possible for the application servers to display the content there by the site not being displayed. Kindly let me know what the issue is. PS: Am making an attachment of the SAP Web Dispatcher profile. Thanks & Regards, Kaushik G
SSL SHA2 Certificate
Hi Guys,
We installed the SHA256 certificate , being installed in the Quality Dispatcher I want to check weather it's working or not .and when I check the certificate in the Internet Explorer (shown in the below screen shot) , am just puzzled seeing SHA1
Am puzzled why we are getting the Key Usage with such a symbol and why is it showing SHA1
Is it that the installation has a problem?
Kindly let me know.
Regards,
Kaushik G
How to trace a specific BAPI ?
Hello gurus
I am a basis consultant . how can we activate the trace for some particular BAPI's. there is a requirement of the client collect traces of some particular BAPI's in ECC and CRM systems for half an hour. As an output they need all the traces (raw data) per BAPI. can anyone help me if such a trace can be collected using ST05 or ST12 tcode and so as to how to activate the trace ?
Regards
Rahul