Renaming the file from in a static way.

Hello  everyone,
Its a Mail to File scenario. There is no mapping involved in this scenario.
There  is a XLS file coming as an attachment  and this needs to be dropped in FTP server.
But there are 7 reports and i want to use only one communication channel.
So if the File name is A then it has to be renamed as B. If the file name is C then it has to be renamed as D.and so on ...
How to achieve this. ?
Regards,
Ravi

You can use Java mapping to do that, use this mapping program in Operation mapping in your ID interface determination. Here is a sample code of it, You can use case statement to put your conditions.
public class RenameFile extends AbstractTransformation  {
      private static final DynamicConfigurationKey KEY_FILENAME =
      DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
       public void transform(TransformationInput in, TransformationOutput out)
       throws StreamTransformationException {
                 String newFileName = null;
               Date date = new Date(); // get the current date
               SimpleDateFormat dateFormatter = new SimpleDateFormat ("yyyyMMddHHmmss"); // set the format for date
               String dfmt =  dateFormatter.format(date);
               DynamicConfiguration conf = in.getDynamicConfiguration();
                String oldFileName = conf.get(KEY_FILENAME);                    // filename is <store_ID>.txt
                newFileName = dfmt + oldFileName; // Final file will have date in file name
                String inData = convertStreamToString(in.getInputPayload().getInputStream());
                String outData = inData;
                try {
                    out.getOutputPayload().getOutputStream().write(outData.getBytes("UTF-8"));
               } catch (UnsupportedEncodingException e) {
                    // TODO Auto-generated catch block
                    e.printStackTrace();
               } catch (IOException e) {
                    // TODO Auto-generated catch block
                    e.printStackTrace();
               conf.put(KEY_FILENAME,newFileName);
       public String convertStreamToString(InputStream in){
               StringBuffer sb = new StringBuffer();
               try
               InputStreamReader isr = new InputStreamReader(in);
               Reader reader =
               new BufferedReader(isr);
               int ch;
               while((ch = in.read()) > -1) {
                    sb.append((char)ch);}
                    reader.close();
               catch(Exception exception) { }
               return sb.toString();

Similar Messages

  • OSB throwing IO Exception : Could not able to rename the file

    Hi, 
    I am trying to publish the file in an SFTP location. OSB is able to write the file with extension .a (which it generally does while writing), but couldn't able rename it to the original name.
    Error From Logs :
    BEA-381801> <Error occured for endpoint com.bea.wli.sb.transports.TransportException: File could not be renamed from: ./OSBSFLFiles/TestFileOSR.xml.a to: ./OSBSFLFiles/TestFileOSR.xml
    com.bea.wli.sb.transports.TransportException: File could not be renamed from: ./OSBSFLFiles/TestFileOSR.xml.a to: ./OSBSFLFiles/TestFileOSR.xml
    Caused By: java.io.IOException: File could not be renamed from: ./OSBSFLFiles/TestFileOSR.xml.a to: ./OSBSFLFiles/TestFileOSR.xml
    Solutions Tried :
    1) All the permissions are there to read and write on that folder.
    2) In the remote SFTP logs there is no activity recorded for attempting to rename the file from OSB.
    Please suggest.
    Thanks,
    Ankit

    Use a JCA adapter.
    Create adapter in Jdeveloper and import the artifacts in to OSB.
    The native support of OSB for SFTP doesn't work sometimes

  • HT3775 I have a bunch of .MOD files I cannot play from our Canon video cam. I tried renaming the files as MPEG or MOV, I get the message "The document "001.MPEG" could not be opened. A required codec isn't available." Any advice on getting these to play?

    I have a slew of .MOD files I cannot play from our Canon video cam. I tried renaming the files as MPEG or MOV, I get the message "The document “001.MPEG” could not be opened. A required codec isn't available." Any advice on getting these to play? Thanks!

    Try installing Perian or VLC. Some AVIs require a codec which simply isn't available for Mac OS X.
    (85018)

  • Is there any way to get the files from other computer ?

    Hai all,
    I have 2 computers connected. I know the IP address of other computer. Is there any way to get the files from other computer. (for e.g. I want to get the files from specific folder. In Java netwroking is it possible? (Any programs)
    regards,
    Namanc

    Bro Take it easy.
    Think you need to send a Image file named ("abc.gif")
    now develop a server using ServerSocket and connect it in local IP and any PORT
    For example i think ur server is connected in "localhost" and 9000 port.
    Now make ur server educated using some commands.
    For example:
    FileName: <File Name String>
    [Means new file is sending by connected client]
    FileSize: <File size long or int value>
    [ So that ur server can determind about the total length of sender file]
    DataModeOpen
    [Now your client will send its image data, this command means your client software is sending data]
    fjadlkfjaofaijojfwoeiurfodkjflsajlfksa
    l23j4lj23lkjlasjfoq23j4rokjelfkjasldkf
    2o3j4lk2j3ljslakdjf2l3j4 l23kjlk23k4j
    DataModeClose
    [Means file sending finished]
    Close
    [Means your client connection is closed]
    Now develop a client supporting this command.
    For example(Server):
    String getFileName=null;
    long getFileSize=0;
    public handleCommand(String getCmd) {
        if(getCmd.startsWith("FileName")) {
                String[] splitData=getCmd.split(":");
                this.getFileName=   splitData[1];
                outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("FileSize")) {
                String[] splitData=getCmd.split(":");
                this.getFileSize=Long.parseLong(splitData[1]);
                outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("DataModeOpen")) {
               //data mode open so receive data
              receiveData();
              outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("DataModeClose")) {
              //close client socket
             getClientSocket.close();
    }For client:
    DataInputStream dataIn=null;
    BufferedOutputStream bout=null;
    public sendFile(bytes[] getBytes) {
            //if ok found then do other or show error message
        if(sendCmd("FileName:"+getFileName)) {
            if(sendCmd("FileSize:"+getFileSize)) {
                if(sendCmd("DataModeOpen")) {
                   bout.write(getBytes);
                } else {
                   showError(3);
            } else {
                   showError(2);
       } else {
            showError(1);
    }i think it will help u

  • Using a script to rename a file from the file info cart Cut Num (ID)??

    Hi,
    Can any of you guys tell me if its poss to do a script to rename a wav with the file info, cart, Cut Num ID field....??? (Cart chunks)
    Example file at the moment is called {C5E5F0FE-57D9-4A9A-8DA1-58D1AE7017FD}.wav and I want to grab the info out of the File info, cart section, under Cut Num (ID) which has 9558 in it and rename the file so it is now 9558.wav when it saves or just renames it.I also then want to run the script as i have 6000 plus wav,s to do this too.
    Thanks for any info.
    Glen

    >Can any of you guys tell me if its poss to do a script to rename a wav with the file info, cart, Cut Num ID field....??? (Cart chunks)
    No, scripts in Audition won't let you do this at all. In fact, Audition's scripting function really isn't very file-friendly, relating pretty much just to basic Audition functionality. And there's no way that an Audition script would let you rename a file anyway - they the closest they get to handling any file-related functions is that you can open a designated noise reduction profile - but that's about it.
    There's one place that I know of where you might find a utility to do what you want -
    here (try WidgetPro).

  • Renaming a file from java

    Hello,
    I want to rename a file from a Java Application and I want this operation was very speed.
    I would renaming was "atomic".... not interruptable from Operative System.
    I made this operations in two ways: does anyone explain me if one of these is more efficient than the other one?
    Thank you very much all in advance
    Diego
    First implementation
                            String tmpStateName = stateFname + ".tmp";
                            tmpStateFile = new File(tmpStateName);
                            tmpStateFileStream = new FileOutputStream((tmpStateFile));
                   pd.store(tmpStateFileStream, "System shutdown");
                            tmpStateFile.renameTo(new File(stateFname));
    Second implementation
                            String stateFnameTmp = stateFname + ".tmp";
                   pd.store(new FileOutputStream (stateFname + ".tmp"),
                   "System shutdown");
                            String command = "mv " + stateFnameTmp + " " + stateFname;
                            Runtime.getRuntime().exec(command);
    ....

    But calling exec method of Runtime could I be faster
    than the first implementation??
    I thought that the first implementation was heavier
    (more Java objects created) than the second one...
    Was I wrong?Maybe.
    However it is not relevent. It is just flat out stupid to make things that convoluted in the name of "performance". Especially something like this. All you are really doing in the second implementation is creating a brittle, unmaintable nightmare.
    So don't do that.
    Last but not least I would highly suspect that the first implementation will be faster anyway. You don't seem to be counting on the expense of creating a new process which is not "light" relatively speaking.

  • Renaming the file

    Hi
    Good Morning friends
    Can anyone help me in this
    I want to select one file from presentation server and rename that file and to be saved in same location.Is there any program,
    guide me friends
    Regards
    Kiran

    Hi Kiran,
    There is a way to rename a file using FM 'GUI_RUN'.
    Create a batch file in the Presentation server and call it by FM 'GUI_RUN'.
    I have developed a small report which will achieve it.
    Just try below code.
    REPORT  zpr_test1.
    TYPES: BEGIN OF ty_itab,
          text(100) TYPE c,
          END OF ty_itab.
    DATA: filetable TYPE filetable,
          rc TYPE i,
          wa_file TYPE file_table,
          ret TYPE i.
    DATA: itab TYPE STANDARD TABLE OF ty_itab,
          wa TYPE ty_itab,
          len TYPE i,
          len1 TYPE i,
          str1 TYPE string,
          str2 TYPE string,
          old_name TYPE string,
          new_name TYPE string,
          filename TYPE string,
          cmd(200) TYPE c.
    DATA: tab_pop  TYPE TABLE OF sval.
    DATA: wa_pop  TYPE sval.
    *Get file name
    CALL METHOD cl_gui_frontend_services=>file_open_dialog
      CHANGING
        file_table = filetable
        rc         = rc.
    READ TABLE filetable INTO wa_file INDEX 1.
    IF sy-subrc = 0.
      wa_pop-tabname   = 'FILE_TABLE'.
      wa_pop-fieldname = 'FILENAME'.
      APPEND wa_pop TO tab_pop.
    *Get new file name in popup
      CALL FUNCTION 'POPUP_GET_VALUES'
        EXPORTING
          popup_title     = 'Enter new file name without extension:'
        TABLES
          fields          = tab_pop
        EXCEPTIONS
          error_in_fields = 1
          OTHERS          = 2.
    ENDIF.
    *Build new file name
    READ TABLE tab_pop INTO wa_pop INDEX 1.
    IF wa_pop-value IS NOT INITIAL.
      new_name = wa_pop-value.
    ELSE.
      new_name = 'New'.
    ENDIF.
    *Build batch file
    ***Build drive name
    wa-text = wa_file+0(2).
    APPEND wa TO itab.
    CLEAR wa.
    ***Build path
    len = STRLEN( wa_file ).
    len1 = len - 1.
    DO len TIMES.
      IF wa_file+len1(1) = '\'.
        wa-text = wa_file+0(len1).
        EXIT.
      ENDIF.
      len1 = len1 - 1.
    ENDDO.
    CONCATENATE 'CD' wa_file+0(len1) INTO wa-text SEPARATED BY space.
    APPEND wa TO itab.
    CLEAR wa.
    ***Build old file name
    str1 = wa_file.
    WHILE str1 CA '\'.
      SPLIT str1 AT '\' INTO str1 str2.
      str1 = str2.
    ENDWHILE.
    old_name = str1.
    str1 = wa_file.
    CLEAR str2.
    ***Build extension for file
    WHILE str1 CA '.'.
      SPLIT str1 AT '.' INTO str1 str2.
      str1 = str2.
    ENDWHILE.
    IF old_name CA space.
      CONCATENATE '"' old_name '"' INTO old_name.
    ENDIF.
    IF new_name CA space.
      CONCATENATE '"' new_name '"' INTO new_name.
    ENDIF.
    CONCATENATE 'RENAME' old_name new_name INTO wa-text SEPARATED BY space.
    CONCATENATE wa-text '.' str1 INTO wa-text.
    APPEND wa TO itab.
    CLEAR wa.
    *Give name for batch file
    CONCATENATE wa_file+0(len1) '\' 'TEST1.bat' INTO filename.
    *Download batch file to Presentation server
    CALL METHOD cl_gui_frontend_services=>gui_download
      EXPORTING
        filename = filename
      CHANGING
        data_tab = itab.
    cmd = filename.
    *Call the batch file to rename the file
    CALL FUNCTION 'GUI_RUN'
      EXPORTING
        command    = cmd
      IMPORTING
        returncode = ret.
    Thanks..

  • Problem while reading the file from FTP server

    Hi Friends,
    I have a problem while fetching files from FTP server.
    I used FTP_Connect, FTP_COMMAND function modules. I can able to put the files into FTP server.
    but I cant able to pick the files from FTP server.
    anyone have faced similar issues kindly let me know.
    Thanks
    Gowrishankar

    Hi,
    try this way..
    for reading the file using FTP you need to use different unix command ..
    Prabhuda

  • How to transfer file from ipod touch to i tunes. i have files in my ipod , ut itunes is  new so its telling if u sync the ipod all the files will be replaced but no files in the itunes.. so kindly help me how to transfer the files  from i pod to itunesb

    how to transfer file from ipod touch to i tunes. i have files in my ipod , ut itunes is  new so its telling if u sync the ipod all the files will be replaced but no files in the itunes.. so kindly help me how to transfer the files  from i pod to itunes......

    Some of the information below has subsequently appeared in a document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991
    Your i-device was not designed for unique storage of your media. It is not a backup device and media transfer was designed for you maintaining a master copy of your media on a computer which is itself properly backed up against loss. Syncing is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchased content.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only media purchased from iTunes Store
    For transferring other items from an i-device to a computer you will have to use third party commercial software. Examples (check the web for others; this is not an exhaustive listing, nor do I have any idea if they are any good):
    - Senuti - http://www.fadingred.com/senuti/
    - Phoneview - http://www.ecamm.com/mac/phoneview/
    - MusicRescue - http://www.kennettnet.co.uk/products/musicrescue/
    - Sharepod (free) - http://download.cnet.com/SharePod/3000-2141_4-10794489.html?tag=mncol;2 - Windows
    - Snowfox/iMedia - http://www.mac-videoconverter.com/imedia-transfer-mac.html - Mac & PC
    - iexplorer (free) - http://www.macroplant.com/iexplorer/ - Mac&PC
    - Yamipod (free) - http://www.yamipod.com/main/modules/downloads/ - PC, Linux, Mac [Still updated for use on newer devices? No edits to site since 2010.]
    - 2010 Post by Zevoneer: iPod media recovery options - https://discussions.apple.com/message/11624224 - this is an older post and many of the links are also for old posts, so bear this in mind when reading them.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive - https://discussions.apple.com/docs/DOC-3141 - dates from 2008 and some outdated information now.
    Copying Content from your iPod to your Computer - The Definitive Guide - http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/ - Information about use in disk mode pertains only to older model iPods.
    Get Your Music Off of Your iPod - http://howto.wired.com/wiki/Get_Your_Music_Off_of_Your_iPod - I am not sure but this may only work with some models and not newer Touch, iPhone, or iPad.
    Additional information here https://discussions.apple.com/message/18324797

  • PI is not able to pick the file from the FTP folder

    This is the FILE TO IDOC scenario. We have configured the file adapter. But its not able to pick the file from the specified directory. We have tried changing the transfer mode from Binary to Txt & also we have tried to put advance selection for source file but it didn't work. Its throwing the below error:
    PI Adapter Log:
    An error occurred while connecting to the FTP server '10.130.150.21:8529'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 451 Unexpected reply coderequested action aborted: local error in processing'. For details, contact your FTP server vendor.
    Also we have contacted the FTP team & they told that PI is sending an unsupported command. So instead of taking the file TLOG.txt, its treating this file name a s a directory. Please find the logs from FTP end below:
    FTP Log:
    (207197)2/5/2013 14:48:25 PM - sysisappi (63.130.82.16)> 230 Logged on
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> FEAT
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 211-Features:
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MDTM
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  REST STREAM
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  SIZE
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MLST type*;size*;modify*;
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MLSD
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  AUTH SSL
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  AUTH TLS
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  PROT
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  PBSZ
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  UTF8
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  CLNT
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MFMT
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 211 End
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> PBSZ 0
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 200 PBSZ=0
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> PROT P
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 200 Protection level set to P
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> CWD /Qas
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas" is current directory.
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> CWD SAP_ORION
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas/SAP_ORION" is current directory.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD Inbound
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas/SAP_ORION/Inbound" is current directory.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD IRIIN04
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas/SAP_ORION/Inbound/IRIIN04" is current directory.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD TLOG.txt
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 550 CWD failed. "/Qas/SAP_ORION/Inbound/IRIIN04/TLOG.txt": directory not found.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> QUIT
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 221 Goodbye
    It should list  *TLOG.txt*  but instead it is trying to get into a directory named  *TLOG.txt*.  same for other interface.
    So me & my team is struggling for last couple of days to fix this issue.Please share your suggestion

    Hi Sisir
    The screen shot of your config doesn't seem to correspond to the FTP log. I say this because the * is dropped from file name pattern "*TLOG.txt" (comparing your config and the FTP log). Can you share an updated FTP log?
    Sisir Das wrote:
    "/Qas/SAP_ORION/Inbound/IRIIN04" is current directory.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD TLOG.txt
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 550 CWD failed. "/Qas/SAP_ORION/Inbound/IRIIN04/TLOG.txt": directory not found.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> QUIT
    Also, like Rajesh suggested, have you tried to manually check permissions by logging in, traversing the directory, and getting the file?
    By the way, we always use backslash \ instead of forward slash in our configs. Not sure this would make any difference for you though. Also, I don't normally use a trailing \ at the end of the source directory path.

  • HT4889 I have accidentally created another account when using Migration Assistant to a new MBA. How do I now 'migrate' all the files from both accounts into one to save myself having two accounts, both of which are me? Help?

    I have accidentally created another account when using Migration Assistant to a new MBA. I have read that I probably should not have skipped migration in the initial set up and the problem would have been avoided but, alas, here I am. Does anyone know how I can 'migrate' all the files from one of the accounts that has been created to the other, so then I can delete it and have a single user on the computer seeing as I am the only person using it? I have read starting again, if this is the way to go, where is the best place to start 'starting again'?

    Yes definitely should see it but its not coming up (I don't think) when I log out of 2nd user and into the main account. Opening finder in the 2nd account, I can obviously find the public folder because thats where I dropped all the files, but when in the main account, it can't be found. The only public folder that comes up is the folder for that account (main account) and it does not display files I'm looking for. Frustrating....
    EDIT: Have found it through a round-about way but all music and photo and movie etc files have a red stop sign disallowing them from being transferred. Can you guess what the next question will be?

  • Nikon D800 raw files taken with Sandisk extreme plus 32GB SDHC card got corrupted. Able to preview them in Lightroom4.4 Library, but not able to import or transfer the files from card to computer. Any ideas on how to save images from Library Window in Lig

    Hi, I have shot few pictures on 31st December night in RAW mode using Nikon D800 and Sandisk extreme plus 32GB SDHC card. It looks like card got some memory errors so not able to transfer the files from Card to computer. However I am able to view the pics thru Lightroom ver 4.4 Library, but when I tried to import them, it gives me an error stating that file can't be read.
    Is there a way to save the pics from Library window in lightroom overcoming the card read errors ?
    Thanks in advance

    Hi SSPRENGEL,
    Thank you for your response. Here is the error message I am receiving, I tried with various destination folders in the computer but it still gives the same error:. Just to let you know, I am able to import pictures into these folders from other memory cards.
    I am able to finally at least extract the jpgs using the option suggested by elie-d

  • I'm trying to transfer the files from my ipod touch to my new computer itunes keeps telling me that all the apps and music won't be transferred that the computer is authorized.  Then it brings up a previous apple id which is no longer valid.

    I'm trying to transfer the files from my Ipod touch to my new computer.  It is saying that not all of the files will be transferred because the computer isn't authorized.  I have authorized it several times but it keeps bring up a previous apple id that I had but when I try to log in using that id it tells be it is no longer vailid and then it stops and won't let me transfer any files.  Any suggestion are welcome.  Thank You

    The computer has to be authorized for the account that purcchased the media.
    What error message are you getting when you try to lauthorize the computer for that account?
    Is there a way to find my Apple ID Name if I can't remember it?
    Yes. Visit My Apple ID and click Find your Apple ID. See Finding your Apple ID if you'd like more information.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.

  • I had this video file and I was trying to flip it to a format that would work with iMovie.  It used to have the Quicktime image with it.  So, I assume it was a QT file.  But, somehow I've changed the file from a video to a folder.

    I had a video file and I was trying to flip it to a format that would work with iMovie.  It used to have the Quicktime image with it.  So, I assume it was a QT file.  But, somehow I've changed the file from a video to a folder.  I've tried to undo the action.  No luck.  I wasn't running my Time Machine.  So, I can't go back.  Help.  It's the only copy of this video.

    I've tried to undo the action.
    How?
    Please detail ALL you have done so far in the way of troubleshooting?   Need this info to avoid the been there done that scenarios.
    it's the only copy of this video.
    Where did you get the video from?
    From the pic I noticed that the folder is 841.9mb.  What's inside?  Or what happens when you click on it?

  • Production issue - Sender File adapter not picking up the files from folder

    Hi Guys,
    Ever since the upgrade from XI 3.0 to PI 7.1, we have come acrossinstances of weird error.
    Thsi time again - now the 3rd time - tandom basis, in our production PI server, we have teh file slying in the source directory folder in the server.
    I can see the files lying there in AL11.
    However, it looks like that the file polling has just stopped and the channel is going blank in channel monitoring.
    I have checked in SXMB_MONI and there are no messages since the morning.
    I have tried craeting a replica of the current channel but it is not working.
    This is teh production server and thsi has alraedy created production issues.
    I ahve checked in the SDN forum but am not able to find the details.
    Plaese help me.
    I am anyway going to raise the issue with SAP now.
    Regards,
    Archana
    <REMOVED BY MODERATOR>
    Edited by: Prateek Raj Srivastava on Jun 8, 2010 4:50 PM

    Hi Prateek,
    I have trying all sorts since the morning and then just checked teh file permissions.
    The file permissions were incorrect as compared ot the other files that were processed successfully today.
    Somehow the permissions were changed on the server and the interface channel was not able to poll the files.
    I got teh permissions changed back to 666 and all the files were pikced up in a minute.
    I got the folder checked and it seems like that the permissions were changed somewhere very early in the morning and we are trying to find out how it happened and who did that.
    However, another question i had - this sender file adapter was polling the source directory and deleting the files from there.
    I would have expected that if the channel had issues with the file permission because of which it was not able to access the file, it would have thrown an error something like the file permissions error.
    But there was not a single error in the channel monitoring.
    How can we configure it in a beter way so that we at least soem kind of error indication?
    Please advice.
    Regards,
    Archana

Maybe you are looking for

  • ITunes 10.3.1 always freezes when I transfer stuff to ipad / iphone

    Hi all. I have a problem regarding iTunes 10.3.1, I'm sorry if this has already been asked/solved, but I searched for this and I don't find where it is. Before 10.3.1 everything was ok, then I updated it and it keeps on freezing when I transfer ebook

  • Premiere Elements 12, Project settings to burn a DVD

    Hi, I'm a little confused about the project settings. I try to burn a DVD of 3 mpg-files. Here is a screenshot of the file info's, also one of the project settings: According to the file information, I think the settings are correct, though the timel

  • JSF 1.1 and JSF 1.2 source

    Hi , I am new to JSF ... I need source code for JSF 1.1 and 1.2 ... Any pointers would be appreciated.. Thanks Kurt

  • Batchinput for transaction MB1A

    Hi, I have a report, which is selecting material data from table LQUA (transaction ls24). After that I´m building a batchinput to call transaction mb1a and book all found data from lqua. Normally, I have pressed the menu-button "to order..." and then

  • V 9.0.1 Library Problem

    Ok, I know this has been asked a number of times and I've read all the answers but nothing has helped. When I installed V9.0.1 my library disappeared. Everything I had burned and purchased is gone. I've tried everything that Apple and other users hav