I try to deploy new version (1.11) of my BT application. It has On orchestration with one static receive port (scheduler) and one dynamic FTP send port.
Deploying app on clean BizTalk server works fine, but when I want to upgrade BT app (eg. 1.10 =>1.11) to newer version I got following error:
ReceivePort 'App_1.10_ScheduleTriggerPortReceive' already exists. Specify a unique ReceivePort name.
I know that at first the above error does not have anything to do with send ports, but
I have changed dynamic port to static one and it worked just fine.
All that is happening in PerformingBeginChangeRequest
Somebody has any ideas where to start investigation ? I ran out of options...
Deploying app on clean BizTalk server works fine, but when I want to upgrade BT app (eg. 1.10 =>1.11) to newer version I got following error:
ReceivePort 'App_1.10_ScheduleTriggerPortReceive' already exists. Specify a unique ReceivePort name.
I know that at first the above error does not have anything to do with send ports, but
I have changed dynamic port to static one and it worked just fine.
All that is happening in PerformingBeginChangeRequest
Somebody has any ideas where to start investigation ? I ran out of options...