Forum Discussion
Couldnt connect to Folder datasource which is using the different credentials
Hi loga328
Well, they are the same credentials and then they probably aren't the same credentials technically. O365 uses Azure AD as its authentication mechanism. Most organizations have AD on premises or you might have a local user account on your computer. It may look like the same format when you logon, but technically not the same credential. What if you switch your Windows authentication to the form: DOMAIN\userid?
So, if you logon with [email protected], you could try "company\first.last". If you have a local user account, I believe it would be WORKGROUP\first.last.
- loga3286 years agoNew Member
Thanks for the response. lbendlin I could create the folder as a source in my local since it uses my windows credentials.
v-diye-msft : Let me try to explain a bit more. Let's say I want to access a share path like \\serverA.corporate.net\FolderA\ for which I could use only corporate domain username (corporate\firstname.lastname) and password provided by my company. In the PBI dateway server, which is a Azure VM and it doesnt belong to the company domain, we could map the folder share using the corporate domain credentials.
Now, while trying to create a data source of folder type, in the Windows username if I specify the local account, it gives the error:
We got the IO error '1326' while trying to access the path \\serverA.corporate.net\FolderA\
if I specify the corporate credentials, it fails with below error since its not a Windows username.
The credentials provided for the Folder source are invalid.