BCS Task execution tracking

Hello experts,
I have a question regarding tracking task execution in BI-BCS.
My client has a large structure of more than 100 companies. They all use BCS solution on BI7 to load data, perform reclassifications, validations, balance carry forward, sign-offs, etc... during each reporting cycle.
As time during reporting cycles is crucial, the Group reporting team would like know the progress - they would like to track how many companies executed each task:
- how many loaded data,
- how many run reclasses, etc...
Does BCS have any mechanism to provide these statictics? If not, maybe it's possible to build report (either BEx or ABAP program), but where the tasks statuses are stored? Any idea what's the table name where status of each item from task hierarchy is stored?
Kind regards,
Roman

Hi Eugene,
Many thanks for your reply!
Yes, every company enters its own data, runs tasks through Consolidation monitor. And the status of each task is displayed for this particular company.
However, as a Group controller, I would like to see the summarized progress report from all companies. Example - let's assume we have 108 companies in total. The report should show number of companies that executed each task:
Tasks:   |   Company count
|----
Task 1   |   90
Task 2   |   40
Task 3   |   39
or precentages (eg. 80% of companies executed task 1, 35% executed task 2...)
or another way - BEx report with drilldown by company code per each task:
Tasks:   |   Company
|----
Task 1   |   3001
             |   3003
             |   3014
             |   3015
             |   3020
Task 1   |   3001
             |   3014
             |   3015
Task 3   |   3001
or anything else that would summarize where are we in terms of data preparation in current reporting cycle.
Any ideas?

