Need to revoke the resource via a scheduler object

Hello

I revoke the receiver Office of a user that already exists in the basis of IOM. I use the createDeleteReconciliationEvent() API to revoke the RO as below:

userData.put ("NT Logon Name", 123456);
createDeleteReconciliationEvent ("RO_NAME", userData);

The API is executed successfully, but there is no change to the Office of receiver of the user. The receiver Office remains in configured state.

Do I need to have additional configurations in the Console design to achieve this?

Please advice.

Kind regards.

To revoke the Office of receiver, you will need to use

userOperationsIntf.revokeObject API

Please be more clear about your requirement.

Tags: Fusion Middleware

Similar Questions

  • Location of the resource via a URL file? e.g. file:///?

    I'm trying to implement a local HTML file reading and writing directly to the browser by using one of the examples of the RIM.  The HTML file is a resource of program (help file).  I want to load the file by using a "file:///" url (yes I know, that I can do through class.getResourceAsStream).

    Does anyone know what would be the URL path for a resource file or if it is still accessible in this way?

    In fact, this proved be simpler I thought it would be. (I found it by searching in the old forums)

    Private private = Browser.getDefaultSession ();
    browserSession.displayPage ("cod: / / / [module name] / help.html");

    Seems to work very well on everything that I've tested it with.

  • FB4 compile on save is no longer work? Need to force the compilation via an execution why?

    The only way I can get FB4 to compile and display of error messages is to run and select Cancel run from the prompt "problems were found. In FB3 a compilation would go to save. Will there be a new parameter to change this?

    Uncheck you somehow 'Build' automatically under the Project menu?

  • calculate the resources

    Hello world

    I have a main site and a recovery site.

    On the main site, I have 10 esxi hosts and I use a third party application and I am reproducing a few virtual machines on the site of DR.

    Replicated VMS are shutdown in the DR site.

    Now I need to calculate the resources on my site of recovery so that I can reproduce a few more virtual machines,

    How to calculate the resources left on my site of DR assuming that all virtual machines of closing are started.

    Please guide me

    As VMs on DR are online on the main site, you can use the use of the resources required by virtual machines on the main site and calculate how much will be needed at the Dr site and how much will be left.

  • Need help on the reconciliation of resource target

    Hi all

    I m having a target database Table Resource.Users is implemented successfully. Now, I need to write a program of reconciliation task which will read the user attributes and notfiy IDM Admin when there is data confilct.

    Suppose, I m having the AccessRole attribute on the target resource DB and userA is supplied by role_ to the AccessRole using IOM attribute. If someone spends AccessRole UserA attribute to RoleX of backend, an email should be turned to IDM Admin user during execution of reconciliation.

    Please guide me how to achieve this


    Kind regards
    Madhu

    There are a few options. If you use the ignoreEvent API for your reconciliation, then EACH recon even from your target that is created outside the initial charge indicates a change. Simple as that. You can also set your level of audit at the level of the resources form. This in fact the track changes via the check engine and write the form old and new values in the tables of the UPA as a result. To send an email and have data changed, it's excessive. You do as much checking of data. You will need to run the ignoreEvent API to see if it should be ignored, for children or parents of the data (this is the norm for recon events). If you can't find an event that should not be ignored, you would need to use the API to find updated instance in service of this user and all their data from parent and then also using new incoming data, compare all values. Then you will need to code your own custom email to send to an administrator. Requirements like that of an email for any change of irritate me because the data is stored if necessary to find out, why not use the product and write a report and not spam email from someone?

    -Kevin

  • You will need to plug Sony IEEE 1394 camcorder to an iMac. It would connect to the thunderbolt via an adapter port? I have a cable of firewire 800 and wanting to know how to get the video of my iMac. Thanks for any help you can give :)

    I borrowed a camcorder tape Sony that has an IEEE 1394 (ilink Sony) and eager to download video from my iMac.

    It would connect to the thunderbolt via an adapter port?

    I have a cable of firewire 800 and wanting to know how to get the video from my iMac via this cable.

    Appreciate any help you can give :)

    You want a Thunderbolt Apple FireWire adapter. Here is a link (to the US store):

    http://www.Apple.com/shop/product/MD464LL/A/Apple-Thunderbolt-to-FireWire-ADAPTE r? FNODE = 8 b & fs = f % 3Dadapter % 26fh %3 D 4595% 252B45b0

    Sorry, I don't know what software you need to play your video, once you get the cable work.

  • Need a Script to pull data from use of resources based on the resource pool by.

    LucD I have created the script, but I wanted to add additional information such as total memory, CPU, Avg Total memory usage, below, the Avg CPU usage total storage.etc

    $report = @)

    {foreach ($cluster Get-cluster)

    foreach ($rp in Get-ResourcePool-location $cluster) {}

    foreach ($vm in (Get-VM-location the $rp)) {}

    $report += get-disk hard - VM $vm |

    Select @{N = "Cluster"; E = {$cluster. Name}},

    @{N = "ResourcePool"; E = {$rp. Name}},

    @{N = "VM"; E = {$vm. Name}},

    @{N = 'HD'; E={$_. Name}},

    @{N = "Datastore"; E={($_. Filename.Split(']') [0]). TrimStart('[')}},

    @{N = 'Filename'; E={($_. Filename.Split('_') [1]). "Split('/') [0]}},"

    @{N = 'Path VMDK'; E={$_. File name}}.

    @{N = "Format"; E={$_. StorageFormat}},

    @{N = ' Type'; E={$_. DiskType}},

    @{N = 'VM tools status'; E = {$vm. ExtensionData.Guest.ToolsStatus}},

    @{N = "CapacityGB"; E={$_. CapacityGB}}

    }

    $report | Export Csv C:\temp\report.csv - NoTypeInformation - UseCulture

    }

    }

    Something like below the lines wanted to add in my script above but could not understand how do. Need to add information resources as much as possible. Please help me on this.

    @{N='GHz CPU capacity';} E={[math]::Round($_. CpuTotalMhz / 1000 , 2 )}},

    @{N="GHz CPU used";} E={[math]::Round($_. CpuUsageMhz / 1000, 2 )}},

    @{N="CPU GHz free";} E={[math]::Round(($_. CpuTotalMhz - $_. CpuUsageMhz) / 1000 , 2 )}},

    @{N='Go memory capacity';} E={[math]::Round($_. MemoryTotalGB , 2 )}},

    @{N="Used memory GB";} E={[math]::Round($_. MemoryUsageGB , 2 )}},

    @{N="GB free memory";} E={[math]::Round(($_. MemoryTotalGB - $_. MemoryUsageGB) ,2 )}}



    The lines to add are displaying the results of a calculation on performance data, which are obtained through Get-Stat.

    In this script you better start from the script where you have taken these lines and then add the properties of the 1st script.

    In the objects returned by Get-Stat, you have access to the virtual machine through the property of the entity.

  • IOM "Modify resource of stocked" via api does not change the resource

    Hello!

    I'm having a problem to make requests to "Change the provisioned resources" via api.

    Demand is well created in IOM and contains all data for the modification of the resource.

    Approval of the application is done well, the status of the request is "Request completed" but then there is no change in the form of the resource.

    Does anyone have an idea why this happens?

    TKS

    Solved!

    entity.setEntityKey (OIU_KEY);

    TKS

  • Need to download the iso of Windows installation DVD or usb 7.1 when booting via the BIOS

    Original title: ISO WINDOWS 7.1

    My hard drive has failed on a Toshiba laptop.  I installed a new drive and now need to reinstall Windows 7.1 I purchased pre-installed on the laptop, which was not supplied with a recovery disk or an installation disc.

    I need to download the iso of Windows installation DVD or usb 7.1 when started by the BIOS.

    My office uses Vista, and it seems to have a built-in code that prevents a download.  Where should I go from here?

    How to: What are my options for Windows 7 reinstall media?

    Make sure you scroll down and read the section:

    What to do if you cannot get your manufacturer recovery media, refuse to use or to buy it or the Microsoft Software Recovery Website does not work?

  • VISA: Is denied access to the resource or to the remote machine.

    Hello.

    I use a cRIO-9076 to communicate with a Keithley 2400 via port RS-232 on the cRIO. I have a vi test which is built using the Keithley 2400 drivers and it works perfectly fine with the vi is located under 'My Computer' in my project. If I'm moving that vi on the potion of distance OR cRIO9076 of the project and try to run the vi I get a

    VISA: (Hex 0xBFFF00A8 to the resource or the remote machine access is denied...

    I realized I need to add something to the list of remote access on the cRIO that I find a little confusing. I want to use the serial port on the cRIO by VISA to communicate to the Keithley, so I need to give permission to cRIO on the cRIO? I'm obviously confused.

    I tried to add a simple * (wildcard) to the list of access as a temporary solution but I still get the same error.

    I would like some advice.

    Thank you

    Roth

    cRIO 9076

    Lab View 2013

    Keithley 2400

    NI-VISA 5.4.0

    If you want to move the vi to the CRIO, you can change the name of the resource.

    my example is based on the cRIO-9068. When running at MAX on my local host, it can show as below.

    The resource for the cRIO-9068 should like 'ASRLx:INSTR '.

    Good luck!

  • New user needs access to the old user profile files

    Windows 7 Pro on a W2008 domain, the latter leaves the company; User_B will take his place and needs access to all files (including e-mail - WindowsLiveMail);  There are currently three email accounts configured in the profile of the latter.  What is the best way to give User_B access to the data?  I tried to copy the data from the profile folder to the folder profile User_B, but when I try to open a document (Office 2002), I get "there was a problem sending the command to the program".

    When I tried to copy the profile via the control panel... Settings, user profiles, the option "copy to" was not available.

    There must be a relatively simple way to do this.  Help, please.

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)

    If you give us a link to the new thread we can point to some resources it
  • Running Powershell script with ESXCLI commands via a scheduled task in Windows 2012 does not work.

    I'm trying to run a powershell script of a scheduled task in Windows 2012. The script calls the commands ESXCLI and ends with success (exporting to a CSV file) but the file has no data inside.  If I run the script manually without the scheduled task file has all the I expect to exit.

    I wonder if there is a framework with Powershell or a PSSnapin I need to add to the script for it to run via a scheduled task.  Has anyone done this before with the ESXCLI commands?

    panhvr - you may to something.  The process account that I use to run this script has only read-only access in vCenter.  I logged on the server I am running these reports with the process ID and tried to run the script.  He gave me errors indicating permission to perform the operations of esxcli was denied.

    I think we found the culprit!  I'll have this process ID in vCenter rights upward.

    Thank you all!

  • OIM 11 g: how to manage the resources of the disabled users?

    In the OIM 11g Admin Console UI, when you work with the resources of a user "Disabled", none of the buttons on toolbar for management of resources (Revoke, Enable, Disable) are active.

    We have a lot of use cases where users with disabilities resources need to be managed, but it doesn't look like this is possible through the OIM 11 g APIs. (it has been possible in IOM 9 x).

    The only solution that we currently have is to enter into the history of resources manually add the appropriate tasks, which is not a very effective solution.

    Is this behavior "as planned" or is there a setting somewhere I'm setting that controls this lack.

    You are right, you cannot manipulate the State of the resources of the user if the user is disabled. You can use the API however I think you meant cannot use the user interface.

    -Kevin

  • Access to the content of the problems and configuring scheduled tasks

    Hi all!

    I am new to the community. IM an apprentice in the last year. I'm working with vmware esx / vsphere since August 2009.

    In December 2009 I started to script powershell and powerCLI.

    Maybe someone can help me, I searched for a long time, but I do not know how.

    I have a small script that takes you through some menus. There you can select the data center, the template and insert the name of the virtual machine. Data warehouses and the host or a cluster will automatically get to deploy. In the end, the script creates an INI file like this:

    vmname = test

    Location = VENV40

    Model = w2k3eesp2x32_template

    Cluster_Host = adcv43e.xxx.yyyy .net

    DatastoreSystem = esx40_nfs01_SystemDrives1

    DatastoreSwap = esx40_nfs02_SwapDrives1

    VCenterVENV = xx.yy.xx.yyy

    Now to my problem. The second script should be an infinite loop, looking if there are a few new INI files.

    Due to our policies, we can only deploy during the night (storage overhead). We have 3 "slots".  to 01:00 to 03:00 and 05:00, where we can deploy a virtual machine.

    The second script should get the regular deployment of the Vcenter task and check if there is a "slot" to deploy, if not, check the next night and so on.

    My problems are:

    I can not only the deployment task

    The departure time you have a time difference in the vcenter? (eastern daylight time?)

    When I got the available task, how to create a new one with the Ini file information?

    Someone at - it an idea?

    That's what I have so far. It was just to try if I can get the scheduled task

    1. --------------------------------------------------------------------------------------------

    2. Force load (otherwise VMware.Vim items are not known)

    http://Reflection.Assembly: LoadWithPartialName ("vmware.vim")

    CLS #clearscreen

    $svcRef = new-object VMware.Vim.ManagedObjectReference

    $svcRef.Type = 'ServiceInstance.

    $svcRef.Value = 'ServiceInstance.

    $serviceInstance = get-views $svcRef

    1. This returns a MoRef scheduled task manager

    $schMgr_ref = $serviceInstance.Content.scheduledTaskManager

    1. This returns the actual scheduled task manager object

    $schMgr_obj = get-views $schMgr_ref

    1. The method must be called on the object

    2. The method requires 1 argument.

    3. As the API Ref stipulates that when the parameter is Null, the method will return

    4. all scheduled tasks

    $foo = $schMgr_obj. RetrieveEntityScheduledTask ($null)

    1. The method returns an array of task object references

    {foreach ($task in $foo)

    $infos = (get-view $task) .info

    $taskname = $infos. Name

    $taskdate =($infos.) Scheduler). RunAt

    $task = "$taskname", "$taskdate".

    }

    #----


    Thanking you in anticipation.

    I am looking before I heard you and sorry for my bad English

    Greetings PowaCLI

    There are two problems.

    (1) the property $cloneSpec.Location.Pool must a resourcepool pint. In the script below I took the default value (and hidden) resourcepool called Resources.

    (2) the $spec. Scheduler property must be one of AfterStartupTaskScheduler, OnceTaskScheduler, RecurrentTaskScheduler.

    You will probably need to put the $spec. Scheduler.runAt to the property a value if you want to avoid the task starts immediately.

    $taskName = "Create new VM"
    $taskHours = 1,3,5
    $iniPath = "D:\__IPA_PowerCLI_VM\INI\"
    
    Connect-VIServer 10.11.4.209
    
    $si = Get-View ServiceInstance
    $schedMgr = Get-View $si.Content.scheduledTaskManager
    
    $scheduled = @()
    $schedMgr.ScheduledTask | %{Get-View -Id $_} | %{
         if($_.Info.Name -like ($taskName + "*")){
              $scheduled += $_.Info.NextRunTime.ToLocalTime()
         }
    }
    
    $now = Get-Date -Minute 0 -Second 0
    if($now.Hour -gt $taskHours[-1]){
         $now = $now.AddDays(1)
    }
    
    $iniFiles = Get-Item ($iniPath + "*") -Include "*.csv"
    foreach($iniFile in $iniFiles){
         $params = Import-Csv $iniFile  # -UseCulture
         $notScheduled = $true
         while($notScheduled){
              $taskHours | %{
                   $schedTime = $now.Date.AddHours($_)
                   if(!($scheduled -contains $schedTime)){
                        $spec = New-Object VMware.Vim.ScheduledTaskSpec
    
                        $spec.Action = New-Object VMware.Vim.MethodAction
    
                        $arg1 = New-Object VMware.Vim.MethodActionArgument
                        $arg1.Value = New-Object VMware.Vim.VirtualMachineRelocateSpec
                        $arg1.value = (Get-Folder vm| Get-View).MoRef  # (Get-Folder $params.Location| Get-View).MoRef
                        $spec.Action.argument += $arg1
    
                        $arg2 = New-Object VMware.Vim.MethodActionArgument
                        $arg2.value = "TESTVM"
                        $spec.Action.argument += $arg2
    
                        $cloneSpec = New-Object VMware.Vim.VirtualMachineCloneSpec
                        $cloneSpec.Location = New-Object VMware.Vim.VirtualMachineRelocateSpec
                        $cloneSpec.Location.Datastore = (Get-Datastore qesx00_nfs01_SystemDrives1| Get-View).MoRef
                        $cloneSpec.Location.Pool = (Get-cluster QVENV00_Cluster00 | Get-ResourcePool Resources  | Get-View).MoRef
    
                        $arg3 = New-Object VMware.Vim.MethodActionArgument
                        $arg3.value = $clonespec
                        $spec.Action.argument += $arg3
                        $spec.Action.Name = "CloneVM_Task"
                        $spec.Description = "Test"
                        $spec.Scheduler = New-Object VMware.Vim.OnceTaskScheduler
    
                        $spec.Enabled = $true
                        $spec.Name = $taskName + " " + $now
    
                        $entity = Get-Template IPAtestmaschine_Luca | Get-View
    
                        $schedMgr.CreateScheduledTask($entity.MoRef,$spec)
    
                        $notScheduled = $false
                   }
              }
              $now = $now.AddDays(1)
         }
    }
    

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • Prerequisites of the resource Provisioning

    Hello.

    Is there a standard way to say IMO that an object resource can not be put into service without commissioning another resource (prerequisite) primary purpose?


    IM, creating a resource object that opens a ticket for the creation of email (third party provider).
    But a user (or Manager) can not configure the object resource without the presence of resources "AD User".

    Thank you.

    Yet saw no problem in the resource dependence , but there may be. Standard example where he works is AD and Exchange. Say that you want to configure both with user on boarding via a strategy of access by group membership. As a user is a member of this group of desugnated, the two AD Exchange n trying get implemented, but dependence said Exchange that he must wait for AD.

    You can do this in subject of resource-> is based on

    The only additional benefit using this approach is that dependent RO waiting actually for the other RO to get set up and if the main Office receiver gets put into operation then it started without any manual intervention from the administrator. Say, depends on the ticket for Email and yet you raised a demand for commissioning, then its status will be pending. Once you've finished AD and it's previous state of configured will automatically begin commissioning. However, if you do it yourself and then once you have refused the task that has verified that there is no announcement not provided then the order, you will need to manually it again trigger *(If you are not doing the retry and stuff like that but if you do then retry then also the task keeps on trying after the defined time and its an overload on OIM) *.

    Thank you

    Sunny

Maybe you are looking for

  • Upload pictures on computer

    Today I tried to upload a few photos from my phone to my computer with the USB connection for the first time. I was disappointed that the images were so tiny, only about 408 x 230. I had the camera set on big screen setting. Later, I decided to try t

  • Last row of data in a 2d array is not written, but is written using VI is next time

    Hi all I have problems with writing the data. I'm taking some statistics of a bunch of files .tdm and their record in a master file. I have all this down, but the last part data is not written using the program first. When I run the program immediate

  • OfficeJet 6500 has more scan

    OfficeJet 6500 a more Macbook operating system is Mountain Lion 10.8.2 connected wireless via the network. In black and white how fine scans and that make the settings I change to scan in color?

  • Error starting WebLogic server

    Hello. I'm a beginner, so sorry for that.I have an error when you try to start the WebLogic Server. Here is the log:J:\WebLogic\wls12130\user_projects\domains\base_domain > startweblogic.cmd..Arguments of memory in JAVA: - Xms256m-Xmx512m - XX: Compi

  • Material UUID in vmware 6.0?

    VMware KB: UUID of the ESX host is not uniqueOne of my clients faces the questions above on several of his guests trying to add them to a backup device that does not support duplicate material UUID.Unfortunately, the method used to determine UUID mat