17
Views
4
Comments
Solved
[Trigger Pipeline] Trigger Pipeline - String would be truncated
trigger-pipeline
Web icon
Forge asset by OutSystems Lab
Application Type
Traditional Web

Hi,

When adding a pipeline with a lot of assets, i get a string or binary would be truncated warning because the limit of the ApplicationKeys attribute is only 1000 characters:

Can this limit increase to 10.000 characters for example? Or use a database that is properly modelled by adding a new table with the application Key and the IsTestApplication attribute so you can add unlimited Applications to a Trigger Configuration?


Kind regards,

Bas

2020-04-28 08-32-01
Anthony Ouwehand
Staff
Solution

@Gonçalo Ferraria, it's a good recommendation!

Interestingly, this question is similar to one posted in November last year: https://www.outsystems.com/forums/discussion/92768/trigger-pipeline-error-on-adding-more-than-27-applications-to-a-pipeline-trigge/
 
In that post, @Duarte Castaño acknowledges that there is a plan to refactor and normalize this field. I guess we're just waiting for an update. I will ping Duarte and find out.

2024-04-02 13-23-43
Gonçalo Ferraria
Champion

Hi Bas,

You can increase the field lenght to more characters, but increase the field length isn't a good pratice. you should consider create multiple pipelines based on business concepts on your factory.

TY 

2023-04-19 18-38-51
Bas de Jong

Agree, but this is the first pipeline we are building for certain shared components. There will be multiple pipelines for the actual applications. 

2024-04-02 13-23-43
Gonçalo Ferraria
Champion

Hi Bas,

I understand that the "Shared" pipeline is the most expensive in volume. You need to increase the field manually and follow the solution on the post https://www.outsystems.com/forums/discussion/92768/trigger-pipeline-error-on-adding-more-than-27-applications-to-a-pipeline-trigge/ and wait by the component review.

As suggested in this post:

Note: the value should be under 2000 to keep it as VARTEXT. 

Thank you.

2020-04-28 08-32-01
Anthony Ouwehand
Staff
Solution

@Gonçalo Ferraria, it's a good recommendation!

Interestingly, this question is similar to one posted in November last year: https://www.outsystems.com/forums/discussion/92768/trigger-pipeline-error-on-adding-more-than-27-applications-to-a-pipeline-trigge/
 
In that post, @Duarte Castaño acknowledges that there is a plan to refactor and normalize this field. I guess we're just waiting for an update. I will ping Duarte and find out.

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