Exceute in Backround option(SAP tables) error in BODS 4.2

Dear All
We are using BODS 4.2 SP1
Our R3 server is 4.7 release 620
We have a simple dataflow where we pull data from sap tables,pass it from query transform and then load it in the Oracle Database.
In the SAP datastore configuration,we have selected "execute in background option".Also we have selected the same "execute in background option" by double clicking on SAP table in dataflow and selecting "execute in background option"(This option didn't exist in BODS 4.0 ).The query transform has some mixed 'and' and 'or' condition.
In BODS 4.0 the job runs without any error and takes hardly 10 minutes.
However in BODS 4.2,the same job fails.When we uncheck the background option under SAP table(not in datastore configuration,but under properties in SAP table),the job runs,but fails with timeout error in BODS 4.2.Their was no such issue in 4.0
The user account under which job runs on R3 has all rights as mentioned in SAP note 189 1274 except these two:
G_800S_GSE : This authorization allows Data Services to access ERP hierarchies.
ZSDS DEV    : This authorization lets you to define whether the SAP system should be treated as a development or
                        production system from the perspective of Data Services.
Some lines of the error code:
The SAP job was canceled for host < >, job name <b966ddd5239f11e4998c0f7840a849bc>, job count <16124501>, job log from SAP
                                                     <20140814, 161245, Job started
                                                     20140814, 161245, Step 001 started (program /BODS/RPT_STREAM_READ_TABLE, variant &0000000000002, user ID MFIBODI)
                                                     20140814, 161246, ABAP/4 procPlessor: RAISE_EXCEPTION
                                                     20140814, 161246, Job cancelled
Please help me out here.
Regards
Ankit

Hi,
Go to BIP Server->services.msc->Business objects data services->stop and restart the services.
For Tomcat also stop and restart the services.
Regards,
Narasimha.

Similar Messages

  • Extracting SAP Tables Error

    Hello Experts,
    I am trying to extract data from a SAP Instance and dumping to a SQL server table. We are able to execute the data dump jobs for all tables except ADRC, BKPF, etc (Tables with 25 Million + records) .  I am not sure if this has to with high data volume .
    SAP Environment: SAP 4.6 C
    BODI Environment:
    Server: Windows 2008 R2
    Database: SQL Server 2008, Web Server: Tomcat and Job Server run on the same server (Windows 2008 R2).
    Designer is installed on The client (desktop) PCs run on Windows Vista 64 Bit or Windows 7 64 Bit
    Note: I can run the same job for the same tables (ADRC, BSEG) from a different SAP instance (with much less data volume) without any issues.
    When I run the job, I get an RFC Error: Key: RFC_ERROR_SYSTEM_FAILURE
                                                    Status: &INCLUDE INCL_INSTALLATION_ERROR
    The BASIS guys looked at the logs and mentioned that there are "DBIF_REPO_PART_NOT_FOUND" and "STORAGE_PARAMETERS_WRONG_SET" runtime errors.
    Any help will be highly appreciated.
    Edited by: Chaitanya Kasarkod on Sep 13, 2011 12:34 AM

    Chaitnya -
    make sure you have set the property parametes for ABAP DF to extract the data from SAP has set in right way. as in for standared ABAP prog name has to be start ZDQ/DI_* and some other relevant settings.
    thx
    Deep

  • View with SAP tables fails with "No Owner" error

    Dear experts,
    We have created a view (VIEW_MARA_MAKT) on Information Steward (4.2 SP1) using SAP tables MARA and MAKT.  This view is working perfectly.  Next we create another view to join with our previous view (VIEW_MARA_MAKT) to table MARC.  The view validates correctly, but when trying to view the data we get the following error:
    Data Services execution failed for VIEW_MATERIAL_PLANT. Error :
    (14.2) 04-08-14 12:46:21 (E) (0432:6996) RES-020106: |SESSION JOB_VView_736_43f3f6da_b863_46d6_ad64_b4f432a939b0|DATAFLOW EABAPDF_VIEW736_0|STATEMENT <GUID::'4a0dddf9-c993-4577-9e9a-1e0adf2dc9e2::794ee432-24f4-4801-bccf-587ef489e934::65e45615-06f8-426f-abf2-61345f6c252f' READ TABLE ICCDS_21."".MARC OUTPUT(IS_VIEW_RDR_475_0)> Table <MARC> for owner <> was not found in the repository for datastore <ICCDS_21>. Import this table from the external source. If the name is case-sensitive in the database (and not all uppercase), enter the name as it appears in the database and use double-quotation marks around the name to preserve the case. (COR-10690)
    It appears that DS is not satisfied that there is no owner name sent from IS, but for SAP connections it is not possible to specify owner names when adding the tables to IS.
    Please can you give some recommendations to resolve this error.

    What you can do is to use a table of record.
    And create a block based on stored procedure.
    Below is a table of record and procedure for querying from multi-tables.
    If you want to update, insert, delete rows, you need to create 3 more procedures on the package. One for updating, another for inserting, and so on.
    I never done updaing part before. So I need to spend time for coding.
    If you want, I can post later as soon as I got it.
    CREATE OR REPLACE PACKAGE TEST5 AS
    TYPE REC1 IS RECORD (FIRST TEST1.FIRST%TYPE,
    SECOND TEST1.SECOND%TYPE,
    THIRD TEST2.THIRD%TYPE);
    TYPE TAB1 IS TABLE OF REC1 INDEX BY BINARY_INTEGER;
    PROCEDURE TEST1CREATE (P_TAB IN OUT TAB1);
    END;
    CREATE OR REPLACE PACKAGE BODY TEST5 AS
    PROCEDURE TEST1CREATE(P_TAB IN OUT TAB1) IS
    CURSOR C IS
    SELECT A.FIRST,A.SECOND,B.THIRD
    FROM TEST1 A, TEST2 B
    WHERE A.FIRST=B.FIRST;
    i NUMBER:=0;
    BEGIN
    OPEN C;
    LOOP
    EXIT WHEN C%NOTFOUND;
    i:=i+1;
    FETCH C INTO P_TAB(i).FIRST,P_TAB(i).SECOND,P_TAB(i).THIRD;
    END LOOP;
    END TEST1CREATE;
    END;
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Hercules:
    <HR></BLOCKQUOTE>
    null

  • Runtime Error while updati9ng a standard sap table - fagl_saplinfo_val.

    Hi,
    I am facing a problem in updating a standard sap table through a z program. The table name is fagl_saplinfo_val.
    Error description is:
    Termination occurred in the ABAP program "ZMIGR_PCA_COPY" - in                   
      "SUB_POST-CUSTOMER_DATA".                                                       
    The main program was "ZMIGR_PCA_COPY ".                                
    In the source code you have the termination point in line 644                    
    of the (Include) program "ZMIGR_PCA_COPY".                                       
    The program "ZMIGR_PCA_COPY" was started as a background job.                    
    Job Name....... "ZMIGR_PCA_COPY"                                                 
    Job Initiator.. "BASAKK"                                                         
    Job Number..... 10485700                                                         
    The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in      
    procedure "SUB_POST-CUSTOMER_DATA" "(FORM)", but it was neither handled locally  
      nor declared in the RAISING clause of its signature.                                
    The procedure is in program "ZMIGR_PCA_COPY "; its source code begins in line    
    631 of the (Include program "ZMIGR_PCA_COPY ".                                   
    Is it related to non availability of space in that standard sap table?
    kindly suggest me the solution to this as soon as possible. Its vvvvv urgent!!!
    Regards,
    Panchali.

    Thanks Lakshman!
               I debug the program.There is no BDC used update.In this program after taking the data from excel sheet one internal table is prepared and this internal table is directly used to insert data into z table.This is the last code which executes.
      INSERT zmmpoamend FROM TABLE t_zmmpo_amend_tab.
      IF sy-subrc EQ '0'.
        MESSAGE 'Data Upload Successfully completed' TYPE 'S'.
      ELSE.
        ROLLBACK WORK.
        MESSAGE 'Data Upload failed ' TYPE 'E'.
      ENDIF.
      CLEAR t_zmmpo_amend_tab.
      REFRESH t_zmmpo_amend_tab.
         Is it possible to configure z table using SPRO tcode,such that this z tables data will go to standard table and then we can see it in the standard tcode?
    I am not sure but it's just a guess.

  • How to use a SAP table in Validation Look Up

    Hi Experts,
    I my job for every record in the input data set I need to check for the value of the data set column in the SAP table.
    I am using a validation transform and am using the "Exists in Table" option, where I am specifying the column in the SAP table to look up.
    It is giving me an error BODI-1112468 saying that SAP table cannot be used in Validation Look up.
    Please suggest any other way to resolve it.
    Thanks in advance.

    user12088323 wrote:
    How to use a Sybase table in Oracle SQL statement?
    Sybase version : 11.9.2.4
    Oracle version : 10.2.05
    Thanks.Any Oracle client connected to the Oracle database can access Sybase data through the <font style="background-color: #FFFFCC">Database Gateway for Sybase</font> (it requires an additional license) or the <font style="background-color: #FFFFCC">Database gateway for ODBC</font> (it's free).
    The Oracle client and the Oracle database can reside on different machines. The gateway accepts connections only from the Oracle database.
    A connection to the gateway is established through a database link when it is first used in an Oracle session. In this context, a connection refers to the connection between the Oracle database and the gateway. The connection remains established until the Oracle session ends. Another session or user can access the same database link and get a distinct connection to the gateway and Sybase database.
    Database links are active for the duration of a gateway session. If you want to close a database link during a session, you can do so with the ALTER SESSION statement.
    To access the Sybase server, you must create a <font style="background-color: #FFFFCC">database link</font>. A public database link is the most common of database links.
    SQL> CREATE PUBLIC DATABASE LINK dblink CONNECT TO
    2  "user" IDENTIFIED BY "password" USING 'tns_name_entry';
    --dblink is the complete database link name.
    --tns_name_entry specifies the Oracle Net connect descriptor specified in the tnsnames.ora file that identifies the gatewayAfter the database link is created you can verify the connection to the Sybase database, as follows:
    SQL> SELECT * FROM DUAL@dblink;
    Configuring Oracle Database Gateway for Sybase
    <font style="background-color: #FFFFCC">{message:id=10649126}</font>

  • Error in BODS and SAP connectivity

    Hi,
    We are trying to fetch the data from SAP thru ETL tool BODS; while doing so we are facing the following issues :
    1.        While connecting to SAP RFCu2019s through BODS, we are getting the following error
    u2018RFC CallReceive error <Function RFC_ABAP_INSTALL_AND_RUN : You do not have authorization for this functionu2026u2026>  (BODI-1112339).
    As per our understanding, this requires the privilege to execute the function RFC_ABAP_INSTALL_AND_RUN. ??
    2.        Also, we require to load the BODS functions(related to SAP)  on  SAP Server using CTS (Correction and Transfer System); as per help document  given in technical manual of BODS. We are getting the error while importing the component in BODS as these functions are not available in SAP.Getting error like function module Z_AW_TABLE_IMPORT not found
    We are following the instructions and we have the required files (R900XXX.SXX  and K900XXX.SXX). But we do not find /usr/sap/trans/data and /usr/sap/trans/cofiles directories in SAP server.
    How to achieve this in BODS ??
    Also can you tell one thing that can we talk to SAP from BODS without importing the tables and metadata in BODS datastore ??
    Urgent help required.
    Thanks in advance
    Jagadesh

    Hi
    Experts..even i have the same requirement.But i am doing it wrt Master data.
    There are two options:
    Option - I: Your source data should give updated date and time(which is the case in my scenario) In the PSA you always load the Full data and in the start routine compare the data with the last update date and time and accordingly modify your data in teh target and then set the date and time to the last updated date and time.
    Option - II: In the data service load job use another table called mirror table to and always compare the new data with the mirror table and send to BW only the changed records(Delta).
    Btw i have an issue in loading hierarchy data to SAP BW.I have the same structure in the MSSQL but when executing the loas job it throws the following error :
    Error while executing the following command:  -Sd1 return code:75
    Thanks!

  • Sap Payroll error log report

    Hi All,
    We are developing Report on SAP Payroll log with the error message . Is any table exist in SAP where we can get the standard error message repositery and then convert it in the User freindly error message ?
    Thanks
    H

    Hello hg,
    Before developing report on SAP Payroll error log I suggest taking a look at below blog. There is a new functionality from SAP to improve payroll data validation and they are calling it "Control Center Add-On".
    This is going to be a free add on for anyone who is on EHP7 and NetWeaver on 7.4 release. The general availability is June 2nd 2014.
    Improve payroll data validation with SAP Payroll control center add-on
    Hope this helps.
    Thanks,
    Hemanth Jamithi.

  • Relationship between unknown SAP-TABLES

    Hi Folks,
    Lets take a scenario of populating an ouput internal table with fields from 4 unknown sap tables(relation between the tables is unknown). How can we check the relationship between those tables to populate the internal table..? What are the possible ways to check the relationship between tables..?
    Can u please help me on this.
    Thanks n regards,
    ram.

    Hi <b>Ram</b>,
        I tried the following method to find relation between tables and i think it is quite useful. I hope this will be of some use to you.
    ->   Goto SE11 and display one of the tables.
    ->   Click on the <b>Graphic</b> icon on the toolbar or use shortcut ctrlshiftF11
    ->   It displays all the related tables by foreign key and even gives you all check tables involved. If the list is a long one, you can even use <u>Find</u> option to check if the other tables you are trying to find relation with, exist in the screen.
        Hope this Helps!! Do get back!!
    Regards,
    <b>Naveenan</b>.

  • Issues in exporting data from SAP tables in SE16 to excel

    1.How can I save an sap table (displayed through SE16) in ECC6 into a pivot table in excel. [ I have seen this option in R/3 4.7, but do not see it in ECC.]
    2.How can I copy all the rows of a 3000 row SAP table in SE16 and paste the values into excel. I need to do this in one shot and not page by page.
    3.What option do I need to select inorder to preserve the formating of the values while saving as a local file in a spreadsheet format. All the values with leading zeros,like company codes gets saved with only their numeric portion when I save a SAP table as a local file. for eg company code 0001 gets saved in excel as just 1,company code 0056 gets saved as 56 etc. How do I prevent this? What option do I need to set in SAP in order for the values to be downloaded as is, without any truncation of leading zeros.

    1.  I don't know.  How about creating a pivot after exporting data
    2. System->List->Save->local file->clipboard
    Then paste whole lot in Excel
    3. This is a problem with Excel, not SAP.  SAP exports with leading zeroes.
    You could export as flat file & import into Excel into a spreadsheet with an appropriate numbering format.

  • Using an on update or insert trigger on a SAP table

    Hi all,
    A question for you regarding using a database trigger in and SAP system. 
    We are needing to export data for our datawarehouse.  Currently we export all the data.  That data is getting quite large tho and time is becoming an issue.
    One suggestion has been to add a custome field to an existing SAP table to hold a flag to indicate the record has changed but not been extracted.  Thenput a trigger on the table in question so that the new field is updated upon update or insert of the record.  Then when the extract runs, it will only extract those records with the flag set, then reset the flag.
    we are using ERP 6 and SQL Server 2005 (or soon to as we will be upgrading next month).
    Any suggestions regarding triggers?  Or other options for flagging changed records in large table so we don't have to extract all records every time?
    Thanks
    Laurie
    Edited by: Laurie McGinley on Oct 27, 2008 10:51 PM

    Hi Laurie,
    just really shouldn't consider to put triggers into your application.
    The problem here is the very nature of triggers to do things 'in the background'.
    If you have problems due to the trigger, you won't see it anywhere in the SAP environment.
    In a while you probably forget about the trigger at all and then nobody can see, what is happening to the database, just because something is changed "in the background".
    Besides that you don't get support for this from SAP, you will make your life a lot harder.
    Tabledefinitions may change - your trigger might break.
    Put application logic where it belongs - to the application layer!
    regards,
    Lars

  • SELECT-OPTIONS in table maintenance generator screen

    Hi
    Is it possible to create SELECT-OPTIONS in table maintenance screen?
    My requirement is to allow the user to enter single Company code and Range of G/L Accounts in the Table Maintenance input screen. Please let me know.
    Thanks
    Abdul Hakim

    Hello Tamas,
    As a matter of fact we can add a custom selection-screen to the TMG screen & without manually modifying the TMG
    You can do so by using the [Event AA: Instead of the Standard Data Read Routine|http://help.sap.com/saphelp_nw04s/helpdata/en/91/ca9f56a9d111d1a5690000e82deaaa/content.htm].
    Please check the code snippet:
    DATA: gv_fldate TYPE s_date.
    * User-defined selection-screen
    SELECTION-SCREEN: BEGIN OF SCREEN 9000.
    PARAMETERS:     p_carrid TYPE s_carr_id OBLIGATORY.
    SELECT-OPTIONS: s_fldate FOR gv_fldate OBLIGATORY.
    SELECTION-SCREEN: END OF SCREEN 9000.
    *&      Form  sub_yvsflight_event_aa
    *       text
    FORM sub_yvsflight_event_aa.
      DATA: ls_temp_data TYPE yvsflight,
            lt_temp_data TYPE STANDARD TABLE OF yvsflight.
    * Call the user-defined selection-screen
      CALL SELECTION-SCREEN 9000 STARTING AT 25 10.
    * Populate the int. table TOTAL
      PERFORM get_data_yvsflight.
    * Delete the records which are not required
      LOOP AT total.
        ls_temp_data = <vim_total_struc>. "Copy to local struct.
        IF ls_temp_data-carrid NE p_carrid OR
           ls_temp_data-fldate NOT IN s_fldate.
          DELETE total. "Remove the record from the TOTAL
        ENDIF.
      ENDLOOP.
    ENDFORM.                    "sub_yvsflight_event_aa
    BR,
    Suhas

  • How to add  functionality in  SAP tables

    Hi All,
    i created one  enchancement to ME31K screen,
    i added one button to contract header  page when user click on this button it will tak me to my functionlity.
    and in my screens i added one more button that will tak me to contract header  page.( i used that stmt 'Leave program').
    but in second cycle if the user click on button it is showing me the following error.
    This function not defined
    Message no. 06006
    Diagnosis
    There is no entry for this function in Table 168F (system table). An error involving the screen control has probably occurred.
    Procedure
    Contact your system administrator.
    Am i need to add this functionalty to any  sap table.
    plz guide me on this.
    Thanks & Regards,
    Murthy Sannidhi

    Hi,
    The function exits used for screen enhancement of ME31K screens would have an export parameter E_UCOMM. Which needs to be mapped to a function code maintained in T168F table. Ideally 'KOPF' function needs to be passed onto E_UCOMM within the function exit.
    i.e. E_UCOMM = 'KOPF'.
    This shall solve the issue.
    Thanks & Regards,
    Kiran Kumar Somaroutu

  • Using Standard SAP Tables in SAP Tables, clusters or functions connections

    Hi Gurus,
    I am trying to use Standard SAP table like MARA, MAKT.. etc. in my crystal designer. When i make a new connection using SAP tables, Cluster or Functions, these tables are not listed.
    Any configuration i have to maintain to list those standard table.?
    With Regards,
    Balachander.S

    Due to performance reasons there is  a limitation regarding the number of the dispplayed table names. Once you are in the connection/table browser select a table and invoke the context menu by pressing the right mouse button. Select Options and in the options panel you can use wildcards in order to limit the results to the desired range (eg. use MA% to get a list of tables starting with MA). After you close the options panel press F5 and expand the connection entry again.
    Regards,
    Stratos

  • To upload a data into SAP Table with the help of RFC function in BODS

    Hi,
    Please provide me step-by-step solution to upload data into any SAP table with the help of RFC function in Data Services.
    I have created RFC function that upload data into SAP table. RFC Function contains one table that has same structure as my database table.
    In the data services how can i filled the table of RFC function, i am using this function in query transform of data services but it gives me error.
    I am also follow link http://wiki.sdn.sap.com/wiki/display/BOBJ/BusinessObjectsDataServicesTipsand+Tricks
    but it did not help me.
    Thanks,
    Abhishek

    Hi Abhishek,
    Did you import the function module in the SAP datastore first? When you open the SAP datastore, the function should be listed in the 'functions' section. If not, import it. Make sure your function is remote executable.
    Once the function is there, you can use it in a transformation. In 'Schema Out' right-click on 'Query' (top level) and choose 'New Function Call'. You can then select a datastore and a function in the datastore. The wizard will show you which output parameters are available. I believe you have to add at least one and can select as many as you like.
    After confirming your selection the function and the output parameters appear in Schema Out. You can then right-click on the function and choose 'Modify function call'. A popup will appear where you can specify the input parameters.
    I hope this helps.
    Jan.

  • Import Data from Office Control (Web Dynpro for ABAP) into SAP-Table

    Hello,
    I have a question concerning the Office Control UI-Eelement in Web Dynpro for ABAP:
    How can I import spreadsheet data from the Office Control in a SAP-table?
    I have an Excel-sheet (without any data) which is shown initially in the Office Control. First the empty Excel-Sheet will be loaded and in the second step data from an alvxml-transformation will be loaded into the Excel-sheet with the method 'activatexmlsource'. This works so far. When I change the loaded data in the Office Control and save it it will be stored as XLS-File. The problem is that I'm not able to use existing Upload-FM because every function module I tried uses GUI-functions and WebDynpro has no GUI-functionality. I always get the error that data from clipboard cannot be imported.
    So now the question is:
    How can I import changed data from the Office control into a SAP-table staying in Web Dynpro application?
    Please give some advice, if you have some useful code or ideas.
    Thanks in advance,
    Philipp
    Edited by: Philipp Hiebler on Feb 11, 2008 10:15 AM

    Hi,
    Once you save to desktop again you have made some changes to that file, this file you want to upload it right.
    Then in that case you need to use the FILEUPLOAD UI element right.
    Regards,
    Lekha.

Maybe you are looking for

  • Sports Highlight Video

    I am a new Apple user. I would like to import video from DVD's of my daughter's basketball games, and edit clips into a highlight video. Is this possible to do if I purchase FCE? Thanks for the help.

  • Sorry, gotta vent for a minute...

    I got my Verizon Blackberry 9330 in November (I think) and, of course, they have the 30 days try it out and exchange if it's not for you policy.  Well, 33 days AFTER I got the Blackberry Verizon announces the iPhone...  I've been waiting years for th

  • Desaturated colors in Acrobat XI vs OK Colors in Acrobat 9

    When I create a PDF in Indesign CC and view it in Acrobat 9 the colors look exactly like in the Indesign document. When I open the PDF in Acrobat XI (11.0.04)  they look desaturated and dull. How is it going to look if I send it to the printer, like

  • Display shuts down during boot

    I just purchased this imac 350Mhz for the kids. I got it all set up, hit the power switch on the keyboard or CRT, and hear the Apple chime at startup and the display comes up with a white screen with a thick dark black band at the bottom. After about

  • My iPOD nano just races through the songs

    Ok, my ipod, after clicking on any source of music (albums, songs, artists, etc..) shows each song for about one second, without even staying on the song long enough to hear anything. It just goes from song one to two to three to four, etc, extremely