exact online - Data Replicator connection string for use with Data Hub -


i trying set invantive data hub replicator. default discovery creates entries exact online , others, there no entry in settings.xml shows me how configure data cache.

this 1 exists example:

<connection name="exact online (nl)" id="c149becf-01d3-4a58-9ee7-7369f34bdff5" description="{res:itgen_demo_exact_online_combined_nl}" sortingorder="1000" authentication="application" userlogoncodemode="auto" passwordmode="auto" createdby="jbu" createdon="ws102" creationdate="2017-08-17t13:53:23.9351965+02:00">   <database order="0" createdby="jbu" createdon="ws102" creationdate="2017-08-17t13:53:23.9071956+02:00" provider="exactonlineall" connectionstring="apiurl=https://start.exactonline.nl" /> </connection> 

the console app has no editor settings.xml, must done manually.

how can configure replicator connection string used?

using google different keywords, i've found working setup. first add file settings-something.xml in %userprofile%\invantive.

the give contents below:

<?xml version="1.0" encoding="utf-16"?> <settings xmlns:xsd="http://www.w3.org/2001/xmlschema" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" version="3" forcedefault="false">   <group name="jurriaan" >     <connection name="exact online postgresql data cache" datacacheconnectionstring="provider=postgresql;connectionstring={server=dbserver;database=db;user id=db_owner;password=db_pwd}" >       <database provider="exactonlineall" connectionstring="apiurl=https://start.exactonline.nl" />     </connection>   </group> </settings> 

it handy when there connection editor on data hub or @ least sample :-)


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -