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

Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: Can't parse the document; HTTP 200 OK

$
0
0

Hi All,

 

I am facing issue with ICO scenario SOAP to Proxy (Soap receiver with XI 3.0 protocol) . We recently deployed support pack in PI 7.30 from SP04 to SP12.

 

Message is sent with External soap header to PI.Error i am facing is below:

 

This works fine in non patched envioronment. Anybody faced similar issues? Please help!!

 

Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: Can't parse the document; HTTP 200 OK

 

message.InformationSOAP: Processing completed
message.InformationSOAP: Response message leaving the adapter
message.InformationMessage status set to DLNG
message.InformationExecuting Request Mapping "urn.HydroOne.com:CS4:SCHDUpdatePCAD_069:PI/OM_SCHDUpdate_BEA_to_ECC" (SWCV e92a7450a72f11e08a29f11b8e0a15e3)
message.InformationDelivering to channel: CC_Receiver_XI_xxx_AAE_xxx
message.InformationMP: processing local module localejbs/sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean
message.InformationSOAP: Request message entering the adapter processing with user J2EE_GUEST
message.InformationSOAP: Target url: http://xxxx:xxxx/sap/xi/engine?type=entry
message.ErrorSOAP: Call failed: java.io.IOException: Cant parse the document; HTTP 200 OK
message.ErrorSOAP: Error occurred: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: Cant parse the document; HTTP 200 OK
message.ErrorMP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: Cant parse the document; HTTP 200 OK
message.ErrorException caught by adapter framework: java.io.IOException: Cant parse the document; HTTP 200 OK
message.ErrorTransmitting the message to endpoint <local> using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: Cant parse the document; HTTP 200 OK
message.InformationMessage status set to WAIT
message.InformationThe asynchronous message was successfully scheduled to be delivered at Mon Jun 08 10:54:39 EDT 2015
message.InformationMessage status set to TBDL
message.ErrorCould not consume message from the queue, due to: Error retrieving message from database store. Reason: Could not create Message. Reason: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Could not parse XMBMessage due to Cant parse the document
message.InformationThe asynchronous message was successfully scheduled to be delivered at Mon Jun 08 10:59:39 EDT 2015
message.InformationMessage status set to WAIT
message.InformationMessage status set to TBDL

 

 

Regards,

Swapnil


In order to avoid swaps in st02 can we set buffer size to a much higher value?

$
0
0

Hi there,

 

In order to avoid swaps in st02 can we set buffer size to a much higher value?


If we set a high value will there be any performance issues due to any other factors?



Kindly answer to my question.


Thanks & regards,

Bhushan

Enable SNC from SAPGUI to SAP server

$
0
0

Hi All,

 

Can any one explain how to enable SNC from SAPGUI to SAP ASABAP server.

 

thanks in advance

 

Regards,

Narendar.

Error in SAP Netweaver gateway

$
0
0

Dear Experts,

I Created one SAP Netweaver gateway project and created the service maintenance as GW_HUB

My configuration

Manage SAP System Aliases

SAP System Alias: LOCAL

Description:  Local Gateway

Local Gw: X

For Local App: X

RFC Destination:  NONE

Software Version:  Default

System ID: EH7

Client: 800

 

Gateway setting : (SAP NetWeaver Gateway Settings)

Destination system: GW_HUB

Client : 800

System Alias:  EH7

RFC Destination:  NONE

 

But I am getting below error () attached file

What needs to be done if hit ratio in ST02 is below 90% and there no not much swaps?

$
0
0

Hi There,

 

My doubt is if the hit ratio is low though there are no swaps what should be done in this case.

 

Please answer to this question in detail if possible.

 

Best regards,

Bhushan

external SOAP-Call ends with general error "PART UNKNOWN (NULL)"

$
0
0

Hi,

 

we generated a consumer proxy using the following WSDL file:

 

