Final Cut Server Client Download Problems

I am attempting to install/run Final Cut Server client on my laptop and Mac tower. The other day the client software worked well on my Mac tower but today no go. I attempted to install the client software on my laptop, I can get to the download screen in a web browser by typing the address of the local server but when I press download the next page appears but no download or dialogue box appears. Also while wrestling with this problem I deleted the client software from my tower. This same issue is now happening on the tower when I try to restore the client software. Possibly related or not I just updated the software to 10.6.7. but tried another machine I have here that is at 10.6.4 with the same result. I also read an old post that described problems with download initiation and how they can be resolved by deleting a few specific resources out of the Java Preference Cash Files. I completed this process which resulted in no evident change.
BJ

Try removing the FCSvr client from your local machine and then reinstalling it from the web installer while you are connected via VPN. Run these commands in Terminal to remove it:
rm -r ~/Library/Caches/Java/
rm -r ~/Library/Caches/com.apple.finalcutserver/
rm ~/Library/Preferences/com.apple.finalcutserver.plist
rm -r ~/Desktop/Final Cut Server.app
Sometimes my client just won't launch like you are seeing and reinstalling it within whatever network connection I'm using gets it working again.

Similar Messages

  • After installing Final cut server client on OSX 10.6.8 error: Apple QuickTime or the QuickTime Java component is not installed.

    After installing Final cut server client on OSX 10.6.8 error: Apple QuickTime or the QuickTime Java component is not installed.
    I know this error on windows machines but cannot get a solution for OSX.

    I have fixed this by installing the latest combo update

  • Final Cut Server Client Error won't start Application

    Hello I am new to Final Cut Server 1.1 I have setup the server on a Mac Pro Intel based with 8Gb of memory 2x3.2Ghz Quad Core processor. the server is running fine I am able to connect to it from another workstation (windows and MAC) through the web browser but when the application starts this is the exception I get on the MAC client:
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.javaws.Launcher.executeApplication(Launcher.java:1812)
    at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1750)
    at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1532)
    at com.sun.javaws.Launcher.run(Launcher.java:135)
    at java.lang.Thread.run(Thread.java:637)
    Caused by: java.lang.UnsatisfiedLinkError: quicktime.QTSession.Gestalt(I[I)S
    at quicktime.QTSession.Gestalt(Native Method)
    at quicktime.QTSession.gestalt(QTSession.java:935)
    at quicktime.QTSession.open(QTSession.java:641)
    at quicktime.QTSession.open(QTSession.java:608)
    at com.apple.FinalCutServer.javaui.quicktime.QTInit.open(QTInit.java:37)
    at com.apple.FinalCutServer.javaui.FinalCutServer.main(FinalCutServer.java:263)
    ... 9 more
    I have checked that all apple updates have been applied but can't get around this error. Has anyone any suggestions? We are very eager to get this server running.
    Thank you!

    Thank You
    That solution worked like a charm on the MAC workstations but it still does not work on the Windows XP workstations. Is there anything that addresses that issue?
    Newbie

  • Final Cut Server Client not opening

    So I really new to Final Cut Server (FCS). I have installed FCS on my Xserve as well as the FCS client on my laptop (Did all of that on a local LAN). When I go to my house and try to access FCS client it throws me an error, saying "Unable to launch the application". I really don't know what the issue. Here is the code that is given via java when i click details.
    Launch File:
    "<?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0+"
    codebase="http://xserve.local" href="/FinalCutServer/FinalCutServer_mac.jnlp">
    <information>
    <icon kind="default" href="~fcsvr/webstart/FinalCutServer.icns"/>
    <icon kind="shortcut" href="~fcsvr/webstart/FinalCutServer.icns"/>
    <icon kind="splash" href="~fcsvr/webstart/FinalCutServer.png"/>
    <title>Final Cut Server</title>
    <vendor>Apple Inc.</vendor>
    <homepage href="/FinalCutServer"/>
    <description>Final Cut Server</description>
    <description kind="short">Final Cut Server</description>
    <shortcut online="true">
    <desktop/>
    <menu submenu="Apple"/>
    </shortcut>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <jar href="/~fcsvr/webstart/FinalCutServer.jar"/>
    <j2se version="1.5*" initial-heap-size="64m" max-heap-size="300m" java-vm-args="-Dapple.awt.graphics.UseQuartz=false"/>
    <j2se version="1.6*" initial-heap-size="64m" max-heap-size="300m" java-vm-args="-Dapple.awt.graphics.UseQuartz=false -d32"/>
    <property name="apple.awt.graphics.UseQuartz" value="false"/>
    <property name="file.encoding" value="UTF-8"/>
    </resources>
    <resources os="Mac OS X" arch="i386">
    <nativelib href="/~fcsvr/webstart/FinalCutServer_MacOSX.jar"/>
    </resources>
    <resources os="Mac OS X" arch="ppc">
    <nativelib href="/~fcsvr/webstart/FinalCutServer_MacOSX.jar"/>
    </resources>
    <application-desc main-class="com.apple.FinalCutServer.javaui.FinalCutServer">
    </application-desc>
    </jnlp>"
    Exceptions:
    java.net.UnknownHostException: xserve.local
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:433)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:477)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:231)
    at sun.net.www.http.HttpClient.New(HttpClient.java:304)
    at sun.net.www.http.HttpClient.New(HttpClient.java:321)
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection. java:965)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java :917)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:842)
    at com.sun.deploy.net.BasicHttpRequest.doRequest(BasicHttpRequest.java:185)
    at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(BasicHttpRequest.java:68)
    at com.sun.deploy.net.DownloadEngine.isUpdateAvailable(DownloadEngine.java:933)
    at com.sun.deploy.net.DownloadEngine.isUpdateAvailable(DownloadEngine.java:838)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:157 4)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:153 4)
    at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:217)
    at com.sun.javaws.LaunchDownload$DownloadTask.call(LaunchDownload.java:1979)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
    at java.util.concurrent.FutureTask.run(FutureTask.java:123)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: 651)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
    at java.lang.Thread.run(Thread.java:655)
    Please someone help me out. I have been trying to get this for a few days.

    Try removing the FCSvr client from your local machine and then reinstalling it from the web installer while you are connected via VPN. Run these commands in Terminal to remove it:
    rm -r ~/Library/Caches/Java/
    rm -r ~/Library/Caches/com.apple.finalcutserver/
    rm ~/Library/Preferences/com.apple.finalcutserver.plist
    rm -r ~/Desktop/Final Cut Server.app
    Sometimes my client just won't launch like you are seeing and reinstalling it within whatever network connection I'm using gets it working again.

  • Active Directory logins from Windows to Final Cut Server

    While I did manage to solve my main problem with Integrating AD with Final Cut Server at this one site.... It turns out that there a typo in the kerberos config file. Ooops. Now logins in from Mac OS using AD credentials works well. Unfortunately, I am still seeing some minor issues, like certain groups in AD not being able to login, and for some reason the Windows users can't login (only the Macs using AD credentials). Any seeing anything like this? Of course I enabled certain groups in Final Cut Server pref pane to match certain AD groups, but in the end only the BuiltIn groups worked, not the Domain Users, Domain Admin groups. Strange. And not sure why Windows users can't login. Same domain. Fun times.

    It seems like I read the inital Kb article wrong. The Windows clients get the krb5.ini file, not the Domain Controller. LOL. Thanks to drew for pointing that out to me.
    http://support.apple.com/kb/HT3688
    In order for Active Directory bound Windows Final Cut Server client systems to successfully authenticate to Final Cut Server, you must create a custom Kerberos configuration file on the Windows client system.

  • Rough Cut Editor for Final Cut Server

    Hi everyone,
    we are working on a Rough Cut Editor for Final Cut Server.
    I'd like to know what you think about it and put a short video about its usage on my site at
    http://www.andre-aulich.de/en/perm/consol-rough-cut-editor-video
    Any feedback would be very much appreciated!
    Regards,
    André

    Hi guys,
    in addition to getting in touch with you personally, I'd like to answer some questions in public:
    LAN vs WAN
    ==========
    The RCE in its current form is primarily built to be used in a LAN.
    This is because you need both the Final Cut Server client as well
    as the RCE client to connect to a central server using the ports
    3000, 80, 8821, and 8891.
    In addition, we currently suppose the Edit Proxy folder to be an
    edit-in-place device, so you need to open port 548 if you use AFP
    for that. We might change that, but you still need the FCSvr client
    to connect to your server.
    That said, we currently consider the RCE to be run in a local network.
    FEATURES
    ======
    We are not planning to build a server ingest app, as there are other guys
    building these kinds of apps.
    A standalone version of the RCE without Final Cut Server connectivity would
    be easy to write, yet, we like to use FCSvr's proxies for preview, as this way
    low bandwidth (meaning non-Fibre Channel) to the viewing stations is
    sufficient.
    So today there's the RCE in its current form...
    AVAILABILITY
    ===========
    We are doing our final testing and hope to release the app within
    the next two weeks.
    As we need to install some tools on a server and have a look at its
    environment, we would currently install the RCE ourselves, usually
    through a remote connection.
    Yet, we already consider having selected partners to implement the
    RCE as well.
    Currently there's no beta program being planned, as we do our
    testing at a customer site, where we hope to evaluate the app
    quite comprehensively.
    I hope that answers some questions.
    For more questions, please feel free to get in touch with me.
    André

  • Re-installing Qmaster and Compressor on Final Cut Server

    I need to re-install Compressor and Qmaster on an xServe which is our Final Cut Server. I'm reading that re-installing from AppleQmasterNode.mpkg will not work, I have to do it from the Install Final Cut Server icon.
    I'm wondering what effect, if any, re-installing Final Cut Server on our xServe will have on our client computers that run the Final Cut Server client application.
    Thanks so much.
    Matt Taylor

    If you only remove Compressor & Qmaster by following http://support.apple.com/kb/TS1888, then running the Final Cut Server installation will only reinstall those items you removed.  If you're on FCSVR 1.5.2, You will also need to run software update afterwards to update Compressor to 3.5.3.
    ~D

  • Final Cut Server 1.5: G5 clients won't launch from icon

    So I upgraded my client from FCServer 1.1.1 to 1.5. They have a mix of G5 and Mac Pro stations. The 4 Mac Pros are all working fine after some fiddling and Java cache deleting. The G5s, however, won't run the client launched from the saved icon.
    Scenario:
    Access the client download from (IP address)/finalcutserver in a web browser - this works.
    The applet downloads and saves - this works.
    SOMETIMES it asks where to save the app - sometimes works.
    The client app runs, logs in, all working fine - great.
    BUT...if you quit and try to relaunch from that icon, it doesn't work. Purged Java caches, emptied the cache in the client, etc. - nothing. Updated from 10.5.7 to 10.5.8, same problem.
    The Intel boxes all work, none of the G5s do - seems entirely platform specific.
    -mike

    Heh... I solved this... in a manner of speaking. I really appreciate the input from Nicholas, Andy, RadUS, and everyone else, but nothing worked.
    Weird. May be actually a Java problem, not a FCSvr problem, maybe something in the Java implementation of 10.5.7 and later. But who knows? No word on this from Apple. There's a surprise.
    Here's the solution I ended up with. It's a cop-out I know, but it works!
    My solution was to put the Final Cut Server.jnlp file on my desktop and just launch it from there. You can even make it look like the desktop app if you want. Here's how:
    First you have to get the Final Cut Server.jnlp file on your desktop. It's not easy to find, because it's located in some weird temp directory somewhere buried in the recesses of the OS. If you don't know where it is, look through your browser's download history and find it. You can always redownload it by going to your server (yourserver.com/finalcutserver) and redownloading it. When you find it, move it to your desktop. Then do a Get Info on both the desktop app and jnlp file. Click on the icon for the app (the tray with the balls) and press Command C to copy the icon. Then click on the jnlp icon (the document with the cup of java) and press Command V to paste the FCSvr desktop app icon to the jnlp. Then check "hide extension" in the jnlp's get info window. Voila. You now have a "fake" desktop app. Yes, it's fake. Get over it! You won't be able to tell a difference. This is the only solution I came up with and I reinstalled Leopard twice.
    Hope this helps others too!
    Jason
    Message was edited by: nylonoxygen77
    Message was edited by: nylonoxygen77

  • Final cut server not serving java client application

    weird situation. today i went to download the java client for final cut server 1.5.1 at my normal address and the webpage came up welcome.. with the ability to download the client application as normal but when i pressed the button to download nothing happened.
    anyone have any ideas how to resolve this? manually removed all of the client java cache on the client machine and also reinstalled fcs 1.5.1 on the server with a restore of the database without any change in functionality. any ideas?

    hello ben,
    thanks for taking your time to help me with the issue i am seeing here. I will do my best to read into what you said and explain.
    1. Network User Permissions Problems.
    maybe you can explain, but i have not authenticated against anything at this point, just went to the normal.. "http://FQDN/finalcutserver"... the normal fcserver webpage comes up but when i click download it does not give me the ability to download the java applet or run a script that maybe delivers the java applet.
    maybe i am not understanding, but what about what i am experiencing looks like a permission issue? permission for fcserver to distribute the java applet to a user who goes to the final cut server web page to download the client?
    If that is the case, would you know where to start looking for permission issues?
    2. Verfy the web server services and comb through the user permissions and services on the server.
    The web services, service is on and when i look at the logs with any reference of final cut server, this is what i see right after when i try to download the client app.
    File does not exist:/Library/WebServer/Documents/FinalCutServer, referer: http://FQDN/~localadmin/webstart/content.php
    as far as the user permissions, what should i look for? there are very few users, the local admin, the open directory admin and 1 other user in od.
    with regard to services running on server 10.6.1 and how they affect final cut server.. checked use of how i would use AFP, DNS lookups, OpenDirectory & network homes, and Web services and appear to be working as far as i can tell.
    hope the above information helps. thanks in advance for helping troubleshoot.

  • Download Final Cut Server update 1.1.1 ?

    Hi,
    Anyone know how (or where ?) to download an earlier update to Final Cut Server (v1.1.1) ?
    No problem for download v1.5.2 on Apple Download Support, but the v1.1.1 link takes me back to Final Cut Pro X...
    Thanks.

    Use Software Update to install the 1.1.1 update on a system running Final Cut Server 1.0 or 1.1.
    ~D

  • Final Cut Server Startup Problem

    Hello,
    I recently installed final cut server 1.5, and when I pushed the "Start" button (in the final cut server preference pane) I got an error reading "Final Cut Server could not be started. The Final Cut Server launchd files could not be found. Please reinstall Final Cut Server." Ive reinstalled final cut server many times, and I keep on getting the same error!
    Please help!
    Thanks!
    Manny Rothman

    Are you installing on 10.8.2 as your profile suggests?  OS X 10.6.8 is the last version FCSVR 1.5 was compatible with. 
    If you're running 10.6.8 and are still having issues, try removing FCSVR prior to reinstalling by using the following article (backup your db beforehand, of course).
    http://support.apple.com/kb/ht1764
    ~D

  • Recently upgraded my Java to Java SE 6 1.6.0_33; now Final Cut Server won't launch due to security restrictions. Help!

    Running OSX 10.6.8, and I received a Software Update notification this morning stating that Java has a security update available. So, being the dilligent updater that I am, I updated to Java SE 6 1.6.0_33. Now Final Cut Server will not launch, stating "Unsigned application requesting unrestricted access to system"
    Is there an exception list somewhere for the Java client to which I can add FCS? (Sorry, I'm not very familiar with Java)
    Here is the launch file and exception info:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
      spec="1.0+"
      codebase="http://192.168.1.103" href="/FinalCutServer/FinalCutServer_mac.jnlp">
      <information>
        <icon kind="default" href="~fcsvr/webstart/FinalCutServer.icns"/>
        <icon kind="shortcut" href="~fcsvr/webstart/FinalCutServer.icns"/>
        <icon kind="splash" href="~fcsvr/webstart/FinalCutServer.png"/>
        <title>Final Cut Server</title>
        <vendor>Apple Inc.</vendor>
        <homepage href="/FinalCutServer"/>
        <description>Final Cut Server</description>
        <description kind="short">Final Cut Server</description>
        <shortcut online="true">
          <desktop/>
          <menu submenu="Apple"/>
        </shortcut>
      </information>
      <security>
          <all-permissions/>
      </security>
      <resources>
        <jar href="/~fcsvr/webstart/FinalCutServer.jar"/>
        <j2se version="1.5*" initial-heap-size="64m" max-heap-size="300m" java-vm-args="-Dapple.awt.graphics.UseQuartz=false"/>
        <j2se version="1.6*" initial-heap-size="64m" max-heap-size="300m" java-vm-args="-Dapple.awt.graphics.UseQuartz=false -d32"/>
        <property name="apple.awt.graphics.UseQuartz" value="false"/>
        <property name="file.encoding" value="UTF-8"/>
      </resources>
      <resources os="Mac OS X" arch="i386">
        <nativelib href="/~fcsvr/webstart/FinalCutServer_MacOSX.jar"/>
      </resources>
      <resources os="Mac OS X" arch="ppc">
        <nativelib href="/~fcsvr/webstart/FinalCutServer_MacOSX.jar"/>
      </resources>
      <application-desc main-class="com.apple.FinalCutServer.javaui.FinalCutServer">
      </application-desc>
    </jnlp>
    JNLPException[category: Security Error : Exception: null : LaunchDesc:
    <jnlp spec="1.0+" codebase="http://192.168.1.103/" href="http://192.168.1.103/FinalCutServer/FinalCutServer_mac.jnlp">
      <information>
        <title>Final Cut Server</title>
        <vendor>Apple Inc.</vendor>
        <homepage href="http://192.168.1.103/FinalCutServer"/>
        <description>Final Cut Server</description>
        <description kind="short">Final Cut Server</description>
        <icon href="http://192.168.1.103/~fcsvr/webstart/FinalCutServer.icns" kind="default"/>
        <icon href="http://192.168.1.103/~fcsvr/webstart/FinalCutServer.icns" kind="shortcut"/>
        <icon href="http://192.168.1.103/~fcsvr/webstart/FinalCutServer.png" kind="splash"/>
        <shortcut online="true">
          <desktop/>
          <menu submenu="Apple"/>
        </shortcut>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="timeout" policy="always"/>
      <resources>
        <jar href="http://192.168.1.103/~fcsvr/webstart/FinalCutServer.jar" download="eager" main="false"/>
        <java initial-heap-size="67108864" max-heap-size="314572800" java-vm-args="-Dapple.awt.graphics.UseQuartz=false" version="1.5*"/>
        <java initial-heap-size="67108864" max-heap-size="314572800" java-vm-args="-Dapple.awt.graphics.UseQuartz=false -d32" version="1.6*"/>
        <property name="apple.awt.graphics.UseQuartz" value="false"/>
        <property name="file.encoding" value="UTF-8"/>
        <nativelib href="http://192.168.1.103/~fcsvr/webstart/FinalCutServer_MacOSX.jar" download="eager" main="false"/>
      </resources>
      <application-desc main-class="com.apple.FinalCutServer.javaui.FinalCutServer"/>
    </jnlp> ]
        at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:16 91)
        at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1507)
        at com.sun.javaws.Launcher.prepareResources(Launcher.java:1281)
        at com.sun.javaws.Launcher.prepareAllResources(Launcher.java:634)
        at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:336)
        at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:208)
        at com.sun.javaws.Launcher.launch(Launcher.java:125)
        at com.sun.javaws.Main.launchApp(Main.java:451)
        at com.sun.javaws.Main.continueInSecureThread(Main.java:283)
        at com.sun.javaws.Main$1.run(Main.java:116)
        at java.lang.Thread.run(Thread.java:680)

    Aha! I was able to solve the problem thanks to the help of another editor.
    Open Java Preferences (Applications > Utilities)
    Click the check box on the first page to allow web applets
    Under the security tab, there will be an existing Security Certificate (signed by Apple Inc.) that is likely for FCSvr. Delete the certificate.
    Open FCSvr again, and Java will prompt you as to allow it or not. Click Allow and tell it to remember for future use.
    Badabing, badaboom! FCSvr is back up and running!
    (Note this is for client-side only)

  • Final Cut Server and Mountain Lion

    Ok, so I have been trying to get Final Cut Server to work on Mountain Lion Server, and I have been so far following the path that has been set forth here...
    http://krypted.com/mac-os-x/installing-final-cut-server-on-lion-mountain-lion-se rver/
    I have gotten through all of the steps except for the last one, which is concerning the "0000_any_80_.conf" file. My problem is, that this file doesn't exist at all on my system. In my /etc/apache2 folder there is no /etc/apache2/sites folder. I don't know what the junk is up with that. Neither the folder or the .conf file exist. I don't know if I'm just stupid or what. Don't know much about setting up apache. But in my Server app, "Websites" is up and running. Final Cut Server is even up and running in the System Preferences. I just have no way to download the client app. Has anyone else had this problem?

    And the file
    /etc/apache2/httpd.conf
    In mountain Lion is
    /Library/Server/Web/Config/apache2/httpd_server_app.conf

  • Integrating Final Cut Server 1.5 with Active Directory

    Following the directions in the Final Cut Server Setup Guide and I am running into errors. Fun with Final Cut Server. Fun with Kerberos.
    Final Cut Server v.1.5 is running on an Intel Xserve running 10.5.6 Server, joined to AD. Active Directory is running on a Windows Server 2008 setup.
    I dropped the ini files on the domain controllers, as directed by Apple KB (http://support.apple.com/kb/HT3688) and I ran the commands directed in the setup guide.
    The adprincadd command should be run literally, of course, but there's a mistake straight-away when it should read "./adprincadd.pl", the ".pl" is missing. Also it says "fcsvr/fqdn of fcsvr", so naturally I replaced the fqdn, but the "fcsvr" prefixed threw me off. It gave me errors until I opened Kerberos.app and notcied that the kerb ticket was in ldap/, then the command worked for me. At least no errors, until I checked the ticket and it said I had no permissions and that the keytab entry was invalid. Wheeee.
    1. First I tried:
    (some info redacted)
    node09:sbin root# ./adprincadd.pl -dc dc01.example.com. fcs.example.com.
    Getting kerberos principal for computer account
    Kerberos principal is ---
    Getting computer id...---
    Getting AD Domain...---
    Base DN is dc=example,dc=com
    getting kerb ticket using [email protected] got ticket
    SASL-bind to dc01.example.com. successful
    Computer record is at CN=---,CN=Computers,DC=example,DC=com
    Checking to see if ---.--.---. exists...000020B5: AtrErr: DSID-031529F7, #1:
    0: 000020B5: DSID-031529F7, problem 1005 (CONSTRAINTATTTYPE), data 0, Att 90303 (servicePrincipalName)
    at ./adprincadd.pl line 165
    2. Then I noticed the /ldap in Kerberos.app and changed the adprinadd command:
    Everything ran well, with no errors...
    Finding kvno...2
    Reading /etc/krb5.keytab...done.
    Creating new keytab file...done.
    Writing out temporary keytab...done.
    Making backup of old keytab and moving new keytab into place...done.
    Operation Completed. You can verify with "kinit <ad user>; kvno -k /etc/krb5.keytab ldap/---.example.com"
    3. Verifying with kinit gave me the keytab errors:
    kinit matx; kvno -k /etc/krb5.keytab ldap/fcs.example.com
    Please enter the password for [email protected]:
    ldap/[email protected]: kvno = 2, keytab entry invalid
    kvno: Permission denied while decrypting ticket for 'ldap/[email protected]'
    Thoughts?

    Hello, I'm having issues with the client login after AD integration. I followed the steps from http://support.apple.com/kb/HT3818 and the Terminal output reported a success.
    I'm able to add AD groups in Final Cut Server Group Permissions. However, when I try logging in on the FCServer client using credentials associated with AD group I've added, I'm getting an error message from the client stating:
    "Please re-enter the username and password or contact the server administrator. Please note that the username and password are case-sensitive."
    The FQDN is correct in the Server field of the client.
    I'm able to log into the client using locally created user accounts that I've created on the server so I know the client is communicating correctly.
    The only thing I can find in the Console for the client machine is this:
    11/25/09 10:50:12 AM /Users/*/Desktop/Final Cut Server.app/Contents/MacOS/Final Cut Server[1773] Warning: accessing obsolete X509Anchors.
    In the server Console, this is a suspect message: /Library/Application Support/Final Cut Server/Final Cut Server.bundle/Contents/MacOS/fcsvr_stored[77891] pps proxy error: dsDoDirNodeAuth = -14091
    Not finding much info out there regarding this. Any guidance is appreciated.

  • SLS and Final Cut Server

    Hi.
    I'm running FCServer on an iMac, and I'm currently looking for the best solution for giving co-workers outside of our office network remote access to our FCS database. The main purpose for this is for remote users to screen and download episode segments and movies from our database.
    I was initially thinking VPN would be the only solution, but then I saw Snow Leopard Server has 'Mobile Access Server' built right into the OS, which appears designed to help users avoid having to use a VPN.
    Before I go out and buy SLS for the company, I want to be sure it will work. Am I correct that Snow Leopard Server, and the built-in Mobile Access Server, will allow users outside of our network remote access to our FCSrvr database?
    Any help would be greatly appreciated.
    Thank you!

    Thank you for your response.
    I posted this in the Final Cut Server forum as well and got this response:
    +"Mobile Access Server will give outside access as VPN would, which will be handy if you want to access Final Cut Server using the Java client app. It will also give you VPN access for non-FCSvr uses, like email and Web.+
    +If all you want is a subset of your FCSvr database, then you could also publish selected content to a Web/FTP/WebDAV server in your DMZ."+
    If anyone else could offer some insight it would be greatly appreciated. I'm just an audio/video post-production guy, so this is all a little outside of my training.
    Thanks.

Maybe you are looking for