Slow first name resolving

Hi,
This is the situation: Windows 2012 R2 servers, multi homed with a back-end and front-end NIC.
The back-ends are attached to a back-end network (10.1.0.0/8) where two AD servers are running (10.1.0.1 and 10.1.0.2). The front-end interfaces are attachted to an monitoring network 10.254.0.0/8). The servers get their IP and DNS settings from the AD servers.
The AD servers are in domain 'test.net.'
The backend interfaces are configured with DHCP and the DNS servers are given in the advanced properties of the IP4 configuration of those interface. The setting Register at DNS server is marked.
The frontend interfaces have static IP addresses, no DHCP configured, no DNS servers configured and the setting Register at DNS server is disabled.
If we do a ipconfig /flushdns on one of the servers, immediatly followed by Measure-Command { ping -n 1 server01 }  (where server01 is registered in AD as server01.test.net and is a different server then the one tested on) it takes almost 3 seconds
before the reply is finished. After that, when the local DNS cache is filled, it only takes 38 milliseconds.
The question is what is happing. We've disabled all DNS settings on each interface, apart from the backend interfaces, but it still looks as if DNS is sort of circulating around the interfaces to find a suitable DNS server. I've even take a look in the registry
(system/services/tcp) and it looks good: only one DNS binding to the correct interface object.
Does anyone have some idea what causes this?
Tia
John Lasschuit

Hi John,
Based on your description, my understanding is that you are wondering why the name was resolved slowly at the first time.
In general, the DNS query process occurs in two parts:
A name query begins at a client computer and is passed to a resolver, the DNS client service, for resolution using locally cached information.
When the query cannot be resolved locally, DNS servers can be queried as needed to resolve the name.
The local resolver cache can include resource records obtained in answered responses from previous DNS queries are added to the cache and kept for a period of time.
So caching provides a way to speed the performance of DNS resolution.
For more details, please refer to the article below,
How DNS query works
http://technet.microsoft.com/en-us/library/cc775637(v=WS.10).aspx
Best Regards,
Tina
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

