In Infopath - From User Group webservice First & Last Name are not displaying

Hi, I am working on Internet faced Infopath Sharepoint 2010 web application.In Infopath form we used a User Group web service to retrieve the first and last names when opening the form. In Development environment its working fine (Ex:- http://sharepoint2010dev:45/)
then we extend the webapplication with domain name in url.(Ex:http://Domainsp:80/) then the first and last names from User Groups is not working.
Please give your suggestions to resolve this isssue.
Any help is appreciated..!

Hi,
According to your post, my understanding is that the User Group web service not worked when extend the web application with a domain name in URL.
Did you change the URL to the UserGroup web service in the Data Connection Wizard?
As you had changed the URL, I think you should change the URL(http://<site>/_vti_bin/UserGroup.asmx), then check whether it works.
http://blog.ianchivers.com/2011/01/using-sharepoint-usergroup-web-service.html
Thanks & Regards,
Jason
Jason Guo
TechNet Community Support

Similar Messages

  • Users are not displaying in Management Console's Sessions (AS Java)

    Hi,
    Recently we upgraded our Development Server to EHP 7.11.
    In SAP Management Console, inside AS Java, when we are trying to view the Sessions, in the User Column the user names are not displaying.
    Those users are authenticated through UME.
    Before upgrading users logins were displaying.
    Please help us to rectify this problem.
    Thanks and Regards
    Ravi Shankar K

    Did you try to run the MMC on url. http://hostname:5xx13.
    where xx denotes the instance no of thet host.
    Thanks
    Rishi Abrol

  • Removed myself from users group

    Yesterday, I was trying to setup a mail server following this: http://www.howtoforge.com/arch-linux-ma … nd-dovecot and I accidentally removed myself from users group
    [yasar@yasar-laptop ~]$ id
    uid=1000(yasar) gid=12(mail) gruplar=12(mail)
    Now, I am thinking to issue this command:
    usermod -g users -G audio,lp,optical,storage,video,wheel,power yasar
    Is this command good? I just wanted to be sure. I don't want to break stuff again.

    Just run this command as root:
    gpasswd -a yasar users
    Last edited by anonymous_user (2012-01-12 16:40:45)

  • Separate First/Last names from Field?

    Greetings
    I have a table in which the first and last names are in one
    field (?) which I need to get into their own fields.
    I would create a new table:
    CREATE TABLE new_table
    AS
    SELECT #SpanExcluding(?, ?)# as last_name
    #SpanExcluding(?, ?)# as first_name
    FROM existing_table; ?
    Any help would be appreciated.
    newportri

    You would use the string manipulation tools available to you
    in your
    database management system of choice to split the string of
    one field
    into to values to update the two new fields you create.
    This answer is a bit vague, because all the different
    database
    management systems out there offer slightly different string
    manipulation functions.
    But I believe your SQL is going to look a bit like this. I
    may be a bit
    off here since I don't do this type of data manipulation very
    often.
    UPDATE myTable
    SET
    firstName = left(fullName,find(fullName,' ')),
    lastName = right(fullName,find(fullName,' '))

  • Remove First & Last Name Validation in Get Support

    Hi All,
       I have enabled the self management of password for portal users. I have to remove the First & Last Name validation  and make it optional, I have also made (ume.logon.logon_help.name_required = false)  in configtool and taken the restart of the server, but still it is validating the names.
    If anyone have removed the validation for the above, can help me.
    Thanks in advance.
    Regards
    Ponnusamy

    Hi Ponnuswamy,
    the right place to remove the validation is the par file of the login page.
    Get the par file from the portal. unzip the par file.
    under the PORTAL-INF\lib u will find the umelogonbase.jar
    Extrat the jar. get the java file named
    SAPMLogonLogic.java.
    Modify the piece of code in the java file.
    private void performForgotPassword()
            throws IOException, UMException, FeatureNotAvailableException {
            String methodname = "performForgotPassword";
            if (trace.bePath()) {
                trace.entering(methodname);
            try {
                String longUid = this.proxy.getRequestParameter(LogonBean.LONGUID);
                if (longUid != null) {
                    longUid = longUid.trim();
                // check for email id
                String email = this.proxy.getRequestParameter("email");
                String lastName = this.proxy.getRequestParameter("lastname");
                String firstName = this.proxy.getRequestParameter("firstname");
                String noteToAdmin = this.proxy.getRequestParameter("notetoadmin");
                IUser userFrom = UMFactory.getUserFactory().getUserByLogonID(longUid);
                if (email.equalsIgnoreCase(userFrom.getEmail()) &&
                        firstName.equalsIgnoreCase(userFrom.getFirstName()) &&
                        lastName.equalsIgnoreCase(userFrom.getLastName())) {
                    // email matched, assign a new password and email to user
                    String newPass = UMFactory.getSecurityPolicy().generatePassword();
                    IUserAccount ua = UMFactory.getUserAccountFactory()
                                                       .getMutableUserAccount(longUid);
                    ua.setPassword(newPass);
                    ua.save();
                    ua.commit();
    this is the original coding.
    remove the check for last name and first name in that
      if (email.equalsIgnoreCase(userFrom.getEmail()) &&
                        firstName.equalsIgnoreCase(userFrom.getFirstName()) &&
                        lastName.equalsIgnoreCase(userFrom.getLastName()))
    complie the java file. get the class and store it in the umelogonbase.jar . put the jar back in the original place. deploy the par.
    u will get the desire result.
    cheers,
    Sithi

  • When I send e-mails from my iPad the wrong last name appears, even though I have updated my Apple details. How can I correct this ?

    When I send e mails from my iPad my previous last name still appears, even though I have changed it on my Apple a/c.
    How can I correct this, please ?

    Try this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Using a POP account with multiple devices
    http://support.apple.com/kb/ht3228
    iOS: Adding an email account
    http://support.apple.com/kb/HT4810
    iOS: Setting up an Outlook.com, Hotmail, Live, or MSN email account
    http://support.apple.com/kb/ht1694
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    The iPad's Mail app has no provisions for creating groups. However, you can use a third party app that many users recommend.
    MailShot -  https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8
    Group Email  -  https://itunes.apple.com/us/app/group-email!-mail-client-attachments/id380690305 ?mt=8
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
     Cheers, Tom

  • Display first last name ecord

    source schema like 
    <ns0:empdetails xmlns:ns0="http://BizTalk_Server_Project3.Schema1">
      <employee>
        <FirstNmae>Kapil</FirstNmae>
        <lastname_x0020_></lastname_x0020_>
      </employee>
      <employee>
        <Firstname>Kiran</Firstname>
        <Lastname>Kumar</Lastname>
      </employee>
      <employee>
        <Firstname>Naresh</Firstname>
        <lastname>Kumar</lastname>
      </employee>
     </ns0:empdetails>
    destination will be 
    <employee>
        <Firstname>Kiran</Firstname>
        <Lastname>Kumar</Lastname>
      </employee>
    the first last name record should come and igoner another records if contains last name or not .

    You can acheieve this using Scripting functoid ( Script Type "Inline XSLT Call Template"). Refer to below XSLT script to use. Map output from this scripting functoid to destination node. 
    <xsl:template name="Employee">
    <xsl:if test="boolean(/*[local-name()='empdetails' and namespace-uri()='http://BizTalk_Server_Project3.Schema1'] /*[local-name()='employee' and namespace-uri()=''][lastname!= ''])">
    <employee>
    <Firstname>
    <xsl:value-of select="/*[local-name()='empdetails' and namespace-uri()='http://BizTalk_Server_Project3.Schema1'] /*[local-name()='employee' and namespace-uri()=''][lastname!= ''][1] /*[local-name()='Firstname' and namespace-uri()='']"/>
    </Firstname>
    <Lastname>
    <xsl:value-of select="/*[local-name()='empdetails' and namespace-uri()='http://BizTalk_Server_Project3.Schema1'] /*[local-name()='employee' and namespace-uri()=''][lastname!= ''][1] /*[local-name()='lastname' and namespace-uri()='']"/>
    </Lastname>
    </employee>
    </xsl:if>
    </xsl:template>
    Thanks,
    Pavan
    MCTS-Microsoft Biztalk Windows Server 2010

  • TS1424 I have bought a book from iBook and even though my gredit card was charged immediately and the book was downloaded the first 12 chapters are not there! It says there is an error ... and the book starts at chapter 13. What do I do? Where do I compla

    I have bought a book from iBook. My credit card was charged and the book was downloaded. There is an error and the first 12 chapters are not there! The book has the prologue and info and then chapter thirteen. How do I get the whole book?

    I have bought a book from iBook. My credit card was charged and the book was downloaded. There is an error and the first 12 chapters are not there! The book has the prologue and info and then chapter thirteen. How do I get the whole book?

  • Groups are not displaying in the user's member of tab

    Hi ,
    We have a issue,
    After mapping any AD  group in CMC,the groups and users are displaying  in the cmc list. but when we go to the properties of the user and member of option ,the groups are not displaying .
    After restarting the CMS every thing works fine.
    Every time after adding a new user we should restart the CMS, it is very difficult for  us as number of users are working on this .
    We are using number of AD groups.
    Is there any resolution for this with out restarting the  CMS.
    Thank you  in advance.
    Environment -
    BO XI3.1,
    LDAP authentication.
    Thanks & Regards,
    Collin.

    The LDAP graph is responsible for showing the membership when viewing the user properties, an issue like this would indicate the graph is not auto updating. It normally builds when starting the CMS then every 15 minutes or so for new users (depending on system activity). It shouldn't lose any info (if it does this indicates a caching or communication problem with AD). There is a graphtimeout setting in the registry (search SAP notes) if this were disabled then it may cause similar symptoms.
    I'm not aware of any bugs in 3.1 causing this behavior so you may need to open a case with support (authentication team) to help troubleshoot.
    Regards,
    Tim

  • Anyone have problems with apple ID's? I have the correct ID in my settings but when I try to update my apps my ID shows my first name and last name but not my ID? I'm not sure what else to do because I've made sure I have the correct ID in my settings!

    Anyone have problems with apple ID's? I have the correct ID in my settings but when I try to update my apps my ID shows my first name and last name but not my ID? I'm not sure what else to do because I've made sure I have the correct ID in my settings! Anyone else have this issue?

    I think its meant to show your name, not your ID.

  • HT202058 iphone 6+ somehow has switched my name on emails into my nephew's name. We share a first and last name but not a middle name. For example, my name might be John George Doe and his name John James Doe. How did this happen? How do I correct it.

    iphone 6+ somehow has switched my name on emails into my nephew's name. We share a first and last name but not a middle name. For example, my name might be John George Doe and his name John James Doe. How did this happen? How do I correct it.

    So if the solution recommended by Ralph is not working then the other option is this:
    Please make sure that the emails work correctly when signed into, on a computer
    Then delete the account off your phone - you will not lose the emails
    Reset the phone
    Re add the account back in and see if that helps the issue
    Thanks

  • I loaded microsoft office on my mac airbook. I have no problem accessing it from my user. When the other log on user is clicked the software icons are not avauilable. How do I have any user on my airbook have access. i.e. my wife

    I loaded microsoft office on my mac airbook. I have no problem accessing it from my user. When the other log on user is clicked the software icons are not avauilable. How do I have any user on my airbook have access ? . i.e. my wife

    Greetings Niel
    I was able to copy down the Word, Excel and PowerPoint icons and access "however" when I exit out of the guest user it deletes them from the tool tray at the bottom.... I need them to stay there not have to copy them down..
    Can you still assist?

  • Bought ipod touch5 from the buyer-and the last owner has not stepped out of his iCloud.ya updated to 7.1.2 and now I need it from appleID Icloud

    bought ipod touch 5 from the buyer-and the last owner has not stepped out of his iCloud.ya updated to 7.1.2 and now I need it from appleID ICloud I solve the problem of activation, if the owner had gone to Iraq? do not offer contact with the old owner as it is silly. a1421 model serial number c3*****4k1
    HELP ME PEOPLE
    <Edited by Host>

    Hey wangyz_david,
    Thanks for the question and detailed information. I understand that you are experiencing issues with your iPhone 5s in relation to battery life. The following website outlines some great tips for maximizing battery performance:
    Apple - Batteries - Maximizing Performance
    http://www.apple.com/batteries/maximizing-performance/
    I also understand that you are interested in performing a recovery mode restore. You can find information regarding recovery mode here:
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808
    Please keep in mind that restoring your backup may cause the issue to be restored as well. For the best isolation steps, you may wish to restore as new:
    iOS: How to back up your data and set up your device as a new device
    http://support.apple.com/kb/HT4137
    After erasing and setting up as a new device, your device is now in a factory configuration. Test to determine if erasing and setting up as a new device resolved the issue. Content on the device may have caused unexpected behavior.
    If the issue is still present, you may want to contact Apple Support.
    Thanks,
    Matt M.

  • TS3276 since upgrading to Lion I have had a plethora of problems.  First my mailboxes are not working like they were.  The yahoo mailbox keeps telling me my password is not correct.  Also, when I log on several of my programs (i.e. Neat, iTunes) just pop

    I have two mailboxes.  My Yahoo mailboxe keep telling me I have the wrong password and the mailbox ap keeps popping up.  I believe this is then screwing up my Outlook mailbox which is my work email account.  I had it configured fine and then upgrade to Lion.  Since upgrading my mailboxes are challenging to keep up and running.   Also, when I log in several of my programs autimatically pop up (NEAT, iTunes,etc), kind of like all the ads did when I was using MS.  Any ideas of why this is happening?  Is it a Lion issue?  What can I do to fix?

    Hellow keith5000 ,
    regarding your issue lets see what we can do to solve this issue.
    - have you tried safe boot
    safe boot = starting up the mac with the SHIFT- button.
    - when entering safe mode you will be able to enter and quick change some settings
    now next question do the unwanted aplications still load in safe mode , if so
    go to the Apple icon -> System preferences -> user & groups -> login items (top right on the screen from user & groups window)  now at login items u can close any unwanted aplications by deleting them or unmarking them
    - unwanted aplications will now disapear when starting up your mac os x system
    - next issue should be your authentication , this will be a bit more tricky , lets see
    same category user & groups and u will see your admin account try seeing if u have enabled the admin account right click on your admin account to see information about it and compare it if your info is correct , next see if you have authorized your admin account to write & read.
    if these still don't work , make a test account to see if this problem is user wide or system wide.

  • First Name is not displayed on Family Details IView in ESS

    Dear All,
    We are facing problem in Family Details Iview in ESS India. Here what happens is that on family Details Iview Last name and Birth Name is displayed. First Name is not displayed on the Iview.
    I Checked in the Structure HCMT_BSP_PA_IN_R0021. The fields are present in the structure.
    So pls can anybody help me out in this issue.
    Regards,
    Dhruv Shah

    Firstly check no UI elements are hidden via Personalization (Ctrl and Right Mouse button) on user level or in the PCD preview at administrator level
    Secondly check you are operating a recommend SP landscape
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/profile/marcio+leoni
    --->HOW TO GET RID OF SP STACK MISMATCH ISSUES
    Next check that none of the fields are marked as unused in V_T588M, V_T588MFPROPS,  V_T588MFPROPC
    Hope this helps
    Stuart

Maybe you are looking for