Strange behaviour and wrong dates

since a couple of days I discovered that some dates on both my macs are fault when I view them from an app. (finder view is okay)
for example:
- norton antivirus: last check definition update was 05-01-07 (january 5th 2007)
- software update prefs pane: all last updates have been done on 05-01-07 (january 5th 2007)
(when I open the log file, the correct dates are mentioned).
- Forklift or Filebuddy: date modified or created: all 05-01-07 (january 5th 2007), 05-01-04 (january 5th 2004), 05-01-05 (january 5th 2005).
so what is going on here as january 5th seems the date to beat is it some app causing this trouble ?
btw: time and date are set correctly

Mind, there is a difference between mm and MM: mm stands for minutes, MM stands for months...
Vincent

Similar Messages

  • Strange behaviour when parsing dates

    Hi everyone,
    I have an array with 3 string values representing dates, when I convert them to date elements there are no errors, But some of the dates produced dates are wrong!
    This is very strange as it is the first time that I'm coming across such an error.
    I would be grateful if anyone can advise me on this issue.
    Thanx in advance,
    SunnySky
    OUTPUT:
    This string value [ 07/01/2008 ] is equivalent to : Mon Jan 07 00:01:00 GMT 2008 //this is OK
    This string value [ 14/02/2008 ] is equivalent to : Mon Jan 14 00:02:00 GMT 2008 //Wrong!
    This string value [ 06/06/2008 ] is equivalent to : Sun Jan 06 00:06:00 GMT 2008 //Wrong again! it seems it considers every date to be in January!!!
    CODE:
    String strDates [] = {"07/01/2008","14/02/2008","06/06/2008"};
    Date dates [] = new Date [strDates.length];          
    for (int i = 0; i < dates.length; i++){
         try{
              dates[i] = new SimpleDateFormat("dd/mm/yyyy").parse(strDates);
              System.out.println(" This string value [ "+strDates[i]+" ] is equivalent to : "+dates[i]);
         } catch (ParseException pe){
    //what am I doing wrong?
    {code}

    Mind, there is a difference between mm and MM: mm stands for minutes, MM stands for months...
    Vincent

  • Photos from iPhoto showing duplicates and wrong dates. Help!

    Hello everyone,
    I have been battling my iphone and computer for the last few days trying to figure this one out. No luck. Now I turn to all of you.
    The problem is basically this: My iPhone photos app was showing duplicates of many photos taken in the last few months. They would literally be side by side. There were no edits, photostream is turned off... Those duplicates do NOT show up in iPhoto on my macbook.
    So I tried a few recommendations from some forums I read. I rebuilt the iPhoto database. I deleted the plist file for iPhoto. I restored my phone.
    Now, not only do I still have all of the duplicates, but I also have photos showing up severely out of date order. The thing that makes this obvious is that photos of my sonm, who was born in June, are showing up scattered through random months of the preceding year. I am sure other photos are now out of order as well. I only see this on my phone, and not in iPhoto.
    Any ideas?
    Thank you,
    Bret

    anyone?
    by the way, after some restoring, the duplicates are at least gone. Now the problem is simply that recent photos are showing up in months past, and in several past events on my iphone. This is in the photos app as well as iphoto. In iPhoto, I can check the info of one of those photos and it shows a....June date for example... but it shows up in the photo order back in february or march.
    If anyone has any thoughts on this it all it would be appreciated. Thanks.

  • Very strange behaviour and exception with af:tree

    Hello,
    I deployed an ADF taskflow (which contains a af:tree) inside Webcenter portal...
    When I add this taskflow to a page, the tree renders fine.. But when I expand a node (which contains just one element under it) and then collapse it and switch to a different tab, I am getting a Null Pointer Exception..
    Attached is the log information
    java.lang.NullPointerException
         at oracle.adf.view.rich.change.FilteredPersistenceChangeManager.addComponentChange(FilteredPersistenceChangeManager.java:138)
         at org.apache.myfaces.trinidad.change.ChangeManagerWrapper.addComponentChange(ChangeManagerWrapper.java:44)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.addAttributeChange(UIXComponentBase.java:1108)
         at org.apache.myfaces.trinidad.component.HierarchyUtils.__handleBroadcast(HierarchyUtils.java:50)
         at org.apache.myfaces.trinidad.component.UIXTree.broadcast(UIXTree.java:237)
         at oracle.adf.view.rich.component.rich.data.RichTree.broadcast(RichTree.java:248)
         at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:148)
         at org.apache.myfaces.trinidad.component.UIXTree.broadcast(UIXTree.java:241)
         at oracle.adf.view.rich.component.rich.data.RichTree.broadcast(RichTree.java:248)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:889)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:379)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    To make the problem more clear, if I collapse every node of the tree as last operation and then click on a command link (which should redirect me on another page), then the following happens according to the value of the "immediate" property of the tree:
    1. If I set the immediate ="true" on the tree it does not throw this exception. But if the last action in the screen is collapsing a node and I click on any other action (clicking on a different tab) it does not trigger the action. But if I click on the same action once again, then the action is triggered successfully and things work as expected again.
    Basically, it looks like if the last action in the screen is collapsing a node, then we have to click on a action (like clicking on a tab) twice for the action to be triggered.
    But if I set the immediate="false", then it throws the null pointer exception.
    2. if immediate = "false" I get an exception, and the application crashes:
    Any help would be appreciated. Using Jdev 11.1.1.6.

    Any suggestions, pls

  • Very strange behaviour master-detail-detail please help

    Very strange behaviour master-detail-detail please help
    Hello,
    I have a parent-child-grandchild report which show's some really strange behaviour.
    The data template has 3 queries Q1, Q2 and Q3.
    Q2 is bound to Q1 using a bind variable
    Q3 is bound to Q2 using another bind variable
    For a certain record in Q1 the output should be
    2 records in Q2
    and 1 record in Q3 for each record in Q2
    Q1 record
    Q2 record A
    Q3 record AA
    Q2 record B
    Q3 record BC
    The results conforms to the expected output.
    For another record in Q1 the output should be
    2 records in Q2
    and 2 records in Q3 for each record in Q2
    Q1 record
    Q2 record A
    Q3 record AA
    Q3 record AB
    Q2 record B
    Q3 record BC
    Q3 record BD
    In stead of the expected output, the result shows
    Q1 record
    Q2 record A
    Q3 record AA
    Q3 record AB
    Q2 record B
    Q3 record AB
    For another record in Q1 the output should be
    5 records in Q2
    and 2 records in Q3 for each record in Q2
    Q1 record
    Q2 record A
    Q3 record AA
    Q3 record AB
    Q2 record B
    Q3 record BC
    Q3 record BD
    Q2 record C
    Q3 record CE
    Q3 record CF
    Q2 record D
    Q3 record DG
    Q3 record DH
    Q2 record E
    Q3 record EI
    Q3 record EJ
    In stead of the expected output, the result shows
    Q1 record
    Q2 record A
    Q3 record AA
    Q3 record AB
    Q2 record B
    Q3 record BC
    Q3 record BD
    Q2 record C
    Q3 record CE
    Q3 record CF
    Q2 record D
    Q3 record DG
    Q3 record DH
    Q2 record E
    Q3 record DH
    So for the last record of Q2 I don't get the appropriate records from Q3 when there are multiple records to be shown, but only the last record which belongs to the previous Q2
    What is going on?
    Please help me out...
    Kind regards,
    Jan-Marcel

    Hi Tim,
    Thanks for your reply. Below you will find the datatemplate on the scott/tiger schema.
    Please help me out.
    Kind regards,
    Jan-Marcel
    <dataTemplate name="scott" description="Template scott" dataSourceRef="otcy001" version="1.1">
      <parameters>
        <parameter name="p_deptno" dataType="number"/>
      </parameters>
      <dataQuery>
        <sqlStatement name="Q1">
          <![CDATA[
            select empno            mgr_empno
                 , ename            mgr_name
                 , job              mgr_job
                 , hiredate         mgr_hiredate
                 , sal              mgr_sal
                 , comm             mgr_comm
              from emp
             where deptno = nvl(:p_deptno, deptno)
               and mgr is null
          ]]>
        </sqlStatement>
        <sqlStatement name="Q2">
          <![CDATA[
            select empno            mgr2_empno
                 , ename            mgr2_name
                 , job              mgr2_job
                 , hiredate         mgr2_hiredate
                 , sal              mgr2_sal
                 , comm             mgr2_comm
                 , mgr              mgr2_mgr
              from emp
             where mgr = :mgr_empno
          ]]>
        </sqlStatement>
        <sqlStatement name="Q3">
          <![CDATA[
            select empno            emp_no
                 , ename            emp_name
                 , job              emp_job
                 , hiredate         emp_hiredate
                 , sal              emp_sal
                 , comm             emp_comm
                 , mgr              emp_mgr
              from emp
             where mgr = :mgr2_empno
          ]]>
        </sqlStatement>
      </dataQuery>
      <dataStructure>
        <group name="G_mgr1" source="Q1">
          <element name="q1_mgr_empno"    value="mgr_empno"/>
          <element name="q1_mgr_name"     value="mgr_name"/>
          <element name="q1_mgr_job"      value="mgr_job"/>
          <element name="q1_mgr_hiredate" value="mgr_hiredate"/>
          <element name="q1_mgr_sal"      value="mgr_sal"/>
          <element name="q1_mgr_comm"     value="mgr_comm"/>
          <group name="G_mgr2" source="Q2">
            <element name="q2_mgr_empno"    value="mgr2_empno"/>
            <element name="q2_mgr_name"     value="mgr2_name"/>
            <element name="q2_mgr_job"      value="mgr2_job"/>
            <element name="q2_mgr_hiredate" value="mgr2_hiredate"/>
            <element name="q2_mgr_sal"      value="mgr2_sal"/>
            <element name="q2_mgr_comm"     value="mgr2_comm"/>
            <element name="q2_mgr2_mgr"     value="mgr2_mgr"/>
            <group name="G_emp" source="Q3">
              <element name="q3_emp_empno"    value="emp_empno"/>
              <element name="q3_emp_name"     value="emp_name"/>
              <element name="q3_emp_job"      value="emp_job"/>
              <element name="q3_emp_hiredate" value="emp_hiredate"/>
              <element name="q3_emp_sal"      value="emp_sal"/>
              <element name="q3_emp_comm"     value="emp_comm"/>
              <element name="q3_emp_mgr"      value="emp_mgr"/>
            </group>
          </group>
        </group>
      </dataStructure>
    </dataTemplate>

  • Strange behaviour of 32bit app on 64bit OS

    I have a piece of software developed by the company where I work , that is refusing to run on a couple of virtual Windows 7 (64bit) machines and a couple of client machines. (it should be noted, that it runs fine on my Win 7 x64 machine, and also
    on a couple of 64bit laptops used by our Sales staff)
    the machines in question are running Windows 7 Professional (x64)
    The application I'm trying to run  is a .NET4 based app (32bit)
    Now this is where it gets strange.
    On restoring a clean snapshot of my Win 7 machine, and installing my application , I will get clr.dll errors (which, I'm led to believe are generic .NET errors, usually indicating that there is a dependancy missing)
    If I then launch the application in Compatability Mode (Win XP SP3)  it works okay
    If I then disable Compatability Mode (ie reverting the machine back to the state is was at step #1....the application continues to work fine (even after the virtual has been restarted/ shut down)
    This would imply that all the pre-reqs are present (in this case .NET 4.x and VCRedist2010)
    Whilst this is a workaround, it's just that, and I  can't really tell my clients to do this on each machine that is going to be using our software (clients concerned enforce very strict Group Policies)
    Any idea as to what could be causing this strange behaviour, and how I can get past this without the need for a workaround.

    Hi,
    Firstly, Please understand that third party software has its own way to program codes and call corresponding system resources when installing and running.
    You may use the hotfix below to check the issue:
    FIX: "Faulting module name: clr.dll" error message when you run a Microsoft .NET Framework 4-based application
    http://support.microsoft.com/kb/2640103/en-us
    clr.dll error usually occurs when a program crashes and is really generic.
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Strange behaviour of data element  object

    Dear Gurus,
    I have incremented the field length of a z table's field from 5 (type DEC)  to 8 by increasing the corresponding domain length . But the internal tables that refer to this field still refer to the old value 5, though the table is accepting values for this field with 8 length through 'Create Entries' in SE11.
    The problem seems to be in the runtime object of the corresponding data element which shows
    database length = 5 
    abap length = 5
    BUT dictionary length = 8.
    Could anyone pls help diagnose this strange behaviour as even if I create new domains with new data elements for this table field ,it gives the SAME RUNTIME OBJECT STATUS as mentioned above.
    Rewards are awaiting the right answer.
    Thanks in advance.
    Shweta.

    Hi,
    For these kind of problems, you can use the Database utility tool (SE14), give the table name press enter, click Adjust and Activate Database table also select save data radiobutton. After this Re-Run the Program, it works fine, also cross-check in the Debugging screen.
    Cheers...
    Santosh.
    Mark Usefull Answers.

  • FIM Load Balancing and SPN's - Strange behaviour

    I have a FIM setup in a domain
    I have mycorp.com and a domain in the same forest contractor.mycorp.com (fictional setup)
    I have 2 servers built in the contractors.mycorp.com domain
    Id1
    Id2
    Id1 has the Service and portal on wss3 in SharePoint farm mode, Sp central admin is on this as well
    Id2 has the service and is a load balanced SharePoint farm.
    I have NLB setup and working the service name is identity.mycorp.com pointing at the IP of the NLB
    I have a CNAME identity pointing at identity.mycorp.com
    Identity.mycorp.com is used as the name of the Service and the Portal.
    In the ApplicationHost.config I have
    <system.webServer>
       <security>
          <authentication>
             <windowsAuthentication enabled="true" useKernelMode="true"
    useAppPoolCredentials="true" />
          </authentication>
       </security>
    </system.webServer>
    I have kernel mode enabled, and I have Windows authentication enabled in the IIS console on id1 and id2.
    The app pool credentials are a domain account SPService for SharePoint Service, the app pool is set on both id1 and id2 servers. The root domain account mycorp\SPService us used.
    In
    c:\inetpub\wwwroot\wss\VirtualDirectories
    I have set
    <resourceManagementClient
    requireKerberos="true"
    I have registered the alternate URL mappings for SharePoint as
    Identity
    Identity.myCorp.com
    I have registered SPN's for
    Setspn –S FIMService/identity.myCorp.com myCorp\FIMService
    Setspn –S FIMService/identity  myCorp\FIMService
    Setspn –S HTTP/identity.myCorp.com myCorp\SPService
    Setspn –S HTTP/identity myCorp\SPService
    I have configured delegation for both accounts in ADUC for the identity.mycorp.com
    So all is well and I installed everything fine.
    Now my problem is that if I go to id1 and browse to http://identity/identitymanagement I get redirected , and authenticated with my admin account to
    http://id1/IdentityManagement/default.aspx
    On id1 if I go to http://identity.myCorp.com/identitymanagement I get prompted for credentials, when I enter myCorp\FIMAdmin and my password I get redirected to the portal at
    http://id1/IdentityManagement/default.aspx
    If I try and authenticate to any of the previous URL's from other machines in my domain, including the load balanced box id2 I get "HTTP Error 401. The requested resource requires user authentication."
    Even if I try and browse to
    http://id1/identitymanagement from another machine I am getting 401. Only on
    http://id1 am I getting a result, even if there is a prompt.
    I am sure my SPN's are fine, there are no duplicate SPN's , I checked with the -x switch
    So my load balanced portal and service are not working as I would have thought , I have looked at
    http://blogs.msdn.com/b/webtopics/archive/2009/01/19/service-principal-name-spn-checklist-for-kerberos-authentication-with-iis-7-0.aspx
    http://social.technet.microsoft.com/Forums/en-US/484faae8-4df6-4b81-8b2d-9d75d5258e4f/fim-portal-http-error-401-the-requested-resource-requires-user-authentication?forum=ilm2
    http://social.technet.microsoft.com/wiki/contents/articles/4473.fim-http-error-401-the-requested-resource-requires-user-authentication.aspx
    http://setspn.blogspot.ie/2010/06/kerberos-basic-troubleshooting-tip-3.html
    The only thing that I can think of is that the machine is in the contractors.myCorp.com domain which makes the machine  
    unique from where the SPN's are registered, but if that was the case then browsing to the portal from
    http://id1 would certainly fail.
    Can anyone see anything wrong with my approach ?
    Normally I find SharePoint a pain, but this week it seems to be this.
    When I ran the fim service install I specified identity.myCorp.com as the name of the server
    Rob

    In my Load Balanced setup it helped a lot (on some strange behaviours) when I set up Load Balancer to keep session on one server.
    Borys Majewski, Identity Management Solutions Architect (Blog: IDArchitect.NET)

  • Strange behaviour of Mouse-Events and Range size

    Hello,
    i found a strange behaviour of the Paragraph-Ranges in Word and can't explain this myself.
    I have a add-in with a Custom Task Pane "UserControl1" and a button "Button1":
    dropbox.com/s/zz2m0out5rvds0m/word.jpg
    This is the Code for the user control:
    public partial class UserControl1 : UserControl
    public UserControl1()
    InitializeComponent();
    private void button1_Click(object sender, EventArgs e)
    showRanges();
    private void button1_MouseEnter(object sender, EventArgs e)
    showRanges();
    private void showRanges()
    Debug.WriteLine("-------------------------------------");
    foreach (Microsoft.Office.Interop.Word.Paragraph para in Globals.ThisAddIn.Application.ActiveDocument.Paragraphs)
    Debug.WriteLine(para.Range.Start.ToString() + " - " + para.Range.End.ToString() + " | " + para.Range.Text.ToString());
    The mouse-enter and mouse-click events of the button, prints out the ranges of the current paragraphs. In this example it outputs:
    0 - 15 | The first line
    15 - 32 | And a second one
    Thats fine!
    And now the strange stuff starts: When i change something in the first line in the document like "The VERY first line" and use the button again, i got different range outputs for mouse-enter and mouse-click events.
    mouse-enter event (wrong ranges):
    -------------------------------------0 - 143 | The VERY first line
    143 - 160 | And a second one
    mouse-click event (correct ranges):
    0 - 20 | The VERY first line
    20 - 37 | And a second one
    Why the hell I get wrong Ranges when I use the mouse-enter event??? (When I enter the button with mouse a second time, it shows the correct ranges again).

    Hi Torben,
    What is Word version?
    According to my test in Word 2013, the code you provided works fine for me.
    I changed the code as below:
    private void showRanges(string eventname)
    Debug.WriteLine(eventname + "-------------------------------------");
    foreach (Microsoft.Office.Interop.Word.Paragraph para in Globals.ThisAddIn.Application.ActiveDocument.Paragraphs)
    Debug.WriteLine(para.Range.Start.ToString() + " - " + para.Range.End.ToString() + " | " + para.Range.Text.ToString());
    private void button1_MouseEnter(object sender, EventArgs e)
    showRanges("Button MouseEnter");
    private void button1_Click(object sender, EventArgs e)
    showRanges("Button Click");
    The document:
    The output:
    The result is same.
    There might be something else at the end of the first line.
    If you change current document to .zip and find document.xml, what does it look like?
    Here is my document.xml:
    <w:body>
    <w:p w:rsidR="001347D9" w:rsidRPr="001511D8" w:rsidRDefault="001511D8">
    <w:pPr>
    <w:rPr>
    <w:sz w:val="72"/><w:szCs w:val="72"/>
    </w:rPr>
    </w:pPr>
    <w:r w:rsidRPr="001511D8">
    <w:rPr>
    <w:sz w:val="72"/>
    <w:szCs w:val="72"/>
    </w:rPr>
    <w:t>The VERY first line</w:t>
    </w:r>
    </w:p>
    <w:p w:rsidR="001511D8" w:rsidRPr="001511D8" w:rsidRDefault="001511D8" w:rsidP="001511D8">
    <w:pPr>
    <w:rPr>
    <w:sz w:val="72"/><w:szCs w:val="72"/>
    </w:rPr>
    </w:pPr>
    <w:r w:rsidRPr="001511D8">
    <w:rPr>
    <w:sz w:val="72"/>
    <w:szCs w:val="72"/>
    </w:rPr>
    <w:t>And a second one</w:t>
    </w:r>
    <w:bookmarkStart w:id="0" w:name="_GoBack"/>
    <w:bookmarkEnd w:id="0"/>
    </w:p>
    <w:sectPr w:rsidR="001511D8" w:rsidRPr="001511D8">
    <w:pgSz w:w="12240" w:h="15840"/>
    <w:pgMar w:top="1440" w:right="1440" w:bottom="1440" w:left="1440" w:header="720" w:footer="720" w:gutter="0"/>
    <w:cols w:space="720"/>
    <w:docGrid w:linePitch="360"/>
    </w:sectPr>
    </w:body>
    Is there anything different?
    I have uploaded the sample document for your test, please check:
    https://onedrive.live.com/redir?resid=AD77AE76D657E280!166&authkey=!AFfIP0eVTDQdMAc&ithint=file%2cdocx
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • APEX Listener and EPG - strange behaviour

    Hi
    For some years, I've used EPG for APEX but have struggled with performance particularly as I can have up to 150 student developers using at any one time.
    I do a fair amount of work using ORDImage and have successfully developed APEX applications to upload image files and display full-size and thumbnail images.
    After upgrading to APEX 4.1 (from 4.0), I decided to install APEX Listener standalone.
    Before I did so I checked that my applications still worked in 4.1 and they did.
    However, just installing APEX Listener but not configuring it (yet) has meant that my image display in a report using a procedure based on wpg_docload.download_file( l_ordimage_image.source.localData ) no longer works in EPG - the images are not displayed.
    Configuring APEX Listener and running the same application through that DOES display the images.
    So this part of the application works under APEX Listener but not under EPG.
    My application also allows users to upload images from APEX_APPLICATION_FILES using standard code. Under APEX Listener after uploading, I'm left with a blank page with a wwv_flow.accept URL although the image does indeed upload. Under EPG it works as expected and I get a success confirmation.
    So this part of the application works under EPG but not under APEX Listener.
    Has anyone else come across different behaviour depending on the mode of connection?
    Thanks
    Brian
    [Oracle EE 11gR2, Windows Server 2008R2, APEX 4.1, APEX Listener 1.1.3]

    Hi Brian,
    it sounds like you have both EPG and APEX Listener running on the same machine, so your problem might result from a port conflict. Note that both services use TCP port 8080 as default.
    At least a port conflict would explain the strange behaviour in your case, some things working on one web server and some on the other.
    Some parts of your initial post hint to that direction, e.g.
    However, just installing APEX Listener but not configuring it (yet) has meant that my image display in a report using a procedure based on >wpg_docload.download_file( l_ordimage_image.source.localData ) no longer works in EPG - the images are not displayed.... because the APEX Listener only interfere with the EPG if it is at least running on the same machine as your database and furthermore, if it is unconfigured in terms of ist database connection, a port conflict might be the only way it could cause anything like that.
    However, if you are sure that's not the issue, please check if you see any error in the APEX Listener's log for the following action you performed:
    My application also allows users to upload images from APEX_APPLICATION_FILES using standard code. Under APEX Listener after uploading, I'm left with a blank >page with a wwv_flow.accept URL although the image does indeed uploadIf you actually see just a blank screen, something very bad must have happened and you should see some kind of stack trace there.
    For further investigations, if necessary, it would be helpful to know how you deployed or started your APEX Listener and which JDK version you use.
    For the moment, I still think the port conflict is my best guess.
    You could avoid it by either changing the port for EPG (I'd not recommend that if you have other users still using it) or by changing the port for your APEX Listener.
    -Udo

  • How can I get my @mac email to work? when I try to reset password, i cannot access email for this and the security tells me I have wrong date of birth

    Have used bilmac@mac email address for years last couple of weeks am getting message icloud needs password which it then rejects, when I try to reset password,they want email to verify i cannot access email and the security question is D. O B. it tells me I have wrong date of birth. so I am stumped, any ideas bilmac

    COME ON PEOPLE. (WHY ARE THE LETTERS SO BIG HERE?) I AM VERY OLD AND JUST LIKE THINGS TO STAY THE SAME. I DID NOT, DO NOT, WANT ICLOUD TO DO ANYTHING I HAVE NOT USED IT AT ALL YET IT HAS MANAGED TO MESS UP MY EMAIL ADDRESS WHICH I HAVE BEEN USING FOR YEARS, IT ASKS FOR PASSWORD THEN REJECTS AND WHEN I TRY TO RESET WITH APPLE ID THEY ASK FOR SECURITY AS I CANNOT ACCESS THE EMAIL ADDRESS THEY HAVE FOR ME BECAUSE ICLOUD ASKS FOR PASSWORD, THEN APPLE TELL ME I DONT KNOW MY OWN DATE OF BIRTH, VERY CONFUSING

  • HT2513 On iCal this year the date of shrove tuseday is showing on Tuesday 13 of February witch for a start is wrong coz it's a Thursday and wrong because its meant to be in march

    On iCal this year the date of shrove tuseday is showing on Tuesday 13 of February witch for a start is wrong coz it's a Thursday and wrong because its meant to be in march

    kaeandcolesmon,
    If you open the recovery drive (partition) it should only have a single folder (Recovery).
    To make sure that your not saving restore points to that drive.
    See:
    Start, Control Panel, System, System Protection tab. Make sure the D drive partition is set to OFF so that it does not save there.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • I Start a New am so frustrated with problems syncing photos on my iPad. I choose which files to sync but get deleted photos in my albums, my photos are in the wrong albums and the weirdest of all- I now have strange graphics and Facebook photos in albums!

    I have spent several hours trying to find a solution to the following problems. After syncing my IPad with ITunes, I end up with photos that I previously deleted in my albums, duplicate photos, albums that have wrong pictures in them and weirdest of all, strange graphics and Facebook photos that are not even mine. Right now I hate this thing!
    I have scanned the support forums, Googled it, deleted several photo caches, spent days editing my photo files, checked the specific folders I wanted to sync and it seems like it's not syncing, just adding the same photos and strange crap that it already had on it. Oh please help me!
    Thanks!

    OK....I'm stumped.  The message you are seeing is typically there to protect someone from syncing with a different computer/iTunes account.  Is there any way anyone else has used your iPad and possibly connected it to their computer?

  • Wrong date and time in apple's mail client

    All mails in my inbox are displaying date at 1429 a.c. Although through my web gmail interface, dates are correct the mac client is fault. I also tried with Thunderbird e-mail client and i also get wrong date and time. I checked the date and time preferences and everything is correct.  Any suggestions?
    Thanks

    Hi,
    In the Initial screen, please remove the tick for Display Header. It will not give any header details after execution. If you want to remove only date, you just check with your ABAPer, he can help by changing in program.
    Thanks
    Kishore Babu

  • 7.5: strange behaviour on data entry schedule

    Hi,
    I have a very strange problem when entering data. A user can enter data and send it to the database with no error but the schedule then does not display it. I have investigated a bit and found out that:
    a) if I remove all summation accounts from the schedule the value is shown correctly
    b) it only happens for 4 "special" periods we have in our time dimension.
    So, to explain those two a bit more.
    a)
    The input schedule was originally set up using the account for profit from the P&L in the current view and a member set of SELF,ALL. When a user now enters data onto the first base level account (SALES THIRD PARTY) it will be sent to the database but after a refresh of the schedule it won't be displayed any more. If I change the member set to BAS the value will be displayed.
    b)
    For 2011 we have a few companies that cannot deliver data on a monthly level, they can only deliver data on a quarterly level. So, since our application is YTD but uses the periodic option on currency conversion, simply loading the data for those entities into MARCH, JUNE, SEPTEMBER and DECEMBER will not work on currency conversion. We therefore set up four new periods (TIMEID = 20111400, 20111500, 20111600 and 20111700) to enter the data into. As these are four consecutive periods, the periodic conversion should then work as expected. And for reporting we will have to manually add 20110300 and 20111400, 20110600 and 20111500 etc together. These periods are set up as LEVEL=MONTH.
    Does anyone have an idea what might be the problem here?
    Thanks,
    Arnold

    Hi Arnold
    Could you share your solution for that.
    I have very similar problem. I'm using addtional time base level members to store data quarterly. I'm using script logic co copy data from  MAR to additional member Q1_INPUT ,JUN to Q2 input etc.... Later client input manual adjustmets on these additional members quarterly.
    Script is working fine, I checked in BW RSA1 that data was sucesfully save, but not displaing in my input schedule for special members.
    What is strange I noticed problem with displaing data on additional members in only for AST/LEQ accounts, for INC/EXP they are visible in my input schedule.
    I have no idea why this happens.
    Regards
    Justyna

