Issue with FTP command while deleting a file.

Hello All,
I am trying to delete a file from the FTP server after the file is processed. I am able to connect to the server, I am able to pick the .csv file and place the data in an internal table, and am able to process it as required in SAP. After the processing, I need to delete that file from the FTP server. I did not change the working directory and gv_filename is the variable which is holding the filename. I am using the following code
concatenate 'delete' gv_filename into lv_cmd separated by space.
  REFRESH mdata.
  CALL FUNCTION 'FTP_COMMAND'
    EXPORTING
      handle        = gv_handle
      command       = lv_cmd
    TABLES
      data          = mdata[]
    EXCEPTIONS
      tcpip_error   = 1
      command_error = 2
      data_error    = 3
      OTHERS        = 4.
When I check the mdata which returns the result of the command, I get the message 550: unable to delete <pat>\filename,
where as the file does exist. Is there any condition where in we may not be authorized to delete the file? If so is there any way to check that?
Thanks and Regards,
Sachin

Hi Sachin Dargan,
Yes.. You need to get read and write access for the directory of FTP file server where it is located..
Ask to BASIS or Network admin to give your authorization for it..
Also using upper case in single quotes is better.. as sometimes it may cause problem..
concatenate 'DELETE' gv_filename into lv_cmd separated by space.
Hope it will solve your problem..
Thanks & Regards
ilesh 24x7
ilesh Nandaniya

