Hi Yamel Peraza ,
Thankyou for reaching out to Microsoft Q&A platform and thanks for posting your query here.
Glad that you figured out the way to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.
It seems that during the upgrade from S1 to S2 Tier, few properties were inadvertently set to invalid values, which were excessively large and exceeded Int32 (MaxValue).
In SSMS, go to the 'Properties' by doing right-click and under the 'General' tab, select 'Show Advanced (All) Properties' , then alter the properties - specifically, 'ExternalCommandTimeout' and 'ExternalConnectionTimeout' - changing their values from 36,000,000 seconds to 3,600 seconds.
Kindly accept the answer by clicking on Accept answer button. Thankyou