List of Contributions

Mark Murnighan

Contact Details

My Content

1 to 10 of 10 total
Posted By Mark Murnighan Thu June 15, 2023 10:08 AM
Found In Egroup: Managed File Transfer
\ view thread
Oscar, If you want to implement all this in standard normal SFG supported manner you will need to create a custom protocol for Consumer Delivery. See core documentation: https://www.ibm.com/docs/en/b2b-integrator/6.1.2?topic=protocols-adding-custom The BP used for the delivery can create the ...
Posted By Mark Murnighan Wed June 16, 2021 08:38 AM
Found In Egroup: B2B Integration
\ view thread
Karen, Here is a sample of using the encoder service: Cp1252 Cp1252 It might take a few tries to get the right encoder name for the Java version you are running, but looking those up are key to matching them to your needs. Can check and the 13488 might be correct. ...
Posted By Mark Murnighan Tue June 15, 2021 12:12 PM
Found In Egroup: B2B Integration
\ view thread
Karen, It sounds like you are experiencing a character encoding issue. Many systems support localization by using specific character encodings such as ASCII, UTF-8 or GBK. Rather than trying to convert a specific character in the data it would be easier to change the whole file all at once using the ...
Posted By Mark Murnighan Tue June 15, 2021 11:52 AM
Found In Egroup: B2B Integration
\ view thread
Pranjit, The product supports the JMS 1.1 specification, so if Solace is complaint it should work. Core documentation: https://www.ibm.com/docs/en/b2b-integrator/6.1.0?topic=adapters-using-jms-services IBM does not certify with all vendors, we just cover a couple major players to ensure we are interoperable ...
Posted By Mark Murnighan Thu April 01, 2021 01:23 PM
Found In Egroup: B2B Integration
\ view thread
Srini, PEM can handle the automation for your partner on-boarding after you configure it to work with your as deployed solution. If all the steps in your companies on-boarding process can be automated with REST APIs you could accomplish 100% automation. PEM can also help with the maintenance of the ...
Posted By Mark Murnighan Mon March 08, 2021 02:15 PM
Found In Egroup: Managed File Transfer
\ view thread
Seems strange that a user does not have an application ID, but they are authorized to scrape log files in the system. Best practiced alternative that will pass on audit is to use the user exits in the product and modify the process to create entries into a custom log file the required user(s) would ...
Posted By Mark Murnighan Mon November 09, 2020 01:34 PM
Found In Egroup: B2B Integration
\ view thread
Your OnFault code is missing the . In this case the sequence name should be where your your get failed or the next sequence past the get. If you want to consider your OnFault code fixed the issue and you want the business process to continue like normal and end successfully. Then the calling system ...
Posted By Mark Murnighan Tue October 06, 2020 01:22 PM
Found In Egroup: Managed File Transfer
\ view thread
My first question is what are you trying to achieve with this query? The overhead of collecting 47 elements is extremely heavy. There are various services that might provide what you need for minimal resources consumption. Hitting the WFC table is never a good thing to do, as it is the bottleneck for ...
Posted By Mark Murnighan Mon September 21, 2020 09:04 AM
Found In Egroup: B2B Integration
\ view thread
SAP has made a lot of changes to the infrastructure along the way. S4 introduced a new all Java stack and also optionally includes the old CPIC based stack that B2Bi uses. The big catch is that during the product installation time you have to choose if you want to use the CPIC, Java or both. If you make ...
Posted By Mark Murnighan Fri May 03, 2019 01:40 PM
Found In Egroup: Managed File Transfer
\ view thread
The B2Bi Connect Direct Server Adapter (CDSA) adapter is not a standard CD node, but it is 95% match to a UNIX CD node. The other part of the CDSA interface is via mailbox slot verses a file system directory. So minimally you will need to change the destination file name to have a prefix of "/mailbox". ...