The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
AndreaF
1 year agoContributor III
Smart Integration Connector - RemoteEndPointProviderIsInvalid
Hi, I am trying to use Smart Integration Connector for connecting to an SFTP server.
We have followed the instructions on setting up the Local Gateway servers and the SIC have been created (see pic...
- 1 year ago
Hi, the Gateway Server has 2 SIC, a direct connection and a database connection type.
The solution has been to change the ExecuteRemoteGatewayBusinessRule to use the Database connection for the purpose of retrieving the configuration values:
Dim objRemoteRequestResultDto As RemoteRequestResultDto = BRApi.Utilities.ExecRemoteGatewayBusinessRule(si, "RemoteGatewayValueFetcher", Nothing, "dummy_db_gateway_prod_do_not_delete", String.Empty, String.Empty, False, 600)
AndreaF
1 year agoContributor III
Hi, the Gateway Server has 2 SIC, a direct connection and a database connection type.
The solution has been to change the ExecuteRemoteGatewayBusinessRule to use the Database connection for the purpose of retrieving the configuration values:
Dim objRemoteRequestResultDto As RemoteRequestResultDto = BRApi.Utilities.ExecRemoteGatewayBusinessRule(si, "RemoteGatewayValueFetcher", Nothing, "dummy_db_gateway_prod_do_not_delete", String.Empty, String.Empty, False, 600)
Related Content
- 9 months ago
- 2 years ago