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

[Forums] Connecting to MongoDB Atlas

$
0
0

Tony Freeman wrote:

Platform 10, Cloud Outsystems Environment but also Cloud MongoDB 

Added the MongoDB Atlas connection string.  Getting the following error...

Internal Error

Error:
A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = ReadPreferenceServerSelector{ ReadPreference = { Mode : Primary } }, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "ReplicaSet", Type : "ReplicaSet", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "Unspecified/tracking0-shard-00-00-ysmie.mongodb.net:27017" }", EndPoint: "Unspecified/tracking0-shard-00-00-ysmie.mongodb.net:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.InvalidOperationException: Invalid BinaryConnection state transition from 2 to Failed.

... [Good bit more as to the location of the exception]

Could use help getting through this.



MongoDB Atlas requires any client application ip address to be manually white listed.  I opened up the Atlas to take any connection and the app worked without error.  Now to find the Outsystems platform ip range...



[Forums] Lifetime Analytics configuration

$
0
0

Hi Pedro,


I need to create what will be a lifetime plugin to showing the daily trend of application usage, and I was trying reuse as much as possible the existing data. The ability to drill-down to a specific part of the day, at the minute level, would help to fine tune the information and if were looking to the current day will give a overall idea of how close are we from real-time.



[Forums] Javascript after ajax refresh

$
0
0

Just for the record,

If you have a JavaScript that uses a Widget ID, the JavaScript MUST be refreshed at the SAME time that the element it uses the ID. This is necessary because the Ajax will change the Id and if the code is not refreshed in the same ajax (or a subsequent, I think), the JavaScript will stop working as it will have a different ID.

So, if you refresh the List, you HAVE to refresh in the same ajax the script.

Usually we put a "wrapper" (div) around the table AND the JavaScript, and ajax refresh this wrapper.

Cheers,
Eduardo Jauch

[Forums] Google Map Mobile Directions - Missing Waypoints

$
0
0

Hi Folks,

Noticed the advanced options for directions is not being processed anywhere.

This means no support for waypoints between origin and destination.

Attached you'll find a possible solution for this


Cheers

[Forums] Component with multiple screens

$
0
0

Hi,

I would like to create a component with multiple pages that can be used in multiple projects. The component would be a web block with list of elements and i wanted to also be able to add elements and edit them. I thought about some solutions:

  • Use a popup. Can be a problem because the edit screen I want to implement grows and shrinks while editing
  • Go to a new page that knows where to callback when the user decides to go back clicking in a button on the page. The problem here is to keep the right menu on the new page.
  • Ajax refresh to change the webblock of page. I would hide and show the containers. This way i show the container of the list or the one of show depending of the state of the webblock. The webblock gets really complex because of all the options

Anyone has an example of something like this. In your opinion what is the best option? I'm thinking on using the ajax refresh option.

Best Regards,

Marcelo

[Forge] Pushwoosh

[Forge] Pushwoosh Demo

$
0
0
Pushwoosh demo of connector v1.0.1

[Forums] Error when trying to import .NET Assembly AmazonREK DLL created in VS

$
0
0

Hi, I get an error when importing a .NET assembly I have created using Visual Studio 2017 Community- It has one function that utilises the AWSSDK (Rekognition) saying Outsystems.Audit is a missing reference. If I click on browse Outsystems integration studio hangs. and I don't know where to find Outsystems.Auditing

I'm using Outsystems Personal, and my development  version is the latest 10.0.704


[Forge] ShoppingCore

$
0
0
Proyecto integrador aplicaciones web

[Forums] Kanban board built with OS?

$
0
0

Thank you Shashank! 

That's what I meant.

Regards Harry

[Forums] No scaffolding for master-detail tables

$
0
0

Hello Geoff,

Was you able to solve this? Are you still experiencing problems with the scafolding?

Cheers

Eduardo Jauch

[Forums] Problem in Mobile APP

$
0
0

Hello Cesar thanks for the help.

I got the logs from LogCat they are in Attach.

In a lot of places it says:

[ERROR:ssl_client_socket_openssl.cc(939)] handshake failed; returned -1, SSL error code 1, net_error -100


So I believe it may be because of the SSL...

I didn't install the certificates on the device so I think this is the problem.


Thank you.

I Will try it and give a feedback.


[Forums] send mail for Amazon(SES)

$
0
0

Ricardo Silva wrote:

This information is outdated.

The last tests I made with the platform, it was able to talk with port 25 and 587 of Amazon SES, negating the need for the stunnel workaround.

What version will this not be needed. 10_?_?_?


[Forums] Invalid object name 'OSSYS_PARAMETER'

$
0
0

jgab wrote:

Hi Daniel,


That same document is what I've been following.

The error occurred in my Local VM as well as in Azure VM.

I'll try to perform from the beginning of the steps of installation again just in case.

Will let you know once I got something.

jgab - did you find a resolution to this? We're experiencing the exact same issue. Thank you!

[Forums] Automatically Resetting Search Input

$
0
0

Hey,

My webb app has a search input box, as well as the search and reset buttons. I'm using an infrared scanner that works well with the input box and automatically searches the barcodes that I'm scanning. 

I would like for the input box to automatically clear itself while I'm scanning a new barcode (instead of having to hit the reset button every time). Can someone help me with this?


[Forums] Error when trying to import .NET Assembly AmazonREK DLL created in VS

$
0
0

Fixed It! - I installed Outsystems 10.0.502 in a separate directory and used the OutSystems.HubEdition.RunTimePlatform from that directory when building my VS Project. I then had to install Build tools version 12.0 for it to work..


Andy.

[Forums] Automatically Resetting Search Input

$
0
0

Hi,

Why not just run that Reset implementation prior to running the new search logic, refreshing/cleaning the UI before showing new search results, so the user has the feel of what's being done? Or simply replace the search input with the new scanned value without Reset?

How are you obtaining the scanner data?

[Forums] OutSystems' SQL Server 2017 Support

$
0
0

Hi Bob,

Well, support for SQL Server 2016 was added about 4 months ago... late May 2017, to OS 10.

The optimistic scenario would be support for SQL Server 2017 in Q2 2018, but probably only with OS 11, so maybe Q3 2018? I'm just making assumptions based on previous releases.   

[Forums] OutSystems' SQL Server 2017 Support

$
0
0

Hi Tiago,

Thanks for the update; I'll forward the news on to our DBA.

And thanks for the quick answer!

Bob

[Forums] Dynamic Structures in AdvancedSQL

$
0
0

Hello,

I am new to Outsystems and currently working on Outsystems 9.1.

I am now currently developing Report Generation tool for a system. And It needs build custom Advanced SQL based on user definition. I got that part done but I am having an issue with presenting the result.


Outsystems seems to only put recordset in predefined structures or entities. 

Is there anyway to achieve something dynamic.


Thank you in advance to anyone responding.

Viewing all 1476385 articles
Browse latest View live


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