KB Article #180231
How to get Mapping Project back from Deployed B2Bi Flow
Problem
How to get Mapping Project back from Deployed B2Bi Flow
Resolution
Below process to get the mapping Project back from Container.
1. Copy the Map Name from B2Bi GUI Components page - Example-MAPSERVICE.TestMap
2. Goto B2Bi server - Directory : <B2Bi_SHARED_COMMON>/b2bi/containers/cache
3. run command : grep -rnw . -e 'MAPSERVICE.TestMap'
4. Download the result folder from server to local -Example : 1556828658260.36409@hostname
5. Create "integrator/Resources" folder under the above folder.
6. Remove all the .xml and other files from "1556828658260.36409@hostname" to "integrator " folder Except ( Variables.xml ,Container.xml, Prerequisites.xml )
7. Open Mapping server and open Import option.
9. Under Source "Mapping Service" Select "Deployment package"
10. Browse the Folder "1556828658260.36409@hostname" and click Next and Finish.
11. You will get mapping project Back from Deployed Flow.