<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions targetNamespace="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt" xmlns:intf="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="https://soap.global-esign.com/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><!--WSDL created by Apache Axis version: 1.3 Built on Oct 05, 2005 (05:23:37 EDT)-->   <wsdl:message name="CreatePdfSignatureRequest">      <wsdl:part name="in0" type="xsd:string"/>      <wsdl:part name="in1" type="xsd:string"/>      <wsdl:part name="in2" type="xsd:base64Binary"/>      <wsdl:part name="in3" type="xsd:string"/>      <wsdl:part name="in4" type="xsd:boolean"/>      <wsdl:part name="in5" type="xsd:string"/>      <wsdl:part name="in6" type="xsd:string"/>   </wsdl:message>   <wsdl:message name="CreatePdfSignatureResponse">      <wsdl:part name="CreatePdfSignatureReturn" type="xsd:base64Binary"/>   </wsdl:message>   <wsdl:portType name="GlobalEsignSoapExt">      <wsdl:operation name="CreatePdfSignature" parameterOrder="in0 in1 in2 in3 in4 in5 in6">         <wsdl:input message="impl:CreatePdfSignatureRequest" name="CreatePdfSignatureRequest"/>         <wsdl:output message="impl:CreatePdfSignatureResponse" name="CreatePdfSignatureResponse"/>      </wsdl:operation>   </wsdl:portType>   <wsdl:binding name="GlobalEsignSoapExtSoapBinding" type="impl:GlobalEsignSoapExt">      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>      <wsdl:operation name="CreatePdfSignature">         <wsdlsoap:operation soapAction=""/>         <wsdl:input name="CreatePdfSignatureRequest">            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://GlobalEsign.tsi.de" use="encoded"/>         </wsdl:input>         <wsdl:output name="CreatePdfSignatureResponse">            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt" use="encoded"/>         </wsdl:output>      </wsdl:operation>   </wsdl:binding>   <wsdl:service name="GlobalEsignSoapExtService">      <wsdl:port binding="impl:GlobalEsignSoapExtSoapBinding" name="GlobalEsignSoapExt">         <wsdlsoap:address location="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt"/>      </wsdl:port>   </wsdl:service></wsdl:definitions>

 

The coding of the test program is:

*&---------------------------------------------------------------------*
*& Report  Z_SOAP_PDF_SIGNATUR
*&
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*
REPORT  z_soap_pdf_signatur.

*------ Type pools
type-pools: sai.

*------ Class definitions and references
DATA: lo_zpdf_sign    TYPE REF TO zpdfco_global_esign_soap_ext,      lo_system_fault TYPE REF TO cx_ai_system_fault,      lo_appl_fault   type ref to cx_ai_application_fault.

*------ data
DATA: output TYPE zpdfcreate_pdf_signature_respo,
      input TYPE  zpdfcreate_pdf_signature.
DATA: wa_controller TYPE prxctrl.
DATA:  pdfout(255) TYPE c  VALUE
 'C:/TEMP/pp-20080229-93ES-40010-0013439840-1690000005.pdf',       pdfsign(255) TYPE c  VALUE
 'C:/TEMP/pp-20080229-93ES-40010-0013439840-1690000005-sign.pdf',        wa_objcont TYPE soli,        objcont LIKE soli  OCCURS 0.

DATA: xlines TYPE string,
      buffer TYPE  xstring,      x_msg  TYPE c LENGTH 100.

TRY.
    CREATE OBJECT lo_zpdf_sign      EXPORTING        logical_port_name = 't_systems'.  CATCH cx_ai_system_fault .
ENDTRY.

* read unsigned pdf
OPEN DATASET pdfout FOR INPUT MESSAGE x_msg
                    IN BINARY MODE.

TRY.
    READ DATASET pdfout INTO xlines.  CATCH cx_sy_file_open_mode.    EXIT.
ENDTRY.

CLOSE DATASET pdfout.

* convert string
CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
  EXPORTING    text           = xlines
