Outlook Connector shared calendar lookup doesn't work for non-admins

First the version info:
JMS 6.2-8.04, Directory Server 5.2, Connector 7.2.402.1
Non-admin users are not able to retrieve a list of users from the GAL with Outlook Connector. I, as an admin, do get the list. Here is the the access log for a non-admin user. Note that in the RESULT, nentries is always zero.
mwilson=535258100062018 (non-admin)
-bash-3.00$ grep -i "conn=425940" access.20080923-112603
[23/Sep/2008:11:37:25 -0700] conn=425940 op=-1 msgId=-1 - fd=93 slot=93 LDAP connection from 209.152.33.8 to 10.10.3.3
[23/Sep/2008:11:37:25 -0700] conn=425940 op=0 msgId=1 - BIND dn="uid=535258100062018,ou=people,o=pcc.edu,o=cp" method=128 version=3
[23/Sep/2008:11:37:25 -0700] conn=425940 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="uid=535258100062018,ou=people,o=pcc.edu,o=cp"
[23/Sep/2008:11:37:25 -0700] conn=425940 op=1 msgId=2 - SRCH base="ou=people,o=pcc.edu,o=cp" scope=2 filter="(pdsRole=Employee)" attrs="cn mail uid objectClass"
[23/Sep/2008:11:37:25 -0700] conn=425940 op=1 msgId=2 - SORT cn
[23/Sep/2008:11:37:25 -0700] conn=425940 op=1 msgId=2 - VLV 1:1:1:0 2:19201 (0)
[23/Sep/2008:11:37:25 -0700] conn=425940 op=1 msgId=2 - RESULT err=0 tag=101 nentries=0 etime=0
[23/Sep/2008:11:37:25 -0700] conn=425940 op=2 msgId=3 - SRCH base="ou=people,o=pcc.edu,o=cp" scope=2 filter="(pdsRole=Employee)" attrs="uid mail cn title company telephoneNumber physicalDeliveryOfficeName objectClass"
[23/Sep/2008:11:37:25 -0700] conn=425940 op=2 msgId=3 - SORT cn
[23/Sep/2008:11:37:25 -0700] conn=425940 op=2 msgId=3 - VLV 0:8:0:0 1:19201 (0)
[23/Sep/2008:11:37:25 -0700] conn=425940 op=2 msgId=3 - RESULT err=0 tag=101 nentries=0 etime=0
[23/Sep/2008:11:39:26 -0700] conn=425940 op=3 msgId=4 - UNBIND
[23/Sep/2008:11:39:26 -0700] conn=425940 op=3 msgId=-1 - closing - U1
[23/Sep/2008:11:39:26 -0700] conn=425940 op=-1 msgId=-1 - closed.
Next, I followed the steps outlined in http://docs.sun.com/app/docs/doc/819-5200/gbnse?l=en&a=view&q=shared+calendar+ldap+lookup.
I set service.wcap.userprefs.ldapproxyauth = "yes"
I have the ACI entries as specified in that document.
(targetattr = "mail || uid || icsCalendar || givenName || sn || cn")
(targetfilter = (|(objectClass=icscalendaruser)(objectClass=icscalendarresource)))
(version 3.0;acl "Allow Calendar administrators to proxy - product=ics,class=admin,num=2,version=1";
allow (proxy)(groupdn = "ldap:///cn=Calendar Administrators, ou=Groups, o=cp");)
(targetattr = "mail || uid || icsCalendar || givenName || sn || cn")
(targetfilter = (|(objectClass=icscalendaruser)(objectClass=icscalendarresource)))
(version 3.0;
acl "Allow Calendar users to read and search other users - product=ics,class=admin,num=3,version=1";
allow (read,search)
(userdn = "ldap:///uid=*,ou=People,o=pcc.edu,o=cp")
The only oddity I see is that the ACI entries are not passed down to the next directory levels.
Any thoughts?
David.

I reviewed the document and I believe the VLV browsing indexes are setup and functional. I've also checked the ACI entries and they look correct. (The document doesn't mention the ACI entries for proxy authentication.) As I said, an admin user can retrieve names from the GAL, a non-admin user cannot. The only difference in the access log is the returned nentries value.
./ldapsearch -h vmpt1 -p 389 -D "uid={uid},ou=People,o=pcc.edu,o=cp" -w {passwd} \
-b "ou=People,o=pcc.edu,o=cp" -x -s "sub" -S "cn" \
-G "1:1:dpelinka" "pdsRole=Employee" uid
results for admin user
-bash-3.00$ grep "conn=838261" access
[25/Sep/2008:14:30:30 -0700] conn=838261 op=-1 msgId=-1 - fd=165 slot=165 LDAP connection from 10.10.3.5 to 10.10.3.3
[25/Sep/2008:14:30:30 -0700] conn=838261 op=0 msgId=1 - BIND dn="uid=311914191753070,ou=People,o=pcc.edu,o=cp" method=128 version=3
[25/Sep/2008:14:30:30 -0700] conn=838261 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="uid=311914191753070,ou=people,o=pcc.edu,o=cp"
[25/Sep/2008:14:30:30 -0700] conn=838261 op=1 msgId=2 - SRCH base="ou=people,o=pcc.edu,o=cp" scope=2 filter="(pdsRole=Employee)" attrs="uid"
[25/Sep/2008:14:30:30 -0700] conn=838261 op=1 msgId=2 - SORT cn
[25/Sep/2008:14:30:30 -0700] conn=838261 op=1 msgId=2 - VLV 1:1:dpelinka 4799:19235 (0)
[25/Sep/2008:14:30:30 -0700] conn=838261 op=1 msgId=2 - RESULT err=0 tag=101 nentries=3 etime=0
[25/Sep/2008:14:30:30 -0700] conn=838261 op=2 msgId=3 - UNBIND
[25/Sep/2008:14:30:30 -0700] conn=838261 op=2 msgId=-1 - closing - U1
[25/Sep/2008:14:30:30 -0700] conn=838261 op=-1 msgId=-1 - closed.
results for non-admin user:
-bash-3.00$ grep "conn=839346" access
[25/Sep/2008:14:32:47 -0700] conn=839346 op=-1 msgId=-1 - fd=226 slot=226 LDAP connection from 10.10.3.5 to 10.10.3.3
[25/Sep/2008:14:32:47 -0700] conn=839346 op=0 msgId=1 - BIND dn="uid=299899598658566,ou=People,o=pcc.edu,o=cp" method=128 version=3
[25/Sep/2008:14:32:47 -0700] conn=839346 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="uid=299899598658566,ou=people,o=pcc.edu,o=cp"
[25/Sep/2008:14:32:47 -0700] conn=839346 op=1 msgId=2 - SRCH base="ou=people,o=pcc.edu,o=cp" scope=2 filter="(pdsRole=Employee)" attrs="uid"
[25/Sep/2008:14:32:47 -0700] conn=839346 op=1 msgId=2 - SORT cn
[25/Sep/2008:14:32:47 -0700] conn=839346 op=1 msgId=2 - VLV 1:1:dpelinka 4799:19235 (0)
[25/Sep/2008:14:32:47 -0700] conn=839346 op=1 msgId=2 - RESULT err=0 tag=101 nentries=0 etime=0
[25/Sep/2008:14:32:47 -0700] conn=839346 op=2 msgId=3 - UNBIND
[25/Sep/2008:14:32:47 -0700] conn=839346 op=2 msgId=-1 - closing - U1
[25/Sep/2008:14:32:47 -0700] conn=839346 op=-1 msgId=-1 - closed.

