View access denied to configurator

hi all,
I have created a workflow which contains just one activity other then start and end.This activity is calling a form.Whenever i try to run the workflow from end user menu i get the error "view access denied to configurator".However when i add this workflow name to configuration object's end user tasks the error disappears and i am able to execute the workflow.Can some one explain me why is it so?
tia

This is because the end user doesn't have enough rights to execute the workflow. You can add your workflow to "EndUserTasks.xml".
Get the "EndUserTasks.xml" configuration object from debug/session and add your work flow.
eg:
<Extension>
<List>
<List>
<String>ur workflow</String>
<String>ur workflow</String>
</List>
</List>
</Extension>

Similar Messages

  • View access denied to Reset on task definition

    Hi,
    We are facing a weird issue. We have an end user task which we trigger directly from a web page of a different application. The URL for task launch is something like this : https://mycomany.com/idmcs/user/processLaunch.jsp?id=Self+Service+Password+Reset+Registration&op_appid=csi.
    If we open a new browser window and copy paste this URL and hit enter, it takes to /user/login.jsp. We input the user credentials and submit, it triggers the task.
    But the behavior is different if we do the following:
    1. Open a browser window, access anonmain.jsp (https://mycomany.com/idmcs/user/anonmain.jsp)
    2. It routes to anonlogin.jsp (https://mycomany.com/idmcs/user/anonlogin.jsp) and asks for anononymous user name
    3. We input some junk user name submit. It takes to anonmain.jsp.
    4. Now in the same browser window if we copy past the processLaunch URL (https://mycomany.com/idmcs/user/processLaunch.jsp?id=Self+Service+Password+Reset+Registration&op_appid=csi) and click submit, it ideally should route to login.jsp.
    Instead it throws the view access denied error : "View access denied to Reset on process Self Service Password Reset Registration"
    Any idea what the issue might be?
    Thanks,
    kIDMan.

    Hi
    Normally when this happens you need to add the process "Self Service Password Reset Registration" to the End User Tasks list and Anonymous User Tasks list configuration objects.
    I dont know if this will help in your situation.
    -Mocx

  • View access denied to Subject Reset on Policy

    Hi, there.
    I created a custom workflow so that anonymous user can launch the workflow, then start creating an account.
    During the workflow activity, the first form is asking user to enter the accountID of his/her choice, and the form has a validation logic to catch any conflict with the accountId policy. (for example, the accountID must be at least 4 character long)
    <Rule name='Validate String With AccountId Policy'>
    <Description>returns "true" if validation succeeded. returns error message if validation failed.
    </Description>
    <RuleArgument name='string'/>
    <block trace="true">
    <invoke name='checkStringQualityPolicy' class = 'com.waveset.ui.FormUtil'>
    <rule name='getCallerSession'/>
    <s>AccountId Policy</s>
    <ref>string</ref>
    <null/>
    <null/>
    <s>user</s>
    </invoke>
    </block>
    </Rule>
    The validation rule specified above works well if the form is used by the existing IDM admin user, however, this throws an exception when the form is used by the anonymous user.
    XPRESS <invoke> exception:
    com.waveset.util.WavesetException: Can't call method checkStringQualityPolicy on class com.waveset.ui.FormUtil
    ==> com.waveset.util.WSAuthorizationException: View access denied to Subject Reset on Policy: AccountId Policy.
    It seems like the anonymous user does not have any access right to Policy objects.
    Does anyone know how to get around this problem?
    In worst case, I can create another rule that is checking the string length, but I really wish I can take advantage of the built-in policy checking routine.
    Thanks for reading my post. :)

    Can you use the <RunAsUser> functionality within your rule?
    To use it you add this inside the <Rule>
    <RunAsUser>
    <ObjectRef type='User' name='Configurator'/>
    </RunAsUser>
    More information can be found in IDM FAQ.
    HTH..

  • End User Rule View Access Denied

    Hi,
    This has been discussed here, but after trying all possible options it still doesn't seem to be working.
    I am using a rule in a end user task, which throws "View Access Denied to Subject on Rule" error.
    I've set the rule authType to "EndUserRule" and
    <ObjectRef type='ObjectGroup' id='#ID#All' name='All'/>
    for MemberObjectGroups.
    Still it would keep throwing same error. I even used:
    <RunAsUser>
    <ObjectRef type='User' id='#ID#Configurator' name='Configurator'/>
    </RunAsUser>
    Still not success.....??? Any idea what could be wrong?
    I am using IdM Version 5.5
    -Thanks

    Hmmm...
    Seems to be working now...all I did was a restarted the application server??? Tried the same steps again in a different environment, and worked without a restart. Must be something odd with one particular environment.
    -Thanks though for the reply!
    -\

  • View access denied to Subject  on TaskDefinition:

    I cloned an existing workflow and just changed the name of the task definition and imported into IDM.
    when I tried to execute it I am getting the following error message
    View access denied to Subject xxxxxon TaskDefinition: DSRS - New Request-new2.
    Any ideas?

    If you are trying to run a workflow in the User Interface, you'll need to add your workflow into the End User Tasks configuration file.
    Best,
    Aidy
    httpp://www.waveset.allidm.com

  • View Access Denied

    Hi all,
    I created a custom workflow, with form and logic. I link to this custom workflow from the home page in the admin interface. I want to create my own capability for accessing this workflow. I added the capability using the admin UI, then set the the AuthType in the workflow to match this value. However, I still get 'view access denied' errors. Is there something else I need to do here? I did this once before but this time it doesn't seem to be working.... What else do I need to do?
    Thanks!
    Jim

    This is actually only partially working. The workflow I have does a checkout and check in of a user view, and modifies some data. So it is requiring that the user executing the workflow have the Update User capability as well as my custom capability. I don't really want it to have this capability. How can I get around it? I just want them to be able to run my workflow, but not edit a general user view...

  • View access denied to Subject .. on ProvisioningTask: Worflow

    Good Morning!
    I am using Identity Manager 8.1, I am creating a Workflow for end users but I have the next error when I am ejecuting the work flow, "View access denied to Subject .. on ProvisioningTask: Worflow".
    The next is the activity:
    <Activity id='1' name='Get Requester View'>
    <Action id='0' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='getView'/>
    <Argument name='type' value='User'/>
    <Argument name='id'>
    <ref>accountId</ref>
    </Argument>
    <Argument name='authorized' value='true'/>
    <Argument name='options'>
    <Map>
    <MapEntry key='noFetch' value='true'/>
    </Map>
    </Argument>
    <Variable name='view'/>
    <Return from='view' to='user'/>
    </Action>
    <Transition to='Is Requestor a Manager'/>
    <WorkflowEditor x='62' y='21'/>
    </Activity>
    Any body can help me? Where is the error?.
    ATTE: Felipe Forero

    Have you added you new workflow to end user tasks ?

  • SIM 7.1 Trouble... "View access denied to Subject Configurator"

    I am getting "View Acces denied to Subject Configurator on Configuration: Tree Table Library" in the Admin user interface when navigating to the "Accounts" tab, and the "Resources" tab. Other Configuration objects in the Admin User Interface are also giving me a similar error (same error just a different Configuration object). This started happening after a server restart. The app server is Sun Java System Application Server 9.1_02. Let me know if anyone has come across this before or if more info is needed. Thanks.

    I can't imagine how that would cause such a change. Something else that was done previously must have finally committed when the app server was finally restarted.
    Generally speaking I would really recommend that you upgrade to IDM 7.1.1 and then apply the latest patch, which is 25, for a resulting 7.1.1.25.
    Specifically, that error usually relates to some kind of organizational control issue surrounding Top - but I am not sure off the top of my head.

  • View access denied to Subject  on a Rule error: - what does it mean?

    I get this red error message when I attempt to validate a field on a form.
    I am logged in as mailadmin and I am using his default form. When I edit and save a user, I want to ensure that the mail username is unique.
    I wrote a rule which compares the username entered on the form against all present IdM accountIds (queriable attribute 'name'). The rule has a <RunAsUser> section and the rule runs as id 'Configurator'
    What is the trick here to allow mailadmin View access?
    I want an admin (not Configurator) to be able to list all IdM objects so I can apply the Attribute condition startswith for all present IdM accountIds. I believe it should be possible.
    Any hints gratefully accepted

    I've had problems with a rule that was unaccessible to end users. here is what I had to change in the rule :
    <Rule authType='EndUserRule'
    <ObjectRef type='ObjectGroup' id='#ID#All' name='All'/>
    now it works

  • Checkout view  method- access denied error

    It works fine, When tried to get the user view and can print the values. When tried to checkout view it throws error
    com.waveset.util.WSAuthorizationException: View access denied to Subject unit1manager1 on User: unit1user1.
    com.waveset.util.WSAuthorizationException: Modify access denied to Subject unit1manager1 on User: unit1user1.
    <Action id='1' name='checkoutView' application='com.waveset.session.WorkflowServices'>
      <Argument name='op' value='checkoutView'/>
      <Argument name='type' value='User'/>
      <Argument name='id'>
        <ref>selectedCCEmp</ref>
      </Argument>
      <Argument name='authorized' value='true'/>
      <Return from='view' to='employee'/>
    </Action>
    Also tried with and with "authorized" argument
    I tried giving all the capabilities to the manager via admin role still same error. All the users are in the top level of the firm. The controlled organization rule (edit org) and user member rules (edit admin role) dictates the organization structure and members with then the org.
    Thanks in advance
    Sasanka

    I think you want to add the subject argument. Example set subject to Configurator and it should work.

  • View Access Deniew

    Hi All,
    I am trying to call a workflow from idm user interface (from login.jsp itself). I followed the following steps:
    1. Created a link in user/login.jsp
    <p class='subtitle'><a href="<%=p.encodeRedirectURL(user/anonProcessLaunch.jsp?id=Sample+Workflow1")%">">Recover Password</A></p>
    2. Created a workflow "Sample Workflow1".
    3. In Repository I put Authorization Type as "EndUserTask" and Organization as "End User". I also tried with Organization as "All".
    4. Registered the workflow in "Anonymous User Tasks".
    <Extension>
    <List>
    <List>
    <String>End User Anonymous Enrollment</String>
    <String>Request an Identity Manager account.</String>
    <String>Sample Workflow1</String>
    </List>
    </List>
    </Extension>
    5. Commented
    /*if (anonUser == null) {
    String url = "user/anonlogin.jsp?next=user/anonProcessLaunch.jsp&id=" +
    request.getParameter("id");
    LoginHelper.redirect(req, out, url);
    return;
    in anonProcessLaunch.jsp because before that I was getting a login page after clicking on the link.
    But when I click the link, I am getting error "View access denied to Reset on process Sample Workflow1".
    Please advice.
    Thanks,
    Gaurav</a>

    It got resolved. The problem was with the syntax in Anonymous User Tasks. It should be in the following format:
    <Extension>
    <List>
    <List>
    <String>End User Anonymous Enrollment</String>
    <String>Request an Identity Manager account.</String>
    </List>
    <List>
    <String>Sample Workflow1</String>
    <String>Sample Workflow1</String>
    </List>
    </List>
    </Extension>
    Thanks,
    Gaurav

  • Error of access denied opening a workbook in discoverer viewer 10.1.2

    When I open a workbook in discoverere viewer in the html page shows this message:
    OracleBI Discoverer Viewer no ha encontrado los datos necesarios para mostrar los resultados de este evento. Corrija los errores y vuelva a intentarlo.
    - access denied (java.lang.RuntimePermission oracle.discoverer.connections)
    However data seems correct, but I don't know how to delete this message.
    Thanks,
    Carlos

    Hi Carlos,
    Metalink has some information regarding what sounds like a solution to your problem under Doc Id : 265228.1. Have a read and let us know if this is for you and whether you get it working in a development environment.
    Symptoms
    Discoverer 10g (9.0.4) Plus and Viewer throws 'page cannot be displayed'
    Other symptoms
    A.) Discoverer Plus shows a file download dialog with virus warning "Some files can harm your computer. If the file information below looks suspicious, or you do not fully trust the source,do not open or save the file."
    Opening or cancelling will again throw "page cannot be displayed"
    B.) Plus throws a blank page and Viewer throws 500 internal server error
    Cause
    Installation failure on configuring discoverer in OC4J_BI_Forms may caused the problem.
    Using pre-production / beta code (M16b shiphome) will cause the problem.
    Fix
    1.) Edit the file $ORACLE_HOME(midtier)/j2ee/OC4J_BI_Forms/config/java2.policy
    2.) Add the below lines at the end of the file
    ================================
    grant codebase "file:${oracle.home}/discoverer/lib/discoverer5.jar" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    grant codebase "file:${oracle.home}/j2ee/home/-" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    grant codebase "file:${oracle.home}/portal/jlib/pdkjava.jar" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    grant codebase "file:${oracle.home}/portal/jlib/ptlshare.jar" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    ===========================
    3.) Restart OPMN.
    4.) Invoke Discoverer Plus or Viewer.
    Let us know how you get on.
    Lance

  • Network Load Balancing - "access denied" when loading configuration information from host2

    We have 2 Windows 2012 R2 servers, both are running on workgroup.
    We set up NLB cluster.  When we open NLB Manager on the server2, then message shows "loading configuration information. Access denied. Error connecting to server1". 
    There is no issue doing this on server1, NLB Manager is able to connect to both servers. We login using default administrator account, both account name and password are the same for 2 servers.
    When we check security event log on server1, there is this strange Audit Failure log using account "test_nlb" from server2 which related to "Access denied" error. Please let us know how to resolve this. Thanks in advance.
          Event ID: 4776
          The computer attempted to validate the credentials for an account.
          Authentication Package:   
    MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
          Logon Account:   
    test_nlb
          Source Workstation:   
    WPAAP2
          Error Code:   
    0xc0000064           
          An account failed to log on.
    Event ID: 4625
    Subject:
        Security ID:       
    S-1-0-0
        Account Name:       
        Account Domain:       
        Logon ID:       
    0x0
    Logon Type:           
    3
    Account For Which Logon Failed:
        Security ID:       
    S-1-0-0
        Account Name:       
    test_nlb
       Account Domain:       
    WPAAP2
    Failure Information:
        Failure Reason:       
    Unknown user name or bad password.
        Status:           
    0xc000006d
        Sub Status:       
    0xc0000064
    Process Information:
        Caller Process ID:   
    0x0
        Caller Process Name:   
    Network Information:
        Workstation Name:   
    WPAAP2
        Source Network Address:   
    192.168.70.45
        Source Port:       
    55136
    Detailed Authentication Information:
        Logon Process:       
    NtLmSsp
        Authentication Package:   
    NTLM
        Transited Services:   
        Package Name (NTLM only):   
        Key Length:       
    0
    This event is generated when a logon request fails. It is generated on the computer where access was attempted.
    The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
    The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
    The Process Information fields indicate which account and process on the system requested the logon.
    The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
    The authentication information fields provide detailed information about this specific logon request.
        - Transited services indicate which intermediate services have participated in this logon request.
        - Package name indicates which sub-protocol was used among the NTLM protocols.
        - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.

    Hi Zhong Gang,
    When you are using Network Load Balancing (NLB) Manager, you must be a member of the Administrators group on the host that you are configuring, or you must have been delegated
    the appropriate authority. If you are configuring a cluster or host by running NLB Manager from a computer that is not part of the cluster, you do not have to be a member of the Administrators group on that computer. Please disable your nodes firewall and
    try again.
    The related KB:
    Add a Host to the Network Load Balancing Cluster
    http://technet.microsoft.com/en-us/library/cc753744.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Configuring quorum file share witness access denied

    in failover cluster administrator, when I try to configure the quorum for file share witness, it keeps coming up and say access denied.
    any idea? I created the share as a domain admin and I am running the failover cluster admin as a domain admin

    Hi JonDoe321,
    From the error information It must the file share folder don’t meet the permission requirement, For the folder that the file share uses, make sure that the administrator has
    Full Control share and NTFS permissions, grant the CNO on the file share with full control right, you can refer the following KB to realize the detail requirement.
    Failover Cluster Step-by-Step Guide: Configuring the Quorum in a Failover Cluster
    http://technet.microsoft.com/zh-cn/library/cc770620(v=ws.10).aspx#BKMK_requirements
    More related third party article:
    How to configure a Node and File Share Majority quorum
    http://www.howtonetworking.com/server/cluster12.htm
    I’m glad to be of help to you!
    *** This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control
    these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the
    use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet. ***
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Crystal report viewer 2.0.23 access denied

    Post Author: gionnyDeep
    CA Forum: General
    hi all
    I'm using CR viewer 2.0.23 in a java standalone apllication.Actually whe i try to open a CR XI report with CR viewer 2.0.23 i get Access denied.
    It look like CR viewer does not fetch login information to database by the report.
    I found a work aroud but sometimes works and sometimes does not! I set for each table of my report db login and db password as follow:
    DatabaseController dc= rc.getDatabaseController();                Tables tables = dc.getDatabase().getTables();                for (int i = 0; i < tables.size(); i++) {                                 ITable table = tables.getTable(i);                    IConnectionInfo connectionInfo = table.getConnectionInfo();                                         String userName=table.getConnectionInfo().getUserName();                    String password=table.getConnectionInfo().getPassword();                                      connectionInfo.setUserName(userName);                    connectionInfo.setPassword(password);                                        connectionInfo.setKind(ConnectionInfoKind.SQL);                    table.setConnectionInfo(connectionInfo);                    dc.setTableLocation(table, tables.getTable(i));                                     } 
    The problem is that it works just with reports created with CR XI.If i use a report created with CR 9 or 10 and i save this report with CR XI.And after that i open my report in CR viewer 2.0.23 sometimes it works sometimese does not.I got Access denied!!!!

    Post Author: gionnyDeep
    CA Forum: General
    hi all
    I'm using CR viewer 2.0.23 in a java standalone apllication.Actually whe i try to open a CR XI report with CR viewer 2.0.23 i get Access denied.
    It look like CR viewer does not fetch login information to database by the report.
    I found a work aroud but sometimes works and sometimes does not! I set for each table of my report db login and db password as follow:
    DatabaseController dc= rc.getDatabaseController();                Tables tables = dc.getDatabase().getTables();                for (int i = 0; i < tables.size(); i++) {                                 ITable table = tables.getTable(i);                    IConnectionInfo connectionInfo = table.getConnectionInfo();                                         String userName=table.getConnectionInfo().getUserName();                    String password=table.getConnectionInfo().getPassword();                                      connectionInfo.setUserName(userName);                    connectionInfo.setPassword(password);                                        connectionInfo.setKind(ConnectionInfoKind.SQL);                    table.setConnectionInfo(connectionInfo);                    dc.setTableLocation(table, tables.getTable(i));                                     } 
    The problem is that it works just with reports created with CR XI.If i use a report created with CR 9 or 10 and i save this report with CR XI.And after that i open my report in CR viewer 2.0.23 sometimes it works sometimese does not.I got Access denied!!!!

Maybe you are looking for

  • Macbook Pro conected to Plasma TV causes mouseover problem

    I just bought a Samsung PS42A466 plasma TV and hooked it up to my Macbook Pro (early 2009 model) via a Minidisplay Port to DVI adapter - DVI to HDMI adapter and a HDMI cable to TV. I duplicate the desktop in order to get Quicktime to displey the vide

  • Automatic Clearing F.13 - Clearing Criterion

    Dear Forum, We are having problems with the open items clearing for payments made in foreign currencies (EUR) out of local currency account (USD). At the time of payment the system is posting the following entry - Dr. Vendor  - Doc Currency EUR Local

  • PI 7.0 installation: SAPInst question

    Hi guys, I have a question regarding SAPInst.  I am attempting to install a new NetWeaver 7.0 PI (Abap and Java) central system (Windows 32 on Oracle). At page 81 of the Installation guide for NetWeaver 7.0 it says that at the SAPinst Welcome screen

  • Object living with servlet/jsp container

    How do I make an Object live until the servlet container lives? I mean I want an Object to be instantiated once in the lifetime of the webserver session and its has to be singleton and should live alive until the webserver dies? How can I make this p

  • Regarding Query and Logical database

    Hi All,   I have one requirement to create a report which gives all selection fields of a query.I got the selection fields defined in the query,but some extra selection fields are coming from logical database,which query uses.These extra fields count