Ask the Custom.Property parameter

Hi all

I have a small query on a property setting in which I want to allow a default to my property which lie under the specific nodes.

for example.

If (IsNodeBelow (abbr. (), ABC), Plan1,

If (IsNodeBelow (ABBREV (). (XYZ), Plan2,

If (IsNodeBelow (ABBREV (), MNC) plane3,)))

This will validate the code and assign the Plan1, Plan2, plane3 value for all nodes under ABC, XYZ, the MNC and gives an empty value for all nodes other than nodes not covered by these members.

but it does not validate the node ABC, XYZ, MNC for the condition, I want to say that it gives an empty value for these three members aswell.

I also want these members to be validated and have the value than Plan1, Plan2, Plan.

Which means Nodebelow and also the node ABC, XYZ, MNC value must be validated.

Thank you

Madhu

Hi Madhu,

Try below:

If ((Equals (String, ABBREV (), ABC), IsNodeBelow (ABBREV (), ABC)), however, Plan1

If (or (Equals (String, ABBREV (), XYZ), IsNodeBelow (ABBREV (), XYZ)), 2,)

If (or (Equals (String, ABBREV (), MNC), IsNodeBelow (ABBREV (), MNC)), plane3,)))

Let me know if it works

Thank you

Khady Sylla.

Tags: Business Intelligence

