Is following message due to 'Java' setting left unchecked? Mac OSX supportsUser Authentication Mechanism (UAM) plug - ins from other manufacturers to control access to servers.To use a UAM, copy the plug - in to: Library/ Filesystems/ AppleShare/ Authenti

Is following message due to 'Java' setting left unchecked?
Mac OSX supportsUser Authentication Mechanism (UAM) plug - ins from other manufacturers to control access to servers.To use a UAM, copy the plug - in to: Library/ Filesystems/ AppleShare/ Authenti

Man that is an ancient message.
The last time I saw that was using Mac clients connected to a Microsoft (Windows) Server running 'Services for Macintosh' which included the ability to act as an AppleShare compatible file server. Because Microsoft have a different security system for defining accounts which includes the 'domain' as well as username, the standard Mac AFP client did not know how to send that information.
Therefore Apple made it possible to installed a plugin in the form of a UAM or User Authentication Mechanism which added the ability to send this information to login to the fileserver.
See http://support.microsoft.com/kb/101747
However Microsoft have long discontinued 'Services for Macintosh' and now the only way for a Mac to connect to a standard Windows Server is via SMB not AFP. I don't believe this plugin is available to download anymore.

Similar Messages

  • HT4854 When trying to download Mountain Lion, I get the following message:  "We could not complete your purchase.  OSX 10.8 Mountain Lion requires a Core 2 Duo, .... processor."  However, my Mac lists a 2GHz Intel Core Duo as its processor.  Help?

    When trying to download Mountain Lion, I get the following message:  "We could not complete your purchase.  OSX 10.8 Mountain Lion requires a Core 2 Duo, .... processor."  However, my iMac lists a 2GHz Intel Core Duo as its processor.  Help?

    Welcome to the Apple Support Communities
    Mountain Lion is a 64-bit operating system, and an Intel Core Duo processor is only 32-bit, so you can't use Mountain Lion on your Mac. You can keep using your actual OS X version or buy a new Mac if you want Mountain Lion

  • UI problem when run java swing application on MAC OSX

    Hello,
    I have problem when i run my java swing application on MAC OSX.
    Dialog box is not properly visible in MAC means ita size increses.
    its size incresed and and some content or buttons on that dialog are not fully visible.
    I can only see partial message or button.
    If any one have idea about this problem then give the solution.
    Thanks :)
    Shweta

    I am using following way to create dialog
    JOptionPane optionpane = new JOptionPane(new Object[]{lblMsgUp}, JOptionPane.OK_CANCEL_OPTION, JOptionPane.INFORMATION_MESSAGE, null, choices, "Save");
    JDialog dialog = optionpane.createDialog(parent, "Save");
    dialog.setSize(450, 125);
    dialog.setVisible(true);

  • What does this mean? ... System extension cannot be used ... The system extension "/System/Library/Extensions/IOFireWireWDHID.kext" was installed improperly and cannot be used. Please try reinstalling it, or contact the product's vendor for an update.

    I get this message often when updating things. I have told Small Dog Computer where I buy my stuff, and they didn't have an answer. Thanks in advance.
    What does this mean? ... System extension cannot be used ... The system extension "/System/Library/Extensions/IOFireWireWDHID.kext" was installed improperly and cannot be used. Please try reinstalling it, or contact the product's vendor for an update.

    Interesting ... thank you! Actually I had that external drive, Western Digital, a while back on my second last? or third last? laptop ... the external drive died with a slew of pictures I had carefully uploaded to it  :-(
    I won't worry about it anymore  :-)
    sorry you got only 5 points, can't figure how to give you 10 points.

  • TS2972 I can not access a purchased album from itunes on another shared home computer it will not let me put the album into my library

    I can not access a purchased album from itunes on anoter shared home computer
    It will not let me put the album into my library
    Has anyone any ideas

    Your phone connected, iTunes running: File>Transfer Purchases.

  • Several times every day I get the following message or something very similar, what can I do? A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete. Scrip

    A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
    Script: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsBlocklistService.js:648
    == This happened ==
    Every time Firefox opened
    == It just started about 2 weeks ago but is now happening every day

    The most likely cause is a problem with Java on your system - older and/or messed up Java installations seems to cause this issue sometimes.
    To fix:
    Step 1: Try installing latest Java version. Check your Firefox/system browser plugins from this page, and install latest version: [http://www.mozilla.com/en-US/plugincheck/ Mozilla Plugin Check Page] (also works for most other browsers)
    If latest Java (currently "Java(TM) Platform SE 6 U20 - Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers") does not fix the problem, you may have more versions installed on your system causing problems for each other. This leads us to -
    Step 2: Uninstall those you can from Control Panel -> Add/Remove programs. To make sure it is properly cleaned out, see [https://support.mozilla.com/en-US/forum/1/595817#threadId608043 these excellent tips from noah_sumo] to clean out Java completely, then install latest version again from the [http://www.java.com/en/download/manual.jsp Java.com download page].
    If you ''still'' get this error, you may have Norton or another security program which can also in some cases cause this issue. That takes us to:
    Step 3: Configure security program correctly.
    For Norton 360 see [[Configuring Norton 360]].
    For Norton Internet Security, see [[Configuring Norton Internet Security]].
    For other firewall programs, see [[Firewalls]].
    If none of these steps solves the problem, please provide any detail you can think of that may be related and let us know, and we will try to find other solutions to get this solved.

  • How to copy the ASM files on host filesystem.

    Hello All,
    There is a question come up in my mind that can we perform the copy/delete/move of ASM files to the host filesystem while the ASM instance is down.
    For instance... To copy the file ASM file through AMCMD utility when the ASM instance is running.
    ASMCMD> cp spfilenode.ora /u01
    copying +DATA/NODE/spfilenode.ora -> /u01/spfilenode.ora
    Now my question is, Can I copy/delete/move that file on OS filesystems when the ASM instance is down.
    regards,
    rohit

    Hi,
    1- Copy from ASM to FileSystem using cp command.
    2- Copy from ASM to FileSystem using DBMS_FILE_TRANSFER.
    1) In the first method, when I copy one file, I took more than 1 minute, so the following script would take me more than 1 days (I guess so).
    #!/bin/ksh
    # This script copies files from FRA on ASM to local disk
    ORACLE_SID=+ASM2
    ASMLS=/vasgatedb/app/vsgbkp/asm_ls.txt ##{ASM files list}
    BKP=+data/vsgdb/vsgbkp/`date +%Y_%m_%d` ##{source location of files}
    LOCALBACKUPDIR=/vasgatedb/app/vsgbkp  ##{destination filesystem}
    LOG=/vasgatedb/app/vsgbkp/asm_log.txt ##{log file}
    # Get the list of files
    $ORACLE_HOME/bin/asmcmd > $ASMLS <<EOF
    ls $BKP
    exit
    EOF
    # Clean the list by removing "ASMCMD>"
    sed -i 's/ASMCMD> //g' $ASMLS
    ##cat $ASMLS
    echo `date` > $LOG
    # Copy files one by one
    for FILENAME in `cat $ASMLS`
    do
    if [[ ! -f $LOCALBACKUPDIR/${FILENAME} ]]
    then
    $ORACLE_HOME/bin/asmcmd >> $LOG <<EOF
    cp $BKP/$FILENAME $LOCALBACKUPDIR
    EOF
    fi
    done
    echo `date` >> $LOG
    2) The second method, DBMS_FILE_TRANSFER took me less than 1 second to copy one file completely.
    sys@VSGDB> set timing on
    sys@VSGDB> exec dbms_file_transfer.COPY_FILE('asm_dir','level_0_vsgdb_9998_813844797.bkp','fs_dir','level_0_vsgdb_9998_813844797.bkp');
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.38

  • Cannot gat java docs to show Mac OSX

    Hi All,
    I get the error message : Cannot find java doc . Check the java doc Library Reference to make sure the documentation is mounted.
    This happens when I control click on a class in the Java editor . This is my first week with studio creator and I have un zipped the ref docs that came with the application.
    Thanks in advance
    Jim Ascroft

    Hi Jim,
    What was the class on which you control clicked in Java editor? I entered the following line of code in the page constructor:
    String myString = new String();
    I then selected String, control clicked and chose Show Javadoc. The javadocs literature for String class was displayed.
    Hope this helps
    Cheers
    Giri

  • Using PowerShell to Copy the content of a Word Document and Paste that content into a New Message in Outlook

    So, I'm a little new to PowerShell and I came across a PowerShell which allow me to copy the content od a spreadsheet, into the new message in Outlook 2007.  I have search and search on a way to do the same with a Word Document.  I would like to
    create a PowerShell Script that copies the content of a Word Document and paste that content in an email message.
    I am basing my script on this
    #Create and get my Word Obj
    $w1 = New-Object  -comobject Word.Application
    $w1.Visible = $True
    $UserWord = $w1.Workbooks.Open("C:\Users\hhhh\Documents\Powershell\test.docx")
    #create outlook Object
    $Outlook = New-Object  -comObject  Outlook.Application 
    $Mail = $Outlook.CreateItem(0)
    $Mail.SentOnBehalfOfName = "[email protected]"
    $Mail.Recipients.Add("[email protected]")
    #Add the text part I want to display first
    $Mail.Subject = "Test email"
    $Mail.Body = "My Comment on the Excel Spreadsheet"
    #Then Copy the Word using parameters to format it
    $Mail.Getinspector.WordEditor.Range().PasteExcelTable($true,$false,$false)
    #Then it becomes possible to insert text before
    $wdDoc = $Mail.Getinspector.WordEditor
    $wdRange = $wdDoc.Range()
    $Mail.Display()
    Any Help would be great!

    My requirements are the Word documents are a template of sorts.  The document will be changes prior to its email with some changes.  The other twist is that the customer might more that one recipients, and each recipient will have to have a separate
    email, with the same content of the word document. 
    For example: Say I'm doing maintenance. The Word doc might descript that maintenance, in a set format. Once save the script is run to generate 3 to 10 email with separate recipients with the body of the email containing what was in the Word document.

  • How do I share my movies with my wife's iTunes account on the same iMac, without having to actually copy the movie into her library?

    I apologize if this is already in the forum somewhere, I simply could not find this question being asked anywhere.  We have an iMac running Lion with all of the latest updates as well as the latest version of iTunes.  All of the digital movies we've purchased through iTunes, have been purchased through my iTunes account.  However, my wife is the one with the iPad, and syncs it with her own iTunes library and her own Apple ID.  I have turned on Homesharing for my library, and she can see my library from within her iTunes account.  We turned on the feature to automatically copy new movies into her library so that she could sync those movies onto her iPad.  However, I quickly discovered that it is literally storing a second copy of the movie file in her iTunes folder, and therefore eating up precious hard drive space.  Is there a way for her to "check" movies in my homeshare library from within iTunes to sync with her iPad when she connects it, without actually copying those movies into her iTunes folder?  If not, any suggestions on how we can solve this issue?

    What you're describing is the expected behaviour.  I believe though that is also is the easiest way to have all the contents available to both of you at all times.  If you have a spacious hard drive you should probably allow this to happen as anything else will be harder to manage.
    My suggestion would be the following if you want to try something different.
    Store all your music at a location that is accessible by both of you — an example would be to use your Public Folder as the locations where iTunes will go and look for all the media files—.  Your wife does have access to it.
    In the Finder you will need to move the folder name iTunes Music to the location in your Public Folder (see above).  Once that's done, you and your wife will have to go into the iTunes Preferences > Advance Preferences and un-check Copy files to iTunes Media folder when adding to library.  From this point on, you can continue to use iTunes as usual.  You'll need to tell your wife what has been newly downloaded/imported into your iTunes so she can manually go look for those items in that Public Folder iTunes of yours and import them into her iTunes.  She will not duplicate by doing that, but, like I say this is an all-manual work.
    She can do the same, so you have access to contents she imported herself.  One more downside of this is that both usernames have to be active in your iMac.  If yours isn't, she won't be able to access any item (song, book, app) located in your Public Folder's iTunes.
    I'm sure there's a way, if you have an router with external hard drive conectivity, for both of you to be able to access —independently— the iTunes Media at all times but I was just reading at another post that doing so can further complicate things.
    Hope this helps.  Please let me know what you think or decide to do.
    Jorge...

  • Cannot open any Java files on my Mac OSX: Problem Solved

    Hello all,
    I have just begun an Introduction to Java class and I'm already having problems...namely, I cannot open .java files on my Mac.
    Whenever I try to open them, I get an error message that says: "You cannot use this version of the application Xcode with this version of Mac OS X."
    I'm running version 10.5.4 on a PowerPC Mac. It's a few years old, but I don't understand how it could already be so outdated as to not allow me to even use the application.
    I am 100% new to programming and don't really know at all what I'm doing. Apple says their JDK comes with every Mac and no one else seems to be having this problem. I don't really even know where to go to for updates, if that is what I need to do, or if I should just download a different JDK.
    This is an intensive (6-week) class and I don't want to fall behind, but it's halfway through the first week and I cannot even open files.
    Any suggestions greatly appreciated.
    EDIT: I figured out the problem by getting out my installation disks and I found the latest xCode tools app in the "optional packages" folder.
    Installed it and now I'm up and running.
    Edited by: chalks on Sep 17, 2008 10:09 AM

    You can download Adobe Reader from adobe.com.  The Mac OSX uses its "reader" to open PDF files without the Adobe Reader.  If you downloader adobe reader, it should open all PDF files.  Hope this helps.

  • Regarding java application bundle for Mac OSx

    Hi,
    I made a java application to distribute on Mac osx. I created folder .app structure according to mac application.
    The application is being successfully launched by double click on Myapplication.app on Mac Osx which contains Java5.
    Its not launching the application on Mac with Java6. I searched for the problem then I found that the current shipped JavaApplicationStub file is for Java5. I copied the JavaApplicationStub file from the Mac (which have java6) from /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub" and replace it in my application bundle. Now application is being launched in java6 with double click.
    I am looking for a solution which works on all Mac with different jre versions. I search for this.
    http://www.informagen.com/JarBundler/StubFile.html
    here I found, that we can create symbolic link.... I have no idea about this how to do that. I am not using any jarbundler to bundle my application.
    How can I get my application working on all Macs with different version of jre ?
    Thanks

    JL.Nayak wrote:
    ..Can a link (create on on mac) work on another mac.If you launch [this code|http://pscode.org/jws/persistserv.jnlp] on a Mac. are you prompted by a dialog?
    The application would like to create shortcuts. 
    Do you want to continue?
    Name:          JotPad
    Publisher:     Andrew Thompson
    From:          http://www.pscode.org
                             [OK]     [Skip]
    The application will add a shortcut to the desktop.
    Do you get a desk-top short-cut if you click 'OK'?
    If so, then  [Java Web Start|http://java.sun.com/javase/technologies/desktop/javawebstart/index.jsp]  is a launch technology you should investigate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Use(getItemsRequest)cannot response the full list of library

    I want to get the items' total count of library. But some library can count the full list, some library just only count one record. I have no idea what is the problem. Here is the coding.
    WebReference.getItemsRequest req = new WebReference.getItemsRequest();
    WebReference.getItemsResponse resp;
    req.container = ((LibItem)listLibraries.SelectedItem).ID;
    libname = ((LibItem)listLibraries.SelectedItem).Name;
    domain = ((LibItem)listLibraries.SelectedItem).Domain;
    postOffice = ((LibItem)listLibraries.SelectedItem).PostOffice;
    resp = ws.getItemsRequest(req);
    if (0 == resp.status.code)
    if (null != resp.items)
    listBoxFiles.Items.Clear();
    foreach (WebReference.Document itemobj in resp.items)
    FileItem tmpinfo = new FileItem();
    tmpinfo.Name = itemobj.name;
    tmpinfo.ID = itemobj.id;
    tmpinfo.Version = itemobj.version;
    tmpinfo.Lib_DisplayName = itemobj.library.displayName;
    tmpinfo.Lib_email = itemobj.library.email;
    tmpinfo.Subject = itemobj.subject;
    tmpinfo.Author_DisplayName = itemobj.author.displayName;
    tmpinfo.Author_email = itemobj.author.email;
    tmpinfo.Created = itemobj.created;
    tmpinfo.currentVersion = itemobj.currentVersion;
    tmpinfo.documentNumber = itemobj.documentNumber;
    tmpinfo.documentTypeName = itemobj.documentTypeName;
    tmpinfo.officialVersion = itemobj.officialVersion;
    tmpinfo.RetrievedDate = itemobj.modified;
    listBoxFiles.Items.Add(tmpinfo);
    count++;
    LogMessage("GetLibItems success" + " count=" + count);
    Anyone would be help me to solve this problem?
    Thank you

    Preston,
    Thank you for taking the time to respond. I have tried the cursor calls. But it still not work.
    I have seen some of thread about cursor. I haven't use positionCursorRequest and position element of readCursorRequest.
    It still return null to me. The following is my coding.
    Jimmy
    WebReference.createCursorRequest createCursorReq = new WebReference.createCursorRequest();
    WebReference.createCursorResponse createCursorResp;
    WebReference.readCursorRequest readCursorReq = new WebReference.readCursorRequest();
    WebReference.readCursorResponse readCursorResp;
    WebReference.destroyCursorRequest destroyCursorReq = new WebReference.destroyCursorRequest();
    WebReference.destroyCursorResponse destroyCursorResp;
    WebReference.getItemsRequest getItemsReq = new WebReference.getItemsRequest();
    WebReference.getItemsResponse getItemsResp;
    createCursorReq.container = ((LibItem)listLibraries.SelectedItem).ID;
    createCursorResp = ws.createCursorRequest(createCursorReq);
    if (createCursorResp.status.code == 0 || createCursorResp.cursorSpecified == true)
    readCursorReq.container = ((LibItem)listLibraries.SelectedItem).ID;
    readCursorReq.cursor = createCursorResp.cursor;
    readCursorReq.forward = true;
    readCursorResp = ws.readCursorRequest(readCursorReq);
    if ((readCursorResp.status.code == 0)/*&& (readCursorResp.items.item != null)*/)
    if (readCursorResp.items != null)
    int itemListCount = readCursorResp.items.count;
    long itemLength = readCursorResp.items.item.LongLength;
    ws.Timeout = 10000000;
    LogMessage("GetLibItems success" + " count=" + itemListCount);
    LogMessage("Items Length" + " count=" + itemListCount);
    btnBrowse.Enabled = true;
    else
    LogMessage("Read Cursor Items null.");
    btnBrowse.Enabled = true;
    else
    LogMessage("Read Cursor failed.");
    btnBrowse.Enabled = true;
    if (createCursorResp.cursorSpecified == true)
    destroyCursorReq.cursor = createCursorResp.cursor;
    destroyCursorResp = ws.destroyCursorRequest(destroyCursorReq);
    if (destroyCursorResp.status.code != 0)
    LogMessage("Destroy Cursor failed.");
    btnBrowse.Enabled = true;
    else
    LogMessage("Create Cursor failed.");
    btnBrowse.Enabled = true;
    The result was returned LogMessage("Read Cursor Items null.");

  • Java application development on Mac OSX

    Does anyone do Java application development on a Mac? I know that Mac has their own version of Java and I was wondering if there were any difficulties of Java development on a Mac. I'm considering a switch from Windows to Mac and want to evaluate how it will impact my Java development. I currently use Eclipse 3.2. What are the advantages and disadvantages of Java development on a Mac?
    Thanks

    I'm no Java3d expert but i'm quite sure java is slow on macs, as the java for mac technology is quite bad. Even 2d games with few sprites go slowly on my mac, it's a shame. However this might change as Apple is working quite hard on getting java to work properly, ( mainly because if java becomes popular the macs will lose their incompatibility problem! )

  • When I open my computer and put in my password it opens to a screen that says setting up you Mac but at that point it is frozen from there and I cannot get in

    When I open my computer and sign in with my password it opens and says setting up your Mac.  But from here it never goes forward and even if I restart I cannot get computer to open

    This sounds more like a Windows question, than a Firefox question. When you say that an image shows up every time you open your computer, do you mean every time you turn on your computer, or every time you start Firefox?

Maybe you are looking for

  • The work book does not exist in the document store

    Hi Forum, Has anyone come accross this error "The work book does not exist in the document store" I just changed the description of my Work book in Development and saved. Now it wont open. The error message is "The work book does not exist in the doc

  • Flash player not working after doing the update

    I got an update on facebook saying that I needed to update my flash player. so I did, and now it keep saying that I need to update when It already shows that it is the updated version. now I cannot do anything that involves using flash, no facebook o

  • Should I add separate audio card to use with Audition & Premiere

    Should I add a separate audio card? I am using a production premium and for now I using the on board sound card which is a 5.1 Realtek.  First I am no pro but do like editing events etc. Is there advantage dis-advantage?  Also will be using Audition.

  • Will MapBuilder ever export styles to SLD?

    Hi there, I was reading James' Fee blog at http://www.spatiallyadjusted.com/2009/04/21/sharing-cartography/ and looking at various technologies for storing cartographic symbology and the thought occurred to me that it would be nifty if MapBuilder exp

  • 1820M Unit failure-urgent assistance requested

    Hey guys I have a serious problem! I hope someone can help me! I have recently purchased the 1820M sometime late last year. It was working fine, then, it began to freeze during start up and I would have to re-start the computer, two to three times be