Populating values in Boolean Property

Hi ,
I am working on version 11.1.2 . I have created a Boolean property - 'Country Flag' . Made that property as Defined , Boolean and Local Node.
I am trying to import a file with this property value as 'TRUE' . But in the imported hierarchy , this boolean property does not show up any value(True / False).
The below is the file i am trying to import-
[hier]
Product|P000000
[relation]
P000000|NA|Total Product|True
P100000|P000000|Cars|True
P110000|P100000|Hatchback|False
P121000|P110000|Yaris|True
P121100|P121000|Yaris - 3 Door Liftback|False
The last value does not get populated in the hierarchy in DRM.
Please help in this
Thanks.
Edited by: user10979332 on Jun 22, 2011 10:18 PM

Hi ,
I visited the link - http://otndnld.oracle.co.jp/document/products/epm/111200/E-17236/epm.1112/drm_1112000_readme.pdf
Its mentioned there that this is known issue
Defect no - 9450750
Imported hierarchy-level properties of type Boolean do not get set.
But in my case I created a local node property and not a hierarchy level property so does this defect applies to local node properties as well?
Thanks for the clarification in advance!!
Edited by: user10979332 on Jun 26, 2011 9:13 PM

Similar Messages

  • Use of boolean property node in LabView 6i

    I am running LabView 6i version 6.0.2.
    I am using a reference to a front panel boolean control to stop the execution of a state machine in a subVI.  The subVI has a property node linked to this reference.  This property node shows that it is "Bool", but when I set the property node's element to "value", the value is not a boolean type.  I can't figure out how to set the boolean property node's element so that I can read the state of the boolean control.  How should I configure this?  

    The data type of the value property is a variant.  It is possible to convert a variant to a boolean, but you probably don't want to do that.
    The reason is that you have the mechanical action of the boolean set to "latch ...", and that means that the value property isn't very useful.
    Change the mechanical action to "switch ...", then the value property will be a boolean.
    Note that this means that you will probably have to reset the boolean programatically after the user clicks on it.

  • Boolean property export issue in DRM

    Hi All,
    We have a boolean property in DRM. In DRM 1.1.2, when we export this property to Database, it populates value as -1 for True and 0 for false.
    But in DRM 1.2.2, the values appear as TRUE/FALSE in the column in the database. Is this an expected change in the DRM behaviour?
    This is causing problems in our integration logic.
    Any help on this would be appreciated.
    Thanks & Regards,
    Prasad

    Hi Shashank,
    With the latest patch .306 and a series of prior ones , its more like the Character encoding sets have started working in DRM and they will slip in special characters here and there, I have faced this with the latest releases of DRM.
    It would be advisable to use US ASCII encoding or Western European Windows.. that should solve your issue.
    If you have to make changes on all the exports and if they are too many in number then search xml tag
    <drm:CodePage>20127</drm:CodePage>
    and make sure the code page is 20127 which represents US ASCII.

  • How can i get the all values from the Property file to Hashtable?

    how can i get the all values from the Property file to Hashtable?
    ok,consider my property file name is pro.PROPERTIES
    and it contain
    8326=sun developer
    4306=sun java developer
    3943=java developer
    how can i get the all keys & values from the pro.PROPERTIES to hashtable
    plz help guys..............

    The Properties class is already a subclass of Hashtable. So if you have a Properties object, you already have a Hashtable. So all you need to do is the first part of that:Properties props = new Properties();
    InputStream is = new FileInputStream("tivoli.properties");
    props.load(is);

  • Unable to get value of the property 'nodeName': object is null or undefined  Error in apex_ns_3_1.js

    I am getting the following error with IE9 and Firefox 26 with application express 3.2:
    SCRIPT5007: Unable to get value of the property 'nodeName': object is null or undefined
    apex_ns_3_1.js, line 589 character 10
    this.dialog.check2 = function (e){
    var tPar = html_GetTarget(e);
    var lEl = $x('apexir_col_values_drop');
    var l_Test = true;
    ******  while(tPar.nodeName != 'BODY'){
    tPar = tPar.parentNode;
    if(tPar == lEl){l_Test = false;}
    if(l_Test){$x_Remove('apexir_col_values_drop')}
    This happens when I click the Gear Icon, then Filter, then I click the dropdown arrow under expressions and pick an expression from the list.
    If I set (through IE Developer tools) back to IE8 mode, I don't get the error.

    Guess no one is using 3.2 any longer or no one else gets this error.....  Guess I can edit the JavaScript file to trap the error since it really doesn't seem to cause an issue.  Just didn't want to have to go that route.

  • How to get all the allowed values of a property?

    Hi all,
    I want to read all the allowed values of a property. I have created a new custom property and given 3 values as allowed values.
    What i want to do is programtically read all the allowed values of that particular property.
    Regards
    Rajeev

    Hi guys,
    I'm trying to do exactly the same, i need a list with all the KM properties, i'm using the very same code thar Romano putted on his post, and i'm getting this:
    InitialConfigException: The configuration service locator could not be initialized for any of the environments. The configuration framework is not available.#
    On this sentence:
    IConfigurationAccess icAccess =  Configuration.getInstance();
    I'm developing a  Webdynpro application on server A and i'm using the KM libraries through an EJB inside a Webservice on server B.
    Do you have any suggestions?
    Thanks in advance

  • How to set default values for boolean columns

    I'm trying to deploy some content types and columns into a site with a feature. All it's ok, except that I'm trying to set a default value for boolean columns with no success.
    I've tried to set default value at column level:
    <Field ID="{EFE23A1D-494E-45cf-832E-45E41B17F0CF}" Name="ScopeSpanish" DisplayName="Se publican noticias en español"
    Type="Boolean" Hidden="FALSE" Group="Columnas ShaCon" >
    <Default>TRUE</Default>
    </Field>
    and at content type level:
    <FieldRef ID="{EFE23A1D-494E-45cf-832E-45E41B17F0CF}" Name="ScopeSpanish" DefaultValue="TRUE" Required="TRUE" />
    But in any case, when i create a new item with this content type, default value is applied.
    Can anyone tell how to set default values for boolean columns?
    Thanks in advance,
    Regards,
    Sergio

    In the field definition you can set
    <Default>1</Default>
    or
    <Default>0</Default>
    How to set the default value Null?

  • Visual Studio 2012 SharePoint Project Error : The partial project item type does not have a value for this property

    Hi,
    I am getting this error from visual studio 2012 whenever i try to create the following project types:
    - Workflow Custom activity
    - Web parts
    The error is as mentioned below
    "The partial project item type does not have a value for this property"
    Due to this the when I add above type of items in my project, they show a red cross icon against them.
    Please let me know If have you any solution?

    Hi
    I had same issue. Below is the solution
    Installing
    "Visual Studio 2012 Update 3" usually solves this problem. (You can download it through microsoft's official site at
    "http://www.microsoft.com/en-in/download/details.aspx?id=39305")
    Hansraj Rathva

  • Adjusting Portal Pages throws "Specify a value for the property {0}"

    I found (with the help of our friends at OSS) the setting I need to change with to adjust the Runtime frame size for Guided Procedures.
    It's quite logical really, since GP is just a bunch of pages in the portal it would make sense to find them in the Portal Content option ... So there it was.
    Content Administration > Portal Content
    Search for content and go to Process Instance. The following part shows the 3 main content parts of the GP Runtime window. As you can see in the third container are the two elements that contain your content. "Content Area" and "Public Content Area".
    Open those two areas (scroll down in the list in the middle, select one and press open) and change the value of Height Type from "Fixed" to "Automatic" or "Full Page".
    This is where I get my error (see the link below for a screenshot as well): When I try to change a value, any value or just open for modifying and try saving again (without changing anything) I get this error:
    [http://wow.telenet.be/delaware/property0.jpg]
    Specify a value for the property
    Now I don't know if there any portal expert watching this thread, but it seems as though all those pages have been wrongly configured from the start. And until I figure out the right configuration I won't be able to save them either way.
    My question is two-fold:
    1) Can anyone provide me with all the settings he has for this component so I can compare them to mine?
    2) How do I fix this error? I'm assuming every page in the portal gives the same error?
    Thanks in advance,
    Frederik-Jan
    Edited by: Frederik-Jan Roose on Apr 1, 2008 11:33 AM
    Edited by: Frederik-Jan Roose on Apr 1, 2008 11:33 AM

    I found (with the help of our friends at OSS) the setting I need to change with to adjust the Runtime frame size for Guided Procedures.
    It's quite logical really, since GP is just a bunch of pages in the portal it would make sense to find them in the Portal Content option ... So there it was.
    Content Administration > Portal Content
    Search for content and go to Process Instance. The following part shows the 3 main content parts of the GP Runtime window. As you can see in the third container are the two elements that contain your content. "Content Area" and "Public Content Area".
    Open those two areas (scroll down in the list in the middle, select one and press open) and change the value of Height Type from "Fixed" to "Automatic" or "Full Page".
    This is where I get my error (see the link below for a screenshot as well): When I try to change a value, any value or just open for modifying and try saving again (without changing anything) I get this error:
    [http://wow.telenet.be/delaware/property0.jpg]
    Specify a value for the property
    Now I don't know if there any portal expert watching this thread, but it seems as though all those pages have been wrongly configured from the start. And until I figure out the right configuration I won't be able to save them either way.
    My question is two-fold:
    1) Can anyone provide me with all the settings he has for this component so I can compare them to mine?
    2) How do I fix this error? I'm assuming every page in the portal gives the same error?
    Thanks in advance,
    Frederik-Jan
    Edited by: Frederik-Jan Roose on Apr 1, 2008 11:33 AM
    Edited by: Frederik-Jan Roose on Apr 1, 2008 11:33 AM

  • Not able to change values in the Property Inspector

    Hello!
    Can some one please help me with this. I was working in
    Director when I noticed that all of a sudden I wasn't able to
    change the values in the property inspector, specifially the sprite
    properties such as the x and y coordinates and the width and
    height. I'll type in a value and then I will get an error sound and
    it will revert to the previous value. How can I fix this??
    Thanks!

    Hi Ringerz,
    I've seen the PI lock up sometimes. What usually works is to
    switch to List Viw
    Mode. Never have trouble there. Then, close Director and
    reopen. Think it's jus a
    bug that hasn't been fixed yet.
    regards
    Dean
    Director Lecturer / Consultant / Director Enthusiast
    http://www.fbe.unsw.edu.au/learning/director
    http://www.multimediacreative.com.au
    email: [email protected]

  • How to assign values for boolean array in LabVIEW?

    I want assign values for boolean array.Iam not able to do that.For each boolen i want to assign each value.Plz help me......
    Please Mark the solution as accepted if your problem is solved and donate kudoes
    Solved!
    Go to Solution.

    Hi agar,
    values in an array are "assigned" by building an array (using BuildArray) or by replacing values in an existing array (ReplaceArraySubset)!
    Good starting point could be this...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Accessing Value of a property of a derived class

    I'm having trouble getting the value of a property of my class. My class is called ball and I'd like to get it's velocity (which i set but can change) from my view control.
    Here is my ball.h code:
    #import <Foundation/Foundation.h>
    @interface Ball : UIImageView {
    CGPoint ballVelocity;
    int mXSpeed;
    int mYSpeed;
    float mAngle;
    - (void)getVelocity:(CGPoint)speed;
    - (void)move;
    - (void)bounceHorizontal;
    - (void)bounceVertical;
    - (void)setSpeedX:(int)xSpeed Y:(int)ySpeed;
    - (void)setVelocity:(CGPoint)speed;
    - (CGPoint) ballVelocity;
    @end
    Here is my part of my ball.m code:
    #import "Ball.h"
    @implementation Ball
    - (void)setVelocity:(CGPoint)speed {
    ballVelocity = speed;
    Here is my viewVontroller.h
    #import <UIKit/UIKit.h>
    @class Ball;
    @interface BallsOfFireViewController : UIViewController {
    IBOutlet UIImageView *ball;
    NSMutableArray *mBallArray;
    CGPoint ballVelocity;
    CGPoint velocityz;
    CGPoint velocityz2;
    @property(nonatomic, retain) IBOutlet UIImageView *ball;
    @property(retain, nonatomic) IBOutlet NSMutableArray *mBallArray;
    @property(nonatomic) CGPoint ballVelocity;
    - (void) checkCollision;
    @end
    and here is the relative code from my viewController.m
    #import "BallsOfFireViewController.h"
    #import "Ball.h"
    //#define kGameStateRunning 1
    //#define kGameStatePaused 2
    #define kBallSpeedX 1
    #define kBallSpeedY 1
    @implementation BallsOfFireViewController
    @synthesize ball, mBallArray, ballVelocity;
    - (void)viewDidLoad {
    [super viewDidLoad];
    //self.gameState = kGameStatePaused;
    mBallArray = [[NSMutableArray alloc] init];
    int i;
    for (i = 0; i < 3; i++)
    Ball* ballx=[[Ball alloc] initWithImage:[UIImage imageNamed:@"FireBall.png"]];
    [mBallArray addObject:ballx];
    [self.view addSubview:ballx];
    if (i == 14
    //[ballx setBackgroundColor:([UIColor redColor])];
    ballx.image = [UIImage imageNamed:@"IceBall.png"];
    ballVelocity = CGPointMake(1,1);
    [ballx setVelocity:ballVelocity];
    ballx.center = CGPointMake((random() % 14) * 20 + 20 ,(random() % 20) * 20 + 20);
    [NSTimer scheduledTimerWithTimeInterval:0.005
    target:self
    selector:@selector(moveBall)
    userInfo:nil
    repeats:YES];
    -(void)moveBall
    int i;
    int numberOfBalls=[mBallArray count];
    for (i = 0; i < numberOfBalls; i++)
    Ball* ballz=[mBallArray objectAtIndex:i];
    int i2;
    for (i2 = 0; i2 < numberOfBalls; i2++)
    if (i2 != i) {
    Ball* ballz2=[mBallArray objectAtIndex:i2];
    if (CGRectIntersectsRect(ballz.frame, ballz2.frame)) {
    if (sqrt(pow(ballz.center.x - ballz2.center.x,2) + pow(ballz.center.y - ballz2.center.y,2)) <= pow(ballz.frame.size.width,2)) {
    [ballz move];
    velocityz = ballz.ballVelocity;
    velocityz2 = ballz2.ballVelocity;
    if (velocityz.x == velocityz2.x * -1 && velocityz.y == velocityz2.y * -1) {
    if (pow(ballz.center.x - ballz2.center.x,2) > pow(ballz.center.y - ballz2.center.y,2)) {
    [ballz bounceHorizontal];
    [ballz2 bounceHorizontal];
    } else {
    [ballz bounceVertical];
    [ballz2 bounceVertical];
    [ballz move];
    When I get to the following line in debug mode the game in my iPhone Simulator freezes and I do not see any errors in xCode (probably don't know where to look):
    velocityz = ballz.ballVelocity;
    I think I'm just not setting up my ball class correctly to be able to pull back the value of the ballVelocity variable. Can anyone point me in the correct direction?

    Here's the error I see in the dubugger
    [NSObject doesNotRecognizeSelector:]
    this is the line of code it is trying to execute in viewController.m:
    velocityz = ballz.ballVelocity
    I do have this in my ball.h
    - (CGPoint)ballVelocity;
    the ballVelocity of the ball is set right after it is created. No idea why it thinks this is not recognized. I know it's probably something stupid but I just don't see it!

  • Values for 'Uid' property must be Text_for style on listbox

    <Style x:Name="foo" TargetType="ListBox">
    <Setter Property="Background">
    <Setter.Value>
    <!-- Your resources go here. -->
    <SolidColorBrush x:Uid="{ThemeResource ListBoxFocusBackgroundThemeBrush}" Color="Green"/>
    </Setter.Value>
    </Setter>
    </Style>
    Error Values for 'Uid' property must be Text

    What are you trying to do here?
    As the error states, the x:Uid must be plain text. You cannot bind it to a brush.
    The Uid is used for localization to identify which localized resource to use. It makes no sense in the SolidColorBrush context.

  • CF9 Service not starting - error parsing boolean property notifyclientonalert

    Hi, I clean installed CF9 (after uninstalling CF8) on win2003 32bit and all was workign fine, however after a server restart the CF9 Application service refuses to start automatically or manually. I am getting an error in windows event logs saying see Coldfsuion logs, but there is nothing in these logs, not very helppful!  any ideas apart from a reinstall?
    After reinstalling I get the same problme, but this tuime in coldfusion server log I get the following error message
    "Error","jrpp-2","11/17/11","16:21:59",,"Monitor service: Error parsing boolean property notifyclientonalert, using default false"
    thanks
    Oli

    Hi Oli,
    Suggest try start CF from CMD prompt. Run cmd as an admin, CD ColdFusion9\bin\ , type CFSTART press enter. Some detail of what happens?
    HTH, Carl.

  • Why do I get this error when running the PID Control-Single Channel.vi: "Requested value is not a supported value for this property."

    Error -200077 occurred at Property Node DAQmx Timing (arg 3) in DAQmx Timing (Sample Clock).vi:1->PID Control-Single Channel.vi
    Requested value is not a supported value for this property.
    Property: SampQuant.SampMode
    You Have Requested: Hardware Timed Single Point
    You Can Select: Finite Samples, Continuous Samples
    Author: Pcorcs
    Attachments:
    PID Control-Single Channel.vi ‏53 KB

    Actually I have already tried a few things you suggested and got as far as the DAQmx Write vi. The error at the DAQmx was a buffer error indicating i needed to set it to 2 instead of the default of 1. Tried using the DAQmx Input and Output Buffer vi to change buffer, with no luck.
    Attachments:
    PID Control-Single Channel.vi ‏53 KB

Maybe you are looking for