Hi,
I am facing a very strange issue with some of my packages which have same structures.
The packages are for reconciliation of the data, for this I am select data from Source & Destination and after applying required transformation I am writing the data in an Excel Destination. There are header templates for this Excel Destination. Whenever I run the package a new excel is created, headers are copied from the template file and then data is written into the new excel file. A macro's code is written in this excel which compares the data between Source and Destination. This is the architecture we follow across all the recon packages.
Issue -
The packages run perfectly fine on my machine, I then check in the code on GIT repo through Tortoise GIT tool. When my colleague gets latest package and tries to run the same on his machine, the package fails. Error looks like the mappings in the Excel Destination is missing. The path for packages and templates are exactly same as mine.
There is an expression on Excel File path in Excel Connection.
Can someone please help me on this issue.
Please let me know in case you need any more details
I appreciate your help
Sandeep Prajapati