Hi @Mohammed Abdul Majeed Khan ,
Description: "Login failed for user 'XX\XXX$'."
From the error message, it indicates that the user account does not have the required permissions to make connections or to access resources outside the SSIS package.
Create a proxy account for the user who have enough permission on underlying database and run the job step with that proxy.
Check this link for details.
run-an-ssis-package-under-a-different-account
Regards,
Zoe
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.