Any updates on Mac client RDP file issue

I've seen various posts along with mine, but haven't found any response from Microsoft regarding an update to this.
Is there a status on fixing the bug that prevents using an rdp file, at least when using a Gateway? Or at least a confirmation from Microsoft?
To restate, if I manually configure a connection, I can connect to it fine. If I export that from the client to an rdp file, I cannot connect via that rdp file. This affects Mountain Lion (10.8.5) and Mavericks at a minimum.

Hi,
The Remote Desktop Client 8.0.3 for Mac has been released, please install it and see how it works.
8.0.3
https://itunes.apple.com/us/app/microsoft-remote-desktop/id715768417
This is the update note which we show the users in the app store:
•Choose between custom or OS X native full screen mode
•Crash on quit, fixed
•A number of bug fixes
Thanks.
Jeremy Wu
TechNet Community Support

Similar Messages

  • Any update on Mac Pro 2013 ssd upgrade?

    Hi,
    I was wondering if anyone has any knowledge on weather an SSD upgrade for the current 2013 Mac Pro will be available soon. I bought a new Mac Pro 3.7 GHz Quad-Core Intel Xeon E5 12GB RAM for my music production for my studio, however I'm now finding the small SSD a limitation to working with software that needs a lot of space available on the hard drive to install. As far as space for files, I use a external hard drive so that doesn't really matter. I've been constantly checking the web ever so often to see if there is any updated news on pcie ssd upgrades for the new mac pro but can't find anything. OWC did make a prototype SSD for this machine and rumours were that in the 4th quarter on this year they would be available for the public, however that doesn't seem to be the case...
    I really wish I went for the 500gb version now even if it was a bit more expensive.
    If anyone has any information on when aftermarket pcie based ssds for this machine will be available it will be much appreciated.
    Phil.

    New TB2 product - OWC ThunderBay 4 Mini
      http://macperformanceguide.com/blog/2014/20141117_0902-OWC-ThunderbayMini-announ ced.html
    Key Features:            
    •    Four 2.5” drive bays, perfect for SSDs
    •    Breathtaking Thunderbolt 2 performance with sustained speeds of up to 1,284MB/s
    •    RAID-ready with up to 4TB of SSD storage (HDD up to 8TB)
    •    Near-silent operation
    •    SoftRAID 5 – first ever software RAID 5 for the Mac (available with ThunderBay 4 mini RAID 5 Edition)
    •    Flexibility to combine multiple ThunderBays into a single massive RAID array
    •    Regimented multi-hour drive “burn-in” for ultimate reliability

  • Webutil for Forms 10g - Apple Mac Client - Save File Dialog Box

    I am trying to setup a button on a 10g Form to download a file from an Oracle 10g database. The button uses Webutil package and the client_get_file_name function to ask for a file name and directory to place the file via file transfer from the database.
    Using any Windows client, when you press the button the form brings up a Dialog box for the file name. Everything works fine in Windows.
    But when I use a Apple Mac client, I get this message when I click on the button:
    “oracle.forms.webutil.file.FileFunctions bean not found. WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work.”
    I can only assume this maybe because the MAC doesn't use the DLL files that are associated with Webutil, like jacob.dll, etc. ???
    Does anybody know of how to get a dialog box to appear on a Mac client from Forms 10g?

    The Windows java console says:
    RegisterWebUtil - Load WebUtil Version 10.1.2.0
    Loaded image:..
    proxyHost=null
    proxyPort=null
    connectMode=HTTP,native
    Forms Applet version 10.1.2.0
    When I checked the Mac's java console, I don't get the "RegisterWebUtil" I get:
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    Then I get the error messages below..
    What might cause those?
    java.lang.ClassNotFoundException: oracle.forms.webutil.clientInfo.GetClientInfo
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:179)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Component.java:4068)
         at java.awt.Container.dispatchEventImpl(Container.java:2068)
         at java.awt.Component.dispatchEvent(Component.java:3903)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
         at java.awt.Container.dispatchEventImpl(Container.java:2054)
         at java.awt.Component.dispatchEvent(Component.java:3903)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    and
    java.lang.ClassNotFoundException: oracle.forms.webutil.fileTransfer.FileTransfer
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:179)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Component.java:4068)
         at java.awt.Container.dispatchEventImpl(Container.java:2068)
         at java.awt.Component.dispatchEvent(Component.java:3903)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
         at java.awt.Container.dispatchEventImpl(Container.java:2054)
         at java.awt.Component.dispatchEvent(Component.java:3903)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

  • HT4623 Do you have any update which resolve the "No Service" issues on the iPhone 4 and 4S?

    Hello!
    I am from Sweden. Using iOS 6.0.1 on iPhone 4S. I ordered this iPhone hopping that you have resolved this issue " No Service". I had this problem on my iPhone 4 and that is the reason why I ordered this one. The sim card is now totally blocked for the 5th time. Even on iPhone 4S am having the same issue. Do you have any update which resolve this problem? If not what do you want me to do? All our employees are using iPhone and if this issue is not resolved, we are planning to stop all orders from Apple. Please let me know as soon as possible. My E-mail is [email protected] Thanks!
    /Elishah

    You are not talking to Apple here; we are users like yourself.Apple does not monitor this forum and will not respond as this is a user-to-user forum.
    Did you contact your carrier? It sounds as if it is a carrier problem.

  • Can't do any updates through Mac App Store for Mountain Lion

    I am just wondering if anyone else is having this issue.
    I have not seen anything posted around the internet, but when I try to check for a Software Update by using Apple Menu -> Software Update it tries to connect to the App Store and then says it is unavailable at this time, and I am using my schools wifi network, when I use my phone as a hotspot, it just tells me it can't connect to the App Store.
    Any ideas?

    The servers may be busy. It happens.

  • How to disable updates on Mac Clients

    Hi
    I am working in school. It is bit of hassel when students are working on something and updates pop up every 5 minutes.
    I want to know how can i disable updates on all machines using remote desktop for all the application? (e.g Office 2008, Adobe photoshop, ilife.)
    Thanks
    Arpit

    That has little to do with Windows and Apple Software Update, but would fit into Using Mac OS X Leopard.
    http://discussions.apple.com/category.jspa?categoryID=235
    Don't give students full administrative accounts to begin with.
    Not sure how or if to go in and if Apple Remote Desktop, or if you need to push a new system image...

  • Any update to the Maverick/icloud synch issue?

    Over the last few months there has been a lot of discussion about how upset we all are that we can only synch under Maverick using icloud. It is now mid-Dec and I was wondering if Apple has seen how unhappy their customers are and, if so, is there any talk about them fixing this issue? I love Apple products but if I lose my privacy I may go back to the PC/Android world.

    sltress wrote:
    Also wondering did everyone just give up and succumb to icloud or are you, like me, dealing with just not having ical and contacts up to date in your mobile device?
    Yes, 320+ Million people are using iCloud. The method of syncing that a few here are unhapy about, being calender and contact sync via usb cable, is still not available. Search the issue, especially the security between Android and PC. You can use what you wish. No one is forcing you to use Apple and iCloud.
    Cheers
    Pete

  • How can transfer Mac Outlook Contact files to the MacPro Address book?

    I tried the suggested three step process, ie, (1) Export Contacts from Outlook in txt formant, and (2) Open the txt file Excel and Save As in csv format, (3) Import the csv file into the MacPro Address book. However the Export from Outlook Contacts in txt results in a messed up file with data in random columns.  The Import into the Address book resulted in 21,000 plus entries (my Outlook Contacts had about 3000 plus).  Any solutions?

    Mac Outlook exports files in a .olm format. What you need is an .olm to the Apple format converter - here's such a tool - https://itunes.apple.com/us/app/olm-converter-pro/id522796199?mt=12 = expensive but it gets pretty decent reviews.
    Clinton

  • Any issues with file sharing between Windows and latest Mac client?

    We're running Lync 2013. My Windows client is 15.0.4551.1005. Mac client is version 14.0.8.
    I open a conversation with a coworker on his Mac. I then try to share a png file. He clicks accept but then my client says the attempt timed out, and his client says that I canceled the file transfer. The coworker then boots the Mac into Windows and we try
    again, and the file share works fine. When I jump on my Mac, I can send files to his Mac without issue. When he tries to send from his Mac to my PC it fails, but when he tries to send from Windows on his Mac to my PC, it works.
    I can't find anything specific in the logs that would indicate a firewall issue. Is there a bug with file sharing between the Mac and PC clients?
    Thanks,
    Matt

    No, There isn't a bug with file sharing between Mac and Pc client.
    2941640 Desktop sharing session stops in Lync 2013 when all screen data is updated
    Also you can check below links
    http://support.microsoft.com/kb/2952672/en-us
    http://support.microsoft.com/kb/2880474/en-gb
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Big issues with the new MAC OSx RDP client; crashes with Excel formattings or open Libre Office

    We found out, that the new version of the MAC OSx RDP client (Version 8.0.24255) has some big problems: example: formatting an Excel column: text
    blue: the RDP crashes (re-producible); opening libre office calc (with 3 RDP-sessions open): RDP crashes and is not able to be opened, until libre office is closed in another windows-rdp-session.

    Crashreporter:
    Process:         Microsoft Remote Desktop [56434]
    Path:            /Applications/Microsoft Remote Desktop.app/Contents/MacOS/Microsoft Remote Desktop
    Identifier:      com.microsoft.rdc.mac
    Version:         8.0.24308 (8.0.24308)
    App Item ID:     715768417
    App External ID: 224042646
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [331]
    Date/Time:       2014-04-10 16:21:58.896 +1000
    OS Version:      Mac OS X Server 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          11 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  7 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      1FCED11E-54A0-400D-8433-DE8DDFD05728
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0xfffffffffffffffc
    Crashed Thread:  8
    Thread 8 Crashed:
    0   com.microsoft.rdc.mac             0x0000000172f937dd void HLW::bltImpl::bltWordImplDR<unsigned int>(unsigned char, unsigned char const*, int, HLW::Point const&, unsigned char*, int,
    HLW::Rectangle const&, unsigned char const*, int, unsigned int, unsigned int, int, int, unsigned int) + 6365
    1   com.microsoft.rdc.mac             0x0000000172f99827 void HLW::bltImpl::bltWordImpl<unsigned int>(unsigned char, unsigned char const*, int, HLW::Point const&, unsigned char*, int,
    HLW::Rectangle const&, unsigned char const*, int, unsigned int, unsigned int, int, int, unsigned int) + 167
    2   com.microsoft.rdc.mac             0x0000000172f7a305 HLW::Blt::blt(unsigned char, unsigned char const*, int, HLW::Point const&, unsigned char*, int, HLW::Rectangle const&, unsigned
    char const*, unsigned int, unsigned int, unsigned int, int, int, unsigned int) + 2101
    3   com.microsoft.rdc.mac             0x0000000172f9c021 HLW::SoftwareRenderer::drawBlit(unsigned char, HLW::IBuffer*, HLW::Point const&, HLW::Rectangle const&, HLW::IBuffer*, HLW::Point
    const&) + 1345
    4   com.microsoft.rdc.mac             0x0000000172fc8cee HLW::Rdp::RenderManager::PatBltOrderImpl::threadedHandle() + 2060
    5   com.microsoft.rdc.mac             0x0000000172fc8f0d non-virtual thunk to HLW::Rdp::RenderManager::PatBltOrderImpl::threadedHandle() + 29
    6   com.microsoft.rdc.mac             0x0000000172fcd504 HLW::Rdp::RenderManager::OrderHandlingThread::run() + 114
    7   com.microsoft.rdc.mac             0x0000000172be6ead Gryps::Thread::threadFunc(void*) + 103
    8   libSystem.B.dylib                 0x00007fff876edfd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff876ede89 thread_start + 13

  • Error when launching .rdp file from RDWebAccess with RD Gateway "NtlmWebAuthException: 2" on Mac Version 8.0.8 (Build 25010)

    When launching a .rdp file that has been download from an rdwebaccess session, the following error is generated "NtlmWebAuthException: 2". I have tested this on the Mac Microsoft Remote Desktop client version  8.0.8 (Build 25010).
    The following is the use case:
    Download the .RDP file for a published app "notepad.exe", on rdwebaccess (2012R2), accessed through the gateway (2012R2) VIA the connection broker (2012R2) on a RDSH server (2012R2). NLA is enabled everywhere.
    This same setup works on Windows using the Remote Desktop Connection client.
    I found that if you edit the .rdp file and add the following line (no quotes):
    "username:s: "
    Then the user is prompted for credentials. You may also set it to be "username:s:domain\username".
    This issue here appears that the Mac client is either ignoring the "prompt for credentials on client:i:1" setting, or it is passing blank credentials... or both.
    I appreciate all the work the MS team (and iTap) have done on this product... keep up the great work.
    Example failing RDP file:
    redirectclipboard:i:1
    redirectprinters:i:1
    redirectcomports:i:0
    redirectsmartcards:i:1
    devicestoredirect:s:*
    drivestoredirect:s:*
    redirectdrives:i:1
    session bpp:i:32
    prompt for credentials on client:i:1
    span monitors:i:1
    use multimon:i:1
    remoteapplicationmode:i:1
    server port:i:3389
    allow font smoothing:i:1
    promptcredentialonce:i:1
    videoplaybackmode:i:1
    audiocapturemode:i:1
    gatewayusagemethod:i:1
    gatewayprofileusagemethod:i:1
    gatewaycredentialssource:i:0
    full address:s:RDCB.COMPANY.COM
    alternate shell:s:||Notepad
    remoteapplicationprogram:s:||Notepad
    gatewayhostname:s:rdgateway.COMPANY.com
    remoteapplicationname:s:Notepad
    remoteapplicationcmdline:s:
    workspace id:s:RDCB.COMPANY.com
    use redirection server name:i:1
    loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.Notepad
    alternate full address:s:RDCB.COMPANY.COM
    signscope:s:Full Address,Alternate Full Address,Use Redirection Server Name,Server Port,GatewayHostname,GatewayUsageMethod,GatewayProfileUsageMethod,GatewayCredentialsSource,PromptCredentialOnce,Alternate Shell,RemoteApplicationProgram,RemoteApplicationMode,RemoteApplicationName,RemoteApplicationCmdLine,RedirectDrives,RedirectPrinters,RedirectCOMPorts,RedirectSmartCards,RedirectClipboard,DevicesToRedirect,DrivesToRedirect,LoadBalanceInfo
    signature:s:ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB

    Hi,
    I too have this problem but I am unsure of how you fo about adding the "username:s:domain\username"
    into the file as it is downloaded via the RD Web Access page.
    I know that I can edit the RDP file after the event and then send it to my users but I don't want the
    hassle of doing this,
    The weird thing is that ver 8.0.8 release notes say that there is a "Fix for the issues of starting remote connection from RDP files that included gateway information" 
    Anybody have any ideas?
    Thanks,
    Jaggie

  • Need help!  I have a plug-ins issue in illustrator CS4 after updating my MAC OS from Mavericks to the new YOSIMITE

    Hi,
    My Adobe CS 4 ran perfectly find up until I updated my MAC OS from Mavericks to the new YOSIMITE. When I launch illustrator CS4 I get a window message the reads   "some plug-ins in the additional Plug-ins folder are conflicting with application or user plug-ins. It will skip loading plug-ins from additional plug-ins folder."  there is a OK button that I must click on to close the message window and then illustrator will continue loading process, then a second window will appear reading  "Error loading plug-ins.  PhotoshopImport.aip"  there is a OK button that I must click on to close the message window and then illustrator will continue loading and launch.
    The problem is when I open a current file that has a psd link I will get a window message reading  "could not find a plug-in to read the link file _______ choose repair to locate the missing file, replace to select another file, or ignore to leave the link unchange."   When selecting a psd link /file it is greyed out which I cannot select it.  I can not select, choose, import or open any files/links that is a psd.
    Would someone please help me resolve this issue please!!!

    I have the same issue! Did you get a solution yet?

  • Hi there, I cannot open bridge and I get this warning, "Adobe Bridge Cannot be Opened because of a problem. Check with the developer to make sure Adobe Bridge CC works with this version of Mac OS X. You may need to reinstall any updates for this applicati

    Hi there, I cannot open bridge and I get this warning, "Adobe Bridge Cannot be Opened because of a problem. Check with the developer to make sure Adobe Bridge CC works with this version of Mac OS X. You may need to reinstall any updates for this application and Mac OS X" although bridge has been running on my Mac for over a yera. I have installed all current updates for Mac and reinstalled Bridge again from CC and still get the same issue? Any advice?

    Would you please provide details about your setup?
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • RD Client and RDWeb 2012 - RDP file is not valid when run from chrome browser on Android

    After signing into the RDWeb using Android Chrome, I see the published remoteapp.  If I click to
    run remoteapp, it tries to open the RDP file with the installed RD Client but I got this error "Import Error - The RDP file is not valid.  Notify your network administrator."
    I have google about this error. One of the forum suggest to use RD client remote resources tab to access the apps but in our environment our user want to use their
    own web browser to access the apps. Is there any way we can solve this issue?.

    Hi,
    I’m afraid that we have to configure Remote Resource.
    Thanks for your understanding.
    Jeremy Wu
    TechNet Community Support

  • RDP file won't open on Mac with double click

    Hi
    We have sort of created our own RDP Gateway and this used to work fine on Mac's double click the RDP file and this automatically opened Microsoft Desktop App and you could login in once entering username and password. Since the last couple of updates to
    RDP App it doesn't work when double clicking the RDP downloaded file, it works if I import it into the RDP App and start it but not when I double click it.
    This is obviously causing an issue with quite a few users and causing our number of support calls to increase dramatically.

    Hi,
    I would like to check if PROTOCOL X’s method works for you.
    Thanks.
    Jeremy Wu
    TechNet Community Support

