NFS Commnication channel errors for deleting and placing

Hi All,
I was trying File to file scenario.
I am picking the file from App server(AL11) using NFS Adapter and the processing Mode is Delete
In comm channel monitor it showing an error as
Sender channel error:
Error: File '/staging/INTERFACE/SAP/ca/kar370.txt' - deleting after processing failed
Same way while placing the file
Receiver channel error:
Error: Message processing failed: FileNotFoundException: /staging/INTERFACE/SAP/ca/test120110906-122051-980.txt (Permission denied)
Whether i dont have the permission to delete and place the file from and to the App server(AL11)?
What is the procedure in order to make it possible.
Thanks
Sai

Hi All,
Thanks to every one.
The problem is solved ,
Basis Guy has given the permissions, and i am able to place and delete the files .
Thanks
Sai

Similar Messages

  • No sound in Browsers and low memory errors for Snood and Ultimate Solitaire

    No sound in Browsers and low memory errors for Snood and Ultimate Solitaire. Those are what I'm experiancing. The no sound happens in Safari, Firefox and Opera. Both Snood and Ultimate Solitaire won't load because of 'Not Enough Memory' yet I have 2gigs. Other applications work fine with sound. ie iTunes, GarageBand, etc are ok. I've deleted Snood Prefs with no effect. Any ideas?
    thanks

    No sound in Browsers and low memory errors for Snood and Ultimate Solitaire. Those are what I'm experiancing. The no sound happens in Safari, Firefox and Opera. Both Snood and Ultimate Solitaire won't load because of 'Not Enough Memory' yet I have 2gigs. Other applications work fine with sound. ie iTunes, GarageBand, etc are ok. I've deleted Snood Prefs with no effect. Any ideas?
    thanks

  • Erro Checksum error for Hidden and Protected item ID (1118508917223363)

    i am generating one report with delete option.For delete Link i am using one HIdden item P1_SELECT
    when i select it with text field then no error.but when i select it hidden then it show me
    Checksum error for Hidden and Protected item ID (1118508917223363), value (2), posted checksum (C4733DF9C658202B914CF661E2349FFC), expected checksum (********************************), index_i (6), index_j (4), index_m (4);How can i remove this error.
    Thanks

    Hi,
    The problem is when you are creating an item "Hidden and protected" so apex will associate a checksum value for that item's value and as you are changing the value, the checksum will not changed.
    If there is no security issue use "Hidden" instead of "Hidden and protected" for that item.
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • ABAP Routine for Deleting and creating index for ODS in Process chains

    Any pointers for the ABAP Routine code for deleting and creating index for ODS in Process chains.

    Hi Sachin,
    find the following ABAP code to delete ODS ondex.
    data : v_ods type RSDODSOBJECT.
    move 'ODSname' to v_ods .
    CALL FUNCTION 'RSSM_PROCESS_ODS_DROP_INDEXES'
      EXPORTING
        I_ODS = v_ods.
    To create index:
    data : v_ods type RSDODSOBJECT.
    move 'ODSname' to v_ods .
    CALL FUNCTION 'RSSM_PROCESS_ODS_CREA_INDEXES'
      EXPORTING
        I_ODS = v_ods.
    hope it helps....
    regards,
    Raju

  • ERROR -- Checksum error for Hidden and Protected item ID

    Hello all,
    I usually get the error:
    Checksum error for Hidden and Protected item ID (10785219011206310), value (on), posted checksum (C1DEF33B4C8D57845151B7D18363B3D7), expected checksum (********************************), index_i (3), index_j (2), index_m (1);
    I have already found one thread with this question - Checksum error for Hidden and Protected item ID
    but there are no answers to this problem.
    Any thoughts how to solve this and what is causing it??
    Regards Pedro.

    Pedro,
    Read under the improved security section in the below article.
    http://www.oracle.com/technology/products/database/application_express/html/3.1_new_features.html
    I used to receive the same error because I was trying to update the value of the hidden and protected item on the same page repeatedly.
    I changed the item type to hidden to avoid the error.
    Hope this helps,
    Dippy

  • Checksum error for Hidden and Protected item ID

    Hi,
    I created an icon which is called 'Find an employee'. When a clicked on that icon, it shows employee id and employee name. And near these names there is a select button. But, it gives the following error:
    Checksum error for Hidden and Protected item ID (1558647128276141385), value (KING ), posted checksum (3F6EC88428199012945F76490A29168B), expected checksum (********************************), index_i (4), index_j (3), index_m (3);
    Is there anyone who knows the reason of this error?
    Regards,
    Edited by: user13385266 on 23-Jul-2010 06:00

    Erro Checksum error for Hidden and Protected item ID (1118508917223363)
    Edited by: taylor gao on 2011-1-13 下午6:26

  • Checksum error for Hidden and Protected item

    I have a region with 3 items - a Text field, a Text area and a Hidden and Protected item. When clicking on the save button the record should be written to the table. However I get the following error:
    ++Checksum error for Hidden and Protected item ID (7676217916943303), value (), posted checksum (1060941776BCEA7DDAE813A442DF01E3), expected checksum (********************************), index_i (8), index_j (1), index_m (3);++
    When I change the hidden and protected field to a regular text field I am able to successfully process the page.
    Do I have to do anything different when I have a hidden and protected field? Would appreciate any suggestions/comments to help resolve this issue.
    Regards,
    Ghazi

    If you have client-side code that changes the value of a "Hidden and Protected" item after the item/value has been emitted to the page by Application Express, you need to change the item type to Hidden, instead.
    Scott

  • Mark for deletion and Discontinuation difference?

    Hello,
    What is the difference between using MM17 and WSE4 for an article. I understand that using MM17 i can mark the article for deletion and by using WSE4 i would make the article to be discontinued. But when we run the archiving program will the article be removed from the system in both the cases?
    Thanks,
    Anju.

    Hi Anju,
         Marked for Deletion :
    When you mark an article for deletion,the following consequences occur
    1)The listing conditions ared deleted
    2)The Article master record remains valid
    3)Stock may be available
    4)You can sell the article
    5)You can't place any orders on this article
    Discontinuation of Article :
    When you discontinue any article,the following consequences occur
    1)Article master data is deleted from the database itself
    2)Purchasing info records are deleted
    4)Listing conditions are also deleted
    Hope it helps.
    Rgds,
    Aram.

  • Solved: checksum error for hidden and protected item ID

    hi all,
    I have 3 tabs namely search,create and reports.
    when i move from
    search to create ----> works fine
    search to reports----> works fine
    create to reports ---> works fine
    create to search ---> works fine
    but after comming to reports tab when i click to any of the tabs
    error occurrs as follows
    Checksum error for Hidden and Protected item ID (5322228830115090), value (R4897903101326173), posted checksum (A2328AA561179133CD115ABB81EB0333), expected checksum (********************************), index_i (2), index_j (1), index_m (1);
    Please could any guide me to rectify this error?
    Note: This error happened after i copied a report from the create page to the report page. and that report page is having an hidden item.
    Thanks in advance
    bye Srikavi

    Hi all,
    i changed the hidden and protected item as hidden.
    Works fine.
    but, a question if it is hidden and protected item what should be the solution?
    why this kind of error occured?
    bye
    Srikavi

  • Post deleted and placed at responder's suggestion

    Post deleted and placed at responder's suggestion

    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.<br />
    See http://forums.mozillazine.org/viewforum.php?f=25

  • RFC connection error for PS_ACCESS_1 and PS_ACCESS_2

    dear all,
    i have created the RFC destination PS_ACCESS_1 and PS_ACCESS_2 with TCP/IP. i also installed WDPS* files in *sapgui\ps\access folder. now i m checking for 'TEST CONNECTION' in sm59 for PS_ACCESS_1 and PS_ACCESS_2 but it is giving  'Error when opening an RFC connection' this error. pls suggest the solution for this problem.
    am i missing any other settings? i m using SAP ECC 6.0. is it comfortable with this? is it required any configuration from basis side?
    regards,
    vicky.

    HI,
    please check the RFC Trace File at SM59 -> RFC -> Show trace file.
    For better tracing delete the Trace File first and recheck the RFC Dest.
    Regards,
    Gordon

  • ABAP runtime error for 0CRM_OPPT_H and I while running RSA3

    hello Gurus,
         I'm having problems while running RSA3 transaction for these data sources.
    0CRM_OPPT_H
    0CRM_OPPT_I
    0CRM_SALES_ACT_1
    0CRM_SALES_ACT_I.
    I'm getting ABAP runtime error for these.
    This is the error:
    Runtime Error          CALL_FUNCTION_CONFLICT_TAB_TYP
    Exception              CX_SY_DYN_CALL_ILLEGAL_TYPE
    I tried finding OSS notes for these, but I didn’t succeed.
    I activated the data source from RSA5, and then I tried RSA3. That time I got “Errors occurred during extraction”.
    After that I activated delta at BWA5, then I started getting runtime error.
    Even though I activated at BWA5, I am not able to see the data sources at BWA7.
    Am I missing any thing…please guide me through this….
    Thanks
    RKR

    Thanks for your replay... All the DS and related tables are active..
    But wen I tried to re-generate the DS again... this is the warning I'm getting... Any idea why I'm getting this....
    The even-numbered length of the DEC field SAMPLE_QTY_ALLOW can lead to problems
    <b>Message no. R8569</b>
    <b>Diagnosis</b>
    You want to use the field SAMPLE_QTY_ALLOW in the extract structure for DataSource 0CRM_OPPT_I. This field has a field of type 'DEC' (or 'CURR' or 'QUAN') with an even number of characters.
    This can create problems since the length resulting from calculations in ABAP (for example, in extractors or Customer Exits for extraction) is too large to be inserted in the database later (PSA in BW), causing a short dump.
    <b>Procedure</b>
    This warning is only relevant when the maximum length of this field is exceeded during extraction, for example when the field is expanded in the Customer Exit through a calculation.
    More information and a remedy can be found in SAP Note 641744.
    When I search the OSS note, SAP suggesting to apply 883310 note.
    In my company we are using CRM 4.0 servie pak8. SAP suggsting to install service pak 11, but my client is not interested to upgrade to 11 as CRM people are working on service pak 8.
    By any chance we can use specific note which change the ABAP code to solve this problem... Please give me some suggetions...
    Thanks
    RKR

  • Function for deleting and modifying Infotype 2011 : HR_TMW_DB_UPDATE_TEVENT

    Hello experts,
    we have and requirement where we have to insert/delete or modify specific clock in/out posts from infotype 2011. Looking trough this forum I was not able to find how to delete or modify specific events from SAP correctly.
    We are able to insert new record via FM : HR_INFOTYPE_OPERATION with ease, but can not use the same function module to either delete or modify the same record.
    I was able to find FM: HR_TMW_DB_UPDATE_TEVENT and tried it in combination with HR_TMW_DB_READ_TEVENT, with out any succes.
    My question is: in what way must the tables be filled for deletion or modification, for FM HR_TMW_DB_UPDATE_TEVENT to work?
    With testing deleting a record, function explicitly demands taht all four tables are set
             del_teven      = t_teven_del
             ins_teven      = t_teven_ind
             del_teven_more = t_teven_more_del
             ins_teven_more = t_teven_more_ins 
    , but still the record is not deleted form table TEVEN.
    Thank you in advance for any given anwsers,
    Matevž

    Hello Rajesh,
    the code goes:
    * get original data:
        CALL FUNCTION 'HR_TMW_DB_READ_TEVENT'
          EXPORTING
            pernr    = iv_pernr
            fromdate = iv_begda
            todate   = iv_endda
          IMPORTING
            result   = result_tmw.
    * get next seq. nr.:
    CALL FUNCTION 'NUMBER_GET_NEXT'
      EXPORTING
        nr_range_nr                   = lv_ragne
        object                        = lv_object
    IMPORTING
       NUMBER                        = lv_number
    EXCEPTIONS
       INTERVAL_NOT_FOUND            = 1
       NUMBER_RANGE_NOT_INTERN       = 2
       OBJECT_NOT_FOUND              = 3
       QUANTITY_IS_0                 = 4
       QUANTITY_IS_NOT_1             = 5
       INTERVAL_OVERFLOW             = 6
       BUFFER_OVERFLOW               = 7
       OTHERS                        = 8.
          LOOP AT result_tmw INTO s_result_tmw.
            s_teven = s_result_tmw-teven.
            IF s_teven-ldate = iv_ldate AND s_teven-ltime = iv_ltime AND s_teven-satza = iv_satza.
              "set TEVEN_DEL tables for reading
              APPEND s_teven TO t_teven_del.
              APPEND s_teven_more TO t_teven_more_del.
              "set status for change to TEVEN_INS tables
              s_teven-pdsnr = lv_number.
              s_teven-ldate = iv_ldate.
              s_teven-ltime = iv_ltime.    
              s_teven-satza = iv_satza.
              APPEND s_teven TO t_teven_ins.
              MOVE-CORRESPONDING s_teven TO s_teven_more.
              APPEND s_teven_more TO t_teven_more_ins.
              EXIT.
            ENDIF.
          ENDLOOP.
    * execute deletion of current record:
          CALL FUNCTION 'HR_TMW_DB_UPDATE_TEVENT'
            TABLES
              del_teven      = t_teven_del
              ins_teven      = t_teven_ins
              del_teven_more = t_teven_more_del
              ins_teven_more = t_teven_more_ins
            EXCEPTIONS
              insert_failed  = 1
              update_failed  = 2
              OTHERS         = 3.
          COMMIT WORK.
    Now I am using the following code, that is working:
    * get original data:
        CALL FUNCTION 'HR_TMW_DB_READ_TEVENT'
          EXPORTING
            pernr    = iv_pernr
            fromdate = iv_begda
            todate   = iv_endda
          IMPORTING
            result   = result_tmw.
    ********************************************************************** modification
    * CODE :                            MODIFY CLOCK IN/OUT
        IF iv_operation = 'MOD'.
          LOOP AT result_tmw INTO s_result_tmw.
            s_teven = s_result_tmw-teven.
            IF s_teven-ldate = iv_ldate AND s_teven-ltime = iv_ltime AND s_teven-satza = iv_satza.
              "set TEVEN_DEL tables for reading
              APPEND s_teven TO t_teven_del.
              APPEND s_teven_more TO t_teven_more_del.
              "set status for change to TEVEN_INS tables
              APPEND s_teven TO t_teven_ins.
              MOVE-CORRESPONDING s_teven TO s_teven_more.
              APPEND s_teven_more TO t_teven_more_ins.
              EXIT.
            ENDIF.
          ENDLOOP.
    * execute deletion of current record:
          CALL FUNCTION 'HR_TMW_DB_UPDATE_TEVENT'
            TABLES
              del_teven      = t_teven_del
              ins_teven      = t_teven_ins
              del_teven_more = t_teven_more_del
              ins_teven_more = t_teven_more_ins
            EXCEPTIONS
              insert_failed  = 1
              update_failed  = 2
              OTHERS         = 3.
          COMMIT WORK.
    * insert new (updated) record of clock registration:
          s_p2011-pernr = iv_pernr.
          s_p2011-infty = '2011'.
          s_p2011-ldate = iv_ldate_new.
          s_p2011-ltime = iv_ltime_new.
          s_p2011-erdat = sy-datum.
          s_p2011-ertim = sy-uzeit.
          s_p2011-satza = iv_satza_new.
          s_p2011-origf = 'E'.
          s_p2011-begda = iv_ldate.
          s_p2011-endda = iv_ldate.
          CALL FUNCTION 'HR_INFOTYPE_OPERATION'
            EXPORTING
              infty            = '2011'
              number           = iv_pernr
    *         SUBTYPE          =
    *         OBJECTID         =
    *         LOCKINDICATOR    =
              validityend      = iv_begda
              validitybegin    = iv_endda
              recordnumber     = f_recordnumber
              record           = s_p2011
              operation        = 'INS'                       
              tclas            = 'A'
              dialog_mode      = '0'
    *         NOCOMMIT         =
    *         VIEW_IDENTIFIER  =
    *         SECONDARY_RECORD =
            IMPORTING
              return           = fm_return
              key              = personaldatakey.
          COMMIT WORK.
    ENDIF.
    Kind regards,
    Matevž

  • Error for /557 and /558

    Dear Experts,
    I have an issues for one employee with /557 and /558. When I run simulation for the period 01/01/2011 to 31/03/2011 it's getting error on final net processing and error is /558 Balance of Payment's. But when I run for 01/04/2011 and above the system is working correctly.
    I could not able to understand why it's showing error for these period.
    Please guide me to solve this issues.
    Regards
    Chandra

    hi,
    please follow the below inforamtion
    the amount from wage type /562 (Balance of net pay) is stored in wage
    type /557 (Cash payment).
    If the payment method specified is a bank transfer, you must determine whether this is the first payment run in this payroll period. If this is a repeated payment run and the bank transfer checkbox was flagged for the first payment run when the DME program was started, the amount from wage type /562 (Balance of net pay) is stored in wage type /558(Payment
    of balance). If this is not the case, the system creates wage type /559 (Bank transfer).
    maintain the infotype 0009 and check once.
    let us know the result,
    cheers
    mohammed

  • Error for deletion flaged material

    Dear Guru's,
    Sales Order should not be generate for deletion flaged material.At the time of Sales Order creation system is giving warning massage like "Matetial is marked for
    deletion" but i want error msg for the same.
    Please do the needful.

    Hi Siddarth,
                    As per my concern you need to use the User Exit to get error message when you save the sales order with the deleted material.i.e System should not allow to save the Order wirh deleted material.
    Discuss with the ABAPer reg your requirement
    User Exit is
    USEREXIT_SAVE_DOCUMENT_PREPARE
    Program MV45AFZZ
    I hope it will help you,
    Regards,
    Murali.

Maybe you are looking for

  • How to use MONTH NAME in where condition in date column?

    Hi dudes, this is the table. sql>desc ACMINUTESPDFTEST; Name Null? Type ACDATE DATE TYPES VARCHAR2(10) here i have tried the following 2 queries,but i could not get the correct result select types,seqno,acdate from ACMINUTESPDFTEST where acdate like

  • Shared variable RT FIFO (multi element) - Read all at once

    Hi all! I'm trying to collect data from analog inputs on my cRIO with a 1 sec time step. For that purpose I use a Timed loop and a shared variable with RT FIFO enabled (multiple array of doubles). Parallel to the timed loop, I also use a while loop t

  • Error while doing FBRA

    Hi guru's the user was trying reverse the doc 258972237 g101 2009 but not able to reverse it as it has items that have already been cleared.now i need to reset the cleared items, but i am not able tor eset this doucments this are intercompan document

  • Difference in ECC & SWI1 ?

    hi Whats the main Difference between ECC 6.0 and  SWI1 in SAP 4.6C  ?

  • My mail is frozen

    My iPad will not send mail. It appears to be frozen any suggestions?