Trying to Update User AuthenticationType via WebServices

I have a .net web service that I have successfully used to update user records for other fields but when I try to use it to update the field AuthenticationType nothing happens. No error is generated. If I submit just the ExternalSystemId and the AuthenticationType (value = "User ID/PWD or Single Sign-On") it will return the user record with the AuthenticationType = null.
I also checked the Web Services Utilization List and it shows the UserUpdate actions but there are no errors.
Here is the code for the web service:
    public bool UpdateUsersInBatch(User.User1[] inUsers)
        User.UserWS_UserUpdate_Input input = null;
        User.UserWS_UserUpdate_Output output = null;
        bool retVal = false;
        string sessionId = LoginDefault();
        User.User _ws = new User.User();
        if (_useProxy) _ws.Proxy = new System.Net.WebProxy("proxyaddress", 8989);
        input = new User.UserWS_UserUpdate_Input();
        input.ListOfUser = inUsers;
        try
            _ws.Url = GetWSURL(sessionId);
            output = _ws.UserUpdate(input);
        catch (Exception ex)
            LogIt("UpdateUsersInBatch->ERROR->" + ex.ToString());
            throw;
        finally
            Logoff(ConfigurationManager.AppSettings["LoginURL"], sessionId);
        if (output.ListOfUser.Length > 0)
            retVal = true;
        return retVal;
    }

I also can verify that the web service is working correctly because I can submit a change to other fields including the AuthenticationType and all the other fields will update correctly just not the AuthenticationType field.

