Css file not getting applied to the application

Hi All,
I have uploaded a css file and used in my application as
<link rel="stylesheet" href="#WORKSPACE_IMAGES#default.css" type="text/css"/>
Previously it was working fine.
But suddenly, it is not working.
I am working from a remote server.
Could anyone please get me a solution for this?
thanks in advance
bye
Srikavi

Hi joel,
From this thread
Shared Files - problems after upgrading APEX 3.0 to 3.1
i have taken your words,
In my development of the browser cache support for static files, I did notice some unexplainable behavior with IE and Firefox. When uploading static files and then testing them, it almost seemed like the browser would request the resource only some of the time (and then get the HTTP 304). If an Expires tag is not computed, I know Firefox will compute one itself.
As per my understanding, Is it cache_expire should be calculated?
I could not get that line.Could you please explain me.
Thanks in advance.
bye
Srikavi.

Similar Messages

  • Logs are not getting applied in the standby database

    Hello,
    I have created a physical standby database and in it the logs are not getting applied..
    following is an extract of the standby alert log
    Wed Sep 05 07:53:59 2012
    Media Recovery Log /u01/oracle/oradata/ABC/archives/1_37638_765704228.arc
    Error opening /u01/oracle/oradata/ABC/archives/1_37638_765704228.arc
    Attempting refetch
    Media Recovery Waiting for thread 1 sequence 37638
    Fetching gap sequence in thread 1, gap sequence 37638-37643
    Wed Sep 05 07:53:59 2012
    RFS[46]: Assigned to RFS process 3081
    RFS[46]: Allowing overwrite of partial archivelog for thread 1 sequence 37638
    RFS[46]: Opened log for thread 1 sequence *37638* dbid 1723205832 branch 765704228
    Wed Sep 05 07:55:34 2012
    RFS[42]: Possible network disconnect with primary database
    However, the archived files are getting copied to the standby server.
    I tried registering and recovering the logs but it also failed..
    Follows some of the information,
    Primary
    Oralce 11R2 EE
    SQL> select max(sequence#) from v$log where archived='YES';
    MAX(SEQUENCE#)
    37668
    SQL> select DEST_NAME, RECOVERY_MODE,DESTINATION,ARCHIVED_SEQ#,APPLIED_SEQ#, SYNCHRONIZATION_STATUS,SYNCHRONIZED,GAP_STATUS from v$archive_dest_status where DEST_NAME = 'LOG_ARCHIVE_DEST_3';
    DEST_NAME RECOVERY_MODE DESTINATION ARCHIVED_SEQ# APPLIED_SEQ# SYNCHRONIZATION_STATUS SYNCHRONIZED GAP_STATUS
    LOG_ARCHIVE_DEST_3 MANAGED REAL TIME APPLY ABC 37356 0 CHECK CONFIGURATION NO RESOLVABLE GAP
    Standby
    Oralce 11R2 EE
    SQL> select max(sequence#) from v$archived_log where applied='YES';
    MAX(SEQUENCE#)
    37637
    SQL> select * from v$archive_gap;
    no rows selected
    SQL> select open_mode, database_role from v$database;
    OPEN_MODE DATABASE_ROLE
    READ ONLY WITH APPLY PHYSICAL STANDBY
    Please help me to troubleshoot this and get the standby in sync..
    Thanks a lot..

    the results are as follows..
    SQL> select process, status, group#, thread#, sequence# from v$managed_standby order by process, group#, thread#, sequence#;
    PROCESS STATUS GROUP# THREAD# SEQUENCE#
    ARCH CLOSING 1 1 37644
    ARCH CLOSING 1 1 37659
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    ARCH CONNECTED N/A 0 0
    MRP0 WAIT_FOR_GAP N/A 1 37638
    RFS IDLE N/A 0 0
    RFS IDLE N/A 0 0
    RFS IDLE N/A 0 0
    RFS RECEIVING N/A 1 37638
    RFS RECEIVING N/A 1 37639
    RFS RECEIVING N/A 1 37640
    RFS RECEIVING N/A 1 37641
    RFS RECEIVING N/A 1 37642
    RFS RECEIVING N/A 1 37655
    RFS RECEIVING N/A 1 37673
    RFS RECEIVING N/A 1 37675
    42 rows selected.
    SQL>
    SQL> select name,value, time_computed from v$dataguard_stats;
    NAME VALUE TIME_COMPUTED
    transport lag +00 02:44:33 09/05/2012 09:25:58
    apply lag +00 03:14:30 09/05/2012 09:25:58
    apply finish time +00 00:01:09.974 09/05/2012 09:25:58
    estimated startup time 12 09/05/2012 09:25:58
    SQL> select timestamp , facility, dest_id, message_num, error_code, message from v$dataguard_status order by timestamp
    TIMESTAMP FACILITY DEST_ID MESSAGE_NUM ERROR_CODE MESSAGE
    05-SEP-12 Remote File Server 0 60 0 RFS[13]: Assigned to RFS process 2792
    05-SEP-12 Remote File Server 0 59 0 RFS[12]: Assigned to RFS process 2790
    05-SEP-12 Log Apply Services 0 61 16037 MRP0: Background Media Recovery cancelled with status 16037
    05-SEP-12 Log Apply Services 0 62 0 MRP0: Background Media Recovery process shutdown
    05-SEP-12 Log Apply Services 0 63 0 Managed Standby Recovery Canceled
    05-SEP-12 Log Apply Services 0 64 0 Managed Standby Recovery not using Real Time Apply
    05-SEP-12 Log Apply Services 0 65 0 Attempt to start background Managed Standby Recovery process
    05-SEP-12 Log Apply Services 0 66 0 MRP0: Background Managed Standby Recovery process started
    05-SEP-12 Log Apply Services 0 67 0 Managed Standby Recovery not using Real Time Apply
    05-SEP-12 Log Apply Services 0 68 0 Media Recovery Waiting for thread 1 sequence 37638 (in transit)
    05-SEP-12 Network Services 0 69 0 RFS[5]: Possible network disconnect with primary database
    05-SEP-12 Network Services 0 70 0 RFS[6]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 71 0 RFS[14]: Assigned to RFS process 2829
    05-SEP-12 Remote File Server 0 72 0 RFS[15]: Assigned to RFS process 2831
    05-SEP-12 Network Services 0 73 0 RFS[9]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 74 0 RFS[16]: Assigned to RFS process 2833
    05-SEP-12 Network Services 0 75 0 RFS[1]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 76 0 RFS[17]: Assigned to RFS process 2837
    05-SEP-12 Network Services 0 77 0 RFS[3]: Possible network disconnect with primary database
    05-SEP-12 Network Services 0 78 0 RFS[2]: Possible network disconnect with primary database
    05-SEP-12 Network Services 0 79 0 RFS[7]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 80 0 RFS[18]: Assigned to RFS process 2848
    05-SEP-12 Network Services 0 81 0 RFS[16]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 82 0 RFS[19]: Assigned to RFS process 2886
    05-SEP-12 Network Services 0 83 0 RFS[19]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 84 0 RFS[20]: Assigned to RFS process 2894
    05-SEP-12 Log Apply Services 0 85 16037 MRP0: Background Media Recovery cancelled with status 16037
    05-SEP-12 Log Apply Services 0 86 0 MRP0: Background Media Recovery process shutdown
    05-SEP-12 Log Apply Services 0 87 0 Managed Standby Recovery Canceled
    05-SEP-12 Remote File Server 0 89 0 RFS[22]: Assigned to RFS process 2900
    05-SEP-12 Remote File Server 0 88 0 RFS[21]: Assigned to RFS process 2898
    05-SEP-12 Remote File Server 0 90 0 RFS[23]: Assigned to RFS process 2902
    05-SEP-12 Remote File Server 0 91 0 Primary database is in MAXIMUM PERFORMANCE mode
    05-SEP-12 Remote File Server 0 92 0 RFS[24]: Assigned to RFS process 2904
    05-SEP-12 Remote File Server 0 93 0 RFS[25]: Assigned to RFS process 2906
    05-SEP-12 Log Apply Services 0 94 0 Attempt to start background Managed Standby Recovery process
    05-SEP-12 Log Apply Services 0 95 0 MRP0: Background Managed Standby Recovery process started
    05-SEP-12 Log Apply Services 0 96 0 Managed Standby Recovery starting Real Time Apply
    05-SEP-12 Log Apply Services 0 97 0 Media Recovery Waiting for thread 1 sequence 37638 (in transit)
    05-SEP-12 Log Transport Services 0 98 0 ARCa: Beginning to archive thread 1 sequence 37644 (7911979302-7912040568)
    05-SEP-12 Log Transport Services 0 99 0 ARCa: Completed archiving thread 1 sequence 37644 (0-0)
    05-SEP-12 Network Services 0 100 0 RFS[8]: Possible network disconnect with primary database
    05-SEP-12 Log Apply Services 0 101 16037 MRP0: Background Media Recovery cancelled with status 16037
    05-SEP-12 Log Apply Services 0 102 0 Managed Standby Recovery not using Real Time Apply
    05-SEP-12 Log Apply Services 0 103 0 MRP0: Background Media Recovery process shutdown
    05-SEP-12 Log Apply Services 0 104 0 Managed Standby Recovery Canceled
    05-SEP-12 Network Services 0 105 0 RFS[20]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 106 0 RFS[26]: Assigned to RFS process 2930
    05-SEP-12 Network Services 0 107 0 RFS[24]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 108 0 RFS[27]: Assigned to RFS process 2938
    05-SEP-12 Network Services 0 109 0 RFS[14]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 110 0 RFS[28]: Assigned to RFS process 2942
    05-SEP-12 Network Services 0 111 0 RFS[15]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 112 0 RFS[29]: Assigned to RFS process 2986
    05-SEP-12 Network Services 0 113 0 RFS[17]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 114 0 RFS[30]: Assigned to RFS process 2988
    05-SEP-12 Log Apply Services 0 115 0 Attempt to start background Managed Standby Recovery process
    05-SEP-12 Log Apply Services 0 116 0 MRP0: Background Managed Standby Recovery process started
    05-SEP-12 Log Apply Services 0 117 0 Managed Standby Recovery starting Real Time Apply
    05-SEP-12 Log Apply Services 0 118 0 Media Recovery Waiting for thread 1 sequence 37638 (in transit)
    05-SEP-12 Network Services 0 119 0 RFS[18]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 120 0 RFS[31]: Assigned to RFS process 3003
    05-SEP-12 Network Services 0 121 0 RFS[26]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 122 0 RFS[32]: Assigned to RFS process 3005
    05-SEP-12 Network Services 0 123 0 RFS[27]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 124 0 RFS[33]: Assigned to RFS process 3009
    05-SEP-12 Remote File Server 0 125 0 RFS[34]: Assigned to RFS process 3012
    05-SEP-12 Log Apply Services 0 127 0 Managed Standby Recovery not using Real Time Apply
    05-SEP-12 Log Apply Services 0 126 16037 MRP0: Background Media Recovery cancelled with status 16037
    05-SEP-12 Log Apply Services 0 128 0 MRP0: Background Media Recovery process shutdown
    05-SEP-12 Log Apply Services 0 129 0 Managed Standby Recovery Canceled
    05-SEP-12 Network Services 0 130 0 RFS[32]: Possible network disconnect with primary database
    05-SEP-12 Log Apply Services 0 131 0 Managed Standby Recovery not using Real Time Apply
    05-SEP-12 Log Apply Services 0 132 0 Attempt to start background Managed Standby Recovery process
    05-SEP-12 Log Apply Services 0 133 0 MRP0: Background Managed Standby Recovery process started
    05-SEP-12 Log Apply Services 0 134 0 Managed Standby Recovery not using Real Time Apply
    05-SEP-12 Log Apply Services 0 135 0 Media Recovery Waiting for thread 1 sequence 37638 (in transit)
    05-SEP-12 Network Services 0 136 0 RFS[33]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 137 0 RFS[35]: Assigned to RFS process 3033
    05-SEP-12 Log Apply Services 0 138 16037 MRP0: Background Media Recovery cancelled with status 16037
    05-SEP-12 Log Apply Services 0 139 0 MRP0: Background Media Recovery process shutdown
    05-SEP-12 Log Apply Services 0 140 0 Managed Standby Recovery Canceled
    05-SEP-12 Remote File Server 0 141 0 RFS[36]: Assigned to RFS process 3047
    05-SEP-12 Log Apply Services 0 142 0 Attempt to start background Managed Standby Recovery process
    05-SEP-12 Log Apply Services 0 143 0 MRP0: Background Managed Standby Recovery process started
    05-SEP-12 Log Apply Services 0 144 0 Managed Standby Recovery starting Real Time Apply
    05-SEP-12 Log Apply Services 0 145 0 Media Recovery Waiting for thread 1 sequence 37638 (in transit)
    05-SEP-12 Network Services 0 146 0 RFS[35]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 147 0 RFS[37]: Assigned to RFS process 3061
    05-SEP-12 Network Services 0 148 0 RFS[36]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 149 0 RFS[38]: Assigned to RFS process 3063
    05-SEP-12 Remote File Server 0 150 0 RFS[39]: Assigned to RFS process 3065
    05-SEP-12 Network Services 0 151 0 RFS[25]: Possible network disconnect with primary database
    05-SEP-12 Network Services 0 152 0 RFS[21]: Possible network disconnect with primary database
    05-SEP-12 Remote File Server 0 153 0 Archivelog record exists, but no file is found
    05-SEP-12 Remote File Server 0 154 0 RFS[40]: Assigned to RFS process 3067
    05-SEP-12 Network Services 0 155 0 RFS[37]: Possible network disconnect with primary database

  • Files not getting picked from the FTP site

    Dear All,
    We are having one File-XI-RFC scenario running in XI-PRD Server. Sometimes what happens is that files available in the FTP site are not getting picked by the File adapter. I have checked in the adapter monitoring and communication channel is active there. Also, there are no errors regarding this in SXMB_MONI. I have configured alerts also but for this case no alerts are getting trigerred. And also when I am reactivating that particular communication channel then that file is getting picked instantaneously.
    Can anybody please guide me on what might be the real cause for this as this error is happening randomly.
    regards,
    N.Jain.

    HI,
    Have you used per File transfer parameter in FTP Communication channel.
    It makes the FTP adapter inactive in ideal time.
    So add the poll interval may be for every 30 mins or something like it. It will forcefully activate the FTP port after every 30 mins. You may have the poll interval for every 1 min. Only the files to be picked up are getting logged in in XI monitoring.
    So there will be no garbage collection of unwanted messages in Monitoring.
    Thanks
    Swarup

  • File not getting created at the Reciever

    Hi All,
    I have implemented a simeple file to file scenario. The file is getting deleted from the source directory but is not getting created in the target directory. It shows a checkered flag in SXMB_MONI . When i do Communication Channel monitoring for the reciever Comm. Channel, it shows no messsages .
    I have refreshed the Cache in Integration directory. it is still not working.
    I tried using a different Communication channel with the Mail adapter that is working fine.
    I cant figure out what the problem is please help.
    Many Thanks,
    Neha

    Hi! Neha,
    Here i want to add some points :
    Even I faced same problem in project....... then I followed this procedure...
    My scenario is FILE TO RFC via FTP Server in file adapter.
    Here issue is file is picking from FTP and showing success in MONI but data is not reaching to BW system..
    Most of the times I checked and I did successfully.
    Main issue are due to:::
    1. Check Queues in Inbound queue SMq2
    2. Trace teh step by step in message flow in message monitoring that means check whether message flows
            from a) Intergration Engine
                   b) Adapter Engine..
    3. Check and trace the flow in Message monitoring in Run Time work Bench
    4. Check Status of Receiver communication Channel in Communication channel Monitoring
    5) Check whether Business Services are Scheduled in Availability Time planning or not
    6  Also Check in Visual admin whether the services are released or not if any others are might using the same servivcees and cahnnels and suppose if they are scheduled or not
    7. Do Cache Refresh mainly SXI CACHE, ADAPTER ENGINE CACHE
    8 Finally if still not resolved J2EE ENgine SOFT Restart..instead of doing restarting entire XIengine server.
    Once the Server is started then defintely all the messages if suppose if 40 messages are picked from source directory and not reached to Target then all those definetely 100% become success and reached
    Note:: All above needs to check only if development part is correctly configured.
    Also check the Receiver target and sender directory Permissions in FTP Server i.e., rwx permissions okay
    Thanks
    Amar Srinivas Eli
    Reward Points if useful

  • File not getting converted to the .EXT type

    Hello Experts,
    Please help me with an issue ...
    Actually Iam doing a mailing program.... in which a newly generated invoices are sent to user....
    the mailing is working fine.
    The file which the user is getting in his mail box should be a .EXT type file....from where he will download the file and upload it in  the airtel portal..... from where it been sms to the different number's present in that file......
    But the problem is the file is not getting converted to .EXT type and when we are trying to upload it in airtel portal it is saying that file is not in UTF-8 format..
    To check whether conversion to file type is working  when Iam trying to convert the file in .TXT type its getting converted to text format...but not working with .EXT type when passing 'EXT' in doc_type   of FM .
    I checked the SCOT transaction if any setting exist but ...didnt found anything useful ...
    Please help me to resolve the isuue

    Hi joel,
    From this thread
    Shared Files - problems after upgrading APEX 3.0 to 3.1
    i have taken your words,
    In my development of the browser cache support for static files, I did notice some unexplainable behavior with IE and Firefox. When uploading static files and then testing them, it almost seemed like the browser would request the resource only some of the time (and then get the HTTP 304). If an Expires tag is not computed, I know Firefox will compute one itself.
    As per my understanding, Is it cache_expire should be calculated?
    I could not get that line.Could you please explain me.
    Thanks in advance.
    bye
    Srikavi.

  • Help!! uploaded files in the application is not getting applied

    Hi all,
    I have 2 css file, 1 image file and 3 javascript files uploaded.
    once when i clear the browser cache and start the application it works fine.
    ie all files are getting applied in the application.
    then when the page is refreshed in the middle of the application by clicking a button (ie i have search report, by clicking a button according to the data in the form, report will get displayed).
    can any one please help me? I really need to get this work.
    Thanks,
    Bye
    Srikavi.

    Srikavi,
    My point is that if you didn't resolve the problem you were working in the other thread (and getting help from others there and keeping them informed of your progress there) then it's a bad thing to abandon that thread and mislead those who were following it.
    I suggest you announce that this thread is a mistake and resume work in the other thread.
    That way all the resources will be applied in a central place.
    Scott

  • Why is the dtd not getting applied???

    this is my code ....
    xml file
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE filenitin [<!ELEMENT filenitin (name, phone, address)>]>
    <filenitin>
    <name>
         nitin
    </name>
    <address>
         b-10 sursangam
    </address>
    <phone>
         0253319078
    </phone>
    </filenitin>
    MY JAVA FILE ....
    import org.apache.xerces.parsers.DOMParser;
    class trail
         public static void main(String arg[])
              DOMParser dom = new DOMParser();
              try
                   dom.parse("nitinxml.xml");
                   System.out.println("NOOOOO error during parsing");
              catch(Exception e)
                   System.out.println("error during parsing"+e.getMessage());
    the problem is that the internal dtd should get applied and the parsing should throw an erroe which it is not doing the Domparser is parsing the xml file successfully ..
    can anybody help me ??

    i did just as u said ...
    i added the following code before parsing the document
    import org.apache.xerces.parsers.DOMParser;
    class trail
         public static void main(String arg[])
              DOMParser dom = new DOMParser();
              try
                   dom.setFeature("http://xml.org/sax/features/validation", true);
                   dom.parse("nitinxml.xml");
                   System.out.println("NOOOOO error during parsing");
              catch(Exception e)
                   System.out.println("error during parsing "+e.getMessage());
    but still the dtd is not getting applied ......
    i concluded that the dtd is not getting applied because the parsing does not throw any error even when the XML does not follow the rules in the inline DTD ...
    any further help would be appreciated a lot ..
    any site where i can get the working of XERSER parser
    i am a novice in the filed of XML ....:(:(:(
    thx in advance .....

  • DME files not getting stored in Appl Server .

    Hi All ,
        Please help me to solve this issue ..
         My DME files is not getting stored in the application server directory created by me , rather it is getting stored in the
        TEMP folder of the application server . How Can I store the DME output files in my application server , please let me know if I have missed any steps .
    Regards,
    Ranjita

    Hi,
    FUNCTION YFI_PAYMEDIUM_DMEE_20_F2.
    ""Global Interface:
    *"  IMPORTING
    *"     VALUE(I_FPAYH) LIKE  FPAYH STRUCTURE  FPAYH
    *"     VALUE(I_FPAYHX) LIKE  FPAYHX STRUCTURE  FPAYHX
    *"     VALUE(I_FORMAT_PARAMS) LIKE  FPM_SELPAR-PARAM
    *"     VALUE(I_FILENAME) LIKE  REGUT-FSNAM
    *"     VALUE(I_XFILESYSTEM) TYPE  DFILESYST
    *"  TABLES
    *"      T_FILE_OUTPUT STRUCTURE  FPM_FILE
    *"  CHANGING
    *"     REFERENCE(C_FILENAME) LIKE  REGUT-FSNAM
    put filename
      DATA: Y_FILENAME TYPE REGUT-FSNAM,
            T_FILENAME TYPE STANDARD TABLE OF REGUT-FSNAM WITH HEADER LINE,
    structures filled by application program
                L_FPAYH  TYPE FPAYH,
    *structure for bank data
      L_BANKDATA TYPE YFI_BANK_AD_DATA,
    *date
       W_DATE(10) TYPE C,
    *counter
       W_CHAR(3) TYPE N,
    *dot
       W_DOT(1) TYPE C VALUE '.',
       W_LEN TYPE I,
       W_POS TYPE I.
    fill strutures of payment documents
      L_FPAYH   = I_FPAYH.
    Get the Client code( Source Code )
    based on the Company code ,House Bank and Bank Id
      SELECT SINGLE * FROM YFI_BANK_AD_DATA
      INTO CORRESPONDING FIELDS OF L_BANKDATA
      WHERE Z_BUKRS  = L_FPAYH-ZBUKR AND
      Z_BANK = L_FPAYH-HBKID AND Z_BANKID = L_FPAYH-HKTID.
    *today's date
      W_DATE = SY-DATUM.
    *make file name as per bank
    IF L_FPAYH-HBKID cp 'HSP01*'.
    IF L_FPAYH-HBKID cp 'HS*'.
       CONCATENATE '/data/fi/epay/hsp01_int/' '%' L_BANKDATA-Z_CLIENTC(4) W_DATE6(2) W_DATE4(2) w_date(4) L_FPAYH-LAUFI
            '.___' INTO Y_FILENAME.
    CONCATENATE '/data/fi/epay/pearl2/' '%' L_BANKDATA-Z_CLIENTC(4) W_DATE6(2) W_DATE4(2) w_date(4) L_FPAYH-LAUFI
             '.___' INTO Y_FILENAME.
    ELSE.
       CONCATENATE '/data/fi/epay/icp01/' '%' L_BANKDATA-Z_CLIENTC(4) W_DATE6(2) W_DATE4(2) W_DATE+2(2) '.___' INTO Y_FILENAME.
      ENDIF.
    *is there any entry for given key
      SELECT COUNT( * ) FROM REGUT WHERE DWNAM LIKE Y_FILENAME .
    *if none
      IF SY-SUBRC <> 0.
    *this wud be first file - remove % from file name
        W_LEN = STRLEN( Y_FILENAME ) - 22.
        Y_FILENAME = Y_FILENAME+22(W_LEN).
       IF L_FPAYH-HBKID cp 'HSP01*'.
        IF L_FPAYH-HBKID cp 'HS*'.
         CONCATENATE '/data/fi/epay/hsp01_int/' Y_FILENAME INTO Y_FILENAME.
    CONCATENATE '/data/fi/epay/pearl2/' Y_FILENAME INTO Y_FILENAME.
       ELSE.
         CONCATENATE '/data/fi/epay/icp01/' Y_FILENAME INTO Y_FILENAME.
        ENDIF.
        SPLIT Y_FILENAME AT W_DOT INTO Y_FILENAME W_CHAR.
        W_CHAR = '001'.
    *if yes
      ELSE.
    *existing file name
        SELECT DWNAM FROM REGUT INTO TABLE T_FILENAME WHERE DWNAM LIKE Y_FILENAME
        AND DWNAM NE SPACE.
    *get file name with max counter
        LOOP AT T_FILENAME.
          Y_FILENAME = T_FILENAME.
          DO.
            SEARCH Y_FILENAME FOR '\'.
            IF SY-FDPOS = 0.
              EXIT.
            ELSE.
              W_POS = SY-FDPOS + 1.
              W_LEN = STRLEN( Y_FILENAME ) - W_POS.
              Y_FILENAME = Y_FILENAME+W_POS(W_LEN).
              MODIFY T_FILENAME FROM Y_FILENAME .
            ENDIF.
          ENDDO.
        ENDLOOP.
        SORT T_FILENAME DESCENDING.
        READ TABLE T_FILENAME INDEX 1.
        Y_FILENAME = T_FILENAME.
    *increment the counter by 1.
        SPLIT Y_FILENAME AT W_DOT INTO Y_FILENAME W_CHAR.
        TRY.
            W_CHAR = W_CHAR + 1.
          CATCH CX_SY_CONVERSION_NO_NUMBER.
    *-- Make it first file
           W_CHAR = '001'.
        ENDTRY.
      ENDIF.
    *put file name
      CONCATENATE Y_FILENAME  W_DOT  w_char INTO Y_FILENAME.
    *export to ABAP memory id will be used by filename node in header
      EXPORT Y_FILENAME TO MEMORY ID 'Y_DMEE_FILENAME'.
    CONCATENATE '/data/fi/' y_filename INTO y_filename.
      C_FILENAME = Y_FILENAME.
    *}   INSERT
    ENDFUNCTION.

  • CSS files not updating correctly

    I'm having some trouble with the css files that are uploaded throught the application builder. When uploading an update to an existing css file, the file is not updated in the browser. Even after closing all browser windows and deleting the temporary internet files the new version is not loaded. I've even tried deleting the file from the app builder and holding the control key down when refreshing the browser and it still loads as if one existed. We currently have 3 seperate server environments and it works fine on 2 out of the 3...could this be a setting on the application server when the file is fetched from the database? It is currently calling:
    wwv_flow_file_mgr.get_file?p_security_group_id=721404936311769&p_fname=iPRACA.css
    I know the correct file is being uploaded to the database because when I view the detailed report in the application builder and click on the file name, the updated version is displayed in the text area. But, when I click on the download icon and open the css file to view, it is still the old version.
    I'm currently using APEX version 2.3 and OAS 10.1.2
    Any help would be greatly appreciated.

    Hi YodaHart,
    What happens when you rename your css?
    Does it work then?
    I also guess it's the Oracle AS. However we should investigate further on what you're thinking.
    If you query WWV_FLOW_FILE_OBJECTS$ you still see the files while you don't see them in APEX anymore? If yes, I would create another table as select of the WWV_FLOW_FILE_OBJECTS$ table, just to have a backup. If the files aren't used anymore, you should be save by deleting the corresponding old records (for ex through SQLPLUS). After all, these are files you uploaded...
    Thanks,
    Dimitri

  • Adobe Air I get this message: The application could not be installed because the installer file is damaged....

    Every time I try to install new product through adobe air I get this message: The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author. Kiran Kumar: May I have the product name and version you are referring to? I've looked over the online suggested repair which indicates to search for and delete Adobe Muse but when go looking for it, it doesn't seem to exist. How can I get this resolved?

    Finally found a fix on my own....Wasted like 3 hours today. Hope this helps for anyone struggling with that stupid error message:

  • File not getting Saved on Application Server

    Hello All,
    We created a file in "Automatic Payment Transactions (F110 Transaction)" and are able to save the text file on Local drive. But for our e-banking requirement we need to store this file on our application server. The configuration settings in OBPM4 are already done and now system is picking the default application server path while saving file in "Payment Medium - > DME Administration" transaction. The problem is - although the system is picking the required path of application server but file is not getting saved. The error coming is: File <path> could not be opened (Message Number: FZ231).
    We have checked for 777 authorisations (OS authorisations) for the folder.
    Please suggest that what can be done to resolve th issue.
    Regards,

    What exactly we need to check in Payment program? We are not able to save the file on application server. There is no problem while saving the same in local drive.
    Regards,

  • Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file exists under the layouts directory.

    HI
    i restored a sharepoint web 80 application in our test domain
    and after when i browse the new web application 
    it says 
    Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file exists under the layouts directory. 
    adil

    Hi  adil,
    According to your description, my understanding is that you encountered the error “Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file
    exists under the layouts directory.” .
    The issue happens in
    We have customized master page
    In the master page, we use path the script/style file like this: <SharePoint:CssRegistration name="<% $SPUrl:~SiteCollection/Style Library/coe/mainCOE.css%>"
    runat="server"/>
    While using the dynamic path in a multiple languages enabled site, language Id(1033 etc) will be added to the path automatically. That cause the file to be not found.
    To solve the issue, please download  the Arabic language pack http://www.microsoft.com/en-us/download/details.aspx?id=3411 ,
    install it on  your SharePoint and refresh your browser.
    Reference:
    http://sharepoint-community.net/profiles/blogs/cannot-make-a-cache-safe-url-for-1036-sytles-themable-corev4-css
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • I have lightroom 5.7 and a macbook pro 10.9.5.  Occasionally when I am editing a photo in the develop module, I suddenly get a "file not found" message and the editing ceases to work.  There is no "exclamation" icon below the histogram box in the Library

    I have lightroom 5.7 and a macbook pro 10.9.5.  Occasionally when I am editing a photo in the develop module, I suddenly get a "file not found" message and the editing ceases to work.  There is no "exclamation" icon below the histogram box in the Library module or on the photo in grid view, and the histogram is gone.  What is going on? Trying to find it using the "find missing photos" in the library menu does nothing.

  • PS CS4 64-bit (in Web Premium CS4) on Win 7 PC.  I did a duplicate file check on my hdd and deleted dup files. Now I get "Some of the application components are missing from the Application directory, Please reinstall.."

    PS CS4 64-bit (in Web Premium CS4) on Win 7 PC.  I did a duplicate file check on my hdd and deleted dup files. Now when I try to run PS 64-bit I get "Some of the application components are missing from the Application directory, Please reinstall the application." When I do this, it seems to install correctly until the very end, then it says "Installation Complete With Errors", and when I try to run I get the same 'component missing message'. What can I do? PS 32 bit runs fine. Some of the other applications ib Web Premium say the shortcut has been changed or removed. I appreciate your help...Thank you

    Best advice I can think of is to uninstall and run the Clean Script from here.
    Adobe - Adobe CS4 Clean Script

  • Compressor 4 crashes on opening keep getting this warning: The application "Compressor" unexpectedly quit while trying to restore its windows.  Do you want to try to restore its windows again? Tried Restoring windows. It crashes again.  Tried not = Same r

    Compressor 4 crashes on opening keep getting this warning: The application “Compressor” unexpectedly quit while trying to restore its windows.  Do you want to try to restore its windows again? Tried Restoring windows. It crashes again.  Tried not = Same result.  This is the first time I've actually used the app although I purchased it back in April (I think).  I had my first longform project completed in FCPX and tried sending it to Compressor 4 and got this result over and over again. 

    Steve,
    Sorry to say I've not had any success in getting Compressor 4 to work.  I've tried every suggestion mentioned earlier on this topic to no avail.  Compressor 4 is dead in the water.  On the last two projects I had to go back to Compressor 3.x.xx to complete the projects.  The only hint that I have of wha may have happened concerns something I did early on.  When I bought this computer I decided to replace the hard drive with a larger one.  Since I already had my software up and working on the drive that came with the computer I decided to clone everything to the new larger drive.  As I recall, Compressor 4 worked on the original drive but it doesn't work on this cloned version.  So maybe there is a relationship there.  I haven't had a chance yet to reinstall my old drive and see if C 4 works on it.  If it does work then I know the source of the problem but not how to fix it on the new drive.  Did you do anything like cloning your drive recently too?  It's just a thought and may not lead anywhere but later this week when I catch a break I'll give the old drive a try and will post my results.
    Thanks,
    Peter

Maybe you are looking for