Questions tagged [econnect]

eConnect is an additional product for Microsoft Dynamics GP. It acts as an integration point for Microsoft Dynamics GP data.

eConnect is an additional product for Microsoft Dynamics GP. It acts as an integration point for Microsoft Dynamics GP data. The interfaces supported by eConnect include .NET managed code, BizTalk, and Microsoft Message Queueing (MSMQ).

47 questions
1
vote
1 answer

EntryPointNotFoundException when running EConnect sample console app

I'm trying to run an EConnect sample console app but it keeps coming up with System.EntryPointNotFoundException in mscorlib.dll. I can't for the life of me figure out why its doing this, especially because I have successfully ran this app in the…
Kristen
  • 443
  • 1
  • 12
  • 25
1
vote
2 answers

Unit price is not updating while create items on eConnect

I was using eConnect to connect my .NET application to the Dynamics GP. This is my C# eConnect code to create/update an item on Dynamics GP. taUpdateCreateItemRcd GpLineItem = new taUpdateCreateItemRcd(); GpLineItem.ITEMNMBR =…
good-to-know
  • 742
  • 3
  • 15
  • 32
1
vote
0 answers

Trying to delete a Miscellaneous Log Entry via eConnect - possible

I have a snippet of code that creates one or more Miscellaneous Log Entries via eConnect. If the code fails to create an entry, then all successfully created entries should be deleted. E.g. (pseudo-code) List xmlDocs = new…
XBond
  • 236
  • 2
  • 10
1
vote
0 answers

Using eConnect to create an RMA with line/serial items

I am in the process of creating a custom interface to receive items on an RMA and am using eConnect to do this. I am encountering an error that specifies the Return_Record_Type is missing. In the XML document it is clearly there. I am attaching the…
Kevin
  • 101
  • 8
1
vote
1 answer

MS GP eConnect create EFT Bank

Simply trying to create via eConnect the EFT Bank informations on a customer. You go inside a customer - > address - > EFT Bank. I cannot find any informations in the eConnect documentation or on the web of the correct method to use. Trying my…
pmlarocque
  • 1,704
  • 1
  • 18
  • 26
0
votes
0 answers

How to Check eConnect Errors

Server Error in '/webportal' Application. Could not load file or assembly 'GPConnNet' or one of its dependencies. An attempt was made to load a program with an incorrect format. I wanted to download eConnect 10 with sp2, but I couldn't find it. Does…
0
votes
0 answers

eConnect for Payables Transaction Entry Distribution UNIT Distribution Type

There is a weird issue where setting a line using eConnect, UNIT distribution type causes the value .85 to display 0.8 in the UI grid. After investigating, the PM10100 table does indeed have the correct value 0.85000. There is a field in this table…
0
votes
0 answers

eConnect (gp2010) - Insert a different taAnalyticsDistribution per taPopRcptLineInsert

Error: aaTrxDimCode is the same on all the taPopRcptLineInsert. Cause: It would appear that the details of all the taAnalyticsDistribution are given to each of the articles, instead of one for each. This happens at the end of the xml, on…
Tobubas
  • 1
  • 2
0
votes
2 answers

Dynamics GP 2010 Web Service Question

I am trying to create a purchase order in Dynamics GP 2010 using the webservices. I get the following error VendorItemNumber not setup for ItemKey First off, I am not sure what that error actually means. Second off, I am not sure why I am getting…
user489041
  • 27,916
  • 55
  • 135
  • 204
0
votes
1 answer

taRMDistribution - Account does not exist for Account Index (DSTINDX)

I'm working with eConnect and trying to send over a transaction. If I send just the transaction then it shows up in Dynamics GP as I would expect and creates the transaction with a default sales distribution. If I try and add distributions I get…
Brian Mullen
  • 151
  • 7
0
votes
1 answer

Handling a method that takes too long to execute and is not awaitable

We are building a custom way to process timesheets using eConnect. A method is exposed that allows out timesheets documents to be submitted to GP. This method is run synchronously, but can take a long time to complete. How can I handle this so that…
DeveryDay
  • 161
  • 15
0
votes
1 answer

Unable to update taSopSerial through eConnect

I am brand new to working with GP and eConnect. I am attempting to update the LOCNCODE for a sales order. I am working in a C# application using eConnect. I can update the header(taSopHdrIvcInsert) and any non-serialized line…
nherrmann
  • 147
  • 1
  • 3
  • 10
0
votes
1 answer

Econnect Warning: Distributed Transaction was used

We just moved one of our apps which is a .net windows service to a new 2016 server in a different domain than the Microsoft GP database server is in. We are using EConnect 14 (GP 2015). We are getting 1000's of these warning in the…
randy
  • 253
  • 4
  • 17
0
votes
3 answers

In order to use eConnect 11.0 for Dynamics GP 2010, does the eConnect windows service have to be installed on the client computer?

I am working on a Windows Forms app that will integrate with Dynamics GP 2010, using the eConnect WCF service. The eConnect Windows service is defaulted to only have the net.pipe binding, which would indicate that every client machine that will run…
benr
  • 216
  • 2
  • 6
0
votes
1 answer

EConnect not inserting a customers credit limit in GP

I have an application that uses EConnect to import information into GP. When I import customers using the taUpdateCreateCustomerRcd node I want to include a credit limit. Here is the code I am using to insert the credit limit: customer.CRLMTTYP =…
Kristen
  • 443
  • 1
  • 12
  • 25