Publish for Approval - not working with 10.5.4 & Aperture 2.1?

Trying to use Publish for Approval, have turned on Web Sharing and selected images in AP2.1. Have a wired ethernet connection to my wireless router. But only get "Finder got an error: The operation could not be completed. (-8068)".
Anyone having any luck with this or know where I can reach the developer?

Now it's giving me other troubles. Got as far as 104 of 1323 images and hit AppleScript Error: Timeout. On subsequent attempts, it's hit AppleScript Error: Can't make <class docf> "[filename]" of alias "[boodrive]:Library:Documents:[gallery name]:images:" into type alias. (-1700).
Bummer.

Similar Messages

  • Why does for-each not work with Enumeration?

    I'm sure there's some reason for this but I don't know what it would be.
    I am calling an existing method [http://java.sun.com/javase/6/docs/api/java/util/zip/ZipFile.html#entries()] And it returns Enumeration<? extends ZipEntry>
    What I would like to do is
    Enumeration<? extends ZipEntry> entries = myzipfile.entries();
    for(ZipEntry ze : entries)but this won't compile because Enumeration is not an Iterator. Which kinda sucks.
    Obviously (I think) Enumeration can't be retrofit to be an Iterator without problems and the APIs that return Enumeration can't change without problems so it seems the only way that for-each would work with an Enumeration is if for-each was allowed to work with Iterator and Enumeration.
    So my question is, why isn't it? (To be clear I know how to enumerate an Enumeration, I'd just like to know if anybody has a clue why for-each was not designed to support Enumeration)

    Still it does'nt fully answer the why question. Why does the Collections class not implement a static iterable(Enumeration) method that does not impose the overhead of an addiditional ArrayList, as in the following class:
    import java.util.Collections;
    import java.util.Enumeration;
    import java.util.Iterator;
    import java.util.zip.ZipEntry;
    import java.util.zip.ZipFile;
    public class EnumerationToIterable {
        public static <T> Iterable<T> iterable(final Enumeration<T> enumeration) {
         return new Iterable<T>() {
             @Override
             public Iterator<T> iterator() {
              return new Iterator<T>() {
                  @Override
                  public boolean hasNext() {
                   return enumeration.hasMoreElements();
                  @Override
                  public T next() {
                   return enumeration.nextElement();
                  @Override
                  public void remove() {
                   throw new UnsupportedOperationException();
        public void iterateOne(ZipFile myzipfile) {
         Enumeration<? extends ZipEntry> entries = myzipfile.entries();
         for (ZipEntry ze : Collections.list(entries)) {
             // process ze
        public void iterateTwo(ZipFile myzipfile) {
         Enumeration<? extends ZipEntry> entries = myzipfile.entries();
         for (ZipEntry ze : iterable(entries)) {
             // process ze
    }Could it be more simple?
    (Thanks for the Dukes)
    Piet

  • Work around for iTunes not working with shuttle

    Well, I have found a work around for the iTunes not working the the Shuttle. It is not pretty, and many of you may not choose to follow my lead. This procedure has a lot of dumb steps in it, but in the end, one can copy data/songs to a Shuttle.
    It involves removing the current iTunes and replacing it with a version that also had a bug in it.( I told you it ain't pretty).
    Procedure:
    1. Go to this url: http://www.apple.com/downloads/macosx/apple/ipod_itunes/itunes802forwindows.html
    2. Download the old 8.0 version of iTunes for Windows.
    3. Remove the current iTunes from your computer. Note after you run the remove utility in Windows, you need to delete the iTune library that isn't removed.
    4. Install iTunes 8.0
    Here is where it gets dumb.
    This version of iTunes has a bug with the USB interface, but there is an easy work around.
    5. Make sure the Shuttle is not connected when you launch iTunes.
    6. After iTunes comeup, attach the Shuttle.
    7. iTunes should see your Shuttle.
    8. Select the music you want to upload, and drag it to the Shuttle.
    9. iTunes will just sit there, so you need to get its attention. To get its attention you must disconnect and reconnect one of your USB devices, just not the Shuttle. Some folks do their mouse, one used a USB drive, and another on used is GPS because he was working from a laptop and did not have a mouse.
    10. In a few moments, iTunes will do its thing and copy your data to the Shuttle. You must do this routine for each copy, so if you develop a Play List, you only have to do step 9 once.
    The getting the old copy of iTunes was my idea, but a gentleman from a year ago figured out the mouse step.
    I am now a happy camper, my Shuttle is full of music again.
    However, I hope Apple finds a fix for the 8.2 problem soon.
    Take care all.

    I stand corrected on the name. By the time I figured out how to copy the songs I had a few other names in mind.
    One of the first things I tried was the Reset utility. After the iTunes restore did not work, I went looking for something else. After using the utility, I connected the iPod and resynced. I had left the Autofill box checked. iTunes autofilled the iPod. I deleted those songs and tried to put a different play list in. It would not copy the songs, iTunes said there was no room even though the play list for the shuffle was empty. I looked at the settings screen and it said the iPod was full. I synced the iPod to my Mac, and that got rid of the "full" indication. That is when I started looking for an older version of iTunes, unfortunately all I could find is a version with the USB bug.

  • Probook 450 G2 hotkeys for brightness not working with windows 8.1

    Hi Please help solve this issue, since (fn+f8/f9) which by default are  supposed to increase or decrease light are not doing so. on windows 8.1. i followed instruction on :- http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and-Software/ProBook-430-G2-Windows-8-1-brightness-controls-do-not-work/td-p/4692100 and http://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c04354128 (which gave me "(Error: system-websrv_unavail)") they were not of any help. please refer me to a working link if there exists any with the solution. thanks

    Hello  Issue could be cause by drivers. I suggest you to install HP SoftPaq Download Manager
    This software detects what drivers are missing and auto update it.
    For more information consult:
    http://www8.hp.com/us/en/ads/clientmanagement/drivers-bios.html?jumpid=va_r11260_go_clientmanagement_ssml#system-sw-mng
    To download:
    ftp://ftp.hp.com/pub/caps-softpaq/HP_SDM_Setup.exe Regards

  • Publish for review  not working

    I am trying to use the publish for review feature in Captivate cs 4.  When I select this option the program takes some time and then displays this screen:
    But as you can see never displays the view output option- nor does it ever open my mail client as the help file says it should.  I don't have a progress bar or any other action- it just seems to stop here.
    eventually it does put a .crev file in the same directory of the project ( If I leave this dialog box open forever).  But when I try to open this file I get this error:
    Help Please.  I am new and so I'm hoping this is something simple I am not doing right.

    Hi again
    Sorry my suggestion failed to directly address the issue. But I'm pleased you were able to resolve it!
    Ever so nice of you to post the workaroud too. That way others may benefit.
    Sending good Karma thoughts your way!
    Personally, I try to do ALL my banking at FUBOK. (First Universal Bank Of Karma)
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Office for Mac not working with 10.5.8

    I upgraded to Mac 10.5.8, but neither my 2004 Office for Mac not Acrobat 5.0 are functioning properly. Should I uninstall and reinstall or do I need to upgrade?

    You need Acrobat 7.1
    Is your Office 2004 up to date?

  • Clear cache for items not working with multiple items

    APEX 4.0, 11g. I've made a session state process that clears cache for items (item_1, item_2, item_3) but I keep getting an error "Unexpected error, unable to find item name at application or page level" I have now created 3 session state processes, each with one page item in it, and it works fine but as soon as I try to put more than one item in the process field, separated by commas, I get this error. Is there some other setting I have to change to make it accept multiple values in this field?

    No, I wasn't using the parenthesis... just the items separated by a comma.
    I don't want to clear the cache for all page items, just these 3. It works okay in 3 separate clear cache for item processes, just thought it was odd that I can't put all three items into one process separated by commas.

  • VBscript for policies not working with 2008server 64bit

    The VBscript for polices desktop/server won't run on 2008 server 64bit. 
    I've ran it on all my 2003 servers just fine. I've also run it on XP desktops. 
    As domain admin i double click the policy script and nothing happens. I'm assuming its a 2008 server security feature?  Any help would be great. 
    Thank you.

    This old post , you might try run script as administrator. User Account Control (UAC) first introduced in Windows Vista and you could right click on script and run as administrator or if you want to rewrite script, you may use PowerShell.

  • Kindle for mac not working with lion

    Since I installed Lion, amazons Kindle app doesn't seem to be able to sync nor download ebooks. Soulution anyone?

    As Josh said, this forum is for iPad questions and it appears you are asking about the Kindle app on Mac OS X. If that is indeed the case, then according to posts in Amazon's forums, this is a common problem for which there appears to be no solution at this time. Amazon will probably have to release an update to their Kindle for Mac application for Lion compatibility. Contact Amazon for more information.
    Regards.

  • Has "Publish for Approval" in Aperture ever worked?

    Has anyone ever been able to get "Publish for Approval" to work in Aperture? We've been struggling with it for a week, and can't seem to get it going.
    If anyone out there has been successful, I'd love to hear how.
    Thanks,
    David

    I'm not using RAID or NFS. My startup drive is the standard 160GB SATA internal of a G5 formatted as Journaled HFS+.
    I have filevault activated on a 2nd account on this computer, but not on the active account.
    Publish was working with the above drive configurations. The only things that have changed since it was working is the uprade to Aperture 2 and a range of various software updates that came through after installing 10.5.2 and Aperture 2.
    I am using Time Machine, which I activated around the same time as I started using Aperture 2, which was when Publish stopped working. However, Time Machine is only set to backup the desktop, docs and music folders of my home account, plus a 2nd internal drive. But I thought it was worth mentioning.
    As I wrote in the email (to Sal), Publish doesn't fail right away for me, it happens after several images have been processed, then I get a -1700 applescript error.

  • Captivate 8 content not working with screen readers

    My Adobe Captivate 8 published content is not working with any of the screen readers I have tested:  JAWS, Mac Voice Over, and Windows Narrator. It is a simple launch page with 6 buttons used to launch additional CBTs. 
    I have been over and over the content in the help topic for this and cannot find any reason to think I am not doing this right:
    [ ] https://helpx.adobe.com/captivate/using/creating-accessible-projects.html
    I have added accessibility text for the slide, I have tried adding the accessibility text for the buttons,  have turned on accessibility in my publish settings, I have even tried just adding a text caption sitting on the slide with the text I want read by the screenreader - none of it works. 
    I have searched the forums and it appears others have this issue as well.  The latest forum post was having to do with Captivate 7 - where the poster followed up stating Adobe Support recognized this as a "bug".  Does screen reader accessibility work in Captivate 8 or not? 
    Is there anyone out there who has produced content that works with a screen reader?! If so, please tell me what the secret is!!

    I've been able to get a screen reader to read parts of a Captivate 8 presentation using the HTML5 output (but NOT the .swf output). I tested using NVDA.
    However - they keyboard accessibility does not seem to be functioning correctly. I can tab through buttons and such - but hitting enter on any of the buttons (play, forward, backward, closed captions, audio) does not work.
    Overall - doesn't seem that Captivate 8 is as "accessible" as Adobe is claiming. Much of what they claim should work - does not.
    CP8 is certainly no where near WCAG 2.0 "AA" standards (which unfortunately is where i need things to be).

  • Publish for Approval - the new plug-in - doesn't work with Leopard

    This aperture plug-in arrived for download just a few days before Leopard arrived. It worked great with Tiger. It doesn't work at all with Leopard. It appears that Leopard comes with a new version of Apache Server and it doesn't work with the Publish for Approval plugin. Does anyone know if and when an update will be released?

    I'm not seeing the Java plugin in the plugins list in the System Details list.
    Did you install the 32 bit Java version?
    Do you see the Java plugin in "Firefox/Tools > Add-ons > Plugins"?
    *https://support.mozilla.org/kb/Troubleshooting+plugins
    *http://kb.mozillazine.org/Java

  • Aperture & Publish for Approval fails with webserver . . .

    I'm trying to get Publish for Approval working with Aperture. We are able to load the webpage on the client's browser, she can select an image, but when she hits "submit," Safari can't open the page "because the server is not responding."
    10.5.4, Aperture 2.1.1, Publish for Approval 1.5. The Apache2 error log:
    Mon Aug 04 13:58:20 2008 warn Init: Session Cache is not configured hint: SSLSessionCache
    Mon Aug 04 13:58:21 2008 notice Digest: generating secret for digest authentication ...
    Mon Aug 04 13:58:21 2008 notice Digest: done
    Mon Aug 04 13:58:21 2008 notice Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7l DAV/2 configured -- resuming normal operations
    Mon Aug 04 13:58:46 2008 notice caught SIGTERM, shutting down
    Mon Aug 04 13:58:46 2008 warn Init: Session Cache is not configured hint: SSLSessionCache
    Mon Aug 04 13:58:46 2008 notice Digest: generating secret for digest authentication ...
    Mon Aug 04 13:58:46 2008 notice Digest: done
    Mon Aug 04 13:58:46 2008 notice Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7l DAV/2 configured -- resuming normal operations
    Mon Aug 04 14:13:20 2008 error http://client 192.168.93.10 File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://192.168.93.10/1941/index.html
    Mon Aug 04 15:56:17 2008 error http://client 192.168.93.10 client denied by server configuration: /Users/david/Sites/
    Mon Aug 04 16:26:59 2008 error http://client 65.96.217.170 File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://71.232.115.230/1941/index.html
    Mon Aug 04 16:28:17 2008 error http://client 65.96.217.170 _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL., referer: http://71.232.115.230/1941/40.html
    Mon Aug 04 16:28:59 2008 error http://client 65.96.217.170 _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL., referer: http://71.232.115.230/1941/index.html
    Mon Aug 04 16:33:17 2008 warn http://client 65.96.217.170 Timeout waiting for output from CGI script /Library/WebServer/CGI-Executables/Aperture-Submit.acgi, referer: http://71.232.115.230/1941/40.html
    Mon Aug 04 16:33:17 2008 error http://client 65.96.217.170 Premature end of script headers: Aperture-Submit.acgi, referer: http://71.232.115.230/1941/40.html
    Mon Aug 04 16:33:59 2008 warn http://client 65.96.217.170 Timeout waiting for output from CGI script /Library/WebServer/CGI-Executables/Aperture-Submit.acgi, referer: http://71.232.115.230/1941/index.html
    Mon Aug 04 16:33:59 2008 error http://client 65.96.217.170 Premature end of script headers: Aperture-Submit.acgi, referer: http://71.232.115.230/1941/index.html
    Mon Aug 04 16:38:17 2008 warn http://client 65.96.217.170 Timeout waiting for output from CGI script /Library/WebServer/CGI-Executables/Aperture-Submit.acgi, referer: http://71.232.115.230/1941/40.html
    Mon Aug 04 16:38:59 2008 warn http://client 65.96.217.170 Timeout waiting for output from CGI script /Library/WebServer/CGI-Executables/Aperture-Submit.acgi, referer: http://71.232.115.230/1941/index.html
    Mon Aug 04 17:16:56 2008 error http://client 65.96.217.170 _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL., referer: http://71.232.115.230/1941/index.html
    Mon Aug 04 17:17:55 2008 error http://client 65.96.217.170 _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL., referer: http://71.232.115.230/1941/02.html
    Mon Aug 04 17:21:56 2008 warn http://client 65.96.217.170 Timeout waiting for output from CGI script /Library/WebServer/CGI-Executables/Aperture-Submit.acgi, referer: http://71.232.115.230/1941/index.html
    Mon Aug 04 17:21:56 2008 error http://client 65.96.217.170 Premature end of script headers: Aperture-Submit.acgi, referer: http://71.232.115.230/1941/index.html
    Mon Aug 04 17:22:55 2008 warn http://client 65.96.217.170 Timeout waiting for output from CGI script /Library/WebServer/CGI-Executables/Aperture-Submit.acgi, referer: http://71.232.115.230/1941/02.html
    Mon Aug 04 17:22:55 2008 error http://client 65.96.217.170 Premature end of script headers: Aperture-Submit.acgi, referer: http://71.232.115.230/1941/02.html
    Mon Aug 04 17:26:56 2008 warn http://client 65.96.217.170 Timeout waiting for output from CGI script /Library/WebServer/CGI-Executables/Aperture-Submit.acgi, referer: http://71.232.115.230/1941/index.html
    Mon Aug 04 17:27:55 2008 warn http://client 65.96.217.170 Timeout waiting for output from CGI script /Library/WebServer/CGI-Executables/Aperture-Submit.acgi, referer: http://71.232.115.230/1941/02.html
    Mon Aug 04 18:03:28 2008 notice caught SIGTERM, shutting down
    Mon Aug 04 18:04:30 2008 warn Init: Session Cache is not configured hint: SSLSessionCache
    httpd: Could not reliably determine the server's fully qualified domain name, using Russia.local for ServerName
    Mon Aug 04 18:04:31 2008 notice Digest: generating secret for digest authentication ...
    Mon Aug 04 18:04:31 2008 notice Digest: done
    Mon Aug 04 18:04:31 2008 notice Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7l DAV/2 configured -- resuming normal operations
    Mon Aug 04 18:47:55 2008 error http://client 192.168.93.10 _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL., referer: http://192.168.93.10/1941/index.html
    Mon Aug 04 18:52:55 2008 warn http://client 192.168.93.10 Timeout waiting for output from CGI script /Library/WebServer/CGI-Executables/Aperture-Submit.acgi, referer: http://192.168.93.10/1941/index.html
    Mon Aug 04 18:52:55 2008 error http://client 192.168.93.10 Premature end of script headers: Aperture-Submit.acgi, referer: http://192.168.93.10/1941/index.html
    Mon Aug 04 18:57:55 2008 warn http://client 192.168.93.10 Timeout waiting for output from CGI script /Library/WebServer/CGI-Executables/Aperture-Submit.acgi, referer: http://192.168.93.10/1941/index.html
    We've opened ports 80 and 443 on the firewall, and tried to approve and submit locally, with the same results.
    If anyone has any ideas on how to get this to work, it would be great. We have a lot to submit, and the client really would like to do it on line.
    Thanks,
    David

    Thanks for your input guys.
    We discovered that we originally had used Publish for Approval 1.1, and subsequently have changed to version 1.5, which no longer uses the third party app.
    Unfortunately, we still have the same problem, the client's browser stops loading when he or she hit's the "submit" button.
    ---> Could the installation of the 1.1 and third party app have left some preferences that need to be deleted or settings that need to be reset?
    ---> The error message on the client's web browser now states that the "server unexpectedly dropped the connection." Trying again later is not successful.
    The error logs for Apache2 from the most recent attempt are different than with the 1.1 version of the software:
    [Tue Aug 05 11:56:50 2008] [error] [client 76.24.22.217] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://71.232.115.230/1941/index.html
    [Tue Aug 05 11:57:50 2008] [error] [client 76.24.22.217] File does not exist: /Library/WebServer/Documents/1941/images/blank.gif, referer: http://71.232.115.230/1941/12.html
    [Tue Aug 05 11:58:18 2008] [error] [client 76.24.22.217] _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL., referer: http://71.232.115.230/1941/12.html
    [Tue Aug 05 12:03:18 2008] [warn] [client 76.24.22.217] Timeout waiting for output from CGI script /Library/WebServer/CGI-Executables/Aperture-Submit.acgi, referer: http://71.232.115.230/1941/12.html
    [Tue Aug 05 12:03:18 2008] [error] [client 76.24.22.217] Premature end of script headers: Aperture-Submit.acgi, referer: http://71.232.115.230/1941/12.html
    [Tue Aug 05 12:08:18 2008] [warn] [client 76.24.22.217] Timeout waiting for output from CGI script /Library/WebServer/CGI-Executables/Aperture-Submit.acgi, referer: http://71.232.115.230/1941/12.html
    I don't know much about this, I just want my client to be able to approve the images through the Aperture interface.
    Thanks again, I really appreciate the help.
    David

  • Publish for Approval - has anybody got this working?

    Hi guys,
    I just heard about Publish for Approval and thought I would take it for a spin. But I can't get it going.
    Whenever I start the publish for approval application it asks for questions which aren't in the notes. Like where is Aperture-Submit.acgi? I have tried selecting the acgi dispatcher, aperture itself and the publish for approval application. It doesn't seem to matter what you choose. It then presents the panel, you fill in the guff and hit publish. It then re-displays the preferences panel, set to Sharing and tells me on a different dialog box:
    Setup Error
    Use of Publish for Approval system requires that Personal Web Sharing be active.
    But it is!!
    The box is ticked and the status just above the stop button shows:
    Personal Web Sharing on
    I'm new to Apple but I am missing something obvious here?
    I think if the instructions said this was really complex and hard to do, I might feel a bit better. But it talks about how easy it is supposed to be.....
    Please help a frustrated user.
    Paul M

    I'm not using RAID or NFS. My startup drive is the standard 160GB SATA internal of a G5 formatted as Journaled HFS+.
    I have filevault activated on a 2nd account on this computer, but not on the active account.
    Publish was working with the above drive configurations. The only things that have changed since it was working is the uprade to Aperture 2 and a range of various software updates that came through after installing 10.5.2 and Aperture 2.
    I am using Time Machine, which I activated around the same time as I started using Aperture 2, which was when Publish stopped working. However, Time Machine is only set to backup the desktop, docs and music folders of my home account, plus a 2nd internal drive. But I thought it was worth mentioning.
    As I wrote in the email (to Sal), Publish doesn't fail right away for me, it happens after several images have been processed, then I get a -1700 applescript error.

  • Publish for Approval with .Mac

    If anyone has used the new "Publish for Approval" AppleScript and has found a way to publish these pages to a .Mac account/web page, would you tell me how you did it. I have been waiting for something like this forever but dont want to have to leave my computer on all the time to run as a server for these pages.
    What seems to be the issue is that it creates a web page from the Personal Web Sharing in Settings and uses your mac as a server, the only way people can get on is if your mac is active and allowing connections.
    http://automator.us/aperture/publish/?sr=hotnews

    I'm not the developer of this interesting looking package, but it doesn't look like it's something that will work with .Mac at all.
    The web pages is creates rely on an application to be running on the machine that's serving the web page (which, as it's designed, would be your local Mac). This application needs to receive approvals from the web page events, and also needs to be on your machine so that it can use AppleScript to set the metadata in your Aperture library so that the approved pictures show up in the smart group. Neither of these are possible if the site is served on .Mac.
    In theory, this could run on a remote machine, since AppleScript can target processes on remote machines. But to make it work, you'd still need the CGI application on the server, and you'd also need to open your Mac to allow remote AppleScript execution over the Internet (which gets into network setup, probably secure SSH tunnels, etc). Your Mac would also still need to be on, and allowing this connection, otherwise Aperture wouldn't be notified when someone approved pictures.
    To make a short story long, it won't work with .Mac.

Maybe you are looking for

  • Extrovert 2 message won't delete

    My husband downgraded his iPhone to a LG EXTROVERT 2.  Around 2 weeks (after the 14 day return period)  it started receiving blank messages that will not delete.  Now we can delete some of the messages one at a time, but he is still getting blank one

  • Connecting iBook G4 to TV - cables OK, but not working

    Hi. I bought an apple video adapter and plugged this into my TV via an additional S-video cable. I have plugged in the audio (mac to TV via jack / RCA). The sound works fine. No image on the TV I have set the TV on the right channel (AV5 in my case i

  • Holding the end of a Ken Burns frame

    I want to hold the end of a Ken Burns zoom. The input is a _slide or photo_, not a film clip. How do I create this effect?

  • Report material & workcenter

    Hi Can some body help to fetch the best table to get the below report  with given selection fields. Create a report to Display material, material description, work center  and plant.                                                              The se

  • VPN connects but No Ping; AFP; or SMB

    Folks; All Mac's are fully updated Tiger or Tiger Server {running dual NIC's w/ NAT;DNS;DCHP;VPN;AFP;Firewall;Windows;DNS} I can connect using the client's IntenetConnet L2TP mechanism and the clock ticks away... But once connected I cannot mount sha