*   MIMETYPE       = ' '
*    encoding       = 'UTF-8'
 IMPORTING    buffer         = buffer  EXCEPTIONS    failed         = 1    OTHERS         = 2  .


TRY.
    input-in0 = 'user'.    input-in1 = 'password'.    input-in2 =  buffer.    input-in3 = 'affilinet'.    CALL METHOD lo_zpdf_sign->create_pdf_signature      EXPORTING        input  = input      IMPORTING        output = output.  CATCH cx_ai_system_fault INTO lo_system_fault.    DATA: lv_message TYPE string.    DATA: lv_message_long TYPE string.    CALL METHOD lo_system_fault->if_message~get_text      RECEIVING        result = lv_message.    CALL METHOD lo_system_fault->if_message~get_longtext      RECEIVING        result = lv_message_long.    WRITE lv_message.    WRITE lv_message_long.  CATCH cx_ai_application_fault into lo_appl_fault.    DATA: lv_messaap TYPE string.    DATA: lv_messaap_long TYPE string.    CALL METHOD lo_appl_fault->if_message~get_text      RECEIVING        result = lv_messaap.    CALL METHOD lo_appl_fault->if_message~get_longtext      RECEIVING        result = lv_messaap_long.    WRITE lv_messaap.    WRITE lv_messaap_long.

ENDTRY.

LOOP AT output-controller INTO wa_controller.
  WRITE:/ wa_controller-field.  WRITE:/ wa_controller-value.
ENDLOOP.


* store signed pdf
OPEN DATASET pdfsign FOR output MESSAGE x_msg
                    IN BINARY MODE.

transfer output-CREATE_PDF_SIGNATURE_RETURN
         to pdfsign.

 

 

Processing the soap call in the test programm ends in a system exception (cx_ai_system_fault)  with the message:

"General Error Es ist ein Fehler bei der Proxy-Verarbeitung aufgetreten (  PART UNKNOWN (NULL)    )"

 

It seems as if there is no response or a response in a wrong format given by the webservice.

 

We had a look at the ICF-Trace.

The request seems to be a proper soap-call.

But the response is not in XML-format and therefore could not be completely displayed.

it says:

Ungültig auf der obersten Ebene im Dokument. Fehler beim Bearbeiten der Ressource 'file:///C:/Dokumente und Einstellungen/S...

 

HTTP/1.1 200 OK

^

 

Could anybody help ?

 

Kind regards

 

Heinz

 

Deploy simple HTML page to SAP NetWeaver Java Server

$
0
0

Hey there,

 

i have a simple html site which i want to deploy to our SAP NetWeaver Java Server and wanted to know if this is possible and how it is done.

I have only found documentations to deploy Java EE Applications via SAP NetWeaver Developer Studio.

Since i only have a single html file there should be an easier way.

 

Can anyone help?

 

thanks in advance an best regards

Timo

Enable Hindi Language in Netweaver Portal 7.3 EHP1

$
0
0

Hi Experts,

 

we have a requirement to enable the hindi language in enterprise portal & R/3. Portal configured as a hub system and aslo communicating backend with R/3 system. As per the recommendations for supporting hindi in R/3, we have upgraded R/3 from EHP4 to EHP6 SP09. We have enabled Hindi language in R/3 system. Similarly portal system also, we have upgraded  from 7.0 SP24 to 7.3 EHP1 SP11.

 

 

We are not sure Netweaver 7.3EHP1 SP11 will support Hindi for enabling in netweaver system?. Else need to upgrade any other SP level?. Waiting for your valuable solutions.

 

 

Regards,

Kubendran


where it is used ToolGetEffective

$
0
0

Hi.

I was found request in my NW 7,4

 

POST / HTTP/1.1

SOAPAction: ""

Content-Type: text/xml; charset=UTF-8

