Quantcast
Channel: SCN : Popular Discussions - B2B Integration with SAP Process Orchestration
Viewing all 1788 articles
Browse latest View live

Acknowledgement not received for B2B Outbound message

$
0
0

Hi All,

 

My scenario is an outbound interface for Purchase Order Acknowledg+ment from IDOC to EDI using B2B add-on,which receives Functional Acknowledgement.I have configured alert rule for the same.When the interface is triggered , I get the below error as an alert message to my inbox.In Monitoring the message is delivered but there are no message logs.In B2B acknowledgments the status indicator show success and the status code is ACCEPTED_RECV.

 

Error Msg.PNG

 

Please let me know what could be the possible solution for the above error message.

 

 

Thanks & Regards,

Sowjanya,B


Idoc to EDI - 856 - Batchmaster - SEGMENT Terminator - "~"

$
0
0

Hi guys

 

We are on PO 7.4 using B2B - Add on.

 

I have completed the mapping with D_SEGMENTTERMINATOR - hard coded to "~". But when I generated the file, I see that there is a new line feed at the end of each line (segment).

I dont see a "~".

 

Did I miss anything?

SAP PI 7.31 - Sender SFTP Adapter Dynamic File Name

$
0
0

   Hi Experts,

 

I have scenario in which I am getting two fields from the source system. I have to create a File Name from those fields and Pick the same File Name from a External SFTP Server located on the target and send it back  to the source system. I am able to create the File Name from the source data but my challenge is to place that File Name into the Sender SFTP adapter.

 

Please let me know how can I achieve this functionality? Is there a workaround to this problem?

 

 

Thanks in advance,

Arkesh

SAP new SFTP adapter functionality

$
0
0

Hi Experts,

 

We are testing SAP new SFTP adapter with SAP-PI7.3.

 

We figured out below 2 functionality missing in new SFTP adapter. Can you please guide do we have any alternative to achieve both or is SAP has any plans to add both functionality in future SFTP adapter releases.

 

Question Point 1: New SFTP adapter is not having option “Advanced Selection for Source File”, like it is there in File Adapter. So we cannot select multiple folders on same SFTP server with one SFTP adapter service, i.e. we have to implement SFTP adapter to poll each folder on same server.

 

Question Point 2: SAP-SFTP adapter does not support to poll folders with "\", it supports only "/".

Because during testing we figure out, by default SFTP sender adapter put “/” in front of any folder path given in “Directory” field of adapter.

 

Below is the screen short for reference.

 

For Q1)

New SFTP adapter:

img1.jpg

File Adapter:

img2.jpg

 

 

For Q2)

img3.jpg

img4.jpg

 

Regards

CSV file has to picked from SFTP to FILE (NFS)

$
0
0

Hi,

 

I have a scenario where CSV file has to be picked from SFTP server and place in PI server (D Drive), specific folder where this D Drive is mounted with ECC system. This is a bypass scenario and i have done ID Configuration as usual Sender SFTP and Receiver File (NFS). I can pick the CSV file and place it in specific path, but the issue CSV file is corrupted (Non readable), in ECC AL11. So due to this Abapers could not read the data and proceed further..

 

Info : I don't want conversion same CSV file has to be picked and place in the PI server and I am working on PI 7.4 dual stack version.

 

So pls help me on this, how to meet the requirement...

 

Regards

Kannan S

Certificate Alerts Settings in TPM in B2B Cockpit

$
0
0

Hi Experts,

 

I went through few blogs but configuration of certificate alert settings in TPM is not clear to me.

 

Certificate issue.JPG

 

Can anyone please let me know the significance of this configuration and further details.

 

Thanks,

Nidhi Srivastava

X12 Converter module & parameters not working

$
0
0

Hi Experts,

 

I am using x12.copy and x12.indent parameters in my inbound and outbound scenario but it is not working properly.

 

Inbound Scenario

 

First flow is (AS2 -> EDISeparator)

In my second flow(EDISeparator ->PO->IDoc) , I kept the module tab as given in the below screenshot.

 

Issue3.JPG

 

On processing the message I am getting two payloads in the output, one xml output and another EDImessage(x12.copy is working seems).

 

Issue11.JPG

 

But, the message is in not appearing proper format. PFB the screenshot.I want each segment in newline but unable to achieve that using x12.indent.

Issue22.JPG

 

Outbound Scenario

 

When I am using this in outbound scenario, I am facing two issues -

1) x12.copy is not working, I am not getting source payload.

2) I am getting XML format as the target payload, I need it in ANSI X12 converted format.

3) x12.indent is of no use when data is not coming in EDI format.

 

AS2 receiver channel configuration

Issue44.JPG

 

Please help me to resolve this issue.

 

Thanks,

Nidhi Srivastava

MDN Disposition-modifier-extension is error: MDN authentication-failed

$
0
0

Dear All,

 

I am facing an issue with AS2 receiver Communication Channel.


We have two PI systems like one internal(PI2) and other one is external(P93).


