Neuron ESB User Network

The Service Bus for the Connected Business

Lost Process ... I have the XML ... How do I get it back?

I developed and multi step Process and, when checking it into Team Explorer, it got dropped.  I have the XML for the process and I need to get it into a replacement process.  How do I do it?

Views: 55

Reply to This

Replies to This Discussion

You can just copy the xml file into the processes folder of the Neuron solution.  Open ESB Explorer and navigate to Processes - you should see it there.

Thanks.

On a side note:  Can I create an email body text in a C# Process Step and add it to my SMTP adapter.  If so, how?

 

Such as:

string mailbody = "The attached file contains the missing USFoods items.\r\n\r\n"; mailbody = mailbody + "The format of the file is:  05/18/2015,2786689,SAUCE  HOLNDAIS PLST JUG,,\r\n";

mailbody = mailbody + "The first field is the Invoice Date\r\n"; mailbody = mailbody + "The second field is the PLU\r\n";

mailbody = mailbody + "The third field is the Description\r\n";

mailbody = mailbody + "The fourth field is for the Lawson Account Number\r\n";

mailbody = mailbody + "The fifth field is for the Lawson Sub Account\r\n\r\n"; mailbody = mailbody + "Please place the apporpriate Lawson Account Number after the third comma:\r\n"; mailbody = mailbody + "             05/18/2015,2786689,SAUCE  HOLNDAIS PLST JUG,620004,\r\n\r\n";

mailbody = mailbody + "If a Lawson Sub Account is needed, place it after the last comma, otherwise leave it blank.\r\n";

mailbody = mailbody + "             05/18/2015,2786689,SAUCE  HOLNDAIS PLST JUG,620004,0001\r\n\r\n";

context.Data.SetProperty("smtp", "Body", mailbody);

 

Yes you can.  In the adapter endpoint properties for the SMTP adapter, set the property "Message as Attachment" to false.  This tells the adapter to take the ESBMessage.Body contents and use them as the body of the email.  If you want to be fancy, you can set the ESBMessage.Body to some html content in a C# step.  Then you would also set the adapter endpoint property Body Format = True, so that it treats the html correctly.

Thanks you very much, sir.

RSS

Neuron ESB Product Support Forums and Communities

Latest Activity

Anupama Nair posted a discussion

Marketo Adapter Invalid Token

Hi,We are using the Marketo adapter to push account updates to Marketo. It works well for some time then starts failing with Invalid Token unless restarted. Is there a configuration that can be done so it can auto refresh the token when required?Thanks!See More
Nov 6, 2023
Sayantini Basak posted a discussion

Maximum payload size(REST API) for requests interfacing to NeuronESB

I am new to Neuron ESB and in our current scenario,We need to process batch transactions comprising of ~1000 records and send them to Neuron ESB for further processing. I would like to understand what is the maximum size of payload that can be transferred using REST interface to Neuron ESB.See More
Jul 22, 2022
Profile IconRobert E Dunie and Sayantini Basak joined Neuron ESB User Network
Apr 28, 2022
Profile IconDayanand, Frederic C, Steffen Greve-Oksfeldt and 1 more joined Neuron ESB User Network
Mar 16, 2022
Profile IconCam Vong and Mitja Luznar joined Neuron ESB User Network
Jan 27, 2022
Profile IconWill Hitzges, Chad Parsons, michael larsen and 4 more joined Neuron ESB User Network
Jun 11, 2021
Anupama Nair posted a discussion

ODBC stored proc polling with temporary tables

We have set up an ODBC adapter to poll a stored proc.We found that if the stored proc has a temporary table defined the rows returned are always 0.Any idea why this would be and what we can do to get around it?See More
Dec 14, 2020
Prasanth Kharade is now a member of Neuron ESB User Network
Dec 30, 2019

Badge

Loading…

© 2024   Created by Neuron Admin.   Powered by

Badges  |  Report an Issue  |  Terms of Service