Maybe you are looking for

  • How to run a midlet on a real device and  other questions!!VERY VERY URGENT

    PLEASE I NEED HELP FOR ALL THESE DETAILS AS SOON AS POSSIBLE hi i would like to know the following details regarding J2ME: 1. What is the size of a KVM(Kilobyte Virtual Machine)? 2. What would be approximately the memory size of a mobile phone? 3. Ho

  • Weblogic halting while starting Admin Server

    I've created a SIP cluster. My understanding is you run startWebLogic.sh to start the admin server. I'm getting the following error (no matter how I create the domain). Can anyone help explain what I'm doing wrong? Thanks in advance for your help Bil

  • How can I import pictures from aperture into iPhoto

    Since moving to mountain lion OSX, I can't find a way for importing pictures from aperture into iphoto. There used to ba a tab under archive in iPhoto where you could view the aperture library and select pictures to import them into iPhoto. This tab

  • Run Archlinux from USB-stick

    Hi guys, Is there are way to run arch from a usb-stick. (I don't mean installation) Have a laptop that I want to just plug in a usb-stick and then boot and run from it! Can it be done, and how?

  • Reinstall without cd

    I received the following error when opening Photoshop: Your Adobe Photoshop username, organization or serial number is missing or invalid.  The application cannot continue and must now exit." I researched this online and was told I need to uninstall