Content-Length: 296

 

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:ns0="urn:SAPCCMS">

  <SOAP-ENV:Header/>

  <SOAP-ENV:Body>

    <ns0:ToolGetEffective>

      <CallingSID/>

      <SegmentType>1</SegmentType>

      <SoapRequest>

        <item></item>

      </SoapRequest>

    </ns0:ToolGetEffective>

  </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

 

when I send it get

 

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SAPControl="urn:SAPControl" xmlns:SAPCCMS="urn:SAPCCMS" xmlns:SAPHostControl="urn:SAPHostControl" xmlns:SAPOscol="urn:SAPOscol" xmlns:SAPDSR="urn:SAPDSR">

  <SOAP-ENV:Header></SOAP-ENV:Header>

  <SOAP-ENV:Body>

    <SAPCCMS:ToolGetEffectiveResponse>

      <ToolList>

        <item>

          <Tid>

            <Mtsysid></Mtsysid>

            <Mtmcname></Mtmcname>

            <Mtnumrange></Mtnumrange>

            <Mtuid></Mtuid>

            <Mtclass></Mtclass>

            <Mtindex></Mtindex>

            <Extindex></Extindex>

          </Tid>

          <ChildClass></ChildClass>

          <Whichtool></Whichtool>

          <Toolname></Toolname>

          <ToolDispatcher></ToolDispatcher>

          <DefStatus>0</DefStatus>

          <Useclass>0</Useclass>

          <ParentTid>

            <Mtsysid>DM0</Mtsysid>

            <Mtmcname></Mtmcname>

            <Mtnumrange>000</Mtnumrange>

            <Mtuid>0000000000</Mtuid>

            <Mtclass>000</Mtclass>

            <Mtindex>000000001-</Mtindex>

            <Extindex>000000001-</Extindex>

          </ParentTid>

          <ParentObjectName></ParentObjectName>

          <ParentShortName></ParentShortName>

          <ParentClass></ParentClass>

          <Rc>102</Rc>

        </item>

      </ToolList>

    </SAPCCMS:ToolGetEffectiveResponse>

  </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

 

How do I know that this query returns, and which is a component uses it

TREX 7.10 post installation steps from application side

$
0
0

Hi,

 

Currently we are running the TREX with the version 7.00 SP52 in the OS: HP-UX.

We are in progress of installing the TREX 7.10 SP63 (as fresh installation) in the Windows server since the upgrade or export/import of index is not possible from the HP-UX.

 

Can anyone help how we can migrate/create the old indexes in the newly installed TREX system?

It would be good if you share some document related to this topic.

 

Thanks in advance!

 

Regards,

Senthil

Connection closed after (protocol) error (RC=1); Help!

$
0
0

Hello Experts,

There is user when he want to print from SAP he get the error  ( base in Tcode SP01): Connection closed after (protocol) error (RC=1).

He can print fom Word, Excel without any Problem.

The other users can print  from SAP without any Problem.

My SAP account can print w/out any problem in my computer or in any other computer except for this one which when I try

my SAP account also get the error.

Could you help me please Netweaver Consultant, needs help regarding Connection closed after (protocol) error(RC=1) Help!

Error in Connecting SAP As ABAP system using SAP GUI through SNC

$
0
0

Hi All,

 

I enabled  SNC in SAP As ABAP system, while connecting through SAPGUI it is throwing follwoing error.

 

 

GSS-API(mai):NO credentials were supplied

 

Unable to establish the security context

 

target-"p:CN=xx, O=xxxxx.com"

 

 

Please find attachment below and please provide solution for this

 

 

Thanks,

Narendar.

AUTOSTART=1 Not to Be Used

$
0
0

I am having an issue with AUTOSTART=1 not working on 2 of my systems.  The system does not start until I open the MMC, interestingly I don't have to manually start the instance, just opening the MMC kicks off the AUTOSTART process.  I opened a ticket with SAP and I was told that AUTOSTART=1 should be not used any more because

