donConnector - ExactTarget

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Cloud Applications
Post Reply
rbtb
Posts: 2
Joined: Thu 30 Jun 2016 21:26

donConnector - ExactTarget

Post by rbtb » Thu 30 Jun 2016 21:34

Connecting to ExactTarget with an account that has access to other Business Units (MIDs). How does one change the context of the connection so that the tables being queried are those for the sub Business Unit?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: donConnector - ExactTarget

Post by Shalex » Mon 04 Jul 2016 13:47

dotConnect for ExactTarget works via API ExactTarget and its functionality should be available via interface of our provider.

rbtb
Posts: 2
Joined: Thu 30 Jun 2016 21:26

Re: donConnector - ExactTarget

Post by rbtb » Thu 07 Jul 2016 23:07

Thanks for the reply Shalex! However still not following.

Let's say I want to query EmailSendDefinitions for a business account with MID=123. How would I configure the ExactTargetConnection to specify the MID? I don't see a property on ExactTargetConnection for this value? Or is there some other way to set the MID programmatically?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: donConnector - ExactTarget

Post by Shalex » Mon 11 Jul 2016 09:02

Thank you for clarifying your question. There is no way to set MID via interface of dotConnect for ExactTarget at the moment. We will investigate the question and notify you about the result.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: donConnector - ExactTarget

Post by Shalex » Fri 22 Jul 2016 10:09

The ClientIDs connection string parameter is added to specify the comma separated list of partner account ids and business units (used for the SELECT queries only) in the newest (1.5.215) build of dotConnect for ExactTarget.

Post Reply