Similar Messages

  • Making task execution a reality, in real-time, for critical industries

    Problem
    Enterprise software systems like ERP identify what needs to be done, but fail to outline how these tasks should be executed, due in large part to operational processes which are typically locked in disparate procedural documents, forms and excel spreadsheets. This approach limits the visibility into internal operations, enhancement of management by exception, and predictive analytics.
    In all of industries Mobideo targets, processes are managed traditionally with ERP software  where the tasks performed are manually documented, a process which is error prone and time consuming. In the Aerospace and Defense industry  for example, the Federal Aviation Administration concluded that documentation is the leading contributing factor to maintenance mishaps. These errors are specifically attributed to:
    Failure to follow published technical data or local instructions
    Using an unauthorized procedure not referenced in the technical data
    Supervisory personnel accepting non-use of technical data or failure to follow maintenance instructions.
    Solution
    Mobideo’s unique solution gathers granular data to capture what is happening in an operational environment in real-time, thereby optimizing performance, cost, and compliance of operational processes. It does this by uploading the smallest of business elements in the formats they are found and converting them to a mobile application. Using SAP HANA, the platform enables visibility by creating personalized applications that guide users through each job task in a step-by-step checklist. This framework ensures quality in tough working environments and confirms execution of tasks at the point of service. Core Competencies
    Mobideo converges all task execution data into a unified application
    Mobideo ensures compliance
    Mobideo tracks granular interaction and data entry in real time
    Mobideo enables rapid deployment driven from the procedures themselves
    Mobideo offers Deep integration with third party enterprise applications
    Watch
    Watch Samuel Solomon, chairman discuss the Mobideo solution at this year’s SAPPHIRE NOW event.
    SAP HANA Transforms Operations Management for Mobidio - YouTube

    Problem
    Enterprise software systems like ERP identify what needs to be done, but fail to outline how these tasks should be executed, due in large part to operational processes which are typically locked in disparate procedural documents, forms and excel spreadsheets. This approach limits the visibility into internal operations, enhancement of management by exception, and predictive analytics.
    In all of industries Mobideo targets, processes are managed traditionally with ERP software  where the tasks performed are manually documented, a process which is error prone and time consuming. In the Aerospace and Defense industry  for example, the Federal Aviation Administration concluded that documentation is the leading contributing factor to maintenance mishaps. These errors are specifically attributed to:
    Failure to follow published technical data or local instructions
    Using an unauthorized procedure not referenced in the technical data
    Supervisory personnel accepting non-use of technical data or failure to follow maintenance instructions.
    Solution
    Mobideo’s unique solution gathers granular data to capture what is happening in an operational environment in real-time, thereby optimizing performance, cost, and compliance of operational processes. It does this by uploading the smallest of business elements in the formats they are found and converting them to a mobile application. Using SAP HANA, the platform enables visibility by creating personalized applications that guide users through each job task in a step-by-step checklist. This framework ensures quality in tough working environments and confirms execution of tasks at the point of service. Core Competencies
    Mobideo converges all task execution data into a unified application
    Mobideo ensures compliance
    Mobideo tracks granular interaction and data entry in real time
    Mobideo enables rapid deployment driven from the procedures themselves
    Mobideo offers Deep integration with third party enterprise applications
    Watch
    Watch Samuel Solomon, chairman discuss the Mobideo solution at this year’s SAPPHIRE NOW event.
    SAP HANA Transforms Operations Management for Mobidio - YouTube

  • Configuring "auto" revoke of BPM task execution

    Hi All,
    I need to implement something to do an "auto" revoke of a task when the user exit from "task execution" view without using revoke+close button.
    Someone can help me?
    Thanks in advance.
    Edited by: g.agnelli on Apr 11, 2011 2:41 PM

    Hi,
    unfortunately this is not possible today. However it is planned to extend the API in future releases, so that you could programmatically call a revoke method. But again, this is not available in the current release.
    Regards,
    Christian

  • Task executions in multi server environment

    Hi All,
    I have a question regarding the task execution in a multi-server environment.
    Below is the scenario:
    We have two SIM applications: one for intranet users (employees and contractors) and one for extranet users (customers). Both these applications point to same database repository.
    Intranet : idm-intra.ear ( this is deployed on IntraServer1 and IntraServer2)
    Extranet: idm-extra.ear ( this is deployed on ExtraServer1 and ExtraServer2)
    And both share same repository WAVESET.
    Now we are deploying some request workflows for intranet users. In our case even the extranet application can see these tasks.
    My question is: if I triggered a request workflow from intranet application and it is pending for approval and when it times out, is there a chance that this workflow is executed by the "extranet" application?
    Thanks,
    kIDMan.

    The answer to your question is yes. If you go to the Configure>>Server tab in the admin console on any of these instances of IdM you should see all four instances. An easy way to test this is happening, is to enable workflow tracing and launch a couple of request from IntraServer1. IdM will try to distribute the work among all the servers it knows about so you'll see portions of the flow within the workflow traces on the individual servers. Well maybe it's not an easy thing to test because it's a timing issue.......
    I had an issue recently in which the guy doing the build to the QA environment messed up and pointed the QA IdM instances to the DEV repository. We were doing some testing of some flows on DEV and they were being executed on the QA IdM instances and bombing out with ClassNotFound errors because the QA environment was not build out completely/correctly. So even though the requests were being launched from the DEV instances they were being executed on the QA instances.
    There is a feature that is supposed to let you restrict which workflows run on which servers. If you go to the admin console and click on Configure>>Servers choose a server and click on the 'Scheduler' tab and then check the 'Task Restrictions' checkbox. From here you can restrict which workflows run on which servers. But my suspicion is that this doesn't work correctly (based on some testing I was doing on 7.1)....might want to test it out....Hope this helps.

  • Process tasks execution flow

    Hi,
    * When a provisioning process starts, the first one is System Validation.
    * Next, all un-conditional tasks run.
    * Tasks can trigger additional tasks based on the mapping with the response code and these tasks run.
    I wanted to get clarified whether preceding and depedent tasks will tell us which tasks have to run prior to running the current or will they also add the list of tasks in the execution flow ??
    Thanks,
    Durgaprasad

    Hi,
    Yes, you can define the order of process task execution using preceding and dependent tasks. These tsk will be executed after the System Validation task is completed. And these task should be unconditional, preceding-dependent task tab does not work for conditional tasks.
    For example:
    You can have Create user task as a unconditional task and another Send mail notification to the user. Add this send mail notification task as a dependent task of the create user task. So when Create User task completed successfully , send mail notification task will be triggered. This is just for example, you can define task as per your requirement.
    Thanks,
    Pallavi

  • IAPI Task Execution Class

    Hi,
    I am trying to figure how the IAPI Task Execution works when you schedule a job of this task type.
    While creating a schedule task of this task type you need to specify the IapiTaskIfc Class which looks like a custom class. How exactly do we go about creating this class and in a current application where can I find the source code for this class?
    Thank You,
    Patricia

    Hi Patricia -
    IAPI Scheduled Tasks are customized Java classes (deployed via a custom JAR file with E-Sourcing) that can execute on a schedule or one-time. In some cases, SAP customizations such as the contract attachment loader are developed using this technique. In fact, use of the IAPI scheduled tasks can often times be a convenient way to integrate custom code for either one-time or ongoing integration or data upload tasks.
    Developing IAPI scheduled tasks is not something that can be done easily since E-Sourcing does not come with a built in development environment as other SAP applications do. In fact, I don't believe there is any way to develop and IAPI scheduled task if you are using a hosted version of E-Sourcing since there is no way for you to create the Java classes and compile them against the E-Sourcing classes, which is required since an IAPI scheduled task must implement a Java interface (IapiTaskIfc) that is shipped with E-Sourcing.
    If you are using E-Sourcing on-premise it may be possible to develop, compile, and deploy a custom JAR file that implements the interface and can be configured in the IAPI scheduled task area. That being said, I don't believe that any instructions for doing so are provided with E-Sourcing.
    If you have a specific problem you are trying to address, there might be alternatives using E-Sourcing Script Definitions which are much easier to build and integrate. If you believe you require use of the IAPI scheduled task capability, I would advise working with SAP to have the scheduled task built for you.
    I hope this information is helpful.
    Regards,
    Rob

  • Customizing  - task execution complete page

    Dear Guru,
    We are BPM in CE7.2 SP03, Is it possible to customize the task execution complete UI, normally we only see a title and a confirm message in message area. e.g. is it possible to change the normal confirm message text :
      'Task has been successfully complete'
    and change the text size to make it larger ?
    Thanks a lot
    Ray

    Hi Ray,
    Even in 7.2 SAP has given some patches to modify some of the task UI behavior. Not sure which SP it is. But it is worth giving a try. You may explore the below mentioned steps in your server and check.
    To modify the settings navigate to "NWA" -> "Configuration Management" -> "Infrastucture" -> "Application Modules". From the "Modules List" select "webdynpro/resources/sap.com/tcbpemwdui~taskinstance" (hint: filter by the term "taskinstance" to find it more easily). In the "Web Module Details" switch to the tab "Web Dynpro Properties". Select the property sheet "Components/com.sap.tc.bpem.wdui.taskinstance.taskexecution.TaskExecution/settings". The different properties will be listed in "Full Details".
    Br,
    Bala

  • Task execution start and Instance entered the activity

    In the Audit Trail of the Workspace, how to set the instance to Task execution start or Instance entered the activity?

    I know the problem. One instance does not finish the commit method

  • Task execution always in new window

    Hi,
    I would like to open each task in new window. For example, when I create "New Expense Report” from tutorial, form opens in new window and new instance is created. When I execute task from inbox, form with "New Expense Report" opens in workspace (INLINE), not in new window. How could I change that behavior?
    AquaLogic 6.03
    Thanks in advance
    bogo123

    it can be simply done by editing layout (edit mode) and hide component. Settings can be imported as default view for all users.
    but it does not solve problem with execution task in DIALOG when "Instance detail" is not hidden.
    bogo123

  • Task execution (UWL)

    Hi all,
    it's my first posting;-)
    <p>
    I have a problem when I want execute a task which is a part of a business process developed with NetWeaver   . I deploy a process with 1 task on the server, the task appears in the task list of the user but I
    have an error when I execute it. A new window appears with the following error :
    </p>
    <code>com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exception was thrown in preprocessing phase of application session 87hHDdRekBFirEdLwOsEMQpNr2teJyTlnE5o1dT54w. The causing exception is nested. RID=0fc275a033f511deb54e001e4cf4c26f
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doPreprocessing(ApplicationSession.java:545)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:307)
      at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:314)
      at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:84)
      at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:60)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
      at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
      at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
      at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:374)
      at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:194)
      at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:438)
      at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:427)
      at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:67)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:258)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
      at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
      at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:364)
      at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:257)
      at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:46)
      at com.sap.engine.core.thread.execution.Executable.run(Executable.java:110)
      at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Caused by: com.sap.tc.webdynpro.services.exceptions.ApplicationFaultException: wdInvokeEventHandler: exception thrown in this user coding area
      at com.sap.tc.webdynpro.progmodel.generation.DelegatingWindow.invokeEventHandler(DelegatingWindow.java:125)
      at com.sap.tc.webdynpro.progmodel.window.ViewController.invokeInboundPlugHandler(ViewController.java:446)
      at com.sap.tc.webdynpro.progmodel.window.InterfaceView.invokeInboundPlugHandler(InterfaceView.java:173)
      at com.sap.tc.webdynpro.clientserver.cal.NavigationManager.processInboundPlugQueue(NavigationManager.java:289)
      at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:589)
      at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doPreprocessing(ClientApplication.java:1358)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doPreprocessing(ApplicationSession.java:542)
      ... 41 more
    Caused by: com.sap.tc.webdynpro.services.exceptions.ApplicationFaultException: wdDoInit: exception thrown in this user coding area
      at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:164)
      at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:227)
      at com.sap.tc.webdynpro.progmodel.components.Component.initController(Component.java:256)
      at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:206)
      at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:414)
      at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:294)
      at com.sap.tc.bpem.wdui.taskinstance.Utils.createComponent(Utils.java:66)
      at com.sap.tc.bpem.wdui.taskinstance.taskexecution.TaskExecution.initializeTaskApplicationComponent(TaskExecution.java:513)
      at com.sap.tc.bpem.wdui.taskinstance.taskexecution.TaskExecution.initializeTaskUI(TaskExecution.java:347)
      at com.sap.tc.bpem.wdui.taskinstance.taskexecution.wdp.InternalTaskExecution.initializeTaskUI(InternalTaskExecution.java:205)
      at com.sap.tc.bpem.wdui.taskinstance.taskexecution.TaskExecutionWindow.onPlugDefault(TaskExecutionWindow.java:168)
      at com.sap.tc.bpem.wdui.taskinstance.taskexecution.wdp.InternalTaskExecutionWindow.wdInvokeEventHandler(InternalTaskExecutionWindow.java:120)
      at com.sap.tc.webdynpro.progmodel.generation.DelegatingWindow.invokeEventHandler(DelegatingWindow.java:121)
      ... 47 more
    Caused by: com.sap.tc.cu.base.java.api.exception.CUConfigurationException: Failed to initialize the configuration com.sap.tc.bpem.config.cuui.BPEMCUUIConfig
      at com.sap.tc.cu.base.java.curt.CURTServices.getConfiguration(CURTServices.java:81)
      at com.sap.tc.cu.base.java.curt.CURTServices.getUIDispatcherService(CURTServices.java:59)
      at com.sap.tc.bpem.wdui.appcontainer.containercomp.ContainerComp.wdDoInit(ContainerComp.java:180)
      at com.sap.tc.bpem.wdui.appcontainer.containercomp.wdp.InternalContainerComp.wdDoInit(InternalContainerComp.java:122)
      at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:161)
      ... 59 more
    <b><br/>
    Caused by: javax.naming.NamingException: Error occurs while the EJB Scheme Context Factory trying to <br/>resolve an EJB with scheme ejb:/interfaceName=com.sap.tc.cu.base.java.config.api.IConfiguration,<br/> beanName=com.sap.tc.bpem.config.cuui.BPEMCUUIConfig. Check server's trace files for more details.<br/>
      at com.sap.engine.services.ejb3.runtime.impl.JNDIejbResolverContext.lookup(JNDIejbResolverContext.java:125)
    <br/>
      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    <br/>
      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    <br/>
      at com.sap.tc.cu.base.java.curt.CURTServices.getConfiguration(CURTServices.java:79)
    <br/>
      ... 63 more
    </b>
    </code>
    <p>
    I guess, it misses an EJB and the lookup fail, is it possible ? I work with the eHP2.
    </p>
    Thanks,
    Stephane.

    Sorry for this post, I'm in the wrong section.

  • Displaying workitem/task execution online rather than in SAP inbox

    Hi All,
    I am using the workflow WS01000045 when implementing the ESS scenario - Employment and Salary Verification.
    The user has the option of printing or faxing these details.
    When the user clicks PRINT the step 81(Print Employment and Salary Verification,Task TS01000076) creates a workitem in the user's SAP inbox.The user can print the details by executing the workitem from the SAP inbox.My requirement is to actually execute the workitem online and show the print preview screen to the user instead of going to SAPinbox(logical because all the employees in a company can't have dialog access to SAP system).
    We are on SAP 4.7(WAS 620) : SAP_BASIS SAPKB62059
                        SAP_HR    SAPKE47055
                        EA-HR     SAPKGPHA55
    ESS is implemented on EP6.0
    Pls advice how to avoid the SAP inbox.
    Regards,
    Kiran.

    Hi Kiran,
    We have a similar requirement. Have you found a solution to your problem?
    Thanks
    Renaud

  • Error in BCS Query execution

    Hi Experts,
    I am facing the below error when I am executing a BCS query:
    1. Version not specified or not unique
    2. Error reading data of Infoprovider ZBCS_NV11
    3. Error while reading data , navigation is not possible.
    Please let us know how to fix this issue.
    Thanks,
    Kavitha

    You have this kind of error when your Query restrictions are not enough explicit regarding the special versions.
    I give you an example. You have created special version 100 for Actuals and 200 for Budget. Your Consolidation Unit scope is version dependent : 100 assigned for Actuals structure and 200 for Budget structure. if you build a query with one column with Actuals figures and a comparative one with Budget figures, you will have to restrict :
    1) the first column with special version 100 and explicit key date
    2) the first column with special version 200 and explicit key date
    In other words, if you have special versions, it is mandatory to explicitly specify in your Query the Special version and the key date. This can be derived with custom exit variables.

  • Data collection task execution in UCMON

    Dear Friends
    I am using flexible upload method and load from data streams for data upload. Both methods are assigned to my data collection method which in turn is assigned to the task. When i execute the data collection task in consolidation monitor the system executes only the load from data streams and does not give me the option of selecting the method to execute.
    To differenciate it i created a new task and assigned only flexible upload method and when i execute this task the system still executes the load from data streams method.
    Can anyone guide me as to where i am going wrong?
    Cheers
    Shivkumar

    Hi Mani
    I could not follow what you meant to say
    "I have done same what u describe, but do not have the issue. Create seperate method for data steam and FU. Then merged both in one method and assigned such method to one task and no issue.. I face that u described,
    Can you assign the method to the task, starting from the same starting period and check again."
    Do you mean to say that you did whatever i am doing and you too faced the same problem. But the strange behaviour of the system is when i execute it in "Execute with selection screen" mode the system shows all the methods, however if i run it in update mode the system executes only the "Load from data streams" even if the "Flexible upload" method is assigned.
    BTW where do you set the validity for a task?
    Cheers
    Shivkumar

  • Task Execution Working Correctly. Package Execution Not Working Correctly.

    I have created an SSIS solution (using SQL SERVER 2012) to extract data from ServiceNow. All the tasks are wrapped in a Sequence Container. When I right click on the Sequence Container and click Execute Task the package behaves as expected. It extracts
    the data from ServiceNow and performs the rest of the etl. However when I click Execute Package from the Solution Explorer the package successfully completes but it does not extract any data from Service Now.
    I have played around with settings and different package designs but with no change in behavior. I can execute with true success at the task level but not the package level. This behavior is even apparent after deployment. I can execute with success from
    the SSISDB but with no data extraction. When I hook the deployed package to a job I still get no data extraction.
    My thinking it has to be some kind of bug or hidden proxy setting because I only get true success (with data extraction) when I manually execute at the task level - i.e. the Sequence Container.
    I have been using SSIS for a couple years now and have not come across this issue. Hopefully someone can help or have some ideas.

    Got it. I needed a break and to think about this clearly. I needed to update the Package Property Delay Validation from False to True. That solved the issue. I guess the SSIS engine needed the extra time to validate the variable and expressions
    set up within the package.

  • OIM - Manual Task Execution

    Hi All,
    let me show you my problem. I've define a provisioning process for a generic resource, in this process I added a task assigned to a specific group.
    When I test the provisioning process, the system assigns correctly the task but, when I try to set a response to the task in order to complete it OIM raises an error:
    oracle.iam.request.exception.NoRequestPermissionException: IAM-2050075:User with the key 17 does not have permissions on the request 521
    If I set my group as iheriting by REQUEST ADMINISTRATOR works but my group must NOT view the administration console of the OIM or all the requests.
    How can I resolve the problem? There is some authorization that i can do to my group to do this?
    ps. I've just tried to give to my group the same authorizations of REQUEST ADMINISTRATOR role but it doesn't works.
    Please help me!
    Thanks

    Now my group is administrator in all of the involved objects:
    - Authorizer on Resource Object
    - Administrator write/delete on Resource Object
    - Administrator write/delete on the UD form
    - Administrator write/delete on the Process Definition
    but still it doesn't works, I receive always oracle.iam.request.exception.NoRequestPermissionException.
    There is a way to give directly the right request persmission?

