W32time source showing as Local CMOS clock

I have 3 virtual servers, all on different hosts, which are currently showing the wrong time. All other machines on the Domain get their time from the Domain Controller.
I have only been making changes on 1 server to ensure that this works. Originally the server was showing as getting its time from the host machine (VM IC Time Synchronization Provider). I then attempted:
w32tm /config /syncfromflags:domhier /update
Stopped and started the w32time service, then checked the source again. This was then showing as local CMOS clock.
I have tried several things, including setting a peer list with just the required Domain Controller, but the source remains as CMOS clock.
I've switched Time Integration services off on the Host, which I understand is not an ideal thing to do, but I'm at a loss.
Please help

Hi AmandaJayne,
Just additional. Please refer to the following KB and make sure that configure an Authoritative Time Server
correctly.
How to configure an authoritative time server in Windows
Server
Please temporarily disable firewall and check if UDP port 123 was blocked.
By the way, would you please let me know whether configure an Authoritative Time Server via Group Policy?
Hope this helps.
Best regards,
Justin Gu

Similar Messages

  • Windows 2008 R2 Domain Controller (PDC) - NTP server - time showing local CMOS clock

    I'm having issues setting an external source on a Windows 2008 R2 domain controller (PDC emulator role for the domain)
    Here is the output showing its source is the Local CMOS clock.
    C:\Windows\System32>w32tm /query /status
    Leap Indicator: 0(no warning)
    Stratum: 1 (primary reference - syncd by radio clock)
    Precision: -6 (15.625ms per tick)
    Root Delay: 0.0000000s
    Root Dispersion: 10.0000000s
    ReferenceId: 0x4C4F434C (source name:  "LOCL")
    Last Successful Sync Time: 06/11/2014 15:44:15
    Source: Local CMOS Clock
    Poll Interval: 6 (64s)
    1) I have performed the following on the DC with the PDC role:
    net stop w32time
    w32tm /config /syncfromflags:manual /manualpeerlist:"0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org"
    w32tm /config /reliable:yes
    net start w32time
    w32tm /query /configuration 
    [Configuration]
    EventLogFlags: 2 (Local)
    AnnounceFlags: 5 (Local)
    TimeJumpAuditOffset: 28800 (Local)
    MinPollInterval: 6 (Local)
    MaxPollInterval: 10 (Local)
    MaxNegPhaseCorrection: 172800 (Local)
    MaxPosPhaseCorrection: 172800 (Local)
    MaxAllowedPhaseOffset: 300 (Local)
    FrequencyCorrectRate: 4 (Local)
    PollAdjustFactor: 5 (Local)
    LargePhaseOffset: 50000000 (Local)
    SpikeWatchPeriod: 900 (Local)
    LocalClockDispersion: 10 (Local)
    HoldPeriod: 5 (Local)
    PhaseCorrectRate: 7 (Local)
    UpdateInterval: 100 (Local)
    [TimeProviders]
    NtpClient (Local)
    DllName: C:\Windows\System32\w32time.DLL (Local)
    Enabled: 1 (Local)
    InputProvider: 1 (Local)
    AllowNonstandardModeCombinations: 1 (Local)
    ResolvePeerBackoffMinutes: 15 (Local)
    ResolvePeerBackoffMaxTimes: 7 (Local)
    CompatibilityFlags: 2147483648 (Local)
    EventLogFlags: 1 (Local)
    LargeSampleSkew: 3 (Local)
    SpecialPollInterval: 3600 (Local)
    Type: NTP (Local)
    NtpServer: 0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org (Local)
    NtpServer (Local)
    DllName: C:\Windows\System32\w32time.DLL (Local)
    Enabled: 1 (Local)
    InputProvider: 0 (Local)
    AllowNonstandardModeCombinations: 1 (Local)
    VMICTimeProvider (Local)
    DllName: C:\Windows\System32\vmictimeprovider.dll (Local)
    Enabled: 1 (Local)
    InputProvider: 1 (Local)
    But still showing the output:
    C:\Windows\System32>w32tm /query /status
    Leap Indicator: 0(no warning)
    Stratum: 1 (primary reference - syncd by radio clock)
    Precision: -6 (15.625ms per tick)
    Root Delay: 0.0000000s
    Root Dispersion: 10.0000000s
    ReferenceId: 0x4C4F434C (source name:  "LOCL")
    Last Successful Sync Time: 06/11/2014 15:58:45
    Source: Local CMOS Clock
    Poll Interval: 6 (64s)
    2. If I resync and rediscover the following error appears: 
    w32tm /resync /rediscover 
    Sending resync command to local computer
    The computer did not resync because no time data was available.
    3. I've also clearing the current time config, by
    net stop w32time
    w32tm /unregister
    w32tm /register
    net start w32time
    But no change, it still shows the Local CMOS clock. 
    4. This event is showing 
    Log Name:      System
    Source:        Microsoft-Windows-Time-Service
    Date:          06/11/2014 15:43:30
    Event ID:      12
    Task Category: None
    Level:         Warning
    Keywords:      
    User:          LOCAL SERVICE
    Computer:      domaincontroller1
    Description:
    Time Provider NtpClient: This machine is configured to use the domain hierarchy to determine its time source, but it is the AD PDC emulator for the domain at the root of the forest, so there is no machine above it in the domain hierarchy to use as a time source.
    It is recommended that you either configure a reliable time service in the root domain, or manually configure the AD PDC to synchronize with an external time source. Otherwise, this machine will function as the authoritative time source in the domain hierarchy.
    If an external time source is not configured or used for this computer, you may choose to disable the NtpClient.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Time-Service" Guid="{06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB}" />
        <EventID>12</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-11-06T15:43:30.465619200Z" />
        <EventRecordID>77295</EventRecordID>
        <Correlation />
        <Execution ProcessID="256" ThreadID="2056" />
        <Channel>System</Channel>
        <Computer>domaincontroller1</Computer>
        <Security UserID="SID" />
      </System>
      <EventData Name="TMP_EVENT_DOMAIN_HIERARCHY_ROOT">
      </EventData>
    </Event>
    5. If I perform the below it appears DC2 is having problems but I'm not sure if related. 
    C:\w32tm /monitor
    DC1.domain.local *** PDC ***[192.168.1.1:123]:
        ICMP: 0ms delay
        NTP: +0.0000000s offset from DC1.domain.local
            RefID: 'LOCL' [0x4C434F4C]
            Stratum: 1
    DC2.domain.local[192.168.1.2:123]:
        ICMP: 0ms delay
        NTP: -110.4925481s offset from DC1.domain.local
            RefID: (unspecified / unsynchronized) [0x00000000]
            Stratum: 0
    DC3.domain.local[192.168.2.1:123]:
        ICMP: 0ms delay
        NTP: -0.0256084s offset from DC1.domain.local
            RefID: DC1.domain.local [192.168.1.1]
            Stratum: 2
    DC4.domain.local[192.168.2.4:123]:
        ICMP: 0ms delay
        NTP: -0.0011524s offset from DC1.domain.local
            RefID: 80.84.77.86.rev.sfr.net [86.77.84.80]
            Stratum: 2
    Warning:
    Reverse name resolution is best effort. It may not be
    correct since RefID field in time packets differs across
    NTP implementations and may not be using IP addresses.
    Any help would be much appreciated. Thanks. 
    Craig Brand

    I suspected some issue with AV so uninstalled. 
    To resolve the Access Denied I followed these steps: 
    stop w32time
    w32tm /unregister
    reboot
    regsvr32 /u w32time.dll
    w32tm /register
    sc query w32time -- you should see that the service is set to
    shared mode -- this is presumably how it should be -- if you try to start right now, you'll get the expected 1290 SID-related error
    reboot
    w32time should now automatically start at boot up and be running -- that was my result -- it's running as shared, started on its own, and I can do the w32tm /query commands successfully
    After rebooting the time service started. 
    I then repeated the steps: 
    net stop w32time
    w32tm /config /syncfromflags:manual /manualpeerlist:"0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org"
    w32tm /config /reliable:yes
    net start w32time
    w32tm /query /configuration 
    And all worked. I'll wait a short while to see if this fixes the issue. I also have am SA case with MS so will confirm fix when resolved. 
    Craig Brand

  • W32tm always on "Local CMOS clock" on virtual domain controller - cannot change to NTP server

    The domain controller (Server 2012R2) is hosted on Hyper-V (Server 2012R2). It is a PDC.
    - firewall disabled
    - cleaned up w32tm:
    net stop w32time
    w32tm /unregister
    w32tm /register
    net start w32time
    - applied ifixit from http://support.microsoft.com/kb/816042 to enable external ntp server de.pool.ntp.org
    - disabled
    VMICTimeProvider in registry
    (HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\VMICTimeProvider\Enabled = 0)
    I can manually query the ntp server de.pool.ntp.org:
    w32tm /stripchart /computer:de.pool.ntp.org /samples:5 /dataonly
    de.pool.ntp.org wird verfolgt [131.188.3.221:123].
    5 Proben werden gesammelt.
    Es ist 24.04.2014 10:07:36.
    10:07:36, +00.0115379s
    10:07:38, -00.0025048s
    10:07:40, -00.0008595s
    10:07:42, -00.0010477s
    10:07:44, -00.0014516s
    But still, w32tm does NOT query the ntp server:
    PS C:\Windows\system32> w32tm /query /source
    Local CMOS clock
    rosch

    Hi rosch,
    Based on your description, please check if disable the "Time synchronization" Integration service. Please refer
    to the following operation.
    In Hyper-V Manager, right click the DC and select “Settings…”.
    In the left panel of Settings, navigate to Integration Services and click it.
    Then in the right panel, please uncheck Time synchronization.
    By the way, please check if can connect to the time server and UDP port was opened for NTP.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Domain Controller - Time Syncing with CMOS Clock

    Hello!
    We have a DC that is syncing time from "local CMOS clock."  This DC is a VM (hyper V).  Integration services has "time sync" turned off.
    I've attempted syncing the DC to an external time source per http://www.thirdtier.net/2011/02/how-to-set-an-ntp-time-server-in-windows-2008-sbs-2008-and-sbs-2011/ and the issue persists.
    Also of note - I've attempted syncing the VMHOST to an external source as well, and it is only syncing with CMOS clock
    w32tm /config /manualpeerlist:"time.windows.com" /syncfromflags:manual /reliable:yes /update
    - results>
    I manually restarted Windows Time service, still syncing to CMOS
    w32tm /resync /rediscover
    - results> 
    the computer did not resync because no time data was available
    w32tm /stripchart /computer:time.windows.com /samples:5 /dataonly
    - results>
    Tracking time.windows.com [65.55.56.206:123].
    Collecting 5 samples.
    The current time is 4/14/2014 12:34:41 PM.
    12:34:41, -16.0686354s
    12:34:43, error: 0x800705B4
    12:34:46, -16.0885249s
    12:34:48, -16.0981303s
    12:34:50, -16.0785199s
    w32tm /monitor
    - results>
    EVEREST.COMPANYNAME.local[192.168.45.34:123]:
        ICMP: 0ms delay
        NTP: +17.4000482s offset from COMPANYNAME-DC1.COMPANYNAME.local
            RefID: 'LOCL' [0x4C434F4C]
            Stratum: 1
    COMPANYNAME-DC1.COMPANYNAME.local *** PDC ***[192.168.45.31:123]:
        ICMP: 0ms delay
        NTP: +0.0000000s offset from COMPANYNAME-DC1.COMPANYNAME.local
            RefID: 'LOCL' [0x4C434F4C]
            Stratum: 1
    COMPANYNAME-MGMT.COMPANYNAME.local[192.168.45.33:123]:
        ICMP: error IP_REQ_TIMED_OUT - no response in 1000ms
        NTP: error ERROR_TIMEOUT - no response from server in 1000ms
    COMPANYNAME-DS1.COMPANYNAME.local[192.168.45.32:123]:
        ICMP: 0ms delay
        NTP: +14.7149589s offset from COMPANYNAME-DC1.COMPANYNAME.local
            RefID: 80.84.77.86.rev.sfr.net [86.77.84.80]
            Stratum: 2
    EVEREST.COMPANYNAME.local = 2k3 box
    COMPANYNAME-MGMT.COMPANYNAME.local = old DC improperly removed from domain (aka was just deleted from Hyper V by another technician...)
    COMPANYNAME-DC1.COMPANYNAME.local = primary "main" DC, 2k8
    COMPANYNAME-DS1.COMPANYNAME.local = backup DC, 2k8
    I can provide whatever other info that may prove useful.  I've looked @ other posts RE: this issue and feel like I might be missing something obvious, but I am at a loss.
    Thank you!

    Hi,
    Is UDP 123 open on the machine? I suggest you try to disable firewall to see if it works.
    More information for you:
    Can't get NTP time working on SErver 2008 R2 DC
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/e5e26e4f-1988-4ec1-8837-6d1d503130e7/cant-get-ntp-time-working-on-server-2008-r2-dc?forum=windowsserver2008r2general
    Configuring the Windows Time Service for Windows Server
    http://msmvps.com/blogs/acefekay/archive/2009/09/18/configuring-the-windows-time-service-for-windows-server.aspx
    Error message when you run the "w32tm /resync" command to synchronize Windows Server 2003 or Windows SBS to an external time source: "The computer did not resync because no time data
    was available"
    http://support.microsoft.com/kb/929276
    Time synchronization is not performed even though the W32Time service is successfully started in Windows Server 2008 or in Windows Server 2008 R2
    http://support.microsoft.com/kb/2493006
    Best Regards,
    Amy

  • Windows Time "Allowing" the OS Kernel to sync to CMOS clock after 24H of no valid time sync

    Hello,
    I have been observing the following scenario with the following environment:
    Windows 2008 Server R2
    Not part of a domain
    CMOS always clock drifted and not sync'd from the OS NTP Aware time.
    1. Assume Windows Time has a problem syncing with a time source and produces the following when asked "w32tm /query /status /verbose":
    Leap Indicator: 0(no warning)
    Stratum: 3 (secondary reference - syncd by (S)NTP)
    Precision: -6 (15.625ms per tick)
    Root Delay: 0.2028500s
    Root Dispersion: 7.8420074s
    ReferenceId: 0x413738CE (source IP:  65.55.56.206)
    Last Successful Sync Time: 2/1/2014 2:33:18 PM
    Source: time.windows.com,0x9
    Poll Interval: 10 (1024s)
    Phase Offset: -0.0260539s
    ClockRate: 0.0155992s
    State Machine: 2 (Sync)
    Time Source Flags: 0 (None)
    Server Role: 0 (None)
    Last Sync Error: 2 (The computer did not resync because only stale time data was
     available.)
    Time since Last Good Sync Time: 85499.5378040s
    2. When "Time since Last Good Sync Time" arrives at the value 86400 (24H) an event log message such as the following is registered:
    The time service has not synchronized the system time for 86400 seconds because none of the time service providers provided a usable time stamp. The time service will not update the local system time until it is able to synchronize with a time source. If the
    local system is configured to act as a time server for clients, it will stop advertising as a time source to clients. The time service will continue to retry and sync time with its time sources. Check system event log for other W32time events for more details.
    Run 'w32tm /resync' to force an instant time synchronization.
    3. If the debug log of windows time was enabled with all the events (0-300) using "w32tm /debug .." The following records can be found in the log at the time:
     - W32TmServiceMain: timeout
     - ClockDispln GoUnsyncd: SetUnsync: LI:3 S:0 RDl:2184500 RDs:78611726 TSF:0x0
    ReleaseClock2CMOS
     - Logging warning: The time service has not synchronized the system time for 86400 seconds because none of the time service providers provided a usable time stamp. The time service will not update the local system time until it is able to synchronize
    with a time source. If the local system is configured to act as a time server for clients, it will stop advertising as a time source to clients. The time service will continue to retry and sync time with its time sources. Check system event log for other W32time
    events for more details. Run 'w32tm /resync' to force an instant time synchronization.
     - W32TmServiceMain: waiting 642.223s
    4. When the above occurs, we have observed that the OS Kernel would begin syncing to the underlying CMOS clock when they are different from each other in more than 60 seconds. The sync would occur on the next "sync point" which will arrive. A "Sync
    point" is the end of a 60 minute cycle, counting from boot time and repeating.
    Note: The CMOS clock could be off in more then 60 seconds for example when it's battery is dead, or on a virtualized environment under some conditions. (If anyone is interested in more details, please ask in the comment)
    My Questions:
    a. Parts of this behavior are well documented - can anyone confirm my analysis of the situation is correct?
    b. Does anyone have knowledge of the term "ReleaseClock2CMOS" which appears in the Windows Time log? What exactly does it mean?
    c. Under which conditions will the kernel avoid syncing to an underlying 60 seconds-off CMOS clock? Under which conditions will it sync (aside from what i described)?
    Any info would be appreciated.

    Hi,
    Thank you for your question.
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.
    Jeremy Wu
    TechNet Community Support

  • How can I make an audiobook purchased from another source show up in iTunes as an audiobook and not as music?

    How can I make an audiobook purchased from another source show up in iTunes as an audiobook and not as music?
    They chapters are mp3 files. Changing the genre to "audiobook" or "audiobooks" does help.
    I am sure this question will come up a lot, since the book in question is "Harry Potter and the Deathly Hallows," purchased from Pottermore.com.

    The one thing I would add to the instructions above is that the "Media Kind" menu is on the "Option" pane in the "Get Info" Window. This procedure has allowed me not only to make imported audiobooks show up as audiobooks, but imported podcasts show up as podcasts.

  • Cmos clock broken fsck

    Hi. My cmos clock is not working. I am sure that it is not working. At the boot i come with an error that says: last mount is on the future or something like that. In order to skip this i have to access bios every time and change the clock date. What else can i do to skip this fsck? i can't replace the clock

    koliasforever wrote:Hi. My cmos clock is not working. I am sure that it is not working. At the boot i come with an error that says: last mount is on the future or something like that. In order to skip this i have to access bios every time and change the clock date. What else can i do to skip this fsck? i can't replace the clock
    Maybe you should replace the battery that helps keep your bios settings and the time. If this happens a lot the most probable cause is a dead battery (the flat, round and shinny thing that should be somewhere inside your pc , check the board manual you can find it easily)

  • Laptop shows "access: local only" when connected to this hotspot

    I have the Verizon Jetpack 4G LTE Mobile Hotspot MHS291L set up in my home environment.  I have a number of computers that are able to connect to it and use the internet.  There is one laptop that I have (Lenovo SL500) which is Vista SP2, that has trouble connecting to the Jetpack.  I went into the Connected Devices settings for the Jetpack and noticed that this particular laptop was in the Blocked Devices section.  I Unblocked the laptop and it then appeared in the Connected Devices section.  Not sure how it got into the Blocked Devices section in the first place.  Anyways, upon trying to connect to the wireless network, I looked at the wireless network connection and it shows "Access:  Local only" instead of "Acess: Local and Internet."  It seems like the laptop connects to wireless, but I cannot browse the internet in any browser.  Also, I have tried this laptop at someone else's house that has a standard wireless router (no hotspot) and the laptop connects fine and is able to browse the internet.

    The network status indicator on Windows products cannot always be trusted.  Windows uses its own algorithm to determine its connectivity by checking a few resources on the web.  In a nutshell if Windows can make it to the resources then it declares itself internet connected or otherwise.  What you should do is your own troubleshooting to determine what is truly going on.
    First step is to check your IP Address.  Windows will display a 169.254.xxx.xxx IP if it is not completely connected to the current router/jetpack.  If that is the case then your laptop has not been accepted onto the router and you should check your connection credentials or recreate your connection profile.
    The next step if you have a normal and good IP address is to manually check the internet by browsing to a website.  Even though your computer cannot communicate the way it wants to that doesn't always mean that all internet communication is having a problem.  You should always try a simple browse to Google or another popular search engine or website when experiencing problems to confirm the scope of the situation.
    Pending on how these first two simple checks go you should proceed one way or another.  Chances are there is a wireless profile conflict on your Vista machine for your Jetpack. The best course of action would be to wipe the wireless profile and start over from scratch.  I'd start here and work my way outwards.

  • Cmos/Clock is resetting every time

    Hello,
    I have a HP pavilion ze4900 Laptop but every time i turn on my computer the Cmos-time is not correct annymore.
    I think it is the Cmos-Batery, but how can i replace it, and how do i open the laptop to do so?

     Service Manual:
    Download Here
    I don't recall where the clock battery is on that model and the Manual is not too helpful, either but it will show you how to disassemble until you find it.

  • PHP website displays on web server but only text shows on local testing server

    Hi,  I am not a PHP programmer.
    I tried to get the testing server set up in the DW site definition area but was unsuccessful so I am back tracking to first make sure I have a working testing server. So, here is the info:
    I took on a new client with a simple PHP site, without any databases.
    The site is up and running on the web.
    I would like to eventually get it running on my local machine to integrate editable regions for use with Adobe Contribute.
    I have latest version of WAMP installed running Apache version 2.2.11 and PHP version 5.3.0
    I created a directory in the WAMP "www" project directory and it shows up  like it's supposed to when I browse to "localhost"
    Problem:
    The home page of website displays text but no, images, styles, footer, header, nav links, etc.
    Here is the code for the home page:
                                                                                                                                                                Welcome                         This is the content area. This is the content area. This is the content area.                                                                        
    Any help would be greatly appreciated. I have spent many hours on this.
    Regards

    Hi,
    Not sure what you have going on there. One thing I would try is to enclose all your php code within <?php code here ?> not <? code here ?>
    Also ADDT does not work fully with php 5.3.0 as this may also be your error. When you say it only shows text do you mean dynamic text values or just text that is not dynamic?

  • Mail Setup - Gmail - Show All - Local Folders - IMAP - Yosemite - Am I set up properly?

    Hi All
    I recently moved to Yosemite on a recently acquired rMBP - and after a little fun setting up Mail I seem to be settled in. However whilst experiencing some Mail / Gmail issues (now sorted) I read how other people are setup - and I am now wondering if my setup is incorrect or rather 'not how it should be done'. I access my email via my rMBP and an iPhone using IMAP. I am currently set up thus:
    1) I have three mailboxes / email addresses provided by Virgin Media - these are actually Gmail accounts
    2) I have a series of folders / sub folders 'On My Mac' which is where I move / store my emails once dealt with that I want to keep
    3) I have the 'Show All Mail' label set to hide in Gmail - and 'Show in IMAP' for this label is unchecked
    4) I have the mailbox behaviour in Mail set thus for all accounts:
    I have found using this setup I have no problems with duplicate messages in Mail or the Gmail portal that others seem to have experienced - and when I move messages to 'On My Mac' folders - or delete them in Mail they disappear from the Gmail inbox and are moved to Gmail's Bin / Trash in Mail as desired. Gmail is also keeping all of my sent mail on their servers. This way I am using a fraction of my Gmail storage space - hence plenty of space to carry on like this for some years. I backup my email locally - including the inboxes and sent mail which I assume are safe anyway on Gmail's servers.
    Is this a suitable setup - am I missing something by doing it this way?
    Many thanks

    Hi Eric
    Thanks for looking over my setup and allaying my concerns
    I had wondered about setting up folders (labels on Gmail) to take the place of my folders 'On My Mac'. However having three different email addresses - and some mail from each of those going into the same local folder - I thought this could end up in a mess - unless it's possible to share a 'label' across email accounts...
    I have around 3Gb in local folders - so plenty of room if I wanted to do that. I suppose it would give me access to those folders on my iPhone if it worked properly - and provide another backup online.
    I guess I just wanted to keep it simple as I have seen plenty of people fighting to get Gmail / Mail talking properly.
    Thanks again.

  • Program and includes shows as local when activating

    Hi. I have changed a program and 3 includes that the program uses all from local ($tmp) to a Z package.
    All 4 objects are correctly in my transport, and they work fine.
    However, when I activate the 4 objects, 1 of the includes is on the "transportable objects" side of the pop up box, but the main program and the other 2 includes show on the "local objects" side still.
    If I display "local objects" from SE80 for my user ID nothing is shown, the objects are definitly not local.
    Why does only 1 include show on the transportable side?
    Any help would be appreciated.
    Regards,
    Dave.

    Hi. I had already checked the versions, everything showed as transportable and in a transport.
    I went to SE03 and compared the main program with the include that did show correctly and they were the same.
    However, when viewing the directory entry I did not change anything, but when I pressed the green tick it did say "directory entry changed" at the bottom.
    I went back to SE80 and activated and everything showed as transportable now, even the include that I did not display in SE03, so everything is OK now.
    Thanks a lot.
    Dave.

  • View source shows not only HTML but also external JS and displays it in an unorganized format, how come?

    Whenever I use the view source feature, the pane does not only show the HTML, but it also pastes in all Javascripts which are in an external file. On top of that all the indents are gone making it pretty much unreadable.
    I have this issue with every single site I try to view the source of. I turned of and uninstalled all add-ons. Started up in safe mode. But nothing seems to work. I had this in firefox 3.6 and upgraded to 4 hoping it would solve it but it doesn't.

    If you have the problem in three different browsers, it suggests something "upstream" or shared at the system level, since each has a separate cache and Safari/Chrome use Webkit, not Gecko, as their rendering engine.
    Is it possible that all the source views use a font which has become corrupted? In Firefox you could test that theory by changing your Monospace font here:
    Edit > Preferences > Content > (Fonts & Colors section) Advanced button
    If that doesn't help, do you browse through a proxy server either on your Mac, your network, or out on the internet? Sometimes a security scanner has an embedded proxy server.

  • Date formatting: how to get specific fields showing in localized format?

    Hi all,
    I would like to take a Date object and format it into the localized format while at the same time specifying which fields should be showing. E.g. ensure that I always have, day of week, day of month, month, year, hours, minutes, seconds and milliseconds regardless of locality.
    Is it possible to do this and if so how?

    For that there is java.util.Locale

  • Jdev 10.1.3. Application Sources shows wrong files

    Hi,
    I've been using jdev 10.1.2 for long time and decided to give 10.1.3 a try. The new way project files are handled is quite frustrating (I read the technical paper on upgrading from 10.1.2...) I hope these are all bugs which will be fixed!
    Here are my problems:
    * in Application Sources I see files which are outside the Java Content I defined. It seems that JDev 10.1.3 picks all .class files in the HTML Root Directory and presents them as "sources" (which they obviously are not!). Those files are not visible under Web Content. Why?
    * I wanted to exclude a subfolder from the Java Content in one of my projects but nothing happened. The same worked with some of the other projects (I did click Refresh)
    * Clicking Refresh freezes Jdev for considerable amount of time. My PC is one of the fastest on the market!
    * some files on the Resource path and outside the Java Content path, like TOAD .pkb and .pks show up as Application Sources (wrong!), other like .sql show as Resources (correct!). All are on the same path - the one defined as Resource. why?
    * there is no way to exclude directories from the Web Application content.
    Any comments would be appreciated! Shall I open a TAR?
    Regards,
    Plamen

    I found the problem. My application uses a custom faces taglib. In Jdev you can specify wich tag in your library should execute in design time. I was rendering 3 tags, and forget that I modified one of these tags. This tag now renders dynamic content and it seems that JDeveveloper don't display the rest of a page (in design time) when it tries to display a tag that has dynamic content that is unavailable. In my case, I access the requestScope to get the username.
    I hope this can be useful for you.
    Victor Quan.

Maybe you are looking for