Real-Time Question
Hello,
I am trying to setup a real time sql data source, to import data into GP.
Do I need to go through the web service to do that? When I go to register the map for create/update, it says to enter a web service URL. I can’t find in the manual where it says I need the web service for a SQL datasource real time. I would assume it would create the triggers on the table (which it is not doing).
Thank you.
I am trying to setup a real time sql data source, to import data into GP.
Do I need to go through the web service to do that? When I go to register the map for create/update, it says to enter a web service URL. I can’t find in the manual where it says I need the web service for a SQL datasource real time. I would assume it would create the triggers on the table (which it is not doing).
Thank you.
Answers
Brandon,
yes the sql db triggers go through the eone web services as noted here:
http://www.eonesolutions.com/Manuals/SmartConnect/SmartConnect%202015/?page=smartconnect_data_source_mssql_realtime
and yes it will create a sql db trigger for this – your probably isn’t created because you haven’t set up the web services and set the URL to the REST service in the Generic Connector Setup window.
yes the sql db triggers go through the eone web services as noted here:
http://www.eonesolutions.com/Manuals/SmartConnect/SmartConnect%202015/?page=smartconnect_data_source_mssql_realtime
and yes it will create a sql db trigger for this – your probably isn’t created because you haven’t set up the web services and set the URL to the REST service in the Generic Connector Setup window.
Thank you for this. I’m sorry to ask but I can’t find anywhere on how to actually install the web service? I ran through the setup on a dedicated web server, and now am getting forbidden errors when trying to connect to it. Do you have any directions on setting it up within IIS?