Hi All, I am getting the below error when dba is trying to deploy the SSIS package in the Production environment.
The type of the value (Int32) being assigned to variables "User::dteNewMaxDate" differes from current variable type(DateTime).
The datatype of the variable is datetime.
The package was deployed successfully in the TEST environment without any error but failed in Production.
Any idea why this is happening and how this can be resolved.