2 different actions being executed simultaneously through guided procedure

Hi All,
Can you let me know whether it is possible two run 2 different actions embedding 2 different callable objects simultaneously through guided procedure? Please let me know the procedure.
Thanks in advance,
Swaralipi

Can any one help me regarding this questions?

Similar Messages

  • Error when executing DBMS_ERRLOG through Stored Procedures...

    Hi,
    We have TWO schemas like IDWH_ODS and IDWH_ERR running on Oracle 10g Rel.2.
    The schema IDWH_ERR has direct SELECT privilege on all the base tables in IDWH_ODS schema. (As Pl/sql doesn't support ROLE, we have granted direct SELECT on each of the tables)
    IDWH_ODS schema has tables like ACCOUNT & CUSTOMER, for which I need to create DML Error logging tables in IDWH_ERR schema.
    I have one procedure 'Cr_Errlog_Tabs' in IDWH_ERR schema which gets all tables in IDWH_ODS and creates Error logging table in IDWH_ERR schema using DBMS_ERRLOG package. My problem starts here,
    When I execute the DBMS_ERRLOG package in IDWH_ERR through SQL*Plus LIKE,
    > exec DBMS_ERRLOG.CREATE_ERROR_LOG('idwh_ods.ACCOUNT','ERR$_ACCOUNT','idwh_err');
    it's creating the error log table 'ERR$_ACCOUNT' in IDWH_ERR schema.
    (...the same will be working when execute through Anonymous plsql block)
    BUT, when i execute the DBMS_ERRLOG package with same parameters through the stored Procedure 'Cr_Errlog_Tabs', it throws the following error...
    ORA-01031: insufficient privileges
    Please let me know how the solution at the earliest.

    WHY DO YOU FEEL YOU HAVE TO START A NEW THREAD FOR YOUR PROBLEM!?
    Insufficient priv error when executing DBMS_ERRLOG through PLSQL

  • Method execute from the Guided Procedure

    Hi All:
    I have a web dynpro application that has a view Evaluation and this one has a embed view from another component. I´m using guided procedures and setting in the execute method a parameter that is linked to the embed view.
    The problem is that in the  view Evaluation, when calls DoInit() I´m sending these parameter to the embed view but I´m not getting any value at that moment. These means that the execute method occurs after the DoInit().
    Someone knows in what sequence the methods are call, execute and Doinit(). Where can I set the parameter for the embed view so the execute method had been already call and the parameter set before it call the DoInit method.?
    Thanks, regards

    Hi
    I have two components component A with wiewA and component B with ViewB. The view B is embed in view A.
    The view A has the call to the GP. I import the view B and I bind the interface from that componentB with the component Controller of the component A and this one to the view A.
    and the view is linked to the Inerface Controller where is the execute method.
    In the wdDoinit of the view A I´m setting the context values of the parameters I want to send to the view B. And in the wdDoInit of the view B, I´m calling a method that fills a table according to the parameter.
    Thanks for the help

  • Personalizing E-mail Templates in Guided Procedures

    Dear All,
    I need an E-mail template which will fetch me the context parameter value like defined in the the block of a Process through Guided Procedures as follows:
            Context Parameter> Input Parameters (of type Structure)->Business Manager (String)
    I need to get the value of "Business Manager" in the E-mail thats sent to all the context processsors.
    I used "ctxt.personalData.lastName" where ctxt is the prefix of Context Parameters, personalData is the structure and lastName is the field to retrieve the value. But this is not working for me.
    Please suggest the possible solution to this.
    Regards,
    Poornima.

    Hi Poornima,
    Than you should check if this parameter is mapped. Send e-mail or Notification callable objects has own parameters and you should have such parameter for the callable object "personalData.lastName" which should be mapped to the context parameter of the action. When you define a due date or notification for an action you have a button "map" and also you should edit the Send e-mail or Notification callable objects so that they contains personalData.lastName parameter.
    Regards,
    Yordan

  • Personalize E-mail Templates in Guided Procedures

    Dear All,
    I need an E-mail template which will fetch me the context parameter value like defined in the the block of a Process through Guided Procedures as follows:
            Context Parameter> Input Parameters (of type Structure)->Business Manager (String)
    I need to get the value of "Business Manager" in the E-mail thats sent to all the context processsors.
    I used "ctxt.personalData.lastName" where ctxt is the prefix of Context Parameters, personalData is the structure and lastName is the field to retrieve the value. But this is not working for me.
    Please suggest the possible solution to this.
    Regards,
    Poornima.
    Edited by: Poornima H.G on Mar 18, 2009 2:17 PM

    Hi Poornima,
    Check the following thread:
    Personalizing E-mail Templates in Guided Procedures
    And next time it will be great if you don't create 2 posts for the same problem.
    Regards,
    Yordan

  • Error while executing Guided Procedures Action

    Hello,
    We are getting the following error when a user is trying to execute an Action in the Guided Procedures Process:
    "Cannot complete Action: Activity could not be read".
    What can be causing this?
    Any help would be highly Appreciated.

    Hello,
    This is more than likely due to an inconsistency of a GP object at database level. I suggest opening an OSS ticket as this would require detailed analysis.
    Thanks and best regards,
    Carl Connolly
    Senior Support Consultant - Netweaver Web Application Server
    AGS Primary Support, Global Support Centre Ireland
    Guided Procedures trouble shooting guide:
    www.sdn.sap.com/irj/scn/wiki?path=/display/JSTSG/%2528GP%2529Home

  • How to get all parameter names along with their values in stored procedure which is being executed

    Im using sql server 2012, is there any possible way to get all the parameters of a stored procedure along with the values passed to it.
    I need these things to build a xml. I mean this should happen in the procedure which being executed and it should be common for all the procedures.
    For example, let us suppose we have to procedures,
    uspSave, @name='test' @age=20
    uspDelete @id=2
    now in uspSave procedure, i need to get @name, @age and the values 'test', 20 and in uspDelete, i should get @id with value 2.
    For getting the column names, i tried this,
    select parameter_name from information_schema.PARAMETERS where specific_name=OBJECT_NAME(@@procid)
    now is it possible to loop through the result of above query and can we get the values.

    I think  you need running SQL Server Profiler to capture this info even in SQL Server 2012.
    Best Regards,Uri Dimant SQL Server MVP,http://sqlblog.com/blogs/uri_dimant/
    Blog : MS SQL Development and Optimization
    Blog : Large
    scale of database and cleansing

  • Clean Job: Guided Procedures - Locked Objects & Background Action Process Q

    I opened this thread also in Portal Content Development thread,
    but I think its more useful here:
    Hi Experts,
    We are running several Workflows on our Portal, they often lock objects and use the background action processor queue.
    You can unlock these objectes manually by selection 'Unlock Objects' (which is below Guided Procedures - Administration)
    And you can delete the successfull processed action queues (Guided Procedures - Administration - Maintain Queues).
    Is it possible to this in a weekly running job? All objects should be unlocked, the queue should only be deleted for actions which where processed successfully and are older then a date.
    Is this possible?
    Thanks for any help,
    Chris

    Hi Sitarama,
    <br/>
    <br/>Thanks very much for your fast reply. Yes, the smartforms are custom-built. Besides the deadlock error, there still has some errors in SP01 says "Could not pass request to host spool system". But it previews wonderfully in SP01. The detailed SP01 error log is like below:
    Print request processing log
    Errors occurred processing this print request
    Error during print request output. l_rc = 99
    There may be no printout
    Most important attributes of spool request
    Request number 2828
    Request name SMART  LOCA 8000199
    Client 800
    Owner 8000199
    Request attributes
    Time created   2010120906014800
    Remaining life  +00007235800
    Dispo 1 (Go/Hold) G
    Dispo 2 (Keep/Delete)     D
    Dispo 3 (Indirect/Direct) D
    Default output device LOCA
    Default no. copies  1
    Format ZTEST
    Main print request characteristics
    Spool request number 2828
    Print request number 1
    Print request attributes
    Time created   2010120906020500
    Output device LOCA
    Format ZTEST
    What do you mean parallel processing on table level? The smartforms extract data from different SAP tables and then transfer to smartform interface, then they can added in form pages. Do you think this results parallel processing towards tables?
    <br/>
    Thank you and hope to hear more from you.
    Best Regards,
    Jeff

  • Conditions in Guided Procedure to execute a block

    hi All,
    I am new to Guided Procedure,Please help.
    My requirment is as follows-
    There are multiple sequential block, before one final block i need to check a flag condition which comes from WebDynpro
    If Yes i have to execute the block else dont execute the block
    Kindly let know how to go ahead regarding this.
    Thanks in advance.

    Hi Shikha,
    Here is what you can do:
    1.In your Web Dynpro application you can define two result-states : Say Passed and Failed. You will set one of these the result-states
    based on your true-false logic. You'll have to create a Callable Object and an Action for this Web Dynpro app.
    2.You have to place this action before your final block.
    3.Create a 'Process Termination' callable object and and an action for that and place it after the Final Block.
    4. Now for the two result-states for your action for the Web Dynpro Callable Object, assigne the targets :
    e.g. Passed : <Name of the Final Block>
           Failed : <Name of the 'Process Termination' Callable Object.
    5. This way, when the Callable Object for Web Dynpro gets executed as part of the process, it will set the the result state either to Passed or to Failed based on the logic you have in your Web Dynpro.
    And due to the target setting for those result-state, the Process will jump to your Final block(in case of 'Passed') or jump to the end callable object and terminate the process
    Other option would be to, have a decision callable object before the Final Block, and have similar result-states for that callable Object which will be based on the output value of the parameter from (true/false) of your Web Dynpro callable object. Rest everything will work the same way.
    Regards,
    Ajay

  • Error when executing DBMS_ERRLOG pkg through Stored Procedures...

    Hi,
    We have TWO schemas like IDWH_ODS and IDWH_ERR running on Oracle 10g Rel.2.
    The schema IDWH_ERR has direct SELECT privilege on all the base tables in IDWH_ODS schema. (As Pl/sql doesn't support ROLE, we have granted direct SELECT on each of the tables)
    IDWH_ODS schema has tables like ACCOUNT & CUSTOMER, for which I need to create DML Error logging tables in IDWH_ERR schema.
    I have one procedure 'Cr_Errlog_Tabs' in IDWH_ERR schema which gets all tables in IDWH_ODS and creates Error logging table in IDWH_ERR schema using DBMS_ERRLOG package. My problem starts here,
    When I execute the DBMS_ERRLOG package in IDWH_ERR through SQL*Plus LIKE,
    > exec DBMS_ERRLOG.CREATE_ERROR_LOG('idwh_ods.ACCOUNT','ERR$_ACCOUNT','idwh_err');
    it's creating the error log table 'ERR$_ACCOUNT' in IDWH_ERR schema.
    (...the same will be working when execute through Anonymous plsql block)
    BUT, when i execute the DBMS_ERRLOG package with same parameters through the stored Procedure 'Cr_Errlog_Tabs',
    it throws the following error...
    ORA-01031: insufficient privileges
    Please let me know the solution at the earliest.
    Thanks.
    -Saravanan

    duplicate post
    Insufficient privilege error when executing DBMS_ERRLOG through PLSQL

  • How to Execute SSIS package through MySQL Procedure

    Hi Everyone,
    How to Execute SSIS package from MySQL Stored Procedure.
    Please share your suggestions on this.
    Regards,
    Vaishu

    I am not sure whether you have SSIS license version installed in the system where MYSQL is there. In order to run SSIS package we need to have DTEXEC executable file and it comes with SSIS license version.
    An SSIS package can be executed from command prompt as,
    C:\>dtexec /f E:\package.dtsx
    I am not expert in MYSQL however in TSQL we can run dos command or scripting language such as vbscript.
    Similarly you need to check in MYSQL. This is MSSQL Server forum.
    Refer
    http://www.ehow.com/how_8789576_call-ssis-package-vbscript.html
    http://www.mssqltips.com/sqlservertip/1775/different-ways-to-execute-a-sql-server-ssis-package/
    Regards, RSingh

  • Obtain procedure/function name being executed

    Hi,
    I'm wondering if there is any way to obtain a procedure/function name being executed in Forms 6i. I wrote a nice error handler :) and i would like to get this information somehow.
    thanks a lot., Sandor

    you can't get programatically the name of the running procedure.
    do this:
    PROCEDURE my_test IS
      v_program_unit VARCHAR2 (100) := 'my_test';
    BEGIN
    EXCEPTION
      WHEN OTHERS THEN
        my_When_Others (v_program_unit);
    END;in your errorhandling you can use the name of the procedure for your error-output
    try it
    Gerd

  • Set Notificaton Duration Dynamically in Guided Procedures

    Hi,
    Can anyone please let me know if it is possible to set the Duration of Notifcation dynamically in Guided Procedures?
    For ex: I am triggering a e-mail when the action is not complete after 12 hours. I am setting this in the "Notification" tab of the Action. But looks like this is hardcoded and cannot be changed later. I want to give a option to the user to be able to configure this 12 hours instead of going through the change process when they want a different duration.
    Please advice.
    Regard,
    Kumar.

    Hi Kumar,
    Using the following document for dynamic sending of Notification in GP, you will be able to figure out how to execute the code and configuration to action.
    [Send Notification Dynamically|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0cfefa9-e700-2c10-5e81-deaef5094336;jsessionid=%28J2EE3414700%29ID1685135850DB00605893765975082321End]
    Revert for any clarification.
    Regards,
    Tushar Sinha

  • Guided Procedure

    HI,
         Iam facing the issues in Guided procedure.I have two Action.The Action two is Assigned to two users.Both the user get the Action in the UWL and both the user are possible to edit the Action.If one user completed the Action,the Action assign for the second user also completed.These things are working fine.I need to solve other issue.If one user edit the action i need to provide some information to other user ie.the Action is in Processing by other user.(or) If one user edit the Action at the same time the second user open the same action in his UWL the Action is in non editable mode.please provide the suggession for these issue.Its urgent.
    Thanks and Regards,
    Satheshkumar.R

    Ok. Here are the steps.
    I'm assuming that you have good knowledge of GP process designing. Let me know if you are stuck anywhere.
    These steps have to be followed for all blocks in the process.
    1) Initiate the process
    2) Let us assume that the first step in the process has reached two agents' UWL (A and B)
    3) When the step is clicked for execution, you must actually execute a check step prior to the actual step. That is lets say that the actual step is called as 'Approve'. So the flow will be like this
    i) Initiate
    ii) "Check" step (invisible to the user) here perform the check for a flag say InUse = ' ' ? This parameter should be visible at the process level too. If this flag is not set, then set this flag to 'Y' and then branch out to the "Approve" step (iv).
    elseif the InUse flag is already set to 'Y' (by another person), then branch out to a display form CO that says that the step is being executed by someone else.
    iii) After the step has been successfully executed, then you can set the flag accordingly. Make sure you handle the case if he just opens the task but doesnt complete the action. In this case you need to set the flag back to initial and route back to that check step.
    Cheers,
    Mandrake!
    (The Magician)

  • What is GP (Guided Procedure)

    Hi All,
    I am completely new to CAF. Can any one explain me what is GP in CAF.
    Thanks,
    Ramesh.

    Guided Procedures –Definition
    CAF Guided Procedures (CAF GP) is a framework for modeling and managing workflows using simple and user-friendly tools. As a part of the Composite Application Framework (CAF), GP enables access to multiple backend systems, consistently combining different types of services and applications into processes. In addition, GP supports collaboration, ad-hoc items, and offline task management using interactive forms. It provides role-based access to tools and resources and guidance through the workflows at runtime, thereby helping end users to easily identify and complete their tasks.
    &#61607;     A framework for modeling and managing processes that involve access to multiple backend systems
    &#61607;     Designed to implement business processes with greater ease and speed across multiple applications
    &#61607;     Enables users without specialized software development skills to easily set up and execute collaborative business processes
    &#61607;     Allows the invocation of various types of applications and services within a process (Web Dynpro, RFC’s…) In real world scenarios we might be dealing with different services, applications like WebDynpro, java, BSP and so on....CAF GP framework enables you to integrate these applications .
    &#61607;     Navigates the End User through UI-driven, people centric, distributed and collaborative business processes
    &#61607;     Enables offline process execution via Interactive Forms

