Create user menus in hierarical tree with access control

Hi All,
I am facing problem in populating user menus in hirarical against user access control.
I have table of menus in which i populate data as:
Menu
- Sub Menu 1
-- Form 1
-- Form 2
-- Form 3
- Sub Menu 2
-- Form 4
-- Form 5
-- Form 6
Now I have created hierarical query as:
SELECT -1, LEVEL, menu_name, NULL, id
FROM menu_opt
START WITH parent_id IS NULL
CONNECT BY PRIOR menu_id = parent_id
and menu_id in
(3, 4);
Note: where menu_id 3 = Form 1, Menu_id 4 = Form 2.
If I allow only menu ID 3 and 4 (not parents menus) then Hierarchy should be completed from top to bottom. What change i have to made to achieve my target?
Thankx
Qasim Javaid

Hi,
Sorry, it's very unclear what you want to do.
Whenever you have a problem, please post CREATE TABLE and INSERT statements for a little sample data, and the results you want from that sample data.
Say which version of Oracle you're using, e.g. 11.2.0.2.0. This is always important, but especially so with CONNECT BY queries, because every version since Oracle 7 has had significant improvements in this area.
See the forum FAQ {message:id=9360002}
If you can show the problem using commonly available tables (such as scott.emp or hr.employees, both of which contain trees) then you don't need to post any sample data; just the results you want and an explanation of how you get those results.
For example, I think you're asking something like this:
"I want to show the hierarchy in scott.emp, but I only want to show certain nodes and their descendants. For example, if I ask for 'MILLER' and 'SCOTT', I would want to see
{code}
` EMPNO ENAME
7876 ADAMS
7788 SCOTT
7934 MILLER
{code}
(order doesn't matter). ADAMS is included because ADAMS is a child of SCOTT."
Here's one way to do that:
SELECT DISTINCT
     empno, ename
FROM     scott.emp
START WITH     ename     IN ('MILLER', 'SCOTT')
CONNECT BY     mgr     = PRIOR empno
;This query should work in any version of Oracle.

Similar Messages

  • Analytical Services failed to get user's parent group tree with Error

    Hi,
    We have a frequent errror during our weekly batch for an application.
    The context:
    - Essbase Administration Services we are using is version is 9.3.1.
    - 8 applications are calculated during the week-end. The scripts executed are exactly the same for the 8 applications.
    - For example let's say that 5 scripts are launched during the night in the batch for each application (script 1, script 2 ... script 5)
    - App1 and App2 are launched alone and before the 6 others applications as these applications database are 3 x bigger (App1 is calculated alone, then app2 is calculated alone, then app3 to app8 scripts are launched in the same time).
    The issue :
    - We don't see any issue for app3 to app8, the calculation are executed without any problem from script1 to script5.
    - But we have an error in App1 and App2 log when the bath execute script 4 and we see the following error in the server log **
    "Analytical Services failed to get user's parent group tree with Error".
    (** : we don't see any log for script 4 in the application log - it's like the server bypass script 4 to go directly from script 3 to script 5 )
    Nothing special is done in script 4 but just an aggregation of the Year dimension (using a @SUM(@RELATIVE(Year,0)) calculation.
    I think that there is may be a synchronization error with Shared Services but what is strange is that it's always for the same script 4 and the batch is launched at different time every week-end.
    Can the issue be linked to the size of the database of applications (8 Gb) and difficulties for the processor to executes aggregation in a large database volume ?

    Hi,
    According to your description, my understanding is that the error occurred when sending an email to the user in workflow.
    Did you delete the existing Connections before setting NetBiosDomainNamesEnabled?
    If not, I recommend to delete and recreate your AD connections, then set NetBiosDomainNamesEnabled to true.
    Or you can delete the original User Profile Service Application and create a new one, then set the NetBiosDomainNamesEnabled to true and start the User Profile Service Application
     synchronization.
    More reference:
    http://social.technet.microsoft.com/wiki/contents/articles/18060.sharepoint-20xx-what-if-the-domain-netbios-name-is-different-than-the-fqdn-of-the-domain-with-user-profile.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Unable to created users through UME on portal with AS ABAP as its data sorc

    Hi,
    Unable to created users through UME on portal with AS ABAP as its data source.
    I have assigned SAP_BC_JSF_COMMUNICATION to the user SAPJSF but this only helps in editing the already existing users but not in creating new users on portal.
    I have checked that that the role SAP_BC_JSF_COMMUNICATION is properly generated and has *  in all authorizations. I have even assigned SAP_ALL and SAP_NEW to SAPJSF and another ID.
    DO we need to make any config changes to make the database writable from portal. Please advise.
    Thanks,

    Hi,
    If your system is a AS ABAP + +JAVA System,, you have to do the following
    1. Login to Client 001 using SAP GUI
    2. Create a user id
    3. Login to portal and you will be able to see the user.
    4.Assign him the portal rights
    If you want the portal to use seperate Database for USers, there is a setting in Visual admin, that you can change for the same, but i dont remember that

  • In JSF, how to make a menu with access control?

    In JSF, how to make a menu with access control?
    The access control can be guided by programming, database or other means if possible?
    Thanks

    I want to make a dvd menu in iMovie because i don't have IDVD and can't find anywhere to download it?
    For making DVDs I would recommend iMovie 06 and iDVD 09 both readily available on Amazon or eBay.  Shop for iLife 06 and iLife 09.
    You can make menus and chapters with any version of iMovie except the latest one. There's nothing wrong with iMovie 11 either but I prefer iMovie 06.
    By using iMovie 06 and iDVD 09 I make DVDs with professional moving menus with very little effort. They look almost as good as Hollywood.

  • How to create  a very simple dyamic tree with rich faces

    hi i have spent more than 5 days trying to make a very simple rich faces tree but with no result
    i want to make a very simple dyamic tree
    for example i have a button when i click it.i want to add two nodes in my tree("node 1" and "node 2")
    i have also failed in making even a static tree with richfaces i think that some thing is wrong with them i checked the live demo website
    http://livedemo.exadel.com/richfaces-demo/richfaces/tree.jsf?c=tree
    i have tried the source code but with no result :(
    thank you

    You can try something like this
    <rich:tree switchType="server" >
    <rich:treeNodesAdaptor nodes="#{CB.calendarioHandler.organizacion.departamentos}"
    var="departamento">
    <rich:treeNode>
    <h:outputText value="#{departamento.nombre}"/>
    </rich:treeNode>
    <rich:treeNodesAdaptor nodes="#{departamento.empleados}"
    var="empleado">
    <rich:treeNode>
    <h:outputText value="#{empleado.nombre}"/>
    </rich:treeNode>
    <rich:treeNodesAdaptor nodes="#{empleado.calendarios}"
    var="calendario">
    <rich:treeNode>
    <h:outputText value="#{calendario.nombre}"/>
    </rich:treeNode>
    </rich:treeNodesAdaptor>
    </rich:treeNodesAdaptor>
    </rich:treeNodesAdaptor>
    </rich:tree>
    where departamentos, empleados and calendarios are just simple pojos lists.
    I hope to help.
    Edited by: sfdgd on Apr 1, 2009 6:40 PM

  • Create User in SRM 7.0 with EP

    Hi experts
    i'd like to know how is called now the transaction in order to create User in SRM 7.0 via EP
    regards
    andrea

    Hi,
    If you logon as administrator, you see WebDynpro UI for creating user.
    Regards,
    Masa

  • Problem while working with Access Control List assigned to Group

    Hi,
    We have a following scenario for which Access Control List is not Working.
    We have a group "Webi_Grp" who should acess only Webi Reports (can perform all operations related to Webi).
    Following Steps are performed but still no success...
    Pl. review and provide the solutions.
    1) Create a Group "Webi_Grp"
    2) Create user "user3"
    3) Assign User to a a group (Now user3 is part of Webi_Grp)
    4) Create Access Ctrl List (ACL) "Webi_ACL"
    5) Goto Included Rights section of "Webi_ACL" & select "YES" for all Webi Operations.
    6) User Security in ACL shows
               a) Administrator -> Full Control (Inherited)
               b) Everyone -> No Access
    7) Included Right for ACL has all Webi Rights as "GRANTED", all Deski Rights "DENY", & Few of the General Rights "GRANTED"
    8) Go  to Users & Group
    9) Select "Webi_Grp"
    10) User Security
    11) Add Principal
    12) Add "User3" and its Security as "Webi_ACL"
    13) Thus User Security in "Webi Grp" shows
              a) Administrators -> Full Control
              b) "user3" -> Webi_ACL
    14) Login With "user3", but still cant create any Webi Report
    Pl. let me know any further settings are required or not.
    Regards,
    Purav

    Hi James,
    Thanks for help.
    I have given ACL to Universe & now user can create Adhoc Query.
    But while I run this query it gives following error "You Donot Have Rights to Access Data in this Universe"
    When I check the rights status in ACL we have following rights granted for "System Universe"
    Create & Edit Query Based on Universe
    Data Access
    Edit Access Restrictions
    New List of Values
    etc... all other rights in this category are granted.
    Still problem persist.
    Could you let me know where else should I check for permissions / rights for data access.
    Regards,
    Purav

  • Creating User Accounts So I Can Set Parental Controls?

    My nine year old son loves to use YouTube to watch video game videos and apparently there are NO parental controls or any kind of filters on YouTube. The majority of the ones he finds are ok but there's about 15% that are just plain shocking even to me. Its pretty sad the things that people put up there. I hate to have him never be able to get online again so I want to set some sort of filter where I can block content according to keyword but I just cant figure it out at all. So I tried to set controls over the whole MacBook but it tells me that as administrator I cannot. I cant figure out how to create non-admin users though. Searched all the forums and guides, etc. but no answer.
    Thanks, so in summary, I just want to know how to create user accounts if thats the right term.
    I am using a MacBook, running Mac OSX version 10.4.11.

    Hi
    Apple menu (top left hand corner) > System Preferences > Accounts. Click the lock to authenticate. Just above the lock are two icons; a 'plus' and 'minus'. Click the 'plus' icon. Enter the name of your son, tab down into the next field and that should autofill for you with the information you placed in the name field; tab down again and enter a password; tab again to key in the password again; don't tick the box that says "allow user to administer this computer"; click 'Create Account'. You should be prompted with a window asking if you want to leave automatic login on or if you want to turn it off - turn it off. You'll see why later on. What you should see after this has finished is in the left hand window at the top your account details with your name and underneath it should 'Admin' and below your account details will be your son's. Underneath his name it should say 'Standard'.
    Click on his name to select it and now click on the Parental Controls tab on the right hand side of that window. You should now have the option to enable and configure control for the 5 applications listed there: Mail, Finder & System, iChat, Safari and Dictionary. Explore and configure to your hearts content from there. When you are happy quit out of System Preferences and select Log out from the Apple Menu. You should now be presented with the Login Window displaying not only your account but also the newly created one for your son. Log in s your son and test to see if what you've set as a control has worked. Keep going backwards and forwards between the two accounts until you are happy.
    Bear in mind there is only so much you can do.
    It's virtually impossible to block everything potentially morally harmful without basically stopping your son from having any access at all. You could look at supplementing Parental Controls with the built-in filters in your router - if you have one? If you don't then consider getting one. I'm struggling to think of a router for residential use that does not have some sort of built-in web filter?
    The tab button is the key immediately to the left of the 'Q' key. It will have an arrow going from left to right printed on it.
    Tony

  • Using Roles with Access Control Pages

    Hi,
    I was curious if someone might be able to shed some light for me on an issue. I have a matrix of users
    who can read or write on different pages. So there are various roles created
    Admin can write all pages
    Reader can read all pages
    Medium Users can read some pages and write some pages
    Power User can Write most pages and read some pages
    I am thinking of using access control pages but I dont want to have to enter every single user for each page.
    I am wondering if I can create some sort of Roles that I can apply to access control lists. And set the role
    at login time and based on that decide what data they can edit or just view?
    Thanks in advance!

    Hi,
    Have you check or try use Authorization Schemes ?
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/sec.htm#sthref1943
    Br, Jari

  • Business Rules Framework (BRF) with Access Controll V10 (ERM and CUP)

    Hi Experts,
    where can I find some information about the usage of BRF with respect to Access Controll (especially ERM and CUP)?
    Thanks in advance and best regards,
    Marlen

    Hi Marlen,
    For ramp-up customers we have ramp-up knowledge transfer to be found here:
    http://service.sap.com/rkt
    If you are not participating in the AC 10.0 ramp-up you would need to wait until the product is general available.
    For general information on BRF have look here:
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/43/8b85c9db2f614fe10000000a1553f7/frameset.htm
    Best,
    Frank

  • IPod Touch Connecting Through Airport with Access Control

    Assistance requested.
    I want to connect my iPod Touch to my Airport wireless network. I have access controlled to my wireless network so that only devices with an Airport ID specified in the Airport configuration may connect to my wireless network.
    Does the iPod Touch have an Airport ID that I can enter into my Airport configuration? I realy do not want to make my wireless network open to anyone.
    Thank you,
    Doug

    Sorry,
    Thank you for the contribution. I found my own answer with some searching on the iPod. This was my solution in case somebody else is having a similar problem.
    Required address (Airport ID) of the iPod was found as follows:
    Settings
    General
    About
    Wi-Fi Address
    Added the Wi-Fi Address to my Airport Access Control List.
    On the iPod performed the following:
    Settings
    Wi-Fi
    Choose Another Network
    Typed in the wireless network name (case-sensitive)
    Selected the proper security protocall
    Typed in the password to access my Airport Network
    Click Join
    Problems connecting were resolved and my network remained closed to people not pre-approved to access it.

  • Create a report showing a tree with unlimited number of levels

    Hi,
    Our reporting requirement is to be able to show a tree structure of tasks and task groups plus other data specific to a task. Task is the lowest level but there can be many levels of task groups above it. We do not have a maximum number of levels. So the tree can go many levels deep. Since it is impossible to predict the number of levels, is there a way to apply grouping here? Is it even possible to create a report displaying unknown number of hierarchies? Here is a sample skeletal outline of how the report is supposed to be laid out:
    TG1
    ----TG1.1
    --------TG1.1.1
    ------------Task1
    --------TG1.1.2
    ------------Task2
    ----TG1.2
    --------Task3
    --------Task4
    TG2
    ----TG2.1
    --------TG2.1.1
    -------------TG2.1.1.1
    ------------------TG2.1.1.1.1
    --------------------------Task1
    ----TG2.2
    ---------Task2
    Thanks!
    Sarah

    Hi Tim,
    Here is the sample xml output. In our application, to display the hierarchy, our developers implement some looping/code mechanism. The XML output shows the flat data used to create the hierarchy although i have included a GROUP BY clause in my SQL to show the distinct data. Using the PARENT_TEMPLATE_GUID column, they will trace back the ancestors of the given task group or task in the tree. So after you get the PARENT_TEMPLATE_GUID of a task or task group (record), you will compare its value to the TASK_GROUP_GUID of other records to identify its parent. Once found, you will again take that record's PARENT_TEMPLATE_GUID and compare against the other TASK_GROUP_GUID to search for its parent/ancestor. Once you encountered a record with a null PARENT_TEMPLATE_GUID, then you have reached the top most level of the tree and establish the hierarchy for a given task group or task. We have no way of knowing how many levels deep a tree is as it is variable.
    <?xml version='1.0' encoding='UTF-8' ?>
    <results>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB03ECFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB03DCFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00004]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 121]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[1]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB03DCFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB03BCFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[TG_ORA00001_ORA00003]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task Group 12]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[2]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB03BCFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[TG_ORA00001_ORA00001]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task Group 1]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[1]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB046CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB042CFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00012]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 222]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[2]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB03FCFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB03DCFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00005]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 122]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[2]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB044CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB041CFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00010]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 212]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[2]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB041CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB040CFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[TG_ORA00001_ORA00007]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task Group 21]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[1]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB040CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[TG_ORA00001_ORA00006]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task Group 2]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[2]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB043CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB041CFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00009]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 211]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[1]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB045CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB042CFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00011]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 221]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[1]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB042CFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB040CFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[TG_ORA00001_ORA00008]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task Group 22]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[2]]></ORDER_BY>
         </row>
         <row>
              <RAWTOHEX(A.TASK_GROUP_GUID)><![CDATA[446A0F0BB03CCFF3E040578CAF0B1C16]]></RAWTOHEX(A.TASK_GROUP_GUID)>
              <RAWTOHEX(A.PARENT_GROUP_GUID)><![CDATA[446A0F0BB03BCFF3E040578CAF0B1C16]]></RAWTOHEX(A.PARENT_GROUP_GUID)>
              <TASK_GROUP_IDENTIFIER><![CDATA[LCM_ORA00001_ORA00002]]></TASK_GROUP_IDENTIFIER>
              <NAME><![CDATA[Task 11]]></NAME>
              <STATUS><![CDATA[NR]]></STATUS>
              <MIN_DOWN_TIME><![CDATA[Y]]></MIN_DOWN_TIME>
              <ORDER_BY><![CDATA[1]]></ORDER_BY>
         </row>
    </results>

  • Create User for Target (Terminal Adapter) with private key authentication through web service

    Hi
    I have a question about Terminal adapter.
    My current aim is to create process "Execute script through ssh on remote Linux system" with  input parameters ( login, path to private key, path to script)
    It was very helpful to find this discussion https://supportforums.cisco.com/message/3543289#3543289 .
    Is  there a way to create  Public-key Authenticated Admin Runtime User with private key for authentication by using NB webservice ?

    I will second Shaun's comment...
    Unfortunately, it looks like this is not possible in 2.3.X. (That is you can create the user but the fields you need to use to configure that user properly do not appear to be exposed to the Northbound Web Service).
    It looks like something that will be fixed in a future release of Process Orchestrator.
    Svetlana

  • I need to know if there is a user name and password associated with accessing a certain website.

    I'm not sure if at one time there was a username and password given so that I automatically could access a site. The site is the home page for my department on the intranet of the company I work for, and they've activated a new vpn. If I use Safari, after activating the vpn opening Safari, it asks me for a user name and password for some proxy server and from there on out I can navegate the external web or the company intranet. Using Firefox, I do not get prompted for a user name and password but I cannot access my homepage yahoo.com or any public website; I can, however access my company's intranet. The IT guy says there must be some user name & pw to access the site that I've previously asked Firefox to memorize but which I can't see. I don't think so but I can't figure out where to find the list of sites that Firefox has memorized passwords for.

    You ca n look in the Password Manager.
    *Firefox > Preferences > Security: Passwords: "Saved Passwords" > "Show Passwords"
    *https://support.mozilla.com/kb/make-firefox-remember-usernames-and-passwords

  • How do I create a carving onto a tree with photoshop?

    I am looking for a way to make a realistic looking heart on a old oak tree using photoshop, any ideas?  Any help will be appreciated.

    Hello there!
    Here is a quick rough tutorial as well:
    1. I opened two photos in a Photoshop document. One photo of a tree trunk, and one of the inner wood.
    2. Make sure that the wood photo is below the tree trunk photo as shown below.
    3. With the type tool, Type your text. I chose to make it black, so its easily selectable later on in the tutorial.
    4. In the layers panel, merge the type layer with the trunk photo beneath it.
    5. Below the layer is merged.
    6. I am now going to select the black type with the wand tool.
    7.  With the type selected, you take the eraser and can erase within the selection.
    8. After you erase within the entire selection, go to Layer > New Adjustment Layer > Brightness/Contrast
    9. With a Brightness/ Contrast mask on the selection, Adjust as needed.
    10. I also changed the layer Mode to Darken.
    11. Below is my final (rough) product.
    After this, I would most likely darken the edges of the type, and possibly bevel the edges. The rest is all up to you past this point in how realistic/ you need. With a simple heart, I can image that just a mask with some darkening on the edges would suffice.
    Please let us know if you have any more questions,
    janelle

Maybe you are looking for