39
Views
7
Comments
Solved
deployment plan to SIT validation error
Question

When I do the Validation of deployment plan to SIT, I got this error refer to OutSystemDataGrid (A forge that I have added). In my module, I have added those dependency at the very begining and create my grid table.  it can open in browser

May anyone advise how it can be fixed? Can I simply continue with error?  Thanks!


2020-11-25 10-45-32
Mostafa Othman
Champion
Solution

You will need to create new user into SIT and give this user required role same as user existing into Dev to start using it on SIT.

Deployment doesn't copy data of entities from environment to another its only copy static entities data. As user table is normal entity so data of user table into Dev environment will not copied to SIT environment.

You can create users and grant required application roles from URL: 


https://<Your SIT environment name>/users

2020-11-25 10-45-32
Mostafa Othman
Champion

Hello Winnie,

You need to include application "OutSystems Data Grid" into your deployment plan.

You already download/ install OutSystems Data Grid into dev environment and reference it to your application but when you deploy your application to SIT this application "OutSystems Data Grid" still not exists into SIT so you need to include it as part of your deployment plan to be installed to SIT environment 

UserImage.jpg
Winnie Lam

Hi , 

But how can I include OutSystems Data Grid  in my SIT DEPLOYMENT plan. 

Any screen can simply show me? Thank you so much

2020-11-25 10-45-32
Mostafa Othman
Champion

In the deployment plan page you can click add application link and add OutSystems Data Grid

UserImage.jpg
Winnie Lam

When I click Add application , i cannot find the outsystem grid, and I go to factory to search the application , it shows sth like that , May I know should I click apply settings button first??But I dun have the right on it, Just wondering where can I find the apply settings button ? I need to show it to my manager.

2020-11-25 10-45-32
Mostafa Othman
Champion


you will need to login to service center of dev environment then go to factory then applications find Data grid application and open it then click publish button. This will publish application and apply new configurations

UserImage.jpg
Winnie Lam

OK , after I deploy it to SIT successfully,  it shows invalid permissions when I browse the SIT link. But it works in DEV. 
Kindly advise what should I modify? Thanks.  

2020-11-25 10-45-32
Mostafa Othman
Champion
Solution

You will need to create new user into SIT and give this user required role same as user existing into Dev to start using it on SIT.

Deployment doesn't copy data of entities from environment to another its only copy static entities data. As user table is normal entity so data of user table into Dev environment will not copied to SIT environment.

You can create users and grant required application roles from URL: 


https://<Your SIT environment name>/users

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