The scenario is like this we are sending the PO creation to legacy system (R/3 System to legacy system (IDOC-->PI2 -- P93-->AS2)).

 

When i sent the IDOC from R/3 system its successfully sent through PI2 but in P93 it's failing with the status General error. When i checked the receiver Communication Channel its in error the status is MDN Disposition-modifier-extension is error: MDN authentication-failed.

 

I could not see any user name and password in the CC when i am configuring.

 

Please find attached screen shots for more information.

 

 

Thanks in Advance...

 

Regards,

Raghu.


Conversion of Delimiters from Hex to EBCDIC

$
0
0

Hi Experts,

 

Our requirement is to send the EDI data using delimiters in EBCDIC format.

 

The delimiters I am sending using Hexadecimal to ASCII, using the below function -

------------------------------------------------------------------

if(var1.contains("0x"))

{

String hex = var1.substring(2,4);

int dec = Integer.parseInt(hex, 16);

return Character.toString((char)dec);

}

else

return var1;

------------------------------------------------------------------

 

Our target B2B system is setting up delimiters in EBCDIC, I am not sure how to proceed forward.

 

Please guide.

 

Thanks,

Nidhi

IDOC Number & Document Number not visible in B2B Monitoring

$
0
0

Hi Experts,

 

We are working on inbound scenario, 850 ORDERS.

In B2B view, we are not getting Idoc number and Document number visible.Followed the below mentioned thread but still I am unable to view.

 

Document number not visible in B2B monitoring | SCN

 

1) PFB the screenshot from my ICO -

 

Sender AS2 Channel

SenderAS2channel.JPG

 

Receiver EDI Separator Channel - No Modules extra added

 

Sender EDI Separator Channel

SenderAS2channel.JPG

 

Receiver Idoc Channel

 

IdocReceiverChannel.JPG

 

2) In the mapping, I am mapping addDynamicHeader function. If I am mapping to the root node, it resulting into mapping error. So, I am mapping to the <DOCNUM> field.

 

ZZZZZZZZZZZZZZZZZZZz.JPG

 

Please let me know if I need to add anything else in order to make it work.

 

Thanks,

Nidhi Srivastava

how to fix length of the line in output file using SFTP (receiver) adapter

$
0
0

Hi

 

I'm sending the EDI file to the customers using SFTP(receiver) adapter , EDI file looks as mentioned below.

 

edi.PNG

 

But the customer is asking each line character length must be 80 width.

 

Note: Presently the EDI file, each line character length is 526.

 

Can you please advise.

SAP new SFTP adapter functionality

$
0
0

Hi Experts,

 

We are testing SAP new SFTP adapter with SAP-PI7.3.

 

We figured out below 2 functionality missing in new SFTP adapter. Can you please guide do we have any alternative to achieve both or is SAP has any plans to add both functionality in future SFTP adapter releases.

 

Question Point 1: New SFTP adapter is not having option “Advanced Selection for Source File”, like it is there in File Adapter. So we cannot select multiple folders on same SFTP server with one SFTP adapter service, i.e. we have to implement SFTP adapter to poll each folder on same server.

 

Question Point 2: SAP-SFTP adapter does not support to poll folders with "\", it supports only "/".

Because during testing we figure out, by default SFTP sender adapter put “/” in front of any folder path given in “Directory” field of adapter.

 

Below is the screen short for reference.

 

For Q1)

New SFTP adapter:

img1.jpg

File Adapter:

img2.jpg

 

 

For Q2)

img3.jpg

img4.jpg

 

Regards

B2B ADD ON installation issues

$
0
0

Hello Experts ,

 

We want to install B2B add on in SAP PI 7.31 dual stack . We have downloaded the zip file from marketplace having .SCA and .TPZ files.

But we facing 2 issues while deploying .

1. We are not able to find below roles in SU01

  • SAP_XI_B2B_CONFIGURATOR_J2EE
  • SAP_XI_B2B_ADMINISTRATOR_J2EE

2.We are trying to deploy through NWDS by following below link but getting "An unresolved dependencies error occurred while sorting the deployment batch items regarding the dependencies" error .

 

NWDS step by step (In the loving memory of SDM)

 

Knidly let us know how to tackle this .Thanks.

 

Regards ,

Nikhil Save

Idoc to EDI - 856 - Batchmaster - SEGMENT Terminator - "~"

$
0
0

Hi guys

 

We are on PO 7.4 using B2B - Add on.

 

I have completed the mapping with D_SEGMENTTERMINATOR - hard coded to "~". But when I generated the file, I see that there is a new line feed at the end of each line (segment).

I dont see a "~".

 

Did I miss anything?

Issue with SFTP Connectivity on PI 7.3

$
0
0

I am working on communication setup with on of the bank's SFTP server using GXS.

 

