Appending a new resource

Hi Folks,
Based on some condition I would be enabling and disabling resource account. While enabling there is one more condition, I would check whether the account exists, if not I should create on. The enabling and disabling works correctly, and I am using enable view and disable view for that. While creating a new resource, I am using user view and appending the resource to the waveset.resources attribute. It goes to the activity but the resource is not added in IDM.

simple...
<append name='user.waveset.resources'>
<s>resourcename</s>
</append>

Similar Messages

  • Encountering error in creating a new resource

    Hi All,
    I am encountering the following error when I try to create a new resource.
    The data that defines the flexfield on this field may be inconsistent. Inform your system administrator that the function: KeyFlexfieldDefinitionFactory.StructureValue.createBaseValue could not find the structure definition for the flexfield specified by Application = OTA, Code = RES and Structure number = 101
    Apparently there is a problem with one of my Training Resource KFF structures.
    If someone has any solutions to this error, please share.
    Thanks
    - Manish

    Hi Vikas,
    Thanks for replying.
    I populated the 'Meaning' Column in RESOURCE_TYPE lookup with the values which are same as the name of structure.
    Recompiled the KFF as well.
    But still encountering the same error.
    Should I rather populate the same values in "Code" column ?
    Regards
    - Manish
    Edited by: 904775 on Dec 29, 2011 12:58 AM

  • Instead of creating new resource, recon is updating the same resource object for a user

    Hi,
    I created a DB target recon in OIM 11g. I ran recon and it created resource object. Resource is visible in Accounts tab.Now, I added one more entry with different description in DB. I ran the recon again. This time, instead of creating new resource object, recon linked it the same user with same resource object.
    My requirement is to create as many resource object as there are entries in DB table. The recon should not link all DB entries with same resource object in IDM. For every entry in DB, recon should create that many resource objects in accounts tab of user.
    Please let me know how to achieve the same.
    Regards,
    Kalpana.

    Hint is : Verify Reconciliation Key field mapping in Process definition
    Thanks,
    Pallavi

  • Is there an easy way to append a new column of data to an existing xl file?

    I am modifying and existing program and the new needs are to have a compilation of averaging information to later be plotted with an xl graph. The VI will need to open the existing xl file, add the new column of data points without disturbing the existing columns of data, with a column header, and save the new file with the existing file name. The open and save are obviously not a problem, but I have never appended a new column, just rows in the past. The existing program is LV5.1, but i have a professional developement version of LV6i at my disposal if I need to convert it. Thank you in advance for any suggestions.
    Tim Fleeger
    Siemems Medical Systems

    TMF:
    INdeed there is. YOu want to use the "write characters to file" node. (If you're using numerical data, you might have to convert with one of the STRING conversion functions) YOu want to concatenate the string as follows: TAB/DATA/CARRIAGE RETURN. Also be sure to wire TRUE to the Append File terminal of the WRite Characters to File node.. Good luck!
    Eric P. Nichols
    P.O. Box 56235
    North Pole, AK 99705

  • SQL2008R2 new named instance in existiong cluster as a new resource.

    Hello everyone.
    I'm trying to find out the best way to install a new named instance of a SQL2008R2 server in clustered environment.
    The current windows cluster is a 2 node cluster and contains the DTC and 2 Named SQL Server instance:
    MSSQLSERVER(Default)  Network name: Clust1
    Example1 Network name: Clust2
    I need another instance but i want to reach it through the MSSQLSERVER's SQL Network Name.
    In the end I need to be able to connect to the default instance with Clust1 and the new instance with Clust1\New.
    Is it even possible to install SQL server not as a cluster service, more like inside a service as a new Resource?

    Hello,<o:p></o:p>
    Thank you for your reply.<o:p></o:p>
    I want to create the installation on both nodes,
    so when a failover occurs on the Clust1 SQL cluster, both the default and
    the new instance fails over and starts up at the new node.<o:p></o:p>
    I tested the standalone installation method, the
    problem is that it won’t show up as a resource in the cluster service.
    I have to add it manually?
    No,what you are suggesting cannot be attained by standalone installation you need to add new instance in cluster aware mode.That would be your third instance in cluster which would require new disk ,IP for data files and Virtual name respectively.MSDTC can
    be shared.
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Great new resources on OTN: best practices and OPM project polishing tips

    Two great new resources are now available on OTN.
    Oracle Policy Modeling Best Practice Guide
    A clearly laid out paper that walks through a series of valuable recommendations. It will help you to design and model rules that maximize the advantages of using Oracle Policy Automation's unique natural language approach. Leverages more than 10 years of practical experience in designing and delivering enterprise policy models using OPA. Highly recommended reading for all skill levels.
    Tips for Polishing a Policy Modeling Project
    This presentation contains dozens of useful tips for delivering rich and natural-feeling interactive interviews and other decision-making experiences with OPA.
    See the links at the top of the New and Featured section on the OPA overview tab, and also at the top of the Learn more section.
    http://www.oracle.com/technetwork/apps-tech/policy-automation/overview/index.html
    Jasmine Lee has digested much of her 10 years experience into these fantastically useful new materials - and they're free!
    Davin Fifield

    Thanks Davin to posted this info!
    Thanks Jasmine these material very nice.

  • Loading users into a new resource

    Hi All,
    My customer is already having sun identity management system in place with five resources configured.Almost 15000 users are there.
    Now they want to add an XML Resource. This XML resource is a new resource and empty resource.
    Please suggest me the different way of loading this 15000 users in this new resource.
    Thanks
    R

    What exactly do you plan to do with the resource - reconcile, activesync, get/list users?I plan to provision / de-provision users, get users etc. All of this is working fine.
    Why does reconcile fail? Custom adapters do not differ from that provided by Sun, so you may make them do all the things the built-in adapters do.When I run re-concile for a small batch of users, I see that re-concile completes successfully but it randomly misses some users. I am trying to debug this issue as well in parallel.
    Thanks for the help so far!

  • Project server new resource Customization and Programming

    hi
    how to add categories(like My Tasks, My Resources) for a new resource programmatically in project server 2010?

    Hi
    You may add the categories to a group , later you can add the user to specific group
    Either you can hardcode the group guid or get the group guid by reading all the groups
    Sample:
    Guid gpUID = new Guid("303D8BA6-BD1A-437A-984E-B19AD11EF345");
    srvSecurity.SecurityGroupsDataSet secutiryAuthDs = new srvSecurity.SecurityGroupsDataSet();
                    secutiryAuthDs = objSecurity.ReadGroup(gpUID);
                    srvSecurity.SecurityGroupsDataSet.GroupMembersRow securityAuthRow = secutiryAuthDs.GroupMembers.NewGroupMembersRow();
                    secutiryAuthDs.GroupMembers.AddGroupMembersRow(gpUID, resourceRow.RES_UID);
                    objSecurity.SetGroups(secutiryAuthDs);
    You are going to update the group after adding the user to group
    Hope this helps
    --Happy troubleshooting
    Thanks --Ajith

  • Project Server 2010 new resource customization

    Hi
     How to add  Timesheet Manager for a new resource programmatically

    Youc an do it while creating the resource by adding the Guid to the column RES_TIMESHEET_MGR_UID or update the resource dataset later on as below
     SvcResource.ResourceClient ResClient = SetResClientEndPoints();
                SvcResource.ResourceDataSet ResDS = ResClient.ReadResource(new Guid("94cb3050-fe7a-4a45-a0f2-23f748c93ef0"));
                 Res[0] = new Guid("94cb3050-fe7a-4a45-a0f2-23f748c93ef0");
                ResClient.CheckOutResources(Res);
                ResDS.Resources.Rows[0]["RES_TIMESHEET_MGR_UID"] = new Guid("8fd6ee5e-1ecb-4262-8a02-b046cc6ac09c");
                ResClient.UpdateResources(ResDS,false,true);
    Thanks | epmXperts | http://epmxperts.wordpress.com

  • How do you create a new resource group from the new portal?

    There's no option for new resource group when you click the "+" button. Am I missing something?

    Hi mticb,
    As far as I know, we couldn't create an empty resource group in azure preview portal, please vote this similar feedback at:
    http://feedback.azure.com/forums/223579-azure-preview-portal/suggestions/6182477-create-resource-groups, sorry for any inconvenience.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Get path of a new resource

    Hello!
    I need to process all xml files when it's uploaded into the XML DB. (the files are not schema-based)
    So I wrote a trigger in the xdb schema.
    ..but..
    how can I get the path of the new resource?
    I tried:
    create or replace trigger loads
    after insert on xdb$resource
    for each row
    declare
    xmldata xmltype;
    v_path VARCHAR2(4000);
    begin
    xmldata:=:new.sys_nc_rowinfo$;
    select any_path into v_path from resource_view r where r.res=xmldata;
    --insert into pityusz.tmp(c) values(v_path);
    end;
    It is not working..
    How could I get the path of the new resource?
    ..any idea?
    ThX
    Madari István

    #1. We do not support user defined triggers on XDB$RESOURCE.
    #2. In 9.2.x there is no way of doing this...
    #3. In 10g There is a new column in Resource_View and Path_view which is the Object ID of the underlying object. This can be used to find the PATH (path_view) or ANY_PATH (resource_view).

  • How to disable "Provision new resource" button

    Hi,
    When we enter user detail page and choose a resource profile from drop-down list - a list of resource provisioned to user appears. There is also a button "Provision New Resource" that allows to provision new resource to a user - but this is made not through a request but direct provisioning.
    And my questions are :
    *1.* Is is possible to disable/remove this button (maybe through any parameter) to prevent any direct provisioning?
    OR
    *2.* Is is possible to make this button enabled/available only to users that have a special privilege or belong to a specific group?
    Thanks in advance!

    Actually button comes from JSP only.
    It doesn't come from Action Class. Some permissions may be there. Search for permissions like Direct provisioning**.
    But permissions always work at group level.

  • Problems making new resources

    I have 10.5 installed on a quad core Xserve, configured as Workgroup, (therefore it's own OD master), and bound to my company's Active Directory.
    If I open up Directory, use the [+] button at the bottom left, and create a New Location, on save, it appears to just hang. I can click cancel, and regain control.
    I can now search on the location, and find it. But if I try to delete or edit the location, I'm told I don't have permission.
    Has anyone else experienced this, and have any idea what I can do differently?

    I have 10.5 Server installed on an Intel mini, as a Standard server with its own OD master, and for me the Directory.app does not work at all. When I click + new resource or location, it just hangs...
    Sorry I cannot help, Steve. Anyone else know what to check?

  • Any option to Out-File -Append so new additions are at the top of the file?

    Hello,
    Many of my scripts create logentries which I 'append' to a log file, as in the following:
    $LogEntry | Out-File MyLog.Txt -Append
    This puts the newest entries at the bottom of the file so we need to scroll to get to the current data.  Are there any techniques/options for adding the most current data to the 'top' of the file such that when you open the file, the most current data
    is at the top?
    Thanks in advance.
    Thanks for your help! SdeDot

    Another way that might be useful, depending on the nature of the logfile data, would be to append each new record to the end, but number the records and use csv format, i.e.:
    1,"Existing data 5"
    2,"Existing data 4"
    3,"Existing data 3"
    4,"Existing data 2"
    5,"Existing data 1"
    6,"Some new fancy data"
    then to display it in reverse order you could either load it into excel and reverse sort by the sequence number, or read it into your script using import-csv, and use sort-object to display it in the order you want to see it in.
    This suggestions is, admittedly, the more complex of the two. I suggest it for two reasons that might (or might not) apply in your case:
    if the log file could be written asynchronously by multiple instances of your script, Mike's solution could cause the loss of data.
    if the log file becomes excessively large, Mike's solution might create a performance issue
    Al Dunbar -- remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

  • Linking accounts on new resources

    Hi all,
    In an existing IdM 8.1 environment I have to add two new resources. I have modified the roles definitions without update the users, now I want to link the new resource accounts with ActiveSync process.
    I've seen that I can link the resource accounts from the Tabbed User and it works correctly, but executing the ActiveSync I can't "CONFIRM" the account link.
    What am I missing?
    Thanks in advance,
    KK.

    Earlier answer was a bit off :D
    Correlation Rule -> find matching user[s]
    Confirmation Rule -> Confirm?
    At least I hope that would work, we dont use the confirm since our correlation will tie 1<->1
    hence our account index on that resource is UNMATCHED __UNKNOWN__ but this doesnt matter to us since we just
    use this to update the view anyway...

Maybe you are looking for

  • Where is it at?.....its July 20, and i dont see nada??? what in the ****-o bobby??? umm my iphone os updates the big ones anyway used to come out at midnight

    where is it at?.....its July 20, and i dont see nada??? what in the **** bobby??? umm my iphone os updates the big ones anyway used to come out at midnight.......yea?

  • PC Suite for older models

    Does anyone else think that the latest version of PC Suite intentionally does not support older models (even though they are listed) cos they think people will be frustrated and end up upgrading their phone rather then trying to uninstall, find an ol

  • 4 days - and still has not been activated

    I have a BT Home Hub 2.0. And my BT Total Broadband was supposed to be up on 21st Jan. I have tried everyday, but nothing. I check my settings on the gateway, and it says nothing has been activated Is this common?

  • IPhoto wont start up

    after installing leopard, iPhoto will not launch. when i click on the iPhoto icon the iPhoto window opens and i cannot use any of the controls. then (in about 10 or 15 seconds) the iPhoto window closes and i get the warning: "the application iPhoto q

  • Exception Propagation - Best Practises

    Hello, I was thinking what is the best practise for exception propogation. The way I know and have been doing is to specify an error page in my web.xml and in that I get a request paramater from the sesion ( which I populate in the catch blocks acros