Hi,
While designing a new process what would be the correct way to implement out of the two options:
1) Use a separate system for each trading partner who needs to receive the data. This means that there would be many mercator system files one for each partner which would result in a number of watches in the system.
2) Use a router map to call run maps for each partner's customization. This would reduce the number of watches but at the same time, the error message handling, config settings etc for each partner would make the implementation more complex.
3) Use a combo of the two above. Have a separate router map for each type of message and then call the individual run maps for diff. partners. Again the watches would not be too many but error handling etc would be difficult.
Any other ideas would be appreciated.
While designing a new process what would be the correct way to implement out of the two options:
1) Use a separate system for each trading partner who needs to receive the data. This means that there would be many mercator system files one for each partner which would result in a number of watches in the system.
2) Use a router map to call run maps for each partner's customization. This would reduce the number of watches but at the same time, the error message handling, config settings etc for each partner would make the implementation more complex.
3) Use a combo of the two above. Have a separate router map for each type of message and then call the individual run maps for diff. partners. Again the watches would not be too many but error handling etc would be difficult.
Any other ideas would be appreciated.