List of Contributions

RICHARD CROSS

Contact Details

My Content

1 to 20 of 37 total
Posted By RICHARD CROSS Mon December 04, 2023 05:31 AM
Found In Egroup: Managed File Transfer
\ view thread
Hi Selvaraj, You can create, edit, delete trading partners (Producers/consumers), codelists (and more) via REST API. See: https://www.ibm.com/docs/en/b2b-integrator/6.2.0?topic=cbra-b2b-rest-apis-available-in-sterling-b2b-integrator For duplicate file checking I've seen this done at banks where ...
Posted By RICHARD CROSS Mon November 06, 2023 06:23 AM
Found In Egroup: Managed File Transfer
\ view thread
According to the docs users who are assigned to the following permission groups should be able to login: MAILBOX Deployment Mailbox Administrators Sterling B2B Integrator Admin If you have the right permissions and still can't login then please open a support case. ------------------------------ ...
Posted By RICHARD CROSS Tue October 10, 2023 05:17 AM
Found In Egroup: B2B Integration
\ view thread
Can you share your ProcessData and Message To Service for the PUT step (take out anything sensitive)? What do you see in sftpclient.log (maybe put it in debug mode)? ------------------------------ RICHARD CROSS ------------------------------
Posted By RICHARD CROSS Tue October 10, 2023 05:07 AM
Found In Egroup: Managed File Transfer
\ view thread
Depends on the DISP paramater on the COPY step. If you put DISP=NEW then it'll throw an error if the destination file already exists whereas with DISP=RPL it'll overwrite it if it already exists. ------------------------------ RICHARD CROSS ------------------------------
Posted By RICHARD CROSS Fri September 22, 2023 06:49 AM
Found In Egroup: B2B Integration
\ view thread
Hi Laxman, Your assign to="." isn't right. The SFTP Client Put looks for, in order of preference, a DocumentList parameter, a DocumentId parameter, or if neither of those are present the PrimaryDocument. The error you're seeing is that presumably there is no PrimaryDocument for it to PUT. You ...
Posted By RICHARD CROSS Wed September 20, 2023 06:11 AM
Found In Egroup: B2B Integration
\ view thread
No problem. Glad to hear you've got it working :-) ------------------------------ RICHARD CROSS ------------------------------
Posted By RICHARD CROSS Tue September 19, 2023 04:54 AM
Found In Egroup: Managed File Transfer
\ view thread
Where do you need the data to be? S3, EFS, EBS? For EFS or EBS you'd need an EC2 VM with a C:D node installed and the EFS or EBS volumes mounted and it's not really any different to an on-prem server/VM. At the end of the copy you can do a RUN TASK to rename/move the file, send a notification etc. ...
Posted By RICHARD CROSS Mon September 18, 2023 05:27 AM
Found In Egroup: B2B Integration
\ view thread
Hi Laxman, If I understand you right you are using the SFTP Client Get service to pull files from a remote server and want to know how to tell SFG where to put the files? I believe what happens is that the files are stored as Documents in B2Bi with the document id(s) returned in ProcessData ...
Posted By RICHARD CROSS Thu September 07, 2023 05:08 AM
Found In Egroup: B2B Integration
\ view thread
Hi Laxman, The docs are actually quite useful in terms of defining the parameters with example code snippets: https://www.ibm.com/docs/en/b2b-integrator/6.1.2?topic=z-sftp-client-put-service You could also try looking at the out of the box BP AFTRouteSFTPPUT. Key parameters on the PUT are to ...
Posted By RICHARD CROSS Thu June 15, 2023 04:38 AM
Found In Egroup: Managed File Transfer
\ view thread
Hi Oscar, Take a look at the BPs for MQ FTE delivery: FileGatewayDeliverWMQFTE - initiates the delivery via MQ FTE posting a "Delivering" status update FileGatewayProcessFTEReply - is bootstrapped from the async reply queue where MQ posts the result of the transfer. It updates the delivery ...
Posted By RICHARD CROSS Fri April 21, 2023 11:11 AM
Found In Egroup: B2B Integration
\ view thread
Not quite everything is available as a REST API yet. Each new release has tended to add more and any new UI elements tend to automatically come with equivalent REST APIs. You've also got the older XAPIs which some customers have used to automate config tasks. You can automate import/export e.g. using ...
Posted By RICHARD CROSS Fri March 17, 2023 05:54 AM
Found In Egroup: B2B Integration
\ view thread
Hi Laxman, Your screenshot doesn't show why it's failing. Take a look at the workflow (should be a link if you're an admin) which in your screenshot is 9618 where you should be able to find the failing step where there will be more info on why it's failing. Have you looked at the Route tab also ...
Posted By RICHARD CROSS Thu February 16, 2023 05:06 AM
Found In Egroup: B2B Integration
\ view thread
Hi Hemanth, Where are you trying to set it? You should have a line "LICENSE_ACCEPT_ENABLE_SFG=true" in sandbox.cfg which won't get overridden on restart. Best regards ------------------------------ RICHARD CROSS ------------------------------
Posted By RICHARD CROSS Tue February 14, 2023 06:01 AM
Found In Egroup: B2B Integration
\ view thread
Hi Nick, You can do it via REST: https://www.ibm.com/docs/en/b2b-integrator/6.1.2?topic=cbra-b2b-rest-apis-available-in-sterling-b2b-integrator So you could call curl from the command line to send the REST requests. Regards, Richard. ------------------------------ RICHARD CROSS ...
Posted By RICHARD CROSS Thu March 10, 2022 04:50 AM
Found In Egroup: B2B Integration
\ view thread
Thanks Manuel. You are a hero! :-) Best regards, Richard. ------------------------------ RICHARD CROSS ------------------------------
Posted By RICHARD CROSS Thu February 03, 2022 07:18 AM
Found In Egroup: B2B Integration
\ view thread
Thank you Manuel! Very much appreciated. Best regards, Richard. ------------------------------ RICHARD CROSS ------------------------------
Posted By RICHARD CROSS Thu February 03, 2022 07:17 AM
Found In Egroup: Managed File Transfer
\ view thread
Hi Manuel, I basically just followed the docs. One thing I had to do to make it work with MinIO was to change the value of virtualHostedUri I think but I wouldn't expect that to be an issue with AWS. Note I didn't exactly stress test it so you may need to play with things like checkpointing, part ...
Posted By RICHARD CROSS Wed February 02, 2022 06:34 AM
Found In Egroup: B2B Integration
\ view thread
Hi Manuel, Any chance you could share your BP and java code (anything secret removed of course) please? :-) Lots of demand for this. Have you tried with the REST Client service? https://www.ibm.com/docs/en/b2b-integrator/6.1.1?topic=SS3JSW_6.1.1/integrating/integrating/integrator/REST_Client_Adapter.html ...
Posted By RICHARD CROSS Wed February 02, 2022 06:18 AM
Found In Egroup: Managed File Transfer
\ view thread
Hi Manuel, It will work. It's just quicker if the C:D node is located on AWS as the C:D protocol is more efficient than the S3 API HTTPS calls that are used by C:D to access the bucket. I've not personally tried it with AWS but for a test I tried it out with a C:D instance on IBM Cloud in EMEA talking ...
Posted By RICHARD CROSS Fri December 03, 2021 11:05 AM
Found In Egroup: B2B Integration
\ view thread
Hi Len, Being a Brit I'm not too familiar with the USPS unfortunately ;-) Typically the APIs will use REST in which case the method to access them is not too dissimilar from scraping a web page e.g. you can use the HTTP client adapter to GET, POST etc. but without having to worry about all the ...