Similar Questions

  • What is the custom property that determine the Type of disc Provisoning?

    Hello

    I wonder what would be the custom property that determines the type of disk configuration during the construction of the virtual machine. I had noticed, VMS that are cloned with VM model with thin provisoning get the drive put in service end however if one adds the additional drive for the virtual machine of the vCAC, they get set up as 'Thick lazy disposition to zero' which I don't want but I wanted this type of control.

    I'm sure there should be value for the same property portfolio, but I am not able to find, someone used or?

    BR,

    MG

    VirtualMachine.Admin.ThinProvision = true / false

  • AMQP cannot set the custom property, reason: null

    While trying to run the workflow 'Configure vCLoud Director AMQP subscription', I reciweve the error ' Unable to set custom property, reason: null, ' when the workflow hits the script block "Set Custom Prop. My VCO logs display the following text:

    ConvertToResult() WARN [SDKFinder]-> Finder 'AMQP:Subscription': unexpected error ' ch.dunes.model.sdk.SDKFinderException: convertToResult()-> Finder 'AMQP:Subscription' cannot call the expression "getId()' object Finder ' subscription [subscriptionInfo = null, factory class = com.vmware.o11n.plugin.amqp.AmqpPluginFactory @1345820279369;] [Fri Aug 24 08:57:59 MDT 2012]', reason ' MethodFailedException: 'getId' method is not intended Subscription [subscriptionInfo = null, factory class = com.vmware.o11n.plugin.amqp.AmqpPluginFactory @1345820279369;] [Fri Aug 24 08:57:59 MDT 2012] "
    ch.dunes.model.sdk.SDKFinderException: convertToResult()-> Finder 'AMQP:Subscription' cannot call the expression "getId()' object Finder ' subscription [subscriptionInfo = null, factory class = com.vmware.o11n.plugin.amqp.AmqpPluginFactory @1345820279369;] [Fri Aug 24 08:57:59 MDT 2012]', reason ' MethodFailedException: 'getId' method is not intended Subscription [subscriptionInfo = null, factory class = com.vmware.o11n.plugin.amqp.AmqpPluginFactory @1345820279369;] "[Fri Aug 24 08:57:59 MDT 2012].

    and

    ERROR [CustomProperty #ejbSelectGeneric] could not be found

    java.sql.SQLException: Argument data type text is invalid for argument 1 of the lower function.

    If anyone has seen this before?

    Ah, found it: http://kb.vmware.com/kb/2020218

  • How to force updatedisplaylist in a skin called when the custom property

    Hi people,

    I created a custom component based on a power switch.  In this custom component, I added a unique property, public, bindable - let's call him Fred.

    I also have a custom appearance based on the skin of the ignition button.  It's basically like delivered skin, just a bit different graphics thing.  I applied the skin custom component custom button.  So far so good.  However...

    When a user action, the property of Fred to change on an instance of a custom button, I need my skin customized to re - draw something.  It seems that I need function updateDisplayList of the skin to the fire.  Unfortunately, it seems that the only time where it fires when 'real' properties are changed, such as "left" or "width".  How can I get the look custom updateDisplayList when this custom property false Exchange?

    PS - the custom skin can 'read' the custom of Fred fine property.  And if I put the property of Fred and then "mouse on" personalized button instance, fires updateDisplayList... too late of course, but it fires.

    I read the docs, but he wrote much on updateDisplayList, or when it fires, or how to make fire.

    Thank you

    -David

    One way I can think is that when you change Fred in the component, you can also call skin.invalidateDisplayList () at the same time.

    Or you could have the skin listen to an event that distributes the component and trigger an invalidateDisplayList() out of that.

    Maybe a nice way is to use data binding, you've already set up.  Fred is updated in the skin by an event being sent to it.  If you could have a listener for this event, you can get the display list redesigned from there.  I don't know how to do it well.

  • Get error 3313 when trying to ask the customer the drm license

    Hello

    When I try to get the license from the license server for Flash access, event DRMEvent.DRM_STATE_CHANGE gives me an error with the id of the error 3313. The side server returns the license successfully, it seems that the clent has some difficulties to manage the license. By checking the runtime error document, 3313 refes to "write in the file system failed." Does this mean that customer has problem with the registration of the license locally? How can I solve this problem?

    3313.jpg

    This issue 3313 is caused by using old f4fpackager and have a long license code. New update package manager might solve this problem.

  • I have CC, unable to connect to him, says I need to plug before 30 October to avoid the cancellation of my account.  It's already happened.  I use Windows 8.  The computer shop once tried to fix it, just couldn't blame Adobe.  I asked the customer. my cas

    I have CC, unable to connect.  When I click on the desktop icon, it says missing or damaged.  I can't download CC again.  Help

    Hello

    Please, try the following steps:

    Kind regards

    Sheena

  • Extension of the filter custom property action

    Hello

    I want an extension of the action of the filter so that the action will be available for virtual computers that meet certain conditions.

    Since the condition is not related to an existing property of the VM, I thought, defines a new property and use a PropertyProviderAdapter to recover.

    I tested it with the property of the sample: sample "ElevationData" of the sdk samples - just moved to host to the virtual computer.

    The custom property is set correctly and I get the correct value when you use a PropertyRequest, but my extension appears for any virtual computer independently.

    It's the metadata tag that I used for the extension of the actions:

    < metadata >

    <!-this Filters-> actions to be visible only on virtual machines

    < objectType > VirtualMachine < / Type_objet >

    < propertyConditions >

    < com.vmware.data.query.PropertyConstraint >

    < propertyName > samples: elevationData < / propertyName >

    equal to < comparator > < / comparator >

    < comparableValue >

    < string > bbb < / String >

    < / comparableValue >

    < /com.vmware.data.query.PropertyConstraint >

    < / propertyConditions >

    < / metadata >

    of course, the adapter returns a numeric value for the property of elevation data, not 'bbb '.

    Oh, I changed the sample to return a numeric (as a string) value instead of an ElevationData, to simplify the condition.

    No idea what I am doing wrong?

    Thank you

    Eitan

    The syntax of propertyConditions requires a CompositeConstraint / nestedConstraints, even if there is only a single constraint property.

               

    runtime.connectionState

    IS EQUAL TO

    connected

    AND

  • How to access a custom property for the attribute and command in .vm file?

    Hello

    I have created custom in OPM for attribute properties and also apply only to assign properties.

    But if this value in the .vm file access?

    I've accessed the help

    $attribute.getProperty ("ScreenProp", "default")

    but it is not functional but is even worked for the custom property screen

    It already is the answer in my first answer in the thread How to access custom in the .vm file properties :

    $control.getProperties () .get ("PropertyName")

  • All of a sudden received part of the customer as winmail.dat

    Suddenly, over the last week, I can't open attachments to my client. It is a big problem for me.

    Send invitations now arrive as winmail.dat attachments so I have to write and ask the customer to send me the information manually (not good).

    Today she sent a blast e-mail formatted with graphics for the replay. I can't open it.

    I downloaded of TNEF enough on the App Store. It's that open its cover note, I can already read email. He does not even recognize that there is an attachment in email.

    I downloaded Winmail Reader Pro from the App Store. Again, he opens his cover note, that I can already read email. It also recognizes a second document, but when I open it, it is simply a code page (which is the breath of email I'm supposed to do to reread).

    I have several projects per month with this customer and be invited to many meetings. As a freelancer, I'm proud of myself by taking things OUT of my client, not adding task list does not. I talked to technical support to his company and they say it's due to the incompatibility with the e-mail and calendar PC and Mac programs. On the Internet, I see that it is caused by a lack of willingness to Apple to integrate a simple fix in the Mail for Mac program. I really don't like making it, I just need to find a solution.

    Has anyone found a reliable application that opens the Winmail.dat file?

    Who is your email provider? Have you tried to check the email directly on the web portal? (for example going to mail.yahoo.com if Yahoo! e-mail)

  • Custom property syntax model

    Hello

    JDev 11.1.2.4

    I defined a custom property for one of my VO attribute. The property is called specialLabel.

    For example if I want to access this property, I can write #{bindings. MyAttribute.hints.specialLabel} and it does not work as expected.

    But now I want to use it in an af:column headerText property

    The syntax generated for a column is links. MyView1.hints.MyAttribute.label. I tried links. MyView1.hints.MyAttribute.hints.specialLabel access to the custom property, but it does not work.

    What is the correct syntax?

    Thank you

    Which are different objects, in the first case of 'tips' belongs to the attribute in the second case to VO and VO.

    You can probably add MyAttribute pageDef and use #{bindings. MyAttribute.hints.specialLabel} as column label.

    Dario

  • Custom property 'owner '.

    It is a question of vCO vCAC hybrid.  I'm trying to find what would be the custom property for the owner.  I use the vCAC vCO workflow display entries to pull in the properties of an application of machine in vCAC pass those in an e-mail to be sent.  I got everything works fine but cannot find the custom property for the 'holder' the person who presents the virtual machine.  I tried VirtualMachine.Admin.Owner and it does not work.  Anyone know?

    I eventually found the custom property that is passed into the workflow.  It's __Legacy.Workflow.User

  • VirtualMachine.Admin.Name and asking the user for the name of the server

    I need to allow end users to designate the name of their server requested when you submit a request through VCAC. I do this using VirtualMachine.Admin.Name in the custom of my blueprint properties and it prompts the user to set.  I have also some scripts that run with the heel of building put into operation once the server is built which require me to enter the VC:VirtualMachine object for the server with the name of the server.  It does this in a loop in a table of all the VC:VirtualMachines met my VCenter server and find a match on the name with an xpath expression.  The name of the server is collected inside the cutting-edge designer using the getVirtualMachineName activity.  This activity is integrated into the designer and aims to do exactly what he says.  He then handed the name in the VCO workflow.  Not much, really.  I have used this method a lot in the past with VCAC.

    Problem:


    Recently, I started running this script on a new installation of VCO (5.5.1) and the new instance VCAC (version 6.0 - 1720522) and I see a very strange behavior.  When I get the name in the tip with the activity of getVirtualMachineName Designer, the name is that name WOULD have been affected had I pressed VCAC to automatically generate name for me using a prefix of machine profile.  Remember that you must associate a prefix of the default machine on your group of companies.  This is the prefix that is used to generate the name and associate it to the server in VCAC despite the fact that I am more precisely the substitution of this name automatically generated with the VirtualMachine.Admin.Name custom property in the custom of my blueprint properties.

    The strange thing is that the server is correctly named in the VSphere console and inside the guest OS.  In other words, the name that the user places in the VirtualMachine.Admin.Name field is what you get in the console VSphere and BONES.  So that part works.  Then why is he not being correctly named in the VCAC VirtualMachine object?

    EC which claimant misnamed is originally my workflow to fail.  I can work around this problem in the workflow, but I fear that there is still problems on the road if the alias is associated with the server inside VCAC himself.

    Once again, I did this with earlier versions of VCAC and VCO and not had this problem.  Anyone else seeing this?  I'm doing something wrong here?

    The custom property to use to allow a user to enter name themselves is the host name (just hostname, nothing else)... That's what I put to prompt the user to our forms.

  • BCC works not when using custom property accessors

    Hello

    In the integration of the ATG-short, I try to use "custom property accessors" in my "product-sku-output - config.xml". I'm including the sub modules in the classpath of build.xml.

    < dir = "${dynamo.home}" / fileset... / DAF/Research/Base/lib ' > "

    < name = "" * / *.jar "/ >"

    < / fileset >

    < dir = "${dynamo.home}" / fileset... / DAF/Search/Index/lib ' > "

    < name = "" * / *.jar "/ >"

    < / fileset >

    When I Isaiah to compile the project, these modules have been included in my atg_bootstrap.war of the file .ear as '/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Index/'. However, when I start the server, in the instance server log merchandising get the below error and for this reason the server has been stopped and cannot access the BCC.

    I try to use the custom property accessor class - PropertyAccessorImpl

    2013-07-03 11:04:46, 418 INFO [STDOUT] Configuration directory (principal) or the /var/jboss/versions/jboss-eap-5.1/jboss-as/server/merch/deploy/ulta.ear/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Index/configlayers/stagingandprod/config.jar file does not exist or is not readable

    2013-07-03 11:04:46, 903 ERROR [STDERR] java.util.zip.ZipException (principal): problem opening /var/jboss/versions/jboss-eap-5.1/jboss-as/server/merch/deploy/ulta.ear/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Index/configlayers/stagingandprod/config.jar zip file: error in opening zip file

    2013-07-03 11:04:46, 904 ERROR [STDERR] (principal) at atg.vfs.zip.ZipFileSystem. < init > (ZipFileSystem.java:124)

    2013-07-03 11:04:46, 904 ERROR [STDERR] (principal) at atg.vfs.zip.ZipFileSystem. < init > (ZipFileSystem.java:97)

    2013-07-03 11:04:46, 904 ERROR [STDERR] (principal) at atg.vfs.zip.ZipFileSystem. < init > (ZipFileSystem.java:142)

    2013-07-03 11:04:46, 904 ERROR [STDERR] (principal) at atg.nucleus.ConfigurationFileSystems. < init > (ConfigurationFileSystems.java:124)

    2013-07-03 11:04:46, 904 ERROR [STDERR] (principal) at atg.nucleus.ConfigurationFileSystems. < init > (ConfigurationFileSystems.java:244)

    2013-07-03 11:04:46, 905 ERROR [STDERR] (principal) at atg.nucleus.Nucleus.createConfigFileSystems(Nucleus.java:1827)

    2013-07-03 11:04:46, 905 ERROR [STDERR] (principal) at atg.nucleus.Nucleus. < init > (Nucleus.java:842)

    2013-07-03 11:04:46, 905 ERROR [STDERR] (principal) at atg.nucleus.Nucleus. < init > (Nucleus.java:766)

    2013-07-03 11:04:46, 905 ERROR [STDERR] (principal) at atg.nucleus.Nucleus. < init > (Nucleus.java:747)

    Please help me to solve this error.

    Thank you

    There is typo in the ATG installation that creates this problem.

    For example, change the file C:\\DAF\Search\Index\META-INF\MANIFEST. MF

    ATG-StagingConfig-path: configlayers/stagingandprod/config.jar

    Peace

    Shaik

  • To access the custom in another custom property properties

    How can I access the value I create in a custom property in a custom property following - for example:

    $report = get-VM-name acme *-Server $vcenter |

    Select the name,

    ProvisionedSpaceGB,

    @{N = "vCenterServer"; E={$_. "Uid.Split(":") [0]." {{Split("@") [1]}},

    @{n = 'Cluster'; E = {}

    $rp = get-view $_. ExtensionData.ResourcePool

    $parent = get-view the $rp. Parent

    While ($parent - isnot [VMware.Vim.ClusterComputeResource]) {}

    $parent is get-view $parent. Parent

    }

    $parent. Name

    }} | Tri-objet vCenterServer |

    Group-object - property {$_.} Cluster} | Select @{n = "ClusterName"; E={$_. Name}},

    @{N = "vCenterServer"; E = {$vcenter. Name}},

    @{N = "VMCount"; E = {(get-vm-emplacement $_.)} {{Name) .count}},

    @{N = "AcmeVMCount"; E={$_. Group | Measure-object | {{Select - ExpandProperty County}},

    @{N = "VMsPerAcmeVM"; E = {(get-vm-emplacement $_.)} Name) .count / ($_.) Group | Measure-object | (Select-ExpandProperty comte)}},

    In the VMsPerAcmeVM, I would simply divide the value that I created in VMCount by the value that I created in AcmeVMCount.  How refers to the value of 'VMCount' in a custom property next so I can't calculate more to for use in a division operation?

    Hello, TheVMinator-

    Well, you could do things a little differently in order to have available for your output values, you ask.  So, something like:

    ## get all clusters in this vCenterGet-Cluster -Server $vcenter | %{    $oThisCluster = $_    ## get all VMs in this cluster    $arrVMsThisCluster = Get-VM -Location $oThisCluster    ## get the VM count    $intVmCount = ($arrVMsThisCluster | Measure-Object).Count    ## get the count of VMs with name like "acme*"    $intAcmeVmCount = ($arrVMsThisCluster | ?{$_.Name -like "acme*"} | Measure-Object).Count    New-Object -TypeName PSObject -Property @{        ClusterName = $oThisCluster.Name        vCenterServer = $vcenter.Name        VMCount = $intVmCount        AcmeVMCount = $intAcmeVmCount        VMsPerAcmeVM = $intVmCount / $intAcmeVmCount    } ## end new-object} ## end foreach-object
    

    It's also a little easier: he travels each cluster and gets the news, rather than deduce the location of the cluster by finding relatives (even if it's also viable).  Anyway, how does do for you?

  • Issues of security in the connection between the customer and provider of flex property

    Hello

    I should probably know this, but the customer is concerned about a security problem.  I do not think that

    that is a problem, but its best to ask and be sure.

    In my flex client, I got a dialog box where a user can enter a password.  I then take the password

    and send it to my supplier of the property.  This normal text password, I don't do anything to encode it before sending

    It's on.  Is this ok? I think that the connection is secure, but please confirm this, or should I encode them before you send it?

    Thanks for the info

    Cathy

    Yes, the data Manager API using secure AMF channel.  Even if your plugin called java service, you must use "/.../messagebroker/amfsecure" for the channel of proxy URI as shown in the SDK examples.

Maybe you are looking for

  • Command line to stop ix2

    Is there a command line to turn off the ix2 gracefully from a connected PC to Windows 7? I want to add this line in a command/batch file.

  • HP ProBook 4540 s Notebook PC: launch fast hp probook 4540 s wifi

    my hp quick launch wifi does not work and I have install the last driver I can do

  • write in a txt file in the /res folder

    At the start of the application, I read a text from the folder /res file using: InputStream is = this.getClass().getResourceAsStream("/myfile.txt"); How can I write back to the same file? I've seen many examples explaining how to write a file, but I

  • Signature suspended tool

    I created an application with Phonegap, and I'm trying to sign.  I had two questions: 1. When you use absolute path names, I get the command line not valid parameters each time.  However, when I put the my files inside the SDK Blackberry WebWorks fil

  • 11 GR 2 forms &amp; DHCP?

    I need to install forms 11.1.2.2 on a PC running Windows 7 64 bit for development which uses the DHCP protocol. This always require a loopback adapter to install?