Issue with Apps accessing network.

The apps on Mac such Mail client is not connecting to internet using a Wifi network having Proxy settings. Though safari is working is fine. Has anyone else faced similar problem and is there any work around for the same.

Well, well. Bingo! Removing the DHCP Reservations for my mobile devices (but not my printers) seems to have resolved the issue. I repeated the same test with my iPhone4 and the Mail app, turning it off then on to connect to each of the three routers in turn. Everything worked fine each time.
Thanks for your suggestion, Bruce.

Similar Messages

  • Issue with assistive access not keeping permissions

    Since a recent upgrade (likely from OS X 10.9.x to 10.10.2) I've had issues with Assistive Access blocking Automator and Applescript from interaction with dialogs.
    If I run my script or my Automator workflow (which basically has the same script in it) I get the error:
    System Events got an error: Automator is not allowed assistive access. (in the case of Automator).
    If I open Automator, and then untick and retick the Automator entry in the Accessibility options within Security & Privacy (System Preferences), then workflow can run again. It continues to work until I Quit Automator. Then it's as if OS X no longer trusts Automator to be the same app I gave Accessibility permissions to.  And the situation repeats. It's much as if it were not code-signed. The exact same issue plays out with Apple Script.
    I came across this info, which I hoped would solve the problem, but it made no difference: http://macscripter.net/viewtopic.php?id=43394 and http://bit.ly/1x3SRmc
    In my Accessibility permissions I now have:
    Script Editor
    Automator
    1Password 5 (which the script interacts with)
    com.apple.security.agentStub.xpc (in case that's being called up and triggering the Accessibility issue)
    osascript (in case that's handling the script and triggering the Accessibility issue)
    SecurityAgent.xpc (in case that was triggering the Accessibility issue)
    I added all these because the post at http://bit.ly/1x3SRmc     indicated that anything Apple Script is interacting with needs Accessibility access permissions.
    My script is as follows:
    set appName to "SecurityAgent"
    set passApp to "1Password 5" (* set this to the name of your password manager *)
    tell application "System Events"
      if not (exists window 1 of process appName) then -- test if SecurityAgent window exists
      set answer to display dialog "The password dialog was not found. Please check." buttons {"Ok"}
      return -- abort if SecurityAgent window does not exist
      end if
    end tell
    tell application "System Events"
      set position of window 1 of process appName to {10, 10}
    -- move SecurityAgent window out of the way
    end tell
    activate application passApp
    tell application "System Events"
      tell application "SystemUIServer"
      set answer to display dialog "Make sure correct 1Password item is actively selected (i.e. click it again if it was previously selected), then click “Continue” to proceed." buttons {"Continue"}
      end tell
      tell process passApp
      (* If you are not using 1Password, you may need to change the menu item clicks, below, to whatever is correct in your particular password manager *)
      click menu item "copy password" of menu "item" of menu bar 1
      delay 1
      set appData to the clipboard
      end tell
      tell application "System Events"
      tell process appName
      set value of text field 1 of window 1 to appData
      if exists (text field 2 of window 1) then
      set value of text field 2 of window 1 to appData
      if exists checkbox 1 of window 1 then
      if value of checkbox 1 of window 1 is 1 then
      click checkbox 1 of window 1
      end if
      end if
      set value of checkbox 1 of window 1 to 0
      delay 1 (* gives  a moment to see what's going on *)
      click button "OK" of window 1
      else
      if value of checkbox 1 of window 1 is 1 then
      click checkbox 1 of window 1
      end if
      delay 1 (* gives  a moment to see what's going on *)
      click button "OK" of window 1
      end if
      end tell
      end tell
    end tell
    In Automator it would appear the script is generating an error as soon as it reaches line 5, "if not (exists window 1 of process appName) then"
    I would greatly appreciate some assistance in resolving this issue.

    Starting with Mavericks, Apple changed the way that the accessibility works (see Using AppleScript with Accessibility and Security features in Mavericks) - each individual application needs to be given access, instead of a global option.  A regular AppleScript application saves properties and global variables with the script, which makes it a new application as far as the system security is concerned, so it needs to be re-added to the accessibility list.  To work with this new security feature, you need to code-sign your AppleScript application or make the script(s) in the bundle read-only so that they don't get changed (note that an AppleScript-based project in Xcode does not modify the application bundle by saving properties and globals).

  • Issue with Apps adapter for Create_Cust_Account API

    Hi ,
    I need to invoke this package from apps adapter in BPEL(10.1.3.5).
    Create Customer: HZ_CUST_ACCOUNT_V2PUB. create_cust_account. This is a Over loaded procedure. Look for the Procedure with these Parameters.
    PROCEDURE create_cust_account (
    p_init_msg_list IN VARCHAR2:= FND_API.G_FALSE,
    p_cust_account_rec IN CUST_ACCOUNT_REC_TYPE,
    p_organization_rec IN HZ_PARTY_V2PUB.ORGANIZATION_REC_TY
    PE,
    p_customer_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER
    PROFILEREC_TYPE,
    p_create_profile_amt IN VARCHAR2:= FND_API.G_TRUE,
    x_cust_account_id OUT NUMBER,
    x_account_number OUT VARCHAR2,
    x_party_id OUT NUMBER,
    x_party_number OUT VARCHAR2,
    x_profile_id OUT NUMBER,
    x_return_status OUT VARCHAR2,
    x_msg_count OUT NUMBER,
    x_msg_data OUT VARCHAR2
    But I’m getting the following error,
    An error occurred while running Jpublisher.missing method
    · I’ve tried with Database adapter. But in the runtime I’m not able to pass oracle apps initialization parameter in spite of using transaction and idempotent property in partnerlink.
    · Then I’ve tried to invoke fnd_global.apps_initialize first then call the package from database adapter, but it fails again, apparently its not able to execute both DBadapter in same database session although they are in same BPEL transaction.
    When I’m passing the initialization parameters in adapter created wrapper procedure then its working fine and customer got created.
    Please let me know where I’m going wrong or issue with apps adapter.
    It’s urgent …
    Thanks in Advance,
    Shreekanta

    Thanks for the reply.
    I'm able to execute the BPEL flows using DB adapter in same session and customer got created.
    But I'm wondering why I cant invoke the API using Apps adapter though its standard one.
    wsdl file is not getting generated as the adapter wizard not get completed.
    Do u have any idea why its giving ' error occurred while running Jpublisher.missing method' error?should I conclude that apps adapter does not support overloaded procedure.

  • Are there known issues with App Store crashing on iPad?

    Are there known issues with App Store crashing when trying to update apps on iPad 2 with ios6?

    Saw this on another post.
    Applecare Senior Advisor Txx Bxxx (I have his contact info in an email he just sent) just confirmed with me that the problem people are having with the App Store not loading is an apple issue with there servers, ITS NOT YOUR IPAD so don't go restoring it!   It's not happening to everyone however but they are looking into it, its really hit or miss.
    In the meantime ...........
    The Complete Guide to Using the iTunes Store
    http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-using-t he-itunes-store/
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    Best Fixes for ‘Cannot Connect to iTunes Store’ Errors
    http://ipadinsight.com/ipad-tips-tricks/best-fixes-for-cannot-connect-to-itunes- store-errors/
    Try this first - Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    This works for some users. Not sure why.
    Go to Settings>General>Date and Time> Set Automatically>Off. Set the date ahead by about a year.Then see if you can connect to the store.
     Cheers, Tom

  • IPAD issue with app store loading..

    Hi All,
    I have very strange issue of using app store in my new Ipad. In my home network if I connects to app store it shows "loading..." and after few minutes it says "Cannot connect to iTunes Store" (But Safari web browser works fine and able to connect to any website. Using my laptop itunes, I am able to connect to itunes store.) The same problem is encountering in my Ipod Touch(IOS 6) also. But If I use any of these apple devices in any other network outside my home network(even with my neighbor's network who uses same service provider as me) it works very well. I use Beetel ADSL2+router(450TC1). Even I connected a new WiFi router to this modem and tried, but no luck. So guessing it has nothing to do with WiFi router. I am trying this for the past few weeks. Can anybody help to find out the issue?. I suspect it could be some issue with modem, because it works in all other networks..

    App store frequently asked questions
    http://support.apple.com/kb/HT2001
    Cannot connect to iTunes Store
    http://support.apple.com/kb/TS1368

  • Issue With Apps Adapter JDev 11.1.1.3

    Hi ,
    We are facing some issue with Oracle Apps Adapter with Jdev 11.1.1.3. The wrappers for PLSql APIs were not properly generated.
    If anyone having such issue/solution pls share the same.
    Thanks In Adv
    Venkata Madhu

    Hi Anuj,
    I sent email to ur official id with the issue details. 1 query i have here, Can i generate wrapper using 10g Adapter and consume in OSB 11.1.1.3?.
    Also some funny issues we are facing with API's. If the API create/modified, immediately we couldn't able to generte the wrapper if generate also, the response is not in xsd defined format.
    But if we re-generate the wrapper after sometime, it work with no issues. Don't why.
    Regards
    Venkata Madhu

  • Anyone else having issues with app store reviews not showing up?

    I have maybe about a 50% success rate in posting reviews. The conspiracy theorist in me notices that I have never had a positive review not post, and that negative reviews for apps in the 'featured app' sections seem to never post.
    Anyone? Anyone?

    Hey rachelfromsheffield,
    Thanks for the question. I understand that you are experiencing issues with connectivity to the iTunes and App Stores. The following resource may provide a solution:
    Can't connect to the iTunes Store - Apple Support
    http://support.apple.com/en-us/ts1368
    Thanks,
    Matt M.

  • Is anyone having issues with printing to network printers with 10.8.4?

    I have upgraded our schools to Mountain Lion. Ever since the beginning of the year we have had issues with network printers. They are all HP printers, when they go to sleep a user has to turn off the printer and turn it back on then resend the print job. Now users are being asked to put a password itno the Print Operator group. This never happened before. Cups is changing the queue names to MCX_1 or 2 etc. Not keeping the queue name. All these people are in WGM and have printers set for their group. So I have reset the printer settings on the machines, then restart relog in and get the list of printers they can print too and within 1 day they are unable to print. I am trying my very best to get this issue fixed and all solutions have been exausted. So without having to go to every computer and going into the Ldadmin group thru a terminal, is there anything that anyone has done to fix this issue with out visiting every computer. Thank you.

    The printers failing to wake from sleep is an issue. A print request should be waking them.
    You have not mentioned what printer server is involved. I could assume it is OS X Server since you mentoned WGM, but it would be nice to have you confirm this. Then I can start to suggest some actions.

  • Z3C - issue with apps resuming

    I've has my Z3 compact since they were released in the UK and love it, but have had a persistent issue with it the whole time. When I switch between apps they tend to have to remember restart rather than simply resuming. For example if I'm typing a post in Tapatalk and switch over to chrome to grab a link, when I go back to Tapatalk the post will be lost and I'll be back at a forum topics list. Is this typical behaviour? It certainly wasn't an issue on my last phone (HTC One M7)

    Check if you don't have too many apps open in background (big background services that consume entire RAM). You should be able to easly switch between Chrome and Tapatalk. Except if you have a lots of websites in Chrome at the same time. It tries to keep them all in memory at once and may kill Tapatalk in background.
    Best regards,
    Sergio PL
    Xperia Z1 / Nexus 7 (2012)

  • OS X Mavericks Issue with App Store.

    I am using Macbook Pro 17" (late 2011 model). Recently I installed OS X mavericks from App Store. After a month of using I am facing a weird issue. App store, terminal, text edit, ibooks, Maps don't open at all. What shall I do? Fresh Installation?
    I dont mind a fresh installation. But thats a 5.6 gigs Installation. Thats not free!

    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Download and reinstall the 10.10.1 update.
    Also see:
    Reinstall OS X Without Erasing the Drive
    OS X Yosemite- Reinstall OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • Photosmart D7160 connected to desktop with Windows XP, issues with new laptop & network printing

    We have a Photosmart D7160 connected to our desktop that runs Windows XP. I just got a new Acer laptop that runs Windows 7 (64bit). We set up a network to connect to the internet and so I can access documents that had been made on the desktop. I have not had issues using the printer off the desktop with any programs. I installed a creative program to create flyers, cards, etc onto the laptop. Same one as on the desktop. When trying to print off the laptop, I can not access the whole options on the printer. I forget the name of the options I want (maybe called printing preferences) but I would like to choose wether I am using the photo tray or presentation printing or economy printing, etc. I can only choose print.  That is not  good for printing cards, etc. I had made a recipe care template with that program and wanted to print one out.
    What have I not done in setting up my laptop? I tried the to "add a printer" on a network and that did not fix my issue. Any help is appreciated. thanks.

    Hi Bayratlj
    Dunno if you've sorted your problem out, but I had exactly the same problem with a HP Photosmart 3100. I found some advice on http://discussions.apple.com/thread.jspa?messageID=6201674 regarding the firewall on the Mac and yes that is the problem. But as you'll see with my last post in that topic I cant figure out how to keep my firewall on AND have printer sharing. Just allowing printer sharing in the firewall settings is no help.
    Cheers

  • Issues with app-v 5 hotfix 4

    Hello, we are testing the upgrade from app-v 5 sp1 to sp2 with hotfix 4.
    we expierence an issue, after applying hotfix 4 to the client not all applications are published.
    i will explain the situation,
    after applying hotfix 4 everything seems to work fine, but when we remove all packages and then sync with the publishing server not all packages will be published again, in my case on 2 of the 5 packages are published.
    we are using http(s) publishing, when we publish the package with smb there is no issue.
    example https:
    and in the eventviewer the next error appear:
    error 14016:
    The package {73b79dde-518f-4441-a4bb-b91dc2806550} version {789457e0-2cbd-440d-a605-0cf0f8b4f518} could not be mounted because the network connection has been lost or is unavailable.  Check your network connection and try again.
    and error 1008:
    Package {73b79dde-518f-4441-a4bb-b91dc2806550} version {789457e0-2cbd-440d-a605-0cf0f8b4f518} failed configuration in folder 'C:\ProgramData\App-V\73B79DDE-518F-4441-A4BB-B91DC2806550\789457E0-2CBD-440D-A605-0CF0F8B4F518' with error 0x4C40280C-0x80190191.
    the used path is accessible,with sp2 without hotfix 4 there is no issue.
    does someone have a clue what might be the problem?
    Thanks,
    Johnny Bos
    The Netherlands

    To switch from http to smb, there are a few options.
    The easiest and supported method is to use the PackageSourceRoot setting on the client. Here you can enter something like '\\myfileserver\software_packages$\App-V\content'. If you current packages are located under 'http://MyStreamingServer:80/content/',
    all would be good.
    On the Server side, the only supported method would be to store a package's information (+ user assignments + imported configurations + manually modifed configurations +... maybe others) into a temporary variables, remove and re-add the package using Powershell.
    To bad: the 'set-appvserverpackage' does not allow to just modify the URI.
    An unsupported (but perhaps also working) method would be to find the URIs in the SQL database and modify them there directly
    Falko
    Twitter
    @kirk_tn   |   Blog
    kirxblog   |   Web
    kirx.org   |   Fireside
    appvbook.com

  • Issue with web access in view administrator console after connection server 5.5 installation.

    Hi All,
    I am  trying to bring up my setup with ESXi 5.5 and vcenter 5.5 U2. I made a DNS server and made two 2008 R2 machines and launched vcentre and connection manager on them.
    After installing connection server 5.5, I am unable to open the web UI by clicking "view administrator console" icon on my desktop! I installed proper certificated and iis module too and confirmed that my https certificate is properly working. (snapshot attached, filename - snapshot_view_webpage.jpeg)
    I google for the possible error and tried below mentioned links but none of them worked.
    1.)    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2004759
    Corrected this error but still system is in same shape and i am unable to get the console's admin webpage.
    2.)    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2001277
    In this method, my admin folder  didn't got recreated as the service restart got stuck for a long time and throws error that service restart got time out!!(snapshot attached)
    Can some one please help me to move forward. Please let me know if you need more information from my end.
    Thanks,
    Jeevan

    Since the policy AKS is top in sequence under service selection rule so it should hit for sure. As you wrote that even after disabling the default device admin, then also request is hitting the same and restarting the ACS services resolved the issue. The symptoms of your issue are exactly same as stated in this defect.
    CSCuo93378    Certain browsers cause ACS database corruption
    Due to this issue we have seen cases where request hits the disable and default policies without any reason. Actually accessing ACS via chrome mess around with all the operators in conditions.
    The only workaround is to access all the rules and conditions in supported browser. Ensure all the operators are correct, save the changes and restart the ACS services.
    The issue seems to be fixed in ACS 5.5 patch 5
    Regards,
    Jatin

  • Sync issue with apps using Windows

    Hi
    Known about this issue for a while and would like to know if there's an answer and/or fix.
    After updating all my apps on my iPhone, when I sync it to my Windows laptop, it doesn't transfer those updates.
    This is evidenced by the fact that my updates screen in iTunes is still showing the apps to update.
    This never used to happen with previous ios versions.
    Am I missing something, or is it just a manifestation of Apple's long-running bitterness with Microsoft?
    Regards
    Steve

    Click on the following link to the kb.palm.com webpage for the article regarding How to resolve an 8009 error while trying to synchronize data (Windows).
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=1005
    For reference purposes, click on the following link for the support page for your device on the kb.palm.com webpage.
    http://kb.palm.com/wps/portal/kb/na/treo/650/verizon/home/page_en.html
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.

  • Issue with Teradata access from Business Objects AIX Machine

    Hi,
    I am using BO  XI.31 which is installed on AIX 5.3 machine. I have installed Teradata driver on the machine and I have created the require ODBC.ini entry to point Teradata database. While refreshing the report I am getting below error message.
    A database error occured .The database error test is (CS) "DBDriver failed ot load: /BOBJ/xi_3.1...Connectionserver/libdbd_tdodbc.so
    0509-022 Cannot load module/BOBJ/xi_3.1....ConnectionServer/libdbd_tdodbc.so
    0509-150 Dependent module libodbc.a(odbc.so) Could not be loaded.
    0509-022 Cannot load module libodbc.a(odbc.so)
    0509-022 System error:A file or directory in the path name does not exist.
    Any body know what are the steps require to access teradata database from AIX box

    Hi Jacks,
    Following information might help you to resolve the issue.
    This is caused by a wrong HOME environment variable of the user that starts the BO processes.
    Resolution
    Check the correct path of your BO 3.1 installation and export it as HOME environment variable:
    Example:
    BO 3.1 installation path: /home/<bouser>/bo3.1/Enterprise12.0../...
    Type in the command line:
    export HOME=/home/<bouser>/boversion
    You can also change this environment variable permanently if you edit the .profile file of the BO user (home/<username>/.profile), adding the above line into the file, then source it again with:
    . .profile
    or with a logoff/logon of the session.
    Check if the path of your HOME is correct with:
    env | grep HOME
    Now you can run the installation setup without any error.
    Regards,
    Sarbhjeet Kaur

Maybe you are looking for