Hi Guys,
I have a requirement File to File Scenario.
Picking the ZIP file from Source and placing it in AL11 folder. ZIP file would contain multiple files with a mix of XML and PDF. I want to unzip the files and place it the target folder with t...
Hi Guys,
I am doing salesforce integration, to send JWT token to Salesforce.
There is a list of instructions provided by Salesforce to do this.
OAuth 2.0 JWT Bearer Token Flow
import org.apache.commons.codec.binary.Base64;
import java.io.*;
...
Hi All,
Can you please help me with the Mapping for below requirement.
Idoc has multiple E1EDP01 segments
E1EDP01 --> E1EDPT1 (TDID - Z005) --> E1EDPT2 -> TDLINE - Value1#Value2#Value3 --> E1EDPT2 -> TDLINE - Value1#Value2#Value3
I hav...
Hi,Earlier version of the site had an option of bookmark the links and was able to access them easily from the profile section. I had few bookmarks saved and I am trying to add few more bookmarks. Can you help with this please. Was Bookmark feature r...
Hi,Can you please tell me the roles required to reprocess the messages in SXMB_MoniI have only display access but couldnt identify the particular role required for reprocessing.From help I could see these roles but I need specifically which roles are...
Hi @nic ,Thanks this is really helpful. Could you please check the screenshots for Step 10 to move the blobs to different location. Couldn't find them. I would like to move the blob to a processed folder once the content is read and processed.I have ...
Hi Rajani,Yes, able to read the Private Key.InitialContext ctx = new InitialContext();
//mt.addInfo("1");
KeystoreManagerWrapper kmanager = (KeystoreManagerWrapper)ctx.lookup("keystore");
//mt.addInfo("2");
KeyStore keyStore = kmanager.getKeystore("T...
Hi Ramu,The software component version is for the Interface. Select the interface and the drop down will have the SCV of that interface. This information is looked up from ESR and not related to the receiver component. --Thanks,Sendhil
I tried some thing different on this. I followed Sunil's Blog and played around the target structure.
Message Mapping : Play around with target structure
and this worked.
Ignore the split at "$" that was to split the different TDLines as per m...