Similar Messages

  • Error while deleting a file which is in a folder which inturn in workspace

    12:20:42.309  DELETE  (FAILED: Conflict [(pre||post)-condition failed: x:concurrency-lock-denied])  Hello.java   (C:\CFolder1\WSF1\WSF2\Dev\HelloWorld\Package\Hello.java)
    --- Problem summary: ---
    12:20:42.309  DELETE  (FAILED: Conflict [(pre||post)-condition failed: x:concurrency-lock-denied])  Hello.java   (C:\CFolder1\WSF1\WSF2\Dev\HelloWorld\Package\Hello.java)
    I am getting above error while deleting a file which is in a folder which inturn in workspace

    Here is the problem I have with deleting my folder. I had created a WD project TaxTool and and added the DC to my SC. There were obviously some checkedout activities. Being new to this, I deleted the project directly without checking in the activities. Now I have folder TaxTool/_comp with nothing underneath on the DTR server and on my client. I am unable to checkout TaxTool for delete but the checkout of _comp folder fails in NWDS with the following error:
    <b>EDIT  (FAILED: server response: Conflict [(pre||post)-condition failed: x:no-exclusivity-with-existing-checked-out-resources])  comp   (C:\JDI\JDIDEMO1\intelJDI_TEST\dev\inactive\DCs\intel.com\TaxTool\_comp\)</b>
    If I try the same from the DTR shell, I get this following error:
    <b>Unexpected problem occurred during executing command.Lockfile "C:\Documents and
    Settings\bvedamur\.dtr\.syncdbs\5b0d8b2110a7a29883734c0407462df8.syncdbM.lock" is already in use by another process.</b>
    I am the only user in the system (doing R&D) and I have tried Sync and Delete. Nothing works. Help appreciated.
    Thx
    Bhaskar

  • I am having an installation failure issue with my itunes 11 software.  File is corrupted and i don't know what to do.  I've un-install and re-installed the software three times and continue to get the same error message.  It states that "This copy of ITun

    I am having an installation failure issue with my itunes 11 software.  File is corrupted and i don't know what to do.  I've un-install and re-installed the software three times and continue to get the same error message.  It states that "This copy of ITunes is corrupted or is not installed correctly.  Please reinstall Itunes"
    iMac, iOS 6

    HI,
    If your old version of iTunes is still working - then I sugest you stick with that.
    iTunes 11 is a lousy update - It will not retain your playlists, you can't find and delete duplicates... and a whole arry of oyher issues. (have a look around this forum to see how many issues IT11 gives people)
    Just a friendly advise and warning :-)

  • Crash issues with elements organizer while running Apple OS 10.9 Mavericks

    Crash issues with elements organizer while running Apple OS 10.9 Mavericks.  Crashes then ask if you want to reopen or not.  Also when you are trying to manuver the page with your mouse things go crazy from a full page edit back to viewing all photos on the site and skipping around from picture to picture.  Unsusable as it is today!

    It is very critical to delete all preferences when you do a major OS X upgrade. You need to go to your username>library>preferences and delete everything pertaining to PSE. To see that library in 10.9, open a finder window, click your user account in the list on the left (the little house with your name), and then click the gear wheel at the top of the window and choose View Options. At the bottom of the list of checkboxes you'll see Library. Turn it on and then you can easily find the preferences folder.

  • Rescue and Recovery Crashes While Deleting Backup Files

    I've seen many threads in regards to Rescue and Recovery crashing while deleting backup files, but no solutions were ever mentioned!  I have a T400 (Vista SP2, Intel T9400, 4GB RAM, 300 GB HD) and was quickly running out of disk space.  After finding mention of Rescue and Recovery I was able to delete some of the backups but not all.  For example I have one from 2008 (18GB) but it won't seem to delete.  I let it sit for quite a while (over night) but it still didn't delete.  Does anybody have a solution for how to get R&R to delete this files?  Or how to delete these files manually?  Thanks in advance.  

    Hi,
    in this situation I assume, you are using the GUI for the deletiong of the RnR Backups.
    What I always prefer is the rrcmd.exe which you can use with the "delete" whicht so that the backups that you want to will be deleted.
    Cheers

  • System exception while deleting the file from app server in background job

    Hi All,
    I have a issue while the deleting the file from application server.
    I am using the statement DELETE DATASET in my program to delete the file from app server.
    I am able to delete the file from the app server when i run the program from app server.
    When i run the same report from background job i am getting the message called System exception.
    Is there any secuirity which i need to get the issue.
    Thank You,
    Taragini

    Hi All,
    I get all the authorization sto delete the file from application serever.
    Thing is i am able to run the program sucessfully in foreground but not in the background .
    It i snot giving any short dump also just JOB is cancelled with the exception 'Job cancelled after system exception ERROR_MESSAGE'.
    Can anybody please give me suggestion
    Thanks,
    Taragini

  • Issues with FTP adapter

    Hello,
    I m facing issues using the FTP adapter. I am using 10.1.3.1 standalone installed in my desktop.
    1) The FTP adapter doesnt poll continuously for the files. It dies off as soon the folder is empty. If there are incoming files after sometime, the BPEL process fails to pick them. I created an empty BPEL process that has a recieve activity from an FTP adapter as partner link
    2) The files are fetched and deleted but are never archived, despite setting the archive files. Can we not archive those files in another folder of same FTP server ?
    3) Sometimes, the files are deleted, but there is no activity or process shown in the BPEL console.
    Can you please help me with these issues
    Thanks
    Harinath Gandhi

    Are you able to upgrade to 10.1.3.3. A lot of issues with adapters are solved in this release.
    Marc
    http://orasoa.blogspot.com

  • SQL*Loader issue with WHEN command

    Environment: R12.1.2
    We have a file coming in from a bank that needs to be loaded into a custom table using SQL*Loader.
    The file has multiple record formats. Each record in the file starts with a "record type", which defines the format.
    For simplicity, let me say that there is a record type of "H" with the header format, and another record type "D" has a detail record format. An "H" record may be followed by multiple "D" records until the next "H" record is encountered. Unfortunately, there is no common key, like say "Vendor Number" in both the "H" and "D" records to establish a relationship. So the plan was to use a Oracle sequence or SQL*Loader sequence to get a sequence loaded into the table as the file is being loaded. Then if consecutive "H" records had a sequence value of 100 and 112, we would know that the "D" records for the "H" 100 record are all the records with sequence value of 101 through 111.
    The issue occurs as we have to use the WHEN command in the control file to direct a certain record type to specific columns of the table. Based on the populated sequence values, with the WHEN command, it seems that all the "H" records get loaded first followed by the "D" records. The sequence becomes of no use and we cannot establish a link between the "H" and "D" records. The alternative is to not use WHEN with the sequence, but load the file into generic column names which provides for less understanding in the application.
    Is there a way (command feature) to ensure that SQL*Loader loads the records sequentially while using WHEN?
    Thanks
    Satish

    I used RECNUM parameter instead of sequence and it worked fine

  • Pressing command-z deletes the files even if there is no restore location

    I have copied some photos from sd card to my mac. Then I deleted the files from sd card and removed it to take more photos. While my friend was taking pictures somehow accidently I pressed the command-z. Then whole folder just disappeard. I didn't even get any notification that telling me "cannot find restore location" or " files will be deleted". Folder just disappeared in 1 second. They are not in the trash also.
    Where did they go? Are they in some sort of temporary storage? How can I get them back?
    SD Card is already full with other images so recovery program couldn't bring the old files back. Recovering on the computer might take so long time since I have 500gb hard drive. Is there a fast way to get files back?

    I cannot try it now for that folder since i did other copy oparations. But I did it with another file to try. I copied file from usb drive. Then I removed my usb drive and pressed command-z. File disappeared then I pressed command+shift+Z. A notification popped up "The operation can't be completed because it isn't supported". 

  • Help needed - OS Command foe deleting a file from Appplication server.

    Hi,
    I have requirement, where in i need to delete a file from the application server. It has to be done automatically. I thought of using OS Command for achieving the same. Can anyone help me in achieving it. The OS of my application server system is UNIX.
    Thanks in advance!!
    P.S: Points will be rewarded.

    Hello Sudeep,
    If you define the command for each operating system using transactions SM69 (You can test it with SM49) and then call it using SXPG_COMMAND_EXECUTE which contains a parameter defining the operating system (SY-OPSYS)
    then it does not matter which operating system is running, the function module always calls the correct version of the command.
    So, for example you could define a command 'OS_COMMAND'
    which deleted a file. This would have one version for Dos
    which said 'del', and a second version for unix which said 'rm'.
    The correct command would be specified by the call to SXPG_COMMAND_EXECUTE because the operating system parameter differentiates between the two commands.
    [USING PROCESS CHAINS IN SAP BW|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0a7cd90-0201-0010-49a1-d730a56895f4]
    SXPG_COMMAND_LIST_GET – Reads a list of external OS commands
    Thanks
    Chandran

  • Problem with FM SXPG_COMMAND_EXECUTE in deleting a file on server.

    Hi All,
    My Task is to delete a file with version number 6 and rename all other files, so that my new file will be version 0.
    Am using the FM SXPG_COMMAND_EXECUTE to delete/rename a file on server.
    Though, this is working fine in debugging mode I can see the file getting deleted in regular run, which is followed by renaming some files, it is NOT working in regular run.
    Somehow the deletion and renaming are not happening correctly in regular run, but does happen successfully while in debugging.
    Am I missing anything or any refresh or delay needed?
    Here is my code for DELETE :
    CONCATENATE P_PATH '\' P_TABNAME '_6.dat' INTO LF_FILE.
      CONDENSE LF_FILE NO-GAPS.
    *// Check if this file exists
      OPEN DATASET LF_FILE FOR INPUT IN TEXT MODE ENCODING DEFAULT.
      IF SY-SUBRC EQ 0.
    *// Delete this file
        DELETE = LF_FILE.
        CALL FUNCTION 'SXPG_COMMAND_EXECUTE'
          EXPORTING
            ADDITIONAL_PARAMETERS      = DELETE
            COMMANDNAME                = 'ZDELETE'
            OPERATINGSYSTEM            = OPSYS
            STDERR                     = 'X'
            STDOUT                     = 'X'
            TARGETSYSTEM               = EHOST
            TERMINATIONWAIT            = TERMWAIT
            TRACE                      = ' '
          IMPORTING
            STATUS                     = RETCODE
          TABLES
            EXEC_PROTOCOL              = PROT
          EXCEPTIONS
            COMMAND_NOT_FOUND          = 01
            NO_PERMISSION              = 02
            PARAMETERS_TOO_LONG        = 03
            PARAMETER_EXPECTED         = 04
            PROGRAM_START_ERROR        = 05
            PROGRAM_TERMINATION_ERROR  = 06
            SECURITY_RISK              = 07
            TOO_MANY_PARAMETERS        = 08
            WRONG_CHECK_CALL_INTERFACE = 09
            X_ERROR                    = 10
            OTHERS                     = 11.
    ENDIF.
    Regards
    Raj
    Edited by: Rajasekhar Dinavahi on Apr 14, 2010 11:45 AM

    Hi All,
    Problem resolved.
    We need ensure all files which are opened [by OPEN DATASET], are CLOSED before trying any operation like DELETE or RENAME on the files.
    Regards
    Raj

  • [solved]kernel bug while deleting a file?

    Hi,
    so I just deleted a file or tried to anyways. But I only got a black screen with the following text:
    Aug 25 09:44:12 localhost kernel: [475774.988380] BUG: unable to handle kernel NULL pointer dereference at 00000018
    Aug 25 09:44:12 localhost kernel: [475774.988694] IP: [<e0cb5cdb>] ext4_ext_remove_space+0xa3b/0xec0 [ext4]
    Aug 25 09:44:12 localhost kernel: [475774.988991] *pde = 00000000
    Aug 25 09:44:12 localhost kernel: [475774.989109] Oops: 0000 [#1] PREEMPT SMP
    Aug 25 09:44:12 localhost kernel: [475774.989273] Modules linked in: nls_cp437 vfat fat usb_storage uas sit tunnel4 fuse ip6t_REJECT xt_tcpudp nf_conntrack_ipv6 nf_defrag_ipv6 xt_state nf_conntrack ip6table_filter iptable_filter ip6_tables ip_tables x_tables reiserfs radeon ipw2200 b44 libipw cfg80211 yenta_socket ssb i2c_algo_bit pcmcia_rsrc rfkill lib80211 snd_intel8x0m rc_medion_x10 ati_remote pcmcia drm_kms_helper rc_core mii snd_intel8x0 snd_ac97_codec ttm ac97_bus drm mmc_core snd_pcm firewire_ohci firewire_core snd_page_alloc tifm_7xx1 joydev pcmcia_core crc_itu_t snd_timer tifm_core ppdev i2c_i801 shpchp snd parport_pc pci_hotplug irda intel_agp i2c_core iTCO_wdt soundcore iTCO_vendor_support intel_gtt agpgart serio_raw pcspkr microcode evdev parport psmouse thermal battery video crc_ccitt ac button loop cpufreq_powersave acpi_cpufreq mperf processor ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Aug 25 09:44:12 localhost kernel: [475774.990204]
    Aug 25 09:44:12 localhost kernel: [475774.990204] Pid: 28884, comm: pool Not tainted 3.4.9-1-ARCH #1 Medion WIM 2030/WIM 2030
    Aug 25 09:44:12 localhost kernel: [475774.990204] EIP: 0060:[<e0cb5cdb>] EFLAGS: 00010246 CPU: 0
    Aug 25 09:44:12 localhost kernel: [475774.990204] EIP is at ext4_ext_remove_space+0xa3b/0xec0 [ext4]
    Aug 25 09:44:12 localhost kernel: [475774.990204] EAX: 00000000 EBX: 00000000 ECX: 00000000 EDX: 00b88c9a
    Aug 25 09:44:12 localhost kernel: [475774.990204] ESI: cf377c1c EDI: 00000001 EBP: cc595e8c ESP: cc595d9c
    Aug 25 09:44:12 localhost kernel: [475774.990204] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Aug 25 09:44:12 localhost kernel: [475774.990204] CR0: 8005003b CR2: 00000018 CR3: 11f83000 CR4: 000007d0
    Aug 25 09:44:12 localhost kernel: [475774.990204] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
    Aug 25 09:44:12 localhost kernel: [475774.990204] DR6: ffff0ff0 DR7: 00000400
    Aug 25 09:44:12 localhost kernel: [475774.990204] Process pool (pid: 28884, ti=cc594000 task=c1728000 task.ti=cc594000)
    Aug 25 09:44:12 localhost kernel: [475774.990204] Stack:
    Aug 25 09:44:12 localhost kernel: [475774.990204] d5c16bb8 00000002 00000523 00000013 c0259100 00000070 00000000 c1728000
    Aug 25 09:44:12 localhost kernel: [475774.990204] de9cc800 d5c16c40 00000000 df332400 df332400 c119b540 c0154613 ccc02fc0
    Aug 25 09:44:12 localhost kernel: [475774.990204] ccc02fc0 ccc02fc0 e0ccb687 00000f92 cc5981a4 e0cb9494 de993400 00000000
    Aug 25 09:44:12 localhost kernel: [475774.990204] Call Trace:
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<c0259100>] ? __getblk+0x30/0x310
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<c0154613>] ? wake_up_bit+0x23/0x30
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<e0cb9494>] ? __ext4_handle_dirty_metadata+0x64/0x100 [ext4]
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<e0cb808a>] ext4_ext_truncate+0x17a/0x1b0 [ext4]
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<e0c8fca5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<e0c96f2e>] ? ext4_orphan_add+0x4e/0x1b0 [ext4]
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<e0c8d6d5>] ext4_truncate+0xf5/0x100 [ext4]
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<e0c9235b>] ext4_evict_inode+0x3bb/0x490 [ext4]
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<c023fdd5>] ? d_delete+0x95/0x170
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<c024339e>] evict+0x8e/0x170
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<c024386b>] iput+0xcb/0x1b0
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<c0239018>] do_unlinkat+0xf8/0x150
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<c018ad3f>] ? sys_futex+0xcf/0x120
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<c022ccd7>] ? sys_write+0x67/0x80
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<c023a8b5>] sys_unlink+0x15/0x20
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<c04b871f>] sysenter_do_call+0x12/0x28
    Aug 25 09:44:12 localhost kernel: [475774.990204] [<c04b0000>] ? bad_area_access_error+0x2f/0x3e
    Aug 25 09:44:12 localhost kernel: [475774.990204] Code: 04 40 8d 04 82 89 46 10 0f b7 52 02 83 c2 01 89 d1 c1 f9 1f 85 c0 89 16 89 4e 04 0f 85 2a f8 ff ff 0f 0b 90 8d 74 26 00 8b 46 18 <8b> 40 18 89 46 14 e9 fc f7 ff ff 66 90 8b 55 e4 c7 45 94 01 00
    Aug 25 09:44:12 localhost kernel: [475774.990204] EIP: [<e0cb5cdb>] ext4_ext_remove_space+0xa3b/0xec0 [ext4] SS:ESP 0068:cc595d9c
    Aug 25 09:44:12 localhost kernel: [475774.990204] CR2: 0000000000000018
    Aug 25 09:44:12 localhost kernel: [475775.060902] ---[ end trace 182d3641881b42b8 ]---
    I couldnt do anything but a cold shutdown and I tried.. After the restart I tried to delete the folder again with no issues. rtorrent did a hash check of it after the restart and returned missing chunks, which is ofc no surprise as I tried to delete the whole thing.. I removed the torrent from the client and just then deleted the rest though.
    I don't know if its related, but if I delete a file which is linked to a torrent, the free space on the hdd isnt necessarily changed until I remove the torrent from the client.
    Thanks.
    Last edited by dt (2012-08-26 06:35:06)

    Hello,
    Here, this bug happens when i delete a huge file (~ 80Gb). It appears since 3.4.8.
    Pid: 3444, comm: dar Tainted: P O 3.4.9-1-ARCH #1 /DP45SG
    EIP: 0060:[<f4722cdb>] EFLAGS: 00010246 CPU: 1
    EIP is at ext4_ext_remove_space+0xa3b/0xec0 [ext4]
    EAX: 00000000 EBX: 00000000 ECX: 00000000 EDX: 00a0000c
    ESI: dfac0d3c EDI: 00000001 EBP: ee3ffe8c ESP: ee3ffd9c
    DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    CR0: 8005003b CR2: 00000018 CR3: 20064000 CR4: 000407d0
    DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
    DR6: ffff0ff0 DR7: 00000400
    Process dar (pid: 3444, ti=ee3fe000 task=e0f7bf00 task.ti=ee3fe000)
    Stack:
    d5c7e7d8 00000002 000007ec 00000013 c1159100 00000040 00000000 e0f7bf00
    e04d8800 d5c7e860 00000000 e0e93000 e0e93000 e08e90c0 c1054613 d42458c0
    d42458c0 d42458c0 f4738687 00000f92 ee3f81a4 f4726494 e0b44540 00000000
    Call Trace:
    [<c1159100>] ? __getblk+0x30/0x310
    [<c1054613>] ? wake_up_bit+0x23/0x30
    [<f4726494>] ? __ext4_handle_dirty_metadata+0x64/0x100 [ext4]
    [<f472508a>] ext4_ext_truncate+0x17a/0x1b0 [ext4]
    [<f46fcca5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    [<f4703f2e>] ? ext4_orphan_add+0x4e/0x1b0 [ext4]
    [<f46fa6d5>] ext4_truncate+0xf5/0x100 [ext4]
    [<f46ff35b>] ext4_evict_inode+0x3bb/0x490 [ext4]
    [<c113fdd5>] ? d_delete+0x95/0x170
    [<c114339e>] evict+0x8e/0x170
    [<c114386b>] iput+0xcb/0x1b0
    [<c1139018>] do_unlinkat+0xf8/0x150
    [<c1048ae3>] ? set_current_blocked+0x43/0x50
    [<c1048b4d>] ? sigprocmask+0x5d/0xc0
    [<c1048c56>] ? sys_rt_sigprocmask+0x56/0xa0
    [<c113a8b5>] sys_unlink+0x15/0x20
    [<c13b871f>] sysenter_do_call+0x12/0x28
    Code: 04 40 8d 04 82 89 46 10 0f b7 52 02 83 c2 01 89 d1 c1 f9 1f 85 c0 89 16 89 4e 04 0f 85 2a f8 ff ff 0f 0b 90 8d 4 26 00 8b 46 18 <8b> 40 18 89 46 14 e9 fc f7 ff ff 66 90 8b 55 e4 c7 45 94 01 00
    EIP: [<f4722cdb>] ext4_ext_remove_space+0xa3b/0xec0 [ext4] SS:ESP 0068:ee3ffd9c
    CR2: 0000000000000018
    ---[ end trace 595d36faecd8466f ]---

  • Issues with host command

    Hi All
    We are running Forms 10gR2 under linux. We are having issues with the host command. We use host command to call ProC* modules in the appsvr. It used to work in Forms 6i. Host commnd no longer works in forms10g. Do we need to any setup to run commands using host.
    We need to resolve this issue immediately.
    any help is appreciated.
    Rgds
    Arvind Balaraman

    Arvind has said the command needs to run on the app server so HOST is correct, not CLIENT_HOST.
    I noticed when I installed 10g (on solaris) that the default.env file has a setting for PATH which does not include /usr/bin so HOST would not be able to find standard unix commands, so I added it in:
    PATH=/usr/bin:/home/oracle/product/AS101202/bin
    Alternatively you could include the full path on any unix commands run by HOST.
    Surpisingly I have not seen this documented anywhere. Could this be the problem ?
    I have a related problem I have not solved yet. I have one particular HOST command which works OK until after I run reports from forms, then it just stops working without producing any error.

  • File Adapter gets error while deleting the file

    Hi,
    We are running on PI 7.0 SP6. I built a simple integration scenario where a file is picked up from a certain directory on the server (PI server itself) and get processed according to some mapping rules and again put to an other directory. I used the file adapter for picking and putting the file with 2 different communication channels.
    My integration works fine. File is picked up processed and put into its new location.
    But the file adapter cannot work in archiving or deletion mode. So the file (to be picked up by PI) remains in its original location.
    I am getting the following error:
    Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File##com.sap.aii.adapter.file.File2XI.deleteFile(FileHandle)#J2EE_GUEST#0####18a971f3338011dbcde800145e69a8d4#XI AF File2XI[:EBI:File_from_EBI_to_EXS]##0#0#Error#1#com.sap.aii.adapter.file.File2XI#Java###Deleting of file failed - cannot proceed#1#E:
    SCENARIOS
    EBITOEXS
    RFID
    GELEN
    tagdata22082006035719.xml#
    #1.5#00145E69A8D4005B0000004700000A6400041BC49A1D56D3#1156431120046#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File##com.sap.aii.adapter.file.File2XI.processFileList()#J2EE_GUEST#0####18a971f3338011dbcde800145e69a8d4#XI AF File2XI[:EBI:File_from_EBI_to_EXS]##0#0#Error#1#com.sap.aii.adapter.file.File2XI#Plain###File 'E:
    SCENARIOS
    EBITOEXS
    RFID
    GELEN
    tagdata22082006035719.xml' - deleting after processing failed - retry#
    I tried everything but upgrading to a higher SP level and will do so unless anyone has an other suggestion.
    Thanks a lot,
    Murat Gölcü
    [email protected]

    Hi,
    These are a few things you can do:
    Check the permissions of the folder where the file is being Placed. (it will mostly have only read permission, this is what i could understand from your explanation)
    If you are doing Content conversion, please can you just remove it and see if the XML file is getting generated.
    Also, please check if it's picked up by any other application when you place it on the server.
    Regards,
    Abhy

  • Issue with IMAP accounts - cannot delete

    I am running the latest OS on iPhone 4.
    I recently had some issues with my email accounts and had to delete them all from my iPhone, then recreate them. I thought they were originally set up as POP emails, but as I could see all my online folders, I gather they were IMAP.
    I did recreate them all as IMAP accounts, but was experiencing deleting emails whilst off-line, which I could previously do. I am also now experiencing an issue with my main account where every time I try to delete an email, even when online, I get the following message:
    Unable to Move Message
    The message could not be moved to the mailbox Trash.
    I went into the Advanced settings in my account and changed the deleted mailbox to 'On My iPhone', or to the trash folder online, but this hasn't made any difference. I can however move emails into folders, although moving emails to the trash instead of deleting them is a bit of a long winded process. I just can't work out why, before all this, I could delete emails with no problem even when I had no internet connection, and why I can't now.
    Would anyone be able to help? Thank you in advance for any help you could provide.

    Well, I eventually found an answer to this and it seems to work. Here it is in case someone would have the same issue
    http://support.apple.com/kb/HT1393?viewlocale=en_US

Maybe you are looking for

  • Error while using trigger and sequences

    hi friends i am leraning oracle now. i have confronted a difficulty while working with triggers and sequence . iF anybody knows this problem ,please help me i created atable with the specifications given below CREATE TABLE TESTSEQ idno NUMERIC(10), d

  • SQ01 - Additional fields

    Hi friends, I generated new infotipo for personnel evaluation. Now when new infotipo i want to use it in trx. SQ01 to do query, the additional fields, are not seen. They are fields with description texts. How I can see those fields of infotipo?. Than

  • Reading Vendor Classification Note

    Hi I Created Vendor Classification Note using XK02. Now i need to read all those Notes which was created to vendor. The Objects details are available in S00D table but i am unable to read actual data in that object. Can any body guide me how to read

  • IPhone and web galleries

    I've made several web galleries via the new iPhoto and put them on my .mac site. When I go to view the gallery from my iPhone I never get past the login window. I type the password really carefully and it just gives me a new blank login window again.

  • How do I upgrade my browser?  It is apparently outdated and not supported by many applications.

    How do I upgrade my browser for MacBook Pro, Safari 5?  It is apparently outdated and not supported by many applications.