How windows client can access iCal directory?

I setup Sunbird on Windows can access iCal server calender event.
How can i in windows access iCal server OD user database?
Because when i in Sunbird add new event and invite attenders seems not function.
I think is Windows haven't bind to OD directory.
How can i solve it?

user738616 wrote:
Hi,
The last time I checked - transactional cache cannot be used from Extend clients. Your best bet would be to use "EntryProcessors"
Hope this helps!
Cheers,
NJActually the best bet would be an Invocable sent via an InvocationService accessing the transactional caches from the proxy.
Best regards,
Robert

Similar Messages

  • How my client can acces to my web Services??

    We want buy Oracle9iAS and we want know How our clients can access aour web services? They need some special software? or just need to send us a XML?
    Thanks

    As long as they can send standard XML based SOAP messages, Oracle can handle it. Interoperability based on standards is critical for the team building Web services into the Oracle environment.
    Backing that up, here is some pointers. Oracle belongs to both the Web Services Interoperability (WS-I) group (actually was a founding member along with IBM and Microsoft - http://www.ws-i.org) and SOAPBuilders (which is an ad-hoc consortium of several dozen vendors working on interoperability - http://ws-interop.oracle.com/soapbuilder/). One of our roles on the WS-I team is working on building a reference implementation of the WS-I Basic profile (specific versions of SOAP, WSDL and UDDI) which will be used to show interoperability amongst vendors in the WS-I.
    If you download the developer preview of Oracle9iAS Containers for J2EE (see: http://otn.oracle.com/tech/java/oc4j/content.html) you will see it includes the SOAPBuilders interoperability test showing this so you can test it out yourself.
    To see which standards groups Oracle belongs to, check out this page - in the Java space we participate in over 68 Java Specification Requests and more every day - but we also belong to W3C, OASIS and dozens of other standards groups and take that participation very seriously: http://otn.oracle.com/tech/xml/htdocs/standard.html
    Finally, to see how your partners can test in an Oracle Web services environment independent of any special software, check out the latest demo put up a few days ago showing the built in tester that comes with any Web service published on Oracle9iAS - you get a Web page which lets you pass in parameters and try the Web service out on the fly. This tutorial happens to be publishing PL/SQL as a Web service but the same applies if you publish an EJB, JMS queue, or Java class as a Web service (see step 24):
    http://otn.oracle.com/tech/webservices/htdocs/series/plsql/content.html
    Hope this is a start for you.
    Mike.

  • How many clients can be connected to an Access Point

    Hi friend,
    I want to know how many clients can be connected in Cisco AP 1140.
    Best Regard,
    Marco.

    Hi,
    As Stephen mention the best answer is it depends.
    What you need to keep in mind is that wireless is halfduplex and a shared medium and due to this the bandwith will go down per client.
    http://www.cisco.com/en/US/products/hw/wireless/ps430/products_qanda_item09186a008009483e.shtml
    Q. How many clients can associate to the AP?
    A. The AP has the physical capacity to handle 2048 MAC  addresses, but, because the AP is a shared medium and acts as a wireless  hub, the performance of each user decreases as the number of users  increases on an individual AP. Ideally, not more than 24 clients can  associate with the AP because the throughput of the AP is reduced with  each client that associates to the AP.

  • Vpn client can access internet but cannot access internal network

    I am using PIX 501 to setup a VPN. At first the VPN client cannot access the internet once they logged in via the Cisco system vpn client, so i enable split tunneling. Now the VPN client can access the internet but they can't access the internal network.Due to the limited characters can be posted here, only necessary IOS coding is posted on the next message. Who knows how to solve this problem? Pls Help.....

    enable password ********** encrypted
    passwd ********** encrypted
    hostname Firewall
    domain-name aqswdefrgt.com.sg
    access-list 100 permit ip 192.168.1.0 255.255.255.0 192.168.50.0 255.255.255.0
    access-list nat permit tcp any host 65.165.123.142 eq smtp
    access-list nat permit tcp any host 65.165.123.142 eq pop3
    access-list nat permit tcp any host 65.165.123.143 eq smtp
    access-list nat permit tcp any host 65.165.123.143 eq pop3
    access-list nat permit tcp any host 65.165.123.143 eq www
    access-list nat permit tcp any host 65.165.123.152 eq smtp
    access-list nat permit tcp any host 65.165.123.152 eq pop3
    access-list nat permit tcp any host 65.165.123.152 eq www
    access-list nat permit tcp any host 65.165.123.143 eq https
    access-list nat permit icmp any any
    ip address outside 65.165.123.4 255.255.255.240
    ip address inside 192.168.1.2 255.255.255.0
    ip verify reverse-path interface outside
    ip local pool clientpool 192.168.50.1-192.168.50.50
    global (outside) 1 interface
    nat (inside) 0 access-list 100
    nat (inside) 1 0.0.0.0 0.0.0.0 0 0
    static (inside,outside) tcp 65.165.123.142 smtp 192.168.1.56 smtp netmask 255.255.2
    55.255 0 0
    static (inside,outside) tcp 65.165.123.142 pop3 192.168.1.56 pop3 netmask 255.255.2
    55.255 0 0
    static (inside,outside) tcp 65.165.123.143 smtp 192.168.1.55 smtp netmask 255.255.2
    55.255 0 0
    static (inside,outside) tcp 65.165.123.143 pop3 192.168.1.55 pop3 netmask 255.255.2
    55.255 0 0
    static (inside,outside) tcp 65.165.123.143 www 192.168.1.55 www netmask 255.255.255
    .255 0 0
    static (inside,outside) tcp 65.165.123.152 smtp 192.168.1.76 smtp netmask 255.255.
    255.255 0 0
    static (inside,outside) tcp 65.165.123.152 pop3 192.168.1.76 pop3 netmask 255.255.
    255.255 0 0
    static (inside,outside) tcp 65.165.123.152 www 192.168.1.76 www netmask 255.255.25
    5.255 0 0
    static (inside,outside) tcp 65.165.123.143 https 192.168.1.55 https netmask 255.255
    .255.255 0 0
    access-group nat in interface outside
    route outside 0.0.0.0 0.0.0.0 65.165.123.1 1
    aaa-server TACACS+ protocol tacacs+
    aaa-server RADIUS protocol radius
    aaa-server LOCAL protocol local
    aaa-server plexus protocol radius
    aaa-server plexus (inside) host 192.168.1.55 ******** timeout 5
    http server enable
    http 192.168.1.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server community public
    no snmp-server enable traps
    floodguard enable
    sysopt connection permit-ipsec
    crypto ipsec transform-set myset esp-des esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto dynamic-map cisco 1 set transform-set myset
    crypto map dyn-map 20 ipsec-isakmp dynamic cisco
    crypto map dyn-map client authentication plexus
    crypto map dyn-map interface outside
    isakmp enable outside
    isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
    isakmp policy 20 authentication pre-share
    isakmp policy 20 encryption des
    isakmp policy 20 hash md5
    isakmp policy 20 group 2
    isakmp policy 20 lifetime 86400
    isakmp policy 40 authentication pre-share
    isakmp policy 40 encryption 3des
    isakmp policy 40 hash md5
    isakmp policy 40 group 2
    isakmp policy 40 lifetime 86400
    vpngroup vpn3000 address-pool clientpool
    vpngroup vpn3000 dns-server 192.168.1.55
    vpngroup vpn3000 wins-server 192.168.1.55
    vpngroup vpn3000 default-domain aqswdefrgt.com.sg
    vpngroup vpn3000 idle-time 1800
    vpngroup vpn3000 password ********
    telnet 192.168.1.0 255.255.255.0 inside
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    terminal width 80

  • How many clients support access points 1602, 2602, 3602?

    Hi! How many clients support access point 1602, 2602, 3602. I have found for example that the 1602 supports 32 ClientLink clients and max 128 clients, APs 2602, 3602 supports 128 ClientLink clients and max 200 clients. But is it really? And can we say for example that the AP 2602 will withstand max 200 clients?

    The reason the answer varies so much, is because there are so many variables (this is also why the value ranges so much from one manufacture to the next).  When determining the answer you are looking for you need to consider the following factors and likely more:
    AP model and the features it supports
    single, dual, or tri radio AP
    20, 40, or 80Mhz wide channels
    Device type (b/g, b/g/n, a/b/g/n, a/b/g/n/ac, spatial stream support, and channel width support)
    Security/QOS method(s) employed
    Average distance from the AP
    Obstructions between devices and radios
    Number of competing radios for the same channel
    Data rates configuration
    Rogue detection/mitigation configuration
    Surrounding client density not just the area of concern client density
    Noise floor levels
    Application types/per user network load (is it heavy like YouTube traffic or a drone on the network like Pandora)
    Network latency on the switching side - including the internet circuit
    Application of per SSID, per user, and or per application rate limiting
    The list continues, but I think you get the idea
    I have personally seen 80 devices on a 5Ghz radio of a 3500 access point with several other access points and at least 200 other clients in the area and it was working well.  That being said I would never design to expect that many on a single radio, but I think it is better said that you can safely design for 20-30 clients per 2.4Ghz radio and 25-40 clients per 5Ghz radio.
    The default statement of 20-25 per AP and similar low expectation statements concerning Cisco wireless have been around for many years.  It is now 2014.  About 65% of clients support 5Ghz, ~9% support AC (already), ~90% support some form of N, and ~0.01% support B only.  The landscape of wireless is changing fast making questions like this one have ever changing answers.
    I hope this helps :).
    John

  • How many clients can connect through cisco AP 1310 in wireless network ?

    I had setup wireless network with
    wlc4402,cisco AP 1310.1131 and 1242 and Cisco acs 4.1.My problem is only 30 clients connect through Cisco AP 1310 at a time.I can not connect more than 30 clients at a time.What is the issue in wireless network?please reply .
    Thanks and regards
    By
    D.Anbudurai

    WIRELESS > 802.11 > RRM
    How can do that setting ? Can you reply with
    some brief steps? And also I want to know how
    many clients can connect in wireless network at
    a time exactly through cisco aps?
    Thanks and regards
    d.anbudurai

  • How many clients can connect to Topic?

    I've just read through the jms tutorial and it seems to be ment to losely couple parts of a big systems. (delivery -> factory -> order)
    I'm in the process of beginning a application which has the following structure:
    One client sends a message to the server, the server sends this message to one or more clients. (in jms: sender sends message to topic, topic sends message to receiver).
    Now the client which receive the message from the server isn't part of a system, it's actual a person who sits behind his/her computer and finds the messages interesting.
    My question is about how many clients can "watch" the topic for messages? Are we talking about 50, 100, 500 or 1000 or maybe 10.000 ?

    Jan,
    I do not think that there is a forced limit for as long as your hardware can sustain.
    It also probably depends from MQ vendor to vendor, and their JMS implementations.
    In one of my apps 10,000 subscribers was the practical celing due to the memory limitations. (On Solaris 8, 2 GB shared memory)
    In another that used open source JMS celing was much lower. due to its underlying EJB implementation (Linux).
    I would suggest a clean box test. Benchmarking, stress and load testing you middleware is always a good idea. It will give you a good idea what your app can and can not do.

  • How many clients can the time capsule handle?

    I'm trying to research how many clients can be accomodated by the time capsule - anyone know?

    Welcome to the Apple Support Communities
    You can connect 50 devices and computer wirelessly to the Time Capsule, but you can connect more through Ethernet

  • How many clients can associate to the AP?

    Hi
    I need know how many clients can associate for this AP model
    AIR-CAP3502I-A-K9
    AIR-LAP1131G-A-K9
    I have 45 clients currently associated with each AP.
    Thanks

    I need know how many clients can associate for this AP model
    Theoretically, you can have 1098 clients per WAP.  However, in practice, this will depend entirely on the type of Wi-Fi traffic being pushed around.
    Cisco recommends no more than 25 clients per WAP.  But if you are just pushing emails, HTML around then this number can go as high as 35 clients per WAP.  If you are pushing HD video, then the number goes down to around 8 clients per WAP.
    I have 45 clients currently associated with each AP.
    This is too much.  Even for a 1131.  Take note that, unlike the 3502, the 1131 only has FastEthernet data port.  So with 45 clients connected to the 1131, you may have some bottleneck.

  • How many clients can connect to AP54G?

    Pls let me know how many clients can connect to AP54G?
    I find in it's spec, but can't find.
    Thanks!!!

    no answer...
    any in my question wrong?
    Please..................

  • Windows Users can access shares but Macs Can't

    Running 10.8 on the server and here is the below problem I am having
    1. Windows users can access the file shares read/write (even though they create permissions wrong, another day to takle that since I already tried ACL)
    2. Macs running 10.8 and Mavericks
         Open the server in finder on a user machine. Can sometimes see the two share folders. Other times just get the spinning wheel.
         Now if you are so brave to click on the folder then finder will spin forever.
         It locks finder up so hard that you can't shut down the machine without holding the power button. Other programs will run just fine, it only affects finder.
    I tried connecting from the mac with smb:// to see if it is an AFP issue but it just sits on connecting forever.
    I looked through the logs and don't see anything. But my knowledge of logs is terrible.
    Any help would be great.
    Thanks
    Thom

    Running 10.8 on the server and here is the below problem I am having
    1. Windows users can access the file shares read/write (even though they create permissions wrong, another day to takle that since I already tried ACL)
    2. Macs running 10.8 and Mavericks
         Open the server in finder on a user machine. Can sometimes see the two share folders. Other times just get the spinning wheel.
         Now if you are so brave to click on the folder then finder will spin forever.
         It locks finder up so hard that you can't shut down the machine without holding the power button. Other programs will run just fine, it only affects finder.
    I tried connecting from the mac with smb:// to see if it is an AFP issue but it just sits on connecting forever.
    I looked through the logs and don't see anything. But my knowledge of logs is terrible.
    Any help would be great.
    Thanks
    Thom

  • Installation Error- How do I verify access to directory?

    What does this message mean?  Error writing to file: program files (x86)itunes\itunesresources\en.iproj\Aboutitunes.rtf. Verify that you have access to directory.

    Error writing to file: program files (x86)itunes\itunesresources\en.iproj\Aboutitunes.rtf. Verify that you have access to directory.
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • How many users can access networked itunes at one time?

    So we've got an Apple Extreme router and I've plugged a hard-drive in the back which has both our itunes & iphoto libraries on it. The idea being that all 3 of our mac laptops can use one networked library.
    However we are finding that only one mac can access each library at any one time - if another mac attempts to access the program simultaneously, it receives a message that the program is locked.
    Is it possible for more than one mac to access each program at any one time? If so, how?
    Thanks,
    James

    See Max connections in Oracle 10g Express
    and ask such questions in that or Express edition forum.
    Gints Plivna
    http://www.gplivna.eu

  • How the client can send video data of it's camera out without using JMF?

    The client A and B don't install the JMF software.How the client A can send video data of it's camera to another client B,when the client A and B login in a web server on which the JMF software has been installed?Off course,all of them have the JRE.
    This is my a video exchang software in doing now using JMF technology.I hope every client using the video exchange function need not install the JMF software when the web server have installed the JMF software.

    doudouhaha wrote:
    The client A and B don't install the JMF software.How the client A can send video data of it's camera to another client B,when the client A and B login in a web server on which the JMF software has been installed?Off course,all of them have the JRE.They can't.
    This is my a video exchang software in doing now using JMF technology.I hope every client using the video exchange function need not install the JMF software when the web server have installed the JMF software.Sorry.
    For playing back, may be it is possible to "jar" the jmf along with the application and the upload on the server, then it may recognize all the classes but there can still be problem because JMF depends on many ".dll" files which are stored in System folders, as I have seen. So,........This is correct, mostly. Here goes a captfoss inforant...
    JMF is a collection of Java files (jmf.jar) that perform a certain set of functions, and it's also a set of native library files. You can use the Java JMF stuff with web-start, so the clients wouldn't have to have JMF installed to use the Java JMF stuff. The problem with doing this approach, you always have to ask yourself "Can I do what I want to do without the native library stuff?"
    To answer this question, it's important to take a look at the JMF supported formats page.
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/formats.html]
    If you look in the column "JMF 2.1.1 Cross Platform Version", it'll tell you what you can do in pure JMF, without any of the native libraries. In the case of capturing data, the only thing you can capture without native code is audio through the JavaSound system.
    If you take a look at the RTP formats listed, you'll see a problem...the cross-platform version can't send any kind of video data to itself, which means you'd have to send MPEG1 to a transcoding server to bounce it back to the second client as a JPEG image...and that's if you somehow had the video data you want to transmit, which you cannot get from the cross-platform pack anyway.

  • TS2570 Boot or Restore, can't see my Mac partition but can see my Windows7 partition. From Windows I can access my Mac files which I've backed up on a NTFS drive. I most probably will need to erase the Mac partition & make a new one, what happens to Boot

    Hi,
    When I boot my 2010 MacBook Pro I get a gray screen, when I try to do a Restore, the Mac partition is nowhere in sight, it sees my Windows Partition.
    When I in Windows I can see all the files in the Mac Partition and I've backed up my Mac files on a NTFS external drive. My Windows partition has been working fine, I've installed it 2 years ago and have been receiving regular updates. Only problem is my display driver crashes occasionally.
    I most probably will have to recreate the Mac partition and re-install Mountain Lion from the Mac servers. BUT, what happens to Boot Camp and my Windows 7 partition?
    Any ideas?
    Thanks

    Unfortunately, there is no way to expand the partition upwards. As you noted, you would need to either start afresh, or simply find a good use for the first partition.

Maybe you are looking for

  • Dvd from tapes

    What is the easiest way to make a dvd from vhs or dv tapes?

  • Running a Java Application on a Novell Netware Server

    I know this is a strange question but I was hopeing someone could help me or point me in the right direction. I have a java application that backs up files. I would like to run it automatically at night on our Novell server. Can Java run on a Novell

  • Auto PO at the the time of Gr

    Hi,   Can any one please explain me the advantages and disadvantages of Automatic PO creation at the time of GR.Can PO be created automatically from SES also? Regards, Tess

  • Release strategy complex customer specific checks

    Hi MM guys, does anybody knows whether there are UserExits for the release strategy functionality in 46C? We´re already using this strategy functionality via classification. But now we´ve got further request concerning the checks which have to be pro

  • Airport Connection issue

    Hi, I have a 24" iMac (2.8 C2D), just recently i'm getting an issue with the airport failing to connect to the wireless router when the machine is first booted up. If i then turn the Airport off and back on again it connects straight away and I have