weird registry variables values

I was wondering if someone can explain what is happening with these types of values. It seems to be set in the same way on all our BOD-* _NotificationSettings & DBSS-* _NotificationSettings (just under 300). Here is an example:

BOD-BlocksCorrupt_NotificationSettings

Value extended

false@@PS@@warning@@PS@@lowSeverity@@SS @ [email protected],[email protected], [email protected], [email protected]@ES@@@ES@@@Severity @ @DBType @ instance @ on @InstanceName alarm @Hostname @ host was generated: @ AlarmMessage@@@ES@@@PS@@mediumSeverity@@SS@@@SS@@@ES@@@ES@@@ES@@@PS@@highSeverity@@SS@@@SS@@@ES@@@ES@@@ES@@@PS @.

There is a rule named DBO - blocks corrupt, but I see no reference to the variable above. I'm guessing that it's used internally but you wonder how he gets generated... and what is the problem with all the @ signs?

The intensive use of @ must mean the separation in the chain

Using a method of sharing on the chain it will create in a table with

The data cartridge use this variable for routing and notifications continued within the administration of database dashboards

Tags: Dell Tech

Similar Questions

  • Create the registry variable

    Hello

    I'm looking to create the registry variable, the script console and came across this post http://en.community.dell.com/techcenter/performance-monitoring/foglight-administrators/f/4788/t/19557561.aspx to create the simple registry variable.

    However, I need to add registry values to objects of topology (FxMApplicationResult to be precise). Is there a way to do this in the script. Can you please indicate.

    Thank you

    Vincent

    To add that John has already provided.

    This will allow you to query the outside object and assign the value.

    She could use additional checks of types etc. but a quick way to reach of many objects to a specific value that are not part of the global default value

    // Name of the Registry Variable we are going to updatedef regVarName = 'SampleRegistryVariableName'  
    
    //Value we want to set on the returned objects.//This is based on the registry Variable Type (Double, Long, Integer, String, Boolean, Timestamp, Password)def newRegValue = 99 as Double
    
    // Query to return the objects we want the registry value scoped toodef topologyQuery = #!Host where name like 'host%'#
    
    // Get the Registry Service to execute the registry updatedef regSrv = server["RegistryService"]
    
    // Get the registry variable for updatedef regVar = regSrv.editRegistryVariable(regVarName)
    
    // Get all existing values for this registrydef values = regVar.getRegistryValues()
    
    // Loop through the objects returned from the queryfor( obj in topologyQuery.getTopologyObjects() ) {
    
    // create the registry value object associated to the current object in loop   newTop = regVar.createTopologyObjectRegistryValue(obj.uniqueId)
    
    //set the value defined within newRegValue   newTop.setDefaultValue(newRegValue)
    
    //add the topologyObjectRegistryValue to the Array of existing values   values.add(newTop)}
    
    // Store the values within the Registry VariableregSrv.saveRegistryVariable(regVar)
    

    Hope this helps your use and any other case.

  • change the settings of the view variable value

    Hello

    I want to know if it is possible to change the settings for the debugger, including the display of the "view variable values" settings in labwindows cvi 9.0.

    My problem is that in my project, it is essential to be able to debug and I came across some difficulities with the array of structs containing pointers to structures. So, I did a demonstration to show project:

    typedef struct {}
    short sVar1;
    short sVar2;
    char cVar1 [512];
    } MyStruct2;

    typedef struct {}
    MyStruct2 ReadMyS2;
    MyStruct2 WriteMyS2;
    MyStruct2 * pReadMyS2;
    MyStruct2 * pWriteMyS2;
    } MyStruct1;

    int main()

    {

    MyStruct1 MyS1_Phis [3] = {0};
    int i = 0;

    init
     
    for (i = 0; i<>
    {

    MyS1_Phis [i] .pReadMyS2 = & MyS1_Phis [i]. ReadMyS2;

    MyS1_Phis [i] .pWriteMyS2 = & MyS1_Phis [i]. WriteMyS2;
    }

    }

    Unfortunately, the debugger handles .pReadMyS2 pointer [0] MyS1_Phis as if that it points to an array of 10 elements of type MyStruct2.

    Anyone know the reason for this?

    Thanks in advance,

    Laszlo Nagy

    Hi Laszlo,

    Yes, it is a known problem in CVI. This can happen because of the way the CVI user protection is implemented. It is certainly not desirable, but we probably won't be able to change it at least still a year or two.

    A solution you have is to disable the protection of the user and then rebuild your program (Options > Compiler Options > level debugging: no execution check)

    Luis

  • Prior import registry variable

    Is it possible to get a record that includes registry variables as they were a few months back? Our registry variables became corrupted somehow and I want to import an old configuration.

    For those interested - I have set up a small script that can set up a rule driven by the time that would throw the MonitoringPolicy on an hourly basis...

    import com.quest.nitro.service.util.MBeanRef;

    Import javax.management.ObjectName;

    REF = new MBeanRef();

    ref.setObjectName (new ObjectName("com.quest.nitro:service=ImportExport"));)

    RC = ref.ref ();

    FMS = server. HaMembershipService.getHostName ();

    Date = new Date();

    DTS = date.format("yyyyMMdd-HHmm");

    file = "logs\\Monitoring_policy_" + "_" + dts + fms, ".xml".

    RC.invoke ('exportToFile', file.split (), 'java.lang.String'.split ())

  • change registry key values

    It was recommended to me that I have change many registry key values to improve my performance of the system, but I thought that I could better get a second opinion on this before proceeding.
    These are the keys that have been recommended to change...
    (1) MenuShowDelay... present value... 400... recommended value... 200
    (2) SendAlert... present value... Value N/A...recommended... 0
    (3) Crashdumpenabled... present value... 2... recommended value... 0
    (4) LogEvent... present value... 1... recommended value... 0
    (5) DoReport... present value... Value N/A...recommended... 0

    Any suggestions would be greatly appreciated.
    System = Vista Home Premium SP 2, ram 1 GB, AMD dual core 4200 + 2.20 GHz

    Thanks for all your comments... I think I'll leave just well enough alone. I learned these so-called "tweaks" by one of my IT friends... but it is always doing things to its systems... while I'm more than an amateur... .well I appreciate learning new things... In any case thanks for your comments.

  • programmatically set the bind view variable value of object that showed to the query Panel

    Hello

    I have a case in 11.1.1.7 Jdev, I deploy my application on BPM 11.1.1.7.

    I have a VO that three attributes of it was put in a viewcriteria... Let's attribute A1, A2, and A3. the view criteria is any condition "AND".

    and then I create a variable binding in the VO named b. my vo also query using this variable B.

    in the jspx, I create a query panel based on the viewcriteria. then in the A1, A2, A3 and B query pane shows.

    I can reset the Panel request programmatically using this tutorial http://www.jobinesh.com/2011/04/programmatically-resetting-and-search.html

    but unfortunately he didn't succeed for A1, A2, A3 because they are in the display criteria, but B can't reset.

    I tried to put the value programmatically using queryModel, queryDescriptor, setNamedWhereClauseParam, but this failed and it starts to makes me crazy...

    anyone here seen cases like me? and found the workaround? pls throw some light.

    Thank you

    Have you tried with VariableValueManager? http://www.jobinesh.com/2010/10/how-to-set-bind-variable-values-at.html

    Dario

  • Weird acting decimal values increment

    I was wondering if anyone has come across this problem and what you did to fix:

    When I try to increment or decrement a variable para.1, she retourne.1,.200,.300, etc.. After the first inc/decrement the third decimal point extend to however long (in pixels), I have my variable text that displays the value. So, if I start with a var that on the screen looks like: $$PrimaryRate$ $ and expand the area of text out beyond the length of the text string, then set it to 1 and then use a button to increment 1 para.1 consecutively, it produces something like the following: 1.1, 1.20000000000, 1.30000000000, etc. I tried just to shorten the text box to hide the additional decimals, but who does that until you hit the 10 s. Then, you lose the decimal point because of it being covered by the short text box. It's even worse that you go up more of places.

    I think that what is needed is the ability to specify decimals allowed for a variable (value of 1, 2 or 3 places usually), similar to the PDF form field values, but I don't see anywhere this setting in CP8 (my current version). I'm just missing?

    Also disappointed about not displaying variables is not my policy chosen, but that's another thread here somewhere...

    Thank you

    Alan

    You can put these 2 functions at the head of the html page. Call the incUp() or incDn() in the JavaScript window.

    function incUp()
    {
    var tempVal = Number (window.cpAPIInterface.getVariableValue ("myNumber"));
    += tempVal. 1;
    window.cpAPIInterface.setVariableValue ("myNumber", tempVal.toFixed (1));
    }

    function incDn()
    {
    var tempVal = Number (window.cpAPIInterface.getVariableValue ("myNumber"));
    tempVal =. 1;
    window.cpAPIInterface.setVariableValue ("myNumber", tempVal.toFixed (1));
    }

  • Looking for a method to search for rules that use a particular registry variable

    Hello

    I have a series of registry variables that hold email lists effectively different specific alarms.  Is there a way to query to use what are the rules that save variables?  His most difficult when several people create rules and lists.

    THX

    "mark".

    Mark,

    One method would be to export the foglight configuration to a file using the fglcmd program. You can find the file in the registry variable that interests you. You will see references to registry variables in the section rules.

    Example of export of the foglight management server bin directory:

    C:\Quest_Software\Foglight\bin>fglcmd.bat - usr - pwd foglight cmd - foglight util:configexport f filexxx

    David Mendoza

    Foglight Consultant

  • How to pass a variable value into a hyperlink?

    Hello

    I put a variable value by using <? xdoxslt:set_variable ($_XDOCTX, 'tstview', concat ((xdoxslt:get_variable($_XDOCTX,'env_url')), (xdoxslt:get_variable($_XDOCTX,_'testpage')))? >)
    I am able to the value of the variable is displayed correctly. I would use this value to create a hyperlink by specifying {$tstview} {ID} in the text of the hyperlink box. However, when I do that, I get the error message: Undefined Variable: "tstview."

    How can I pass the value of the variable to create a hyperlink? Is there another way to do this? I want to be able to build the hyperlink in a dynamic way. Please let me know.

    Thank you!!
    
    

    or try

    {xdoxslt:get_variable($_XDOCTX,'env_url')}{ID}
    
  • How can I delete a registry subkey value?

    Hello

    I have w7-64 b and b LV2013-64. I can read/write a subkey value. Also, I can delete a subkey. But how can I remove a value from subkey only?

    Thank you.

    Delete Value.vi registry of palette Windows registry access screws ?

  • Keep persistent variable values

    Hi all

    I'm about to create a random coefficients (FRC) for an Adaptive order blur in LabVIEW. The original design made in MATLAB/SIMULINK and I'm trying to translate functions in LabVIEW to my creations.
    The MATLAB function is then called in Simulink and returns the results. What I'm stuck with, is how PERMANENT is kept in LabVIEW. Consider the following script:

    e = [0.2 0.3];

    current_error = e (1);
    simulation_time = e (2);

    number of persistent;
    persistent previous_error;

    If isempty (count)
    Count = 0;
    end

    If isempty (previous_error)
    previous_error = 0;
    end

    Count = count + 1;

    control_activity = (current_error + previous_error) count;

    previous_error = current_error + previous_error;

    The above script retains the values of the persistent variables (County, previous_error) intact whenever this function is called in Simulink. But in LabVIEW how it's done?
    I'll probably call the same function in LabVIEW in a main loop. Am I supposed to use the shift registers to pass values between iterations?

    It will be the variable persistence?

    There is one post of the same problem in this forum, but the guy there wants to keep intact values using the VI. I, on the other hand, want to keep my values in a jar as soon as my function is called in a loop.

    Help!

    Kind regards.

    NapDynamite wrote:

    The above script retains the values of the persistent variables (County, previous_error) intact whenever this function is called in Simulink. But in LabVIEW how it's done?
    I'll probably call the same function in LabVIEW in a main loop. Am I supposed to use the shift registers to pass values between iterations?

    It will be the variable persistence?

    Yes, using shift registers

  • Distribution rules and registry variables between vFoglight facilities

    Hello!

    We are responsible for a number of clients vFoglight facilities. I wonder if there is a more automated way to manage rules vFoglight & variables of register (RV) (alarms). Many of the default rulesettings are questionable. I am looking for a solution where you can pack all your custom rules and RV and then deploy these settings on other facilities at vFoglight.

    I looked through the vFoglight 6.7 guide http://us-downloads.quest.com/Repository/support.quest.com/vFoglight/6.7/Documentation/Management%20Server/vFoglight_CommandLineReference.pdf command-line Reference

    There, on page 119, I found the command of the utility configexport (export or import of a monitoring policy). I already said that if you only keep the changes you made in for example in the rules, you could distribute these through differrent vFoglight facilities, is this correct? Is there someone who has created a script for this in the community?

    I learned that the best practices for managing individual and variable registry rules must copy each rule and RV in the user interface and then configure the new rule with the new RV in the rule editor.

    To do this is a very repetitive task. Is it possible to automate this supported/not supported? Also is it possible to distribute these customized rules & RV between vFoglight facilities, it automate still further?

    Thanks in advance!

    Erik Alm

    Repetitive procedure #1

    Repetitive procedure #2

    Repetitive procedure #3

    Edit

    I had implemented a policy of control of the commandlline with the command:

    fglcmd.bat - usr foglight - pwd - srv - port 443 ssl - cmd - util:configexport f strategy. XML

    When I imported a strategy later. XML where I had deleted all the content with the exception of I reign with the command

    fglcmd.bat - usr foglight - pwd - srv - port 443 ssl - cmd - f policynew.xml util:configimport

    The rule has been changed!

    If (@event.isSet("report/errorMessage")) {}
    Return @event.get("report/errorMessage");
    } else {}
    Return 'Report' + @event.get("report/reportName") + ' run on ' + @event.get("report/dateRun") + 'is fixed. This IS a TEST 20121114 Erik Alm«;»
    }

    The only question is

    1. If I delete all content instead of 1 rule as above nothing has changed

    2. If a problem arises due to an import of strategy 'bad', it can be solved with an import of the backup strategy?

    3. is it possible/safe to distribute the policy like this setting, change the multiple rules/RVs in vFoglight different facilities? With other words, you I configfile change rulesetting in several facilities? (If they are of course the version of fms even)

    4. If the rule/RV is not created/copied before that, these rules/RVs are created?

    5. anyone done this before and created a script that they would like to share?

    Thanks again!

    Erik Alm

    Edit 2

    It seems that it is possible to import new rules and have them appear in the management dashboard with the possibility of enableling rule the. A bug is interesting that they disappear from the new data management dashboard, but are visible in the dashboard management legacy rule.

    1 - does anyone know if the existing rule management dashboard will be removed anytime soon?

    I learned that there is a specific effect is called fglIDE cartridge. I have installed and tested in our product environment. It certainly has a great feature, and we could really use it.

    My respects to Stefan Marx to develop it!

    But I wonder that will be included in the Foglight APM Solution?

    Of http://fglide.apmcentral.org/downloads/

    Disclaimer

    This software is provided as Freeware tools and is not part of the APM Foglight Solution or shipping. It it is not officially supported but if you have any concerns or Questions please use the Foglight community to post these or fill a Github issue

    Or Quest Software has a similar solution that is supported?

    Thanks in advance

  • Build a class variable value

    Hello

    I am trying to initialize a class based on the value of a variable. I know that I can use the class of thinking in Java, but J2ME does not support this.  Is there another way?

    To give you an idea of what I'm trying to do, I have a main object (UiApplication) passed to all initialized screens. Now this main object has a method named getScreenInstance() that can be called by any screen to get an instance of a screen based on the string, they put in the parameter.

    The point of this is so I can push to another screen at any time without having to re - initialize it if it is already initialized. This might be able to do differently, I am new to J2ME (and kinda new to Java as well).

    If there is a different way, I'd like the solution, although always, I would like to know if it is possible dynamicalled load a class and pass parameters to the constructor it is also.

    Thanks in advance

    Apart from the ugliness, what's not with something like:

    public Screen getScreenInstance( String screen_name ) {
      Screen screen = (Screen) this.screen_registry.get( screen_name );
      if ( screen == null ) {
        screen = makeScreen( screen_name );
        if (screen != null) {
          screen_registry.put( screen_name, screen );
        } else {
          // report unrecognized screen name
        }
      }
      return screen;
    }
    
    private Screen makeScreen( String screen_name ) {
      if ( "ScreenA".equals(screen_name) ) return new ScreenA(this);
      if ( "ScreenB".equals(screen_name) ) return new ScreenB(this);
      // etc.
      return null; // unrecognized name
    }
    

    You might even be able to do something with initializers static in the classes of your screen so that the names of class is part of a register before that all instances must be created (although this puts you at the mercy of the arcana of class loaders machinery).

  • Extended registry variable

    all,

    I never really used the extended registry values. Normally I encode my alarms. But I decied I should give it a try.

    As you can see I have this scope for a name of the agent with a value. But the alarm if the shot in any case always using stock rather than my extended version value.

    No idea what I could do wrong?

    Instead of using the Agent, you must use the DBSS_Cluster as your scope instance (the object root in the SQLServer data model)

    You can do this by using the registry editor or you can use the Agent for management database do (which can be a little easier to choose the right instance from)

    I personally prefer the OOTB Reg Editor

    Stefan

  • The Variable value based on the results of SQL query

    With the help of OBIEE 11.1

    Is it possible to set the value of a variable presentation of the results of a SQL statement?

    Scenario:

    I have 2 topics.

    SubjectArea1

    Text1

    Date1

    SubjectArea2

    Field1

    Field2

    UpdateDate

    I have an analysis that uses only the SubjectArea2.

    Using a dashboard quickly, the user must be able to select Text1 in the other topic area (SubjectArea1).

    Assuming that selection will be stored in a variable of presentation (SelectedText),

    The filter in the analysis should be something like

    Upper UpdateDate to @{SelectedDate}

    How can I set a variable (SelectedDate) using a SQL statement?

    Something like this:

    SELECT "Date1" TO "SubjectArea1" WHERE "Text1" = @{SelectedText}

    So the command prompt text selection should give a date that is used to filter the second review?

    If so:

    The prompt on SA1.textCol

    hidden analysis who is invited on SA1.texCol has SA1.dateCol in the criteria

    Analysis SA2.dateCol is filetered on basis of the results of another analysis (any value analysis hidden SA1.dateCol)

Maybe you are looking for