Can I suppress certain warnings?

I support Mac users, using OS 10.3.9 on G4s. Our workflow requires a lot of watched folders on UNIX servers. Some of these folders are write only, so users cannot pull their files out before they are done processing. Every time a user copies a file to the folder, they get the following message:
"You do not have permission to see the results of this operation. Do you want to continue?"
Is there any way to suppress this message? Some users drop hundreds of files a day and it gets a bit tedious to accept the message, every time.

Open the Script Editor in the /Applications/AppleScript/ folder and enter the following:
on open (A)
set the_dest to quoted form of POSIX path of (alias "path:to:dropbox:")
set the_src to quoted form of POSIX path of A
do shell script "cp " & the_src & " " & the_dest
end open
Save this script as an application; anything dragged onto it will then be copied to the dropbox without generating a prompt for confirmation. This script will not properly copy files with resource forks and will not preserve metadata while performing the copy. A separate copy of the script needs to be prepared for each dropbox.
(10768)

Similar Messages

  • Can I disable certain warnings?

    I want to never hear about 3596 warnings. Can I tell it to
    never warn me about those? I know I can filter the warnings list in
    the problem panel, but I still get the little triangles on the
    gutter of my editor..

    I looked at the compiler options. It doesn't look like I can
    specifically kill 3596 warnings, without killing all other warnings
    of it's type ("Actionscript warnings").
    -benchmark
    output performance benchmark
    -compiler.accessible
    alias -accessible
    generate an accessible SWF
    -compiler.actionscript-file-encoding <string>
    alias -actionscript-file-encoding
    specifies actionscript file encoding. If there is no BOM in
    the AS3
    source files, the compiler will use this file encoding.
    -compiler.context-root <context-path>
    alias -context-root
    path to replace {context.root} tokens for service channel
    endpoints
    -compiler.debug
    alias -debug
    -compiler.external-library-path [path-element] [...]
    alias -el
    list of SWC files or directories to compile against but to
    omit from
    linking (repeatable)
    -compiler.fonts.max-glyphs-per-face <string>
    alias -max-glyphs-per-face
    -compiler.include-libraries [library] [...]
    alias -include-libraries
    a list of libraries (SWCs) to completely include in the SWF
    (repeatable)
    -compiler.incremental
    alias -incremental
    enables incremental compilation
    -compiler.library-path [path-element] [...]
    alias -l
    list of SWC files or directories that contain SWC files
    (repeatable)
    -compiler.locale <string>
    alias -locale
    specifies the locale for internationalization
    -compiler.namespaces.namespace <uri> <manifest>
    alias -namespace
    Specify a URI to associate with a manifest of components for
    use as
    MXML elements (repeatable)
    -compiler.optimize
    alias -optimize
    Enable post-link SWF optimization
    -compiler.profile
    alias -profile
    generate a movie that is suitable for performance profiling
    -compiler.services <filename>
    alias -services
    path to Flex Data Services configuration file
    -compiler.show-actionscript-warnings
    alias -show-actionscript-warnings
    runs the AS3 compiler in a mode that detects legal but
    potentially
    incorrect code
    -compiler.show-binding-warnings
    alias -show-binding-warnings
    toggle whether warnings generated from data binding code are
    displayed
    -compiler.show-deprecation-warnings
    alias -show-deprecation-warnings
    toggle whether the use of deprecated APIs generates a
    warning
    -compiler.source-path [path-element] [...]
    alias -sp
    list of path elements that form the roots of ActionScript
    class
    hierarchies (repeatable)
    -compiler.strict
    alias -strict
    runs the AS3 compiler in strict error checking mode.
    -compiler.theme [filename] [...]
    alias -theme
    list of CSS or SWC files to apply as a theme (repeatable)
    -compiler.use-resource-bundle-metadata
    alias -use-resource-bundle-metadata
    -file-specs [path-element] [...]
    a list of source files to compile, the last file specified
    will be
    used as the target application (repeatable, default
    variable)
    -help [keyword] [...]
    keywords are 'syntax', 'list', 'advanced', 'aliases',
    'details', or a
    search term
    -licenses.license <product> <serial-number>
    alias -license
    (repeatable)
    -load-config <filename>
    load a file containing configuration options (repeatable)
    -metadata.contributor <name>
    alias -contributor
    A contributor's name to store in the SWF metadata
    (repeatable)
    -metadata.creator <name>
    alias -creator
    A creator's name to store in the SWF metadata (repeatable)
    -metadata.date <text>
    alias -date
    The creation date to store in the SWF metadata
    -metadata.description <text>
    alias -description
    The default description to store in the SWF metadata
    -metadata.language <code>
    alias -language
    The language to store in the SWF metadata (i.e. EN, FR)
    (repeatable)
    -metadata.localized-description <text> <lang>
    alias -localized-description
    A localized RDF/XMP description to store in the SWF metadata
    (repeatable)
    -metadata.localized-title <title> <lang>
    alias -localized-title
    A localized RDF/XMP title to store in the SWF metadata
    (repeatable)
    -metadata.publisher <name>
    alias -publisher
    A publisher's name to store in the SWF metadata (repeatable)
    -metadata.title <text>
    alias -title
    The default title to store in the SWF metadata
    -output <filename>
    alias -o
    the filename of the SWF movie to create
    -runtime-shared-libraries [url] [...]
    alias -rsl
    a list of runtime shared library URLs to be loaded before
    the
    application starts (repeatable)
    -use-network
    toggle whether the SWF is flagged for access to network
    resources
    -version
    display the build version of the program
    -warnings
    toggle the display of warnings

  • Can I suppress security warnings?

    I have an app that monitors a large number of servers. From my desktop every thing is fine, but when I deliver the app via jnlp, I get a security warning pop up for every server connection. I understand why the warning is a good thing, but it makes the app horribly tedious to get started. Is there anyway to suppress the security warnings?

    Thanks for the info. WIth my background being in client/server, I thought jnlp would be a quick, easy way of publishing through the web. Teach me to think such stupid things.
    The standard way to handle such a situation is to have a sever process perform the connections, and leave >>the JNLP application doing the UI.This is a case where the server is completely firewalled off from the other servers being monitored, whereas anyone wanting to run the app from a pc just has to connect to the proper vpn.
    For http connections, from 6u10, WebStart will honour crossdomain.xml files placed on web servers.
    I'm not at all familiar with crossdomain.xml, but after a quick look on the web, it seems promising. I'll need to do some research, upgrading, testing, blah, blah, blah. Most hopeful suggestion I've had yet. Thanks.

  • Daniel or anyone else, Help on why I can't access certain jsp pages

    I have installed the Web Service Portlet Wizard to build my portlets. In particular,
    I have created a URL porlet jsp which receives its content from a URL.
    This URL that I retrive is an application that I have running on my Weblogic 6.1
    Server. I can access the login page, and can logon and do a few things but for
    some reason I Can't access certain pages. The pages I can't access are also jsp
    pages on the wlserver6.1 server(exactly the same as other ones I can access and
    interact with).
    The error I receive on the Portal Front end is attached in a word doc. I have
    also included in there, a snapshot of the access log for those pages, but I can't
    really make out what it is telling me (if anything!).
    For one of the pages, that I can't successfully access I get java.lang.ArrayIndexOutOfBoundsException
    This only happens with 1 of the pages. But trying to access the same page withouth
    going thru the portal I get NO errors what so ever.
    Please if anyone can give me any information on why I can't access certain pages
    via my portal It would be very helpful.
    Finally I have included the code of my Portlet which accesses the URL. This is
    also included in the word doc.
    Thanks
    Ramy
    [Portal.doc]

    Ramy,
    I don't know the Web Service Portlet Wizard too well, but I notice that
    login.htm never seems to be found (404 in logs). I would think that the two
    warnings below your JSP call (cookies, and portlet state) are your most
    likely culprits. If the Web Service Portlet Wizard does not handle cookies
    then the portal server will have to continiously reauthenticate. I will
    forward your email however and see if I can dig up a better diagnosis. Also,
    could you post the stack trace for the ArrayIndexOutOfBoundsException you
    are seeing.
    Sincerely,
    Daniel Selman
    "Ramy" <[email protected]> wrote in message
    news:[email protected]..
    >
    I have installed the Web Service Portlet Wizard to build my portlets. Inparticular,
    I have created a URL porlet jsp which receives its content from a URL.
    This URL that I retrive is an application that I have running on myWeblogic 6.1
    Server. I can access the login page, and can logon and do a few things butfor
    some reason I Can't access certain pages. The pages I can't access arealso jsp
    pages on the wlserver6.1 server(exactly the same as other ones I canaccess and
    interact with).
    The error I receive on the Portal Front end is attached in a word doc. Ihave
    also included in there, a snapshot of the access log for those pages, butI can't
    really make out what it is telling me (if anything!).
    For one of the pages, that I can't successfully access I getjava.lang.ArrayIndexOutOfBoundsException
    This only happens with 1 of the pages. But trying to access the same pagewithouth
    going thru the portal I get NO errors what so ever.
    Please if anyone can give me any information on why I can't access certainpages
    via my portal It would be very helpful.
    Finally I have included the code of my Portlet which accesses the URL.This is
    also included in the word doc.
    Thanks
    Ramy

  • How to suppress certain fields in ALE Outbound INFREC IDOCs?

    Dear All
    Is it possible to suppress certain fields in Outbound ALE IDOCs (for example INFREC IDOCs) ?
    I am in need to send Info Records from one ECC system to another. The problem is, in the sending ECC system the INFREC IDOCs are created with the field E1EINAM-INFNR which carries the Info Record number. But the target ECC system might have a different Info Record already existing (for a different article) with the same Info Record Number. If the INFREC IDOCs are created without the INFNR field (i.e. if the field is blank) and then sent to the target system via ALE, it is successfully processed in the target system and a new Info Record is created with a different Info Record number. This is what is required. How can it be made possible?
    Thanks
    Vignesh Sankaranarayanan

    Use the transactions BD62, BD79 and BD55 to setup and assign conversion rules for your IDOC fields and set a constant '/' for the infnr field.
    Test if that is enough or you might need to take extra care for the name field of info record texts. I am not in a system currently, so I can't check whether long text name is based on info record number or only a mix of info record keyfields (without info record number itself).
    You should also have a look into my blog Stumbling blocks  in purchasing info record migration by LSMW IDOC method
    You will probably hit the one or other issue that I described too.

  • How do I suppress linker warnings in xcode

    Hello,
    I'm currently trying to convert a product from Microsoft Visual Studio to Xcode. I have gotten it to start linking except that I am running into a problem where there is an error and I can't find it. The reason I can't is because I have probably over 2000 warnings then it suppresses all other errors and warnings yet errors out, but because they are suppressed I can't fix the error.
    What I want to do is just suppress those warnings so I can fix the errors, I have searched online and could only find how to suppress compiler warnings not linker ones.
    Any help is appreciated.
    Justin
    Message was edited by: c0d3m0nk3y

    It would be better to fix them rather than suppress them.
    Still, I think the easiest course of action would be to view the raw build output and just do a text search for "error". In the build window, click the tiny text page icon in the middle of the set of 3 tiny icons on the left hand side of the window.

  • How can i suppress columns in ALV ?? Will reward points.

    Hello Gurus, how can i suppress column in ALV when i`m using the transparent table:
    CALL METHOD grid->set_table_for_first_display
          EXPORTING
            i_structure_name = 'ZIANEXE'
            is_layout        = wa_layout
            is_variant       = wa_variant
            i_save           = 'U'
            IT_TOOLBAR_EXCLUDING = LT_EXCLUDE
          CHANGING
            it_outtab        = itab[]
            it_fieldcatalog  = fieldcat.
    Please help.

    in the fieldcatalog you are providing there is a field NO_OUT use this.
    Loop over internal table and check fieldname. If fieldname = column you want to hide, NO_OUT = 'X'.
    Edited by: Micky Oestreich on May 8, 2008 12:06 PM

  • How can I extract certain pages from my document and save as another file?

    How can I extract certain pages from my document and save as another file?

    You would need Adobe Acrobat to do that, not Adobe Reader.

  • How can I restrict certain apps to cellular data only?

    Product Name: iPhone 6
    Product iOS: 8.3
    Background: I listen to Pandora at work through my iPhone 6. My work has pandora traffic blocked through their WiFi network. I want to keep my iPhone connected to the work WiFi because 1) I don't want to turn on and off my WiFi on my phone 2) I want to my email and other apps to use WiFi since they are not blocked.
    Current Workarounds (not a solutions):
    1) Turn off and on WiFi on iPhone 6- This is a pain/hassle and I forget to turn the WiFi back on.
    2) Switching to a different streaming music providers that aren't blocked by work WiFi- I pay for Pandora One and I like this service the best. I really don't want to switch.
    3) Download music to iPhone memory- I pay for Pandora One and I'd like to use it.
    4) Jailbreak- Not sure if this a solution but I'd rather not jailbreak my device.
    Question: How can I restrict certain apps (Pandora) to use cellular data only?
    Best Regards,
    Chasen

    The network settings in iOS are global and do not support assigning specific networks to specific apps. You cannot do what you describe.

  • In Lion, running on an i MAC (late 2006), how can I stop certain programs from automatically starting up when I start my MAC?

    In Lion, running on an I MAC, (late 2006), how can I stop certain programs (iTunes, Word) from automatically starting up when I start the computer?

    Any application that is open when you shut down will re-open when you restart unless you deselect this when shutting down/restarting:
    Also check System Preferences>Users & Groups>Login items tab and make sure there's nothing listed there that you don't want launched.

  • How can I be certain the contact list in my iPod touch updates my computer Outlook contact list when I sync and not go the other way? The options in iTunes are not specific enough.

    How can I be certain the contact list in my iPod touch updates my computer Outlook contact list when I sync and not go the other way? The options in iTunes are not specific enough. In other words, I want to replace the information in my computer Outlook contact list with the data from my iPod touch. 

    How is your iPod configured to sync music from your iTunes library?  In other words, what options and configurations do you have enabled from under the iPod's Summary and Music configuration panes in iTunes?
    B-rock

  • How can I suppress an old backup of my iPhone ?

    I have bought a new one and I can't suppress backup of the older...

    I have done a new backup (iCloud) of my new iPhone (5S) and I can't delete the backup of the old one (5). Why ? How could I delete this backup which is usefull now ? iCloud tells me that the backup is still in use...

  • How do you suppress page numbers. I am trying to print a screenplay for the first time since switching to Pages and I can't suppress Page

    How do you suppress page numbers. I am trying to print a screenplay for the first time since switching to Pages and I can't suppress Page #1 without making the rest of the pages inaccurate, as page #1 is the Title Page. Does anyone have any suggestions?

    When you signed to be able to post in the forums, you were urged to read and accept the Terms of Use ruling these forums.
    They claim :
    The contents of the "More Like This" box prove that applying the rules you would have get the wanted explanations without creating this new thread.
    Yvan KOENIG (VALLAURIS, France) mardi 26 avril 2011 10:04:03

  • How to find out who your administrator is and why I can't view certain things even on this web sight business account is what I have

    How do I find out who my administrator is and why I can't view certain things and get error 401 says i am an unauthorized user
    It is a small business which doesn't make sense why I shouldn't be able to access certain pages  on the Internet
    I believe my husband is the administrator actually
    Plus 404 and 403

    If you are referencing a specific web site, there is no way to determine who is set up as administrator. Contact the web site directly.
    Barry
    P.S. As a note, you already received an answer to your "401" question. Please do not rephrase a question and post it again. We are volunteers here and do not like to answer something that has already been addressed.
    Message was edited by: Barry Hemphill

  • Can we suppress execution of a query so as to optionally execute queries in data modl

    Can we suppress execution of a query so that we optionally execute queries?0
    I have a combo box in Parameter Form. It has 3 options. I have 3 queries in Data Model.
    I want to execute only one of these 3 queries based on user's selection from combo box.
    I want that other 2 queries do NOT execute at all for that processing cycle. Next time user selects other option and an other query is executed and other 2 are NOT executed and so on.
    Is it possible in Reports 6i in Client/server?
    Pl. guide.
    Tariq

    Include:
    AND :parameter = <this query's value> (e.g. 1 or "SALES" or whatever)
    in each query's where clause. Because this is 2 constants (as far as the SQL interpreter is concerned) it will evaluate it first. If the parameter is set to a value not for this query then it will return no rows with minimal overhead.

Maybe you are looking for

  • HT1695 how do i activate my iphone 4 after upgrading to ioS 5.1

    how do i activate my iphone 4 after upgrading to ioS 5.1

  • Can i add more than one subscreen to me21n / me22n ?

    i was implement one subscreen in the past with BAdI ME_GUI_PO_CUST . now the customer ask for one more , is it possible ? in  "IF_EX_ME_GUI_PO_CUST~SUBSCRIBE" you have code  : *class definition   ls_subscriber-name = subscreen1. the dynpro number to

  • My ipod wont change to landscape

    THe landscape worked and then it stopped the lock is definately off and i've tried resetting it but that didn't help at all.

  • Unable to find my info package in the info source

    Hi all, I am unable to find my info package in the info source, When i try to activate data from ODS to Cube then i can see the Info package, I have to do any setting for this problem or any suggestions guys. Thank you DST

  • Crystal Reports Schedule&View

    We're having an odd problem on our CR 9 server. After we login and drill into the report we want to run, if we click on "View" we're able to view the report without a problem, but if we click schedule and try to run it once, we get an instant "Failed