WAP + AD FS Integration - Unable to get Email Address

We integrated our tenant portal to authenticate using AD FS which is working fine. The only issue i am having is that when i query Microsoft.MgmtSvc.Store database to see the users, i do not see their Email address. I see their UPN being populated in the
Name field but email address is NULL.
SELECT *
FROM [Microsoft.MgmtSvc.Store].[mp].[Users]
Am i missing something in the configuration?
Can someone who has AD FS integrated with WAP please set up check their database?

Hi,
I do see in my setup also the UPN, only thing I did is on the OU of the company I configured the uPNSuffixes attribute  to match my mail domain:
Best regards, Mark Scholman. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Similar Messages

  • Unable to get BP address in to PO Bill to abd ship to

    Hi All,
    I have exported data of BP and the address using DTW.
    When i am raising PO. i am unable to get the address in ship to & bill to fields on Logistics tab.
    am i missing any thing.
    Thanks
    Mahi.

    Hi Mahendra,
    In the logistics tab if you select bill to and **** to drop down, you will get the addresses defined in the master.
    and they will get pulled in PO screen.
    some times it happens that they do not get pulled into the transaction screens.
    Are you experiencing this in every transaction screen ?
    Try setting default address.
    thanks
    Malhaar

  • Need powershell commands to get email addresses from public folder created in EAC to CSV

    Need powershell commands to get email addresses from public folder created in EAC to CSV
    1. Created Public folders via EAC - not mail enabled - just to hold contacts.
    2. Assigned owners and showed to add new contacts - then add to favorites and finally to display as address book.
    Now I need a powershell command to get those email contacts in those public folders.
    I need to view them because when we send emails to those groups (via select all) in the public folders, it is creating an NDR for 3 users saying - "..blah blah -OFFICE FAX or HOME FAX) - yet they are getting the emails.
    I suspect that their contact details are corrupt somehow and want to see what contacts are actually listed in the public folders. I already checked to see if the source of the contacts was the public folder or "my contacts" and they are not.'
    I have tried multiple get recipient commands and get public folder commands with no results in the CSV

    The only way to get that data is either via the Outlook com object or using EWS. None of the commands in the Exchange shell look inside of a folder, the most you can get with those is email addresses for mail-enabled Public folders. Here is a link that can
    get you started with how to connect to public folders via EWS, then its just enumerating the folders and looping through the items in the folders for the details of the items. 
    http://gsexdev.blogspot.com/2013/08/public-folder-ews-how-to-rollup-part-1.html
    DJ Grijalva | MCITP: EMA 2007/2010 SPA 2010 | www.persistentcerebro.com

  • 8520-unable to get email settings in the set up folder

    I have only had this for 2days and I am unable to get the emails working, in the set up tables the email setting icon is not there and when I try to set up the email in the set up wizard, email set up only gives 1 option ' I want to use a work email account with blackberry enterprise server' which I don't I wan to connect to my home email address with Sky Email

    This appears to be a common issue and there are several threads about this....
    I am having the same issue with msn email.  I got the message yesterday from Blackberry to change my password.  No luck in doing that nor in deleting the email service and adding it back.  I think this is on the Blackberry side of things not MSN.  I greatly depend on having mobile access to my email and this service level won't cut it.  So far Blackberry is a Fail for me due to this as well as a host of other things.  I guess it is time to go back to something else. 
    I'll keep trying and post back if my email service eventually gets successfully added back to my blackberry.
    Edited to add:  I tried adding my son's msn account and it set up just fine via the web at blackberry service and also again via email setup on my phone.  When I use the web based email setup process I receive an "invalid email or password: error.  When I use the blackberry handheld email setup application I get an error message that says "Unable to set up email.  Please try again."  Yes - I am sure I am using the right msn password - I have signed on to my account several times to be sure.  This is incredibly frustrating.  Any ideas at all?  Is this the only support that is available - asking other users? 

  • Users unable to get email notifications on followed sites, or documents: System.IO.FileNotFoundException and Microsoft.SharePoint.SPSite.InitUserToken(SPRequest request) errors

    Hi Community
    I have an issue on a live SP2013 farm that is really causing me grief.  Although  I ( Farm Admin)  and my other users can follow items which are subsequently  confirmed in our respective News Feeds - 
    none of my users are are actually getting emails notifications . 
    Alerts ( did) work fine.
    I have written some PS to vew and set  the SPS-EmailOptin for each user
    $up[$upManagerAttribute].Value = $managerNTName
    # check if the email check boxes are unchecked '1' then if so check all
    write-host -fore white "User Profile for user"$NTName "Now has email opt in currently set to" $up[$upEmailOptin].Value
    if ($up[$upEmailOptin].Value -gt 0)
    $up[$upEmailOptin].Value = 0
    write-host -fore white "User Profile for user"$NTName "Now has email opt in all checked."
    Very few are unchecked. $up["SPS-PrivacyActivity"].Value = 4095  is set for all users as in
    the the privacy settings on the newsfeed are all checked
    For my currrent client I  set up a development intranet which had the seperate web apps for the main portal and mysites. Test users were able to follow documents, sites without any problems.  Before go live I was asked to accomodate a requirement
    where there is only one web application (don't ask!)  effectivley http://myintranet 
    so mysites sits under http://myintranet/mysites .   I  made the appropriate changes to my AutoSPInstaller scritpt and al appearedd l good : services , Service appplications, mysites are all started.  I am using
    the two app pool accounts  one for the portal and one for mysites.
    A quick look at the the releated threads on this forum indicated permssions could be DB permissions  related tho I  am not seeing anything in ULS to strongly point to this
    $webApp = Get-SPWebApplication http://myintranet
    $webApp.GrantAccessToProcessIdentity("mydomain\SP_ProfilesAppPool")
    - checked and SPAcess Data is given to the mysites app pool accout to the portal web app .
    I am seeing some odd errors in ULS
    Ignoring the space ' critical' warning which I have flagged up to Ops and  I doubt is my real problem.  The errors I see that are related are :
    System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002), StackTrace:
    at Microsoft.SharePoint.SPWeb.GetList(String strUrl)
    at Microsoft.Office.Server.Microfeed.MBUtilities.GetPublishedFeedListPrivate(SPWeb web, String relativeUrl)
    at Microsoft.Office.Server.UserProfiles.FollowedItem.CreateFollowedSite(SPWeb site, FollowedItemData data)
    at Microsoft.Office.Server.UserProfiles.FollowedItem.Create(SPSite site, SPWeb existingWeb, Uri url, FollowedItemData data)
    at Microsoft.Office.Server.UserProfiles.FollowedItem.RecreateByReferencedItem(SPSite site, SPWeb web)
    at Microsoft.Office.Server.UserProfiles.FollowedContent.RefreshFollowedItem(FollowedItem item, SPS2SAppExecutionPolicy policy)
    at Microsoft.Office.Server.UserProfiles.FollowedContent.Follow(Uri url, FollowedItemData data)
    at Microsoft.Office.Server.UserProfiles.FollowedContentServerStub.InvokeMethod(Object target, String methodName, XmlNodeList xmlargs, ProxyContext proxyContext, Boolean& isVoid)
    at Microsoft.SharePoint.Client.ServerStub.InvokeMethodWithMonitoredScope(Object target, String methodName, XmlNodeList args, ProxyContext proxyContext, Boolean& isVoid)
    at Microsoft.SharePoint.Client.ClientMethodsProcessor.InvokeMethod(Object obj, String methodName, XmlNodeList xmlargs, Boolean& isVoid)
    at Microsoft.SharePoint.Client.ClientMethodsProcessor.ProcessMethod(XmlElement xe)
    and
    5b93b0ef-b1ff-437d-b674-5285be9b9395 Stack trace:
    at Microsoft.SharePoint.SPSite.InitUserToken(SPRequest request)
    at Microsoft.SharePoint.SPSite.SPSiteConstructor(SPFarm farm, Guid applicationId, Guid contentDatabaseId, Guid siteId, Guid siteSubscriptionId, SPUrlZone zone, Uri requestUri, String serverRelativeUrl, Boolean hostHeaderIsSiteName, SPUserToken userToken, Boolean appWebRequest, String appHostHeaderRedirectDomain, String appSiteDomainPrefix, String subscriptionName, String appSiteDomainId, Uri primaryUri)
    at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, Boolean swapSchemeForPathBasedSites, SPUserToken userToken)
    at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, SPUserToken userToken)
    at Microsoft.SharePoint.SPSite..ctor(String requestUrl)
    at Microsoft.Office.Server.UserProfiles.SPS2SAppUtility.TryOpenWeb(Uri url, SPSite& site, SPWeb& web, Boolean& inSPContext)
    at Microsoft.Office.Server.UserProfiles.SPS2SAppExecutionContext.InitializeForSite()
    at Microsoft.Office.Server.UserProfiles.SPS2SAppExecutionContext.EnsureInitialized()
    Also, I am testing with my account which does have all the mysites newsfeed options checked in the CA -> UPA ->"Manage User Profile"
    Anybody seen this whilist I follow the where those exceptions take me.
    Freelance consultant

    Hi,
    Thank you for your question. I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience. Thank you for your understanding and support.
    Thanks,
    Linda Li
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Unable to set email address for user MySite in SharePoint2013

    Hi,
    I've a SharePoint Ent farm with a MySite Host Site Collection created. Under that, I've got some users having their own MySites.
    Now, the problem is, I'm unable to get the link for editing the user's email address after logging in to the MySite under the credentials of the particular user. 
    Can anybody please suggest. Is this field at all editable?
    Thanks,
    Arnab

    Hi John,
    Elaborating...
    I've created a MySite Host Site Collection programmatically, say, http://test.mysitehost.local/.
    Under the same I'm creating user mysites (through SharePoint2013 Object model), say, http://test.mysitehost.local/personal/user1. (for my case "personal" is the managed path). While creating the user mysites, I'm not passing any value for the email
    address of the user. 
    Now, my question is, can I set the email address of the user from MS native portal or through powershell?
    Please note, I'm using SharePoint2013 Server.
    Thanks in advance,
    Arnab

  • Unable to Verify Email Address

    Hello,
    I recently bought my daughter an ipod touch and set it all up and it was working fine with her email address. Unfortunately, we had to exchange it as it developed a fault. I am now in the process of trying to setup facetime and IM but when I enter her email address it says 'unable to verify email because it is already in use'. I have tried to troubleshoot this through the communities on here but the only information I can get relates to having more than one apple id which I don't. My daughter is too young to have her own so we use mine. I never had this issue when I had to reset my ipod.
    Any help would be much appreciated.
    Lara

    Hi IIIaass,
    Yes, I have tried this but I only have one apple id so this doesn't aply to me. I checked my account details and this email wasn't veerified. I clicked on the 'verify now' action but nothing happened. I did chec the 2 emails linked to this id and the spam folders but there was no verification email in any of them. I also tried deleting the email from my account and re-adding it but this didn't work either. I'm stumped!

  • Advising record (ADV - HSBC form) in DME file could not get email address

    Dear all,
    I have problems with DME file that Advising record could not get email that is maintained in vendor master data.
    Standard communication methods in vendor master data must be Emails.
    We use exit module to get this email for below fields:
    Email chnl se. flag
    Email address
    T-code DMEE -> Advising record
    (Attributes tab: Mapping procedures is Exit module.
    Source tab: value was entered for Exit function)
    We test once and got the expected result: email shown on DME file, in advising record.
    However, as I rechecked recently, we have no email shown (though Constant value 'ADV' shown).
    The form is active by the way.
    I do not know if I miss anything in configuration.
    Please advise.
    Thank you very much.
    Rgds,
    Linh

    Hello Linh,
    Did you manage to resolve this. I'm facing the same problem, not able to get the email address.
    Can you please provide the function module you used.
    Thanks,
    Srini

  • How get email address from received email?

    In the old days, like 6 months ago, I could depend on being able to salvage an intended recipient's email address from a note they sent to me. Just click on the name in a received email, then open a "new" email under that address, bang out the message, and send it. Not any more. How do I do it? This seems like a really stupid change. Why does it require complication?

    There are several ways. First is to double click the message and the message should appear on-screen with the complete address. Next is you will see a small down arrow like in my example below, click it and you will get the info you need.

  • Unable to get IP address from DHCP since upgrading

    Hi all,
    I upgraded my machine to Mountain Lion last night. Ever since then I have been unable to get any IP information using DHCP. Each time I hit Renew Lease within the Network control panel I just get back a self assigned IP address. If I look in the system logs I see the following generated each time my machine tries to look for the DHCP server:
    Jul 26 01:32:27 Lightning.local configd[22]: bootp_session: bind port 68 failed, No route to host
    Jul 26 01:32:27 Lightning.local configd[22]: bootp_client_open_socket: S_get_bootp_socket() failed, No route to host
    Jul 26 01:32:27 Lightning.local configd[22]: bootp_client_bind_socket_to_if(en1, 6): session socket isn't open
    Jul 26 01:32:27 Lightning.local configd[22]: bootp_session_transmit: neither bpf nor socket send available
    Jul 26 01:32:27 Lightning.local configd[22]: bootp_client_bind_socket_to_if(en1, 0): session socket isn't open
    Jul 26 01:32:28 Lightning.local configd[22]: bootp_session_delayed_close(): socket is already closed
    I've tried rebooting, clearing the PRAM, deleting Prefs, etc, but nothing seems to have worked.
    Anyone any ideas what is going on or what else to try? It used to work perfectly before I upgraded.
    Thanks

    I am also having this problem since I upgraded to Mountain Lion. I did an upgrade from Lion, not a clean install. I had done a clean install of Lion though. In my case, the network connection is working most of the time, but it is droping one a day. Deactivating the Ethernet and the Wi-Fi adapters and reactivating them does not help.
    Here is my what I am getting in the console when I have lost internet connection and I try to renew the DHCP lease:
    2012-08-30 6:13:59.158 PM configd[17]: bootp_session: bind port 68 failed, No route to host
    2012-08-30 6:13:59.158 PM configd[17]: bootp_client_open_socket: S_get_bootp_socket() failed, No route to host
    2012-08-30 6:13:59.158 PM configd[17]: bootp_client_enable_receive(en0): failed
    2012-08-30 6:14:00.158 PM configd[17]: bootp_session_delayed_close(): socket is already closed
    And I get a self assigned IP.
    I hope Apple will have a fix for this soon!
    Cheers!
    JF

  • Unable to get ip address from DHCP server for Aironet 1130AG Access Point

    I have a network in which DHCP server is enabled. I have read the installation guide also there it is mentioned that 1130G Access point will not have any staic ip assigned to it.So it will automatically get the ip from the DHCP server from the network. I have connected that from the network but it is unable to get the ip address from the same. The same thing i have configured in the netgear it is coming fine. I have seen the sonic wall and used the IPSU tool also from checking the ip address from Mac Address but i am not able to get the same. Please provide me some tips to check where i am wrong in configuration because the first web page also not coming because of the ip address.

    narendra,
    I would suggest that the AP be connected to a laptop or desktop pc that would run a local dhcp server with a small scope setup...plenty of free ones on the web(this pc would obviously not be connected to your currnet network). This way you can watch the dhcp server hand the AP it's address (this can take a few minutes). Once you have the address use it to access the GUI and give the AP a static address (I find it good pratice to give all my autonomous AP's static addresses for ease of troubleshooting)...Hope that helps.

  • Signed applet gets email address

    Hi,
    I am working with a signed applet to get the email address setup up in the browser for both Nescape and IE. Is it possible to do that?
    Thanks
    Tak

    You can only get the user's e-mail address if he/she is willing to give it to you -- the fact that you're using a signed or unsigned applet is irrelevant.
    V.V.

  • Mail 4.5 Quirk(s) - Now unable to drag email address to Search

    I've been going through printer issues since updating to Snow Leopard, and am just now getting a chance to address other issues.  This one is driving me nuts and didn't seem to find anyone else posting about it (or just didn't get the right search terms!).  But when I have an email up, and I try to drag the sender's email address up to the Search window in Mail (to look for other emails from the same address), since the update to SL am no longer able to do that.  It will not drop into the Search window.
    Another quirk that I'm having, less frustrating but it's there nonetheless is that when I've tried to copy and paste an email address into the Search window, I no longer get just the email address.  I mean, you have in many/most email addresses the person's name and then the actual email address inside of the brackets -- and when you click on the email address and then select Copy Address and then paste into the Search window, now I get the stuff outside the brackets as well.  And Mail will not properly search the email address until I manually delete the brackets and the extra name info, leaving just the email address itself.
    I'm not the only one seeing these quirks am I???

    I went to the local Apple store earlier this week and asked on of the folks at the Genius Bar if he knew how to set the outgoing mail address. He showed me that I could enable the "reply to" field and then put my mail forwarding address into that field. Unfortunately, there is no easy way to pre-populate that field so that it always has my mail forwarding account address.

  • Game Center - Unable to verify email address

    I bought both my boys an ipod touch 4th gen. Set up new apple ID's for gamecenter because I didnt want them under my ID since I use it for my iphone. Problem is when they try to add friends it tells us that their email is not verified. We did the verification email.
    Only thing I can think of is when we set it up there was an option to send terms & conditions to parent or guardian. I didnt click this because I was setting it up.
    Is there a way to get their ID's to work or reset gamecenter to send the terms & conditions to me, I'm thinking that is why they cannot add. All other parental controls are set accordingly allowing them to play games and add friends. Any help is appreciated.
    Thanks

    Same to me on my iPhone (German). My account email is working, but it's not the same address my friends want to add me. When I want to verify the other email address it says we sent an email to you to verify. But I didn't get any email, no matter if I repeat the process or delete the address and add it again.
    At all I think the App is not the best. When you touch a link, there is nothing which shows you that there is something in progress. You only have to wait until a new page appears. Why could this App don't use the general interface. The App is from Apple, isn't it????

  • IMessage/Facetime unable to verify email address.

    I recently updated to the new iOS 5 on my iPod Touch 4G, and when trying to sign in to either Facetime or iMessage it gives me this message for one of my apple IDs: "Unable to verify address. An email with a verification has been sent to the above email address." No email has been received so far.
    For my other Apple ID, it says "Unable to verify address because it is already in use". My two Apple IDs have their own email address, and I use both to shop on iTunes, so I have no idea what the problem is.
    Any help would be greatly appreciated. This is gettint frustrating.

    I'm having the same problem.  I sign into iMessage on my iPad, then continue to verify that main email, but it fails.  I have checked on the site below to see that it has already been verified.  Same deal with FaceTime.  Tried rebooting iPad, same issue.
    TIP: you can use the site below to view your account and resend validation emails.  But for me, even the validated ones are not being accepted.  Maybe that server is down?
    My Apple ID website:
    Appleid.apple.com

Maybe you are looking for

  • XDP data merging on MAC OS X issue.

    We have a problem to merge the xdp data with downloaded pdf form. To identify the problem and to find the solution I created a very simple example - just a form with one text field. The situation now is following: 1. On the server we have a form desi

  • Stuck in login page

    stuck in login page while i entered the correct or incorrect password or username. how can i leave this page? tried reset it but login again, same problem occurs. stuck on the login page. please help. thanks.

  • 10g AS Support for jdk1.5

    Hi , I want to know whether jdk1.5.0 is supported on Oracle 10g Application Server or not

  • I have been using Internet Explorer and have now downloaded Firefox but cannot find my imported favourites. Where can I find them?

    I have now downloaded Firefox as my default browser and when downloading I asked for my favourites from Internet Explorer to be exported to Firefox. I cannot find anywhere on the Firefox site that allows me to open my favourites. Can you please advis

  • Help with HTMLdataset and setCurrentRowNumber()

    I am having some trouble with changing the detail region of my master/detail set.  I am using all external javascript so the html page validates, but even with changing that I am still getting the "invalid row number" error message.  when i add {ds_R