OData connection to Excel using Power Pivot

Alex_ChowAlex_Chow Member Posts: 5,063
edited 2015-03-24 in NAV Three Tier
Following the instruction laid out here:
http://msdn.microsoft.com/en-us/library ... 6(v=nav.71).aspx

In particular here:
4.If your Microsoft Dynamics NAV implementation requires that you use a web service access key, you must specify the NavUserPassword credentials as described in the following steps:
a. In the Advanced dialog box, in the Security section, set the Integrated Security field to Basic.
b. In the Password field, type the web service access key.
c. In the UserID field, type the user name for the Microsoft Dynamics NAV user account. For this walkthrough, use NavTest.
d. In the Source section, in the Service Document URL field, type the URL for the OData web service that you verified in the previous procedure, for example, http://localhost:7048/DynamicsNAV71/OData/.

However, when I tried doing this in Power Pivot, it keeps saying error 401 Unauthorized.

Here's my connection string.
Service Document Url=http://dynamicsnav:7048/dynamicsnav70/OData/;Include Atom Elements=Auto;Include Data Services Content=True;Include Expanded Entities=False;Namespaces to Include=*;Integrated Security=Basic;User ID=NAVUSER;Password=********;Time Out=600;Persist Security Info=False;Schema Sample Size=25;Retry Count=5;Retry Sleep=100

Anyone point me to the right direction?

Comments

Sign In or Register to comment.