GSS Rule Wizard vs Builder

For adding additional domains to GSS, can the Wizard be used. (Just making sure wizard won't interfear with existing configs.)

I have added the following link for more information about the GSS Rule Wizard .
http://www.cisco.com/en/US/products/hw/contnetw/ps4162/products_configuration_guide_chapter09186a00801cc5d7.html#wp1023544

Similar Messages

  • Oracle Auditor Framework Rules Wizard is broken

    The rules wizard to create the new rules extension using the Oracle Audit Framework in JDev 10.1.3.3 is broken. A new wizard needs to be created for the latest JDev builds. Also, the tutorial for Auditing Java files needs to be updated for the newer package structure of base classes and also the newer format for the extensions XML needs to be posted. Can anyone provide information on the format for the extensions.xml file ?

    Hi,
    can you be more specific? I don't see the mentioned extension in the list of installable extensions in JDeveloper 10.1.3.3. Is this what you mean with "broken"?
    I am not aware of a new extensions XML file added to JDeveloper 10.1.3.3 that wasn't in 10.1.3.2 - am I missing something ?
    Please clarify
    Frank

  • Use RT Communication Wizard to build application for PDA

    Hi,
    I am wondering if the RT Communication Wizard can be used to build the Host, NPL and TCL VIs for PDA touch screen pocket PC model NP 606S.
    I am familiar with using RT Communication Wizard to build RT set of VIs for communication between PC and cFP-2020 field point.
    Now I need to go step further and develop the similar VIs, one VI (NPL along TCL) that will run on the RT Target (my field point) and Host VI that I will compile and run from PDA (NP 606S). I am using cross-over Ethernet cable (TCP communication).
    If this is possible to do, are there any special instructions (rules) to complete the process properly.
    Thanks in advance,
    Peja

    I don't use the RT comm wizard, but after generating a small sample program, my answer would be yes. The RT part is only on the RT side. Programs written using the PDA module use the TCP VIs just like regular programs and I have used them to talk with a FP, so it should work. You should keep in mind that the display on PDAs is limited (no clusters, no arrays and so on). Since, according to this, the NP 606s isn't a PDA, it's possible it will be able to display them (although I doubt it).
    Try to take over the world!

  • Exception Rule wizard

    Events in CSA MC for agents shows system state along with details,rule & wizard. Why does system state mean?
    When i follow the wizard to create an exception rule,when i click finish it gives an error "see csamclog.txt for details".I checked the log file it shows
    "[PID=3800] [webadmin]: {Invalid network interface specification Broadcom NetXtreme Gigabit Ethernet.<br> Expected components for wireless interfaces (separated by backslash characters): type, mode, encryption, SSID.<br> Expected components for PPP interfaces (separated by backslash characters): interface type, device type, device, remote computer.<br> Expected components for other interfaces: type, name.} {Invalid network interface specification VMware Virtual Ethernet Adapter for VMnet1.<br> Expected components"

    System state is used to apply additional rules to a host and is usually set when a "set" rule is triggered.
    An example is "Untrusted Rootkit Detected".
    If the Kernel Protection rule detects a driver loading dynamically that it doesn't recognize as trusted, it applies the "Untrusted Rootkit Detected" system state to the host.
    It then activates the "Rootkit lockdown module" dynamically which prevents the host from communicating as a client or server.
    The system state must be reset from the MC and should be done after you've made an exception (for a false positive) or disinfected the machine.
    Not sure why the wizard was giving you errors unless it didn't recognize the network interfaces discovered.
    You should be able to view all your network interface variables under:
    Configuration > Variables > Network Interface Sets
    Tom

  • Rules wizard or similar idea?

    Hi,
    Im trying to come up with a rules configuration system for a java program. Something that will allow users configure options in the GUI easily by selecting an event, and then an action to be performed on that particular event, with the possiblity of specifing conditions for the event as well. Similar to the rules wizard that you get in Microsoft Outlook for running filters on your incoming emails, and also the rules wizard found in the configuration options for Outpost firewall.
    Does anyone have any helpful links or anything that might be able to point me in the right direction, tutorials, examples or anything like that.
    Many Thanks,
    James

    Not sure this is the best link but it will get you started.
    http://java.sun.com/blueprints/patterns/InterceptingFilter.html

  • Can I use the wizards to build a form that submits multiple checkboxes as an array?

    I could do this by hand, but for maintenance ease would prefer that the toolkit understand all my forms. Has anyone else figured out how to do this?
    Here's the scenario:
    On page load, a query is used to get a recordset that builds a form representing every item in one table, each row represented by a checkbox. The checkboxes are all named with the same name, like "item[]", and the user needs to be able to check as many or as few of the checkboxes as necessary. Upon form submission, each item referenced in the array (representing an entry from that table) will be associated with the user as a new entry in a join table. It's a many-to-many relationship.
    My problem is that, in the wizard dialogs, there is no option for submitting checkboxes as an array. Checkboxes are only used as a boolean operator. Am I missing something?

    Hi,
    ADDT comes with a server behaviour called "Comma-separated Checkboxes" which lets you include comma-separated checkboxes in your form. Before applying it, there must be a recordset created in the Dreamweaver page, and also an input item added.
    This server behavior is accessible from the Application panel, Server Behaviors > + > Developer Toolbox > Form Controls > Comma-separated Checkboxes.
    The ADDT help file will tell you more about it, please see "Form Controls" -> "Comma Separated Checkboxes".
    >>
    Upon form submission, each item referenced in the array (representing an entry from that table) will be associated with the user as a new entry in a join table. It's a many-to-many relationship.
    >>
    This server behaviour uses a different "value storage & retrieval" method as explained in the help´s "View Comma-separated Checkboxes in browser" chapter, but maybe it will help you though
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Null transformation in Studio generated rules fails to build / load

    I have a dimension field with nulls in my table.
    Luckily there is a handy <Null> search and replace rule in Studio.
    Not-so-luckily it fails to do what you'd think, ie. transform nulls.
    The dimension is built without the desired member.
    The dataload fails due to "data item found before member" because the column with the nulls is skipped, not transformed.
    Looking at the data load rule, it looks like it should work. Ie. the transformation displays properly. But it doesn't work when you deploy the cube.
    And of course you can't look at the Studio-deployed dimenstion build rule. Our innocent eyes apparently can not handle such things. But I'd expect you'd sees something that appears to work on display but doesn't build what it shows.
    Anyone seen this or have any ideas, besides modifying the source data which is the road I'm going to have to take. Call me silly, but I think the tool should be able to do this, not just pretend to.
    Thanks.
    Todd Binenstock

    Glenn,
    Thanks. It's been a trip. Yes, ultimately I gave up and got an NVL() put into the view I was given.
    I looked at the load rule and it appears to do the null substitution when you manually retrieve/view the records within the rule, but it clearly fails to work when it actually builds/loads.
    You can do a custom SQL to do the build, but there won't be a member on the dimension to load to unless you get the null transform in the build rule. And of course you can't edit that SQL (except some minimal hacks you can do in the binding using CPL)
    I tried adding a manual member and got a "duplicate field in query" error and did not see anything wrong. Opened an SR and got a call 3 weeks later after going another direction. Theoretically that should work, I just haven't gotten back to it.
    I was trying to use the tool for transformations instead of SQL, mostly to see what it can do. So far, not so happy on the nulls. I think its more of a load rule issue than a Studio issue. Just wish someone would make it work like you'd expect. I am getting good at workarounds, but a little tired of things almost working as advertised.
    Todd Binenstock

  • DVDAuthor Wizard not building menus

    I realy liked this app, but unfortunelly menu creation isn't working here. It loads and does everything fine, but when trying to make the menu it says that "Your version of Sox failed to read the soundtrack file". If I don't select a sound file for the menu, it says "Whoops. Your Transcode version failed while generating frames from this video file".
    I "recompiled" it, and also installed through the installer based on kommander, and same problem persists. DVD authoring without menu seems to work well, but I wanna make one with it.
    Thanks in advance for any hint

    Sorry for the delay on answering, I wasn't on town and had no access to Internet.
    You just need to modify the PKGBUILD's from ABS to compile the old versions needed. Unfortunelly (for you) I deleted the 'fixed' PKGBUILD's, so you'll have to do it your own. You need sox 12.18.2 http://sourceforge.net/project/showfile … _id=444582 and transcode 1.0.3 http://transcode.kabewm.com/transcode-1.0.3.tar.bz2 (I'm not sure about the last one)
    I hope you success in your tries. Anyway, if you need some help on compiling or installing both packages (or anything else) just let me now.
    I already notified the author of this problem, but he hasn't answered yet. http://www.kde-apps.org/content/show.ph … tent=27528

  • Dimension build rule file (Sort member)

    I am loading sorted data for one of the dimension. But its is not coming in sorted fashion in outline. New member which i am adding is always coming in The end.Even though that member is in sorted format in the file.
    I am using generation method . I am putting member for only generation 2 and its alias.I tried using ascending option but it is giving me error
    Can any body help me with this

    As Glenn said, the build only builds new members. In order to have FULL control over the order of a resultant dimension's order, you need to blank out the dimension first and then build via the load rule. As Glenn mentioned, you can do "incremental dimension building". You can do this directly in EAS in an interactive manner by using outline/update outline in pull downs. Just do not save the outline until all your changes are done. You can also accomplish incremental builds via Esscmd or via MaxL, but I'll assume for right now you are still testing. The advantages of the incremental changes is that you can do a number of changes before Essbase commits to doing a restructure, which is time consuming, not to mention confusing if you are "deleting" (however temporary) the entire dimension's hierarchy.
    Regarding setting ascending order
    1) in the load rule's Dimension Build Settings prompt
    2) Select Dimension Build Settings tab
    3) highlight the dimension you are changing
    4) select Ascending for sort order
    This should work...I've never had it error out. However, I will say that it sorts the entire dimension...not just the siblings of a new member. Your upper level members will move as well. Because of this, the ascending sort in a load rule is undesirable. Give it a try. If you don't like the results, just don't save the outline.
    Kevin

  • Can a GSS respond with a different IP if a target server is down?

    This is my first GSS and I have read the Cisco Administration guide so please take pity on me.
    I don't have any CRA or VIP devices on my network , so is it possible to have the GSS return one IP address if the target device is up and another IP address if the target device is down?
    For instance I would like the following scenario to work:
    1. The user tries to open 'payroll.mydomain.com' (10.0.0.10) which is located in Houston.
    2. payroll.mydomain.com is an alias for a server called 'ora01.mydomain.com'
    3. The Houston servers are down due to hurricane.
    4. Instead of responding with 10.0.0.10 it returns 10.0.10.10 which is the IP address for 'ora02.mydomain.com'
    Can this be accomplished without CRA or SLB?

    Hi Brain,
    You can achieve this using GSS.
    Define Answers - 10.0.0.10 and 10.0.10.10 in different answer group.
    In the DNS rule wizard
    Define the balance clause 1 to use the 1st answer group server at Houston site (10.0.0.10)
    define the second balance clause to use the the second answer group (10.0.0.10).
    The GSS will respond with second clause answer group when the 1st clause is not available i.e when the answers(servers) defined in answer group is offline.

  • Problems with Association Rules

    Hi all,
    I am trying to use ODMr to run association rules and am getting the following error message:
    Server task state: error
    Server task detail:
    ORA-40101: Data Mining System Error ORA-40101: Data Mining System Error ORA-40101: Data Mining System Error ODM_ASSOCIATION_MODEL-BUILD--20010
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "DMSYS.ODM_ASSOCIATION_RULE_MODEL", line 144
    ORA-06512: at "DMSYS.ODM_ASSOCIATION_RULE_MODEL", line 1396
    ORA-00902: invalid datatype
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "DMSYS.ODM_ASSOCIATION_RULE_MODEL", line 144
    ORA-06512: at "DMSYS.ODM_ASSOCIATION_RULE_MODEL", line 1396
    ORA-06512: at "DMSYS.DBMS_DATA_MINING", line 305
    ORA-06512: at "DMSYS.DBMS_JDM_INTERNAL", line 157
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "DMSYS.DBMS_JDM_INTERNAL", line 179
    ORA-06512: at line 1
    This error is generated on the sample data as used in the ORACLE 10G Release 2 Data Mining Tutorial, and on other datasets that I tried.
    My sense is that the algorithm is expecting data in the datatype of DM_NESTED_NUMERICALS, even though the documentation asks for transactional data. When I converted to nested columns, the prog errored out again as it was expecting a number rather than nested column.??

    Hi Carolyn,
    I reviewed the tutorial and tested out the example for Association Rules. The example uses SH.SALES and SH.PRODUCTS.
    It worked fine.
    ODMr converts the "transactional" data, in the case of Association Rules, into DM_NESTED_NUMERICALS.
    When ODM documentation refers to transactional data, it implies the use of nested columns. This can be confusing given that older versions of ODM actually supported a "transactional format", which is now supported only through nested columns.
    I copied the following view definition that was passed in to ODM to build the Association Rules model (based on the tutorial noted above). Take a look at them to get a better understanding on what ODMr is doing to prepare the data.
    If you can give us a specific example including the tutorial table you used and the settings you specified in the Association Rules Wizard, I can review that to see what the problem might be.
    Thanks, Mark
    SELECT caseTable."DMR$CASE_ID", txnTable1."PROD_ID" FROM "DMUSER"."DM4J$VSALES657013432" caseTable, (SELECT "DMR$CASE_ID", CAST(COLLECT(DM_Nested_Numerical("NAME", "VALUE")) AS DM_Nested_Numericals) "PROD_ID" FROM "DMUSER"."DM4J$SALES423975876" GROUP BY "DMR$CASE_ID") txnTable1 WHERE caseTable."DMR$CASE_ID" = txnTable1."DMR$CASE_ID"
    The view makes references to other tables/views defined below:
    DM4J$VSALES657013432 is shown below:
    SELECT distinct "DMR$CASE_ID" FROM
         (SELECT "CUST_ID","TIME_ID", DENSE_RANK() OVER (ORDER BY "CUST_ID","TIME_ID") DMR$CASE_ID FROM "SH"."SALES")
    ORDER BY "DMR$CASE_ID"
    DM4J$SALES423975876 is shown below:
    SELECT DMR$CASE_ID, CAST("PROD_ID" AS VARCHAR2(30)) as NAME, 1 as VALUE
    FROM
    (SELECT "PROD_ID", "CUST_ID","TIME_ID", DENSE_RANK() OVER (ORDER BY "CUST_ID","TIME_ID") DMR$CASE_ID FROM "SH"."SALES")
    ORDER BY DMR$CASE_ID

  • GSS - balance clauses

    Hi giles,
    In the DNS rules wizard there are three balance clauses. For one on the clause i assigned as Answer group and thing are working fine .
    I am planning to use second balance clause and point to a answer group where Answers are pointing to sorry page configured on the CSS.
    Will this work ? please advice me as i am planning to use a sorry page from the GSS if the 1st balance clause Answer group(Answers are down).
    Thanks in advance..

    Keong,
    In an effort to offload Gilles, I try to answer your question ;-)
    If I understand you correctly, you are trying to display a sorry page if ALL CSS reports an "offline" status for their production VIP. Actually, it is what the CSS in the different sites would do for clients already connected to that site, if you have configured a sorry server in each CSS. For new users however, if the VIP is seen as offline by the GSS, even your second clause will fail. One solution is to configure an additional VIP on each CSS, serving the sorry page only. Hence, if the first clause fails in the GSS, the second clause will send the user to a sorry page VIP (provided this VIP as active of course).
    Hope this helps,
    Yves Haemmerli

  • Calculation in update rule/routine in order to modify DATA_PACKAGE

    Hello all,
    I want to load some finance data from two ODS objects into an InfoCube. In the update rule I have build a start routine in order to compare two values of  two internal tables (itab1 and itab2) which gets loaded with data from the both ODS.
    When the value of the itab1 is higher of itab2 then I want to subtract the value from itab2 from itab1.
    After that I want to MODIFY the DATA_PACKAGE in order to update later the cube with an new lower value.
    The DATA_PACKAGE is defined as standard table as well as itab1 and itab 2 but I get the error message that the line type is not compatible.
    How I have to build the MODIFY statement in order to calculate and update values in the DATA_PACKAGE?
    Any helps would be great.
    Best regards from Munich/Germany,
    Stefan Leontiadis

    Hi Stefanos,
    My thought is probably not the best in terms of performance, but it should work.  The problem you'll hit is not having the entire data set from both ODS Object loads in memory at the same time.
    To cover this, you can declare a table in the global section of the start routine, let's call it GT_REF_DATA.  Next, perform a SELECT ffrom <other ODS Object> FOR ALL ENTRIES IN DATA_PACKAGE WHERE <selection> into GT_REF_DATA in the local section of the start routine.
    In the individual update routine, you can do a READ TABLE GT_REF_DATA INTO LS_REF_DATA WITH KEY <selection> to get the record you want to compare.
    Here's where you have to be careful.  If I understand your logic right, you can do:
    IF LS_REF_DATA-field < COMM_STRUCTURE-field.
      RESULT = COMM_STRUCTURE-field - LS_REF_DATA-field.
    ELSE.
    RESULT = COMM_STRUCTURE-field.
    ENDIF.
    That avoids processing everything in the start routine and your MODIFY problem.  If you prefer the start routine, you can work with the DATA_PACKAGE directly.  Just remember that DATA_PACKAGE has a header line, so you can simply LOOP AT DATA_PACKAGE, change the value in DATA_PACKAGE, then MODIFY DATA_PACKAGE.
    The way I prefer to do things is to create a separate internal table that is the same type as DATA_PACKAGE.  I fill the internal table with all values to store to the InfoCube (even those you don't change from DATA_PACKAGE).  At the end of the routine, CLEAR DATA_PACKAGE then APPEND LINES OF itab TO DATA_PACKAGE.
    I know there's lots of options above.  Let me know if I got your logic wrong or you have questions.
    Cheers,
    Adam

  • Dealing with inherited xml facts in business rules

    Hello Everyone,
    I encountered a problem while writing business rules for an xml input message which is of abstract type. The schema follows the xml inheritance and the structure is somewhat like -
    Document (abstract)
    *|*
    Message (abstract)
    *|*
    NotificationMessage (abstract)
    *|*
    *|-ContractCreated (concrete)*
    *|-ContractCancelled*
    *|-ContractUpdate*
    *|-ContractEnhance*
    The input for buiness rules is a variable of type "Document". Rule wizard has generated all jaxb classes correctly.
    Now when I am writing a if-then rule as below -
    If Document is ContractCreated and ....
    +....+
    the compiler warns with message :- RUL-05162: The rule set "Ruleset1" requires fact type "ContractCreated", but this type is not part of the input.
    How to deal with such xml facts where input is abstract type and rule needs to be applied on concrete definition??
    Note- The incoming xml messages are instances of schema that is used across the applications hence schema cannot be modified.
    Thanks,
    Viv
    Edited by: user564736 on Jan 21, 2013 7:23 AM

    Can you verify and make sure, you have sleceted the "Tree" option for the input of the Decision Function.
    Look at the Following for reference:
    http://docs.oracle.com/cd/E29505_01/user.1111/e10228/descfunc.htm#BCGIFGBI

  • FI Substitution rule on completed document

    Hi Everyone,
    We're trying to create a substitution rule to change the payment terms on our invoices (fields BSEG-ZTERM and BSEG-ZBD1T).  We're having trouble with our prerequisite:  If any of the expense distributions are being charged against a federal grant (BSEG-GRANT_NBR) then call the substitution rule.   We want our exit to loop through all distribution lines and if it finds any being charged to a grant it should set the condition to true and substitute...if it doesn't find any it should be set to false. 
    We've done all of the necessary steps:
    -Activated the fields on GB01
    -Defined the substitution rules on OBBH
    -Build and compiled the user exit.
    Problem we're having is that when there are multiple lines it only seems to be reading the last line item to make the determination.
    Example 1:
    Line 1 Grant
    Line 2 No Grant
    Result is that payment terms are not substituted.  It should be substituted because line 1 hit a grant.
    Example 2:
    Line 1 No Grant
    Line 2 Grant
    Result is that payment terms are substituted correctly. 
    My ABAPer says that the problem seems to be that on the completed document he can only see the last line (not all the lines)....does anyone know a way to loop through all the records on a completed document?  It seems that substitution gets called before records get inserted into the database so we're not sure how to make our pre-requisite work.
    thanks for your help

    Hi,
    here is the solution.
    Create your user exit.
    FORM u280 USING bool_data TYPE gb002_015.
    FIELD-SYMBOLS: <ls_bseg> LIKE LINE OF bool_data-bseg,
    LOOP AT bool_data-bseg ASSIGNING <ls_bseg>.
    * Here is your logic needed
    ENDLOOP.
    Create a substitution for the complete document in GGB1 and choose no field but "Only exit'.

Maybe you are looking for

  • Change Field in Report

    Hello Friends, Is there any possibility to change a name of a field on a report on UCCX. BR

  • DB2 7.0.2 problem with jdbc type 2 app-driver (CLI0601E / CLI0616E)

    Hi folks, has anybody encounters an exception like this: javax.jdo.JDODataStoreException: com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper: [SQL=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.COMMENTX, t0.GKX, t0.NRX, t0.REFERENZX, t0.SALDOX,

  • Bi Roles (Developer & Security Admin) in Development System

    My requirment is to create 2 Roles in BI Development System... 1) Developer Role Tasks that a new developer can perform (Create,delete,change Info Objects,Info Areas,Data providers,Info sources,Source systems,info sets,process chain.....queries) also

  • Best graphics card for the MAC Pro 4,1

    I am using the 4870 card, but, is there a better graphics card for doing photography with Adobe CS5 Extended and Lightroom 3? Thank you.

  • Php record insert via csv upload

    Hi My client has a set of records that are generated via a third party as csv files. I want to create an insert statement that allows for the csv file to be uploaded and mapped fields inserted to the table. Any ideas? if there is an extension then so