Ical client setup with 10.6 server

I have iCal server up and running on my 10.6 server and everything seems to be working right. however I have set the server side up to use ssl and have opened those ports on my firewall which works. My problem is that after setting up a user I send out the welcome email and that has the configure my mac link. Which was done before I change the iCal server settings to use ssl. And now every time I go in and manually set the server settings to use ssl on the client side and quit and reopen ical another account is added without the ssl settings. How do i get it to stop automatically adding an account to iCal?

This looks like a bug in the iCal client. I, too, have had problems with delegated calendars and end users mistaking events for being missing, not updated or incorrect only because their local copy was not synced with the true copy on the server. The refresh rate on delegated calendars can be changed with the "Refresh calendars: [ Every 1 minute ]" preference. You can verify this by right-clicking or control-clicking on the delegated calendar and choosing "Show CalDAV Queue." This brings up a queue of activity with the iCal Server. You'll note at the top that it mentions "Refresh every 1 minute."
The problem, of course, is if you quit iCal and recheck the "Show CalDAV Queue" on the delegated calendar, the refresh interval has reverted to some long interval like 300 or 900 minutes. This is a bug, for sure. For now, you can tell your clients not to quit iCal or to refresh manually or reset the refresh interval whenever they restart iCal/their computer, etc.

Similar Messages

  • ICal (Client) version with 10.6.2, intermittently loses "Refresh Frequency"

    iCal (Client) version with 10.6.2, intermittently loses "Refresh Frequency"
    10.6.2 SLS with 1.5 mo. new MacPro tower with 4 Cores (just bought)
    3GB RAM
    Network Homes
    Network Calendars (only, no published things, no busysync, all Apple Champagne)
    iCal Server enable
    Solid, fast network homes, logins quick, kick-*** OD implementation, very few beach balls, though they grow when I get all 12 delegates refreshing calendars every minute.
    Push turned off (it doesn't work as advertised, in my tests)
    Set iCal client to refresh each minute
    12 Read/Write Delegates for each of 13 workstations. (so, we're really expecting a lot, but not a lot, like in, we expect Exchange/Outlook robustness -- on open standards woo hoo)
    But yeah, the main symptom is that the ical client loses it mind (at some as yet undetermined interval) and stops refreshing. And the formerly trusting Calendar user, misses a meeting, because the change the delegate made to their calender didn't refresh and the Calendar user shows up an hour late, or misses the event entirely. That won't work.
    OK. back to what I've tried. (I haven't tried, but am considering it, moving to PHD)
    I have turned off PUSH. I hope that returns some server processing cycles.
    I have ( and this fixes it temporarily ) set their refresh frequency to manual. Close Prefs. Open Prefs, set back to 1 Minute. Close prefs. And that holds for a day (?) two days (?) I haven't gotten that far yet. I did that last night. And it saved me from having to remove and add the network calendar account. So, my remedy is down to about 40 seconds and 10 mouse clicks. Still annoying, and should work properly.
    Apple Enterprise support is being awesome. They send me the engineering capture tool and I am awaiting the symptom return. Then I run that app and it gobbles up lots of logs on an affected client workstation and the server. So, wish me luck, and send any thoughts or ideas along.

    This looks like a bug in the iCal client. I, too, have had problems with delegated calendars and end users mistaking events for being missing, not updated or incorrect only because their local copy was not synced with the true copy on the server. The refresh rate on delegated calendars can be changed with the "Refresh calendars: [ Every 1 minute ]" preference. You can verify this by right-clicking or control-clicking on the delegated calendar and choosing "Show CalDAV Queue." This brings up a queue of activity with the iCal Server. You'll note at the top that it mentions "Refresh every 1 minute."
    The problem, of course, is if you quit iCal and recheck the "Show CalDAV Queue" on the delegated calendar, the refresh interval has reverted to some long interval like 300 or 900 minutes. This is a bug, for sure. For now, you can tell your clients not to quit iCal or to refresh manually or reset the refresh interval whenever they restart iCal/their computer, etc.

  • Setup ical client setup 10.6

    We are using Lion server and want to setup ical clients running on Snow Leopard (10.6), however we need the UID for the calendar, where can I get it?

    Hi
    For the iCal application you don't need the UID for the client and neither do you need to join/bind client workstations to the Server. As long as DNS is correctly resolving on both pointers and your clients are using the correct DNS Server you should be able to add a CalDAV account by simply providing the users shortname and password and the fully qualified domain name or IP address.
    As long as DNS Services are resolving correctly it will work.
    If you really want to find Users' Generated UIDs and you're not interested in using the command line, launch Directory Utility on the Lion Server itself. Click on the Directory Editor Icon and select the LDAPv3 node. This allows you to view the LDAP database in Inspector mode. Click on a User and look at the Generated UID value.
    You may have to click on another icon and then back again to get this to refresh properly. Let's call this an undocumented 'feature' of the plug-in.
    You should be able to do this remeotely by referencing the Server's LDAP node using Directory Utility on a Client Workstation. On the client launch Directory Utility (/System/Library/CoreServices) and from the File Menu select Connect. Key in the OD Master's IP address or fully qualified domain name (or even the name assuming the DNS and DHCP Services are configured correctly) as well as the appropriate directory admin name and password and you should be looking at the LDAP node in Inspector mode.
    HTH?
    Tony

  • OEL ldap client setup with SSL against OID using either ldaps or starttls

    Hi, I've got OID 11.1.1.1.0 running with SSL enabled on port 3132. It's running in mode 2, SSL Server Authentication mode (orclsslauthentication is set to 32). I'd like to setup my OEL 5.3 and Solaris 10 ldap clients to connect to OID using SSL for user authentication. I have everything already working on the non-SSL port (3060), but I need to switch over to SSL. So far I can't get it to work on either OEL or Solaris. Does anyone out there know how to configure the client to use SSL?
    Here's my /etc/ldap.conf file on OEL 5.3.
    timelimit 120
    bind_timelimit 120
    idle_timelimit 3600
    nss_initgroups_ignoreusers root,ldap,named,avahi,haldaemon,dbus,radvd,tomcat,radiusd,news,mailman,nscd,gdm
    URI ldaps://FQDN:3132/
    port 3132
    ssl yes
    host FQDN
    base dc=DOMAIN,dc=com
    pam_password clear
    tls_cacertdir /etc/oracle-certs
    tls_cacertfile /etc/oracle-certs/oid-test-ca.pem
    tls_ciphers SSLv3
    # filter to AND with uid=%s
    pam_filter objectclass=posixaccount
    #The search scope
    scope sub
    I have /etc/nsswitch.conf set to check for files first, then ldap
    passwd: files ldap
    shadow: files ldap
    group: files ldap
    Here's my /etc/openldap/ldap.conf file
    URI ldaps://FQDN:3132/
    BASE dc=DOMAIN,dc=com
    TLS_CACERT /etc/openldap/cacerts/oid-test-ca.pem
    TLS_CACERTDIR /etc/openldap/cacerts
    TLS_REQCERT allow
    TLS_CIPHERS SSLv3
    The oid-test-ca.pem is a self-signed cert from the OID server. I also have the hash file configured.
    4224de9f.0 -> oid-test-ca.pem
    I can run ldapsearch using ldaps and it works fine.
    ldapsearch -v -d 1 -x -H ldaps://FQDN:3132 -b "dc=DOMAIN,dc=com" -D "cn=user,cn=users,dc=DOMAIN,dc=com" -w somepass -s sub objectclass=* | more
    But when I run the 'getent passwd' command, it only shows me my local user accounts and none of my ldap accounts. I also can't SSH in using a ldap account.
    Solaris 10 is actually a whole other beast...I'm using the native Solaris ldap client (not PADL based) and I don't think it even works with SSL unless you're using the default ports (389/636).
    Does anyone out there know how to setup the client-side for ldap authentication using SSL? Any tips, howto docs, or advice are appreciated. Thanks!

    Hello again...
    after some research and work together with Oracle Support I found out how to get it to work:
    1. You have to create your own ConfigSet in OID using
    SSL-Server-Authentication
    (OpenSSL seems not to support SSL-encryption-only).
    The following link shows on how to do that:
    http://otn.oracle.com/products/oid/oidhtml/oidqs/html_masters/a_port01.htm
    2. Add the following lines to your $HOME/ldaprc
    TLS_CACERT /home/frank/oid-caroot.pem
    TLS_REQCERT allow
    TLS_CIPHERS SSLv3
    ssl on
    tls_checkpeer no
    oid-caroot.pem is the CA-Root Certificate you got
    during step 1
    3. you should now be able to use ldapsearch using SSL
    If you still can't connect using SSL you may have run into another issue with OpenSSL which affects systems using OpenSSL version 0.9.6d and above. The problem seems to be caused by an security fix which may not be compliant with the SSL implementation of Oracle.
    I opened an Bug for that problem with RedHat. This Bug Description also includes an proposal for an Patch which solves the problem (but may introduce some security risks). See the Bug at RedHat:
    https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123849
    Bye
    Frank Berger

  • No Default Mail Client Error with Outlook 2010, Server 2008 R2 Terminal Server, and TAM

    We are running a software package on a Windows 2008 R2 Terminal Server called TAM (The Agency Manager) along with Outlook 2010.  The application uses a MAPI connection to retrieve mail data from Outlook to be able to send and receive messages inside
    the application.  On our individual PC's this works just fine, but on the Terminal Server users we get the message "Either there is no default mail client or the current mail client cannot fulfill the messaging request.  Please run Microsoft Outlook
    and set it as the default mail client."  
    I've tried the steps listed in KB 813745 which tells you to delete the registry keys and run a repair in Office, but that didn't resolve the issue.  I've searched on this issue, but haven't found anything useful.  Any suggestions would be much
    appreciated.

    Try to set DEP and add outlook.exe. I had outlook 2007 same problem. With DEP enabled and outlook, word en excel also added to the list it worked again.
    You can find it under this computer, properties, then change settings. Click advanced tab and then select the first "settings" option.The click the "Data Execution Prevention" (DEP) and select the last option and add the office programs
    there.
    Hope this helps.

  • How does Oracle client communicate with a database server

    Looking to idenify how Oracle Database Client for OpenVMS communicates with database server and whether the protocol used is secure. Realize that it is using whatever the configured network protocol is (ie. tcpip) but is languauge it uses ( ie. SQL, etc..)  secured/encrypted and if not what steps can be taken to encypt

    Arizuddin wrote:
    I have installed oracle client 10g on client pc for getting connection to Oracle databse 10g (runng on windows server) usng ODBC through SAGE ACC PAC (ERP). Working fine earlier. Now all of a suddent user starts complaining about database connection. When checked his pc registry values. Two values of ODBC keys are reset to null. Those are DSN and DRIVER values. How come this values reset to null? What is causing this to reset?Nothing in this has anything to do with the sever. You need to check what the client did on his machine that caused registry to get modified?
    How does oracle ODBC works with Oracle database? Need to know all the steps involved?The connectoin from any client is initiated by a client process. This client process is supposed to get a server process to do his work. So if this is done, the client can work now with oracle . Please see the concepts guide for the gory details of the entire process.
    HTH
    Aman....

  • Solaris 8 client setup with solaris 9 ldap

    I have managed to install iplanet directory server 5.1 that comes with solaris 9 using the utility idsconfig. As far as i can tell, all went well. Now i'm trying to initialize a solaris 8 client to authenticate to the iDS 5.1 on my solaris 9 box. What do i have to do on the solaris 8 client to "initialize it"? I've tried using ldapclient on the solaris 8 client as follows:
    # ldapclient -v -P default x.x.x.x
    but i keep getting the following errors:
    findDN rename(/var/ldap/ldap_client_file.orig, /var/ldap/ldap_client_file) failed!
    findDN rename(/var/ldap/ldap_client_cred.orig, /var/ldap/ldap_client_cred) failed!
    There are no files in /var/ldap. I thought that one uses ldapclient to create them. Am i wrong?
    Also, the output from idsconfig says that a 'NisDomainObject' was added to my domain but looking at the object classes in iDS5.1, there is no nisdomainobject.
    I also noticed that when i run the command domain on my solaris 8 box, there's no output. Do i need to set the domain on my solaris 8 client? I have the domain defined in /etc/resolv.conf.
    Stewart

    hi Stewart,
    You may find what you are looking for in the following technical note: http://knowledgebase.iplanet.com/ikb/kb/articles/7966.html
    It is called: "Cookbook for Solaris 8 client with Directory Server 5.1/Solaris 9" :-)
    Hope this will help you.
    Cheers / Damien.

  • P2P SPA3102 setup with no SIP server/service provider

    Description:
    - Peer-to-peer ATA connection with no service provider or SIP server
    Location A (my location):
    - Linksys SPA3102
    - PABX analog device (Panasonic)
    - Public and static IP
    Location B (my partner location):
    - D-Link DVG2001S
    - Public IP
    Questions:
    - Can B ATA (D-Link) call to A ATA (Linksys) being different brands?
    - Can I pick up the B ATA attached phone and directly to have PABX internal dial tone at A, for other extension or external calls?
    - From PABX other extensions, can I call to SPA3102 extension number and directly redirect the call to B ATA?
    I was read many .pdf documents about SPA setup, and try differents configuration, but I'cant make the communication with my partner location happens.
    I think my problem is understanding and writing the correct PSTN LINE and LINE 1 Dial Plan parameters in my SPA3102.
    Can I make it happens?
    Thanks in advance,
    Bitman
    Message Edited by Bitman on 07-28-2007 05:37 AM

    Good day! I just hope this is not one of those “.pdf documents” that you have already read but basically this should work if you’re setting up two SPA3000 or SPA3102  since they have exactly the same Voice configuration:
    http://www.provu.co.uk/pdf/sipura/spa_backtoback_2x_spa3000.pdf
    I’m guessing that IP dialing should work on your two units if they both support SIP,  however, in this case, I haven’t tried setting up a D-Link before ( or you may try to wait for other users who happen to have a D-link also to post suggestions) , you may just want to try looking for documents on setting up IP dialing on D-link then try to match it’s IP dialing parameters with the SPA.

  • Deploying OracleAS Single Sign-On Server Cluster setup with a Proxy Server

    I have a question regarding setting up a OracleAS Single Sign-On Server in a cluster mode along with a Apache Proxy Server.
    Step1 - I'm planning to install OracleAS Single Sign-On Server on two nodes sso1.oracle.com and sso2.oracle.com in a Cluster. Both the nodes in the cluster accesed via Load balancer i.e sso.oracle.com.
    Step2 - Then I'm planning to setup two Apache Servers as Proxy Server i.e apache1.oracle.com and apache2.oracle.com. These two apache servers are accessed via Load balancer i.e apache.oracle.com
    The question I have is
    1)while setting up OracleAS Single Sign-On cluster I would provide Load balancer host i.e sso.oracle.com as part of the install. So that all the user requests coming to sso1.oracle.com/sso2.oracle.com get redirected back to Load balancer.
    2)But as part of the Apache Server proxy setup I am also supposed to redirect from SSO server to apache.oracle.com
    But using ssocfg.sh I can only provide either sso.oracle.com or apache.oracle.com NOT BOTH.
    In this case what I should
    1) avoid redirecting to sso.oracle.com instead redirect only to apache server OR are there any other methods to configure.
    I have above setup working fine in DEV environment, where there is only one sso server and one apache proxy server. Problem really comes when I go for setting OSSO server as a cluster in this case I have to redirect to load balancer as well as proxy server?

    why not using webcacheclustering between the apache and the 2 sso's?

  • [SOLVED] MS-CHAP[v2] auth, Microsoft VPN client setup with pptpclient

    Hi,
    Have just started with Archlinux and trying to set up a VPN tunnel using pptp.
    I have been following the guide at:
    https://wiki.archlinux.org/index.php/Mi … pptpclient
    I want to connect to a service from www.ipredator.se
    Info from them when connection to Windows XP are:
    Enter company name "Ipredator". Click Next.
    Enter "vpn.ipredator.se" as "Host name or IP address".
    I have been given a <USERNAME> and <PASSWORD> from them.
    I got the VPN tunnel up and running in Ubuntu with the settings.
    Only enabled MSCHAPv2
    use MPPE 128 bit
    and allow data compression, BSD, Deflate and TCP header.
    My configuration files:
    options.pptp
    # $Id: options.pptp,v 1.3 2006/03/26 23:11:05 quozl Exp $
    # Sample PPTP PPP options file /etc/ppp/options.pptp
    # Options used by PPP when a connection is made by a PPTP client.
    # This file can be referred to by an /etc/ppp/peers file for the tunnel.
    # Changes are effective on the next connection. See "man pppd".
    # You are expected to change this file to suit your system. As
    # packaged, it requires PPP 2.4.2 or later from [url]http://ppp.samba.org[/url]/
    # and the kernel MPPE module available from the CVS repository also on
    # [url]http://ppp.samba.org[/url]/, which is packaged for DKMS as kernel_ppp_mppe.
    # Lock the port
    lock
    # Authentication
    # We don't need the tunnel server to authenticate itself
    noauth
    # We won't do PAP, EAP, CHAP, or MSCHAP, but we will accept MSCHAP-V2
    # (you may need to remove these refusals if the server is not using MPPE)
    refuse-pap
    refuse-eap
    refuse-chap
    refuse-mschap
    # Compression
    # Turn off compression protocols we know won't be used
    nobsdcomp
    nodeflate
    # Encryption
    # (There have been multiple versions of PPP with encryption support,
    # choose with of the following sections you will use. Note that MPPE
    # requires the use of MSCHAP-V2 during authentication)
    # [url]http://ppp.samba.org[/url]/ the PPP project version of PPP by Paul Mackarras
    # ppp-2.4.2 or later with MPPE only, kernel module ppp_mppe.o
    # Require MPPE 128-bit encryption
    # require-mppe-128
    # [url]http://polbox.com/h/hs001/[/url] fork from PPP project by Jan Dubiec
    # ppp-2.4.2 or later with MPPE and MPPC, kernel module ppp_mppe_mppc.o
    # Require MPPE 128-bit encryption
    # mppe required,stateless
    chap-secrets
    # Secrets for authentication using CHAP
    # client server secret IP addresses
    <USERNAME> pptpd <PASSWORD> *
    I named my tunnel "ipredator"
    /etc/ppp/peers/ipredator
    pty "pptp vpn.ipredator.se --nolaunchpppd"
    name <USERNAME>
    remotename Ipredator
    require-mppe-128
    file /etc/ppp/options.pptp
    ipparam ipredator
    When I try to connect I get following:
    [root@archlinux ppp]# pon $TUNNEL ipredator dump logfd 2 nodetach
    pppd options in effect:
    nodetach # (from command line)
    logfd 2 # (from command line)
    dump # (from command line)
    noauth # (from /etc/ppp/options.pptp)
    refuse-pap # (from /etc/ppp/options.pptp)
    refuse-chap # (from /etc/ppp/options.pptp)
    refuse-mschap # (from /etc/ppp/options.pptp)
    refuse-eap # (from /etc/ppp/options.pptp)
    name <USERNAME> # (from /etc/ppp/peers/ipredator)
    remotename Ipredator # (from /etc/ppp/peers/ipredator)
    # (from /etc/ppp/options.pptp)
    pty pptp vpn.ipredator.se --nolaunchpppd # (from /etc/ppp/peers/ipredator)
    crtscts # (from /etc/ppp/options)
    # (from /etc/ppp/options)
    asyncmap 0 # (from /etc/ppp/options)
    lcp-echo-failure 4 # (from /etc/ppp/options)
    lcp-echo-interval 30 # (from /etc/ppp/options)
    hide-password # (from /etc/ppp/options)
    ipparam ipredator # (from /etc/ppp/peers/ipredator)
    proxyarp # (from /etc/ppp/options)
    nobsdcomp # (from /etc/ppp/options.pptp)
    nodeflate # (from /etc/ppp/options.pptp)
    require-mppe-128 # (from /etc/ppp/peers/ipredator)
    noipx # (from /etc/ppp/options)
    Using interface ppp0
    Connect: ppp0 <--> /dev/pts/1
    MPPE required, but MS-CHAP[v2] auth not performed.
    Connection terminated.
    [root@archlinux ppp]#
    I have not managed to understand way MS-CHAP[v2] auth is not performed.
    Any ideas on what I have missed during my configuration would be most appreciated!
    use code tags instead of quote since they provide scrollers and keep the thread from becoming a mile long -- Inxsible
    Thank you!
    Regards,
    /Christer
    Last edited by agkbill (2011-06-14 15:23:15)

    The problem was that <PASSWORD> was never found.
    What is written after "remotename" in peers file in the guide "PPTP" is used to find the password in chap-secreds.
    But in the guide chap-secrets look like "<USERNAME> pptpd <PASSWORD> *".
    Consecuently <PASSWORD> will never be found. It should have been  "<USERNAME> PPTP <PASSWORD> *" then it would have worked OK.
    The solution was to understand how password was found.
    require-mppe-128 works fine as well.
    Now it looks like this.
    # Secrets for authentication using CHAP
    # client server secret IP addresses
    <USERNAME> PPTP <PASSWORD> *
    pty "pptp vpn.ipredator.se --nolaunchpppd"
    lock
    noauth
    nobsdcomp
    nodeflate
    name <USERNAME>
    remotename PPTP
    require-mppe-128
    #file /etc/ppp/options.pptp
    ipparam ipredator
    Output:
    [root@archlinux ppp]# pon ipredator debug logfd 2 nodetach
    using channel 14
    Using interface ppp0
    Connect: ppp0 <--> /dev/pts/1
    sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x7540313b> <pcomp> <accomp>]
    rcvd [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0xc615076a> <pcomp> <accomp>]
    sent [LCP ConfAck id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0xc615076a> <pcomp> <accomp>]
    rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x7540313b> <pcomp> <accomp>]
    sent [LCP EchoReq id=0x0 magic=0x7540313b]
    rcvd [LCP EchoReq id=0x0 magic=0xc615076a]
    sent [LCP EchoRep id=0x0 magic=0x7540313b]
    rcvd [CHAP Challenge id=0x46 <be769cd654150cc3dc0fd20bc73c03>, name = "pptpd"]
    sent [CHAP Response id=0x46 <6ce74a85ab09e4ae223bc85f679395f0000000000000000dbb8dc66e8950ab46831b62f5815e015b1e72de1e01a4d00>, name = "<USERNAME>"]
    rcvd [LCP EchoRep id=0x0 magic=0xc616076a]
    rcvd [CHAP Success id=0x46 "S=2694D1D727F2B8C8E402125EA401750011F24F20"]
    CHAP authentication succeeded
    sent [CCP ConfReq id=0x1 <mppe +H -M +S -L -D -C>]
    rcvd [CCP ConfReq id=0x1 <mppe +H -M +S -L -D -C>]
    sent [CCP ConfAck id=0x1 <mppe +H -M +S -L -D -C>]
    rcvd [CCP ConfAck id=0x1 <mppe +H -M +S -L -D -C>]
    MPPE 128-bit stateless compression enabled
    sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0>]
    rcvd [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr x.x.x.x>]
    sent [IPCP ConfAck id=0x1 <compress VJ 0f 01> <addr x.x.x.x>]
    rcvd [IPCP ConfNak id=0x1 <addr 93.182.150.56>]
    sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr x.x.x.x>]
    rcvd [IPCP ConfAck id=0x2 <compress VJ 0f 01> <addr x.x.x.x>]
    Cannot determine ethernet address for proxy ARP
    local IP address
    remote IP address x.x.x.x
    Script /etc/ppp/ip-up started (pid 1778)
    Script /etc/ppp/ip-up finished (pid 1778), status = 0x0
    All the best!
    /Christer

  • 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.

  • New SAP R/3 Client setup with SRM

    Hi Guys,
    Can anyone guide me if I am deleting my SAP R/3 backend client and setting up a new client then do I need to delete all the current material groups and do an Initial upload by setting up the middleware settings in new R/3 client.
    Also is it necessary to delete the settings of Old middleware settings?
    Please clarify me.
    Thanks !!!!
    Regards,
    Srujank

    Hi Nagarjun,
    If you look at the exporting and importing paramters of your Method EXECUTE_SYNC...
    You would find the abap equivalent of your Message Type.  Hence you know all the fields.
    No it depends on the business Logic, or ratheer what the RFC is suppose to be requested for is filled in an an Input paramter to the Method. 
    This can be an IDOC To, in that case your MT should be similar.  Fill in the transmiaaion IDOC values.
    OR you can Actually harcode the values, make your Itab, and send it across ( as this is just for test purposes )
    Hope this helps.
    Regards
    Abhishek

  • Is RH7 client compatible with X4 server ?

    I am evaluating RH7 (client version) to see whether we should
    upgrade from X5. So far, I am very happy with the new features
    especially being able to open more than one topic at a time.
    We create a combination of WebHelp Pro and HTML Help
    projects. Currently, we publish our WebHelp Pro projects to the X3
    server version on a Windows 2000 operating system. I find that,
    when I open a project that I generated with RH7, the bookmarked
    text does not open. Also, some topics appear with the message: Page
    cannot be found. I'm assuming that the problem is that we are
    publishing a RH7 project to an X3 server version on a Windows 2000
    operating system
    We have the X4 server version, but we haven't installed it
    because of the Windows 2000 operating system. If we upgrade to
    Windows 2003, can we use RH7 (client version) with the X4 server
    version? Or, do we need to purchase RoboHelp Server 7?
    Thanks,
    Liz

    If it did Liz I'd suggest it is wrong. Just like once you'd
    upgraded a RH6 project to RH7 you can not go back, because of the
    changes to the HTML code and the Unicode support, if you have RH7
    only RH Server 7 can be used for WebHelp Pro output as only that
    version understands the underlying HTML and Unicode support. I did
    check this recently with Adobe before responding to a similar query
    from another user.

  • Interoperability: WSDL-based Java client with MS SOAP server

    Does anybody have the experience with a Java client communicating with Microsoft
    SOAP server based on the WSDL protocol? My initial experiece shows a lot of problems.
    Any information in this regard is appreciated.
    Thanks

    I'm experiencing the same sort of problem too.
    I downloaded Bea Web Service Broker in order to test some MS Soap-based web services
    before developing some Weblogic EJBs which are to use them, since both of them
    (WS Broker and Weblogic EJBs) are said to use the same underlying package of Java
    classes to access any web service.
    Most of the MS web services won't work with this tool. I have problems with remote
    methods that have one or more parameters (the remote methods seem not to get them)
    and also with some web services that raise FileNotFoundExceptions from URLs (rather
    odd to me) on the Broker, despite the fact those URLs are valid.
    Any hint or suggestion will be very appreciated.

  • Archival services with Flash Media Server

    I work for a broadcasting company and we do live telecast of
    various events, mostly related to professional sports. We currently
    have a Windows Media Encoder 9 setup with Windows Media Server,
    etc. I have a custom written application that archives all of our
    broadcasts. This was accomplished with the M$ media SDKs. Archival
    means we record each one of our daily live feeds for review and
    archival purposes (game footage for coaches, stuff like that).
    We are currently looking at h.264 capable setups, or
    something equivalent. We have been playing around with Adobe's
    encoders, media server, and all that. We are impressed with the
    quality. Switching to this right now has some logistical
    complications, mostly related to an operational requirement based
    on our current business model. Simply switching to h.264 overnight
    isn't going to be possible; we will need to prepare.
    So, with that in mind, I have a question relative to SDKs and
    Flash. My current application (the archiver) can archive up to 120
    events simultaneously on a single, reasonably fast machine on a
    fast network. I have to be able to record at least 60 on a given
    night, the 120 was discovered during testing and its faltering is
    relative to network collisions and getting ethernet up to 40%
    utilization more than not having enough CPU to process the streams.
    I would need something similar for Adobe. I have the spec (at least
    the public domain version) for the tunnelling protocol so reverse
    engineering this isn't going to be a big deal. What I'm mosly
    interested in is an SDK with functionality that allows me to record
    a lot of streams in software for archival purposes. This SDK has to
    be smart enough to deal with Disk I/O VERY intelligently because
    clearly anything more than 8-12 realtime stream records to a disk
    in a linear fashion is going to overload the hard drive.
    Before anyone starts spouting off about DRM and piracy, we
    are recording the broadcasts we own. This is for archival and this
    archival process has to be automated (the app isn't JUST a
    recorder, there's a whole process shielded from the operators of
    this thing for defining stream locations, where to save the files,
    and all that). I realize all this code that automates this process
    for our company would still need to be written. What I'm interested
    in specifically are readers and writers for flash streams,
    especially relative to network reading and disk writing
    (intelligent disk writing; I've written custom implementations of
    MMS, HTTP, etc that mash the hard drive).
    In a nutshell, is there an equivalent SDK for Adobe's
    technology as the Windows Media Format SDK is for WMV files? This
    is currently the only hurdle in implementing Adobe's h264
    technology in lieu of our current setup (which is 100's of encoders
    and locations at the current time, all over North America.
    Thank you for your time.

    Take a look at On2's Flix SDK for Live. That uses the VP6 and
    any day now, the h264 codec for FLV.

Maybe you are looking for

  • Maximum size for dataset

    Hello, Using a dataset with 309 records and 23 fields, the load and table set takes 6 seconds pretty consistently on several different machines. I removed over half the fields from the table because otherwise, it took over 10 seconds for a data reloa

  • Roaming profile problem?

    I'm not sure it's a roaming profile problem or not, but I need help to fix it. we use MetaFrame citrix to connect a remote computer running a medical program. Every computer has Citrix online plug-in. If user uses computer user always use, everything

  • Why does the Hub think I live in Hampshire - I liv...

    OK - here's a good one. I recently bought a used HH3 to replace a slightly flaky HH2 - all went well with setup (without the installation CD) and everything works fine ..... except when I check the weather or use Google Maps on my HTC Wildfire phone

  • Extended Airport Extreme 802.11ac - Slow Wi-Fi

    Hi All.. I have a rather frustrating scenerio here and could do with a few pointers as things arn't going my way I recently purchased two new AP 802.11ac for my home network, setup as follows: - Sky Modem 20Mbps IP 192.168.0.1 DHCP Ethernet Airport E

  • Photos displaying 16:9 through Apple TV HDMI ??? How do it ?

    How can I display photos in 16:9 on a SONY Bravia through a HDMI connection from the 160GB Apple TV ? I was surprised today when I used my iPod Photo on a widescreen TV for a slideshow, and even without HDMI connection, the photos displayed in all sc