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 Integration Studio is:
"
2)
I've tried editing my local "C:\Program Files\OutSystems\Development Environment 8.0\IntegrationStudio.exe.config" setting the following smaller values (previews values were 00:10:00, for 10 minutes, I assume):
"(...)
3)
To overcome this problem I'll try to import manually the table, but as started to try the solution to increase the timeout I'd like to get it to work, for future reference.
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 Integration Studio is:
"
Error retrieving tables: The request channel timed out while waiting for
reply after 00:09:59.9899987. Increase the timeout value passed to the
call to Request or increase the SendTimeout value on the Binding. The
time allotted to this operation may have been a portion of a longer
timeout.
"
I guess 00:09:59 is the 10 minutes timeout.
2)
I've tried editing my local "C:\Program Files\OutSystems\Development Environment 8.0\IntegrationStudio.exe.config" setting the following smaller values (previews values were 00:10:00, for 10 minutes, I assume):
"(...)
<basicHttpBinding>
<binding name="IntegrationStudio" closeTimeout="00:01:00" openTimeout="00:01:00"
receiveTimeout="00:02:00" sendTimeout="00:03:00" allowCookies="false"
(...)
Tried using again Integration Studio (closed and opened) to import tables, but the timeout again happened at 10 minutes threshold, and not at 2 or 3 minutes as I expected.(...)
<binding name="IntegrationStudioSSL" closeTimeout="00:01:00" openTimeout="00:01:00"
receiveTimeout="00:02:00" sendTimeout="00:03:00" allowCookies="false"
(...)
"
(...)
"
3)
To overcome this problem I'll try to import manually the table, but as started to try the solution to increase the timeout I'd like to get it to work, for future reference.