Cons Mon - Task group status issue

Hi All,
When we run the update at task group level system first stimulating the data & before accessing the cube its checking for authorisation and even if the user dont have authorisation its updating the task status.. & when we see the status of the task its showing the user name. which is giving lots of confusion to the other users.
How can we avoide it any advice will be very much appriciated.
Please let me know if any thing is not clear so that I can elabarate more.
Thanks
Kamal

Hi Kamal,
Are you sure that the user does not have authorisation for ALL consolidation units in your hierachy?
eg if the user has updated the status of only 1 unit in the hierarchy then the top level group status will still be updated.
And of course, you can use transaction code SU53 to see which authorisations are being checked.

Similar Messages

  • FM to change task list status (Tcode IA06)

    Hi all,
    I need a FM to  change the task list status.
    Tcode IA06.. I have got fm to get the status of task list...CP_EX_PLAN_READ..but not able to fine one to change/.
    (Given: Group, Group counter and profile..after this scrrn another screen comes...click the header atb to set the task list status)
    can anyone help me?
    Regards,

    Check this FM - CP_EX_PLAN_READ.
    This gives u all the details .
    CALL FUNCTION 'CP_EX_PLAN_READ'
          EXPORTING
            plnty_imp     = t_mapl-plnty
            plnnr_imp     = t_mapl-plnnr
            plnal_imp     = t_mapl-plnal
            sttag_imp     = t_mapl-aedat
          TABLES
            plko_exp      = t_plko1
            plpo_exp      = t_plpo1
            plmz_exp      = t_plmz1
          EXCEPTIONS
            not_found     = 1
            plnal_initial = 2
            OTHERS        = 3.
    Edited by: Raj on May 27, 2008 10:28 PM

  • Distribution Point Group Status Pie Chart Incorrect

    In my SCCM 2012 R2 environment, I have only one Distribution Point Group, which contains all 20 of my DPs.
    All packages have been distributed successfully to this DP group (verified via the Content Status node and checking each package, as well as the Distribution Point Configuration Status showing all 20 DPs with the green check-mark.
    However, when I look under the Distribution Point Group Status, I see my DP group ("All DPs"), showing 20 members, but an Overall Distribution Status of "Error".  The pie chart for that group shows package status as Success: 106
    / In Progress: 0 / Failed: 163.  The pie chart for "Distribution Point Group Status" for the "All DPs" group shows the colors appropriate to these (incorrect) numbers.  If I click the "View Status" link next to the pie
    chart, the different tabs (Success, In Progress, Error, Unknown) show:
    Successfully distributed content:  20  (269 Content Items)  (last status time: today)
    Successfully processed content on distribution point:  19  (263 Content Items)  (last status time: yesterday)
    Nothing in the In Progress, Error, or Unknown tabs.
    So my question...  Why is my Distribution Point Group Status showing the group with 163 Failures, but all Distribution Points showing 100% success on all packages?  Is there a bug that causes the Distribution Point Group Status to not update? 
    I've restarted the server a couple of times, and still no change.

    Hello all together!
    I've the same issue in my SCCM R2 environment.
    Has everybody an idea, how to correct this issue?
    Thanks for your reply.
    Regards Luke

  • UCBATCH01 - UCMON Group status icon

    Our users want to automat the running of BCS for plan data.
    Iu2019m currently using the ABAP program UCBATCH01 to set up variants to run. (However this is a pain because a) there are a lot of combinations B) the variants donu2019t transport)
    However, when I do run UCBATCH01 for the tasks, the group status in UCMON doesnu2019t update. The task group remains as a yellow triangle, even though all the task within the group have been successfully executed.
    Any ideas please?
    Kind regards,
    Jamie Flaxman

    Sorry, just seen the program UCBATCH11, going to see if that meets my requirements.
    Thanks,
    Jamie.

  • How to use Start Task Group for Workflow Interface

    Hi all,
    anyone who can tell me how to use the Interface IFWFTSKGRP (Start Task Group for Workflow Interface)?
    As far as I understood the documentation it can be used to restrict the selection of workflows that can be started in the Generic Object Services. But the question is how to implement it.
    Best regards,
    Carsten
    Edited by: Carsten Drewes on Jun 10, 2009 10:30 AM

    Hi, Carsten,
    (probably it's a bit too late to post an answer after 3 years , but I'll post it in case someone else needs it)
    You should implement GetTaskGroup method.
    The code should return id of the task group (otype TG, mantained in PFTC) that holds the list of workflow definitions.
    Here is a sample implementation. It's taken from FORMABSENC business object. It belongs to SAP demo workflow "Notification of Absence". I suppose it should be present in most systems and you can see it in action.
    begin_method gettaskgroup changing container.
    DATA: taskgroup LIKE rhobjects-object.
    *- set task group
    taskgroup = 'TG70000023'.
      *- set result
    swc_set_element container result taskgroup.
    end_method.

  • Messages stucked in moni with queue status as "RUNNING"

    Hi All,
      Few of messages stucked in moni with queue status as "RUNNING" from the past 6 to 7 hours. all the stucked messages running on same dialog instance app server 03 (ucobpi03_PIP_03). i checked PIP appserver its working fine.
    Can any one please expalin me how to clean the queues..is there any effect of other queues ?
    Thanks,
    Siva.

    Hi,
    it can be due to multiple reasons....
    check the interface logic built ...it can be either due to this or can be of large volume of data...
    Also check the queues have been registered or not...
    HTH
    Rajesh

  • Changing OSM task state/status from another parallel task flow

    Hi, guys!
    I have a problem with implementing parallel task flow. Let's consider such situation: there are two parallel task flows, the first flow contain manual task, upon completion which I need to change second flow's task state/status and vice-versa. I studied XMLAPI functions, wsapi operations, api from automation package but couldn't find appropriate aproach.
    Thanks!
    Edited by: serj129 on 15.08.2011 2:50

    Have you any suggestions?
    I tried to implement 2 automation task, which contain automation plugins. First task implemented xquery sender as completed event, the second task implemented xquery reciever, which changes status to success, but this approach isn't working.
    All properties of automation plugins configured properly, but I always receive next exceptions:
    ####<Aug 22, 2011 4:39:52 PM ALMT> <Warning> <EJB> <car07-eth0.telecom> <AdminServer> <ExecuteThread: '13' for queue: 'oms.automation'> <oms-automation> <> <> <1314009592567> <BEA-010065> <MessageDrivenBean threw an Exception in onMessage(). The exception was:
    java.lang.RuntimeException: No transaction associated with request.
    java.lang.RuntimeException: No transaction associated with request
         at oracle.communications.ordermanagement.cluster.message.ClusterMessageHandlerBean.onMessage(Unknown Source)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4585)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:4271)
         at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3747)
         at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5096)
         at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    >
    ####<Aug 22, 2011 4:39:52 PM ALMT> <Warning> <EJB> <car07-eth0.telecom> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314009592571> <BEA-010216> <The Message-Driven EJB: BiTTLautomation.BiTTLautomation.OSMManualListenerMDB is throwing exception when processing the messages. Delivery failed after 185 attempts. The EJB container will suspend the message delivery for 60 seconds before retry.>
    ####<Aug 22, 2011 4:40:09 PM ALMT> <Info> <oms> <car07-eth0.telecom> <AdminServer> <Timer-8> <admin> <> <> <1314009609038> <BEA-000000> <impl.OrchestrationCascadingLRUPolicy: Evicted order /order/474 from orchestration cache due to cache entry expiry>
    ####<Aug 22, 2011 4:40:24 PM ALMT> <Info> <oms> <car07-eth0.telecom> <AdminServer> <ExecuteThread: '13' for queue: 'oms.automation'> <oms-automation> <BEA1-08945C597092560E5D6A> <> <1314009624879> <BEA-000000> <plugin.AbstractAutomator: Creating automation plugin [class oracle.communications.ordermanagement.automation.plugin.XQuerySender_iults7_Impl] built using SDK version [7.0.2.437]>
    I suggest that it is not correct approach, because of automation context restored from DB is related to other task.
    Have any ideas of changing task status from OSM DB directly. This approach is temporary, for compatibility with performing manual tasks in 2 systems: OSM and other
    Thanks!
    Edited by: serj129 on 22.08.2011 3:59
    Edited by: serj129 on 22.08.2011 3:59

  • Agent assignment for a task group

    Hi,
    I have created a TAsk group which has two workflows inside. But when go for the agent assignment for the task group via OOCU tcode, it is not showing the workflows under the task group.
    Plz let me know wht may be the problem...
    Thanks,
    Sivagami

    Hi,
      I am not able to assign agent through task customization [ OOCU Tcode ]. But I am able to assign in PFTC tcode.
      Any clues?
    Thanx,
    Sivagami

  • Query Designer - Query:Specialist Group Status

    Hi Gurus,
    One of my BI user is getting error in this:
    In Query Designer - Query:Specialist Group Status
    "Registered JIT debugger is not avialable. An attempt to launch a JIT debugger with the following
    command resulted in an error code of 0x2(2). please check computer settings.
    cordbg.exe !a 0x289c"
    but when I tried with SUPER USER access i am not getting above error.
    Guys please suggest me asap
    Thanks
    sahad

    hello,
    Check the variabledefinitions of the query.
    Try RSRT and 'execute and debug'.
    It might be you get a lot more detailed information about the problem.
    see OSS note 961995.
    Regards,
    Dhanya

  • Task Group

    Which t-code is used to create & Maintain a Task Group? When I use PP01 it says 'this object type cannot be maintained from basic transcation'. I know we can do the changes in IMG for this object type to be maintained, but is their any other T-code, like we have for qualification PPPM.?
    Let me know...
    Thanks
    Shravan

    Also, can we assign 'Tasks' to 'Task Groups', like say a grouping of Tasks?
    Thanks
    SKR

  • Workflow Task Release Status

    Hi All.
    A quick questions. What's the purpose of workflow task release status?
    What's the impact if keep in "Not Release"
    Cheers

    Okay,
    I admit, a bit short on the explanations.
    But (I'm not on an active SAP environment right now, so everything I say, could be wrong, sorry if that seems the case, if not, then I should worry about trying to have a life outside of SAP   )
    When you press F1 on the the release status it is said, that these things have only administrative purposes and do not change the normal behaviour of the system.
    Kind regards, Rob Dielemans

  • FM to create equipment task group counter by copying the existing one.

    Hi Experts,
    I need FM to create equipment task group counter by copying the existing one.
    Manully we do this through the Tcode : IA01 but i want to do this through the Prog... for that i wrote one bdc it is creating some problem.
    Please let me know any FM avaliable IN 4.0B
    its very urgent please help me..
    Regards,
    Kali Pramod

    try this      /ISDFPS/TASKLIST_CREATE

  • Create a task group ?

    Hi,
    how can i create a new task group ? With transaction PP01 i can't create a object 100 only 1001 but which transaction to create a new task group ?
    Thanks

    Hi
    Tcode for creating the task groups or task is PFTC_INS
    Thanks
    Naveen Avalur

  • DAC - Task Group inactivated - but Child tasks got executed.

    Hi
    I have inactivated a Task Group and assembled the subject area.
    Built the Execution plan and executed.
    When i checked for Task Group in the execution history after completion. Task Group is not present but its child tasks are present.
    I am not familiar with DAC much, can anybody help me finding the problem.
    DAC Version information:
    Oracle BI Data Warehouse Administration Console
    Dac Build AN 10.1.3.4.1.patch.20110427.0538, Build date: April 27 2011
    Management console to setup, configure, load and administer the Oracle Business Analytics Warehouse
    Schema version - 34, Index version - 33, Repository version - 6, Seed data version - 9
    Regards,
    Suresh

    You need to inactivate tasks as well along with task group.
    Let me know if you need any other detials here, If not please mark this post as helpful

  • Task Group Order IN DAC

    Hi Experts,
    I have two task groups, those are assigned to one subject area. Where can i mention the order of taskgroup execution.
    Thank you.

    As far as I know, we can specify order of tasks and no option to specify order for taskgroups. Might be based on the target tables present the DAC itself handles which taskgroup should execute first and so on. DAC identifies this while we build the execution plan. Someone correct me if i'm wrong.

Maybe you are looking for