Apart from the fact that using Autostart parameter can change the control in the start of the instances, the recommendations of changes

in the service definition are not necessary and  can be dangerous because customer could use versions in other directories that could

change  the security settings and even provoke the instance doesn´t start. This is dangerous and can create more problems in the systems.

 

Juding from the number of topics on SDN, I see that many people are still using AUTOSTART=1 but what does one use to start an instance after a reboot if we can't use AUTOSTART=1.

Design template document

$
0
0

Hi,

I need sample design document. Can anybody share?

 

Thanks.

"Transactional RFC and Queued RFC" is not present in RZ20.

$
0
0

Hello,

 

"Transactional RFC and Queued RFC" is not present in RZ20.

 

Please suggest.

 

Thank you..


How to start a SAP training institute?

$
0
0

Hello every one,

Thanks for reading this email. I have a couple of questions. It would be great if you can help me out by answering these.

1. How to start a SAP training institute?

2. What would be the cost of the SAP software ,that one needs to buy for training ?

3. Should we contact SAP to get permisson to conduct SAP training ?

 

Thanks in advance.

Karan

Personalizing Portal link

$
0
0

Dear Friends,

 

We are using a lengthy technical portal link to access ESS/MSS.

 

We want it to be in format  " mycompanyname.companyname.com"   such as myvodafone.vodafone.com.

 

How to achieve this?

 

Regards,

Niladri

Upgrade Netweaver 7.3 to 7.31 (NW 7.3 EHP1) unicode system

$
0
0

We need to upgrade Netweaver 7.3 to 7.31  ABAP application server,  we used solution manager MOPZ to calculate stack xml file and downloaded stack files.

 

During extraction phase in SUM(software update manager), it asked to mount the kernel DVD. Below the message we see on the screen:

 

Enter mount points for the DVDs required for the procedure

 

Enter at least the mount point containing Kernel DVD for OS NTAMD64 and Unicode

 

The requested data carrier is not mounted on any of the mount points you entered.

 

Please find the attached screen shot of the error,  so Please help to resolve the problem.

 

 

a.PNG

 

 

 

even though i have calculated stack.xml files it is asking for Kernel files. Please let me know for which kernel file i need to downlod.

Is it for NW 7.3 or do in Need to download kernel master DVD for NW 7.3 EHP1 installation?

 

It would be very helpful if you could provide the exact  media number and path of the files.

 

Thanks for your help in advance.

 

Regards

Sai kiran

scenarios to migrate OS and DB versions

$
0
0

Hi all,

 

To migrate the perating system (redhat linux 4.5 to 6.x) and database (Oracle 10.2.0.2 to 11g), what are the possible scenarios  and  considerations  to be taken to achieve the migration?

 

knowing that:

 

 

1 - the version of SAP System Landscape SAP ECC is  6.0 NUC with the following levels of SP:

 

 

SAP_BASIS    700     0011 SAPKB70011

SAP_ABA       700     0011 SAPKA70011

ST-PI 0005      2005_1_700 SAPKITLQI5

PI_BASIS        2006_1_700 0001 SAPKIPYM01

SAP_BW         700    0012 SAPKW70012

SAP_AP          700    0008 SAPKNA7008

SAP_APPL     600     0009 SAPKH60009

SAP_HR         600     0018 SAPKE60018

SAP Kernel version is 150

 

 

2 - The second landscape used and connected to SAP ECC 6.0 is SAP NetWeaver BI 7.0 (ABAP / JAVA).

 

 

Thank you in advance.

How to implement correct snote

$
0
0

Dear Experts,

 

I would like to known, how found if is any note is included in support package or not...

 

For example: I found the note no: 359815  included in support package 46A - 46C

 

My system version is :

 

SAP_APPL6000019SAPKH60019

 

Is this note included in the system or not ?

 

Thank you for your answers.

 

Jan

Viewing all 1520 articles
Browse latest View live




Latest Images