Maybe you are looking for

  • Safari 2.0.4 Crashes for certain users

    Out of my 140 users, I have 5 or 6 that have Safari crash any time they type into a text box. If anyone else logs into the same machine it works fine, so I must be user related. I have installed Firefox, and it works fine. Below is the last error log

  • What ever happened to 3.0 Reverb in Logic ?

    Did Logic dump the 3.0 Reverb plug-in in Logic 7 ? The other older reverb plugins are still in Logic 7, but I don't see the "3.0 Rev" anymore. What happened ? thank you, m

  • Report Launchpad in HR administrator

    I  AM configuring the new report launchpad (ABAP based )  in HR Administrator, using transaction LPD_CUST. And wonder  How to export manager desktop reports to the new launchpad? For MSS we have used Convert MDT Data to MSS reporting Launch pad in sp

  • Sqlldr & SKIP_INDEX_MAINTENANCE

    Hi I am using Informatica to use sqlldr to load multiple files into a partitioned table A DIRECT=TRUE & PARALLEL=TRUE Table A has indexes on it which have been made UNUSABLE through a script. (Dont want to drop and recreated them) Through informatica

  • CF8 string replacement of \ with ' generates errors ?

    Hello, I have been banging my head on this CF8 issue for too long now.   I have a string that is of the form [~]'trespes[~] where I need to replace [~] with the escaped backslash \   I have tried coldfusion replace, and java ReplaceAll but whenever I