Lock Problem while Broadcasting multiple reports using process chains

Hi All,
I am trying to broadcast 10 reports using the process chains using the program for RSRD_START and variants created in the Broadcaster..the Program jobs start fine.But I am facing the error that the RSRA_CA_LOG table is getting locked while trying to broadcast the Reports..Can any help me on how to run the jobs without the locking problem..Suggestions please.
Thanks,
Mike.

Hi,
Thanks for the Inputs and the SAP Notes.
I am trying to broadcast the Reports from the the Bex Analyer and getting this ock error and not the workbooks.
I am also trying to Broadcast the Workbooks also, but could not find the options to Broadcast them. we are in SAP -BW3.5 SP 12, Is it possible to broadcast the workbooks in this Patch level..or do we need to upgrade to achieve this.If so...can any one provide me the proceedure to  Broadcast the Workbooks.
Thanks,
Mike.

Similar Messages

  • Problem while exporting a report using CSV

    Dear friends / experts ,
    after successful genration of report my end users want to export that report i.e
    while exporting a report in portal using " Export CSV" option , am getting CSV file as semicolon ( seperated instead coma(,)
    please help me where can i change those settings to achive this CSV file with coma separated.
    thanks in advance..
    regards
    anand

    Check the below link
    http://help.sap.com/saphelp_smehp1/helpdata/en/d2/11a28fc26d4042a6d230a9783152f2/content.htm
    [Steps to change the delimiter in csv export WAD or portal|http://forums.sdn.sap.com/thread.jspa?threadID=1988651]
    To set the field separator, go to SPRO and choose
    -> SAP Reference IMG
        -> SAP Customizing Implementation Guide
             -> SAP NetWeaver
                  -> Business Intelligence
                       -> Links to Other Source Systems
                            -> Connection Between Flatfile and BI System
                                     -> Set options for uploading flat files
    Regards
    KP
    Edited by: Konduru Prashanth. on Feb 29, 2012 3:13 PM

  • Error while loading Masterdata Txt using process chains

    Hi Guru's
                  I am loading the masterdata texts for infoobject 0material, i am getting the following error:
    "0MATERIAL : Data record 24 ('1215619 E '): version '1215619 ' is not valid     "
    Points assured.
    Thanks in advance.
    Peddinti

    Hi Jr,
            The data i am loading is a content data.i got the same error for all the records of 0Material info object.
    regds,
    Zakir Peddinti

  • Problem while Binding multiple Parameters to View Object[Solved]

    Hello,
    I am facing problem while binding multiple parameters with different data types in View Object query. For example suppose I have following query in my view object.
    SELECT Header.ADDED_BY
    Header.BATCH_ID,
    FROM BATCH_HEADER Header
    WHERE :1='deptAdmin' and Header.BATCH_ID
    in
    select batch_id from batch_header_dept_mapping where dept_id in(SELECT * FROM TABLE(CAST(:0 AS TABLE_OF_VARCHAR)))
    I am able to pass the Bind variables of Array type for : 0 , using Steve's ArrayOfStringDomain example. (ArrayOfStringDomain) .
    But after passing value to second bind parameter ie.. :1 .
    I am getting the error as follows.
    ## Detail 0 ##
    java.sql.SQLSyntaxErrorException: ORA-00932: inconsistent datatypes: expected - got CHAR.
    I tried to set
    setWhereClauseParam(1,11); // 11 is Number
    setWhereClauseParam(0,arr); // arr is arr = new Array(descriptor,conn,deptid); for in parameter.
    But of no use , Please let me know if any thing missing form me or have any another solutions. Also please provide me any example if have.
    Thank you,
    Sandeep
    Edited by: user11187811 on Oct 23, 2009 7:27 AM
    Edited by: user11187811 on Oct 26, 2009 12:52 AM
    Edited by: user11187811 on Oct 26, 2009 6:51 AM

    hi.
    but when using non-Oracle named parameter binding styles as you've done (ie. , :1), regardless of what number you give each bind variable, they are sequenced 0, 1, 2 etc. As such your bind variable :1 is the 0th parameter, and your bind variable  is the 1st parameter.Your statment is correct.
    :1 i used was actually on 0th position and :0 was on 1 position. Like you said in sequence 0,1,2 etc. Now i get the answer and i corrected My mistake by assigning right values to right binding variable. and problem just solve.
    Thanks Chris.

  • Document Splitting problem while posting asset acquisition using F-90

    Hi,
    We are using ECC 6.0 with document splitting functionality and are facing problem while posting asset acquisition using F-90.
    The transaction entry details are as below:
    Document Type - KR
    Vendor Line Item PKey - 31
    Amount - 10000
    Asset Line Item with PKey - 70, Transaction Type - 100
    Amount - 10000
    The Document Splitting Rule - 0000000012 is used and the Field Status Group for the Vendor Reconciliation Account and Asset Reconciliation account have Cost Center, Profit Center and Segment as "Optional" field.
    The Balance Sheet Item - Asset Reconciliation Account has been created as
    Secondary Cost Element - 90.
    The Profit Center and Segment field have been made mandatory and zero balancing is also set in the settings for Document Splitting.
    While posting asset acquisition using F-90, we are getting the error message - "Balancing Field "Profit Center" in line item 001 not filled"
    The first line refers to the Vendor Line item.
    Please let me know how to overcome this error.
    Regards,
    Ramanand

    Please follow the below path and do config :-
    IMG>FA>Asset Accounting>Integration with the General Ledger>Additional Account Assignment Objects>Specify Account Assignment Types for Account Assignment Objects
    here you have to put KOSTL (Cost center) for both against APC and Dep run for each Dep area.
    Thanks
    Pyare

  • Problems while generating the report........

    Hi Experts,
    I have genereated a new report on purchasing data, I am facing bellow problems while generating the report,
    1) In rows one Invoice doc num is there, I am not getting result row for this object, I have given NEVER in supress result rows in properties of that object, but it's not showing.....how can i get result row for this object?
    2) I am getting '#' for the blank values, How to remove these '#"s
    Please help to solve my above problems,
    Helpful answer will be awarded with points,
    Thanks in advance,
    Venkat.

    Hi,
    1) If you have only Invoice Num it does not shows the result Row .
    2)If you display the characteristics as Key u will get as '#'. You can select as Text,then it will show 'Not Assigned'. (Hope you know that when the Values not updated from Infoprovider then # appears at output )
    Hope it helps

  • Use ABAP code in "Decision Between Multiple Alernativesu201D in process chain

    Hi, does anybody know if it is possible to include ABAP code in formula definition when using u201CDecision Between Multiple Alernativesu201D in process chain.
    I wanted to read a specific parameter from one table in order to choose the next step in the process chain.
    If it is not possible, do you any workaround?
    Best regards,
    João Arvanas

    Hey.  You could create your own custom formula which you would code.  Then that formula is reuseable in the formula builder.  That should get you where you need to be.
    Here is a document on how to implement the custom formulas:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f095592f-42f7-2a10-6ab1-c836a559b48f?quicklink=index&overridelayout=true
    Hope this helps.
    Thanks

  • Multiple Reports using Application Engine

    Hi ,
    Can we generate multiple reports using App Engine..?
    if yes, how do we do tht..?
    cheers,
    Karthik
    oops...im sorry..i mean reports..dont know i typed questions...corrected the question now...
    Edited by: karthik tulasi on May 15, 2009 1:48 PM

    karthik tulasi wrote:
    Hi ,
    Can we generate multiple questions using App Engine..?
    if yes, how do we do tht..?
    cheers,
    KarthikWhat is "questions" ?
    Nicolas.

  • Problem while assigning multiple staffing to project role.

    Dear All,
    I am facing problem while assigning multiple staffing to project role.
    In the project role, we are doing staffing ( assigning BP). While assigning the BP's getting below errors.
    Resource assignments overlap
    Message no. DPR_BUPA_LINK004
    Diagnosis
    The validity period '10.02.2008'-'01.03.2008' for the assignment of project role Product Manager and ' Rakesh Pradhan' overlaps with the validity period of the assignment ''.
    However, the project role type does not allow several staffings to be edited at the same time in the project role.
    System Response
    The system does not allow this constellation of data when saving.
    Procedure
    Check and correct the start and finish dates of the staffings affected.
    Request you to advise in fiixng the issue.
    Thank you for your cooperation.
    Regards,
    Ranjan

    Hi Biplab,
    For multiple staffings in the same time frame, check the option of 'Edit in Parallel' in the Role Type settings in SPRO.
    Let me know if that helps.
    Regards,
    Vivek Pandey

  • How to Update Infoobject Masterdata using Process Chain

    Hello,
    I am trying to update the Master Data in Infoobjects (text and Attr) by using Process chain.
    The steps used are
    1. Delete data from PSA
    2. Execute Infopackage
    3. Execute DTP for Attr
    4. Run Attr Change
    5. Execute DTP for TEXT
    While updating Text, I am receiving error for duplicate entry.
    I am trying understand the correct process to update Infoobject Master Data in BI7 (SCM5/5.1). Please adivse.
    Thanks,
    Sanju

    HI Narendra,
    In process chain functions, you can use  the process type with the name Trigger Event Data Change (for BEx Broadcaster)
    The above process type must be used to determine which InfoProviders should be checked for data changes. You can specify multiple InfoProviders within this process type either directly (by simply entering the names of the InfoProviders) or indirectly by specifying the name of the variant based on one of the following process types:
    • Execute InfoPackage (LOADING)
    • Activate DataStore Object Data
    • Update DataStore Object Data (Further Updating)
    • Read PSA and Update Data Target
    Hope this helps
    Regards,
    Sathya

  • Report on Process Chain Completion Timings

    The SAP-delivered BW stat cubes do not seem to be designed to report on process chain completion timings.  My requirement is to automatically generate a report on the start time, end time and over-all duration of our scheduled chains and if possible, also its components/processes.  Our approach right now is through manual checking of the logs of the chain.
    Inputs will be awarded and highly appreciated.
    Thanks,
    AL

    Hi Angela,
    You can create an abap Program using tables  RSPCLOGCHAIN and  RSPCPROCESSLOG   using the (LOG_ID) Log-ID of a Process Chain Run field as join between them .  
    You will have more attribute entries for the the chain in table RSPCPROCESSLOG .
    You have select the latest time stamp field (ENDTIMESTAMP) to get the finish time.
    For the process chain to monitor you can either maintain them as a variant in the program.
    You need to provide  DATUM of table RSPCLOGCHAIN for selection.
    The limitation is if the process chain has failed and if all the subsequent process  of failure are manually done.
    It may not display the right values  .
    Regards,
    Amuthan

  • How to load hierarchies using process chains

    Hi ,
    Can any one please explain the steps for loading hierarchies using process chain.whenever i drag the hierarchy infopcakage Save variant is also coming by default,so do we need to have different SAve variant for different hierarchy infopackages or can we have one save variant for all the hierarchy variables.
    Thanks,
    Vaka

    Hello Veka,
    How r u ?
    Yes ! SAVE Variant & Attribute Change Run will add up while loading the Hierarchy InfoPackage.
    Provide the InfoObject Name for which u r loading the Hierarchy in the SAVE variant and SAVE it. The same will be transferred to the Attribute Change Run also.
    If u r creating the Chain with more InfoPackages then have the Save Variant & Attribute Change Run at the last.
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • Flat file data loading error using process chain

    Hi SAP Experts,
    I am having a problem loading the flat file data to the cube using process chain. The issue is that when i run the process chain it fails giving the message " Date format error, please enter the date in the format  _.yyyy" . I am using " 0calmonth in the datasource" . Strange is that when i manually execute the infopackage, i dont get any errors and am able to load the same file successfully to the dso and the cube. Is there any special setting for the process chain that i am missing?
    The date format in the flat file is mm/yyyy. I have tried all the options i could including recreating the datasource and invain dont see any success so far. please help me solving this problem as we r in the middle of testing cycle.
    Thanking you all for your quick response and support all the time.
    Kind Regards,
    Sanjeev

    Hi Sanjeev,
    I believe you are opening the .csv file again after saving it. In this case the initial 0 in single digit month (say 02/2010) is getting changed to 2/2010 and the resulting file is not readable to the system. Just do not open the file after you have entered data in the .csv file and saved and closed it. If required, open the file in notepad, but not in excel in case you want to re-check the data.
    Hope this helps.
    regards,
    biplab

  • HOW TO LOAD R/3 DATA INTO SAP BI USING PROCESS CHAINS?

    Hi,
    Can we load R/3 data into BI using process chains?... I loaded data from R/3 into Infocube using generic extraction using view... took 2 tables EBKN and EBAN and ceated view.
    In PSA I can find all the 2388 records but when I load into datatarget in transferred tab there are 2388 records but in added colum i could find only 2096.....
    I deleted the request and want to load through process chains....... but  how to do ?????? without flat file ...can we laod using process chains?
    I appreciate any inputs.......
    Regards,
    Prasanthi.

    did you even bother looking at the links in my previous posts???
    read the docs...try yourself...if you encounter specific issues, you can post them on the forum...
    if you're really expecting somebody to post a step by step for process chain, i think you can wait a long, long time...

  • Scheduling an ABAP Program Using Process Chains

    hi experts,
         I have an ABAP program which downloads ODS data to a flat file
         i am trying to schedule this using process chains
         can some body give me some hints on this
         as when i try to schedule this using the process type ABAP program
         the chain is activated and starts ok but it is completed without
         downloading the file.
         the process gets finished without any errors. kindly help me
    thanks

    Hi dear,
    maybe you already read this doc...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3507aa90-0201-0010-6891-d7df8c4722f7
    Maybe it can be useful to check your procedure...
    Bye,
    Roberto

Maybe you are looking for

  • I'm new to ipod touch, 4g and my question is how can i download a contact list other than through facebook etc.

    I'm new to ipod touch, 4g. My questions is how can I download a contact list other than through facebook or yahoo or gmail?

  • Cinema 4d Lite Does Not Load

    Hi, I can't seem to get Cinema 4d Lite to start. Has anyone had this issue? I click the app. It then appears in my dock then disappears after a few moments. I am on a mac running os x 10.8.4 and have an nvidia 9400M gpu. Any help is appreciated.

  • Im trying to install CS6 Web & Design Premium (Student Version).

    Im getting adobe error message. "Installer failed to initialize. this could be due to a missing file" Please help!! I am using a Mac Book Pro 2 GHz OS 10.6.8 I did a system restore and a software update before attempting the install. You can email me

  • Login module - multiple logins

    Hi I want to implement the multiple login in the portal .For this i have to edit the java file where the authentication check will be done ,i am unable to get that java file where this user authentication is being checked.Can any one plz help me out

  • Palm Pre sync error USB not recognized

    Posted in the wrong area. Moved to Synergy. I am a Volunteer here, not employed by HP. You too can become an HP Expert! Details HERE! If my post has helped you, click the Kudos Thumbs up! If it solved your issue, Click the "Accept as Solution" button