Internal Connection Server

For Internal ONLY connection servers, do you need to have use secure tunnel connection to desktop or use PCoIP secure gateway options checked?

Yes they're primarily for security (they will only let traffic through for authenticated users) and for cases where direct access is not possible, such as if the environment is firewalled off or behind a NAT. It's fairly common to only enable them for external access and leave disabled for internal clients.

Similar Messages

  • Unity Connection 10.5.1: I upgraded the Unity Connection Server from V 9.1. After that, cannot logn to ELM an error message " The server encountered an internal error that prevented it from fulfilling this request." appears

    Unity Connection 10.5.1: I upgraded the Unity Connection Server from V 9.1. After that, cannot logn to ELM an error message " The server encountered an internal error that prevented it from fulfilling this request." appears. The error further displays "
    type: Exception report
    message:
    description: The server encountered an internal error that prevented it from fulfilling this request.
    exception:
    ServletException Could not initialize class com.cisco.vos.platform.api.config.UpgradeStatus
    root cause:
    NoClassDefFoundError Could not initialize class com.cisco.vos.platform.api.config.UpgradeStatus
    note: The full stack trace of the root cause is available in the logs.
    Has anyone experience this issue? Any solutions? Your assistance is greatly appreciated!

    Hi Mesut,
    you can refer the link for migration
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/connection/10x/upgrade/guide/10xcucrugx/10xcucrug010.html
    regds,
    aman

  • JDeveloper 9.0.3 issue - jbo.server.internal-connection

    Hello JDev-Team,
    there seems to be an issue with the jbo.server.internal-connection property in JDev 9.0.3 preview.
    I generated a project with a simple bc4j package containing a ProjectView for the PROJECT Table of the petstore shema and an app module containing this view object. In the local config for this app module is not set. Then I build a second project with a BC4J browse jsp for that view object and run this jsp in jdev. Then I got the following exception page:
    Application Error
    Return
    Error Message: JBO-30003: The application pool (petstore_jsp.CatalogModule) failed to checkout an application module due to the following exception:
    Error Message: JBO-28033: Could not retrieve row from table PS_TXN, collection id 27, persistent id -1
    Afterwards PCOLL_CONTROL is crated, but neither PS_TXN nor PS_TXN_seq.
    I can workaround the problem by setting jbo.server.internal-connection to jdbc:oracle:driver:estoreuser/estore@hostname:1521:sid. Will this be fixed in the final release?
    Regards
    Stefan

    A similar issue was reported and fixed in 9.0.3 since the preview release. The issue is that if you attempt to activate a
    snapshot state in a schema which does not contain the PS_TXN table (and its related objects) then the
    exception could occur. This will happen in the following scenario:
    1. In browser 1, DB user 1 passivates an ApplicationModule state. The state identifier is stored in a browser cookie
    (jbo.dofailover is true)
    2. In browser 1, DB user 2 requests an ApplicationModule. BC4J detects the cookie written by DB user 1 to the
    browser and attempts to activate DB user 1 state. DB user 2 has never passivated state before so the
    PS_TXN database objects do not exist. The exception above is thrown.
    In order to be sure that your issue is the same could you please post a complete stack trace?
    As you have noted the workaround is to use a shared PS_TXN table (by specifying the internal connection property).
    Thanks for bringing this to our attention.
    JR

  • Cisco 1702i WAP: how to get an interface in a non-native bridge group/ VLAN to be recognized by the internal DHCP server

    Does anyone know how the internal DHCP server in these access points connects to virtual interfaces and bridges in the unit?
    Is there some sort of default connection that connects the DHCP server to the native bridge group or VLAN?
    In a test case, with an SSID in the native VLAN and bridge group, the 1702i serves an IP address to a wireless client no problem. But with a second SSID in a non native VLAN and bridge group, no IP gets served. My only guess is that since the bvi1 defaults to the native bridge group and VLAN, sub-interfaces also in this group are assumed to be in the same subnet as bvi1, or in this case:
    interface bvi1
      ip address 192.168.1.205 255.255.255.0
      no ip route-cache
      exit
    It would be the ..1. subnet.
    Since the dhcp pool is set as:
    ip dhcp pool GeneralWiFi
      network 192.168.1.0 255.255.255.0
      lease 1
      default-router 192.168.1.1
      dns-server 8.8.8.8
      exit
    There may be an assumption that anything bvi1 can talk to is in the ..1. subnet, so the above pool gets activated on a request coming through bvi1.
    Is the DHCP server just hanging out waiting for a request from an "area" that is assumed to be on the same subnet as the given pool?
    Do I need to somehow show the device what subnet the 2nd SSID/ subinterfaces are in so the internal DHCP server can decide it needs to go to work, or is there some sort of bridging between the DHCP server and the interfaces that needs to be done? I am trying to use the same DHCP pool for the second subnet at this point, since I assume I will need another router to service an additional subnet and DHCP pool.

    Keep in mind that DHCP is a broadcast packet to start. So the AP can only listen in the subnet that it has an IP address for.
    Now, for any other subnet you can use the AP for DHCP but you have to have an IP helper address on your L3 pointing back to the AP.
    That being said, I wouldn't use the DHCP server on the AP as it is limited. You'd be better off using a Microsoft server or some other device that is designed for DHCP.
    HTH,
    Steve

  • Where/how to troubleshoot external gateway and internal connection brokers etc.??????

    We have gateway.domain.org as our external/internal gateway server.
    It goes from gateway.domain.org to rdbroker.domain.local, rdbroker is the DNS address for two connection broker servers.
    After this it should set up the connection and create a remote desktop to one of the RDS host servers in the RDS host farm.
    Sometimes this works, sometimes it doesn't -- for different user accounts and different computers.
    How to troubleshoot this??
    We know the firewall rules for DMZ etc. etc. are properly configured because everything IS observed to work, just not all the time consistently. We get errors about cannot contact the computer, cannot establish remote desktop connection...
    Thank you, Tom

    Hi Tom,
    Firstly, you need to recheck the DNS entry is well setup for your case. Are you using DNS RR for Load balancing the server or 3rd party load balancer? Have you setup the proper certificate for your case?
    Please check whether required ports is opened? We need to open TCP port 443 and UDP port 3391 and forward them to your RD Gateway server. Also need to specify the external FQDN of your RD Gateway server in deployment properties under RDS server manager. If
    you have RDWeb and RDG on the same server this would be the same FQDN that your users will use for RDWeb. Please see whether you have properly configured RD RAP and RD CAP policy. 
    You can go through beneath article for more details.
    Step by Step Windows 2012 R2 Remote Desktop Services – Part 3
    https://msfreaks.wordpress.com/2013/12/26/windows-2012-r2-remote-desktop-services-part-3/
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    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 Support, contact [email protected]

  • Monitoring of topLink internal connections  pool

    we wish to monitoring use of Toplink internal connections pool : numbers maximum used, a minimum number used.
    we know to do it with the external pool (OracleAS) but not with the internal pool.
    Regards

    The only way to get this information is through API calls. If you have a Server (oracle.toplink.threetier) you can ask the read and default (write) connection pools.
            // Display Read Connection pool info       
            System.out.println("READ Available: " +
                               server.getReadConnectionPool().getConnectionsAvailable().size());
            System.out.println("READ Minimum: " +
                               server.getReadConnectionPool().getMinNumberOfConnections());
            System.out.println("READ Maximum: " +
                               server.getReadConnectionPool().getMaxNumberOfConnections());
            // Display Write Connection pool info       
            System.out.println("WRITE Available: " +
                               server.getDefaultConnectionPool().getConnectionsAvailable().size());
            System.out.println("WRITE Minimum: " +
                               server.getDefaultConnectionPool().getMinNumberOfConnections());
            System.out.println("WRITE Maximum: " +
                               server.getDefaultConnectionPool().getMaxNumberOfConnections());Doug

  • Connection Server does not start

    Hello guys,
    The Connection Server does not start anymore.
    When I always try to start it returns me a failed status and shows me that the server is considered failed because it has stopped 5 time(s) in 60 minute(s).
    It's a BOE XI 3.1 SP2 with IK 3.1 SP2 installed on a Windows 2003 Server.
    BO XI database is on a SQL Server and all tables are there and seems to be OK
    The log file for the connectserver via trace is below :
    2010/01/28 19:06:43.339|>>| | | 4524|4528| |||||||||||||||TraceLog::Admin: logdir ('C:/Program Files/Business Objects/BusinessObjects Enterprise 12.0/Logging/')
    2010/01/28 19:06:43.339|>>| | | 4524|4528| |||||||||||||||TraceLog::Admin: update ()
    2010/01/28 19:06:43.339|==| | | 4524|4528| |||||||||||||||TraceBridge::Initialize: pullable set to 1
    2010/01/28 19:06:43.339|==| | | 4524|4528| |||||||||||||||TraceLog state:
    // device_info
    // process        (process#pid)   = ConnectionServer#4524
    // device         (name#deviceid) = ConnectionServer#MainDevice
    // pull/push      (pullable)      = Pull
    // pull mode settings
    //   configfile   (ini)           = C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\Logging\logConfig\BO_trace.ini
    //   every ... s  (period)        = 60
    // config
    active        = true;
    severity      = 'W';
    importance    = '<<';
    keep          = true;
    always_close  = false;
    log_dir       = "C:/Program Files/Business Objects/BusinessObjects Enterprise 12.0/Logging/";
    2010/01/28 19:06:43.402|==| | | 4524|4528| |||||||||||||||SIServerController:run: Fail to initialize or uninitialize.  Reason is The root server reported an error Unknown.:
    2010/01/28 19:06:43.402|==| | | 4524|4544| |||||||||||||||SIServiceStopThread::run: SIServiceStopThread::run exited
    2010/01/28 19:06:43.402|==| | | 4524|4528| |||||||||||||||CsContainer::uninitialize
    2010/01/28 19:06:43.402|==| | | 4524|4528| |||||||||||||||TransientObjectMonitor stopMonitor()...
    .\siserver.cpp:974: TraceLog message 11
    2010/01/28 19:06:43.402|>>|A| | 4524|4528| |||||||||||||||assert failure: (.\siserver.cpp:974). (false : SIServerController::run: Unknown exception caught in server's uninitialization function).
    Any help please?!
    thank you very much.
    Cesar

    Hello,
    I have the same problem (Connection Server does not start).
    I'am under BOXI R2 SP6 (unix) and i have this error in my log when i want to start ConnectionServer :
    Timestamp       ProcessID       ThreadID        Message
    [Fri May  7 07:37:09 2010]      31154   1103673168      Log: level=3 cat=1 msg=35100 p=ConnectionServer started
    [Fri May  7 07:37:09 2010]      31154   1103673168      trace message: SIServerController::run: Before initialize
    [Fri May  7 07:37:09 2010]      31154   1103673168      (sidaemon.cpp:416): trace message: SUNIXDaemon::init: starting
    [Fri May  7 07:37:09 2010]      31154   1103673168      trace message: SUNIXDaemon::init: redirecting stdio to /dev/null
    [Fri May  7 07:37:09 2010]      31154   1103673168      (sidaemon.cpp:209): trace message: installing fg terminiation handler
    [Fri May  7 07:37:09 2010]      31154   1103673168      (sidaemon.cpp:220): trace message: installing abnormal sys handler
    [Fri May  7 07:37:09 2010]      31154   1103673168      (sidaemon.cpp:506): trace message: SUNIXDaemon::init: finished
    [Fri May  7 07:37:09 2010]      31154   1103673168      Log: level=0 cat=14 msg=35101 p=The root server reported an error Unknown.
    [Fri May  7 07:37:09 2010]      31154   1103673168      trace message: SIServerController:run: Fail to initialize or uninitialize.  Reason is The root server reported an error Un
    known.:
    [Fri May  7 07:37:09 2010]      31154   1103673168      trace message: CsContainer::uninitialize
    [Fri May  7 07:37:09 2010]      31154   1103673168      trace message: TransientObjectMonitor stopMonitor()...
    [Fri May  7 07:37:09 2010]      31154   1103673168      Log: level=0 cat=14 msg=35101 p=The root server reported an error Internal Error. (Reason: Unknown exception caught in ser
    ver).
    [Fri May  7 07:37:09 2010]      31154   1103673168      assert failure: (siserver.cpp:953). (false : SIServerController::run: Unknown exception caught in server's uninitializatio
    n function
    [Fri May  7 07:37:09 2010]      31154   1103673168      Log: level=3 cat=1 msg=35100 p=ConnectionServer stopped
    Any idea ?
    Thanks.

  • Internal Update Server Error Code help

    Error code in FlashInstall.log 
    [warning] 1407 12044 vs [warning] 1403 12030
    I am trying to figure out why my internal update server wont connect past the certificate handshake. I can get it to work with a self signed certificate from the machine name but am trying to build a solution for my whole organization using our Root CA with a custom name for the particuler site.
    Any information would be helpful or suggestion for an alternative to using the internal update server since it is near impossible to troubleshoot when i have no idea what these warning codes mean.
    Thanks,
    Xenon

    Now i am getting these in my log but no update is being applied.
    2013-10-10+17-32-25.523 [info] 1628 adobeupdate.domain.net
    2013-10-10+17-32-25.527 [info] 1629 adobeupdate.domain.net
    2013-10-10+17-32-25.530 [info] 1614
    2013-10-10+17-32-25.534 [info] 1615
    2013-10-10+17-32-25.537 [info] 1618
    2013-10-10+17-32-25.542 [info] 1608
    2013-10-10+17-32-25.546 [info] 1612
    2013-10-10+17-32-25.550 [info] 1620
    2013-10-10+17-33-8.143 [info] 1628 adobeupdate.domain.net
    2013-10-10+17-33-8.147 [info] 1629 adobeupdate.domain.net
    2013-10-10+17-33-8.151 [info] 1614
    2013-10-10+17-33-8.154 [info] 1615
    2013-10-10+17-33-8.157 [info] 1618
    2013-10-10+17-33-8.162 [info] 1608
    2013-10-10+17-33-8.166 [info] 1612
    2013-10-10+17-33-8.171 [info] 1620
    2013-10-10+17-33-9.762 [info] 1628 adobeupdate.domain.net
    2013-10-10+17-33-9.767 [info] 1629 adobeupdate.domain.net
    2013-10-10+17-33-9.771 [info] 1614
    2013-10-10+17-33-9.774 [info] 1615
    2013-10-10+17-33-9.778 [info] 1618
    2013-10-10+17-33-9.782 [info] 1608
    2013-10-10+17-33-9.786 [info] 1612
    2013-10-10+17-33-9.790 [info] 1620
    2013-10-10+17-33-11.84 [info] 1628 adobeupdate.domain.net
    2013-10-10+17-33-11.88 [info] 1629 adobeupdate.domain.net
    2013-10-10+17-33-11.91 [info] 1614
    2013-10-10+17-33-11.94 [info] 1615
    2013-10-10+17-33-11.98 [info] 1618
    2013-10-10+17-33-11.102 [info] 1608
    2013-10-10+17-33-11.106 [info] 1612
    2013-10-10+17-33-11.123 [info] 1620

  • WLC 5508 Internal DHCP server issues

    Hi,
    I am hoping to get your feedback around the dhcp issues I am facing with Two Centrally Switched Wireless LANs. I have tried to explain the setup and the problems below and would appreciate it if anyone can suggest a solution for the problems I am facing:
    The setup is as follows:
    - I have a WLC 5508 which has been configured with 4 SSIDs, out of which 2 are using Central Authentication and Switching.
    - I have an LWAP connected to the WLC in HREAP mode.
    - WLC is configured as the DHCP server for clients connecting to the SSID 'Guest'. For the rest, I am using external dhcp server.
    - Only one scope for Guest Interface is setup on the WLC. 
    Problems:
    1. As far as I know, for WLC to act as internal dhcp server, it is mandatory to have the proxy enabled, but the Clients connecting to SSID 'Internet' are
    unable to get an ip address from the external dhcp server, if dhcp proxy is enabled on the WLC. If i disable the proxy, it all works fine.
    2. DHCP does not release the ip addresses assigned to clients even after they are logged out.
    3. If a machine which was earlier connected to 'Guest' SSID connects to the 'Internet' SSID, it requests the same ip it was assigned by the WLC which it was assigned under 'Guest', but gets tagged with the Vlan configured on the management interface.  
    ************Output from the Controller********************
    (Cisco Controller) >show sysinfo
    Manufacturer's Name.............................. Cisco Systems Inc.
    Product Name..................................... Cisco Controller
    Product Version.................................. 7.0.116.0
    Bootloader Version............................... 1.0.1
    Field Recovery Image Version..................... 6.0.182.0
    Firmware Version................................. FPGA 1.3, Env 1.6, USB console 1.27
    Build Type....................................... DATA + WPS + LDPE
    (Cisco Controller) >show interface summary
    Interface Name                   Port Vlan Id  IP Address         Type        Ap Mgr        Gu                                                                            
    est
    guest                                        1    301      10.255.255.30    Dynamic   No              No                                                                            
    management                          1    100      172.17.1.30        Static          Yes            No                                                          
    service-port                              N/A  N/A      192.168.0.1       Static         No               No                                                                            
    virtual                                        N/A   N/A      10.0.0.1              Static         No               No                                                                            
    (Cisco Controller) >show wlan summary
    Number of WLANs.................................. 4
    WLAN ID  WLAN Profile Name / SSID               Status    Interface Name
    1        LAN                                    Enabled   management
    2        Internet                               Enabled   management
    3        Managment Assets          Enabled   management
    4        Guest                                  Enabled   guest
    (Cisco Controller) >show dhcp detailed guest
    Scope: guest
    Enabled.......................................... Yes
    Lease Time....................................... 86400 (1 day )
    Pool Start....................................... 10.255.255.31
    Pool End......................................... 10.255.255.254
    Network.......................................... 10.255.255.0
    Netmask.......................................... 255.255.255.0
    Default Routers.................................. 10.255.255.1  0.0.0.0  0.0.0.0
    DNS Domain.......................................
    DNS.............................................. 8.8.8.8  8.8.4.4  0.0.0.0
    Netbios Name Servers............................. 0.0.0.0  0.0.0.0  0.0.0.0
    (Cisco Controller) >show interface detailed management
    Interface Name................................... management
    MAC Address...................................... e8:b7:48:9b:84:20
    IP Address....................................... 172.17.1.30
    IP Netmask....................................... 255.255.255.0
    IP Gateway....................................... 172.17.1.1
    External NAT IP State............................ Disabled
    External NAT IP Address.......................... 0.0.0.0
    VLAN............................................. 100
    Quarantine-vlan.................................. 0
    Active Physical Port............................. 1
    Primary Physical Port............................ 1
    Backup Physical Port............................. Unconfigured
    Primary DHCP Server.............................. 172.30.50.1
    Secondary DHCP Server............................ Unconfigured
    DHCP Option 82................................... Disabled
    ACL.............................................. Unconfigured
    AP Manager....................................... Yes
    Guest Interface.................................. No
    L2 Multicast..................................... Enabled
    (Cisco Controller) >show interface detailed guest
    Interface Name................................... guest
    MAC Address...................................... e8:b7:48:9b:84:24
    IP Address....................................... 10.255.255.30
    IP Netmask....................................... 255.255.255.0
    IP Gateway....................................... 10.255.255.1
    External NAT IP State............................ Disabled
    External NAT IP Address.......................... 0.0.0.0
    VLAN............................................. 301
    Quarantine-vlan.................................. 0
    Active Physical Port............................. 1
    Primary Physical Port............................ 1
    Backup Physical Port............................. Unconfigured
    Primary DHCP Server.............................. Unconfigured
    Secondary DHCP Server............................ Unconfigured
    DHCP Option 82................................... Disabled
    ACL.............................................. Unconfigured
    AP Manager....................................... No
    Guest Interface.................................. No
    L2 Multicast..................................... Enabled
    (Cisco Controller) >show dhcp leases
           MAC                IP         Lease Time Remaining
    00:21:6a:9c:03:04    10.255.255.46    23 hours 52 minutes 42 seconds        <<<<<<< lease remains even when the client is disconnected.
    *********Example of Client connected to the right Vlan with an ip address from the incorrect interface. *************
    (Cisco Controller) >show client detail 00:21:6a:9c:03:04
    Client MAC Address............................... 00:21:6a:9c:03:04
    Client Username ................................. N/A
    AP MAC Address................................... a0:cf:5b:00:49:c0
    AP Name.......................................... mel
    Client State..................................... Associated
    Client NAC OOB State............................. Access
    Wireless LAN Id.................................. 2                 <<<<<<<<   'Internet' SSID
    BSSID............................................ a0:cf:5b:00:49:ce
    Connected For ................................... 319 secs
    Channel.......................................... 36
    IP Address....................................... 10.255.255.46      <<<<<<< IP address assigned from the 'Guest' Interface or dhcp scope on the WLC
    Association Id................................... 1
    Authentication Algorithm......................... Open System
    Reason Code...................................... 1
    Status Code...................................... 0
    Session Timeout.................................. 1800
    Client CCX version............................... 4
    Client E2E version............................... 1
    QoS Level........................................ Silver
    802.1P Priority Tag.............................. disabled
    WMM Support...................................... Enabled
    Power Save....................................... OFF
    Mobility State................................... Local
    Mobility Move Count.............................. 0
    Security Policy Completed........................ Yes
    Policy Manager State............................. RUN
    Policy Manager Rule Created...................... Yes
    ACL Name......................................... none
    ACL Applied Status............................... Unavailable
    Policy Type...................................... N/A
    Encryption Cipher................................ None
    Management Frame Protection...................... No
    EAP Type......................................... Unknown
    H-REAP Data Switching............................ Central       <<<<<<<<<
    H-REAP Authentication............................ Central       <<<<<<<<<<
    Interface........................................ management
    VLAN............................................. 100           <<<<<<<<<<< right Vlan
    Quarantine VLAN.................................. 0
    Access VLAN...................................... 100

    Hi All,
    I have a similar issue where Wireless clients are not receiving automatic addressing from an internal DHCP server. I have multiple interfaces configured on the WLC which are connected to separate VLANS. The manually specified DHCP primary server entry is the same on all interfaces. Some clients are able to authenticate and receive automatic IP configuration but some clients are failing the address assignment process. I have checked connectivity between the WLC and DHCP server, this is confirmed as working. When I carry out a "debug dhcp packet enable", I get the following outputs which seems as if the DHCP discover request from the client is skipped. Your thoughts and inputs on this are appreciated.
    DHCP Socket Task: Nov 07 11:16:09.174: 00:22:fb:7b:37:32 DHCP option len (including the magic cookie) 76
    *DHCP Socket Task: Nov 07 11:16:09.174: 00:22:fb:7b:37:32 DHCP option: message type = DHCP DISCOVER
    *DHCP Socket Task: Nov 07 11:16:09.174: 00:22:fb:7b:37:32 DHCP option: 116 (len 1) - skipping
    *DHCP Socket Task: Nov 07 11:16:09.174: 00:22:fb:7b:37:32 DHCP option: 61 (len 7) - skipping
    *DHCP Socket Task: Nov 07 11:16:09.174: 00:22:fb:7b:37:32 DHCP option: requested ip = 169.254.223.5
    *DHCP Socket Task: Nov 07 11:16:09.174: 00:22:fb:7b:37:32 DHCP option: 12 (len 13) - skipping
    *DHCP Socket Task: Nov 07 11:16:09.174: 00:22:fb:7b:37:32 DHCP option: vendor class id = MSFT 5.0 (len 8)
    *DHCP Socket Task: Nov 07 11:16:09.174: 00:22:fb:7b:37:32 DHCP option: 55 (len 11) - skipping
    *DHCP Socket Task: Nov 07 11:16:09.174: 00:22:fb:7b:37:32 DHCP option: 43 (len 2) - skipping
    *DHCP Socket Task: Nov 07 11:16:09.174: 00:22:fb:7b:37:32 DHCP options end, len 76, actual 68
    *DHCP Socket Task: Nov 07 11:16:09.174: 00:22:fb:7b:37:32 DHCP Forwarding DHCP packet (332 octets) packet DHCP Socket Task: Nov 07 11:16:09.174: 00:22:fb:7b:37:32 DHCP option len (including the magic cookie) 76
    Thanks,
    Raj Sandhu

  • SBS2003 monitoring/reporting without using internal mail server?

    Client is running SBS2003 and for certain reasons, is not running internal exchange. All Exch services disabled and need to stay that way.
    Question; is it possible to configure the server somehow (registry, etc) to point the email to an external SMTP server instead of the internal mail server? We need to get the performance reports but aren't allowed to enable exchange.
    Thanks!
    Charlie

    As best I can recall, in the SBS 2003 era..the reports are acutally emailed using the SMTP service and not exchange.   No information has ever been provided from the MS Product team on how to make mods ot this.  
    But because of integration of SBS when you indicate the users to send to, it's looking at the FQDN and if its the one supplied during the CEICW wizard, then it's trying to send that to an exchange mailbox.   Have you tried running the wizard and
    supply an outside pop3 address?  (not the hosted exchange)  Does the message arrive?  
    Cris Hanna [SBS - MVP] (since 1997)
    Co-Contributor, Windows Small Business Server 2008 Unleashed
    http://www.amazon.com/Windows-Small-Business-Server-Unleashed/dp/0672329573/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1217269967&sr=8-1
    Owner, CPU Services, Belleville, IL
    A Microsoft Registered Partner
    MVPs do not work for Microsoft
    Please do not submit questions directly to me.
    <Charlie Kaiser> wrote in message
    news:[email protected]...
    No, I'm really not sparring with you. I'm just removing the irrelevant factors from the conversation.
    If you really have to know, their hardware is somewhat underpowered for the utilization it is receiving. The client is on hard times and cannot afford to upgrade the server hardware, nor can they afford a second server. Rebuilding their domain onto W2K3/W2K8
    standard is also too expensive a project for them.
    They have hosted external exchange and have for quite some time. They are happy with it and don't want to change. The server, after we took it over and tuned things for them, works fine. They experience almost no downtime and performance is adequate given
    the current configuration. But adding any additional load to the server results in performance issues, including memory and disk space. Adding an additional 5% load on the server for exchange right now is not an option for us or them. They do not want nor
    need exchange running internally.
    So it returns to the original question; is there any way to simply point the outbound email to a different SMTP server? Somewhere, the monitoring component says "send this information by email; connect to SMTP." If there's a way to modify that easily, we
    will do so. If there is not, then we'll probably just shut off the SBS monitoring and use a 3rd party tool intstead. But pointing SMTP is possibly simpler than making those changes.
    As a small-business consultant, we spend a lot of time trying to help small companies do things as cheaply as possible. For many companies, spending a few grand on a server or project is absolutely out of the question these days. So we do what we can. The
    solution you are pushing can work fine for a larger company that has a healthy IT budget. But not in this case.
    Cris Hanna, Microsoft SBS MVP, Owner-CPU Services, Belleville, IL

  • Does option 43 matter ? WLC5508 ver 7.2 using internal DHCP server

    I am using a WLC 5508 and its internal DHCP server. I cant find anywhere I can setup option 43. However, the access points are connected in just fine. Do I need to worry about setting up a seperate DHCP server to get option 43 setup properly ?
    Thank you.

    Sorry I didnt make my question clear.
    I am using a WLC 5508 and its internal DHCP server. I cant find anywhere I can setup option 43.
    When I connect a CAPWAPP Access Point to the network, it receives IP address from the WLC 5508 DHCP service just fine. It shows up in the access points list and users can connect to it no problem.
    Do I need to worry about setting up a seperate DHCP server to get option 43 setup properly ?

  • Internal db server deosnt start..

    Hi,
    I get the following error when i start tomcat in the catalina.log. Idm is deployed in the webapps folder.
    Defining system properties...
    StartupServlet: programmatically derived waveset.home=file:/usr/local/tomcat/webapps/idm/
    StartupServlet: Defining properties from web.xml
    Starting: Identity Server...
    Starting internal database server ...
    com.waveset.util.ConfigurationError:
    ==> java.sql.SQLException: Connection is broken: java.io.EOFException
    at com.waveset.repository.HSqlDBDataStore.getNetworkConnection(HSqlDBDataStore.java:348)
    at com.waveset.repository.HSqlDBDataStore.getRawConnection(HSqlDBDataStore.java:460)
    at com.waveset.repository.RelationalDataStore.connect(RelationalDataStore.java:4528)
    at com.waveset.repository.RelationalDataStore.open(RelationalDataStore.java:7632)
    at com.waveset.repository.RelationalDataStore.checkDatabaseMetaData(RelationalDataStore.java:3938)
    at com.waveset.repository.RelationalDataStore.init(RelationalDataStore.java:3788)
    at com.waveset.repository.ServerRepository.initDataStore(ServerRepository.java:1508)
    at com.waveset.repository.ServerRepository.getPrimaryDataStore(ServerRepository.java:1385)
    at com.waveset.repository.ServerRepository.getPrimaryDataStore(ServerRepository.java:1351)
    at com.waveset.repository.ServerRepository.init(ServerRepository.java:741)
    at com.waveset.repository.ServerRepository.<init>(ServerRepository.java:717)
    at com.waveset.repository.ServerRepository.getRepository(ServerRepository.java:158)
    at com.waveset.server.Server.init(Server.java:271)
    at com.waveset.server.Server.start(Server.java:237)
    at com.waveset.server.Server.getServer(Server.java:826)
    at com.waveset.server.Server.getServer(Server.java:803)
    at com.waveset.server.StartupServlet.startServer(StartupServlet.java:441)
    at com.waveset.server.StartupServlet.init(StartupServlet.java:116)
    at javax.servlet.GenericServlet.init(GenericServlet.java:212)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4058)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4364)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
    at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:829)
    at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:718)
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1147)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    at org.apache.catalina.core.StandardService.start(StandardService.java:516)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Caused by: java.sql.SQLException: Connection is broken: java.io.EOFException
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(DriverManager.java:525)
    at java.sql.DriverManager.getConnection(DriverManager.java:140)
    at com.waveset.repository.HSqlDBDataStore.getNetworkConnection(HSqlDBDataStore.java:332)
    ... 44 more
    Wrapped exception:
    java.sql.SQLException: Connection is broken: java.io.EOFException
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(DriverManager.java:525)
    at java.sql.DriverManager.getConnection(DriverManager.java:140)
    at com.waveset.repository.HSqlDBDataStore.getNetworkConnection(HSqlDBDataStore.java:332)
    at com.waveset.repository.HSqlDBDataStore.getRawConnection(HSqlDBDataStore.java:460)
    at com.waveset.repository.RelationalDataStore.connect(RelationalDataStore.java:4528)
    at com.waveset.repository.RelationalDataStore.open(RelationalDataStore.java:7632)
    at com.waveset.repository.RelationalDataStore.checkDatabaseMetaData(RelationalDataStore.java:3938)
    at com.waveset.repository.RelationalDataStore.init(RelationalDataStore.java:3788)
    at com.waveset.repository.ServerRepository.initDataStore(ServerRepository.java:1508)
    at com.waveset.repository.ServerRepository.getPrimaryDataStore(ServerRepository.java:1385)
    at com.waveset.repository.ServerRepository.getPrimaryDataStore(ServerRepository.java:1351)
    at com.waveset.repository.ServerRepository.init(ServerRepository.java:741)
    at com.waveset.repository.ServerRepository.<init>(ServerRepository.java:717)
    at com.waveset.repository.ServerRepository.getRepository(ServerRepository.java:158)
    at com.waveset.server.Server.init(Server.java:271)
    at com.waveset.server.Server.start(Server.java:237)
    at com.waveset.server.Server.getServer(Server.java:826)
    at com.waveset.server.Server.getServer(Server.java:803)
    at com.waveset.server.StartupServlet.startServer(StartupServlet.java:441)
    at com.waveset.server.StartupServlet.init(StartupServlet.java:116)
    at javax.servlet.GenericServlet.init(GenericServlet.java:212)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4058)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4364)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
    at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:829)
    at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:718)
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1147)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    at org.apache.catalina.core.StandardService.start(StandardService.java:516)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Problem starting Identity server: com.waveset.util.ConfigurationError:
    ==> java.sql.SQLException: Connection is broken: java.io.EOFException
    ...Finished starting Startup Servlet
    Jul 15, 2008 3:09:23 PM org.apache.catalina.core.StandardContext addApplicationListener
    INFO: The listener "listeners.ContextListener" is already configured for this context. The duplicate definition has been ignor
    ed.

    Check what repository your instance is pointing to using "LH setrepo -c"
    looks like you are using HSQL and it might be broken. Fix it or point it to some other repository that you have created using setup or setrepo command

  • Dynamic Internal Connection

    Is it possible to set the jbo.server.internal_connection dynamically for a project. I have an application that can connect to 3 different databases so depending on which one they choose I want to point the internal connection to a JNDI source on that server. I currently do something similar for the standard connection using a DynamicEnvInfoProvider which implements EnvInfoProvider
         * This method gets the users desired database and sets it
         * in the environment JDBC_DS_NAME to use the correct datasource
         * @param infoType
         * @param env
         * @return
        @Override
        public Object getInfo(String infoType, Object env) {
            if (EnvInfoProvider.INFO_TYPE_JDBC_PROPERTIES.equals(infoType)) { 
                Object dsName = AppModHelper.getDSname(); 
                if (dsName != null) { 
                     if (((Hashtable)env).containsKey(Configuration.JDBC_DS_NAME)) { 
                          ((Hashtable)env).put(Configuration.JDBC_DS_NAME, 
                                                    (String)dsName);
            return null; 
        }Is it possible to do something similiar with the internal connection, or does anybody know another way of doing it not in some sort of EnvInfoProvider.
    Thanks!
    JDev 11.1.2.0.0

    Thanks Frank,
    I ended up just giving create table/index/sequence to the 3 app accounts on each database instead of having one single account to go through which would have been ideal.

  • Setting up g4 as internal file server

    I work for a small company who happens to have a nearly full file server. I have been assigned the task to set up a Dual 867 PowerPC G4 as our main internal file server. The server would serve only internally, providing a place to store our files where anyone in the building can access the file server.
    One slight problem: I haven't really got a clue how to do this.
    We want the server to contain two (2) 750 GB drives... one mirroring the other automatically.
    I contacted Seagate to find out what the biggest hard drive they have for this particular machine and they said 120 GB. They said the bios on a G4 will not allow a 750GB drive. They told me to go to a company called www.attotech.com and get a controller card/host adapter that will provide 48-bit addressing... they said this would bypass the system bios and allow the machine to house larger drives (possibly up to 750 GB).
    Anyway... if anyone could give me some direction on this project, it would help out immensely. I just need some instruction on how to set this machine up... what i need to do... what hardware i need, etc. From the ground up, basically.
    Please help!!!
    Thanks a million!
    Machine specs:
    -OSx 10.4.8
    -Dual 1.2 GHz PowerPC G4
    -1 MB L3 cache per processor
    -768 MB DDR SDRAM

    Maooley,
    I am surprised you did not get a response from this post.
    I am not sure of the 120GB limit on that G4. I know an earlier version was limited to 80GB, so your info might be accurate. In any event going with a SATA card will definitely improve performance. While you are shopping I would also suggest replacing the internal HD. Drives fail. If this is the original drive then replace it before deploying your new server.
    Once you get all the hardware in place you can mirror the internal drives with Disk Utility (check out the RAID tab).
    You might also consider OS X Server. It's the same core OS but adds a set of services and the tools to managed the server. The 10 client version is $499. The 10 client limits concurrent AFP connections, but all other services are unlimited (SMB, FTP, web, etc)
    Often new admins set up a server and give one login to everyone, sometimes with no password. I strongly recommend each user have their own login name and password. This way you can keep track of who is connected, who is creating file, and you can give dedicated server space to each user.
    Have you considered backup? I sure hope so. Now that you have the company goods in one place you have the opportunity loose it all in one quick trash session. You also have the opportunity to pack it up and take it offsite site so you can recover from operator error, sabotage, flood, fire etc.

  • NAT/PAT Setup with internal web server.

    Environment:
    Web Server inside and 10 internal workstations.
    One external public IP address.
    Cisco Router 806 with HTTP server enable.
    Conditions:
    External users have to be able to access the web server.
    The internal users have to be able to access the web server via the "EXTERNAL" IP address. Since they are using an external DNS.
    Scenario:
    The internal workstation request from external DNS address for the web server.
    DNS replies with external IP address.
    Workstation attempts to connect to web server via external IP address.
    Connection fails at the router showing the router's HTTP logon page.
    We are trying to implement NAT/PAT inside, with static assignment to port 80 to the internal web server.
    Thanks, Pat Askins.

    You need to use cisco NAT virtual interface,
    Example:
    your internal network web server ip 192.168.1.10/24 Fa0 router Fa1 Public Ip address 1.1.1.1
    here is what you need to configure in NAT router to resolve your issue:
    int fa0
    ip nat enable
    no ip redirects
    int fa 1
    ip nat enable
    no ip redirects
    ip nat source static tcp 192.168.1.10 80 1.1.1.1 80 overload
    ip nat source list 1 interface fa0 overload
    access-list 1 permit 192.168.1.0 0.0.0.255
    now you can try access to your 1.1.1.1:80 from inside network.

Maybe you are looking for