Developer forum

Forum » Integration » Install Integration framework

Install Integration framework

Kim SĂžjborg Pedersen
Reply

How do I install the integration framework so I can see the "Integration Framework Batch" & "Integration Framework Live" under management center - integration ?


Replies

 
Morten Bengtson
Reply
This post has been marked as an answer

You can ask Dynamicweb to activate the modules or do it yourself by executing this SQL statement...

UPDATE [Module]
SET ModuleAccess = 1
WHERE ModuleSystemName IN ('eCom_DataIntegrationERPBatch','eCom_DataIntegrationERPLiveIntegration')

However, you will need to install some additional components in order to get the full functionality up and running.

Have a look at the documentation for details on how to setup, implement and configure the integration.

BR

Morten

Votes for this answer: 1

 

You must be logged in to post in the forum