Developer forum
Subject
Replies
Started by
Last reply
Velizar Madzharov
09/10/2014 13:34:08
Last post: 10/10/2014 09:27:45
adding items to page tree with sql
ive been trying to add items to the regular DW content tree by sql to the item and page table. the item does appear in the content tree but when i try to access it i get the below error. it appears that this issue goes away with time, which leads me ...
Keld Gøtterup
06/10/2014 12:06:25
Last post: 08/10/2014 13:31:15
User batchintegration
Hi, Is it possible to add a user to different User Groups in the batch integration from NAV?
Is it only to add AccessUserGroups to the import xml and add groups like this: @257@ Best regards.
/Magnus ...
Magnus Holmberg
07/10/2014 16:18:46
Last post: 08/10/2014 11:15:23
Dataintegration - import csv/xml using ItemProvider
Hi All, I wonder if there is any documentation available regarding the new itemprovider in the dataintegration module? If so, where can i find it? If not, when will be be available? I managed to import data from CSV to a paragraph item, with the help ...
Finn Frost
03/10/2014 15:29:45
Last post: 07/10/2014 10:55:05
RE: Adding content to DW with SQL
when trying to add items to an itemtable in DW SQL server.
im do not have any trouble adding the items from sql, the problem starts when i want to create a new item through DW, then i get a "Violation of PRIMARY KEY constraint, Cannot insert duplicat ...
Keld Gøtterup
06/10/2014 11:33:27
Last post: 06/10/2014 11:49:25
DataIntegration - AccessUserID
Hi, About the orders from users, we have a loop in templates to use in frontend, and one screen in backend (http://www.screencast.com/t/vIWS9B493j3)
In both situations the system are looking in the orders table for the field [OrderCustomerAccessUserI ...
George Nelzo Pereira
17/09/2014 20:00:16
Last post: 19/09/2014 09:49:06
Activate "Data Integration ERP Batch" scheduled task by link
when using the Data Integration ERP Batch to get data from the DWconnector webservice, we have set up a scheduled task with all the details but.... How do set this up for Single link click so that the customer can do an import externally without wait ...
Keld Gøtterup
17/09/2014 15:21:39
Last post: 17/09/2014 16:24:08
Padding is invalid and cannot be removed
Hi, the customer has made a setup and I am testing it with the "Dynamicweb Service Test App" I get the Response "Padding is invalid and cannot be removed" See the attachment What canI tell the administrator to do? ...
Kim Søjborg Pedersen
08/09/2014 09:37:41
Last post: 15/09/2014 09:25:30
RE: Capture part of full payment API
Im having trouble capturing a smaller amount than what the order was originally. if (order.IsCaptureSupported)
{ order.CaptureAmount = partAmount; order.Save(); OrderCaptureInfo result = order.Capture(partAmount, true); } The above code does capture ...
Keld Gøtterup
21/08/2014 12:28:11
Last post: 03/09/2014 12:28:32
13
Subscribe
Live integration: GetCurrentUser on BuildOrderRequest
i have a problem in a specific scenario while trying to get the current user when sending an order through the live integration framework. in most case it gets the user information as it should and sends it in the request to Navision but....
When i u ...
Keld Gøtterup
28/08/2014 13:52:36
Last post: 28/08/2014 22:38:30
Data Integration jobs work locally / in test, but not live?
At helpdesk we frequently receive cases like: When running Data Integration jobs locally (test, staging) it works well, but when trying to execute on live solution, it fails (not with error, but just doesn't complete). Solution: Make sure that the we ...
Morten Snedker
11/07/2014 10:18:00
Last post: 27/08/2014 17:08:29
Dynamicweb.Frontend.SearchEngineFriendlyURLs.GetFriendlyUrl in data integration activity
Hi DynamicWeb, I am trying to call Dynamicweb.Frontend.SearchEngineFriendlyURLs.GetFriendlyUrl method in my Data Integration activity (RunJob method of Configurable AddIn). Dynamicweb.Frontend.SearchEngineFriendlyURLs.GetFriendlyUrl(1) - This works a ...
Davor Zlotrg
18/08/2014 14:15:47
Last post: 18/08/2014 16:11:23
Cart is cleared when the session is expired
Hi Dynamicweb, I have at problem where the cart is cleared after the session is expired. It is due to this code part in: Order.vb For Each orderLine As OrderLine In OrderLines If orderLine.Type = Base.ChkString(Base.ChkInteger(orderLine.OrderLineType ...
Anders Ebdrup
08/08/2014 12:08:13
Last post: 13/08/2014 13:01:04
Updating EcomStockUnit
With later versions of Dynamicweb "stock location" has been introduced. In the video linked to further down, you'll see how to obtain the data structure for a source file, how it is edited and followingly used to update table EcomStockUnit. By export ...
Morten Snedker
12/08/2014 15:24:22
No replies yet
Custom destination provider, inheriting from the Dynamicweb provider
I am trying to make some changes to the imported data when using batch integration. ive been trying to make custom provider that inherits the DW provider but this doesn't seem to work. Im having the same problem as this poster
http://developer.dynami ...
Keld Lauge Gøtterup
06/08/2014 15:19:34
Last post: 12/08/2014 08:43:02
Ecom Groups Import - Fail to import tree structure (nested groups)
Hi, Im trying to use the DataIntegration module, the XML Provider (Source) and the Ecom Provider (destination), to import Groups to the Product Catalog.
The import executes well, but all groups are placed in the root of the shop, but they were expect ...
Finn Frost
07/07/2014 15:22:12
Last post: 08/08/2014 15:44:43
Script syntax table mapping
Does anyone know where to find documentation about the syntax of the script option for table mappings within the Integration Module. I can define constant values, but now I want to enter the date of today as the "constant" value. ...
Ben Doorn
11/07/2014 12:19:15
Last post: 17/07/2014 12:30:37
Running activities
Hey Dynamicweb, I have an issue with the integration, I created my own custom provider public class CSVDestinationProvider : ConfigurableAddIn, IDestination {...} public class CSVSourceProvider : ConfigurableAddIn, ISource {...} public class CSVSourc ...
Davor Zlotrg
04/07/2014 09:59:34
Last post: 07/07/2014 13:07:24
Data Integration delete groups/products across shops
on my multiple shops soultion I have a dataintegration on SHOP1 and a dataintegration on SHOP7. Under "Edit destination Settings" the setting "remove missing rows after import is checked on both og them and the specific shop is selected in the shop d ...
Kim Søjborg Pedersen
26/06/2014 11:19:34
Last post: 26/06/2014 14:15:35
Question about Data integration module and ports
Do anyone know if the data Integration module use any other posts than 80 ? I cant find any information about it except that Erp integration uses 8090 but i guess that it is not used when running jobs. The reason I’m asking is that we have a server w ...
Manfred Nilsson
12/06/2014 11:03:50
Last post: 13/06/2014 13:35:34