I am able to successfully make a connection using WinSCP. The process that was followed was to login to the sftp server using the key on WinSCP, provide the Remote Directory as /DEFT-DEFT-A:/*BIN/ and log in ( which translates to CD DEFT-DEFT-A:/*BIN/ in Putty )

 

it takes me to a folder structure as

 

/<root>

   USERID

       DEFT-DEFT-A:

           *BIN

 

It seems *BIN is letting the server know that we are sending the file in binary format. I could not find an option for file format on SFTP Adapter.

 

Using WinSCP I am able to drop a file as well. But the problem is when I try using PI to drop to connect to the same server, the log on the communication channel is

 

 

27.09.2012 20:56:13.600InformationServer is <SFTP Server>
27.09.2012 20:56:13.620InformationHome directory is /<USERID>
27.09.2012 20:56:13.620InformationPath is  /<USERID>/DEFT-DEFT-A:/
27.09.2012 20:56:13.676ErrorMessage could not be forwarded to the JCA adapter. Reason: 4: Putting  /<USERID>/DEFT-DEFT-A:/TestACHFile.txt failed.
27.09.2012 20:56:13.677ErrorMP: exception caught with cause javax.resource.ResourceException: 4: Putting  /<USERID>/DEFT-DEFT-A:/TestACHFile.txt failed.
27.09.2012 20:56:13.679ErrorException caught by adapter framework: 4: Putting  /<USERID>/DEFT-DEFT-A:/TestACHFile.txt failed.

       

27.09.201220:56:13.679
Error
Transmitting the message to endpoint <local> using connection File_http://sap.com/xi/XI/System failed, due to:  
com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.resource.ResourceException: 4: Putting    /<USERID>/DEFT-
DEFT-A:/TestACHFile.txt failed.

 

I do not understand if the file transfer is failing or the login it self was unsuccessful. Can someone help me in understanding the issue or what am I doing wrong here.

 

Thanks & Best Regards,

Basha


Seeburger or Crossgate or B2B Addons?

$
0
0

Dear Experts,

 

We are in the process of migrating our Gentran EDI Interfaces to SAP PI. We have been using Seeburger AS2 adapter for an external non-EDI connection. But, to migrate all the EDI interfaces full fledge, which is the better choice - Seeburger (we still need to buy BIC module) or Crossgate or B2B Addons? We would like to implement/maintain these interfaces internally and not outsource it to SAP totally. So, please suggest the best option with the proper justification.

 

Thanks in advance.

SAP B2B Add on - EDI Inbound

$
0
0

Hi All,

I have doubt in case of EDI inbound using EDISeparator (SAP B2B Add on). I gone through the document and as per my understanding, in inbound EDI there will be two interface

 

Interface 1) EDI (AS2 or File adapter) to EDI separator adapter (Receiver)

Interface 2) EDI separator adapter (Sender) to IDoc/ file/etc receiver (It may be something else also)

 

Q1. In case of interface (1) what should be the Outbound interface and Inbound interface. Since Interface (1) is used to separate mass EDI into individual EDI, so I am not sure about the interface use for mass EDI.

 

Q2. I believe there will be only single interface of type (1) for each EDI format (ANSI, EDIFACT, etc..) and there will be many interfaces of type (2) based on Partners and EDI transaction.

 

Please correct me if I am wrong in my understanding and provide your inputs to clear my queries.

 

- RM

Sender SFTP FCC Module Configuration Issue

$
0
0

  Hi All,


our scenario is Sender->SFTP to Receiver->SFTP(file).

 

How to use the functionality of File Content Conversion in sftp adapter?

 

But is a option called file content conversion in sftp ,PO 7.4

 

sftp fcc.JPG

When i use FCC,in communication Channel it showing Message sent to Module Processor 

 

CC.JPG

 


but i used Standard MessageTransformBean for CC ,

 

i am getting the problem Sender Side while Seeing Payload Structure is Different form Sender Structure


Sender Structure


   <FileHeader>

      <FileHeader>

         <S_No/>

         <CODE/>

         <STATUS/>

      </FileHeader>

   </FileHeader>

 

 

Payload Structure

 

      <FileHeader>

      <S_No/>

      <CODE/>

      <STATUS/>

      </FileHeader>

 

 

Here is my Module configuration Parameters

  SFTP module.JPG

any Clues on this Issue

 

Thanks in Advance

Umesh

SFTP adapter File Name pattern

$
0
0

Hi Team,

 

Please help in forming regular expression for Filename in SFTP adapter.

I tried with [a-zA-Z0-9_], [a-zA-Z0-9_].*, [a-zA-Z0-9_].txt ...etc, which didn't worked.

 

The following are the different type of files available in same directory

CPT_PO_TEXT_%02-06-09%_%15-28-50%.txt

P20120927060000.xls

APZ_20120927_T05D.csv

AIMS_POL_151209_1741.TXT

 

The numeric values change day by day and have configured 4 sender comm channels.

Please let me know what pattern can be used to pick above mentioned files along with its extensions.

SWIFT Format ( MT940 ) to XML

$
0
0

I need to convert SWIFT format  to XML using B2B Add on  . Can any one help me if there is any Std Module available in B2B Add-on for this conversion .

Viewing all 1788 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>