Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I call

var url = BusinessDataContentSource.ConstructStartAddress("BCS", Guid.Empty, "TestLob", "TestLob");

but url is always null.

the bdc application proxy "BCS" exists, as does the lobSystemInstance "TestLob" on the lobSystem "TestLob". The only thing I am unsure about is the partitionId (Guid.Empty) but it's like this in all the examples.

Any ideas what I am doing wrong here?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.