Maybe you are looking for

  • Trying to write a package wrapper to dbms_workload_repository.

    dbms_workload repository contains many functions and procedures. We are trying to code a version of the package that only allows the elements we want to be seen by developers and to protect the functions / procedures we do not want them to see. SO de

  • Acrobat X Pro - PDFMAKER Office COM  in Access 2010

    Hi, I have Office 2013 and Access 2010 installed on my computer. I cannot get the PDFMAKER plugin to work with Access 2010. I tried to manually register the DLL and enabling the plugin. Is this becuase I have MS Office 2013 installed alongside Access

  • Connecting HP J4580 usb thro wired USB printer server

    Hi All, I am have printing using the Airlink  APSUSB1 usb1.1 printer server with PSC950 & HP 1400 series printer in the home network. Recently I replaced the usb printer with new HP J4500 and I am unable to print thro' the network connectivity. I am

  • Add i hour to date

    My date field have the following data: 20040805093538 I need to add one hour to the date once I get it from my cursor. How do I do this?

  • How do I activate wireless for Mac OS 10.4.11 with...

    Hi, I ran through the wireless wizard on BT.com and it said I do not have wireless. I believe the home hub I have is activated for wireless but what do I need to do to activate it on Mac OS 10.4.11? Do I need an AirPort card or something? Am I better