Advanced View in CUP - SP13

Anyone install SP13? 
After running a risk analyis on a request, when clicking on the advanced view I was expecting the permissions and system to appear for the risk.  However a no risks are displayed.  Additionally, when I remove role(s) from the request and re-simulate the risks aren't removed.
Anyone aware of additional configuration that needs to occur to activate this "new" feature?  I'm using the V01 risk analysis webservice.
Thanks

Make sure that the key attribute is set for the master and detail VOs

Similar Messages

  • Presenting advanced view

    My DBA has made to me an advanced view that has attributes from many tables. A very long join.
    I am wondering how I am to present this view on the UI by the help of Oracle ADF Business components?
    Or should I use other means of business persistence. Maybe I should use the toplink instead?
    I hope for good advice. Many regards...

    With ADF Business Components you can create Entity Objects and View Objects on a VIEW as well as a table. Just treat it like a table and you should be fine.
    Toplink also supports views as well as tables.
    Thanks,
    Rob
    Team JDev
    http://www.robsite.org

  • CUPC client not showing softphone but showing up under presence viewer on CUP server

    Hello,
    Having a strange issue where the presence client wont show the softphone configured for them but when you go to the presence server and use the presence viewer to see what the client should be seeing, it shows up there. From that it looks like the UPC phone in call manager is being seen ok by the CUPS server but for some reason not by the client. Tried fully shutting down the client and also restarting the re-sync service on CUPS but no such luck.
    thanks

    Please check if TFTP is configured on CUPS (CUPS > Application > Settings)
    Also trying pulling the softphone manually from CUPC client workstation
    Command (from windows command prompt)
    tftp -i GET .cnf.xml
    If this doesn't successfully downloads the file there is firewall issue in the network or on the workstation over tftp.
    (Note: Windows 7 doesn't have tftp client installed by default, need to install it from Control Panel > Programs and Features > Add/Remove Windows Feature)

  • CUP-SP13 Delegation Approver

    Hi Experts,
    We are running SP13 and I wanted to know if you have tested about the approver delegation in SP13.
    I check that in SP12 this approver delegation send only the request for approval to the delegated approver.
    After Going to SP13 I tested again and now both the approver and the delegated approver are able to see the request. Have you notice that? does anyone experience the same?
    Thanks in advance!
    Margarita

    Hi Margarita,
    As per the functionality of Approver delegation approver as well as the delegated approver both can see the request pending for approval. It is applicable to new as well as old requests depends of the time duration.This as per design of the apporover delegation funcationality.
    I do not have SP12 in my landscape, so I can not comment on SP12.
    Kind Regards,
    Srinivasan

  • CUP-SP13-Request not handled

    Hi all,
    Whenever a request is not handled by the approver (I mean in the cases that the main approver is on holidays for example) and there is no configuration set for the delegation or alternative approver, which is the best practise in these cases for approving that request?
    Any suggestion?
    Many thanks in advance!
    Marga.

    Two options:
    - an administrator approves the request
    - an administrator forwards the request to a different approver
    Administrators can also set delegations for approvers.
    Frank.

  • How to create a view for all Service Requests that are not approved by reviewer

    Hallo,
    I want to create a view in the Service Requests library that shows all SRs that are not approved. How to configure condition that says: if a SR has related Review Activity which is In Progress, show that SRs?
    I couldn't find this when creating the view. Thank you.

    So here's the first problem with that: Which review activity? a SR can contain multiple RAs, so how do we decide if an arbitrary SR is approved or not? 
    As to the specific language you use (Any child RA is In Progress) you might want to look at the criteria from the default Change approval view, which does something similar: 
    <QueryCriteria Adapter="omsdk://Adapters/Criteria" xmlns="http://tempuri.org/Criteria.xsd">
    <Criteria>
    <FreeformCriteria>
    <Freeform>
    <Criteria xmlns="http://Microsoft.EnterpriseManagement.Core.Criteria/">
    <Expression>
    <And>
    <Expression>
    <SimpleExpression>
    <ValueExpressionLeft>
    <Property>$Context/Path[Relationship='CoreActivity!System.WorkItemContainsActivity' TypeConstraint='CoreActivity!System.WorkItem.Activity.ReviewActivity']/Property[Type='CoreActivity!System.WorkItem.Activity']/Status$</Property>
    </ValueExpressionLeft>
    <Operator>Equal</Operator>
    <ValueExpressionRight>
    <Value>$MPElement[Name="CoreActivity!ActivityStatusEnum.Active"]$</Value>
    </ValueExpressionRight>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpressionLeft>
    <Property>$Context/Property[Type='CoreChange!System.WorkItem.ChangeRequest']/Status$</Property>
    </ValueExpressionLeft>
    <Operator>Equal</Operator>
    <ValueExpressionRight>
    <Value>$MPElement[Name="CoreChange!ChangeStatusEnum.InProgress"]$</Value>
    </ValueExpressionRight>
    </SimpleExpression>
    </Expression>
    </And>
    </Expression>
    </Criteria>
    </Freeform>
    </FreeformCriteria>
    </Criteria>
    </QueryCriteria>
    This is a simple AND criteria with two componets. one looking for a Review Activity (TypeConstraint='CoreActivity!System.WorkItem.Activity.ReviewActivity') which is related to the targetting CR by Contains Activity ($Context/Path[Relationship='CoreActivity!System.WorkItemContainsActivity';
    Context in this... context means the CR targeted by the view) where it's status (/Property[Type='CoreActivity!System.WorkItem.Activity']/Status$) is In Progress ($MPElement[Name="CoreActivity!ActivityStatusEnum.Active"]$). The other is filtering
    for the target change request's status ( $Context/Property[Type='CoreChange!System.WorkItem.ChangeRequest']/Status$) is In Progress ($MPElement[Name="CoreChange!ChangeStatusEnum.InProgress"]$). 
    You could convert the second criteria to point to SRs and SR status values, and then use the similar text for the first criteria. i'd recommend
    Anton's Advanced View Editor (or
    the free version) to do the criteria adjustment. 

  • View creation - filtering receiving time intervals

    I want to create some new views for my team.
    We handle e-mails in shifts (most of the time there are 6 of them) so in each hour it looks like the below (we use 24 hour clock from 14:00 to 21:59 so 2PM to 10PM):
    6/1 - 14:00 - 14:09 // 15:00 - 15:09 // 16:00 - 16:09 // .................... // 21:00 - 21:09
    6/2 - 14:10 - 14:19 // 15:10 - 15:19 // 16:10 - 16:19 // .................... // 21:10 - 21:19
    6/3 - 14:20 - 14:29 // 15:20 - 15:29 // 16:20 - 16:29 // .................... // 21:20 - 21:29
    6/4 - 14:30 - 14:39 // 15:30 - 15:39 // 16:30 - 16:39 // .................... // 21:30 - 21:39
    6/5 - 14:40 - 14:49 // 15:40 - 15:49 // 16:40 - 16:49 // .................... // 21:40 - 21:49
    6/6 - 14:50 - 14:59 // 15:50 - 15:59 // 16:50 - 16:59 // .................... // 21:50 - 21:59
    I would like to create the view based on that.
    So first mail shift (6/1) can only see what is coming in between 00-09 in every hour, second (6/2) can only see what is com in in between 10-19...and so on...
    I did it with the advanced view settings, but I have 2 issues:
    1. It is using the date of the creation so is it possible to put in a function which takes the actual date, like CURDATE() ?
    2. Somehow a few e-mails are missing, so it works almost fine, takes almost everything but it seems that a few e-mails are missing from the new view and they are there in the original view. I checked and no other filters are turned on, so this must
    be something else. The filter is based on the 'Received' timing and I'm not sure if anything else interacts.
    For example in the 4th shift (6/4) there were like 10 e-mails missing during my test day at minute :30, but there were some at 15:30, 16:30 and 18:30 which  were in the filtered view. I first thought it's the <= and >= settings, but it shows
    that it is not. I have no idea why it skips e-mails...
    The SQL code is the below for the first shift (6/1):
    (("urn:schemas:httpmail:datereceived" >= '2014.04.07
    14:00' AND
    "urn:schemas:httpmail:datereceived" <= '2014.04.07 14:09') OR
    ("urn:schemas:httpmail:datereceived" >= '2014.04.07 15:00' AND
    "urn:schemas:httpmail:datereceived" <= '2014.04.07 15:09') OR
    ("urn:schemas:httpmail:datereceived" >= '2014.04.07 16:00' AND
    "urn:schemas:httpmail:datereceived" <= '2014.04.07 16:09') OR
    ("urn:schemas:httpmail:datereceived" >= '2014.04.07 17:00' AND
    "urn:schemas:httpmail:datereceived" <= '2014.04.07 17:09') OR
    ("urn:schemas:httpmail:datereceived" >= '2014.04.07 18:00' AND
    "urn:schemas:httpmail:datereceived" <= '2014.04.07 18:09') OR
    ("urn:schemas:httpmail:datereceived" >= '2014.04.07 19:00' AND
    "urn:schemas:httpmail:datereceived" <= '2014.04.07 19:09') OR
    ("urn:schemas:httpmail:datereceived" >= '2014.04.07 20:00' AND
    "urn:schemas:httpmail:datereceived" <= '2014.04.07 20:09') OR
    ("urn:schemas:httpmail:datereceived" >= '2014.04.07 21:00' AND
    "urn:schemas:httpmail:datereceived" <= '2014.04.07 21:09'))
    Please if you have any idea what could be wrong, maybe I should add something else to the filter please get back to me. This way it is useless and I really want us to use view because we have about 50 emails per shift in every hours.
    Thank you!

    1.  I can't help you with this.
    2. What about mail that comes in at 14:09:30?  It would be dropped, no?  I think your logic should be:
    ...("urn:schemas:httpmail:datereceived" >= '2014.04.07
    14:00' AND
    "urn:schemas:httpmail:datereceived" < '2014.04.07 14:10') OR...
    You didn't ask, but a problem I would have with your approach is that it's based on views, which isn't exactly best for accountability.  I would think you'd want to be using some kind of code that routes mail to the mailboxes of those responsible rather
    depending on them seeing it in a shared mailbox.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • ADF - View Objects

    Hi All,
    We are working on building a web application using on ADF.
    The landing page of our application is a dashboard screen that is read-only with 100 to 500 records displayed in a table.
    User can move to other pages and create requests.
    1) When user is on dashboard and moves to other pages of the application, is there a way to release the memory used by view objects and underlying entity objects used by the views used to display the dashboard? Another point here is, our application requirement is to refresh the data from database when user moves between screens. Even if user switches back to dashboard screen after moving to other screen the data needs to be queried anyway. So for better memory management of the application we would like to release the memory for GC when user leaves our dashboard screens.
    Another question I have is:
    2) When a application module passivation occurs, will there be a snapshot taken for all view rows and entity caches or will it be only for pending DB state - entities added/modified/deleted? - We have lot of cases in our application where we display read-only dashboards and I am trying to understand if we can turnoff the passivation on view objects used to display read-only data if passivation deals with only pending DB state.
    Please suggest.

    Hi,
    1) When user is on dashboard and moves to other pages of the application, is there a way to release the memory used by view objects and underlying entity objects used by the views used to display the dashboard? Another point here is, our application requirement is to refresh the data from database when user moves between screens. Even if user switches back to dashboard screen after moving to other screen the data needs to be queried anyway. So for better memory management of the application we would like to release the memory for GC when user leaves our dashboard screens.
    Note that premature optimization can be contra-productive and often is the root of all evil. In other words, as long as you don't experience performance problems, I would let the framework do its job - so be careful wanting too much without a reason. Anyway, to clear the entity cache (and this is the only memory you need to bother for) you can call  <ApplicationModuleInstance>.getTransaction().clearEntityCache(String entityName);
    clearEntityCache
    public void clearEntityCache(java.lang.String entityName)
    Clears the cache of the specified Entity Object. A value of null clears the caches of all Entities. If a View Object uses the Entity Object, the View Object's cache will be cleared as well.
    Parameters:
    entityName - the name of the entity whose cache is to be cleared. If null, caches for all entities are cleared.
    Another question I have is:
    2) When a application module passivation occurs, will there be a snapshot taken for all view rows and entity caches or will it be only for pending DB state - entities added/modified/deleted? - We have lot of cases in our application where we display read-only dashboards and I am trying to understand if we can turnoff the passivation on view objects used to display read-only data if passivation deals with only pending DB state.
    Passivation is for pending changes only and not for all queried data. You define passivation on the AM level and you can switch it off there. In this case I suggest you use an Application Module that speacifically holds the dashboard queries.
    Since performance is your concern I recommend you reading:
    Advanced View Object Techniques - 11g Release 1 (11.1.1.7.0)
    Tuning Application Module Pools and Connection Pools - 11g Release 1 (11.1.1.7.0)
    Frank

  • View for active Incidents related to WI (Problem) with status (Active) works but can't be changed.

    Hi,
    I wanted to create a view of Incidents which are linked to a Problem (any problem).
    I did a quick test using the Incident (advanced) class, selected to display Incidents with status Active and [Work Item] Is Related To Work Item and status for Problem with the status Active.
    At this first test I didn't bother to select any specific columns to display but just went with the pre-selected ( Description, Display Name, Display Name) and it worked. 
    I got a list of expected Incidents in the view but having the Description column made it quite useless.
    So, when I try to select the columns I find useful it will not update and it returns a No items found message instead.
    (image removed due to limitations)
    It is of course possible to group by one of the Display Name fields and collapse to get a more workable view but it still lacks a lot of good information. One would like to include ID, title, Created date,
    date modified, Display Name for Affected User and Assigned to user, and a few others.
    I was just a bit stumped as to why this fails when changing the columns on a view that obviously is possible to create.
    Thanks in advance,
    Daniel

    Consider using the Advanced View Editor( or
    the free edition), since it has much more robust criteria and column editing capabilities. 

  • View on DB Table

    I want to create a view on DB Table eg CSKS. Can anyone show me how to do this or Show me where I can find information to create view on DB Table.
    Thanks.

    hi anil,
    In database theory, a view is a virtual or logical table composed of the result set of a query. Unlike ordinary tables (base tables) in a relational database, a view is not part of the physical schema: it is a dynamic, virtual table computed or collated from data in the database. Changing the data in a table alters the data shown in the view.
    The result of a view is stored in a permanent table whereas the result of a query is displayed in a temporary table.
    Views can provide advantages over tables;
    They can subset the data contained in a table
    They can join and simplify multiple tables into a single virtual table
    Views can act as aggregated tables, where aggregated data (sum, average etc.) are calculated and presented as part of the data
    Views can hide the complexity of data, for example a view could appear as Sales2000 or Sales2001, transparently partitioning the actual underlying table
    Views take very little space to store; only the definition is stored, not a copy of all the data they present
    Depending on the SQL engine used, views can provide extra security.
    Views can limit the exposure to which a table or tables are exposed to the outer world
    Just like functions (in programming) provide abstraction, views can be used to create abstraction. Also, just like functions, views can be nested, thus one view can aggregate data from other views. Without the use of views it would be much harder to normalise databases above second normal form. Views can make it easier to create lossless join decomposition.
    Rows available through a view are not sorted. A view is a relational table, and the relational model states that a table is a set of rows. Since sets are not sorted - per definition - the rows in a view are not ordered either. Therefore, an ORDER BY clause in the view definition is meaningless and the SQL standard (SQL:2003) does not allow this for the subselect in a CREATE VIEW statement.
    Read-only vs. updatable views
    Views can be read-only or updatable. If the database system is able to determine the reverse mapping from the view schema to the schema of the underlying base tables, then the view is updatable. INSERT, UPDATE, and DELETE operations can be performed on updatable views. Read-only views do not support such operations because the DBMS is not able to map the changes to the underlying base tables.
    Some systems support the definition of INSTEAD OF triggers on views. This technique allows the definition of logic that shall be executed instead of an insert, update, or delete operation on the views. Thus, data modifications on read-only views can be implemented. However, an INSTEAD OF trigger does not change the read-only or updatable property of the view itself.
    Advanced view features
    Various database management systems have extended the views from read-only subsets of data. The Oracle database introduced the concept of materialized views, which are pre-executed, non-virtual views commonly used in data warehousing. They are a static snapshot of the data and may include data from remote sources. The accuracy of a materialized view depends on the frequency or trigger mechanisms behind its updates. DB2 provides so-called materialized query tables (MQTs) for the same purpose. Microsoft SQL Server, introduced in the 2000 version, indexed views which only store a separate index from the table, but not the entire data.
    Equivalency:
    A view is equivalent to its source query. When queries are run against views, the query is modified. For example, if there exists a view named Accounts_view and the content is:
    accounts view:
    SELECT name,
           money_received,
           money_sent,
           (money_received - money_sent) AS balance,
           address,
      FROM table_customers c
      JOIN accounts_table a
        ON a.customerid = c.customer_id
    The application would simply run a simple query such as:
    Sample query
    SELECT name,
           balance
      FROM accounts_view
    The RDBMS then takes the simple query, replaces the equivalent view, then sends the following to the optimiser:
    Preprocessed query:
    SELECT name,
           balance
      FROM (SELECT name,
                   money_received,
                   money_sent,
                   (money_received - money_sent) AS balance,
                   address,
              FROM table_customers c JOIN accounts_table a
                   ON a.customerid = c.customer_id        )
    From this point on the optimizer takes the query, removes unnecessary complexity (i.e. it is not necessary to read the address, since the parent invocation does not make use of it) and then sends the query to the SQL engine for processing.
    thanks
    karthik
    reawrd me if usefull

  • Error creating view with System.WorkItem.Incident.View.SLAProjectionType class

    We are trying to create a view in Service Manager 2012 R2 using the class
    System.WorkItem.Incident.View.SLAProjectionType
    so we can pick up the SLA status (breached/warning)  while also picking up the assigned to user, incident id, etc.
    When we use the criteria of
    Work Item has service level instance information [Service Level Instance Information] status  equals   breached.
    We get the following error....   Any ideas what we are doing wrong?
    An exception was thrown while processing GetProjectionsByCriteria for session ID uuid:d83a3f7b-d938-4b35-9343-54c4268cf91c;id=1197.
     Exception message: Microsoft.EnterpriseManagement.Common.RelationshipPathElement
     Full Exception: Microsoft.EnterpriseManagement.Common.InvalidObjectCriteriaException: Microsoft.EnterpriseManagement.Common.RelationshipPathElement
       at Microsoft.EnterpriseManagement.DataAccessLayer.ExpressionParser.PickFromCandidates(List`1 candidates, RelationshipPathElement relPathElement)
       at Microsoft.EnterpriseManagement.DataAccessLayer.ExpressionParser.ProcessPropertyPath(SeedPathElement seedPathElement, Int32 compositeNodeId, Nullable`1 lcid)
       at Microsoft.EnterpriseManagement.DataAccessLayer.ExpressionParser.ProcessValueExpression(ValueExpressionValueBaseType valueExpression, Nullable`1 targetCompositeNode, Nullable`1 criteriaOperaor)
       at Microsoft.EnterpriseManagement.DataAccessLayer.ExpressionParser.ProcessSimpleExpression(SimpleCriteriaType simpleCriteriaType, Nullable`1 targetCompositeNode)
       at Microsoft.EnterpriseManagement.DataAccessLayer.ExpressionParser.ProcessExpression(BasicExpressionType basicExpression, Nullable`1 targetCompositeNode)
       at Microsoft.EnterpriseManagement.DataAccessLayer.ExpressionParser.ProcessExpression(BasicExpressionType basicExpression, Nullable`1 targetCompositeNode)
       at Microsoft.EnterpriseManagement.DataAccessLayer.ExpressionParser.Process(ExpressionType expression)
       at Microsoft.EnterpriseManagement.ServiceDataLayer.DataAccessFeatureHelper.ApplyInstanceQueryOptionsToCompositeQuery(CompositeQuery queryRequest, QueryDefinition queryDefinition, String overrideCriteria, Pair`2[] parametersAndValues, InstanceQueryOptions
    instanceQueryOptions, IList`1 seedIds, DatabaseConnection databaseConnection, String& criteriaXml)
       at Microsoft.EnterpriseManagement.ServiceDataLayer.DataAccessFeatureHelper.ExecuteQueryForProjection(Guid typeProjectionId, DatabaseConnection databaseConnection, Pair`2[] parametersAndValues, IList`1 seedIds, InstanceQueryOptions instanceQueryOptions,
    String overrideCriteria, IList`1& compositeResults, IList`1& compositeResultTrimmed, IList`1& changedSeedIdList, Int32& totalResultCount, Boolean& resultSetLarge, String& criteria)
       at Microsoft.EnterpriseManagement.ServiceDataLayer.DataAccessFeatureImplementation.ExecuteQueryForProjection(Guid typeProjectionId, Pair`2[] parametersAndValues, IList`1 seedIds, InstanceQueryOptions instanceQueryOptions, IList`1& compositeResults,
    IList`1& compositeResultTrimmed, IList`1& changedSeedIdList, Int32& totalResultCount)
       at Microsoft.EnterpriseManagement.ServiceDataLayer.DataAccessFeatureImplementation.ExecuteQueryForProjection(Guid seedTypeId, IList`1 seedIds, InstanceQueryOptions instanceQueryOptions, IList`1& compositeResult, IList`1& compositeResultTrimmed,
    IList`1& changedSeedIdList, Int32& totalResultCount)
       at Microsoft.EnterpriseManagement.ServiceDataLayer.EntityObjectsService.GetProjectionsByCriteria(Guid typeProjectionId, InstanceQueryOptions instanceQueryOptions)
    also in the console we get this error.
    Date: 10/10/2014 11:45:13 PM
    Application: Service Manager Console
    Application Version: 7.5.3079.0
    Severity: Error
    Message: An error occurred while loading the items.
    Microsoft.EnterpriseManagement.UI.ViewFramework.AdvancedListSupportException: The Full adapter threw an exception. See the FullUpdate property to see the exception.
       at Microsoft.EnterpriseManagement.UI.ViewFramework.AdvancedListSupportAdapter.DoAction(DataQueryBase query, IList`1 dataSources, IDictionary`2 parameters, IList`1 inputs, String outputCollectionName)
       at Microsoft.EnterpriseManagement.UI.DataModel.QueryQueue.StartExecuteQuery(Object sender, ConsoleJobEventArgs e)
       at Microsoft.EnterpriseManagement.ServiceManager.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
    Thanks Lance

    Full Exception: Microsoft.EnterpriseManagement.Common.InvalidObjectCriteriaException:
    Your criteria is invalid, somehow. Consider using
    Advanced view Editor (or
    the free version) to check your criteria XML against the out-of-the-box SLA views. 

  • Basic viewer display blank document

    Hi ,
    I am facing a issue in IPM 11.1.1.3,
    basic view display only blank document for all login but advance view display is ok.
    the problem seems to happen all of suddent and the IPM, IPM _diagnostic log shows
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    [2012-10-14T09:33:51.082+08:00] [IPM_server2] [WARNING] [ADF_FACES-30120] [oracle.adfinternal.view.faces.taglib.util.TagUtils] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: IPMA] [ecid: 0000JdStxtFFS8O6yjjc6G1GUI830000Ic,0] [APP: imaging] [arg: imgMTP:CntRgn:0:sltgt, imgMTP:cntSbFm:sltgt] More than one af:skipLinkTarget found: imgMTP:CntRgn:0:sltgt, imgMTP:cntSbFm:sltgt. Only one af:skipLinkTarget is allowed per page.
    [2012-10-14T09:33:51.151+08:00] [IPM_server2] [WARNING] [] [oracle.adfinternal.view.faces.renderkit.rich.SimpleSelectOneRenderer] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: IPMA] [ecid: 0000JdStxtFFS8O6yjjc6G1GUI830000Ic,0] [APP: imaging] Could not find selected item matching value "3:BW Invoice Procesing" in RichSelectOneChoice[UIXEditableFacesBeanImpl, id=selectOneApplication]
    [2012-10-14T09:34:14.192+08:00] [IPM_server2] [WARNING] [ADF_FACES-30120] [oracle.adfinternal.view.faces.taglib.util.TagUtils] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: IPMA] [ecid: 0000JdSu3coFS8O6yjjc6G1GUI830000JJ,0] [APP: imaging] [arg: imgMTP:CntRgn:0:sltgt, imgMTP:cntSbFm:sltgt] More than one af:skipLinkTarget found: imgMTP:CntRgn:0:sltgt, imgMTP:cntSbFm:sltgt. Only one af:skipLinkTarget is allowed per page.
    [2012-10-14T09:34:14.254+08:00] [IPM_server2] [WARNING] [] [oracle.adfinternal.view.faces.renderkit.rich.SimpleSelectOneRenderer] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: IPMA] [ecid: 0000JdSu3coFS8O6yjjc6G1GUI830000JJ,0] [APP: imaging] Could not find selected item matching value "3:BW Invoice Procesing" in RichSelectOneChoice[UIXEditableFacesBeanImpl, id=selectOneApplication]
    [2012-10-14T09:34:37.945+08:00] [IPM_server2] [NOTIFICATION] [TCM-00129] [oracle.imaging.agents] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JdSu9TtFS8O6yjjc6G1GUI830000Jw,0] [APP: imaging] Input Agent is checking for work.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    we are on IPM -PS2 windows x64 enviornment, recently no change is OS level or application level .
    When running REST in IE (http://hostname:16000/Imaging/Renderimage/3.IPM_docid) .. shows blank display
    Any idea what is going wrong here , any sort of help wil be greatly appreciated.
    Thanks
    Dheeraj

    Further to add the ucm logs are full of below, unable to understand which job is locked ?
    ++++++++++++++++++++++++
    The job (Err) is locked. Exception type is 'java.lang.Throwable'. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csSjLockedJob!syExceptionType,java.lang.Throwable
    java.lang.Throwable
         at intradoc.common.IdcLogWriter.doMessageAppend(IdcLogWriter.java:82)
         at intradoc.common.Log.addMessage(Log.java:271)
         at intradoc.common.DefaultReportHandler.message(DefaultReportHandler.java:519)
         at intradoc.common.DefaultReportDelegator.message(DefaultReportDelegator.java:134)
         at intradoc.common.Report.messageInternal(Report.java:170)
         at intradoc.common.Report.message(Report.java:154)
         at intradoc.common.Report.error(Report.java:407)
         at intradoc.shared.ProgressStateUtils.reportError(ProgressStateUtils.java:48)
         at intradoc.server.jobs.ScheduledJobsProcessor.processJob(ScheduledJobsProcessor.java:163)
         at intradoc.server.jobs.ScheduledJobsProcessor.processJobs(ScheduledJobsProcessor.java:92)
         at intradoc.server.ScheduledSystemEvents.checkHandleEvent(ScheduledSystemEvents.java:660)
         at intradoc.server.ScheduledSystemEvents.processWork(ScheduledSystemEvents.java:590)
         at intradoc.server.ScheduledSystemEvents.run(ScheduledSystemEvents.java:489)
         at java.lang.Thread.run(Thread.java:619)
    +++++++++++++++++
    before above log there are numerous log as below
    ++++++++++++++++++++++++++++++++++++
    An error has occurred. The stack trace below shows more information.
    !csFailedToFindIndexableFile,ipm_105691,2,105691!syExceptionType,java.lang.Throwable
    java.lang.Throwable
         at intradoc.common.IdcLogWriter.doMessageAppend(IdcLogWriter.java:82)
         at intradoc.common.Log.addMessage(Log.java:271)
         at intradoc.common.DefaultReportHandler.message(DefaultReportHandler.java:519)
         at intradoc.common.DefaultReportDelegator.message(DefaultReportDelegator.java:134)
         at intradoc.common.Report.messageInternal(Report.java:170)
         at intradoc.common.Report.message(Report.java:145)
         at intradoc.common.Report.error(Report.java:397)
         at intradoc.indexer.CommonIndexerBulkLoader.handleLoadError(CommonIndexerBulkLoader.java:554)
         at intradoc.indexer.CommonIndexerBulkLoader.loadRecordWebChange(CommonIndexerBulkLoader.java:221)
         at intradoc.indexer.IndexerBulkLoader.createBulkLoad(IndexerBulkLoader.java:321)
         at intradoc.indexer.IndexerBulkLoader.doWork(IndexerBulkLoader.java:170)
         at intradoc.indexer.Indexer.doIndexing(Indexer.java:411)
         at intradoc.indexer.Indexer.buildIndex(Indexer.java:319)
         at intradoc.server.IndexerMonitor.doIndexing(IndexerMonitor.java:1021)
         at intradoc.server.IndexerMonitor$4.run(IndexerMonitor.java:841)
    +++++++++++++++++++++++++++++++++++++++++++++++++++++

  • Is the best practice to use database views or view objects?

    Hi everyone,
    If the option is available, is it preferable consolidate as much data as possible into a database view instead of doing this through view view objects? It seems the answer would be yes, but I would like to hear the pros and cons related to performance, etc.
    While I do not mind a detailed discussion, practical "rule-of-thumb" advice is what I am after; I am a newbie that needs general guidelines - not theories.
    James

    Performance is the main driver behind the question because I am wondering if it is faster to send a single large record set across a network or several small ones and "assemble" them at the client level.
    Probably is better to send one large record, but you will need to take in account time required to create this one large record in db(maybe oracle object types, or arrays of oracle object types).
    Check this for some VO performance advices: Advanced View Object Techniques  (especially property: "In Batches Of" which defines number of roundtrips between app server and db)
    As far as creating an updatable database view, I know there are minor tricks that are required to make that happen from a strictly SQL standpoint. But, I am curious the best way to go in JDeveloper.
    Some solutions:
    Using Updatable Views with ADF | Real World ADF
    Andrejus Baranovskis's Blog: How to Update Data from DB View using ADF BC DoDML Method
    Dario

  • Errors on viewing the documents in Oracle IPM

    Hi All,
    We're facing the following errors when trying to open some of documents in Oracle IPM - Advance viewer.
    Error Caching Page:_ Server returned HTTP response code: 500 for URL: http://ipmdev:16410/imaging/renderimage/export?documentId=2.IPM_377324&version=1&annotations=false&color=true&....
    Error updating annotations:_ Server returned HTTP response code: 500 for URL: http://ipmdev:16410/imaging/annoations/getAnnotations?documentId=2.IPM_377324&version=1...
    We're getting the following exception when we open the same document in IPM- Basic viewer.
    A cache exception occurred. J2EE-JOC-044 An exception is occurring in the method: CacheAccess.get
    Error counting pages while loading cache entry: J2EE-JOC-043 base exception: null.
    If anybody has a solution for this please share with us.
    Thanks to all in advance.
    Edited by: 902526 on Feb 20, 2012 3:46 AM

    Hi,
    Is this error being thrown after an annotation has been created or is it across all documents when viewed ?
    Do check the UCM repository connection that has been created and if so perform the following steps :
    Correct the Repository Proxy Setting to the UCM Connector in IPM.
    Log into IPM.
    Select Manage Connections.
    Select the UCM Connection.
    Click Modify.
    Verify the Repository Proxy: Enter the name of the repository proxy. By default, the repository proxy name is fmwadmin. This field is required.

  • Problem in Version History Viewer

    We have recently upgraded DESIGNER from 9.0.2.91.9 to 10.1.2.0.2.
    We have versioning turned on (was also on in 9i).
    When in the 'Version History Viewer' of any element, we get no response when selecting - Version properties or Included in configuration .. or Included in Workarea ..
    Does anyone else have this issue ???

    Hi Friends,
    After upgrading the JDK version from 1.5 to 1.6 we're able to open up the document in both Basic & Advanced viewer of IPM.
    Thanks AAQ & all

Maybe you are looking for

  • I need help with something! Technically my money is being used!

    A few years ago I had to let a (I think)5 year old use my apple account since for some reason one could not be made on his ipad mini. I have a game called clash of clans and it saves your process from your game center. What I think has happened is th

  • Need to no if a tv can be hooked up by hdmi from a beat all in 1 computer

    HP Beats Special Edition 23-n010 All-in-One Desktop PC trying to hook my flat screen tv through the hdmi cable from the computer to the tv using the tv as a second monitor. games like x-box and ps3 hook into the monitor and work fine. Its going out t

  • SQLState or Error Code

    Hello all I am new here. I just started using java and mySQL to write a system and I have some questions about using those try/catch blocks to catch exceptions. Do I use those try/catch to catch the exceptions such as duplicate key entry? If yes, how

  • Setting site quota by using template or setting StorageMaximumLevel directly

    we can set site quota by setting quota template, but I wondered if we can just set StorageMaximumLevel value directly in code, would that make too much difference? it seems using template is more like a standard way, is there any real benefits? even

  • Does anyone from Adobe monitor this forum? Do they even care about this program?

    I've clicked on many of the questions here as I try to learn how to use Story, but I have yet to see any responses from anyone at Adobe. It seems like they treat Story like an afterthought and don't care about its users. My frustration has grown more