0FIGL_O02 - Data missing during extraction

Hi,
I am trying to do an extraction from ECC to BI using the standard BI content - 0FIGL -> 0FIGL_O02.
Although, it extracts most of the data from ECC, certain FI related transactions are missed out for that
extraction period, which I cross validate the data with the F.01 report for the same period
in ECC.
Although, I did the following steps to cross check.
t will be of great help to share your ideas / steps to check.
1. Checked sing the extract checker using RSA3 for that period in ECC.
2. Checked whether the account number is blocked using FS00 in ECC.
Kindly, give your valuable inputs.
Thanks
Bala

Hi Bala,
You mean records count is not matching with ECC or key figure values are not matching with ECC values. As an example amount in BW is not matching ECC amount for a certain period.
Some times due to filter criteria, business logic defined in routines all the data might not be loaded into BW. You need to check from top to bottom dataflow where you are seeing differences.
Regards,
Vengal.

Similar Messages

  • Some Condition types missing during extraction from 2LIS_11_VAKON

    Hi,
    I am extracting conditions data to BI from ECC through 2LIS_11_VAKON. This datasource uses the fields from table KOMV. The Field KSCHL (Condition type) is also being taken from KOMV structure.
    My problem is some condition types are missing during extraction. Say, for example, for a Document condition i have 22 Condition types in KONV table but when i extract the data to BI, nearly 7 conditions are missing, i am getting only 15 condition types for the same document condition in BI.
    Why is this happening? I dont have any filters set. Moreover, this is happening in the Datasource level itself.
    Please advice. Any help on this is highly appreciated.
    Regards,
    Murali

    Hi Murali,
    try to have the manual check with set of data..there must be some mistaken in And and OR logic.
    Thanks,
    Deepak

  • GOA replication problem- data missing during RFC-Urgent

    Hi,
    I have an issue with updating GOA from SRM to ECC. Standard GOA do not have any fields to update TAX code and ERS indicator to the back end.
    This two fields are added to the structure   BBPS_CTR_ITEM through customization.
    The GOA is transferred to the backend through the FM META_CTR_TRANSFER which in turn calls the FM      B46B_CTR_TRANSFER.
    Inside the FM B46B_CTR_TRANSFER  the RFC call is made to FM BBPV_CONTRACT_TRANSFER which actually transfers the GOA to the backend. The GOA line  item details are passed to this FM through lt_be_items[].
    The issue is, i can able to see the TAX code and ERS indicator in the itab lt_be_items in SRM side, but when it goes to the ECC through RFC  these two fields become blank,
    I checked the structure of the same itab in ECC side the field names and the domains are same.
    Thanks in advance,
    Aravind.

    The issue was due to improper structure mapping between two systems. Now its solved.
    Regards,
    Aravind.

  • Error occurred during extraction in r/3 ( loans data sources)

    Hi,
    for Data source 0CML_Delta
    Iam getting 0 records when i check the extraction checker in RSA3. i have used Delta Update mode.
    Even in BI it shows 0 records for delta load.
    i have done the change pointer activation and even updated the dynamic infosource as suggested in SDN threads.
    but still shows 0 records.
    For full load iam getting 'Error During Extraction'.
    Is there any specfic procedure to follow for this?
    Can any one suggest me the correct procedure?
    regards

    Hi
    Try Extracting data in debugging mode and check whether there is nay data getting filled in the tables. If not then probably check out the logic written once again,it is also possible that there may be no new data.
    Regards
    Raj

  • Dump during extraction for the custom datasource (ZFI_GL_14).

    Hello all,
    we are using Ecc 6.0 and we havent installed Enhancement Package 3. However our requirement is to create a custom datasource (ZFI_GL_14) similar to the standard one (0FI_GL_14). Initially we created the custom DS same as the standard one with the extraction method using Function Module. By default custom DS was assigned with extraction method F2. By running a program we changed F2 to F1 to resemble the standard one and made it as delta enabled as specified in the standard extractor.
    when we started extracting the custom DS using RSA3, we encountered so many errors and resolved them. However still we are getting some more errors which requires your help.
    1. While testing One of the function module FAGL_GET_LINE_ITEMS, it throws following ABAP dump.
    Short text                                                                               
    |    A dynamically specified FROM clause has an unexpected format.                              
    |What happened?                                                                               
    |    Error in the ABAP Application Program                                                        
    |                                                                               
    |    The current ABAP program "SAPLYPFI_FAGL_ITEMS_SELECT_BW" had to be terminated                
    |     because it has come across a statement that unfortunately cannot be executed.                               
    |Error analysis                                                                               
    |    An exception occurred that is explained in detail below.                                     
    |    The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SYNTAX', was not               
    |     caught in                                                                               
    |    procedure "YPFI_FAGL_GET_LINE_ITEMS" "(FUNCTION)", nor was it propagated by a                
    |     RAISING clause.                                                                             
    |    Since the caller of the procedure could not have anticipated that the                        
    |    exception would occur, the current program is terminated.                                    
    |    The reason for the exception is:                                                             
    |    The running ABAP program attempted to execute an Open SQL statement in                       
       which a FROM clause was specified dynamically in the field "LD_DBTAB_SYNTAX".                
    |     In this                                                                               
    |    FROM clause, either a table name after a join operator is missing, or an                     
    |     alias name after the key name "AS". The field "LD_DBTAB_SYNTAX" could be empty as well.                                                                               
    |Missing RAISING Clause in Interface                                                              
    |    Program                                 SAPLYPFI_FAGL_ITEMS_SELECT_BW                        
    |    Include                                 LYPFI_FAGL_ITEMS_SELECT_BWU01                        
    |    Row                                     1                                                    
    |    Module type                             (FUNCTION)                                           
    |    Module Name                             YPFI_FAGL_GET_LINE_ITEMS                             
    |Trigger Location of Exception                                                                    
    |    Program                                 SAPLYPFI_FAGL_ITEMS_SELECT_BW                        
    |    Include                                 LYPFI_FAGL_ITEMS_SELECT_BWU01                        
    |    Row                                     353                                                  
    |    Module type                             (FUNCTION)                                           
    |    Module Name                             YPFI_FAGL_GET_LINE_ITEMS                             
    |Source Code Extract                                                                               
    |Line |SourceCde                                                                               
    |  323|                                  lt_fields_flexgl                                         
    |  324|                                  lt_fields_table1                                         
    |  325|                                  lt_fields_table2                                         
    |  326|                                  gv_si_table "erste Tab immer Flexgl?                    
    |  327|                                  gc_bkpf                                                  
    |  328|*                                  ' '                  
    |  329|                                  gc_bkpf_aedat       
    |  330|                                  'X'                                                      
    |  331|                            CHANGING ld_dbtab_syntax                                       
    |  332|                                     lt_fldlist_s                                          
    |  333|                                     lt_where_tab[].                                       
    334
    |  335|*       open cursor                                                                        
    |  336|        DESCRIBE TABLE lt_where_tab LINES ld_lines.                                       
    |  337|        IF ld_lines GT 0.                                                                 
    |  338|          delta_dbcnt          = 0.                                                       
    |  339|          old_dbcnt            = 0.                                                        
    |  340|          flag_cursor_open     = 'X'.                                                     
    |  341|          cursor_flag          = 'X'.                                                      
    342
    |  343|          OPEN CURSOR WITH HOLD i_cursor FOR                                               
    |  344|          SELECT (lt_fldlist_s)                                                            
    |  345|            FROM (ld_dbtab_syntax) CLIENT SPECIFIED                                        
    |  346|             WHERE (lt_where_tab).                                                         
    |  347|        ELSE.                                                                               
    |  348|          delta_dbcnt          = 0.                                                        
    |  349|          old_dbcnt            = 0.                                                        
    |  350|          flag_cursor_open     = 'X'.                                                      
    |  351|          cursor_flag          = 'X'.                                                      
    352
    |>>>>>|          OPEN CURSOR WITH HOLD i_cursor FOR                                               
    |  354|          SELECT (lt_fldlist_s)                                                            
    |  355|            FROM (ld_dbtab_syntax) CLIENT SPECIFIED.                                       
    |  356|        ENDIF.                                                                             
    357
    |  358|        st_selection[]  = lt_selection[].                  
    |  359|        st_fieldlist[]  = lt_fieldlist[].                  
    |  360|        sd_dbtab_syntax = ld_dbtab_syntax.             
    |  361|        st_fldlist_s[]  = lt_fldlist_s[].                
    |  362|        st_where_tab[]  = lt_where_tab[].                
    |  363|        st_seltable2[]  = lt_seltable2[].                 
    364
    |  365|      ENDIF.   "cursor_flag                                                               
    366
    |  367|      lt_selection[]  = st_selection[].                 
    |  368|      lt_fieldlist[]  = st_fieldlist[].                                       
    |  369|      ld_dbtab_syntax = sd_dbtab_syntax.        
    |  370|      lt_fldlist_s[]  = st_fldlist_s[].                 
    |  371|      lt_where_tab[]  = st_where_tab[].              
    |  372|      lt_seltable2[]  = st_seltable2[].                   
    Line 353 contains the error.
    1. L_DBTAB_SYNTAX. As per the statement this field should bring the table name, but it is not bringing any value                          whiledebugging.
    2.also lt_fldlist_s should bring the field names.
    As this is for New GL line item datasource, I am not sure what fields should lt_fldlist_s and what table name , and wheretab value should come , so that the function module can extract the data.
    Kindly help me to get an insight into this issue and to get it resolved.
    thanks,
    Praba...

    Hi Frank,
    yes I agree. That was the first question that came to me in my mind. However, the job was handed over to us, and we were able to exactly create the custom DS , FM and Function groups as similar to the standard one and everthing got activated perfectly. But during extraction, it throws the dump.While debugging, the function module is not able to pick the value for the 3 fileds which I stated above in one of my queries. The main extractor for this Datasource is FAGL_GET_SI_DATA and it uses the extract structure FAGLPOSBW.This Main function module in turn calls one more FM, FAGL_GET_LINE_ITEMS by exporting below parameters.
    CALL FUNCTION 'FAGL_GET_LINE_ITEMS'
              EXPORTING
                i_block_data = 'X'
                i_block_size = sd_max_lines
                i_selection  = lt_select_int
                i_fieldlist  = lt_fields_int
                i_initflag   = i_initflag.
          ELSE.
    From my observation ,  the above statements i_selection  = lt_select_int  and i_fieldlist  = lt_fields_int should contain/pass the value to the line items FM, FAGL_GET_LINE_ITEMS.In the above thread also I mentioned I didnt get the value for ld_dbab_syntax, lt_fieldlst_s and ld_where_tab. I believe it is simply because i_selection and i_fieldlist is not getting the value from lt_select_init and lt_fields_init respectivelyImport parameters for this FM is as below.
    I_BLOCK_DATA     TYPE     C
    I_BLOCK_SIZE     TYPE     SY-TABIX
    I_SELECTION                           TYPE     GUSL_T_SELECTION
    I_FIELDLIST                           TYPE     GUSL_T_FIELDS
    I_INITFLAG                           TYPE     GUSL_BOOL
    I_CHANGED_RECORDS      TYPE     GUSL_BOOL
    export parameter for this FM is as below.
    FLAG_CURSOR_OPEN     TYPE     FLAG
    Changing parameter for this FM is as below
    C_T_FAGLPOSE     TYPE     FAGLPOSE_T
    where FAGLPOSE means Fields for Reading Data: Line Items: New General Ledger.GUSL_T_SELECTION is the same type like DDIC table type FB_T_FIELD_SELECT_OPTIONS which will have Fieldname and selection option range.GUSL_T_SELECTION is created within the type group GUSL as mentioned below.
    TYPES: BEGIN OF GUSL_S_SELECTION,
           FIELDNAME LIKE DFIES-FIELDNAME,
           T_RANGE   TYPE GUSL_T_RANGE,
           END   OF GUSL_S_SELECTION,
           GUSL_T_SELECTION TYPE GUSL_S_SELECTION OCCURS 20.
    wherein
    FIELDNAME LIKE DFIES-FIELDNAME,
    DFIES: --> DD Interface: Table Fields for DDIF_FIELDINFO_GET. Also GUSL_T_FIELDS refers to DFIES.
    Regards,
    Praba..

  • Error occured during extraction from APO to BI 7.0

    Hi Experts,
    I am in the process of extracting data from SCM(APO-Demand Planning) to BI .I have selected the relevant planning area 9ADP01 and given Generate Export DS in APO system and replicated the same in BI.But before scheduling the InfoPackage,when i checked for the DS 9A0APO_DP_ORDERANALYTICS_1,it displays "Error occured during extraction".I do have a doubt whether I should activate the DS in RSA5 before replication (but am not able to find the DS under DP in RSA5)
       I have checked the forums but solutions mentioned did not resolve my issue.
    Thanks,
    Meera

    Hi,
    The issue is resolved...
    Regards,
    Meera

  • Posting Document not created (export data missing)

    We are working on ECC 6.0 and during creation of Cancellation Billing document type IVS for the Intercompany billing, the document did not create Accounting document giving the Posting status as G - Posting document not created (export data missing). However checked the Foreign trade data and the system states that Foreign trade is complete.
    Can any one suggest the solution for this?
    Thanks.

    Hello Mohammad,
    About this issue, the incompletion of this cancellation document
    arises might because the reference delivery has been archived/deleted.
    This is likely due to your current copy control settings (VTFL).
    If you have set ' ', in the export determination field this means that
    there is a common 'exnum' key between the delivery and billing documents
    LIKP-EXNUM & VBRK-EXNUM are the same.
    The result of deleting the delivery is that you also delete the FT data
    for the delivery, Because the billing document and delivery share the
    same foreign trade table entries, you have in effect deleted the FT data
    of the billing document too. This would most likely go unnoticed but if
    you then cancel the invoice the system has no FT to copy into the new
    cancellation billing document, which leads to this issue.
    Firstly you should set the export determination flag in the copy control
    of the delivery & billing documents. This will avoid this issue in the
    future. Set it to to 'A' or 'B' depending on your requirements.
    For the incomplete cancellation billing document, you could use userexit to
    set it as complete:
    You can use transaction CMOD.
    Create a project for example FT project button create short text: ....
    drop button Enhancement assignment & save use for example local object.
    Use the F4-help for Enhancement and look for V50EPROP.
    Drop button Components:
    here you will find EXIT_SAPLV50E_005 and EXIT_SAPLV50E_006
    In the userexits doubleclick on the includes ZXV50U05 and ZXV50U06
    The coding in the userexits should be: C_COMPLETE = 'X'.
    Afterwards activate generate ... and save.
    The development class is VEI.
    Please also check note 118573 which explains the FT user exits.
    Regards,
    Alex

  • Error during Extraction in RSA3.

    Hi,
    I have activated the datasource 0JOB_ATTR in R3 site. I can see it in RSA6 but when I try to extract data from RSA3 it is giving an error message like : Errors occurred during the extraction..
    Any help on this highly appreciated..
    Regards
    Uday

    0JOB_ATTR not in use and SAP replaced this with 0EC_CJOB_ATTR... U have to use 0EC_CJOB_ATTR to load master data for 0JOB.
    Even i faced the same problem and found the following info in one of the SDN thread, and we are using 0EC_CJOB_ATTR (make sure u have data in table HRP5050).
    I have sent a message to SAP asking for the solution . Below is the reply what they gave.
    "This error appears because of naming conventions we have to switch the name of the Data Source from 0JOB_ATTR to 0EC_CJOB_ATTR. Please use this data source to extract the compensation job attributes to BW.
    Note also that data source 0EC_CJOB_ATTR extracts data from table HRP5050.
    If no data is being extracted please do the following:
    If you have data in HRP5050 and still do not get any data please try the following :
    1) Take over the Data Source from the business content (RSA5)again and check in RSA3 .
    2) Replicate the Data Source to BW
    3) Activate the Info Source again.
    4) Delete any previous delta initializations for the datasource.
    5) Initialize the delta again
    6) Try to load data".
    Hope it helps.

  • TSV_TNEW_PAGE_ALLOC_FAILED during extraction

    Hi Experts,
    during extraction I receive TSV_TNEW_PAGE_ALLOC_FAILED short dump.
    More information from ST22:
    The internal table "\PROGRAM=AQZZSYSTBWGENER0SY000000000022\DATA=%DTAB[]" could
    not be further extended. To enable
    error handling, the table had to be delete before this log was written.
    As a result, the table is displayed further down or, if you branch to
    the ABAP Debugger, with 0 rows.
    At the time of the termination, the following data was determined for
    the relevant internal table:
    Memory location: "Session memory"
    Row width: 2020
    Number of rows: 921272
    Allocated rows: 921272
    Newly requested rows: 8 (in 1 blocks)
    The amount of storage space (in bytes) filled at termination time was:
    Roll area...................... 6216720
    Extended memory (EM)........... 1001373672
    Assigned memory (HEAP)......... 2000087232
    Short area..................... " "
    Paging area.................... 32768
    Maximum address space.......... 18446744054030015328
    So it seems that there is a memory problem cause of the big amount of data (around 1.200.000 records at all should be transferred).
    I already split up the number of parallel processes and maximum lines in ta-code SBIW. This made the process faster but still the short dump appears.
    This is the initial data extraction and all records have to be transferred. Is there any possibility in splitting up an initial data extraction in several packages? It's based on a generic extractor which get's data through InfoSet/ABAP FM.
    Many thanks in advance.
    Best regards
    Tobias

    Well, we are talking about the initialization only, hence I dont think the necessity of creating several process chains .. Say you can create multiple infopackages .. with non overlapping selection criteria ..
    Example ..
    Calendar year :- 2008
    Calendar Year :- 2009
    so on ..
    And they can be loaded manually !!
    once all the init selections are done .. you just need a single infopackage for delta loading which will actually load the delta records for all the successful init conditions ..
    Hope that helps ..
    Thanks.

  • Errors occured during extraction at RSA3

    hi
    i am giving these datasource and get data at rsa3, its  giving error like error occured during extractions?
    can u please let me know what could be the reason?
    0CO_PC_PCP_03
    0CO_PC_PCP_04

    Hi,
    Check the Log in RSA3, youca n find log and see it and correct it.
    Steps:
    1. Inastall DS in RSA5
    2. Check in RSA6.
    3. Extract in RSA3.
    Thanks
    Reddy

  • Errors occurred during extraction of UD Connect object field- table not fou

    Hi,
    In BI 7.0 system I can't select any UD Connect source object on the "Extraction" tab page of  the DataSource maitenance screen. If I type the table name (which is "UDITEST") into it and then hit the "Proposal" tab page, I get the following error:
    Errors occurred during extraction of UD Connect object field-list: Errors occurred during extraction of UD Connect object field-list: UDCADAPTERROR::RSSDK|200|Table: uditest not found|
    Message no. RSDS_ACCESS036
    Analysis:
    1) We have tested the BI JDBC Connector using the URL:
    http://xxxabcdev03:50000/TestJDBC_Web/TestJDBCPage.jsp
    We got the list of tables displayed (UDITEST table is also displayed)=> connector is configured properly.
    2) When we are trying to configure the Source system in rsa1->modelling->source systems-> UD connect -> create,
    a) RFC Destination: We are using an RFC Connection that is already in place of type 'T'   between the J2EE engine and BI ABAP engine. We tested this connection from SM59 -> TCP/IP connections and it is working fine.
    How do we test whether the RFC between J2EE engine and BI ABAP engine is a 2 way RFC connection?
    b) Logical System Name: We have manually typed in free text 'UDC_local'. Could you please clarify do we need to type in manually or select the logical system name from the F4 help?
    Which logical system name should we enter here exactly.. pls clarify.
    Do we have a seperate logical system name for the J2EE server...?
    c) Type of Connector : JDBC
    d) name of connector: SDK_JDBC
    e) Source system name: SDK_JDBC
    f) Type and Release : blank
    Thanks to any answers in advance!
    Best regards,
    Syam

    Hi,
    Tried to give the Logical System Name in uppercase ie: UDC_LOCAL.
    Now, when I click on the F4 of 'UD Connect Source Object' in Extraction tab, I get the message as below:
    "Extraction of existing UD Connect data source objects".
    But no list of tables is being displayed. When I entered the table name (UDITEST) manually, it gives the same error as :
    " Errors occurred during extraction of UD Connect object field- table not found"...
    Could you please specify from where is the UD Conenct source object fetched from?
    Rgds
    Syam

  • Runtime error SAPSQL_CURSOR_ALREADY_OPEN during extraction - 0CO_OM_CCA_9

    Greetings,
    I'm getting the following runtime error: SAPSQL_CURSOR_ALREADY_OPEN during extraction of infoSource: 0CO_OM_CCA_9.
    Runtime Errors         SAPSQL_CURSOR_ALREADY_OPEN
    Date and Time          23.05.2011 11:10:44
    Short text
         Attempt to open a database cursor which was already open.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLBWOMR" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
         An OPEN CURSOR statement established that the cursor
         was already open. This means that it was not closed in the previous
         processing with CLOSE CURSOR.
    I Checked OSS notes for my infosource error with no luck.
    Could you help in that matter?
    Thanks
    -Roula

    Have a look on following note:
    [1373960 - BW extractor: Runtime error SAPSQL_CURSOR_ALREADY_OPEN|https://service.sap.com/sap/support/notes/1373960]

  • RSA3: error occured during extraction hierarchy

    Hi,
    I have created 2 sets using tcode cxsa, ZAAA and ZBBB. Table that used for this set is FIMC and the field is RBUNIT. After that, i create generic hierarchy datasource using tcode BW07, enter the table name and field,then execute (custom data source with name 'ZFIECCS_HIER_CONS_UNIT' created). I don't use option 'Hierarchies of Sets with Compounding' here.
    After that i try to use tcode RSA3, enter the datasource = ZFIECCS_HIER_CONS_UNIT, enter HIENAME = ZAAA or ZBBB but i get message error 'Error occured during extraction'.
    I try to debug this extractor and find error happen in FM GSBH_HIERARCHY_TRANSFER_SETS,  this happen because i_s_hiebas-hclass <> i_s_hiersel-hclass.
    Then i try to execute program RSA1HCAT using tcode SE38. I enter my datasource and execute. I found that ZAAA and ZBBB not in list of hierarchy that can be accessed.
    Anyone can help my problem?
    Regards,
    Satria Budiman

    Hi,
    Go to RSA6 and see if data source is using the correct version or not.you can select the data source and click on chek option on the top and see if its any error.
    If it is dump then there is no other option but to retransport it again.
    try to see if the extract struture used by this data source is active or not??
    See if you are getting the error in the test systems also or not.
    Issue could be with the reallignment also where a controlling master data is changed.
    Thanks
    Ajeet

  • 0PM_PRM_PLCS_1 error occured during extraction

    Dear gurus ,
    i have make entry im pm_c05 table and extract the data first time ,it works fine .when i again try to load data it give me error .i have checked in rsa3 and while extraction it is giving error " Error occured during extraction " . our bi is is on 7.0 and erp 0n ehp 6.4 .i have implemented the sap note 0001243299 but again gettinng the same error.please help me out

    Hi Faisal:
       I've found a long list of SAP Notes that might be applicable to your environment, even though it is not mandatory to implement all of them to solve the issue you're facing right now, please consider the convenience of installing them on your system to fix some potential problems in advance.
    Note 1344048 - "0PM_PRM_PLCS_1: Delta upload does not work as expected"
    Note 1285238 - "0PM_PRM_PLCS_1: Errors during extraction, poor performance"
    Note 1323965 - "0PM_PRM_PLCS_1: Calculation for services"
    Note 1338093 - "0PM_PRM_PLCS_1: Execution factor not taken into account"
    Note 1339189 - "0PM_PRM_PLCS_1: Error occurs for alternative indicator"
    Note 1340188 - "0PM_PRM_PLCS_1: Revision of the calculation module"
    Note 1312783 - "0PM_PRM_PLCS_1: Implementing additional fields"
    Note 1314158 - "0PM_PRM_PLCS_1: Incorrect result during extraction"
    Note 1356256 - "0PM_PRM_PLCS_1: Poor system performance with strategy plans"
    Note 1416214 - "Overlap of records due to key constraints in 0PM_DS07"
    Note 1446484 - "Planned costs, costing, ECP: Incorrect message KI 217"
    Note 1508442 - "ECP, extractor 0PM_PRM_PLCS_1: error ME024 or ME025"
    Regards,
    Francisco Milán.

  • Libjil.iso missing during run time?

    Hi all,
             I am new one to jes. I setup jes in Raspbian on Raspberry machine. libjil.iso is missing during run time. Please help me how to resolve the issue.
    Thanks a lot.

    try to adjust ur repeating fram which prints ur data in ur report.
    some of ur data overlaping that's y it cannot display . most of the time character mode reports generate this error. simply adjust ur repeating fram up and down where it fits u problem will solve.
    tnx.

Maybe you are looking for