I'd suggest following along with the Creating a SQL Remote system tutuorial at http://dcx.sap.com/index.html#sqla170/en/html/95f607466ea11014ab10c402e08c8f9e.html in the documentation. If you want to create multiple remote database in this tutorial, you will do the following :
- In Lesson 1, Step 1, instead of a single directory "c:\tutorial\field" to store messages for a single remote database, create multiple field directories to store messages for multiple remote databases. For example "c:\tutorial\field1", "c:\tutorial\field2" and "c:\tutorial\field3".
- In Lesson 2, Step 4, execute these three SQL commands multiple times for different remote database. For example, create three users 'field_user1', 'field_user2' and 'field_user3'.
- In Lesson 3, Step 3, create subscriptions for all three users you created in the previous lesson, using a different subscribe by value for each user.
- Repeat all of Lesson 5 for each of the remote databases you have created.
- In Lesson 6, step 6, note that messages should be created for two users.
- Repeat all of Lesson 7 and 8 for each of the remote databases you've created.
Hope that helps,
Reg