Similar Messages

  • Slow first loading of webpages

    I have a problem which I am trying to combat with, but I no longer manage to.
    Archlinux. Firefox (in Opera the same, in Chromium better, but according to what I've read, it has additional cache, or something like this - anyway, it gets this problem somehow round).
    I am opening a webpage, let's say bbs.archlinux.org, for the first time after a longer break. That means, I was surfing through different websites, portals, etc. and I want to enter this forum. It refers, of course, to all the domains. Wikipedia, Google, whatever - doesn't matter.
    What happens? The webpage is loading terribly slow. It can take a half of a minute to open it. Then, after I enter a server, the next subpages open quite normally. The problem is with getting into for the first time.
    I have a few other computers at home - with Windows - connected to the same gateway (Linksys WAG54G2, ones connected via wifi go additionaly through Linksys WRT54GC, which works only as an AP, the DHCP server is turned off in it and NAT is got round by connecting the other Linksys via not WAN but LAN port - anyway, it doesn't matter here). And everything works right there. The webpages load at once, there are some issues with YouTube, but it's understandable with my ISP (Polish Telecom), which is saving money on international links and is pushing all the international traffic through a crowded router in Frankfurt.
    Following sugestions from the web, i turned off IPv6 at all - by means of kernel parameters in the bootloader - but it doesn't help.
    Proxy is, of course, turned off.
    This doesn't seem to be an issue with DNS, because for example I have Wikipedia put into /etc/hosts and it's also loading that slow.
    /etc/resolv.conf:
    cat /etc/resolv.conf
    # Generated by resolvconf
    nameserver 194.201.159.1
    nameserver 194.204.152.34
    (these are DNS servers of my ISP)
    /etc/hosts:
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost kacper-archlinux
    91.198.174.192 pl.wikipedia.org
    91.198.174.192 en.wikipedia.org
    # End of file
    ip link:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 00:19:66:b7:51:ef brd ff:ff:ff:ff:ff:ff
    ip addr:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:19:66:b7:51:ef brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.100/24 brd 192.168.1.255 scope global eth0
    valid_lft forever preferred_lft forever
    In terms of ping, for me it looks OK - but the answers appear slowly.
    Ping to a Polish portal (to avoid some issues on international links):
    PING www.dobreprogramy.pl (194.0.171.152) 56(84) bytes of data.
    64 bytes from nlb-dobreprogramy.xenium.pl (194.0.171.152): icmp_seq=1 ttl=122 time=42.9 ms
    64 bytes from nlb-dobreprogramy.xenium.pl (194.0.171.152): icmp_seq=2 ttl=122 time=43.3 ms
    64 bytes from nlb-dobreprogramy.xenium.pl (194.0.171.152): icmp_seq=3 ttl=122 time=43.4 ms
    64 bytes from nlb-dobreprogramy.xenium.pl (194.0.171.152): icmp_seq=4 ttl=122 time=44.3 ms
    64 bytes from nlb-dobreprogramy.xenium.pl (194.0.171.152): icmp_seq=5 ttl=122 time=52.7 ms
    64 bytes from nlb-dobreprogramy.xenium.pl (194.0.171.152): icmp_seq=6 ttl=122 time=43.1 ms
    ^C64 bytes from 194.0.171.152: icmp_seq=7 ttl=122 time=42.1 ms
    --- www.dobreprogramy.pl ping statistics ---
    7 packets transmitted, 7 received, 0% packet loss, time 30493ms
    rtt min/avg/max/mdev = 42.191/44.590/52.731/3.378 ms
    tracert:
    traceroute to www.dobreprogramy.pl (194.0.171.152), 30 hops max, 60 byte packets
    1 gateway (192.168.1.1) 0.599 ms 1.229 ms 11.185 ms
    2 lodz-bng1.tpnet.pl (80.50.118.230) 34.494 ms 35.410 ms 36.101 ms
    3 lodz-r1.tpnet.pl (80.50.118.229) 37.147 ms 38.292 ms 39.002 ms
    4 war-ar3.tpnet.pl (195.117.0.210) 48.200 ms 48.799 ms 49.510 ms
    5 80.50.129.46 (80.50.129.46) 50.786 ms 51.448 ms 52.653 ms
    6 do-atman-tpnet.xenium.pl (193.111.36.118) 53.949 ms 42.522 ms 41.890 ms
    7 * * *
    8 * * *
    9 * * *
    (and asterisks only on)
    Flood ping to servers in the Internet looks OK - the number of dots doesn't grow.
    ping to the DNS servers:
    PING 194.204.159.1 (194.204.159.1) 56(84) bytes of data.
    64 bytes from 194.204.159.1: icmp_seq=1 ttl=251 time=33.6 ms
    64 bytes from 194.204.159.1: icmp_seq=2 ttl=251 time=33.8 ms
    64 bytes from 194.204.159.1: icmp_seq=3 ttl=251 time=33.2 ms
    64 bytes from 194.204.159.1: icmp_seq=4 ttl=251 time=33.2 ms
    64 bytes from 194.204.159.1: icmp_seq=5 ttl=251 time=33.4 ms
    ^C
    --- 194.204.159.1 ping statistics ---
    5 packets transmitted, 5 received, 0% packet loss, time 4006ms
    rtt min/avg/max/mdev = 33.213/33.481/33.867/0.317 ms
    PING 194.204.152.34 (194.204.152.34) 56(84) bytes of data.
    64 bytes from 194.204.152.34: icmp_seq=1 ttl=60 time=33.8 ms
    64 bytes from 194.204.152.34: icmp_seq=2 ttl=60 time=33.2 ms
    64 bytes from 194.204.152.34: icmp_seq=3 ttl=60 time=33.9 ms
    64 bytes from 194.204.152.34: icmp_seq=4 ttl=60 time=32.9 ms
    64 bytes from 194.204.152.34: icmp_seq=5 ttl=60 time=33.4 ms
    64 bytes from 194.204.152.34: icmp_seq=6 ttl=60 time=32.7 ms
    ^C
    --- 194.204.152.34 ping statistics ---
    6 packets transmitted, 6 received, 0% packet loss, time 5006ms
    rtt min/avg/max/mdev = 32.737/33.360/33.955/0.471 ms
    Basically, it looks as if the query to DNS servers about IP took too much time, but, as for me, nothing confirms this. Moreover, the other PCs use the same DNS addresses and it's OK there.
    Any ideas, suggestions, what can be wrong?
    Last edited by kpc21 (2015-05-03 11:48:53)

    I tried Ubuntu 10.10 live CD on 2 PCs - mine and another one (where normally Windows 8.1 is used and there is no such problems on it), connected to the same local network via Ethernet cables. Of a different length and connected to different ports of the switch built-in into my home "router" (as I've already mentioned - Linksys WAG54G2) - but I don't think it's possible that it really matters As for me - the only possible problem might be some issues with this Linksys.
    The situation on both PCs with this Ubuntu is exactly the same as with my Arch. It is strange taking into account that I am testing it on a very old Ubuntu version (from the times before I even started using Linux as the main OS ) and I haven't noticed these problems before.
    Here is the tcpdump on the same webpage as before, taken on the computer that with Windows works correctly :
    ubuntu@ubuntu:~$ sudo tcpdump -lvv
    tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
    14:39:22.075219 IP (tos 0x0, ttl 1, id 6305, offset 0, flags [none], proto UDP (17), length 512)
    192.168.1.104.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 484
    14:39:22.075381 IP6 (hlim 1, next-header UDP (17) payload length: 499) fe80::e5ad:e153:34b:2129.1900 > ff02::c.1900: [udp sum ok] UDP, length 491
    14:39:22.076396 IP (tos 0x0, ttl 64, id 45026, offset 0, flags [DF], proto UDP (17), length 74)
    ubuntu.33821 > 194.201.159.1.domain: [udp sum ok] 37903+ PTR? 250.255.255.239.in-addr.arpa. (46)
    14:39:22.771655 IP (tos 0x0, ttl 1, id 6306, offset 0, flags [none], proto UDP (17), length 460)
    192.168.1.104.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 432
    14:39:22.771669 IP6 (hlim 1, next-header UDP (17) payload length: 447) fe80::e5ad:e153:34b:2129.1900 > ff02::c.1900: [udp sum ok] UDP, length 439
    14:39:23.981110 IP (tos 0x0, ttl 1, id 6307, offset 0, flags [none], proto UDP (17), length 524)
    192.168.1.104.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 496
    14:39:23.981245 IP6 (hlim 1, next-header UDP (17) payload length: 511) fe80::e5ad:e153:34b:2129.1900 > ff02::c.1900: [udp sum ok] UDP, length 503
    14:39:24.080393 IP (tos 0x0, ttl 1, id 6308, offset 0, flags [none], proto UDP (17), length 540)
    192.168.1.104.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 512
    14:39:24.080528 IP6 (hlim 1, next-header UDP (17) payload length: 527) fe80::e5ad:e153:34b:2129.1900 > ff02::c.1900: [udp sum ok] UDP, length 519
    14:39:24.292516 IP (tos 0x0, ttl 1, id 6309, offset 0, flags [none], proto UDP (17), length 469)
    192.168.1.104.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 441
    14:39:24.292630 IP6 (hlim 1, next-header UDP (17) payload length: 456) fe80::e5ad:e153:34b:2129.1900 > ff02::c.1900: [udp sum ok] UDP, length 448
    14:39:24.567042 IP (tos 0x0, ttl 1, id 6310, offset 0, flags [none], proto UDP (17), length 526)
    192.168.1.104.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 498
    14:39:24.567054 IP6 (hlim 1, next-header UDP (17) payload length: 513) fe80::e5ad:e153:34b:2129.1900 > ff02::c.1900: [udp sum ok] UDP, length 505
    14:39:24.736360 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has ubuntu tell 192.168.1.1, length 46
    14:39:24.736374 ARP, Ethernet (len 6), IPv4 (len 4), Reply ubuntu is-at 00:1a:4d:55:3f:74 (oui Unknown), length 28
    14:39:26.051227 IP (tos 0x0, ttl 1, id 1018, offset 0, flags [none], proto IGMP (2), length 32)
    192.168.1.254 > all-systems.mcast.net: igmp query v3
    14:39:26.569204 IP (tos 0xd8, ttl 1, id 28928, offset 0, flags [none], proto IGMP (2), length 32, options (RA))
    BRN008092B5990A.local > 224.0.0.251: igmp v2 report 224.0.0.251
    14:39:26.969204 IP (tos 0xd8, ttl 1, id 28929, offset 0, flags [none], proto IGMP (2), length 32, options (RA))
    BRN008092B5990A.local > 224.0.0.252: igmp v2 report 224.0.0.252
    14:39:27.079462 IP (tos 0x0, ttl 64, id 46277, offset 0, flags [DF], proto UDP (17), length 74)
    ubuntu.46731 > dns2.tpsa.pl.domain: [udp sum ok] 37903+ PTR? 250.255.255.239.in-addr.arpa. (46)
    14:39:27.123575 IP (tos 0x0, ttl 251, id 63860, offset 0, flags [DF], proto UDP (17), length 131)
    dns2.tpsa.pl.domain > ubuntu.46731: [udp sum ok] 37903 NXDomain q: PTR? 250.255.255.239.in-addr.arpa. 0/1/0 ns: 239.in-addr.arpa. SOA sns.dns.icann.org. noc.dns.icann.org. 2015051127 7200 3600 604800 3600 (103)
    14:39:27.224347 IP6 (hlim 255, next-header UDP (17) payload length: 54) fe80::21a:4dff:fe55:3f74.mdns > ff02::fb.mdns: [udp sum ok] 0 PTR (QM)? 250.255.255.239.in-addr.arpa. (46)
    14:39:27.224417 IP (tos 0x0, ttl 255, id 0, offset 0, flags [DF], proto UDP (17), length 74)
    ubuntu.mdns > 224.0.0.251.mdns: [udp sum ok] 0 PTR (QM)? 250.255.255.239.in-addr.arpa. (46)
    14:39:28.225833 IP6 (hlim 255, next-header UDP (17) payload length: 54) fe80::21a:4dff:fe55:3f74.mdns > ff02::fb.mdns: [udp sum ok] 0 PTR (QM)? 250.255.255.239.in-addr.arpa. (46)
    14:39:28.225900 IP (tos 0x0, ttl 255, id 0, offset 0, flags [DF], proto UDP (17), length 74)
    ubuntu.mdns > 224.0.0.251.mdns: [udp sum ok] 0 PTR (QM)? 250.255.255.239.in-addr.arpa. (46)
    14:39:28.586889 IP (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto IGMP (2), length 40, options (RA))
    ubuntu > igmp.mcast.net: igmp v3 report, 1 group record(s) [gaddr 224.0.0.251 is_ex { }]
    14:39:29.646180 IP (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto IGMP (2), length 40, options (RA))
    192.168.1.1 > igmp.mcast.net: igmp v3 report, 1 group record(s) [gaddr 239.255.255.250 is_ex { }]
    14:39:30.228267 IP6 (hlim 255, next-header UDP (17) payload length: 54) fe80::21a:4dff:fe55:3f74.mdns > ff02::fb.mdns: [udp sum ok] 0 PTR (QM)? 250.255.255.239.in-addr.arpa. (46)
    14:39:30.228336 IP (tos 0x0, ttl 255, id 0, offset 0, flags [DF], proto UDP (17), length 74)
    ubuntu.mdns > 224.0.0.251.mdns: [udp sum ok] 0 PTR (QM)? 250.255.255.239.in-addr.arpa. (46)
    14:39:31.179272 IP (tos 0x0, ttl 1, id 28933, offset 0, flags [none], proto IGMP (2), length 32, options (RA))
    BRN008092B5990A.local > 239.255.255.250: igmp v2 report 239.255.255.250
    14:39:32.126733 IP (tos 0x0, ttl 64, id 47538, offset 0, flags [DF], proto UDP (17), length 72)
    ubuntu.34487 > 194.201.159.1.domain: [udp sum ok] 49761+ PTR? 104.1.168.192.in-addr.arpa. (44)
    14:39:35.689564 IP (tos 0x0, ttl 4, id 1020, offset 0, flags [none], proto UDP (17), length 308)
    192.168.1.254.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 280
    14:39:42.165090 IP (tos 0x0, ttl 64, id 50048, offset 0, flags [DF], proto UDP (17), length 118)
    ubuntu.47088 > 194.201.159.1.domain: [udp sum ok] 8745+ PTR? c.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.f.f.ip6.arpa. (90)
    14:39:52.244316 IP (tos 0x0, ttl 64, id 52568, offset 0, flags [DF], proto UDP (17), length 72)
    ubuntu.36308 > 194.201.159.1.domain: [udp sum ok] 23562+ PTR? 1.159.201.194.in-addr.arpa. (44)
    14:40:02.286355 IP (tos 0x0, ttl 64, id 55078, offset 0, flags [DF], proto UDP (17), length 70)
    ubuntu.36783 > 194.201.159.1.domain: [udp sum ok] 17414+ PTR? 1.1.168.192.in-addr.arpa. (42)
    14:40:06.728060 IP (tos 0x0, ttl 64, id 56189, offset 0, flags [DF], proto UDP (17), length 66)
    ubuntu.35083 > dns2.tpsa.pl.domain: [udp sum ok] 24319+ A? www.dobreprogramy.pl. (38)
    14:40:06.762242 IP (tos 0x0, ttl 251, id 63874, offset 0, flags [DF], proto UDP (17), length 82)
    dns2.tpsa.pl.domain > ubuntu.35083: [udp sum ok] 24319 q: A? www.dobreprogramy.pl. 1/0/0 www.dobreprogramy.pl. A 194.0.171.152 (54)
    14:40:06.762437 IP (tos 0x0, ttl 64, id 2853, offset 0, flags [DF], proto TCP (6), length 60)
    ubuntu.54491 > nlb-dobreprogramy.xenium.pl.www: Flags [S], cksum 0xf77f (correct), seq 2293289120, win 5840, options [mss 1460,sackOK,TS val 252805 ecr 0,nop,wscale 6], length 0
    14:40:06.804859 IP (tos 0x0, ttl 122, id 15685, offset 0, flags [DF], proto TCP (6), length 60)
    nlb-dobreprogramy.xenium.pl.www > ubuntu.54491: Flags [S.], cksum 0x5e12 (correct), seq 74505457, ack 2293289121, win 8192, options [mss 1460,nop,wscale 8,sackOK,TS val 21409154 ecr 252805], length 0
    14:40:06.804891 IP (tos 0x0, ttl 64, id 2854, offset 0, flags [DF], proto TCP (6), length 52)
    ubuntu.54491 > nlb-dobreprogramy.xenium.pl.www: Flags [.], cksum 0xac78 (correct), seq 1, ack 1, win 92, options [nop,nop,TS val 252816 ecr 21409154], length 0
    14:40:06.804979 IP (tos 0x0, ttl 64, id 2855, offset 0, flags [DF], proto TCP (6), length 550)
    ubuntu.54491 > nlb-dobreprogramy.xenium.pl.www: Flags [P.], cksum 0xbc61 (correct), seq 1:499, ack 1, win 92, options [nop,nop,TS val 252816 ecr 21409154], length 498
    14:40:06.887145 IP (tos 0x0, ttl 122, id 15686, offset 0, flags [DF], proto TCP (6), length 52)
    nlb-dobreprogramy.xenium.pl.www > ubuntu.54491: Flags [.], cksum 0xa8d8 (correct), seq 1, ack 499, win 514, options [nop,nop,TS val 21409162 ecr 252816], length 0
    14:40:06.936917 IP (tos 0x0, ttl 122, id 15687, offset 0, flags [DF], proto TCP (6), length 1500)
    nlb-dobreprogramy.xenium.pl.www > ubuntu.54491: Flags [.], cksum 0xc61b (correct), seq 1:1449, ack 499, win 514, options [nop,nop,TS val 21409167 ecr 252816], length 1448
    14:40:06.936941 IP (tos 0x0, ttl 64, id 2856, offset 0, flags [DF], proto TCP (6), length 52)
    ubuntu.54491 > nlb-dobreprogramy.xenium.pl.www: Flags [.], cksum 0xa483 (correct), seq 499, ack 1449, win 137, options [nop,nop,TS val 252849 ecr 21409167], length 0
    14:40:06.938906 IP (tos 0x0, ttl 122, id 15688, offset 0, flags [DF], proto TCP (6), length 1500)
    nlb-dobreprogramy.xenium.pl.www > ubuntu.54491: Flags [.], cksum 0xdc15 (correct), seq 1449:2897, ack 499, win 514, options [nop,nop,TS val 21409167 ecr 252816], length 1448
    14:40:12.323526 IP (tos 0x0, ttl 64, id 57588, offset 0, flags [DF], proto UDP (17), length 68)
    ubuntu.55366 > 194.201.159.1.domain: [udp sum ok] 9359+ PTR? 1.0.0.224.in-addr.arpa. (40)
    14:40:12.833909 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.100 tell 192.168.1.1, length 46
    14:40:27.403771 IP (tos 0x0, ttl 64, id 61358, offset 0, flags [DF], proto UDP (17), length 70)
    ubuntu.37794 > 194.201.159.1.domain: [udp sum ok] 5258+ PTR? 251.0.0.224.in-addr.arpa. (42)
    14:40:42.481114 IP (tos 0x0, ttl 64, id 65127, offset 0, flags [DF], proto UDP (17), length 70)
    ubuntu.39400 > 194.201.159.1.domain: [udp sum ok] 55991+ PTR? 252.0.0.224.in-addr.arpa. (42)
    14:40:52.522722 IP (tos 0x0, ttl 64, id 2101, offset 0, flags [DF], proto UDP (17), length 73)
    ubuntu.36851 > 194.201.159.1.domain: [udp sum ok] 47118+ PTR? 34.152.204.194.in-addr.arpa. (45)
    14:40:57.561459 IP (tos 0x0, ttl 64, id 3361, offset 0, flags [DF], proto UDP (17), length 118)
    ubuntu.34172 > 194.201.159.1.domain: [udp sum ok] 4109+ PTR? b.f.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.f.f.ip6.arpa. (90)
    14:40:58.264486 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.254 tell 192.168.1.112, length 46
    14:41:07.638054 IP (tos 0x0, ttl 64, id 5880, offset 0, flags [DF], proto UDP (17), length 69)
    ubuntu.55860 > 194.201.159.1.domain: [udp sum ok] 38516+ PTR? 22.0.0.224.in-addr.arpa. (41)
    14:41:08.151527 IP (tos 0x0, ttl 1, id 19736, offset 0, flags [DF], proto UDP (17), length 288)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 260
    14:41:08.151906 IP (tos 0x0, ttl 1, id 19737, offset 0, flags [DF], proto UDP (17), length 358)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 330
    14:41:08.152212 IP (tos 0x0, ttl 1, id 19738, offset 0, flags [DF], proto UDP (17), length 297)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 269
    14:41:12.676851 IP (tos 0x0, ttl 64, id 7140, offset 0, flags [DF], proto UDP (17), length 72)
    ubuntu.48789 > 194.201.159.1.domain: [udp sum ok] 33823+ PTR? 152.171.0.194.in-addr.arpa. (44)
    14:41:12.724912 IP (tos 0x0, ttl 1, id 28966, offset 0, flags [none], proto IGMP (2), length 32, options (RA))
    BRN008092B5990A.local > 224.0.0.251: igmp v2 report 224.0.0.251
    14:41:13.824829 IP (tos 0x0, ttl 1, id 28967, offset 0, flags [none], proto IGMP (2), length 32, options (RA))
    BRN008092B5990A.local > 239.255.255.250: igmp v2 report 239.255.255.250
    14:41:14.944806 IP (tos 0x0, ttl 64, id 7707, offset 0, flags [DF], proto UDP (17), length 62)
    ubuntu.58329 > dns2.tpsa.pl.domain: [udp sum ok] 10891+ A? www.facebook.com. (34)
    14:41:14.954648 IP (tos 0x0, ttl 64, id 7709, offset 0, flags [DF], proto UDP (17), length 61)
    ubuntu.40574 > dns2.tpsa.pl.domain: [udp sum ok] 56455+ AAAA? plus.google.com. (33)
    14:41:14.974726 IP (tos 0x0, ttl 1, id 28968, offset 0, flags [none], proto IGMP (2), length 32, options (RA))
    BRN008092B5990A.local > 224.0.0.252: igmp v2 report 224.0.0.252
    14:41:14.978513 IP (tos 0x0, ttl 251, id 63952, offset 0, flags [DF], proto UDP (17), length 102)
    dns2.tpsa.pl.domain > ubuntu.58329: [udp sum ok] 10891 q: A? www.facebook.com. 2/0/0 www.facebook.com. CNAME star.c10r.facebook.com., star.c10r.facebook.com. A 31.13.93.3 (74)
    14:41:14.978841 IP (tos 0x0, ttl 64, id 7715, offset 0, flags [DF], proto UDP (17), length 54)
    ubuntu.39399 > 194.201.159.1.domain: [udp sum ok] 3714+ AAAA? vyos.net. (26)
    14:41:15.015442 IP (tos 0x0, ttl 64, id 7725, offset 0, flags [DF], proto UDP (17), length 61)
    ubuntu.36936 > dns2.tpsa.pl.domain: [udp sum ok] 30801+ A? www.twitter.com. (33)
    14:41:15.026076 IP (tos 0x0, ttl 251, id 63953, offset 0, flags [DF], proto UDP (17), length 89)
    dns2.tpsa.pl.domain > ubuntu.40574: [udp sum ok] 56455 q: AAAA? plus.google.com. 1/0/0 plus.google.com. AAAA 2a00:1450:4001:80e::1007 (61)
    14:41:15.026209 IP (tos 0x0, ttl 64, id 7727, offset 0, flags [DF], proto UDP (17), length 61)
    ubuntu.58621 > 194.201.159.1.domain: [udp sum ok] 28378+ A? plus.google.com. (33)
    14:41:15.049496 IP (tos 0x0, ttl 251, id 63954, offset 0, flags [DF], proto UDP (17), length 139)
    dns2.tpsa.pl.domain > ubuntu.36936: [udp sum ok] 30801 q: A? www.twitter.com. 5/0/0 www.twitter.com. CNAME twitter.com., twitter.com. A 199.16.156.102, twitter.com. A 199.16.156.70, twitter.com. A 199.16.156.230, twitter.com. A 199.16.156.6 (111)
    14:41:17.834458 IP (tos 0x0, ttl 64, id 8429, offset 0, flags [DF], proto UDP (17), length 72)
    ubuntu.58976 > 194.201.159.1.domain: [udp sum ok] 53962+ PTR? 100.1.168.192.in-addr.arpa. (44)
    14:41:19.643417 IP (tos 0x0, ttl 4, id 1071, offset 0, flags [none], proto UDP (17), length 308)
    192.168.1.254.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 280
    14:41:19.644881 IP (tos 0x0, ttl 4, id 1072, offset 0, flags [none], proto UDP (17), length 364)
    192.168.1.254.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 336
    14:41:19.646190 IP (tos 0x0, ttl 4, id 1073, offset 0, flags [none], proto UDP (17), length 292)
    192.168.1.254.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 264
    14:41:19.709045 IP (tos 0x0, ttl 4, id 1074, offset 0, flags [none], proto UDP (17), length 284)
    192.168.1.254.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 256
    14:41:19.710430 IP (tos 0x0, ttl 4, id 1075, offset 0, flags [none], proto UDP (17), length 328)
    192.168.1.254.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 300
    14:41:19.834054 IP (tos 0x0, ttl 4, id 1076, offset 0, flags [none], proto UDP (17), length 304)
    192.168.1.254.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 276
    14:41:19.835476 IP (tos 0x0, ttl 4, id 1077, offset 0, flags [none], proto UDP (17), length 358)
    192.168.1.254.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 330
    14:41:19.898349 IP (tos 0x0, ttl 4, id 1078, offset 0, flags [none], proto UDP (17), length 356)
    192.168.1.254.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 328
    14:41:27.875973 IP (tos 0x0, ttl 64, id 10940, offset 0, flags [DF], proto UDP (17), length 72)
    ubuntu.54569 > 194.201.159.1.domain: [udp sum ok] 15980+ PTR? 112.1.168.192.in-addr.arpa. (44)
    14:41:30.105841 IP (tos 0x0, ttl 64, id 11497, offset 0, flags [DF], proto UDP (17), length 66)
    ubuntu.52224 > dns2.tpsa.pl.domain: [udp sum ok] 17605+ AAAA? feeds.feedburner.com. (38)
    14:41:30.105887 IP (tos 0x0, ttl 64, id 11497, offset 0, flags [DF], proto UDP (17), length 61)
    ubuntu.57293 > dns2.tpsa.pl.domain: [udp sum ok] 564+ AAAA? www.synology.pl. (33)
    14:41:30.139512 IP (tos 0x0, ttl 251, id 4823, offset 0, flags [DF], proto UDP (17), length 122)
    dns2.tpsa.pl.domain > ubuntu.52224: [udp sum ok] 17605 q: AAAA? feeds.feedburner.com. 2/0/0 feeds.feedburner.com. CNAME www4.l.google.com., www4.l.google.com. AAAA 2a00:1450:4001:80e::1008 (94)
    14:41:30.139611 IP (tos 0x0, ttl 64, id 11506, offset 0, flags [DF], proto UDP (17), length 66)
    ubuntu.44427 > 194.201.159.1.domain: [udp sum ok] 28309+ A? feeds.feedburner.com. (38)
    14:41:38.161397 IP (tos 0x0, ttl 1, id 19748, offset 0, flags [DF], proto UDP (17), length 288)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 260
    14:41:38.161777 IP (tos 0x0, ttl 1, id 19749, offset 0, flags [DF], proto UDP (17), length 358)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 330
    14:41:38.162718 IP (tos 0x0, ttl 1, id 19750, offset 0, flags [DF], proto UDP (17), length 297)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 269
    14:41:38.163087 IP (tos 0x0, ttl 1, id 19751, offset 0, flags [DF], proto UDP (17), length 354)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 326
    14:41:38.164541 IP (tos 0x0, ttl 1, id 19752, offset 0, flags [DF], proto UDP (17), length 297)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 269
    14:41:38.164868 IP (tos 0x0, ttl 1, id 19753, offset 0, flags [DF], proto UDP (17), length 334)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 306
    14:41:38.165175 IP (tos 0x0, ttl 1, id 19754, offset 0, flags [DF], proto UDP (17), length 297)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 269
    14:41:38.165503 IP (tos 0x0, ttl 1, id 19755, offset 0, flags [DF], proto UDP (17), length 334)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 306
    14:41:38.166506 IP (tos 0x0, ttl 1, id 19756, offset 0, flags [DF], proto UDP (17), length 297)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 269
    14:41:38.166814 IP (tos 0x0, ttl 1, id 19757, offset 0, flags [DF], proto UDP (17), length 366)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 338
    14:41:38.168268 IP (tos 0x0, ttl 1, id 19758, offset 0, flags [DF], proto UDP (17), length 350)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 322
    14:41:38.168637 IP (tos 0x0, ttl 1, id 19759, offset 0, flags [DF], proto UDP (17), length 350)
    192.168.1.1.3074 > 239.255.255.250.1900: [udp sum ok] UDP, length 322
    14:41:40.009478 IP (tos 0x0, ttl 250, id 54349, offset 0, flags [none], proto TCP (6), length 40)
    ^C dot.wp.pl.www > ubuntu.52703: Flags [R], cksum 0xd6c3 (correct), seq 521332457, win 4380, length 0
    94 packets captured
    572 packets received by filter
    473 packets dropped by kernel
    The moment when the webpage appeared in the browser window is 14:40:25.
    I've measured the time of opening the same webpage in the Windows I've mentioned and it's about 5 secs there. In Linuxes - a few tens of seconds (at my Arch - 25 secs until the images load totally). And it's more or less like this with all the possible webpages.
    Last edited by kpc21 (2015-05-16 14:58:31)

  • SharePoint 2013 (O365) Name Resolving Issues

    I am a global administrator for my O365 environment.  I am having issues with names resolving in SharePoint
    I am trying to add people as term set managers in the managed metadata interface.  If I just type someone's name and hit save, then it works (although their name is converted into a long garbled string).  If I click the "Check Name" or
    select the user from the Address Book the Save operation does not work (it says that I need to complete a required field - the term store manager field).
    Also, in workflows on lists, I am having a similar issue.  I am creating a workflow in SharePoint Designer 2013. I am trying to have an email send to a DL.  When I manually type out the full URL ([email protected])
    or when I select the DL from the address book within the Email form in SharePoint designer, the email address resolves to a strange string/GUID.  It appears that the workflow is successfully sending an email to this GUID, but nobody who is a member of
    the DL receives the email.  If I select a user's name directly from the Address book (not a DL), that user does receive the email.
    Thanks!

    I believe this is a long standing bug. The first I heard of it was back in late October 2013. Open a case with MSO support.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Timeouts while using LDAP and TNSNAMES for names resolving

    I use an OID for Oracle Names resolving at the client-side.
    I tested some errorcases because there are no HA-features implemented for the OID.
    So i have an LDAP.ORA with the adress and the ports of the OID.
    My SQLNET.ORA has this content:
    NAMES.DEFAULT_DOMAIN = <my_company_domian>
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES)So actually there is no problem. But when i turn off the OID-Server there iss a timeout of about 20 second to resolve the name.
    So my problem is not the resolving. I only want to know if there is a possibility to minimize the timeout to switch between LDAP-name-resolving to tnsnames.ora-name-resolving?

    thanks Oviwan but i think this problem couldn't be solved with a parameter.
    @rgoogld:
    I already feared that i have to live with that timeout.
    But your options are interesting. In the future i will have 2 OIDs and in the first time the TNSNAMES.ORA-names-resolving as backup.
    I already can test this because i have a productive OID and one for test-purposes. So at the moment i have two OIDs listet in my LDAP.ORA.
    example:
    DIRECTORY_SERVERS = (<server_name_oid1>:<Port1>:<Port2>, <server_name_oid2>:<Port1>:<Port2>)
    DEFAULT_ADMIN_CONTEXT = ""
    DIRECTORY_SERVER_TYPE = OIDThere is already a (about 20 seconds) timeout, when the OID1 is powered down or the services are stopped. The client honestly ask the second OID after the "timeout" and resolve the name.
    2 OIDs+TNSNAMS or 1 OID+TNSNAMES in both cases your options could perhaps prevent the timeout. I'm not really a system administrator, but i can discuss it with my colleagues here.
    Do you know a smart way to remove or repoint an DNS-entry in a windows enviroment. For such actions i have also to monitor the status of the OID-services or the servers and make the dns-changes if something is crashed.
    At this moment i have no idea how to do this but perhaps you or someone else here have some tips for me.

  • Host name Resolved to an IPS Adress

    I am getting this Error
    Host name resolved to an IPS Adress - 172.17.158.194 provide a host name
    Please advise
    Edited by: Next Level on Sep 23, 2012 2:10 PM

    John thank for the reply, and you are correct this is a new Installation on a laptop it is an I5 Core 2450 Chip.......with 4 GB of ram and 500 GB of hard drive ...
    When I attempt to set up the VMware 9.0 using server using server 2008r2. The VMware loaded and when I installed server 2008r2 the server start and look like it completed, but then but the screen sat saying VMware starting but it just sat t there for 2.5 hours with nothing happening.. So I then attempted to stop the VMware machine and I got the following statement "the server 2008r2 process is still going "so I did a hard boot and then reinstalled the laptop to factory condition.
    I again then attempted to install the VMware 9 and install oracle 11Rg2 database and install EPM 11.1.2.1 Essbase to completion but again the system installed Server 2008R2 but just sat there, so again did a hard boot on the machine and resetting the laptop factory condition.
    My next attempt to complete this installation was as followed , loading on the window 7 OS, which I have done about 25 to 30 times with very few issue…… maybe not best practice but it has been working since last year..
    Here is my process in detail, the laptop is restore to the factory setting, I installed oracle 11rg2 database and then did the install of essbase 11.1.2.1 .... I guess was just lucky all those other time 30 or so times.
    But it did not work this time I still got the Error !!!!!! Host name Resolved to an IPS Address ….
    I also logged on the Oracle database and saw in the system set-up that it was set to local host with the IPS Address to 172.17.158.194
    AS For the DNS Name issue, I went in to the computer name and change it to XXXXXXXXX then restart the laptop but when I again attempted to start the installation of essbase 11.1.2.1 and still got the error Hostname resolved to an IPS Address. during the configuration, on this is on a window 7 ASUS machine , this machine is not on a network, I always set my machine as standalone sandbox box machine my personal training and development
    This is the first time I have had this kind of issue with version 11,1.2.1 I install it on window 7, again I guess I have been luck all these time before…
    I am using the same install file for EPM Essbase 11.1.2.1 since May of 2011.. But I have gotten new oracle database 11gr2.
    with all this issue with this machine I going to buy a I7 machine with a Quad 4 hyper threading - 3670QM chip with 8 GB and a 750 hard drive hopefully I have better luck
    Edited by: Next Level on Sep 23, 2012 9:50 PM

  • View of Contacts surname, first name NOT first name, surname

    Required is the view of contacts with surname, first name.
    This is impossible to adjust and a No-Go for business.

    While that is currently not possible in the contact listing view, it could be updated in a future upgrade. I hope it will be.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Sync ok but outlook 2003 contacts filed by first name

    I have a Treo 600 smartphone using the palm os and just bought BB Rim curve 8310. The sync went fine but all my contacts are filed by first name which is unacceptable.  The "file as field" in outlook does not come up in the advanced sync choices.  Please tell me how to change this.  Many thanks.

    Hi and welcome to the forums,
    See if this relevant to your problem:
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB03050&sliceId=SAL_Pub...
    Thanks,
    If you need more info please ask!  If not please resolve the thread using the options by the Kudos’ star, Just place the check in the Post that answered your question, Thanks  
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Contacts: Display "Name, first name"

    Need your help dear BB Z10 community!
    Does any one know if there is the possibility within the contacts to display "Name, first name" (and not to sort!) like on the old beloved BB 9900? 
    How to sort is clear to me, but I would like, within the sort's result, to display first the name and then the rated first name, separated by a comma.
    Any advise and help would be very much appreciated!
    I just hope not to receiving a response from BB "we cannot do"! It seems to me that BB has not taken over the really professional business features on the Z10, which we daily badly need... at least up to now.  

    Please list that need here:
    Feature Requests for BlackBerry10 OS
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Display First Name and Last Name of generating user in Siebel BIP Report

    Hello,
    My client has a requirement to display First Name and Last Name of user who generated the report. I need some help to resolve this requirement. Thanks
    Eg: Generated by <First Name> <Last Name>
    Generated by Siebel Administrator
    Regards,
    Hari Venkat.

    Hey Rob,
    Is this search help something that you have developed?  Can you explain a little more to how the funcitonality works?  Is this triggering an operation in your BAdI?
    Cheers,
    Kevin

  • Not able to view users in F4 with Last Name, First name with tcode-PA20

    When we go to PA20 tcode and input personel id the details are shown for person.
    But When I select F4 at the Personel Number and enter  Last Name and First Name - It shows No Values selected
    Which authorizations are required for populating F4 data in tcode PA20.
    Warm Regards,
    Rajesh

    HI
    You can check the authorization , after u execute  PA20 , search as u described.
    Come out of that tcode , run SU53 , u will get exact missing objects in the Auth,
    Regards
    sameer

  • On ipad 4 how can I get the contacts to show up in alphabetical using first name first

    How is it possible to set up the contacts on my ipad 4 to display in alphabetical order using first name first????

    Finally figured it out...under settings> Mail, contacts, calendars> Contacts, sort order> Then choose first, last or last, first then do the same for display order

  • How can I update the First Name field in Contacts?

    Hi people.
    We are personalizing the object Contacts, but we are with a problem when updating the properties of the field First Name.
    We are using the language PTG, and is this case two fields have the same name:
    - First Name => Nome
    - Full Name => Nome
    So, when we try to update anyone of then the following message appears:
    "Já existe um campo unknown com o nome NOME" [Already exists a unknown field with the name NOME]
    Please, help us!!!
    Thanks

    I would suggest raising a SR for this with Customer Support as it looks like issues around language translation

  • How to replce the ename with last name & first name in this program

    Hi all,
    The below include program is with the reference of std report CATSSHOW.
    in which ename is the field to fetch the employee name, but now we want the emloyee name like last name & first name i.e in two separte column.
    how i implement this change in this include program.
    ENAME IS Define like that
    ename LIKE pernr_list_structure-ename,
    If u whant to refer the report put u can execute the std repot CATSSHOW.
    Pls help on this.
    Send me the code.
    pls find the include prgram ZHNO_INCLUDE_CATSDATA from where they declare the ename.
    4.6B
    QWKP99K050532 13081999 note 167550
    4.6A
    XQIALRK154280 19.11.98 key date on selection screen
    4.0C
    YIKALRK098973     30.03.1998  F4 Hilfe für Objektid
      INCLUDE CATSDATA                                                   *
    db-tabellen
    TABLES:
      prps,
        catsdb,
        catsdb_ext.
    Remarked by LuX 11 Dec. 1998
       crhd.                                                 "YIK
    dd-structuren
    TABLES:
        gdstr,
        gdset,
        catsd,                             "dialogstruktur
        sscrfields,
        t77mt,                             "modulübergreifende texte
        objec.
    Remarked by LuX 19981210 - CATS decoupling (seems not used)
      rcr01.
    "arbeitsplatz aus sicht pläne
    Added by Jerlece on 04/04/2002 - SIR 2836
    TABLES:
        pa0001,           "HR Master Record: Infotype 0001 (Org. Assignment)
         hrp1000.          "Infotype DB table : 1000
    *End of addition
    type-pool enthält feldkatalogstruktur
    TYPE-POOLS:
        kkblo.
    konstanten
    CONSTANTS:
      DATENULL20          TYPE D             VALUE ' ',      QWKP99K050532
        datenull20          TYPE d             VALUE '        ',
        datenull30          TYPE d             VALUE '00000000',
        no                  TYPE c             VALUE 'N',
        off                 TYPE c             VALUE '0',
        yes                 TYPE c             VALUE 'Y'.
    Added by Jerlece on 10/04/2002 - SIR 2836
    DATA: BEGIN OF i_objid OCCURS 0,
             objid(100),
           END OF i_objid.
    End of addition
    DATA:
        gt_sp_groups TYPE kkblo_t_sp_group WITH HEADER LINE.
    DATA for REFRESH of PCHSOBID
    DATA : old_otype LIKE wplog-otype VALUE 'O'.
    DATA: BEGIN OF i77eo_key,
             mandt LIKE t77eo-mandt,
             otype LIKE t77eo-otype,
           END   OF i77eo_key.
    DATA: BEGIN OF i77eo OCCURS 2.
             INCLUDE STRUCTURE t77eo.
    DATA: END OF   i77eo.
    DATA: BEGIN OF i778l OCCURS 5.
          INCLUDE STRUCTURE T778L.
    DATA:   langu LIKE t778l-langu.
    DATA: END OF   i778l.
    DATA   allowed_pernr_index       LIKE sy-tabix.
    DATA    flag_save                 TYPE c.
    DATA:  selcheck_save_struk_index LIKE sy-tabix.
    felder
    DATA:
        flag           TYPE c,             "Drucktastenbelegung
        saveflag       TYPE c,
        saveflag_esa   TYPE c,
        f_stich        TYPE c VALUE yes,   "1. X sichtag
        daynumber      TYPE c,             "Wochentagnummer 1-7
        pchobjid_count TYPE i,
        i778l_count    TYPE i,
        i77eo_count    TYPE i,
        txtid          LIKE t77mt-txtid,   "Wochentagtext
        exist_werk     TYPE c,             "werk eingegeben
        week           LIKE scal-week,     "Wochen zum Tag
        no_selection   TYPE c.             "YIKALRK167448
    DATA: BEGIN OF icatsdb OCCURS 0.
             INCLUDE STRUCTURE catsdb.
           include structure cats_exten.
    *data: checkbox(1) type c,
         lights(1)   type c,
    DATA:  END OF icatsdb.
    DATA: BEGIN OF selcheck OCCURS 0,
             fielname  LIKE dbindfld-field,
             flag(1)       TYPE c,
           END OF selcheck.
    DATA: BEGIN OF selcheck_save_struk OCCURS 0,
           FIELNAME(10)  TYPE C,                               NOTE 167550
             fielname      LIKE dbindfld-field,                 "note 167550
             flag(1)       TYPE c,
           END OF selcheck_save_struk.
    DATA: BEGIN OF selcheck_save OCCURS 0,
           FIELNAME(10)  TYPE C,                               NOTE 167550
             fielname      LIKE dbindfld-field,                 "note 167550
           END OF selcheck_save.
    DATA : BEGIN OF maco_objects OCCURS 5,
              plvar LIKE plog-plvar,
              otype LIKE plog-otype,
              objid LIKE plog-objid,
            END   OF maco_objects.
    RANGES so_datum_save FOR catsdb-workdate.
    INCLUDE .
    datendeklarationen für CATSSTRC                                     *
    TYPE-POOLS: kkblo, capp.
    TYPES: tabix LIKE sy-tabix OCCURS 0.
    TYPES: BEGIN OF icatsdb_lst_type.
             INCLUDE STRUCTURE catsdb.
    TYPES:   checkbox(1) TYPE c,
              lights(1) TYPE c,
              ename LIKE pernr_list_structure-ename,
           END   OF icatsdb_lst_type.
    TYPES: icatsdb_lst_type_table TYPE icatsdb_lst_type OCCURS 0.
    TYPES: BEGIN OF allowed_pernr_type,
             pernr LIKE catsdb-pernr,
             ename LIKE pernr_list_structure-ename,
             begda LIKE catsdb-workdate,
             endda LIKE catsdb-workdate,
           END   OF allowed_pernr_type.
    TYPES: allowed_pernr_table TYPE allowed_pernr_type OCCURS 0.
    DATA: allowed_pernr TYPE allowed_pernr_table WITH HEADER LINE.
    DATA: yx TYPE c VALUE 'X'.
    DATA: is_variant LIKE disvariant.
    DATA: es_variant LIKE disvariant.
    DATA: fcode(4).
    DATA: subrc LIKE sy-subrc.
    DATA: approve TYPE c.
    rhx-f4-objid-data.                    "YIKALRK098973
    INCLUDE rhodat00.
    Added by Lu Xiaozhou for CATS decoupling 10 Dec. 1998
    DATA: sys_type LIKE tcesyst-devtype.
    DATA: posid TYPE ps_posid.
    *added by anand on 8/21/02 TD 1480 ========>D20K908220
    *ranges for date to build & then put in selection criteria
    RANGES r_datum FOR sy-datum.
    *end of addition on 8/21/02 TD 1480=======>D20K908220
    *added by anand on 9/10/02 TD 1513 =======> D20K908525
    *New internal table to get the begin & end date also with ENum
    DATA: BEGIN OF it_pers OCCURS 0,
            pernr LIKE pa0001-pernr,
            begda LIKE pa0001-begda,
            endda LIKE pa0001-endda,
           END OF it_pers.
    *end of addition on 9/10/02 TD 1513 ======>D20K908525
    begin of anc01
    DATA: BEGIN OF i_pernr OCCURS 0,
           pernr LIKE pa0003-pernr,
           END OF i_pernr.
    DATA: BEGIN OF i_persa OCCURS 0,
           persa LIKE t500p-persa,
           END OF i_persa,
           BEGIN OF i_persk OCCURS 0,
           persk LIKE t503k-persk,
           END OF i_persk.
    DATA: BEGIN OF i_orgeh OCCURS 0,
           orgeh LIKE t527x-orgeh,
           END OF i_orgeh.
    DATA: BEGIN OF i_pa0105 OCCURS 0,
           pernr LIKE pa0105-pernr,
           usrid LIKE pa0105-usrid,
           END OF i_pa0105.
    end of anc01
    begin of TD 4107 Anand
    store sub org units
    DATA: BEGIN OF i_sobid OCCURS 0,
           sobid LIKE hrp1001-sobid,
           END OF i_sobid.
    store user entered org units
    RANGES: r_orgeh FOR pa0001-orgeh.
    end of TD 4107 Anand
    *Added by Ketan Joglekar, SIR6599 05/08/2006  D20K921585
    DATA: ws_mandt LIKE sy-mandt. "#EC NEEDED
    *Added by Ketan Joglekar, SIR6599 05/31/2006  D20K921851
    DATA: BEGIN OF wa_catsco_temp,
           counter LIKE catsco-counter,
           belnr LIKE catsco-belnr,
           trans_no LIKE catsco-belnr,
           docnr LIKE catsco-belnr,
           END OF wa_catsco_temp.
    *End of changes Ketan Joglekar, SIR6599 05/31/2006  D20K921851
    DATA: BEGIN OF i_cobk OCCURS 0,
          counter LIKE catsco-counter,
          docnr LIKE catsco-belnr,
          budat LIKE cobk-budat,
          END OF i_cobk.
    DATA: ws_week LIKE scal-week.
    *End of Changes.
    -> D10K919801
    DATA: w_aut_zhr15  type c,
           w_aut_zhr17  type c.
    -> D10K919801

    Completely support!
    I yesterday switched from I-mate PDA2K and got over 200 contacts from Outlook to my 6820 in format of first name space father name space second name. Terrible!
    My phone fails to search by the last name - search is useless in fact. And last names are almost invisible because of long first and father names in Russian.
    It's a nightmare. Could anybody help please? How to sync with Outlook to have last name first???
    Best Regards,
    Vladimir.

  • How do I change the first name associated with a developer account?

    How do I change the name on my developer account. I now have my discussion ID tied in with developer account, and I would like to change the name associated with my developer account. There is a field to change my first name on the discussion board, but there seems to be no option to change the first or last name associated with a developer account.

    I ran into the same problem and was glad to find this post.
    I started to register as a iOS developer but my daughters name shows up in the personal info field and can not be changed. When I go to the "manage my ID" page it has my name and the correct info. How do I fix this for my Developer ID registration?
    I just sent an email to the link Dave supplied and am waiting for a response.

  • Birthday calendar on iCloud sort by last name first name like my contacts

    birthday calendar on iCloud sort by last name first name like my contacts

    Curiously, the most recently inputted entries do sort properly, as do all company entries.
    Does that mean "most recently inputted" AFTER you upgraded to Snow Leopard?
    If that is true, it would mean that something about your existing records before the upgrade, for the records that are people contacts (with first and last names) instead of business contacts, do not agree with Snow Leopard and/or Snow Leopard's version of Address Book.
    This may not be feasible, but if you exported the records with this problems and then imported them, maybe they will be re-inputted so that are properly sorted.
    If you use Time Machine, maybe you can use the +flying through space+ interface to restore one of the records with this problem to see if the restore process makes the record sort properly.

Maybe you are looking for

  • Songs stop prematurely in iTunes 10.6.1.7

    I've seen this question asked many times as I search the forum but very few answers. After upgrading computers and copying all of my music into iTunes on my new PC, some of my songs (about 40% of them) now stop playing prematurely and go to the next

  • Problem in transformation BPM

    We have the next escenary Idoc -> XI -> file. I received 3 Idoc and send 1 file with information of these Idoc. For made this I realice one BPM. This BPM have the next step: Into the loop 1.- I received the idoc 2.- Append idoc to table idoc. 3.- Add

  • Best way to send files to another machine.

    What I am wondering is this. I go to project manager and choose to backup to an external drive a trimmed version of the project to be opened on another computer. My question is this. The first computer only had a a simple raid setup so media cache an

  • Sample ALV report required for FI module

    Hello friends, I am develoing ALV report for FI module for that i need some sample ALV report. If someone have than please send it to me. Thanx & Regards, Rahul Talele

  • What Happens to Scheduled reports if the environment goes down

    Hi guys, Have a basic question about scheduling. If a report is scheduled to run at 7 AM on Sunday only, and the environment goes down ( rather , is taken down ) for maintenance, and comes back up at 8 AM, will the reports scheduled to run at 7 AM ,