[Forums] Timeout in Integration Studio
Hello again. 1) Yes, there are many tables, a few thoushands. It's an Oracle 11g database. I don't have much control over the database as to create a "view" with less tables. The error message I get in...
View Article[Forums] Timeout in Integration Studio
Oddly enough, using a VM with Integration Studio and editing "C:\Program Files\OutSystems\Development Environment 8.0\IntegrationStudio.exe.config" the same way as I mentioned before, the timeout...
View Article[Forums] SQL syntax
Hi, Is there a way to simply send SQL syntax to the DB? I would like to do something like "delete from CUSTOMERS where CUST_ZIP like "12" Regards, Henri B.
View Article[Forums] SQL syntax
well, use an advanced query. DELETE FROM {CUSTOMERS} WHERE {CUSTOMERS}.[CUST_ZIP] LIKE '12' if you want 12 be a variable, ad an input-parameters like Zip, and depending how you want to solve it,...
View Article[Forums] Getting directions on a mobile phone
Hi Jean, The voice directions are part o GoogleMaps, so it depends of it (as I said I don't think that you have much control on that). My suggestion is for you to try to trigger GoogleMaps with...
View Article[Forums] SQL syntax
J. wrote: well, use an advanced query. "old school" :P Since version 9 it's just called "SQL" widget:http://www.outsystems.com/help/servicestudio/9.1/index.htm#t=Using_Data%2FAbout_SQL.htm
View Article[Forums] “Design your OutSystems T-shirt” contest is back!
Hi guys - awesome designs! Really good ideas :) We only have 5 days untill the contest ends, so don't forget to vote& make your last submissions!(And don't forget to ask your friends to vote on...
View Article[Forums] Timeout in Integration Studio
1) I've managed to manually import the table (actually it's a view) from the Oracle database, so my problem is solved. 2) In my machine (a VM) I managed to increase the timeout to 40 minutes by...
View Article[Forums] Timeout in Integration Studio
And also this log in an extension method:" at System.Data.Common.UnsafeNativeMethods.OCIStmtFetch(OciHandle stmtp, OciHandle errhp, UInt32 nrows, FETCH orientation, MODE mode) at...
View Article[Forums] click on tabs should cache the tab
The load on click, how does this actually work? Since everything is still in the preparation.. So actually it still loads everything? Or does the tabs only a specific part of the preparation that's...
View Article[Forums] Bug Report: Documentation shows WRONG URL using REST Webservices
Hi Guys, Just a bug report. When I create an HTTP (so no HTTPS) REST Webservice The documentation states HTTPS in the request url. Which is wrong.
View Article[Forums] Can OutSystems be used to build a data upload portal with predefined...
The actual implementation, server or client, really doesn't change anything though client side would likely be a better choice for this application. What takes time is the field by field validation -...
View Article[Forums] Bug Report: Documentation shows WRONG URL using REST Webservices
Hi Eric, That is actually the expected behavior. The HTTP Security property sets the minimum required. So when set to None it will accept both http and https. If you are viewing the documentation using...
View Article[Forums] Demo not working - "An error has occurred while calling a service"
Hey there, Mykola,Sorry for the late reply. I just tested the Demo for the connector on our environment and everything looks fine (it's using the 'Profile_CurrentMember' action, as well).Can you access...
View Article[Forums] Bug Report: SQL Commenting that screw up queries
Hi All, Just as a word or warning for people creating advanced queries and that use COMMENTS in those queries. There is a bug in the SQL processor that makes the double hyphens used for commenting...
View Article[Forums] Refresh a web page after a button pushed on the mobile
Hi Guys I'de like to ask what you suggest the best way is to have a specific web page be refreshed after a button on a mobile phone has been pushed. Alternatively I would like to build a web block that...
View Article[Forums] Adding Java script to a page to refresh it
Hi guys. I have this script <scripttype="text/javascript">setTimeout(function () { location.reload(); }, 3000);</script> I would like to add it to a page hoping that it will refresh it...
View Article[Forums] Refresh a web page after a button pushed on the mobile
Hi Jean-Pierre, You usually would try to catch the pressed button and make a javascript "act" on that by e.g. pass a parameter containing the button to an action with an input parameter. It's better...
View Article[Forums] Bug Report: Documentation shows WRONG URL using REST Webservices
Hi Joao, Thanks for your reply. We have a setup like in which all external comm's are HTTPS using Tibco ESB and all internal comm's don't per sé need HTTPS (since it has some ms in response overhead...
View Article[Forums] click on tabs should cache the tab
Hello Niels, You are absolutly right. Silk UI does not affect the preparation of your page. So, when the preparation runs, everything inside it will be loaded. For example, if on the 3rd Tab you have...
View Article