Maybe you are looking for

  • How do I sync Apps to the iPhone 5 when I have two Apple IDs

    I received my iPhone 5 last night and followed Apple's instruction on backing up my iPhone 4 to the cloud and restoring it to the new iPhone. Here's the problem: some of my older apps (those purchased with a different Apple ID) didn't make it to the

  • Do i need to use airport express to extend my network to use AirTunes?

    I use an AEBS connected to my cable modem and just bought the Airport Express just to be able to stream my iTunes music to a set of powered speakers conncted to it. When I got into Airport Utility, the only options it provides is to Set up a new netw

  • CAN I GENERATE FORMS 6 WITH DESIGNER 6I?

    Sorry, but this information isn't in the documents about Designer 6i. Thanks.

  • How do I apply 8.0.1 Patch?

    Anyone know how to apply the 8.0.1 patch for Linux? There are no instructions and it is not an installer like the windows patch. This is very frustrating and after running Coldfusion since verion 4.5 on Linux, for the first time I don't know how to a

  • ITunes copying movies to internal HD, but library is set to ext. HD

    I'm hoping someone might be able to shed some light on this for me. I'm using iTunes 8.0.2 on a Unibody MacBook Pro. In the iTunes preferences, I've set the library to be on an external drive that I have connected via USB to a Time Machine. (I do thi