19
Views
5
Comments
Solved
Solution Publishing Error

I created a solution pack for moving applications to our new environment.

The .osp file size is about 380mb.

After some time during the publishing of the solution, below error occurs:

Is there something I missed? I followed the Installation Checklist thoroughly.


Then when I attempt to cancel the publishing, I again get the warning message below. I don't know if the deploying is still ongoing behind the scene despite the error shown above.

Solution

Update:

I managed to fix this by doing the following:

Alter the requestTimeout parameter from machine.config file, and also split the solution pack into 2. The solution packs are already foundation/core modules, and our application factory is quite big hence the size.

looks like 380MB is good size for osp -  try changing to a better internet connection for uninterrupted transaction 
Thank you 

I am doing the publishing in a VM, in an Azure Setup. I cannot control the internet connection from it.

Hi @Lawrence Arielle Batuhan ,

I have faced the similar issue in the past, not over the VM. 

At that time I have contacted the OutSystems Support team and they helped me to upload the big solution file like yours.

You can check with them, they might be able to help you. 

Thanks,

Manish Jawla

Hi Lawrence Arielle Batuhan, 

You can create different solutions packs starting from the core and foundation modules first for instance, other solution for the end user modules or play as you see that it makes more sense. 

Upload and publish it. 

When it's done in the new environment create a solution with all modules and publish it. 

Hope that it helps you 

Solution

Update:

I managed to fix this by doing the following:

Alter the requestTimeout parameter from machine.config file, and also split the solution pack into 2. The solution packs are already foundation/core modules, and our application factory is quite big hence the size.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.