Developer forum

Forum » Integration
Subject
Replies
Started by
Last reply
Writing to the log file
Hi is it possible to write to the output log in my custom provider ? be it source or destination provider ? ...
Casper Andersen
04/04/2016 09:27:38
Last post: 04/04/2016 11:31:27
No active mappings on Order provider
Hello I am trying to use the order provider as a source provider to get all orders that have not been exported yet, and as a destination provider, i have built my own that will take the data and do some stuff with it. But when i run the job, i just g ...
Casper Andersen
31/03/2016 10:50:24
Last post: 01/04/2016 09:44:53
Set products as disabled by default
Hi guys, I have a data integration job that gets basic product data from NAV, such as the number, name and price. These products need to be enriched in Dynamicweb before they can be activated. In my data source (from NAV) I can't tell if products are ...
Imar Spaanjaars
23/03/2016 16:29:19
Last post: 24/03/2016 09:21:58
Import to EcomProducts does not finish
Hi Guys, I am trying to import some data into the EcomProducts Table. I jve a job that used to run very smoothly on 8.7.2.5 but it appears to have issues in 8.7.2.8. I get everything right except the actual data update. The progress is stuck to "Star ...
Adrian Ursu
18/03/2016 08:43:43
Last post: 21/03/2016 11:29:07
Weird AccessType issue
We have a solution where if the user is AccessTypeID = 1, then the user cannot access the Ecommerce area of the backend. If we change the user to AccessTypeID = 3, then the user can access the Ecommerce area of the application, but loses access to th ...
Terri Donahue
07/03/2016 16:28:01
Last post: 07/03/2016 17:09:39
Integration - custom product fields
Hi, I'm working on a solution with integration to NAV. All the products we have to import have a lot of custom fields. I've created all the fields in DW (the systemname is the same as in NAV). Let's say we have a "ProductColor" field. When a product  ...
René Poulsen
07/03/2016 10:26:02
Last post: 07/03/2016 12:44:17
Custom fields in product import
We have a product import set up in Data Integration. The fields are set to map automatically. It has worked as expected. I have now added a new custom field to the products table. The field is also present in the xml that is imported. Example: <co ...
Aki Ruuskanen
25/11/2015 11:23:42
Last post: 07/03/2016 12:43:35
Import addresses for users
Hi there, SInce there seems to be no direct way to import addresses as part of an AccessUser import table, I decided to use the AccessUserAddresses table instead. That all seems to work fine, but how do I link an address to a user? The only ID I see  ...
Imar Spaanjaars
22/05/2015 15:38:33
Last post: 05/03/2016 08:48:18
Having multiple notification recipients?
Hi Dynamicweb, How is it possible to have multiple email recipients setup for the batch integration? I have attached a screen shot of the field where our clients would like to enter multiple email addresses. Best regards, Anders ...
Anders Ebdrup
01/03/2016 23:49:03
Last post: 04/03/2016 15:37:14
Performance issue
Hi, I have a performance issue on my solution running 8.7.2.1 with integration framework. Here is an example that I'm wondering about : Why is CalculateOrder requesting AX just because of this code @inherits Dynamicweb.Rendering.RazorTemplateBase< ...
Kim Søjborg Pedersen
02/03/2016 08:47:40
No replies yet
error with special chars in ProductID
Hi We are importing a lot of products to ecom, and setting the ProductID in the import. Some of the IDs contain special characters, like æ,ø or å This is ok in the import and i guess(know) the database is ok with it too. We do get an error when ever  ...
Kenneth Radoor
01/03/2016 17:23:02
Last post: 01/03/2016 23:52:01
Exporting OMC data
Hi everyone, Just received a request from the 3rd party that asked, if it is possible to Export data out of OMC and send it to them. Would like to know what should I use as "data source" and what settings should I use for it. Obviously haven't done t ...
Dmitrij Jazel
25/02/2016 15:01:51
Last post: 25/02/2016 15:58:11
Provide more context to JobFinished subscriber
Hi there, I am implementing a notification subscriber for Integration.JobFinished to run some custom SQL after the job has run. However, the JobFinishedArgs object doesn't provide any context about the job being executed. When I look at DestinationTa ...
Imar Spaanjaars
11/02/2016 21:54:33
Last post: 25/02/2016 14:43:19
Dynamics AX 2009 DynamicWeb Connector URL
We are trying to find the service URL (AX Endpoint) for the DynamicWeb Connector as installed by our customer in Dynamics AX 2009. They have followed the installation for Dynamic AX 2009 as specified in this document DynamicwebIntegrationFrameworkAxE ...
Tymen NNM
24/02/2016 13:46:54
Last post: 25/02/2016 09:51:28
Custom Data Integration Does Not RunJob
Hi I am trying to create my own Custom Data Integration, for this i have downloaded the example project here http://developer.dynamicweb.com/documentation/for-developers/data-integration/providers/how-do-i-create-my-own-provider.aspx if i try and run ...
Casper Andersen
01/02/2016 11:12:09
Last post: 17/02/2016 09:12:02
Integrating parts list
Hi, In a coming project, I'll probably need to import parts list products : one product made out of a several parts, each part being a choice betzeen several products. I see in the documentation how to create that in Dynamicweb, but I'm not sure how  ...
Gaetan Di Caro
16/02/2016 13:07:02
Last post: 16/02/2016 16:24:52
Importing addresses
Hi there, I have an XML file that contains users and for each of those users one or multiple addresses. I initially built a task that would import users and addresses in one go. However, I discovered that this would not delete old address records fro ...
Imar Spaanjaars
11/02/2016 20:41:24
Last post: 15/02/2016 11:51:05
Make it easier to work with base classes like DynamicwebProvider
Hi there, I think this should go into the Feature Requests forum, but I wanted to discuss it here first. We have some custom code that inherits DynamicwebProvider. The use case is fairly simple: execute a stored procedure before and after the job run ...
Imar Spaanjaars
11/02/2016 21:50:32
Last post: 12/02/2016 23:25:49
Data type issue in TableScript task
Hi there, As part of my search for a way to import addresses, I tried TableScript (which I love BTW). I have the following code that essentially converts a user's external ID to its "internal" ID: public class RemapUserIds : TableScript { public over ...
Imar Spaanjaars
12/02/2016 00:06:22
Last post: 12/02/2016 16:19:34
Multiple scheduled tasks with additional input
Hi there, I have a scheduled task that runs a data import using "Import data addin". I am specifying some custom parameters in "Data import settings". (We have a custom end point that can fork out to either Production or Test depending on the setting ...
Imar Spaanjaars
10/02/2016 11:16:37
Last post: 10/02/2016 23:35:52