Similar Messages

  • I am trying to update my RSS via sound cloud to iTunes but having issues... please help

    I am trying to update my RSS via sound cloud to iTunes but having issues.
    I currently have my podcast working on iTunes but I have decided to change where I have them hosted.  I moved my podcasts over to Soundcloud and currently have the rss feed but I would like to update my iTunes podcast with this so that all my podcasts showing up on sound cloud will sync up and automatically update.
    here is my rss feed:
    feed://feeds.soundcloud.com/users/48458062-the-collective-podcast/tracks
    Podcast via Soundcloud:
    http://soundcloud.com/the-collective-podcast
    my podcast on iTunes:
    https://itunes.apple.com/us/podcast/the-collective-podcast/id662393388
    Any help would be greatly appreciated!
    Thanks!

    The feed in use by iTunes is http://thecollectivepodcast.podomatic.com/rss2.xml , not the one you list. It has one episode, whose media file URL is
    http://thecollectivepodcast.podomatic.com/enclosure/2013-06-14T16_06_53-07_00.mp 3
    Your feed at http://feeds.soundcloud.com/users/48458062-the-collective-podcast/tracks has no episodes.
    You will obviously need to get this sorted out before you can proceed. Once you have the soundcloud feed working properly you will need to add a special tag to the original feed in order to transfer the Store to using the new feed. The method is decribed here:
    http://www.wilmut.webspace.virginmedia.com/notes/podcast.html#move
    Please make sure you are completely clear about it before proceeding, and check that the new feed works by subscribing manually in iTunes before you try moving the Store to it.

  • Getting an Errorwhile trying to update user's email in OIM

    Hi,
    I am getting an error while trying to update an user's email in OIM
    Below is the error in the logs
    EXCEPTION:[[
    oracle.iam.identity.exception.UserModifyException: IAM-3010032:An error occurred while modifying user(s) in LDAP with key(s) - 923922:923922
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:205)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl_1035_WLStub.modifyx(Unknown Source)
    This issue is only for single user and update functionality is working fine for rest of the users.
    I assume this might be due to data mismatch in OIM and OVD-OID.
    Can someone suggest something to fix this issue.
    Thanks,

    Can someone please help me to fix this Issue ?

  • TS3694 trying to update to IOS5 via itunes but gives 3002 error message?

    ive been trying to update my iphone 4 running ios4.3 but ios 6 is having none of it, so i thought id go to ios5 first as i read that you cant jump straight to 6.
    I manually downloaded the software and starting to extract the old version of software via itunes then its come up failed to update unexpected error 3002.
    This is driving me mad. Any help appreciated.

    leegriffiths wrote:
    ...starting to extract the old version of software via itunes then its come up failed to update unexpected error 3002.
    See this Error Message Here...
    http://support.apple.com/kb/TS3694

  • Purchased an HP Photosmart 5520 all in one printer last year and a Macbook Pro in Jan. They worked together up to June. In Sept. when I tried to print wirelessly, it would not print. The laptop had been updated. Tried to update the printer via HP,couldn't

    I have an HP Photosmart 5520 all in one printer and a MacBook Pro. Bought the MacBook Pro in Jan 2013 and the printer in Dec 2012. I was able to print to the wireless printer up until June 2013. In September, when I tried to use them together, I could not print. During the period between June and Sept., my laptop software was updated. I have tried to update the HP software on my laptop, but could not. What can I do to use this printer with my MacBook Pro? Please help!

    The MacBook Pro is running at least 10.7.

  • Update User Password via Web Services

    Hello. I am attempting to update the password for a user via the Rights Management web services, https://{mydomain}/soap/services/RightsManagementService?wsdl&lc_version=9.0.1, using .NET 4.0 (C#).
    Below is the function I have written. When I execute the code it always returns false. I have searched the documentation and forumns but have not found anything. Can someone provide any ideas on how I can successfully update a users password in LiveCycle via the exposed web services?
    public bool UpdateUserPassword(string userName, string password)
                bool result = false;
                WebServices.RightsManagement.UserImpl user = new WebServices.RightsManagement.UserImpl();
                user.userid = userName;
                user.canonicalName = userName;
                user.domainName = DefaultPolicySets.DefaultDomain;
                user.principalType = "USER";
                user.local = true;
                user.locked = false;
                user.disabled = false;
                user.system = false;
                Console.WriteLine(this.rmSvc.resetExternalUserPassword(user, password));
                return result;

    The answer to this question was to use another function exposed by the Directory Management Web services, {domain}/soap/services/DirectoryManagerService?WSDL&lc_version=9.0.1.
    The function in question is called updateLocalUser().
    You can find more information here, http://help.adobe.com/en_US/livecycle/9.0/programLC/javadoc/com/adobe/idp/um/api/Directory Manager.html#updateLocalUser%28com.adobe.idp.um.api.infomodel.User,%20java.lang.String%29.

  • Work orders and updating user status (via IW32)

    Hello All,
    I was given a design to create a program that will retrieve all open work orders. The program needs to check on all the purchase orders for that work order to check if order quantity matches the received quantity and the invoice quantity. If it matches, I will do an IW32 to change the user status to 'AIP' (All Invoices Paid). If there are no invoices or purchase orders, I will again, do an IW32 to change the user status to 'AIP'.
    And since this is my first time to work on a PM ticket, I'm not very familiar with the tables being used. I've tried looking for a list of PM tables. One table I got is AUFK (Order Master Data). I searched through the table and it has the fields for Sales Order Number (KDAUF) and Item Number (KDPOS). Is this the Purchase Order related to the work order? Also, is there a way I can see or verify it through a transaction? I tried looking into transaction IW33 but I couldn't find any Purchase Order Number there. Also, how do you know if a work order is open or not? Is there a field that indicates it?
    I was thinking if there are any BAPI's I can use to change a work order's user status instead of doing a CALL TRANSACTION 'IW32'? I saw a function module, RFC_CHANGE_PM_ORDER, that does a remote function call to IW32 but this has dialogs. I'd appreciate any input.
    Many thanks in advance!
    Regards,
    Kristine

    Hi
    You can use the BAPI - BAPI_ALM_ORDER_MAINTAIN to maintain orders.
    Given below few order related tables
    AUFK     -Production order headers
    AFIH     -Maintenance order header
    AUFM     -Goods movement for prod. order
    AFKO     -Order header data PP orders
    AFPO     -Order item
    RESB     -Order componenten
    AFVC     -Order operations
    AFVV     -Quantities/dates/values in the operation
    AFVU     -User fields of the operation
    AFFL     -Work order sequence
    AFFH     -PRT assignment data for the work order(routing)
    JSTO     -Status profile
    JEST     -Object status
    AFRU     -Order completion confirmations
    This may help you.
    Thanks & Regards,
    Govind.

  • I'm trying to update FIFA 13 via iTunes, so I clicked "update" and then "sync". It shows a load bar under FIFA, but it hasn't made progress for at least 30 minutes. Ideas/suggestions please!

    It gives me the option to delete FIFA, but I would like to avoid this, in fear of losing my saved compitions and Ultimate Team.

    When I try to snyc my iTouch after updating, it says that there was an error, and I can't update it from my iPod because it already is, but it's stuck or something. Still hasn't made any progress.

  • Error when trying to update user properties

    Hi, wherever I want to change a user property in the active directory domain and computers I get a "The specified directory service attribute or value already exists"
    I've chequed pretty much everithing, active directory replication and dns seems to be fine.
    Any help will be really apreciated.
    Thanks in advance to everyone
    Javier

    If you are developing a code to do that, you can refer to that:
    http://support.microsoft.com/kb/894277
    http://blogs.msdn.com/b/dsadsi/archive/2009/08/28/getting-an-exception-the-specified-directory-service-attribute-or-value-does-not-exist-when-you-try-to-search-a-user-in-an-ad-container-using-system-directoryservices-accountmanagement-userprincipal-findbyidentity.aspx
    More if you ask them in development forums: https://social.msdn.microsoft.com/Forums/en-US/home
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • HT4623 I am trying to update to iOS 5 via software updates but the general tab in  settings does not offer it? I'm using an iPad 2.

    I am trying to update to ios5 via software updates but the general tab does not offer it. I am using an ipad2. Help!

    Here you go:
    iOS 4: Updating your device to iOS 5 or later
    Summary: Connect your iPad to a computer running the latest version of iTunes and your update options will appear.

  • Updating user details programmatically

    Portal version 3.0.9.8.1
    We are successfully creating users programmatically using the
    APIs:
    PORTAL30_SSO.WWSSO_API_USER_ADMIN.CREATE_USER and
    PORTAL30.WWSEC_API.ADD_PORTAL_USER
    We are now trying to update user details programmatically using
    PORTAL30.WWSEC_API.MODIFY_PORTAL_USER but noticed that this only
    updates the portal30 user details - not portal30_sso.
    Is there an equivalent API for updating the portal30_sso user?

    Hi mon_adobe,
    It's not possible to redirect this form upon submission to another page. However what you can do here is place a redirect on the 'Update Details Form Confirmation Page' System Page as a workaround. You can access this System Page via Site Manager > System Pages > Update Details Form Confirmation Page.

  • Error trying to update web.xml

    I'm trying to update  web.xml via these instructions:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0eb8120-b66c-2910-5795-894f384fc054
    The upload fails, and I see this excetpion in the log:
    Caused by: java.rmi.RemoteException: Error occurred during single file update of
           application sap.com/irj. Reason: Updating the security information in the
           deployment descriptors is not allowed in this operation.; nested exception is:
         com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException:
           Updating the security information in the deployment descriptors is not
           allowed in this operation.
    Ideas?  I'm signing in as Administrator, so why would the operation not be allowed?
    This is a 7.0 system, and the instructions are for a nw2004 system.  We've successfully uploaded the web.xml file before, so I'm thinking that something has changed in 7.0 that's preventing the upload.

    This page of the documentation indicates that the technique is the correct case:
    http://help.sap.com/saphelp_nw70/helpdata/en/6e/8590f1d6d349c9adc34c6a8085189b/frameset.htm
    So, one of two things has happened:
    1. The documentation is in error, or
    2. A bug has been introduced.
    I'm hoping it's #2....

  • HT4623 I tried to update my iTunes tonight....waited and now it says something is corrupt??  I also tried to update my iPad and it didn't work after waiting for 4 hours for that one.  I need a remote access and John Whitaker is the one I want to do this f

    What is going on with my iPad update.  I waited for four hours letting it "update" and after the alloted time, it tells me that I needed to update my iTunes first.  After doing that, I can't even get into my iTunes.  It says a file is corrupt.  This is making me less and less impressed with these updates.  I have trouble 80% of the time.

    What iPad model and what iOS is it currently running? Are you trying to update the iOS via wifi or connected to your computer?
    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.1. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
     Cheers, Tom

  • IPhone4S: tried to update to iOS6 and now will only show "connect to iTunes" screen

    I've got an iPhone4S and tried to update to iOS6 via iTunes.  While installing, a message came up on my computer saying that "iOS6 could not be installed due to an unknown reason" (I'm paraphrasing b/c I didn't write it down, figuring that I could just re-do it).  Ever since that message came up, neither iTunes or my computer recognizes that the phone is plugged in.  Also the phone sceen is stuck on the "connect to iTunes" screen, which displays the USB cable with an arrow pointing to an iTunes logo.  I've done the 10 seconds reset, updated iTunes, etc., and everything else that the iPhone troubleshooting suggests.  Nothing is working, and my phone is totally un-usable.  PLEASE HELP!!! Thanks!

    1)I tried tinyumbrella. But it stills stucks in Recorvery Loop.
    2)Tried also using DFU mode buty tinyumbrella isn't detecting the device in DFU mode.
    3)I also tried iRecovery and results are same.
    4)Is there anyother way to break the recovery loop as i don't have any backup for my device.

  • Updating a table via a gui program

    i am trying to update a record via the UPDATE function. My program has a show all button that brings in all the records. When i make a change in the record and click Update. I get the error: Syntax error in string in query expression ''00000' the zeroes represent an updated zipcode. Here is my source code for the update function:
    if(e.getActionCommand().equals("Update"))
    String url = "jdbc:odbc:coffee";
    String driver= "sun.jdbc.odbc.JdbcOdbcDriver";
    Connection con= null;
    Statement stmt =null;
    //PreparedStatement stmt = null;
    ResultSet my_result= null;
    /* String query = "Update CoffeeSuppliers set " +
    "Name='" + comp_Name.getText() +
    "', Address='" + comp_Addr.getText() +
    "', City ='" + comp_City.getText() +
    "', State='" + comp_State.getText() +
    "', ZipCode='" comp_zipcode.getText()
    "' WHERE ID=" + comp_ID.getText();
    String query= "Update CoffeeSuppliers set " +
    "ID='" + comp_ID.getText() +
    "', Name='" + comp_Name.getText() +
    "', Address='" + comp_Addr.getText() +
    "', City='" + comp_City.getText() +
    "', State='" + comp_State.getText() +
    "', ZipCode='" + comp_zipcode.getText();
    try
    Class.forName(driver);
    catch(java.lang.ClassNotFoundException exception)
    System.err.print("ClassNotFoundException: ");
    System.err.println(exception.getMessage());
    try
    con = DriverManager.getConnection(url,"app","app");
    stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE);
    my_result= stmt.executeQuery(query);
    stmt.executeUpdate(query);
    while(my_result.next())
    System.out.println("am i in the while loop");
    my_result.updateString(1,comp_ID.getText());
    my_result.updateString(2,comp_Name.getText());
    my_result.updateString(3,comp_Addr.getText());
    my_result.updateString(4,comp_City.getText());
    my_result.updateString(5,comp_State.getText());
    my_result.updateString(6,comp_zipcode.getText());
    my_result.updateRow();
    stmt.close();
    con.close();
    catch(SQLException sqlex)
    System.err.println("ERROR: " + sqlex.getMessage());
    } //end of the if statement
    Any feedback will be great.
    thanks

    String query= "Update CoffeeSuppliers set " +
    "ID='" + comp_ID.getText() +
    "', Name='" + comp_Name.getText() +
    "', Address='" + comp_Addr.getText() +
    "', City='" + comp_City.getText() +
    "', State='" + comp_State.getText() +
    "', ZipCode='" + comp_zipcode.getText() + "'";I think that it is as simple as the fact that you diddn't close the zipcode string literal being passed to the SQL interpreter. Add the closing ' to the query
    Hope this helps,
    Bamkin

Maybe you are looking for

  • Error while installing Oracle 10G Grid control in RHEL

    I was installing Oracle 10G Grid control in RHEL. Got the following error. Any idea what this means and what is the remedy? ======================================= Output generated from configuration assistant "Oracle Net Configuration Assistant": /h

  • XY Graph Cursor - Changing its style

    Hi, Is there a way to change the style of the cursor at the xy graph to an icon that I made? Regards.

  • Can't seem to repair permissions

    I am preparing to update to Mavericks. So, I started to verify permissions. There were many inaccuracies; so, I repaired permissions. Pages of corrections. Checked a second time--same list of errors. Booted from separate disk. Repaired again twice. S

  • Migrating from Cisco 4402 to 5508 - AP Compatibility

    We currently run six 4402 Wireless lan controllers - these are managed by a WCS server - soon to be replaced by Cisco Prime. We run a mixture of LAP1242 and LAP1142 wireless access points. I need to add more but have been told by my supplier that the

  • How to-Transaction across method calls

    With reference to the article "http://otn.oracle.com/tech/java/oc4j/htdocs/how-to-ejb-tx-X-Calls.html", the downloadable example is not available. Is it possible to recover it ? Thank yoy in advance