Similar Messages

  • ISF/javascript code doesn't work for non-English RequestCenter proile

    ISF/javascript code doesn't work for non-English RequestCenter proile
    Hello,
    I am not sure if i posted the same question before also. We have some customers who have set thier language profile in newScale requestcenter to French. However, all the javascript customizations configured on the service forms do not function for 'French' as a Langauge preference. Has anyone encountered the similar issue before and can anyone please suggest a solution for it?
    Thanks,
    Mihir

    we had a similar issue a while back where the Approval button was not working in Spanish, needed a fix from nS for it
    The way to fix this would be to locate the language XML file, override the French caption with Submit and on onLoad write a global JS that would write the button label again (not so sure about this)
    But really its an major defect and they should be able to fix it.

  • SMS doesn't work for non-local phone number

    Moved to http://supportforums.blackberry.com/t5/Java-Development/SMS-doesn-t-work-for-non-local-phone-number/...

    Hi iantra123,
    Just make sure you make the SIP-Phone use G711ULAW
    https://supportforums.cisco.com/thread/2074398
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucme/admin/configuration/guide/cmeadm/cmefac.html
    Kindly rate the post accordingly.
    Regards,
    Kevin

  • Trust ALL root Certifications in Windows not working for non-Admins on Terminal Server

    I have been trying to setup a verification process that will allow us to us Active Directory Certifications to verify signatures. I have finally found the setting to use the Windows Store after not getting Adobe to query our Certificate Authority. It works great on our local desktop where users have Admin access, but when users do it on our Terminal Server it does not allow it. I thought the issue was access to a configuration file in the Adobe directory, but I found the setting in the Registry set correctly. But does not work correctly. One additional note is I had noticed that after I enabled it on a Non-Admin, is Adobe would say it crashed after I shut it down.
    My question is what type of privilege do you need, or maybe Adobe need to access the Windows Cert Store from a Terminal Server with a non-Admin because it is not validating after confirming the Setting is enabled.
    Thanks,
    Donavan  

    hello, since version 26 firefox is able to auto-update on windows even for non-admin users (when the mozilla maintenance service is getting installed in the original configuration): http://www.mozilla.org/en-US/firefox/26.0/releasenotes/#whatsnew
    those would be the auto-updates provided by mozilla directly - so i'm not sure if this is something that would fit in your environment. installing the .exe file of a new version (available at [https://www.mozilla.org/firefox/all/]) on top of an older version will also update the program.

  • After 10.7.5 update, internet browsers do not work for non-admin user.

    My daughter has a Macbook Air running OS 10.7.5. I'm the administrator and have no problems. My daughter has had a separate user account ever since we bought the computer 13 months ago (just out of warranty).
    The computer is connected to the internet via WiFi router.
    Since the most recent system update, we can't connect to any webpages when logged in under my daughter's user account.
    Connections time out and the error message suggests we disable firewalls and proxies (there are none... I think).
    She can still connect Mail, Skype and iTunes Store but not Safari or Firefox. We downloaded Google Chrome with the admin account and installed after this problem showed but it has the same problem when using her account.
    I've searched the Apple forums and elsewhere and seen a few similar problems but none where the administrator's browsers work and the user doesn't.
    By the way, there are NO parental controls activated.
    Please help.

    Hi,
    I can imagine the inconvenience you have experienced. I will try to help you in fixing the issue.
    Please test this issue in the Clean Boot environment to check if there is some conflicts with network.
    If the issue disappears in the Clean Boot environment, we can use a 50/50 approach to quickly narrow down which entry is causing the issue.
    How to perform a clean boot to troubleshoot a problem in Windows 8, Windows 7, or Windows Vista
    http://support.microsoft.com/kb/929135
    Also, to find where your problem is, I suggest you use Network Monitor tool to capture a network package:
    http://www.microsoft.com/en-in/download/details.aspx?id=4865
    Then, please upload the package here for further research.
    Note: I highly recommend you use SkyDrive to upload collected files and to post screen shots/pictures. Although you might not be used to it, SkyDrive features a lot of free advanced functionality around file storage capacity, sharing, privacy, and collaboration:
    http://skydrive.com
    Regards,
    Kelvin hsu
    TechNet Community Support

  • How to Read Outlook Exchange Shared Calendars on iPhone?

    My company uses microsoft outlook exchange and I have been using iphone syncing with this outlook exchange calendar. Besides my own calendar, on the outlook exchange, I have access to another shared calendar. I want to be able to read this shared calendar on my iPhone but cannot figure out how to do it. Previously I learned from other postings that iPhone doesn't support it.
    The new OS 3.0 support CalDav and I am wondering if this will enable me to read the shared calendars of my outlook exchange on my iPhone. Does anybody know how to do it? If the current firmware solely doesn't support it, might there are other ways to do it with supports of other apps? How about through Google Calendar? Or there are any apps can automatically copy the contents in the outlook exchange shared calendars to my outlook exchange calendar?
    Does anybody have solutions? Many thanks!

    The shared MS Exchange calendar is ICS format which SHOULD be able to be added as "Add Subscribed Calendar" in the Settings/Mail, Contacts, Calendars/Add Account/Other screens on the iPhone.
    I'm tring to add a 2nd Exchange Outlook calendar only and need it to sync over the air.
    Just can't find the correct way to get it entered to work? The link sent by Outlook (I'm running 2007) when you send the invite doesn't work and copy/paste to the server name is also a bust. Have tried direct copy paste, cutting off the webcal:// prefix, etc. Just won't authenticate.
    No documentation that I can find on either Apple or MS site to validate the exact syntax required.
    I can hit the https link provided by MS on my Safari iPhone browser after entering my MS Online ID and access the calendar online. And yes tried several of MS Online IDs that I have as UID/PW in the iPhone config screens without success.
    A little more info on my config.
    3gs 32mb
    Have exchange acct as primary email with email contacts and calendar working
    Have CalDAV link to my wife's Google calendar working
    Have several other subscribed calendars (ics) working: US Holidays, AmericanHistory.com, and my TripIt profile.
    I DO NOT want to use MobileMe to make this work. Life would be so easy if iPhone would just support multiple Exchange accts!
    Funny thing I just noticed...spell check on forum IDs "iPhone" and "MobileMe" lol

  • Sun outlook connector suport calendar share ?

    Hi Sun,
    Does sun outlook connector support calendar sharing features ?
    Cheer
    UBD

    ubd wrote:
    Does sun outlook connector support calendar sharing features ? Yes.
    http://wikis.sun.com/display/CommSuite/Working+with+Calendar+Folders
    Regards,
    Shane.

  • IPhone 4S Outlook 2010 shared Calendar problem

    Hello all,
    There problem to see in Outlook 2010 shared calendar in iPhone 4S. In iPhone 4S there is seen owner calendar of added Exchange Server account, but I need to see other one person shared calendar which is impossible to see. I see in iPhone 4S two calendars as added, but when I open calendar I see entries only for one account.
    Where is problem and how to solve it?
    Thanks.
    Best Regards,
    Girts

    I had the same problem where I could open a shared calendar in OWA but it would not work in Outlook 2010. When I clicked on the shared folder I got the error message 'outlook cannot open this folder'. The problem ended up being that the person
    whose calendar was being shared was hidden on the exchange server ('hide from exchange address lists' had been selected). To resolve the issue we had to unhide the user, update the OAB on the server and then update the OAB on the desktop. We could then share
    the calendar, accept the share and then hide the user again.
    Sounds like I have the same issue too.  Where do I go to do all the resolve part?  Where do I unhide the user?  I am guessing OAB means offline address book.
    Thanks
    Paul

  • When I installed jms (j2ee1.3) my lookups doesn't work anymore...

    Hi. I was using j2se 1.3 and performed some lookups on objects from an Oracle 8.1.7.
    Then, in order to use jms, I installed j2ee 1.3 and j2se 1.3.1. Now my lookups doesn't work anymore, but my lookups on jms objects (por example Queue or QueueConnectionFactory) does work fine. This is the code that produces the error, and the error:
    ****** CODE *************
    String serviceURL = "sess_iiop://desarrollo:2482:SCANALES";
    String objectName = "/test/sInformacionSalida";
    ServicioInformacionSalida sis = null;
    Hashtable env = new Hashtable ();
    env.put (Context.URL_PKG_PREFIXES, "oracle.aurora.jndi:com.sun.enterprise.naming");
    env.put (Context.SECURITY_PRINCIPAL, "USER");
    env.put (Context.SECURITY_CREDENTIALS, "USER");
    env.put (Context.SECURITY_AUTHENTICATION, ServiceCtx.NON_SSL_LOGIN);
    InitialContext ic = null;
    try {
    ic = new InitialContext(env);
    } catch (NamingException nE) {}
    System.out.println("ASIF: Lookup de servicio de salida de informacion de formateo...");
    try {
               sis = (ServicioInformacionSalida)ic.lookup(serviceURL + objectName);
    } catch(NamingException nE) {
      System.out.println("ASIF: Error en el lookup: " + nE.getExplanation());
      System.out.println("ASIF: " + nE.toString());
      nE.printStackTrace();
      System.exit(-1);
    **************** ERROR ******************
    ASIF: Error en el lookup: Unknown service: 200.12.145.40:2482:SCANALES
    ASIF: javax.naming.CommunicationException: Unknown service: 200.12.145.40:2482:SCANALES
    javax.naming.CommunicationException: Unknown service: 200.12.145.40:2482:SCANALES
    at oracle.aurora.jndi.sess_iiop.SessionCtx.initialContext(SessionCtx.java:647)
    at oracle.aurora.jndi.sess_iiop.SessionCtx.<init>(SessionCtx.java:67)
    at oracle.aurora.jndi.sess_iiop.ServiceCtx.createSession(ServiceCtx.java:161)
    at oracle.aurora.jndi.sess_iiop.ServiceCtx.login(ServiceCtx.java:349)
    at oracle.aurora.jndi.sess_iiop.ServiceCtx.defaultSession(ServiceCtx.java:219)
    at oracle.aurora.jndi.sess_iiop.ServiceCtx.lookup(ServiceCtx.java:373)
    at oracle.aurora.jndi.sess_iiop.sess_iiopURLContext.lookup(sess_iiopURLContext.java:256)
    at oracle.aurora.jndi.sess_iiop.sess_iiopURLContext.lookup(sess_iiopURLContext.java:242)
    at javax.naming.InitialContext.lookup(InitialContext.java:350)
    at SimpleQueueSender.main(SimpleQueueSender.java:152)**********************************************
    Last, from the %J2EE_HOME%\lib\classes\jndi.properties:
    java.naming.factory.initial=com.sun.enterprise.naming.SerialInitContextFactory
    java.naming.factory.url.pkgs=com.sun.enterprise.naming
    The weird thing is that when I remove %J2EE_HOME%\lib\j2ee.jar from the classpath, the lookup works fine again but, of course, I can't use the jms classes.
    From the "Unknown service" message, I presume that the problem is related to the service provider and/or something with the environment properties.
    PLEASE ANY HELP!!
    Thanks.

    This seems weird enough for bringing to the attention of the JNDI technical team.
    If you have not already done so, you might want to send this message directly to them at [email protected]
    There seems to be some incompatibility between Oracle classes and J2EE 1.3 classes. As you have pointed out, in some service provider classe(s).

  • HT4527 How on earth do you get Home Sharing to work properly?  We have tried multiple times and it simply doesn't work for us!

    How on earth do you get Home SHaring to work?  We have tried numerous times and it simply doesn't work for us!

    Turn it on.
    Honestly, if you want help it is generally a good idea to ask a specific question and give some details of what problem is occurring.
    If trying to move media, using home sharing is simply a bad idea.  Follow some of the other instructions in the article from which the question was posted to move media.

  • Autofill doesn't work for Firefox 4 and Microsoft Outlook

    Autofill previously worked on Firefox 3.16 and Microsoft Outlook.
    Now I get msg something like:
    "Autofill doesn't work for this site" when I want it to fill my info on a petition, etc.

    The Google Toolbar '''7.1.20110512W''' version works in Firefox 5.0 by using the Compatibility Reporter extension, I tried it myself due to the large number of postings about GTB problems. <br />
    https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/

  • What do I do with my iWeb site on Mobile Me? The iCal calendar already doesn't work at the moment.

    I am so behind the times....sorry.  I know Apple now has iCloud.  So where does that leave me with an iWeb designed website and it's hosted on mobile me????   The iCal calendar is already not working for some reason.  Is it true that the iWeb program is going away all together? Is there no way to transfer it to the iCloud?  Why would they come out with iLife 11 with iWeb if they have no intentions of continuing iWeb?????  HELP!!!!!  I have to make sure the site is active. Do I have to redo the entire frikin calendar on google?
    Some one give me answers...Thanks!

    Well, it leaves you still being able to host your site on MobileMe until June next year.  iCloud and MobileMe will exist together until this time.  This gives you time to find alternative hosting for your site.
    iCloud will NOT be providing hosting, which is exactly why Apple gave MMe users plenty of notice that this would be happening so that they could prepare and move to other alternative hosting.
    What you need to do is have a look at web hosts such as GoDaddy and HostExcllence and purchase a domain name from them as well as hosting and you can upload your website here with no problems.  Either publish to a local folder or use the iWeb built in ftp to upload.
    iWeb is an application and if you have it you can still use it.  It works with Lion and Snow Leopard.  No you don't have to re-build.  Continue to use iWeb.
    Yes, iLife 11 was brought out, but did you not notice that iWeb and iDVD were not updated as part of this?  They upgraded GarageBand, iPhoto and iMovie but not the others, so even though it is iLife 11, it is still iWeb 09.
    Your website will be okay hosted on MobileMe until June next year and after that you'll need to upload to another host.  iWeb will continue and you can still use it - you don't need to re-build all your sites.

  • Central Autoreaction Method doesn't work for NW 7.10 in SolMan 7.01

    Hello!
    The central autoreaction method doesn't work for the satellite system
    NW 7.10. For systems with kernel releases 4.6D, 640, 700 this method
    works fine and e-mail alerts are coming.
    The configuration steps I've checked:
    1. Configured SCOT. The mail_send job executes every 5 minutes.
    2. Background dispatching job is released: SAP_CCMS_MONI_BATCH_DP (In
    central CEN/000/DDIC and satellite system SAT/000/DDIC)
    3. Central dispatching job is released: SAP_CCMS_CENSYS_DISPATCHER
    (Only in central system CEN/000/DDIC)
    4. The sapccm4x-agent registered as web service within CEN using
    Create Remote Monitoring for NW 7.10:
    Connection test to SAPCCM4X.<satellite_host>.00 was performed successfully
    5. Created a new autoreaction method by copying method
    CCMS_OnAlert_Email_V2 to the own Z_CCMS_Email_Alert_CEN:
    Function Module - SALO_EMAIL_IN_CASE_OF_ALERT_V2
    Execute Method on Any Server and Only in Central System, triggered by
    CCMS agents
    SENDER (EMAIL_USER) exists in CEN/000 , RECEPIENT - <distr list
    SAP_BASIS in CEN/000>, RECIPIENT-TYPEID - C
    6. Got MTE Classes from NW 7.10 satellite system and assigned this method
    Z_CCMS_Email_Alert_CEN to an MTE-class CCMS_ORAucPSAPSR3 for NW 7.10
    satellite system. The alert is red right now.
    7. The mail_send job doesn't send anything, in SCOT there are no
    sending orders.
    8. Autoreaction status on this alert in CEN in RZ20 - Sent to CEN.
    CEN_CHECKED.
    9. The alert status in RZ20 in CEN - ACTION_REQUIRED. If I execute it
    in manual the alert status changes to ACTIVE, but no email and no
    messages in sending orders in SCOT.
    Please help me to solve this issue.
    Thank you!

    Hi,
    Since you are using RECIPIENT-TYPEID =C i.e. General distribution list, pls ensure to have shared type of list created in SBWP.
    Also pls verify your SCOT configutaion , if apropriate address area i.e. *@abc.com
    Also one point to note that even if you trigger auto reaction method manually via RZ20 , pls check if alert is listed in SOST.
    if yes , that means there is problem in either SCOT configuration or distribution list.
    If alert is not appearing in SOST , that means you need to check auto reaction method parameters;
    Z_CCMS_OnAlert_Email_V2 , here check release section if Auto reaction execution method is checked.
    Regards,
    Rupali

  • The wifi at my school isn't very good. And I can't send iMessages through it. It works for some apps like score center and my radar app, but doesn't work for other apps like clash of clans and iMessage. How can I get it to work on that  wifi network

    The wifi at my school isn't very good. And I can't send iMessages through it. It works for some apps like score center and my radar app, but doesn't work for other apps like clash of clans and iMessage. How can I get it to work on my school wifi. I have an iPhone 4S on AT&T and iOS 7.04

    In a roaming network, your "main" router is the device that would require port mapping/forwarding to be configured in order to access the IP camera from the Internet. This router is also the one that would be provide the private IP address for the camera which you will want to be a static one.
    So as you described your network, the IP cameras should be getting an IP address or you assigned it a static one and this is the address that you would enter in the Private IP address (or equivalent depending on the router used) field when setting up port mapping.
    If you are not able to access this camera from the local network, then this should be troubleshot first.

  • With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    This isn't an issue. Notice the screen prior to the one that shows usage has an iCloud section and a Manage Storage button. For this button to activate ios needs to download a few kb from icloud. Switching back to this screen forces ios to download those few kb.

Maybe you are looking for

  • Script to open excel files take info and put into new document

    Hi All I am new to applescript, but looking through the forums it seems to be the solution to my problem. I have large numbers of excel files on a pc server which i want to open, take approx 8 cells of information from each and place into a new excel

  • Installing Solaris Management Console 2

    Hi there I'm quite new to Solaris and this may seem obvious but..... We have a platform running Solaris 8, however when it was initially installed, the Solaris Management Console was not selected. We now want to install the Management Console. I've t

  • X200 MultiTouch not working With Windows 7 Ultimate

    I have an x200 with the proper display and drivers. 2 finger touch shows up in device manager yet does not work with windows 7. Anybody have any ideas? I've tried TVSU 4 and all updates on Lenovo's website.

  • Xsql:set-session-param

    I experience a problem with exception arising when I try to set session parameter and then to post to a page with insert-request. Here is exception message: XSQL-018: Unexpected Error Occurred processing stylesheet null oracle.xml.parser.v2.XMLDOMExc

  • Converting RGB to CMYK - Huge color shift. Any tips on getting some decent color back?

    I just downloaded a St. Patricks day background from iStockPhoto. Nice vibrant green. We all know when converting to CMYK from RGB, there is a color shift but this is pretty dang dramatic. Any basic tips on getting some of that vibrant color back aft