Get Error in source system when loading flatfile from application server

Hi
I'm loading data from flatfiles on the application server. In the datasource if I display the sample data. It shows fine.
But when I execute the infopackage I get an error when it is loading the data to PSA.
The error is
Error in source system
Message no. RSM340
There is no further information
But if I load from my machine it works fine.
Any help will be great

Hi,
As you can view display the sample data. It shows fine.
It mean there is no issues in BW (File path is correct, Data in Flat file is correct).
Then definetely its with the source system, which is resisting to pass IDOC to BW.
Now.we need to know the its problem with File on App serv or App serv itself?
Just check trying to Load another  Flatfile in App serv.
Let me know.
Regards
Hari

Similar Messages

  • Problem loading Flatfile from application server to DSO

    Hello,
    I've a little problem while loading a Flatfile (csv) from the application server to a DSO. The Flatfile has only one data record and a header.
    But in the DSO are always two data records, the right one and one empty record.
    If I use the same Data Source and the same DTP and switch it to upload from the workstation there is just one data record. (What would be right).
    I'm using the upload without PSA in Full-Update-Mode.
    I tried to create a new Data Source, but same effect.
    Thanks in advance,
    TG
    System: SAP EHP 1 for SAP NetWeaver 7.0

    Not sure about it, and in absence of sufficient information I can only guess.
    But somehow it looks like the well-known problem of files being changed in transfer between Unix (your application server I guess ) and Windows (your workstation I guess ).
    Try to find out correct transfer method, asc or bin, or whatever you call it.
    I hope this helps.
    And in case my advice is nonsense: Don't blame me.

  • Getting error Uni code check when modifying Ztable from work area?

    Hi all,
    Getting error Uni code check when modifying Ztable from work area?
    and how to increment counter when data modified?
    FM 'popup_to_confirm'.
    IMPORTING
           answer                      = RES.
    CHECK
          RES = '1'.
            WRITE :/ 'UPDATE'.
          MODIFY ZPPT_PPDPLAN FROM GWA_FIN_PROD.
    thanks in advance..

    what error you are getting. make sure source and Target are of similar sturcture.

  • Error while loading data from application server

    Hi all,
    Am facing a problem while loading data from application server.
    The error i get is ....
    *" The argument ' Rental/Lease ' cannot be interpreted as a number while assigning character to application structure*.
    'Rental/Lease' is a value for a character infoobject length 30. I checked for the sequence of fields in data source and the sequnce of values am receiving in application server and the sequence match.
    when i copy these values into a CSV onto a desktop and load,load is successful.
    Please let me know your views.
    Thanks&Regards,
    Praveen

    It looks like the system is trying to convert Rental/Lease to a number format.   Is the info object type CHAR or NUMC or ???  I would look there.
    Also, make  sure / is in RSKC.
    Brian

  • Error in Source System While Uploading Data from ODS to Data Target

    Hi All,
    Iam getting Following Error while Uploading data from ODS to Data Target
    a) Error in Source System.
    b)DataSource 80MKT_DS01 has to be replicated (time stamp, see long text)
    Message no. R3016
    Diagnosis
    DataSource 80MKT_DS01 does not have the status of the source system in the Business Information Warehouse.
    The time stamp in the source system is 21.06.2005 07:31:33.
    The time stamp in the BW system is 27.11.2004 17:41:45.
    Regards,
    Chakri

    This generally occurs when you change the data source or enhance the data source or the coonections to the datasoiurse are broken. To resdolve thius sort of errors just
    1. Check for the coonect between the sourse & target systems
    2 . Replicate the data sourcses.
    3. Acivated TR,UR,& the rest of the flow But check in the source system if the structre is modified & is so do the changes in the IS , TR,UR correspondingly & the try to load .Hoppe it allows you to load .
    Thanks ,
    PSG

  • How to Create an R/3 source system and load data from there

    Hello All,
    Till now I have only worked with Flat files. I want to create an R/3 source system and extract data from there on to my Info Providers.
    Does anyone has detailed steps for that. I am using BW 3.5 system
    Thanks n Regards,
    Abhishek

    1. Type Transaction WE30. Check iDoc types
    2. Type Transaction SM59. Maintain RFC destinations
    a.) Open the RFC Destinations. b.) Find your Source System and double click on it. c.) Technical setting should contain information regarding yoursource system d.) Logon Information should contain source system client and name & password for you remote logon. We use RFC_SAB for BW logon to R/3 and RFC_AAE for R/3 logon to BW. Password for both is always xxxxxxx. e.) Execute your 'Test Connection' & 'Remote Logon'. You should NOT be prompted for a password, if you are then the logon info is incorrect. f.) Repeat above to verify RFCs for other systems (CRM etc)
    3. Type Transaction WE21. iDoc Processing Ports.
    a.) Select 'Ports' and then 'Transactional RFC'. b.) Click on the Port # for you source system. c.) Verify description & SAP R/3 version.(BW 2.1C should be release 4.x) d.) RFC Destination should be one created in SM59. If non-existent then create one
    4. Type Transaction SE16. Data browser (for R/3  BW Connections)
    5. Type Transaction SM30. Msg Types & Assignment to iDocs
    Enter 'EDIMSG' in the Table/View field. Click on the 'Enter Conditions' option for Restrict Data Range. Click 'Maintain'. Select Message Type. Then enter 'RSSEND' in "From' field. Verify that the Basic Type matches what is in your RSBASIDOCtable for each of your connections. If any are missing any entries you must create them as follows: Create another session and type Transaction WE30. Enter IDoc Type (ZSBAXXX) in Obj. Name field (Suggestion: Start new type with 'ZS' + Transfer Structure Prefix + (3)#'s) Select Create. Select "Create from Copy'. Enter 'RSSEND" in 'Copy From' field Enter Description (i.e. IDoc Type for BW Development) Execute (Green Check). Repeat for other missingentries.
    6. Go to the SM30 main screen. Clients Overview
    Enter 'T000' in the Table/View field. Click 'Maintain'. Verify correct Client and Description. If incorrect enter.
    8. On BW Type Transaction WE20. Partner Profiles
    9. On R/3 Type Transaction WE20. Partner Profiles
    10. Check all is correct

  • Error in PDF Conversion while downloading file from application server

    Hi,
    I am facing a problem in which i have to download file from application server which is a PDF file (output of SAP Script). I am downloading this file using following code in BSP technology:
    * event handler for data retrieval
    EMPCD = REQUEST->GET_FORM_FIELD( 'emp' ).
    MONTH = REQUEST->GET_FORM_FIELD( 'mn' ).
    YEAR  = REQUEST->GET_FORM_FIELD( 'yr' ).
    W_IND = 'N' .
    DATA : wa_zform16 type  zform16.
    DATA : file_path type string.
    DATA : l_pdf_len type string.
    DATA STR TYPE STRING.
    DATA: OUTPUT    TYPE STRING ,
          L_XSTRING TYPE XSTRING ,
          APP_TYPE  TYPE STRING.
    DATA: PDF_TABLE TYPE  RCL_BAG_TLINE.
    DATA PHY_NAME_OUT     TYPE SAPB-SAPPFAD.
    concatenate '/usr/sap/put/form16/' EMPCD '_' YEAR '.PDF'  into file_path
    *PHY_NAME_OUT = '/usr/sap/put/form16/01000200_2007.PDF'.
    PHY_NAME_OUT = file_path.
    OPEN DATASET PHY_NAME_OUT FOR INPUT IN TEXT MODE ENCODING default.
    IF SY-SUBRC IS INITIAL.
      DO.
        READ DATASET PHY_NAME_OUT INTO STR.
        IF SY-SUBRC IS INITIAL.
          CONCATENATE
              OUTPUT
              STR
              CL_ABAP_CHAR_UTILITIES=>CR_LF
          INTO OUTPUT.
        ELSE.
          EXIT.
        ENDIF.
      ENDDO.
      APP_TYPE = 'APPLICATION/PDF'.
      CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
        EXPORTING
          TEXT     = OUTPUT
                MIMETYPE = 'APPLICATION/PDF'
    *            MIMETYPE = 'APPLICATION/PDF;charset=utf-16le'
        IMPORTING
          BUFFER   = L_XSTRING.
      CALL METHOD CL_BSP_UTILITY=>DOWNLOAD
        EXPORTING
          OBJECT_S            = L_XSTRING
          CONTENT_TYPE        = APP_TYPE
          CONTENT_DISPOSITION = 'attachment;filename=webforms.pdf'
          RESPONSE            = _M_RESPONSE
          NAVIGATION          = NAVIGATION.
    Result of this code is : there is a pop up asking to open or save pdf format and process is complete, but i have problem in downloaded file.
    At the time of creation i have put BMP image for signature in PDF file and it is working fine but when i upload that file in Application server and then download it with above used code it save the PDF file but when i open that file so whereever i have used signature that page gives error and could not display that scanned signature.
    Can anyone please help me in this regard.
    or is there any possibility from which i can download that file just like File transfer from BSP.
    Keep in mind that i am using BSP technology so all GUI based function module to download file are not working.
    waiting for your reply.....
    Regards,
    Gagan

    Hi Raja,
    I have standard sap form for TDS Certificate on which i have include an BMP image for digital signature and download that script into pdf format.While i download that PDF looks ok but it is not working in BSP.
    Regards,
    Gagan

  • Provide steps to send Root CA certificate to the Lync client, getting error" There was a problem verifying certificate from the server"

    Hi,
      I Build an Lync 2013 set up with FEpool, Director pool and Exchange server is integrated. I have windows 8 client machine, with Lync client installed. When I try to login to the lync client, I am getting error like"There was a problem verifying
    certificate from the server".
    When I installed ROOT CA cert  manually on client machine I am able to login to the lync client. similarly if I add my client machine in my domain, I am able to login to the Lync client.
    Now is there any other way to send the certificate automatically to the client machine (Which are NOT part of the DOMAIN) from the server, instead of manual installation process.
    Please help me troubleshoot this problem

    Agree with S Guna, there is no easy way to push a certificate automatically to a client that you don't control other than building an installer package and asking them to run it.  In this situation, if there are a lot of non-domain joined machines
    a third party certificate is the way you need to go.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • How to get data from application server

    hi experts,
    when i load data from application server(.csv file) to ODS, data all goes one column.
    in infopackage exterdata tabstrip  i have given the below values.
    escape sign is "
    data separator is ,
    separator for thousands is ,
    my sample data:
    "1010000";"A410";"03.2008";"113.5704531"
    "1010000";"A410";"04.2008";"93.1146410"
    any ideas..
    Siri

    Hi Siri,
    You should look in the T.Code :RSCUSTV1
    BW:Settings for Flat File
    Thousand separator 
    Dec. point separator 
    Field separator         
    Field delimiter 
    Then you can use the Same Characterstics while creating the Flat file & also passing the same in Info Package
    This will resolve your issue
    Regards
    Hari

  • CRM Init load failure Errors In Source System 340

    Hello
    This is my first question on SDN.........could anyone help me please????
    When I am attempting to do an Init load to ODS 0CRM_PROH and to MD Infoprovider 0CRM_SRVGUI, using Infosource 0CRM_SERVICE_PROCESS_H the load is failing and I get the message Errors In Source System 340.
    Version is BW3.5 and CRM4.0
    Thanks
    Emma

    Thanks Venkat
    I have considered this but could you please explain the following:
    If I start a full load at say 10am.  It finishes at 11am.  If I then do an init no data at 11.05am after the full load has finished.  then I do a delta.  Does this mean that my delta will pick up data only from when the init no data was done and set the timestamp?
    So I will lose any data between 10am (when I started full load) and 11.05am (when I ran init no data)?
    Emma

  • CO-PA Delta load - Errors in source system RSM 340

    Hi,
    We are facing a unique error when we do a CO-PA delta load. The error message is as follows:
    "Errors in source system RSM 340,The selected data source is locked by another process RD 156"
    The load completes successfully with 0 delta records fetched. When we re - trigger this after sometime, the load goes through.
    Can anyone explain as to why this issue occurs ? Basically, looking at the root cause.
    We are pulling data from CE1XXXX table, the delta for which is pulled into BW with the setting of 30 minutes safety delta. Just wanted to understand how is it that in this scenario we are faced with a lock issue ? It is also confirmed that while the delta load is initiated the transactions are being passed into the CE1XXXX table.
    Thanks,
    Amit Mitra

    Hi PK,
    caller 09 error mainly because of source(target system) and destination(bw system) not configured correctly.
    i think you get the error message as follows. file is in the client workstation as like.
    better you contact basis people. they will resolve this.
    hope this help you
    Regards
    Harikrishna N

  • Delta loading master data errors in source system Message RSM340 quality

    Hi,
    I'm trying to load with delta  master data for standard data sources.
    In dev, everything seems fine.
    I' ve transported the same elements to QA. I've done init, it is ok. I do delta, I get red status: Errors in source system, message no. RSM340. I've tried to put my delta on green, I've remade my init, I've reloading with delta, and I get the same problem.
    I have this problem for all master data loading.
    Should I install some infoobject from Bi Content?
    Thanks a lot !

    Hi,
    Check following threads
    [3003 + R3299 + RSM340] error messages loading an ODS
    Extraction failed with error Message no. RSM340
    BW Data Loading - Delta Processes
    Thanks and regards
    Kiran

  • Delta Loads failling after system copy with error in source system(RSM340)

    Hi Guru's
    We recently performed system copy in BI side.I am facing same issue in couple of chains.Process chains are failing at delta loads with error in source system(ERROR IN SOURCE SYSTEM-message no-RSM340 ).When I go for repeat option ,delta loads are running fine.I did some research regarding RSM340 and I found note:1576331.
    But my system is not showing any 'Time Inconsistencies'.So.I was not able to find any clue about it.
    Could anybody help  me out in this aspect.
    Thanks!!!
    Kuldeep

    Hi,
    Check whether the profiles that ran in background have the following authorizations.
      The RFC user on BW, receiving data from OLTP system, should have  S_BI-WHM_RFC and S_RS_ALL in the user profile.
    The RFC user on OLTP, receiving request from BW system, should have  S_BI-WX_RFC, S_IDOC_ALL, and, B_ALE_ALL in the user profile.
    Regards .

  • Error in Delta load; error in source system

    Hi,
    I'm extracting from 0FI_AA_11.
    Performed a full load.
    Then initialized without data transfer.
    When i run delta (0 records) , it fails with 'error in source system' .
    Strangely, when I run delta again in REPEAT mode, it runs succesfully.
    this is happening everytime i run delta.
    Please help

    FI_AA_11 is sure capable of handling delta.
    It does have some dependencies with master data and these are pretty awkward sometimes.
    I don't know when you are running your deltas (during opening hours from the office?) but in your process chain also the MD objects must be present.

  • Why do I get "error code 3: Could not load front panel" when I run my executable​.

    I have a LV 8.5 VI that controls only an agilent spectum analyzer. The agilent VIs call DLLs rather than SCPI commands. I created an application and an installer to load on a non LV machine and ran setup which was successful. When I run the EXE I get "error code 3: Could not load front panel" for each of my agilent spectrum analyzer VIs. I have to click "OK" about ten times, once for each VI. (My executable runs fine on all machines that have labview 8.5) The front panel does load with a broken arrow. The errors listed when the arrow is clicked for all of the Agilent VIs state: Missing subVI AGE444xInitialize.VI (or close.VI or read.VI etc.)
    There is an AGE444x32.DLL in the data folder with the EXE file so I included as support both the DLL and all of the agilent drivers in the application build. Still no luck. I have built the application and installer about 6 times in various forms. I NEED AIR SUPPORT.
    Unfortunately I do not have access to the internet at my jobsite so bear with me.
    Rob

    Hi V-rob,
    I'm glad to hear the executable is working now that NI-VISA is installed.  Thanks for posting the solution!
    Jennifer R.
    National Instruments
    Applications Engineer

Maybe you are looking for

  • How do I get Safari to open with homepage

    If I quit Safari with a single or multiple pages open, the next time I open Safari all the pages come back, the pages that were open when I quit the application. Even though in preferences I have a homepage selected it doesn't seem to matter.

  • ESS Portal Trip/Expense form only prints the first page

    Good morning;     Our users reported that when they display a trip/expense via Portal and then right mouse click in order to print the trip, only the first page prints out.  If they go to the SAP Gui and run the TRIP transaction and display the trip

  • All Photos disappeared . Pls HELP !!

    About 2 days back my iPhoto disappeared without warning.I have since got the iPhoto library however all the pictures are gone.I do not have any back ups. I have tried the steps mentioned on other post but nothing seems to help. (When i follow this st

  • Gray Screen of DEATH?

    i just got a GRAY screen of DEATH for my iphone today. i was wondering what can i do to fix it other than restoring? have anybody got this before? tyvm for your help!

  • The latest version of itunes (8.0) will not burn cds for me

    Ive been able to burn a few but the majority of the time Im just wasting cds. I click burn disc, insert blank disc, the mac then checks playlist. Then it says its writing playlist, but nothing happens. It sounds like the mac is working on it and when