Incorrect Date in Portal Production

Problem is that the date is incorrect in the portal banner. eg. it now says feb. 02 when it's actually the 12th??? Anyone have ideas why it's doing this. I read about turning caching off but that is only a quick fix. It seems that different dates exist for public and private in the banner??? any help would be appreciated.
Thx

Hi,
<B>Portal 309 (upgraded from 307):</B><p>
I collect the current date in my custom page banner template:
<ORACLE>
declare
current_date varchar2(24);
begin
select to_char(sysdate, 'DD') &#0124; &#0124;' ' &#0124; &#0124;
to_char(sysdate, 'Month') &#0124; &#0124; ' ' &#0124; &#0124;
to_char(sysdate, 'RRRR') into huidige_datum from dual;
htp.p(current_date &#0124; &#0124; ' ');
end;
</ORACLE>
But it gets cached and thus displays the incorrect date. Setting page caching to none solves it but that's not desirable. Can I somehow exclude the custom page banner from the page caching?
Thanks, Tony

Similar Messages

  • No data in Portal Database tables for Activity Report

    Hi experts,
    I've developed an Activity Report application in SAP Portal 7.0, which went live but the report shows no data.
    We are pulling data from 2 portal database tables: WCR_WEBCONTENTSTAT and WCR_USERPAGEUSAGE
    In non production environment there is data in the report but there is no data in the production environment.
    The Activity Report service is already activated/started and set to true.
    What could have caused this? And what should we check now?
    What other configurations/setup should be done?
    Regards,
    Greg

    Hi Greg,
    Those are the aggregated tables. If they are not filled with data although the Portal Activity Report is activated, you should check whether the aggregation finished successfully.
    In the older SPs there were some problems that were fixed in later SPs of 7.0.
    In order to have the latest version of Portal Activity report, you can check SAP note 1084379 - Portal Activity Report - Latest Version (SDA file).
    You can compare the SP via the MANIFAST file, as it contains the version and SP number.
    In order to troubleshoot problems in Activity Report, you can follow SAP note: 1690023 - Portal Activity Report - Component-specific Note
    Some basic checks that you can do:
    Run query on the raw data tables to check since when there is data in those tables:
    select min(timestamphour) from SAP<SystemID>DB.WCR_WEBCNODESTAT;
    If there is too much data from long time ago, then you should delete the old data, and leave only the new data (there is anyways retention time for the data to be kept).
    If there is no data, then it means that the Portal Activity Report does not collect data, and not really activated (usually this is not the case).
    The aggregation runs every top of the hour, so you can check in the default traces for an error during that time.
    In most of the cases something went wrong while aggregating the data.
    As a result the aggregation is not finished, so the transaction is not being committed, and the aggregated tables stay empty.
    If there is a DuplicateKeyException in the trace, you can follow SAP note 1054145 - Duplicate Key Exception.
    If you have any more questions, please don't hesitate to ask.
    I hope this information helps,
    Thanks & regards,
    Michal Zilcha-Lang

  • IDoc with incorrect data is expected to fail but it  does not

    Hi All,
    The Job CQM_CR_O_IF103_IN_INOVIS_ORDER3 got cancelled as result of a short dump. In the initial investigation we found that the IDoc 0000000012089824 had an incorrect information i.e. it had a material which did not
    exist. The IDoc is expected to fail and give an error message but has not done so.
    We also observed the IDoc does not fail when the incorrect materialhappens to be the last material in the IDoc.
    The workaround was to fail the IDoc manually and then the subsequent jobs runs successfully.
    Would like to know why the IDoc is not failing when it has incorrect
    data.
    Thanks & Regards,

    Hello,
    the idoc fails only if there is a hard error in the segment, means i.e. if there is a wrong transaction type or missing ... But I think that the system behavior is correct, because the idoc cannot fail because a product is "just" wrong. This is no hard error, you should then get an error in the transaction that i.e. the product does not exists. You can try to use badi CRMXIF_ORDER_MAP to check the products, but then please make sure that note 1644057 is implemented.
    BR
    Rene

  • IDoc with incorrect data is expected to fail but does not

    Hi All,
    The Job CQM_CR_O_IF103_IN_INOVIS_ORDER3 got cancelled as result of a short dump. In the initial investigation we found that the IDoc 0000000012089824 had an incorrect information i.e. it had a material which did not
    exist. The IDoc is expected to fail and give an error message but has not done so.
    We also observed the IDoc does not fail when the incorrect materialhappens to be the last material in the IDoc.
    The workaround was to fail the IDoc manually and then the subsequent jobs runs successfully.
    Would like to know why the IDoc is not failing when it has incorrect
    data.
    Thanks & Regards,

    Hello,
    the idoc fails only if there is a hard error in the segment, means i.e. if there is a wrong transaction type or missing ... But I think that the system behavior is correct, because the idoc cannot fail because a product is "just" wrong. This is no hard error, you should then get an error in the transaction that i.e. the product does not exists. You can try to use badi CRMXIF_ORDER_MAP to check the products, but then please make sure that note 1644057 is implemented.
    BR
    Rene

  • SSAS Default Member Causing incorrect data in Excel Pivot Table using Multi-select in filter

    I have an Excel 2013 pivot table connected to an SSAS (2012) cube. One of my dimensions has a default member specified. When I drop this dimension in the filter area of my pivot table and select multiple members including the default member then
    only data for the default member is shown. Selecting multiple members where the default member is not included does not result in an issue.
    I believe this may be in an issue in how Excel builds the MDX but wanted to see if there are any work arounds.
    This issue can be recreated using AdvetureWorks using the following steps:
    Alter the Product Dimension of the SSAS Default Member by setting the default member of the Product Line Attribute to Mountain: [Product].[Product Line]&[M] 
    Process the cube
    Connect to the cube via Excel 2013
    Drag internet gross profit to the Values area (The value will be 4700437.22 which reflects the Mountain default filter)
    Drag Product Model Lines to the Filters area (you will see Mountain selected by default)
    Change the filter by checking the Select Multiple Items checkbox and checking Mountain and Road (You will see that the amount does not change)
    Change the filter again by selecting Road only (to demonstrate that Road has a value, 5602105.8, associated with it)
    Change the filter again to select Road and Touring (to demonstrate that the correct aggregation of the two selected members is preformed)

    Hi Hirmando,
    According to your description, the default member cause incorrect data when dragging a attribute that contain a default member to the FILTERS area, right?
    I can reproduce this issue on my environment, when dropping this dimension in the filter area of my pivot table and select multiple members including the default member then only data for the default member is shown. Currently, it's hard to say the root
    reason that cause this issue. In order to narrow down this issue, please apply the latest server pack and cumulative update.
    Besides, you can submit a feedback at
    http://connect.microsoft.com/SQLServer/Feedback So that microsoft will confirm if this is a know issue.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Incorrect data in ODS

    Hi All,
    we are loading data  from one ODS to another with delta processes.The second ODS got some incorrect data Populated.After that I did a full repair load selectively for one record only from first ODS to another and it went fine.But when I am loading by full repair load the records for entire company code,one particular key figure is getting doubled for most of the records.I've checked there is no problem with the start routine.
    Please  let me know if I am missing anything in full repair load.
    Thanks in advance.

    Hi,
    In sequence to this post,now i am getting a differnt and strange error.
    the data gets loaded from ODS1(0FIA_DS11) to ODS2(0FIA_DS12).
    But for some asset main nos the CACQ_VL_YR and TACQ_VL_YR does not get populated.
    WE have a start routine in between.The start routine poplualtes the CACQ_VL_YR .TACQ_VL_YR is polulated with ACQ_VAL_TR.
    the routine is as follows:
    DATA: lt_trans LIKE table of DATA_PACKAGE,
             wa_trans LIKE LINE OF lt_trans.
      LOOP AT DATA_PACKAGE.
        CLEAR wa_trans.
    Nicht-Werfelder 1:1 übernehmen
        MOVE: DATA_PACKAGE-currency   TO wa_trans-currency ,
              DATA_PACKAGE-comp_code  TO wa_trans-comp_code ,
              DATA_PACKAGE-/BIC/ZASS_MAIN TO wa_trans-/BIC/ZASS_MAIN ,
              DATA_PACKAGE-/BIC/Zdep_area TO wa_trans-/BIC/Zdep_area ,
              DATA_PACKAGE-fiscyear   TO wa_trans-fiscyear,
              DATA_PACKAGE-fiscvarnt  TO wa_trans-fiscvarnt.
    Wertfelder mit identischer Übertragungslogik bei PLN und ***
        MOVE:
        DATA_PACKAGE-vaw_odp_tr TO wa_trans-vaw_odp_tr,
        DATA_PACKAGE-vaw_sdp_tr TO wa_trans-vaw_sdp_tr,
        DATA_PACKAGE-vaw_udp_tr TO wa_trans-vaw_udp_tr,
        DATA_PACKAGE-vaw_avr_tr TO wa_trans-vaw_avr_tr,
        DATA_PACKAGE-va_rapc_tr TO wa_trans-va_rapc_tr,
        DATA_PACKAGE-va_rodp_tr TO wa_trans-va_rodp_tr,
        DATA_PACKAGE-va_invs_tr TO wa_trans-va_invs_tr.
        CASE DATA_PACKAGE-transtype.
          WHEN '***'.
        Wertfelder kumuliert
            MOVE:
            DATA_PACKAGE-acq_val_tr TO wa_trans-cacq_vl_yr,
            DATA_PACKAGE-inv_sup_tr TO wa_trans-cinv_gr_yr,
            DATA_PACKAGE-ord_dep_tr TO wa_trans-cor_dep_yr,
            DATA_PACKAGE-spc_dep_tr TO wa_trans-csp_dep_yr,
            DATA_PACKAGE-upl_dep_tr TO wa_trans-cup_dep_yr,
            DATA_PACKAGE-res_trf_tr TO wa_trans-cres_tr_yr,
            DATA_PACKAGE-interst_tr TO wa_trans-cinter_yr,
            DATA_PACKAGE-reval_tr   TO wa_trans-crev_rv_yr,
            DATA_PACKAGE-rev_odp_tr TO wa_trans-crev_od_yr.
            COLLECT wa_trans INTO lt_trans.
        Wertfelder geplant
          WHEN 'PLN'.
            MOVE:
            DATA_PACKAGE-acq_val_tr TO wa_trans-acq_val_tr,
            DATA_PACKAGE-inv_sup_tr TO wa_trans-inv_sup_tr,
            DATA_PACKAGE-ord_dep_tr TO wa_trans-plo_dep_yr,
            DATA_PACKAGE-spc_dep_tr TO wa_trans-pls_dep_yr,
            DATA_PACKAGE-upl_dep_tr TO wa_trans-upl_dep_yr,
            DATA_PACKAGE-res_trf_tr TO wa_trans-pln_avr_yr,
            DATA_PACKAGE-interst_tr TO wa_trans-pln_int_yr,
            DATA_PACKAGE-reval_tr   TO wa_trans-prev_rv_yr,
            DATA_PACKAGE-rev_odp_tr TO wa_trans-prev_aodyr.
            COLLECT wa_trans INTO lt_trans.
       'echte' Bewegungen ignorieren.
          WHEN OTHERS.
        ENDCASE.
      ENDLOOP.
      DATA_PACKAGE[] = lt_trans[].
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    Can anyone throw some light on this?
    Regards,
    Dhanya.

  • Get date from portal in a web dynpro?

    hi all,
    how get date from portal in a web dynpro???
    thanks.

    new Date(System.getTimeInMillis());
    Good luck, Roelof

  • When trying to install itunes on windows 7 i got a configuration data for this product is corrupt?

    It is not allowing me to install, it gives me the error: configuration data for this product is corrupt. How do I install itunes on my windows 7?
    Trying to update my ipad....but I first need to install itunes!!

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Unable to stop incorrect date exports

    How do we set up a form in Adobe Acrobat XI that allows dates to be formatted a certain way (mmm/dd/yyyy) and exported in the same way to Excel and always be recognized as a "proper" date in Excel?
    Currently the following does not work (Attempt #1):
    Set up a field; Set the format category as date; Set up a Custom format of "mmm/dd/yyyy"
    Create a distribution file
    When users fill out the form if they type in an incorrect date, eg., "August 27 2013", the form automagically shows the date on the PDF as "Aug/27/13" - Great!
    When the users submit the form and it's brought into the response file the dates are shown in a default date format of mm/dd/yyyy - Fine, once the form owners understand this
    When the form owners export the information the data exported is the same as the original users entered it, not as it was automagically formatted to. For instance, if submitters originally entered "August 27, 2013" then that's what goes across to Excel. And some of these formats Excel doesn't know how to convert. - Understandably frustrating for form owners
    Attempt #2: As a workaround we set up special formatting that has a mask of "AAA/99/9999". This at least provides forces the users to use the same formatting, but is confusing the submitters when they need to enter dates from 1-9 and we've also found that the conversion of this format to a date in Excel doesn't work, but at least it's consistent! Javascript was also added to force users to use specific month abbreviations.
    d = new Date(event.value.replace(/-/g, " "));
    if (!Date.parse(d)){app.alert("Please enter in a proper date.\n\nThe month abbreviations are: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec");}
    Attempt #3: The last attempt was to continue to use the set up as Attempt #1, but to also use the javascript from Attempt #2. The theory being that if a user entered in "August 27 2013" the javascript would complain. Alas, the javascript appears to run after Adobe automagically does its date format conversion.
    Does anyone know how to get around this or have any other ideas to either enforce a usable date format or have Adobe export the dates as they've been automatically formatted to? We've tried to find a way to turn off the automatic date conversion that Adobe's running, but haven't found a way yet. Another option seemed to be to allow a masking that allowed for optional characters (so that the "0" wouldn't be needed for the dates 1-9) but there doesn't seem to be one.
    Thanks in advance!

    Since there was no clear way to ensure that the date formatting was correct prior to exporting, we're going to get the respondants to use drop downs to ensure the formatting is correct. Not the most convenient for the users though as they're accustomed to being able to type in the values to select it (e.g., for the date of 23 they would expect to enter 2 then 3 for 23) based on other applications, but the Adobe pull downs don't "group" what's been entered (e.g., 2 then 3 will select 30, not 23) and so it will take them a bit to get used to it. I still can't believe that Adobe wouldn't simply export what it's been formatted to though... after all that's what we set the form up for.

  • Calendar Tile on Windows 8.1 displaying incorrect date for icloud calendar but date icon displays correct date on iPhone 5 and iPad Air

    Calendar Tile on Windows 8.1 displaying incorrect date for icloud calendar but date icon displays correct date on iPhone 5 and iPad Air.  Date on Windows 8.1 is correct.  Thank you.

    Try doing  a reset on your phone. Sounds like your carrier's time set is not getting through to your device. If the reset doesn't do it, then go to Settings>General>Reset>Reset Network Settings. That should do it.

  • No organization data for service products

    Hi,
    I create a CRM service order with a service product. Now there is a message, that the product in sales organization and distribution channel is not scheduled.
    Our service products in general don't have organization data, cause they occur from r/3 service master data (transaction ac03).
    How to assign org.data to service products in CRM? I cannot assign the set type for org.data to the category of service products cause we download the products with the middleware from R/3.
    Regards
    Jochen

    Hi
    Sercie products will be created in CRM in service product type, while creating a service product you have to assign the Organizational data in sales and distribution tab
    Thanks
    Satheesh

  • I am trying to install iTunes in my 64 bit Windows 7 PC. My PC runs normal. But when I try to install Itunes from Apple website, i get message "The Configuration data for this product is Corrupt".

    I am trying to install iTunes in my 64 bit Windows 7 PC. My PC runs normal. But when I try to install Itunes from Apple website, I get a message "The Configuration data for this product is Corrupt contact your support personneI"  I
    am so disgusted,please help!!!

    Hey madnest,
    Thanks for the question. After reviewing your post, it sounds like you are having difficulty installing iTunes in Windows. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    Issues installing iTunes or QuickTime for Windows
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Java 1.4.2_03 Windows: The configuration data for this product is corrupt.

    Trying to install j2SE 1.4.2_03 JRE on a Windows system (exact version needed for a bussiness application) after all previous Java installations have been deleted and all Windows Registry Java related keys have been manually deleted with Regedit.exe.
    The EXE installer works properly in other machines but in this one it stops after a few seconds with the following message:
    "The configuration data for this product is corrupt. Contact your support personnel".
    The problem is related to the Windows install mechanism rather than the Java installer itself and likely caused by the manual Registry deletion.
    The error code is 1610: ERROR_BAD_CONFIGURATION.
    Reinstalling Windows didn't fix the problem.
    Unable to recover the system to a previous state with the System Recovery Tool (Accesories/System Tools).
    Other versions of Java installers fail the same way and show the same message.
    I don't know how to contact "my support personnel" nor who they are.
    I'd appreciate any help about this problem or what Java installers need within the Registry to work or a clue of any kind.

    Sorry for the duplicated message. It's my first post and I messed up a little with the right section.
    A new downloaded copy of the file or other versions of Java failed to install with the same error message.
    I've learned there is a product ID in the registry that must be present for the installer to run. I'm searching for this "mysterious" product ID and how to set the right Windows XP Registry entry for the JSE 1.4.2_03 version.
    I'm still not sure this will fix the problem.
    Thanks for replying.

  • Java 1.4.2_03 WindowsXP The configuration data for this product is corrupt.

    Trying to install j2SE 1.4.2_03 JRE on a Windows XP system (exact version needed for a bussiness application) after all previous Java installations have been deleted and all Windows Registry Java related keys have been manually deleted with Regedit.exe.
    The EXE installer works properly in other machines but in this one it stops after a few seconds with the following message:
    "The configuration data for this product is corrupt. Contact your support personnel".
    The problem is related to the Windows install mechanism rather than the Java installer itself and likely caused by the manual Registry deletion.
    The error code is 1610: ERROR_BAD_CONFIGURATION.
    Reinstalling Windows didn't fix the problem.
    Unable to recover the system to a previous state with the System Recovery Tool (Accesories/System Tools).
    Other versions of Java installers fail the same way and show the same message.
    I don't know how to contact "my support personnel" nor who they are.
    I'd appreciate any help about this problem or what Java installers need within the Registry to work or a clue of any kind.

    Sorry for the duplicated message. It's my first post and I messed up a little with the right section.
    A new downloaded copy of the file or other versions of Java failed to install with the same error message.
    I've learned there is a product ID in the registry that must be present for the installer to run. I'm searching for this "mysterious" product ID and how to set the right Windows XP Registry entry for the JSE 1.4.2_03 version.
    I'm still not sure this will fix the problem.
    Thanks for replying.

  • Incorrect dates on iPhoto video when accessed by iMovie '09??

    Hi,
    I have a few videos in iPhoto. All have the correct time and date.
    iMovie '09 has access to these, but is showing the incorrect date on some of them (even though iPhoto is showing the correct date). The date is the same - 31 December 1903.
    It has been like this since I first used iMovie '09.
    Can anybody help?
    Cheers.
    BTW, how do I contact Apple support about something like this? I can't find any e-mail support.
    Message was edited by: NeddySeagoon

    NeddySeagoon - wondering if you found the answer to this?
    I too have iPhoto videos showing up in iMovie fine, but the dates are wrong in iMovie (correct in iPhoto).
    Also, I have updated video titles in iPhoto, but those titles are not showing up consistently in iMovie. Perhaps related issue, I'm not sure.
    Any idea if this could be a permissions issue? (Video is stored on an external drive). Or something else?
    Thanks!

Maybe you are looking for