CUE Unreachable outside the gateway

Hi all ,
We have a connectivity problem with our CUE, we installed a new ISM Module in our 2911 router, and basically the CUE is reachable from the router, but it's unpingable anywhere outside the router, we followed the instructions advised by Cisco exactly, but till this moment we are unable to reach it, noting that we have ZBF configured and we are able to ping everything in VLAN 14 which is the voice vlan except the CUE,  below is a snap of the config and couple of show commands we have typed on the router :
IIAB-Irb-Husun-R1#service-module isM 0/0 status
Service Module is Cisco ISM0/0
Service Module supports session via TTY line 131
Service Module is in Steady state
Service Module heartbeat-reset is enabled
Getting status from the Service Module, please wait..
Cisco Unity Express 8.6.6
CUE Running on ISM
Module resource information:
  CPU Frequency: 1064 MHz
  Memory Size: 501 MB
  Disk 0 Size: 4110 MB
No install/uninstall in progress
No localstore
IIAB-Irb-Husun-R1#sh run int isM 0/0
Building configuration...
Current configuration : 200 bytes
interface ISM0/0
ip unnumbered GigabitEthernet0/0.14
service-module ip address 172.21.80.116 255.255.255.224
!Application: CUE Running on ISM
service-module ip default-gateway 172.21.80.97
end
IIAB-Irb-Husun-R1#sh run int g0/0.14
Building configuration...
Current configuration : 256 bytes
interface GigabitEthernet0/0.14
description --- IP PHONES ZONE ---
encapsulation dot1Q 14
ip address 172.21.80.97 255.255.255.224
zone-member security VOIP
no cdp enable
h323-gateway voip interface
h323-gateway voip bind srcaddr 172.21.80.97
IIAB-Irb-Husun-R1#sh run | se ip rou
ip route 172.21.80.116 255.255.255.255 ISM0/0
any idea what is missing here ?
Thanks in advance.

Hello Kevin ,
I'm trying to reach the CUE from my PC on the LAN, i'm connected to the switch directly which is connected to the voice gateway via a trunk connection and the setup is basically a Router on stick, and i can see the IP Phones in VLAN 14 from my PC where i'm in VLAN 12, so i guess the routing should be ok, from the voice gateway i can login to the CUE and configure what i want, but inside the CUE, i can only ping the gateway and nothing else, even though CUE supposed to be a member in VLAN 14, but i cannot ping it.
I was thinking that ZBF maybe the cause, but since I can reache the IP Phones and ping it without any issues, CUE should be the same.
Thanks.

