Quantcast
Channel: OutSystems Community
Viewing all 1476385 articles
Browse latest View live

[Ideas] Be sure default text values for an entity attribute will fit

$
0
0
This idea is the result of my stupid mistake but it seems like a simple thing to implement.  I couldn't figure out why I kept getting 'String or Binary Text truncation error' when I was attempting to create records in the database.  As it turns out I had a text entity attribute with a maximum length of 2 (for a two character state value) and I set the default value to 'New York'.  So, no matter what I did I always got the error until I realized the mistake.  I'd like the platform to check for inconsistancies like this and create a TrueChange error instead of trying to figure it out when the SQL fails.  It could save developers some debugging time.

[Ideas] Merge all the BPT APIs

$
0
0
There are 4 producers with BPT actions: System, BPT API, EPA_TaskBox, EPA_TaskBoxExtension. 

There should be just one API for BPT, or at least 2 (BPT API and EPA API).

All the BPT actions from System should be moved to the BPT API.
For instance, we have the 'ProcessTerminate' action in System eSpace and the 'Process_Delete' action in the BPT API extension, and one complements the other (you can't delete a process with the API if its not terminated).

New developers only know half of the available actions, because they are all scattered around the modules.

It would be simplier if we only had one place to get all the APIs for BPT.

[Ideas] IN clause in Aggregates

$
0
0
Hi,

I've run into this a few times.

I would like to have the ability to do a simple query with an IN clause, without having to rely on advanced queries.

It should accept a list of <myTable> Identifier.

Today we do ( from an aggregate perspective):

   SELECT * FROM {TASKS} WHERE id = 1 or id = 2 or id = 3

But it would be really awesome if we could do 

  SELECT * FROM {Tasks} WHERE id in (1,2,3) 

This allows us to do some pretty cool stuff with Lists setc ( eg you can now shim some of the more advanced sql functionality without writing advanced queries).

An example would be:

    myList = SELECT id from People WHERE OrganisationId = 2
    SELECT * FROM {Tasks} WHERE personId = myList

Which would be 2 actions, and somewhat faster/cleaner than the current way  
  • Writing an advanced query ( frowned up by my companies' best practices guide - and I've also found advanced queries tend to be annoying to manage )
  • Looping through myList and putting the outputs into another list, which is then passed around (this also has a few nasties - lots of DB hits (albeit small ones), and refreshing this with paging is a pain

[Downloads] Development Environment 9.0.1.40

$
0
0

Fixed in 9.0.1.40
  • Service Studio
    • Text widget can be edited from the widget tree (#1026106)
    • Fixed crash when switching to an eSpace with the Entity Diagram opened (#526476)
    • Fixed crash in various scenarios due to TrueChange misbehaviour (#693095)
    • Fixed compilation error due a missing validation in Service Studio when an Entity was deleted and was being used (#761398)
    • Fixed crash when consuming action that exposes entity identifier through anonymous types (#794914)
    • Fixed crash when creating a list screen or performing a search (#928919)
    • Fixed crash when losing focus from root of the widget tree (#1018368)
    • Fixed crash when consuming complex data types (#515638)
    • Fixed crash when finding usages in all eSpaces (#518186)
    • Fixed crash in "Go to definition" operation when using the keyboard shortcut (#552865)
    • Fixed crash when deleting an unnamed input (#691814)
    • Fixed crash when adding extension entity to an aggregate (#770047)
    • Added missing validation when placing a decimal expression in "Decimals" property (#967072)
    • Fixed compilation error when publishing incomplete referenced type (#1022105)
    • Fixed Simple Queries with input parameter with IF expression incorrectly upgraded to Aggregate (#1023374)
    • Fixed hang when opening a text box with a large text inside of it (#1023802)
    • Fixed compilation error caused by missing validation on references nameclash (#687679)
    • Fixed crash when deleting an attribute of a structure while is being used in a Combo Box (#733654)
    • Fixed crash when renaming a record attribute when its type is invalid (#843413)
    • Fixed crash when double clicking on an error message related with an aggregate (#1024851)
    • Added missing validation when referencing web block input parameters with incomplete type definitions (#1025349)
    • Removed suggestion limitation on Static Entity records (#1026081)
Compatibility
  • Compatible with Platform Server Version 9
  • Compatible with Development Environment Version 9
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Downloads] Platform Server 9.0.1.40 Core for Java

$
0
0

Fixed in 9.0.1.40
  • Fixed DatePicker inside Forms not working in Chrome in Windows with touch interface enabled (#893682)
  • Improved Security in System eSpaces Web Screens (#1014894 #1014896)
  • Fixed Asynchronous Logging error saving non-mandatory foreign keys with value 0 (#1026097)
  • Fixed Performance Monitor button highlight when in Performance Monitor (#730999)
  • Fixed compilation error when using implicit conversions in Web Screen input parameter (#992127)
  • Fixed missing Administrator role on AppPreview page in ECT_Provider (#1023105)
  • Activated JBoss Garbage Collector and Access Logs by default (#1023625)
  • Increased JBoss boot timeout to avoid timeouts in large factories (#1023626)
  • Improved Generated Applications Error Logging (#1025056)
  • Fixed Custom Logging errors not being logged in Error Logs (#1025057)
  • Fixed REST API documentation formatting (#1025175)
  • Improved reliability when sending emails to tolerate SMTP Server misbehaviors (#1025190)
  • Fixed sessions lasting beyond session timeout when using EPA taskbox (#1025664)
  • External authentication plugins are not longer called to authenticate PlatformServices (#1026353)
  • Fixed Lifetime Deployment leaving outdated modules in target environment (#1026359)
  • Fixed compilation error when publishing SAP configured eSpace with large passwords (#1026497)
  • Fixed Charts not loading in screen with Client Side Tabs in IE9 (#1027220)
  • Fixed pending time displayed when hovering an email in Service Center (#276584)
  • Fixed extension download version and user information in Integration Studio "Download Other Versions" dialog (#429597)
  • Fixed minor issues in eSpace and Solution Edit screens in Service Center (#908661)
  • Fixed App Feedback confirmation message translation (#998127)
  • Fixed cursor backward traverse to not move out of the first element of the editable row (#1023413)
  • Improved Performance Monitoring when an environment is unregistered and reregistered (#1023661)
  • Improved LifeTime environment sync to detect hotfix changes (#1024023)
  • Fixed Empty dates on the Web Service response being read as current date (#1031414)
  • Fixed issue in Lifetime where an equivalent module version was selected to publish instead of the correct one (#1026006)
Compatibility
  • Compatible with Platform Server Version 9
  • Compatible with Development Environment Version 9
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Downloads] Platform Server 9.0.1.40

$
0
0

Fixed in 9.0.1.40
  • Fixed compilation error when a directory from "share" folder is open in explorer (#283909)
  • Fixed DBCleaner delete attributes that were deleted but recreated later. (#1026692)
  • Fixed DatePicker inside Forms not working in Chrome in Windows with touch interface enabled (#893682)
  • Improved Security in System eSpaces Web Screens (#1014894 #1014896)
  • Improved Security of generated applications (#1014916)
  • Fixed Asynchronous Logging error saving non-mandatory foreign keys with value 0 (#1026097)
  • Fixed Performance Monitor button highlight when in Performance Monitor (#730999)
  • Fixed compilation error when using implicit conversions in Web Screen input parameter (#992127)
  • Fixed Ajax error when redirecting to external screen in exception handler (#1005426)
  • Fixed missing Administrator role on AppPreview page in ECT_Provider (#1023105)
  • Improved Generated Applications Error Logging (#1025056)
  • Fixed Custom Logging errors not being logged in Error Logs (#1025057)
  • Fixed REST API documentation formatting (#1025175)
  • Improved reliability when sending emails to tolerate SMTP Server misbehaviors (#1025190)
  • Fixed sessions lasting beyond session timeout when using EPA taskbox (#1025664)
  • External authentication plugins are not longer called to authenticate PlatformServices (#1026353)
  • Fixed Lifetime Deployment leaving outdated modules in target environment (#1026359)
  • Fixed compilation error when publishing SAP configured eSpace with large passwords (#1026497)
  • Fixed Charts not loading in screen with Client Side Tabs in IE9 (#1027220)
  • Fixed pending time displayed when hovering an email in Service Center (#276584)
  • Fixed extension download version and user information in Integration Studio "Download Other Versions" dialog (#429597)
  • Fixed minor issues in eSpace and Solution Edit screens in Service Center (#908661)
  • Fixed App Feedback confirmation message translation (#998127)
  • Fixed cursor backward traverse to not move out of the first element of the editable row (#1023413)
  • Improved Performance Monitoring when an environment is unregistered and reregistered (#1023661)
  • Improved LifeTime environment sync to detect hotfix changes (#1024023)
  • Fixed missing permissions left by configuration tool when using windows authentication to access session database (#1027143)
Compatibility
  • Compatible with Platform Server Version 9
  • Compatible with Development Environment Version 9
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Downloads] Platform Server 9.0.1.40 Libs for Java

$
0
0

Fixed in 9.0.1.40
  • Fixed DatePicker inside Forms not working in Chrome in Windows with touch interface enabled (#893682)
  • Improved Security in System eSpaces Web Screens (#1014894 #1014896)
  • Fixed Asynchronous Logging error saving non-mandatory foreign keys with value 0 (#1026097)
  • Fixed Performance Monitor button highlight when in Performance Monitor (#730999)
  • Fixed compilation error when using implicit conversions in Web Screen input parameter (#992127)
  • Fixed missing Administrator role on AppPreview page in ECT_Provider (#1023105)
  • Activated JBoss Garbage Collector and Access Logs by default (#1023625)
  • Increased JBoss boot timeout to avoid timeouts in large factories (#1023626)
  • Improved Generated Applications Error Logging (#1025056)
  • Fixed Custom Logging errors not being logged in Error Logs (#1025057)
  • Fixed REST API documentation formatting (#1025175)
  • Improved reliability when sending emails to tolerate SMTP Server misbehaviors (#1025190)
  • Fixed sessions lasting beyond session timeout when using EPA taskbox (#1025664)
  • External authentication plugins are not longer called to authenticate PlatformServices (#1026353)
  • Fixed Lifetime Deployment leaving outdated modules in target environment (#1026359)
  • Fixed compilation error when publishing SAP configured eSpace with large passwords (#1026497)
  • Fixed Charts not loading in screen with Client Side Tabs in IE9 (#1027220)
  • Fixed pending time displayed when hovering an email in Service Center (#276584)
  • Fixed extension download version and user information in Integration Studio "Download Other Versions" dialog (#429597)
  • Fixed minor issues in eSpace and Solution Edit screens in Service Center (#908661)
  • Fixed App Feedback confirmation message translation (#998127)
  • Fixed cursor backward traverse to not move out of the first element of the editable row (#1023413)
  • Improved Performance Monitoring when an environment is unregistered and reregistered (#1023661)
  • Improved LifeTime environment sync to detect hotfix changes (#1024023)
  • Fixed Empty dates on the Web Service response being read as current date (#1031414)
  • Fixed issue in Lifetime where an equivalent module version was selected to publish instead of the correct one (#1026006)
Compatibility
  • Compatible with Platform Server Version 9
  • Compatible with Development Environment Version 9
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Downloads] Platform Server 9.0.1.40 Connector for JBoss 6 EAP

$
0
0

Fixed in 9.0.1.40
  • Fixed DatePicker inside Forms not working in Chrome in Windows with touch interface enabled (#893682)
  • Improved Security in System eSpaces Web Screens (#1014894 #1014896)
  • Fixed Asynchronous Logging error saving non-mandatory foreign keys with value 0 (#1026097)
  • Fixed Performance Monitor button highlight when in Performance Monitor (#730999)
  • Fixed compilation error when using implicit conversions in Web Screen input parameter (#992127)
  • Fixed missing Administrator role on AppPreview page in ECT_Provider (#1023105)
  • Activated JBoss Garbage Collector and Access Logs by default (#1023625)
  • Increased JBoss boot timeout to avoid timeouts in large factories (#1023626)
  • Improved Generated Applications Error Logging (#1025056)
  • Fixed Custom Logging errors not being logged in Error Logs (#1025057)
  • Fixed REST API documentation formatting (#1025175)
  • Improved reliability when sending emails to tolerate SMTP Server misbehaviors (#1025190)
  • Fixed sessions lasting beyond session timeout when using EPA taskbox (#1025664)
  • External authentication plugins are not longer called to authenticate PlatformServices (#1026353)
  • Fixed Lifetime Deployment leaving outdated modules in target environment (#1026359)
  • Fixed compilation error when publishing SAP configured eSpace with large passwords (#1026497)
  • Fixed Charts not loading in screen with Client Side Tabs in IE9 (#1027220)
  • Fixed pending time displayed when hovering an email in Service Center (#276584)
  • Fixed extension download version and user information in Integration Studio "Download Other Versions" dialog (#429597)
  • Fixed minor issues in eSpace and Solution Edit screens in Service Center (#908661)
  • Fixed App Feedback confirmation message translation (#998127)
  • Fixed cursor backward traverse to not move out of the first element of the editable row (#1023413)
  • Improved Performance Monitoring when an environment is unregistered and reregistered (#1023661)
  • Improved LifeTime environment sync to detect hotfix changes (#1024023)
  • Fixed Empty dates on the Web Service response being read as current date (#1031414)
  • Fixed issue in Lifetime where an equivalent module version was selected to publish instead of the correct one (#1026006)
Compatibility
  • Compatible with Platform Server Version 9
  • Compatible with Development Environment Version 9
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Downloads] Platform Server 9.0.1.40 Connector for JBoss 7 Community

$
0
0

Fixed in 9.0.1.40
  • Fixed DatePicker inside Forms not working in Chrome in Windows with touch interface enabled (#893682)
  • Improved Security in System eSpaces Web Screens (#1014894 #1014896)
  • Fixed Asynchronous Logging error saving non-mandatory foreign keys with value 0 (#1026097)
  • Fixed Performance Monitor button highlight when in Performance Monitor (#730999)
  • Fixed compilation error when using implicit conversions in Web Screen input parameter (#992127)
  • Fixed missing Administrator role on AppPreview page in ECT_Provider (#1023105)
  • Activated JBoss Garbage Collector and Access Logs by default (#1023625)
  • Increased JBoss boot timeout to avoid timeouts in large factories (#1023626)
  • Improved Generated Applications Error Logging (#1025056)
  • Fixed Custom Logging errors not being logged in Error Logs (#1025057)
  • Fixed REST API documentation formatting (#1025175)
  • Improved reliability when sending emails to tolerate SMTP Server misbehaviors (#1025190)
  • Fixed sessions lasting beyond session timeout when using EPA taskbox (#1025664)
  • External authentication plugins are not longer called to authenticate PlatformServices (#1026353)
  • Fixed Lifetime Deployment leaving outdated modules in target environment (#1026359)
  • Fixed compilation error when publishing SAP configured eSpace with large passwords (#1026497)
  • Fixed Charts not loading in screen with Client Side Tabs in IE9 (#1027220)
  • Fixed pending time displayed when hovering an email in Service Center (#276584)
  • Fixed extension download version and user information in Integration Studio "Download Other Versions" dialog (#429597)
  • Fixed minor issues in eSpace and Solution Edit screens in Service Center (#908661)
  • Fixed App Feedback confirmation message translation (#998127)
  • Fixed cursor backward traverse to not move out of the first element of the editable row (#1023413)
  • Improved Performance Monitoring when an environment is unregistered and reregistered (#1023661)
  • Improved LifeTime environment sync to detect hotfix changes (#1024023)
  • Fixed Empty dates on the Web Service response being read as current date (#1031414)
  • Fixed issue in Lifetime where an equivalent module version was selected to publish instead of the correct one (#1026006)
Compatibility
  • Compatible with Platform Server Version 9
  • Compatible with Development Environment Version 9
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Downloads] Platform Server 9.0.1.40 Connector for WebLogic

$
0
0

Fixed in 9.0.1.40
  • Fixed DatePicker inside Forms not working in Chrome in Windows with touch interface enabled (#893682)
  • Improved Security in System eSpaces Web Screens (#1014894 #1014896)
  • Fixed Asynchronous Logging error saving non-mandatory foreign keys with value 0 (#1026097)
  • Fixed Performance Monitor button highlight when in Performance Monitor (#730999)
  • Fixed compilation error when using implicit conversions in Web Screen input parameter (#992127)
  • Fixed missing Administrator role on AppPreview page in ECT_Provider (#1023105)
  • Activated JBoss Garbage Collector and Access Logs by default (#1023625)
  • Increased JBoss boot timeout to avoid timeouts in large factories (#1023626)
  • Improved Generated Applications Error Logging (#1025056)
  • Fixed Custom Logging errors not being logged in Error Logs (#1025057)
  • Fixed REST API documentation formatting (#1025175)
  • Improved reliability when sending emails to tolerate SMTP Server misbehaviors (#1025190)
  • Fixed sessions lasting beyond session timeout when using EPA taskbox (#1025664)
  • External authentication plugins are not longer called to authenticate PlatformServices (#1026353)
  • Fixed Lifetime Deployment leaving outdated modules in target environment (#1026359)
  • Fixed compilation error when publishing SAP configured eSpace with large passwords (#1026497)
  • Fixed Charts not loading in screen with Client Side Tabs in IE9 (#1027220)
  • Fixed pending time displayed when hovering an email in Service Center (#276584)
  • Fixed extension download version and user information in Integration Studio "Download Other Versions" dialog (#429597)
  • Fixed minor issues in eSpace and Solution Edit screens in Service Center (#908661)
  • Fixed App Feedback confirmation message translation (#998127)
  • Fixed cursor backward traverse to not move out of the first element of the editable row (#1023413)
  • Improved Performance Monitoring when an environment is unregistered and reregistered (#1023661)
  • Improved LifeTime environment sync to detect hotfix changes (#1024023)
  • Fixed Empty dates on the Web Service response being read as current date (#1031414)
  • Fixed issue in Lifetime where an equivalent module version was selected to publish instead of the correct one (#1026006)
Compatibility
  • Compatible with Platform Server Version 9
  • Compatible with Development Environment Version 9
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Ideas] Date format in Aggregates needs to match Service Center setting

$
0
0
If you have an entity with date or date time fields and you view data in an aggregate, the values are always shown as DD-MM-YYYY, completely ignoring the settings in Service Center.  Normally this is no big deal but today seeing 06-11-2015 instead of 11-06-2015 (my expected MM-DD-YYYY display in the US) confused the hell out of people when I was showing them how easy it is to pull data with an aggregate.  I don't believe the old simple queries had this issue but I don't remember.  Please make aggregates display dates using the format as defined in Service Center.

[Downloads] The Detach Process for .NET

$
0
0
Permalink: www.outsystems.com/goto/technote-detach-dotnet This document applies to OutSystems Platform 9.1. Documentation is also available for Platform 9, Platform 8 and Platform 7. This document is a step-by-step guide for extracting the source code of your applications from the .NET version of the OutSystems® Platform and how to set it up to be executed and maintained independently of the OutSystems Platform, if you ever decide to detach from it. This is a complement to the OutSystems Platform – Standard Architecture with No Lock-in technical note that gives a high-level view on how the OutSystems Platform, unlike other proprietary technologies and frameworks, generates standard, optimized, and fully documented .NET source code that does not require runtime interpreters or engines.

[Downloads] REMOVED FROM AVAILABILITY - Development Environment 9.1.0.8

$
0
0

===========
IMPORTANT NOTICE:
THIS REVISION PATCH HAS BEEN REMOVED FROM AVAILABILITY
===========

OutSystems has detected a problem with this specific revision patch of the OutSystems Platform. As a consequence, this Release Candidate has been removed from availability.
Any customers that may have downloaded this revision patch are advised not to install it in any further systems.
OutSystems replaced this revision patch with Release Candidate 9.1.0.11. It includes all fixes available here and the fix for the problem detected in the meantime:


What's new in 9.1.0.8

  • Operational Analytics
    • Rich Dashboard
    • End-User Experience data (Client + Network + Server) for Troubleshooting Application Performance
    • Extend and integrate Analytics – REST APIs
  • Mobile performance improvements
    • Prefetching resources
    • Optimized Notify mechanism
  • Added support for Long Integers
  • Integrate with Everything - REST improvements
    • URL customization
    • Extensibility and Traceability
  • Strong cryptographic algorithm for passwords’ storage
All defects corrected in 9.0.1.35 are also corrected in 9.1.0.8

Known Issues
  • Error synchronizing users in upgrade scenarios (#1026583) – when upgrading an infrastructure from versions pre-9.0.1.x, lifetime user data will not be synchronized to environments that have not been upgraded yet.
  • Service Studio hang in Application detail page(#886622)
Compatibility
  • Compatible with Platform Server Version 9.1
  • Compatible with Development Environment Version 9.1
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Downloads] Platform Server 9.1.0.8 Connector for WildFly 8

$
0
0

What's new in 9.1.0.8
  • Operational Analytics
    • Rich Dashboard
    • End-User Experience data (Client + Network + Server) for Troubleshooting Application Performance
    • Extend and integrate Analytics – REST APIs
  • Mobile performance improvements
    • Prefetching resources
    • Optimized Notify mechanism
  • Added Java 8 support
  • Added support for Long Integers
  • Integrate with Everything - REST improvements
    • URL customization
    • Extensibility and Traceability
  • Strong cryptographic algorithm for passwords’ storage
All defects corrected in 9.0.1.35 are also corrected in 9.1.0.8

Known Issues
  • Error synchronizing users in upgrade scenarios (#1026583) – when upgrading an infrastructure from versions pre-9.0.1.x, lifetime user data will not be synchronized to environments that have not been upgraded yet.
  • Placeholder does not bind data in java after Notify action (#1002196)
Compatibility
  • Compatible with Platform Server Version 9.1
  • Compatible with Development Environment Version 9.1
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Downloads] Platform Server 9.1.0.8 Connector for JBoss 6 EAP

$
0
0

What's new in 9.1.0.8
  • Operational Analytics
    • Rich Dashboard
    • End-User Experience data (Client + Network + Server) for Troubleshooting Application Performance
    • Extend and integrate Analytics – REST APIs
  • Mobile performance improvements
    • Prefetching resources
    • Optimized Notify mechanism
  • Added Java 8 support
  • Added support for Long Integers
  • Integrate with Everything - REST improvements
    • URL customization
    • Extensibility and Traceability
  • Strong cryptographic algorithm for passwords’ storage
All defects corrected in 9.0.1.35 are also corrected in 9.1.0.8

Known Issues
  • Error synchronizing users in upgrade scenarios (#1026583) – when upgrading an infrastructure from versions pre-9.0.1.x, lifetime user data will not be synchronized to environments that have not been upgraded yet.
  • Placeholder does not bind data in java after Notify action (#1002196)
Compatibility
  • Compatible with Platform Server Version 9.1
  • Compatible with Development Environment Version 9.1
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Downloads] Platform Server 9.1.0.8 Libs for Java

$
0
0

What's new in 9.1.0.8
  • Operational Analytics
    • Rich Dashboard
    • End-User Experience data (Client + Network + Server) for Troubleshooting Application Performance
    • Extend and integrate Analytics – REST APIs
  • Mobile performance improvements
    • Prefetching resources
    • Optimized Notify mechanism
  • Added Java 8 support
  • Added support for Long Integers
  • Integrate with Everything - REST improvements
    • URL customization
    • Extensibility and Traceability
  • Strong cryptographic algorithm for passwords’ storage
All defects corrected in 9.0.1.35 are also corrected in 9.1.0.8
Support to Oracle WebLogic will be available in a future revision of OutSystems Platform 9.1. OutSystems Platform 9.0 supports and will continue to support WebLogic.

Known Issues
  • Error synchronizing users in upgrade scenarios (#1026583) – when upgrading an infrastructure from versions pre-9.0.1.x, lifetime user data will not be synchronized to environments that have not been upgraded yet.
  • Placeholder does not bind data in java after Notify action (#1002196)
Compatibility
  • Compatible with Platform Server Version 9.1
  • Compatible with Development Environment Version 9.1
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Downloads] Platform Server 9.1.0.8 Core for Java

$
0
0

What's new in 9.1.0.8
  • Operational Analytics
    • Rich Dashboard
    • End-User Experience data (Client + Network + Server) for Troubleshooting Application Performance
    • Extend and integrate Analytics – REST APIs
  • Mobile performance improvements
    • Prefetching resources
    • Optimized Notify mechanism
  • Added Java 8 support
  • Added support for Long Integers
  • Integrate with Everything - REST improvements
    • URL customization
    • Extensibility and Traceability
  • Strong cryptographic algorithm for passwords’ storage
All defects corrected in 9.0.1.35 are also corrected in 9.1.0.8
Support to Oracle WebLogic will be available in a future revision of OutSystems Platform 9.1. OutSystems Platform 9.0 supports and will continue to support WebLogic.

Known Issues
  • Error synchronizing users in upgrade scenarios (#1026583) – when upgrading an infrastructure from versions pre-9.0.1.x, lifetime user data will not be synchronized to environments that have not been upgraded yet.
  • Placeholder does not bind data in java after Notify action (#1002196)
Compatibility
  • Compatible with Platform Server Version 9.1
  • Compatible with Development Environment Version 9.1
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Downloads] REMOVED FROM AVAILABILITY - Platform Server 9.1.0.8

$
0
0

===========
IMPORTANT NOTICE:
THIS REVISION PATCH HAS BEEN REMOVED FROM AVAILABILITY
===========

OutSystems has detected a problem with this specific revision patch of the OutSystems Platform. As a consequence, this Release Candidate has been removed from availability.
Any customers that may have downloaded this revision patch are advised not to install it in any further systems.
OutSystems replaced this revision patch with Release Candidate 9.1.0.10. It includes all fixes available here and the fix for the problem detected in the meantime:


What's new in 9.1.0.8

  • Operational Analytics
    • Rich Dashboard
    • End-User Experience data (Client + Network + Server) for Troubleshooting Application Performance
    • Extend and integrate Analytics – REST APIs
  • Mobile performance improvements
    • Prefetching resources
    • Optimized Notify mechanism
  • Added support for Long Integers
  • Integrate with Everything - REST improvements
    • URL customization
    • Extensibility and Traceability
  • Strong cryptographic algorithm for passwords’ storage
All defects corrected in 9.0.1.35 are also corrected in 9.1.0.8

Known Issues
  • Error synchronizing users in upgrade scenarios (#1026583) – when upgrading an infrastructure from versions pre-9.0.1.x, lifetime user data will not be synchronized to environments that have not been upgraded yet.
  • Wrong implicit conversion from Decimal to Integer (#1082465)
Compatibility
  • Compatible with Platform Server Version 9.1
  • Compatible with Development Environment Version 9.1
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Downloads] Platform Server 9.1.400.0 for Java - Release Notes

$
0
0

Installable RPM available @http://yum.outsystems.net

Follow the Platform Server 9.1 - JEE Installation Checklist.


What's new in 9.1.400.0
  • Improved security of applications generated code (#1202532)
  • Added support for integration with Microsoft Azure SQL (#1202530)
Fixed in 9.1.400.0
  • Scheduler no longer tries to repeatedly execute a timer when it fails before starting (#1149432)
  • Fixed error synchronizing users to environments in 8.0 or lower (#1026583)
  • Fixed WildFly unavailability when machine has insufficient inotify watches (#1098577)
  • Fixed WildFly memory leak (#1135312)
  • Fixed deadlock on Application start (#1141290)
  • Fixed Team Edit screen only showing a limit of 50 Users and Applications in Lifetime (#1157680)
  • Fixed error when trying to create screen logs when action name is too long (#1103482)
  • Fixed issue when explicitly assigning a NullDate to a variable (#1118745)
  • Fixed deadlock scenario during concurrent synchronizations of different environments (#1170089)
  • Fixed REST property Timeout in Seconds not taking into account time waiting for data to be received (#1170106)
  • Fixed authentication error in lifetime services when using token and username (#1172174)
  • Fixed WildFly unavailability when a publication gets blocked (#1172240)
  • Fixed Second Stage Compilation error webreference with optional enumerations (#1188263)
  • Fixed Platform Forms input widgets not having spellcheck and autocorrect when being edited (#1192406)
  • Fixed slow calls card now showing links to modules in LifeTime Analytics (#1211510)
  • Fixed deployment issue when two concurrent stagings with the same tag name are created in LifeTime (#1165570)
  • Added patch 18123824 to WebLogic installation checklist (#1205732)
Compatibility
  • Compatible with Platform Server release 9.1, versions 9.1.0.7 or later
  • Compatible with Development Environment 9.1, versions 9.1.0.7 or later
Additional Resources For further information on any issues, please contact Product Support.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems Platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.

[Downloads] Side Effects and Breaking Changes in Platform 9.1

$
0
0
This document lists the side effects and breaking changes introduced in OutSystems® Platform 9.1 relatively to release 9. OutSystems is committed to minimize its customers’ effort when upgrading their installations to a new major release of OutSystems Platform. As such, before introducing a breaking change for a new release, OutSystems carefully analyzes its impact, namely, the expected number of occurrences in its customers’ installations. A breaking change is introduced only if it affects a small number of customers. Permalink: http://www.outsystems.com/goto/breaking-changes-9.1
Viewing all 1476385 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>