Similar Messages

  • Publisher portlet error: Redirected outside of the gateway space

    I get the following error in my Publisher portlets." ..cannot be displayed because the portlet redirected outside of the gateway space". The portlet is using the Published Content web service. The Log spy shows no error and all the publisher diagnostics are working fine. If I change the url for Published Content webservice from ...published_content_redirect.jsp to published_content_noredirect.jsp, it works fine. Any idea? :(

    you have to make sure that the publish target url for your publisher portlets is "in the gateway space" (added to the list of allowed gateway urls) of the "Published Content" web service.

  • How to use different Vlans outside another gateway in sg-300 28?

    dear all
    how shall i use different vlans outside another gateway in sg-300 28?
    Example:
    vlan2 192.168.2.0/24 gateway 192.168.2.1 outside router gateway 192.168.2.254
    vlan3 192.168.3.0/24 gateway 192.168.3.1 outside router gateway 192.168.3.254
    should me doing in sg-300 28?
    thanks.

    Hi Amin,
    Leave the switch in Layer 2 mode 
    Cable  VLAN2  to the to the outside router gateway 192.168.2.254 interface
    cable  VLAN3  to the to the outside router gateway 192.168.3.254 interface
    Excuse the rough diagram
    Make the port going to the outside router gateway,  untagged in the vlans they will be transporting. (I am assuming that the router gateway is not vlan aware.)
    IP hosts will most likely get DHCP from the router gateway.  The IP hosts will then automatically send IP traffic to the router gateway.
    VLAN 1 in my switch,  could  then be the only interface within the switch  that has a IP address associated  with it,  for management purposes.
    I can see from you post,  that English is not your first language,  if you want to speak to someone,  you can ask a question by going to;
    www.cisco.com/go/sbsc
    regards Dave

  • [SOLVED] network unreachable inside the container

    I managed a container with systemd-nspawn. The container boots, but the network is unreachable.
    Below is my set up.
    ON HOST
    systemd-dhcpcd.service disable
    systemd-networkd is enabled and started
    network is started with two netctl profiles
    Configuration files:
    /etc/netctl/static-hortensia
    Description='hortensia static ethernet connection'
    Interface=enp7s0
    Connection=ethernet
    IP=static
    Address=('192.168.1.87/24')
    Gateway='192.168.1.254'
    /etc/netctl/bridge-hortensia
    Description="Bridge connection to container"
    Interface=br0
    Connection=bridge
    BindsToInterfaces=()
    IP=no
    /etc/systemd/network/70-dahlia.netdev
    [Match]
    Host=host0
    Virtualization=container
    [NetDev]
    Name=br0
    Kind=bridge
    /etc/systemd/network/80-dahlia.network
    [Match]
    Virtualization=container
    [Network]
    DHCP=no
    DNS=192.168.1.254
    [Address]
    Address=192.168.1.94/24
    [Route]
    Gateway=192.168.1.254
    /etc/resolv.conf
    # Generated by resolvconf
    domain lan
    nameserver 192.168.1.254
    BEFORE I start the container:
    $ ip addr
    2: enp7s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 14:da:e9:b5:7a:88 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.87/24 brd 192.168.1.255 scope global enp7s0
    valid_lft forever preferred_lft forever
    inet6 fe80::16da:e9ff:feb5:7a88/64 scope link
    valid_lft forever preferred_lft forever
    3: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default
    link/ether 9e:eb:1a:c5:12:34 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::9ceb:1aff:fec5:1234/64 scope link
    valid_lft forever preferred_lft forever
    start the container
    # systemd-nspawn --machine=dahlia --network-bridge=br0 -bD /dahlia
    $ ip addr
    2: enp7s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 14:da:e9:b5:7a:88 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.87/24 brd 192.168.1.255 scope global enp7s0
    valid_lft forever preferred_lft forever
    inet6 fe80::16da:e9ff:feb5:7a88/64 scope link
    valid_lft forever preferred_lft forever
    3: br0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
    link/ether 92:3c:ba:9e:24:07 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::9ceb:1aff:fec5:1234/64 scope link
    valid_lft forever preferred_lft forever
    4: vb-dahlia: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master br0 state DOWN group default qlen 1000
    ON CONTAINER
    systemd-dhcpcd.service disable
    systemd-networkd is enabled and started
    NO netctl profiles
    NO conf files in /etc/systemd/network/
    gab@dahlia ➤➤ ~ % 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
    inet 192.168.1.94/24 brd 192.168.1.255 scope global lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: host0: <NO-CARRIER,BROADCAST,ALLMULTI,AUTOMEDIA,NOTRAILERS,UP> mtu
    1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether 3a:4f:1f:c5:b5:d1 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.94/24 brd 192.168.1.255 scope global host0
    valid_lft forever preferred_lft forever
    Not sure this output is correct. Is it OK to get a IP adress for lo ? Then, interface host0 is DOWN. I guess this is not normal and could be the cause of my issue.
    # ip link set dev host0 up
    produces no change, host0 is still down
    gab@dahlia ➤➤ ~ % ip route
    default via 192.168.1.254 dev host0
    192.168.1.0/24 dev host0 proto kernel scope link src 192.168.1.94
    gab@dahlia ➤➤ ~ % ping -c 3 8.8.8.8
    PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
    From 192.168.1.94 icmp_seq=1 Destination Host Unreachable
    Configuration files :
    /etc/resolv.conf
    # Generated by resolvconf
    domain lan
    nameserver 192.168.1.254
    /etc/hosts
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost.localdomain localhost
    # End of file
    Maybe some error here? localhost ? (host0 ?)
    Some debug command outputs:
    gab@dahlia ➤➤ ~ # SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-networkd
    timestamp of '/etc/systemd/network' changed
    timestamp of '/run/systemd/network' changed
    host0: link (with ifindex 2) added
    lo: link (with ifindex 1) added
    Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=Hello cookie=1 reply_cookie=0 error=n/a
    Got message type=method_return sender=org.freedesktop.DBus destination=:1.6 object=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 error=n/a
    Got message type=signal sender=org.freedesktop.DBus destination=:1.6 object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameAcquired cookie=2 reply_cookie=0 error=n/a
    gab@dahlia ➤➤ ~ % ip route
    default via 192.168.1.254 dev host0
    192.168.1.0/24 dev host0 proto kernel scope link src 192.168.1.94
    gab@dahlia ➤➤ ~ % cat /proc/net/dev
    Inter-| Receive | Transmit
    face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
    host0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    lo: 840 9 0 0 0 0 0 0 840 9 0 0 0 0 0 0
    Same command ON HOST
    gabx@hortensia ➤➤ ~ % cat /proc/net/dev
    Inter-| Receive | Transmit
    face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
    br0: 0 0 0 0 0 0 0 0 648 8 0 0 0 0 0 0
    vb-dahlia: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    lo: 1700 34 0 0 0 0 0 0 1700 34 0 0 0 0 0 0
    enp7s0: 15403401 19789 0 0 0 0 0 0 3834189 16721 0 0 0 0 0 0
    gab@dahlia ➤➤ ~ % ping -c3 192.168.1.254
    PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
    64 bytes from 192.168.1.254: icmp_seq=1 ttl=64 time=0.036 ms
    I can ping the gateway.
    Any help is appreciated.
    Last edited by gabx (2014-03-06 22:15:07)

    After a few more test, I have a profile UP in the container, with an IP adress, but network is still unreachable.
    The output of the following command puzzles me:
    gab@dahlia ➤➤ /etc/netctl % cat /proc/net/dev
    Inter-| Receive | Transmit
    face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
    host0: 6004 28 0 0 0 0 0 0 774 11 0 0 0 0 0 0
    lo: 336 3 0 0 0 0 0 0 336 3 0 0 0 0 0 0
    It seems there is some traffic going through host0.
    some debug outputs on the container side
    gab@dahlia ➤➤ /etc/netctl % 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
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: host0: <BROADCAST,ALLMULTI,AUTOMEDIA,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 8e:d4:16:e2:06:4a brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.91/24 brd 192.168.1.255 scope global host0
    valid_lft forever preferred_lft forever
    inet6 fe80::8cd4:16ff:fee2:64a/64 scope link
    valid_lft forever preferred_lft forever
    gab@dahlia ➤➤ /etc/netctl % ip route
    default via 192.168.1.254 dev host0
    192.168.1.0/24 dev host0 proto kernel scope link src 192.168.1.91
    gab@dahlia ➤➤ /etc/netctl % cat /etc/resolv.conf
    # Generated by resolvconf
    nameserver 192.168.1.254
    Maybe a stupid question, but in case of my bridge, what device is the gateway : the host machine (192.168.1.87) OR the real router (192.168.1.254) ? I could be wrong when trying to indicate the router as the gateway ?
    EDIT
    Trying to use the host as gateway does not change anything: network still unreachable
    More debug outputs.
    on the container side
    gab@dahlia ➤➤ ~ % ping -c3 192.168.1.254
    PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
    64 bytes from 192.168.1.254: icmp_seq=1 ttl=64 time=0.044 ms
    64 bytes from 192.168.1.254: icmp_seq=2 ttl=64 time=0.035 ms
    64 bytes from 192.168.1.254: icmp_seq=3 ttl=64 time=0.027 ms
    --- 192.168.1.254 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 1998ms
    rtt min/avg/max/mdev = 0.027/0.035/0.044/0.008 ms
    gab@dahlia ➤➤ ~ % ping -c3 192.168.1.87
    PING 192.168.1.87 (192.168.1.87) 56(84) bytes of data.
    64 bytes from 192.168.1.87: icmp_seq=1 ttl=64 time=0.041 ms
    64 bytes from 192.168.1.87: icmp_seq=2 ttl=64 time=0.036 ms
    64 bytes from 192.168.1.87: icmp_seq=3 ttl=64 time=0.036 ms
    --- 192.168.1.87 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 1999ms
    rtt min/avg/max/mdev = 0.036/0.037/0.041/0.007 ms
    I can ping gateway and host
    on host side
    gabx@hortensia ➤➤ systemd/network % ping -c3 192.168.1.94
    PING 192.168.1.94 (192.168.1.94) 56(84) bytes of data.
    From 192.168.1.87 icmp_seq=1 Destination Host Unreachable
    From 192.168.1.87 icmp_seq=2 Destination Host Unreachable
    From 192.168.1.87 icmp_seq=3 Destination Host Unreachable
    --- 192.168.1.94 ping statistics ---
    3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2008ms
    pipe 3
    I can not ping container
    Last edited by gabx (2014-03-04 12:07:32)

  • I am facing network issue in my 5 months old iphone 5s 32 gb.My carrier is Airtel and I am using in India.sometimes no service and many times unreachable in the main city.

    I am facing network issue in my 5 months old iphone 5s 32 gb.My carrier is Airtel and I am using in India.sometimes no service and many times unreachable in the main city.

    I am using it in bangalore. I also didnot go outside of bangalore. and it is on in my settingd . eventhough facing the same isue. Do u have any other suggestion?

  • After Upgrade to os 10.6.8 Prints from CS4 Photoshop show blue tint outside the printing area

    After Upgrade to os 10.6.8 from 10.5.8 Prints from CS4 and 5.5 Photoshop show blue tint outside the printing area, not so when printing from CS2. I could not beleive this was still an issue. Is there any known solution to this long ongoing and well known dispute between apple and adobe?

    After Upgrade to os 10.6.8 from 10.5.8 Prints from CS4 and 5.5 Photoshop show blue tint outside the printing area, not so when printing from CS2. I could not beleive this was still an issue. Is there any known solution to this long ongoing and well known dispute between apple and adobe?

  • Mobile Broadband with Gobi 2000 outside the US

    Hi all,
    Just got my X201 with a Gobi 2000 card inside. Since I live outside the US I was never really sure how it would work outside the AT&T and Verizon networks. Even after I received the Thinkpad it was not very easy to find information about how to set it up, so I thought I would post it here - I am sure someone is looking for it...
    This is what I got: X201, Windows 7 Professional 64-bit.
    First of all you are wondering where to put the SIM card. Take the Thinkpad battery out, and you will find the slot of the SIM. The cut off corner on the SIM should stick into the slot.
    Next, you can use the Lenovo "Access Connections" software to make the connectivity, also outside the US. This is the same software as you use to to manage your Wifi - the one that shows Wifi signal strength in the Windows task bar.
    (Note it should also be possible to use the Microsoft Dialup software, the the APN needs to be entered directly into the modem using "+cgdcont=1" - google that if you want to try.)
    Back to Access Connections.
    For someone new to Thinkpad, you may start with the Lenovo ThinkVantage Toolbox. That is the blue button on the keyboard, and the blue toolbox icon in the task bar. After you have done all your Lenovo and Microsoft updates here, you will notice an exclamation mark under "Security & Networking", "3G Mobile Broadband". It will essentially tell you: "A Wireless Wide Area Network (WWAN) card is installed in your system. Please run Lenovo Broadband Connect to activate your card."
       This is somewhat confusing, particularly in the GSM world. What is it will do is not activating your Gobi 2000 card, but activate a subscription with a carrier in the US. Either an AT&T subscription, with an AT&T SIM and GSM/HSDPA, or a Verizon subscription with EVDO (which does not use a SIM). If you have put your European SIM in the Thinkpad this will lead you nowhere. 
       Just click "Ignore Issues" to get rid of the exclamation card.
    Go back to Access Connections - just click on the Wifi signal in the task bar.
    For the record, I am running version 5.61 of Access Connections. There is also 5.62 available for download, but it only seems to be adding Sprint settings, which we do not need outside the US.
    Now, in Access Connections click on the "Location Profiles" tab, and up to the right do "Switch to: Advanced".  
    Now "Create...", so you can enter settings for your mobile network.
    Give it a name, and as type of network choose Mobile Broadband.
    Choose the Gobi 2000 hardware, and click next.
    Next screen you will change the technology used from EVDO to HSDPA/GPRS, and finally get some life in the hardware.
    Under Select WAN Settings you may choose to go Automatic, or Custom. I believe the Automatic covers about 30 non US networks, mainly European, but if your network is not covered, go Custom, and click Edit Settings.
    Now you an choose settings from one of the 30 or so networks in the drop-down list, or just enter them by hand.
    For the record, you just need the APN, the Username and the Password. There are the same settings you typically enter into your phone for GPRS connectivity, and they are probably available on your providers website. You will probably want to change your Authentication Option from PAP to NONE, depending on what your provider's instruction says.
    For the record, for MTN Cyprus these are "internet", "wap" and "wap". 
    Click Next, and although the next page looks messy there is not really anything to change - just click Finish.
    OK, we are done. Now you can test your connection, either by choosing that as a Location and clicking Connect, or by using the Mobile Broadband radio button and the Connect button.
    You should now be able to use Access Connections as a single point to switch between Wifi and HSPA, and have no annoying exclamation marks from the Lenovo ThinkVantage - also outside the US.

    pergranath wrote:
    For the record, you just need the APN, the Username and the Password.
    Perhaps that is all you needed, but there are definitely 3G ISPs in the world that will need somewhat more than that.
    There are also 3G ISPs that check the IMEI of devices and will only connect devices thay have sold.
    3G services globally are only semi-standadised, at best, in terms of what is needed to establish a connection and it it is quite important to pay close attention to all the information provided by the particular ISP that a connection is attempting to be established with.
    Cheers,
    Bill
    I don't work for Lenovo

  • Connect to a cube with Integrated WIndows Sercurity for Windows user with computer outside the domain

    Hello,I am trying to connect to an MSSAS cube with a windows user ( and i need this user to be the end user that connect to the cube) from outside the domain.It will be .Net application.I use msmdpump.dll before but the thing is it impersonate the connection
    so the user that connect to the Cube is not the real client user with is a problem for me because i like to manage the security throw roles.
    SSRS is able to do what i am trying to achieve ( it ask you your domain user and password) then connect to the cube with these credential which is great,but i do that ?
    With ADOMD.Net how do you provide windows user/password in the connection string ?
    I tryed to only active windows security access with IIS and MSSAS but it's not working with a computer outside the domain even if in excel i provide a windows user/password.
    Vincent

    With ADOMD.Net how do you provide windows user/password in the connection string ?
    Hello Vincent,
    See MSDN Connection String Properties (Analysis Services) for all available properties; addtitional: AdomdConnection.ConnectionString
    Property  =>
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • HELP! I want to know whether my hand-me-down iPhone 4 is SIM/carrier-locked or not. I was given an iPhone 4 which I think was purchased outside the Philippines.

    I was given an iPhone 4 which I believed was purchased outside the Philippines. The previous owner had it jailbroken but something went wrong so it was stuck on DFU mode. So when it was given to me, I had it restored and updated via iTunes to iOS 5.1. I bought a micro-sim and inserted it on the sim tray. iTunes was able to detect the SIM card number and there was NO MESSAGE like the sim card is not supported whatsoever which can be usually seen in unsupported simcard. I thought everything went smoothly. But when I tried to set-up the phone, the SLIDE TO UNLOCK button is unresponsive. It doesn't work so I was stuck there and my iPhone cannot be accessed because of that. What shall I do? I have tried doing the hard reset several times, it still didn't work. I have tried restoring my iPhone three times but the slide to unlock is still unresponsive. I think the iPhone was able to detect my carrier simcard since it shows on the top corner the name of my carrier, mobile signal and 3g network. Now I am wondering as to why the slide to unlock button is unresponsive? Was it because of my iPhone LCD or was it because the iPhone is locked? Please help.

    according to some blogs, if the sim card you are using is unsupported, iTunes will show you a message that the sim card you are using is unsupported. But when i opened itunes, I didn't see that message. Instead, it was able to detect my sim card number. So I guess, the simcard is supported. It isn't the original sim, though. Then the phone was able to detect the mobile carrier, mobile and 3g signals. So iam wondering whether my phone is locked or was it a hardware problem?

  • Sales orders in TDMS company/time based reduction  are outside the scope

    Guys,
    I have had some issues with TDMS wheras it didn't handle company codes without plants very well. That was fixed by SAP. But I have another problem now. If I do a company code and time based reduction, It doesn't seem to affect my sales orders in VBAK/VBUK as I would have expected. I was hoping it would only copy sales orders across that have a plant which is assigned to a company code that was specified in the company code based reduction scenario. That doesn't seem to be the case.
    VBAK is now about one third of the size of the original table (number of records). But I see no logic behind the reduction. I can clearly see plenty of sales documents that have a time stamp way back from what I specified in my copy procedure and I can see others that have plant entries that should have been excluded from the copy as they do belong to different company codes than the ones I specified.
    I was under the impression that TDMS would sort out the correct sales orders for me but somehow that doesn't seem to be happening. I have to investigate further as to what exactly it did bring across but just by looking at what's in the target system I can see plenty of "wrong" entries in there either with a date outside the scope or with a plant outside the scope.
    I can also see that at least the first 10'000 entries in VBAK in the target system have a valid from and to date of 00.00.0000 which could explain why the time based reduction didn't work?
    Did you have similar experiences with your copies? Do I have to do a more detailed reduction such as specifying tables/fields and values?
    Thanks for any suggestions
    Stefan
    Edited by: Stefan Sinzig on Oct 3, 2011 4:57 AM

    The reduction itself is not based on the date when the order was created but the logic enhances it to invoices and offers, basically the complete update process.
    If you see data that definitely shouldn't be there I'd open an OSS call and let the support check what's wrong.
    Markus

  • Pages (or Numbers) Template Cannot Be Opened From Outside the Application

    Ever since the upgrade to Mavericks, I cannot open a Pages (or Numbers) template without being asked.....
    Do you want to add this custom template to the Template Chooser?  Then my only options are Cancel or Add to Template Chooser.
    If I cancel, it won't open anything.
    But this template is already in my Template Chooser.
    So the only way to open a template in Pages (or Numbers) is to open the application first, and then click "New", and choose the template.
    I can't figure out a way to open the template from outside the application, which is very very handy, rather than having to open the application every time that I want to access a template.
    How can I open a template simply by clicking on it?

    Yes, the problem is that opening the template from outside of the application will not open the application, showing the document.  I only get this....
    Do you want to add this custom template to the Template Chooser?  Then my only options are Cancel or Add to Template Chooser.
    If I cancel, it won't open anything. 
    But this template is already in my Template Chooser.
    Put your Pages or Numbers document on your desktop and open it by double-clicking it, and you'll understand.  You can't do it, even if the template is in your template chooser.
    The only way to do this now is to open the application, select "New", and the select the template.  So you cannot open a template from outside the application....only from within.

  • [Error] No value found in the Gateway. Default value in the repository is used.

    Hi All,
    I am new to Siebel and installed Siebel 8.1.1.11 on RHEL 5.5 (64 bit). Everything is fine Siebel server and gateway server are up and running but i am unable to open login page.
    Login Error : The server you are trying to access is either busy or experiencing difficulties. Please close the Web browser, open a new browser window, and try logging in again.[15:36:09]
    Siebel Server log file error :
    GenericLog
    GenericError
    1
    00006c5c52eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c6352eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c6452eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c6552eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c6652eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c7152eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c8052eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c8152eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c9052eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c9152eb6e6f:0
    2014-01-31 13:06:04
    (sccitems.cpp (310) err=2555932 sys=0) SBL-SCM-00028: Key not found
    GenericLog
    GenericError
    1
    00006c9152eb6e6f:0
    2014-01-31 13:06:04
    (sccconfg.cpp (2149) err=2555932 sys=0) SBL-SCM-00028: Key not found
    I can connect to Siebel Server manager using command as : srvrmgr /g 192.168.0.163 /e Sieb81 /u SADMIN /p SADMIN
    ODBC connectivity is also ok  and i can connect as : ./odbcsql /source Sieb81_DSN /u SADMIN /p SADMIN
    While installing Siebel i had left one step i .e.. creation of siebenv.sh using CreateSiebSrvrEnvScript because i got error when executed this script as :
    Execution command : ./CreateSiebSrvrEnvScript /u01/siebel/ses/siebsrvr  192.168.0.163:2320 ENU Oracle
    Error : cp: cannot copy a directory, '/u01/siebel/ses/siebsrvr/locale/' , into itself , '/u01/siebel/ses/siebersrvr/locale/C/locale'
    Please suggest me what to do because if i want to configure again the same issue with CreateSiebSrvrEnvScript.
    Message was edited by: Prabhakar2991

    Hi Prameela,
    You can see all application objects are online and running. One more thing I have also checked ODBC is also working fine. I mean , user SADMIN can connect using ODBC.
    =====================================================================================================================================
    [oracle@siebel163 siebsrvr]$ srvrmgr /g 192.168.0.163 /e Sieb81 /u SADMIN /p SADMIN
    Siebel Enterprise Applications Siebel Server Manager, Version 8.1.1.11 [23030] LANG_INDEPENDENT
    Copyright (c) 1994-2012, Oracle. All rights reserved.
    The Programs (which include both the software and documentation) contain
    proprietary information; they are provided under a license agreement containing
    restrictions on use and disclosure and are also protected by copyright, patent,
    and other intellectual and industrial property laws. Reverse engineering,
    disassembly, or decompilation of the Programs, except to the extent required to
    obtain interoperability with other independently created software or as specified
    by law, is prohibited.
    Oracle, JD Edwards, PeopleSoft, and Siebel are registered trademarks of
    Oracle Corporation and/or its affiliates. Other names may be trademarks
    of their respective owners.
    If you have received this software in error, please notify Oracle Corporation
    immediately at 1.800.ORACLE1.
    Type "help" for list of commands, "help <topic>" for detailed help
    Connected to 1 server(s) out of a total of 1 server(s) in the enterprise
    srvrmgr> list components
    SV_NAME     CC_ALIAS                   CC_NAME                                              CT_ALIAS         CG_AL                       IAS        CC_RUNMODE   CP_DISP_RUN_STATE  CP_STARTMODE  CP_NUM_RUN_TASKS  CP_MAX_TASKS  CP_ACTV_MTS_PROCS  CP_MAX                       _MTS_PROCS  CP_START_TIME        CP_END_TIME  CC_INCARN_NO  CC_DESC_TEXT
    siebelsrvr  BusIntBatchMgr             Business Integration Batch Manager                   BusSvcMgr        EAI                                    Batch        Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  BusIntMgr                  Business Integration Manager                         BusSvcMgr        EAI                                    Batch        Not Online         Auto          0                 20            0                  1                                        2014-01-29 02:48:30
    siebelsrvr  SCCObjMgr_enu              Call Center Object Manager (ENU)                     AppObjMgr        CallC                       enter      Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  CustomAppObjMgr_enu        Custom Application Object Manager (ENU)              CustomAppObjMgr  EAI                                    Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  DQMgr                      Data Quality Manager                                 Dqmgr            DataQ                       ual        Batch        Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  EAIObjMgr_enu              EAI Object Manager (ENU)                             EAIObjMgr        EAI                                    Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  InfraEAIOutbound           EAI Outbound Server                                  BusSvcMgr        EAI                                    Batch        Not Online         Auto          0                 20            0                  1                                        2014-01-29 02:48:30
    siebelsrvr  EIM                        Enterprise Integration Mgr                           EIM              EAI                                    Batch        Online             Auto          0                 5                                                                         2014-01-29 02:48:30
    siebelsrvr  FSMSrvr                    File System Manager                                  FSMSrvr          Syste                       mAux       Batch        Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:25
    siebelsrvr  GenTrig                    Generate Triggers                                    GenTrig          Workf                       low        Batch        Online             Auto          0                 1                                                                         2014-01-29 02:48:30
    siebelsrvr  JMSReceiver                JMS Receiver                                         EAIJMSRcvr       EAI                                    Batch        Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  MqSeriesAMIRcvr            MQSeries AMI Receiver                                EAIRcvr          EAI                                    Background   Online             Auto          0                 20                                                                        2014-01-29 02:48:30
    siebelsrvr  MqSeriesSrvRcvr            MQSeries Server Receiver                             EAIRcvr          EAI                                    Background   Online             Auto          0                 20                                                                        2014-01-29 02:48:30
    siebelsrvr  MSMQRcvr                   MSMQ Receiver                                        EAIRcvr          EAI                                    Background   Online             Auto          0                 20                                                                        2014-01-29 02:48:30
    siebelsrvr  SMQReceiver                SMQ Receiver                                         EAIRcvr          EAI                                    Background   Online             Auto          0                 20                                                                        2014-01-29 02:48:30
    siebelsrvr  SServiceObjMgr_enu         Self Service Object Manager (ENU)                    AppObjMgr        CallC                       enter      Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  ServerMgr                  Server Manager                                       ServerMgr        Syste                       m          Interactive  Running            Auto          2                 20                                                                        2014-01-29 02:48:20
    siebelsrvr  SRBroker                   Server Request Broker                                ReqBroker        Syste                       m          Interactive  Running            Auto          25                100           1                  1                                        2014-01-29 02:48:20
    siebelsrvr  SRProc                     Server Request Processor                             SRProc           Syste                       mAux       Interactive  Running            Auto          2                 20            1                  1                                        2014-01-29 02:48:25
    siebelsrvr  SvrTblCleanup              Server Tables Cleanup                                BusSvcMgr        Syste                       mAux       Background   Running            Auto          1                 1                                                                         2014-01-29 02:48:25
    siebelsrvr  SvrTaskPersist             Server Task Persistance                              BusSvcMgr        Syste                       mAux       Background   Running            Auto          1                 1                                                                         2014-01-29 02:48:25
    siebelsrvr  AdminNotify                Siebel Administrator Notification Component          AdminNotify      Syste                       mAux       Batch        Online             Auto          0                 10            1                  1                                        2014-01-29 02:48:25
    siebelsrvr  SCBroker                   Siebel Connection Broker                             SCBroker         Syste                       m          Background   Running            Auto          1                 1                                                                         2014-01-29 02:48:20
    siebelsrvr  WorkActn                   Workflow Action Agent                                WorkActn         Workf                       low        Background   Online             Auto          0                 5                                                                         2014-01-29 02:48:30
    siebelsrvr  WorkMon                    Workflow Monitor Agent                               WorkMon          Workf                       low        Background   Online             Auto          0                 5                                                                         2014-01-29 02:48:30
    siebelsrvr  WfProcBatchMgr             Workflow Process Batch Manager                       BusSvcMgr        Workf                       low        Batch        Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  WfProcMgr                  Workflow Process Manager                             BusSvcMgr        Workf                       low        Batch        Not Online         Auto          0                 20            0                  1                                        2014-01-29 02:48:30
    siebelsrvr  WfRecvMgr                  Workflow Recovery Manager                            BusSvcMgr        Workf                       low        Batch        Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eChannelCMEObjMgr_enu      eChannel Power Communications Object Manager (ENU)   AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eCommunicationsObjMgr_enu  eCommunications Object Manager (ENU)                 AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eCommWirelessObjMgr_enu    eCommunications for Wireless Object Manager (ENU)    AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eCustomerCMEObjMgr_enu     eCustomer Power Communications Object Manager (ENU)  AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eEnergyObjMgr_enu          eEnergy Object Manager (ENU)                         AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eMediaObjMgr_enu           eMedia Object Manager (ENU)                          AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eEnergyOGCObjMgr_enu       eOil Gas & Chemicals  Object Manager (ENU)           AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eSalesCMEObjMgr_enu        eSales Power Communications Object Manager (ENU)     AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eServiceObjMgr_enu         eService Object Manager (ENU)                        AppObjMgr        CallC                       enter      Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    37 rows returned.
    srvrmgr>
    =======================================================================================================================================
    Please suggest me what to do.
    Thanks
    Prabhakar

  • An unexpected exception has been detected in native code outside the VM.

    I thought that my problem had been solved yesterday when I managed to run my application with out getting "An unexpected exception has been detected in native code outside the VM."
    I was told to uninstall "j2sdk1.4.1_02" and install my old version of 1.3.1 and then completely remove that (as i do not think i removed it correctly in the first place), then reinstall my new version again (j2sdk1.4.1_02). This appeared to work, and my application ran. However, today i planned to do more work on it and it errored again. I am getting the following error:
    C:\Documents and Settings\Mike Costen\Desktop\Mar27d>java ImageViewerFrame
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D1C369C
    Function=Java_sun_awt_font_NativeFontWrapper_registerFonts+0x14BC
    Library=C:\j2sdk1.4.1_02\jre\bin\fontmanager.dll
    Current Java thread:
    at sun.awt.font.NativeFontWrapper.registerFonts(Native Method)
    - locked <06C15D48> (a java.lang.Class)
    at sun.java2d.SunGraphicsEnvironment.addPathFonts(SunGraphicsEnvironment.java:736)
    at sun.java2d.SunGraphicsEnvironment.registerFonts(SunGraphicsEnvironment.java:587)
    at sun.java2d.SunGraphicsEnvironment.access$100(SunGraphicsEnvironment.java:49)
    at sun.java2d.SunGraphicsEnvironment$2.run(SunGraphicsEnvironment.java:209)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.java2d.SunGraphicsEnvironment.loadFonts(SunGraphicsEnvironment.java:203)
    - locked <02F948A0> (a sun.awt.Win32GraphicsEnvironment)
    at sun.java2d.SunGraphicsEnvironment.mapFontName(SunGraphicsEnvironment.java:451)
    at java.awt.Font.initializeFont(Font.java:313)
    at java.awt.Font.<init>(Font.java:345)
    at sun.awt.windows.WDesktopProperties.setFontProperty(WDesktopProperties.java:148)
    - locked <02AE0000> (a sun.awt.windows.WDesktopProperties)
    at sun.awt.windows.WDesktopProperties.getWindowsParameters(Native Method)
    at sun.awt.windows.WDesktopProperties.<init>(WDesktopProperties.java:56)
    at sun.awt.windows.WToolkit.initializeDesktopProperties(WToolkit.java:865)
    at java.awt.Toolkit.getDesktopProperty(Toolkit.java:1533)
    - locked <02F92380> (a sun.awt.windows.WToolkit)
    at sun.awt.shell.ShellFolder.<clinit>(ShellFolder.java:171)
    at javax.swing.filechooser.FileSystemView.getRoots(FileSystemView.java:324)
    at javax.swing.filechooser.WindowsFileSystemView.getHomeDirectory(FileSystemView.java:625)
    at javax.swing.plaf.metal.MetalFileChooserUI.installComponents(MetalFileChooserUI.java:213)
    at javax.swing.plaf.basic.BasicFileChooserUI.installUI(BasicFileChooserUI.java:130)
    at javax.swing.plaf.metal.MetalFileChooserUI.installUI(MetalFileChooserUI.java:152)
    at javax.swing.JComponent.setUI(JComponent.java:449)
    at javax.swing.JFileChooser.updateUI(JFileChooser.java:1700)
    at javax.swing.JFileChooser.setup(JFileChooser.java:345)
    at javax.swing.JFileChooser.<init>(JFileChooser.java:320)
    at javax.swing.JFileChooser.<init>(JFileChooser.java:273)
    at ImageViewerFrame.<init>(ImageViewerFrame.java:30)
    at ImageViewerFrame.main(ImageViewerFrame.java:227)
    Dynamic libraries:
    0x00400000 - 0x00406000 C:\j2sdk1.4.1_02\bin\java.exe
    0x77F50000 - 0x77FF7000 C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000 C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E5D000 C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x7807F000 C:\WINDOWS\system32\RPCRT4.dll
    0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll
    0x6D340000 - 0x6D46A000 C:\j2sdk1.4.1_02\jre\bin\client\jvm.dll
    0x77D40000 - 0x77DC6000 C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll
    0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll
    0x6D1E0000 - 0x6D1E7000 C:\j2sdk1.4.1_02\jre\bin\hpi.dll
    0x6D310000 - 0x6D31E000 C:\j2sdk1.4.1_02\jre\bin\verify.dll
    0x6D220000 - 0x6D239000 C:\j2sdk1.4.1_02\jre\bin\java.dll
    0x6D330000 - 0x6D33D000 C:\j2sdk1.4.1_02\jre\bin\zip.dll
    0x6D000000 - 0x6D105000 C:\j2sdk1.4.1_02\jre\bin\awt.dll
    0x73000000 - 0x73023000 C:\WINDOWS\System32\WINSPOOL.DRV
    0x76390000 - 0x763AC000 C:\WINDOWS\System32\IMM32.dll
    0x771B0000 - 0x772D1000 C:\WINDOWS\system32\ole32.dll
    0x6D190000 - 0x6D1E0000 C:\j2sdk1.4.1_02\jre\bin\fontmanager.dll
    0x73760000 - 0x737A4000 C:\WINDOWS\System32\ddraw.dll
    0x73BC0000 - 0x73BC6000 C:\WINDOWS\System32\DCIMAN32.dll
    0x73940000 - 0x73A07000 C:\WINDOWS\System32\D3DIM700.DLL
    0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58D000 C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll
    0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Mon Mar 31 08:59:02 2003
    Elapsed Time = 6
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.1_02-b06 mixed mode)
    # An error report file has been saved as hs_err_pid584.log.
    # Please refer to the file for further information.
    C:\Documents and Settings\Mike Costen\Desktop\Mar27d>
    I am now not sure at all why my computer is doing this, as it worked yesterday...
    Any light shed on this matter is much appreciated.
    Thanks, Mike

    Welcome to native code hell! The reason we all use Java is because
    native code sucks. It is to be isolated and quarantined to the smallest
    area possible.
    File a TAR/SR. Maybe you just need a newer vesion of the OCI client
    libraries on your machine. Maybe they are out of sync with the native
    portion of the type-2 driver.
    Say why you went from type-4 to type-2. In my opinion, unless you have
    a very good reason, you should go back to the reliable java driver. Java
    can't kill a JVM.
    Good luck,
    Joe Weinstein at BEA Systems

  • Using my LinkSys WRT54G as a router in a home network, but not as the Gateway of the same?

    Greetings,
    I am in a situation where I share internet access with roommates. We have a Gateway which is conected to the provider and which delivers ethernet and WiFi signal.
    In order to isolate myself from my roomates and to protect my network connection, both wired and WiFi, I would like to plug in the Ethernet cable I get from the Gateway to my router, and then configure my router's firewall and WiFi enctryption to maximize my safety.
    However, I am having some problems. I have already configured the router as "router" and not "Gateway" and I am trying to assign it an IP address different from the default one, which is the one the gateway has, and a ranger of DHCP IP's, also different from those of the Gateway. In other words, 192.1681.N.1 for the router and start from there.
    Any pointers will be appreciated because so far, my efforts have failed.
    Jean-PIerre

    There are two (2) ways to cascade a Linksys router to another router:
    1. LAN to LAN – Connecting one of the Ethernet ports (LAN ports) of the Linksys router (router A) to one of the Ethernet ports (LAN ports) of another router (router B).
    This type of cascading requires the main and the secondary router to be on the same LAN IP segment to allow the computers and other devices to connect to both routers.  This configuration is recommended if you want to share files and resources within the network.
    2. LAN to WAN – Connecting one of the Ethernet ports (LAN ports) of router A to the Internet port (WAN port) of router B.
    This type of cascading requires the main router and the secondary router to have different IP addresses.  This connection makes it easier to identify which router the computers and other devices in the network are connected to since they will have different LAN IP segments.  However, computers that are connected to router A will not be able to communicate with router B, and vice versa since they are two different networks.
    Here is the link for same: http://www6.nohold.net/Cisco2/ukp.aspx?vw=1&docid=d4bfc9fde5284a4b845c9057ffbeb644_4735.xml&pid=80&r...

  • How can I use an American credit card to pay for a membership from outside the US?

    How can I use an American credit card to pay for a membership from outside the US? My payment page is set up for Japanese credit cards. I can't change to the US store, because the "Select a Store" page just jumps to the "Products" page.
    Has anyone else had this problem? Any help would be much appreciated!

    Hi Batt5721,
    Welcome to Adobe Forums.
    The address and the country on the Credit Card should match the billing address then only payment would be possible.
    Thanks
    Garima

Maybe you are looking for

  • Sync/ Update after hard drive failure

    Would like to update iPhone 3G to OS4. Hard failed & has been replaced, downloaded itunes 10. Apple says if I update w/o syncing will lose pics/ music from phone. Itunes did "back up" iPhone when I plugged it to some mysterious place (I can't find it

  • IE 8 "Runtime Error" trying to open PDF with Reader 9.5.1

    I've seen many variants of this problem on the forum.  Running Win7, IE 8, Firefox 14, and Reader 9.5.1. For some little while, I've had a problem opening PDF files from links on Webpages that I view in IE8.  I see the following Runtime Error message

  • Flashing stacks list...

    When I scroll up and down in my Applications list, it flashes. It happens on both video cards - the 9400 and 9600. It does it in the Guest account as well. I can't figure out what's causing it... Sometimes it does it and sometimes it doesn't. I reboo

  • Report for WT & GL

    Hello Experts, One query......... Do we have any report from which we can fetch the details of Wage types assign against the GL ????? Like which  GL account is assign to which Wage type? Regards,

  • Attachments within ROS? is it possible?

    Hello, I'm looking for some documents to try to ask vendors to upload some documents within ROS as part of questionnaires... If you have any input on this, please let me know... Regards, Gerardo.