Postgrey plist syntax

i followed the details in the osx.topicdesk.com doc to enable postgrey, but i'm getting "invalid argument" errors when trying to load the launchd plist. everything else is in place.
do you see anything wrong with this plist?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.company.postgrey</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/sbin/postgrey</string>
<string>--inet=127.0.0.1:10029</string>
<string>--dbdir=/var/postgrey</string>
<string>--user=_amavisd</string>
<string>--group=_amavisd</string>
<key>ServiceIPC</key>
<false/>
<key>UserName</key>
<string>root</string>
</array>
</dict>
</plist>

no, this is on a 10.6 server. there may have been some other syntax error, but the service wouldn't start until i removed that key.
here's what's working right now:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.company.postgrey</string>
<key>OnDemand</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>/usr/local/sbin/postgrey</string>
<string>--inet=127.0.0.1:10029</string>
<string>--dbdir=/var/postgrey</string>
<string>--delay</string>
<string>60</string>
<string>--user=_amavisd</string>
<string>--group=_amavisd</string>
<key>UserName</key>
<string>root</string>
</array>
</dict>
</plist>

Similar Messages

  • Bad  .plist syntax

    Last use of the computer an error occurred in the Finder, "closed unexpectedly...." I figured I might have a flummoxed permissions or preference.
    so I ran Onyx to verify the SMART & Volume structure, both seem intact. Verified the Preference files and a "Syntax error was found in a couple preference files
    the error/warning is " Cannot parse a Null or zero length data."
    The two files of real concern are the //com.apple.Preference.sharing.plist, and //com.apple.AECT.plist, The remainder involve ///iPod.plist and ///RegAperture.plist
    Okay? so what does this error indicate and what is fix?
    I do have access via "sharing" screen and files (directories) with an older Mac Pro (runs as a remote directory/drive/backup device, not really a full-on file server but sort of..). Other then that I don't share many resources. I don't use iCloud for anything other than Reminders, and the iTunes Library is sharable but not used.
    Thanks

    Okay? so what does this error indicate and what is fix?
    That the plists are mucked up. Simple fix is to move all of those to the Desktop and restart. When you reaccess the apps, the OS creates default plists to replace the moved ones. Then, check them again w/Onnx and see if they pass.

  • Plist file syntax

    I apologize if this subject has been covered already. I am looking for help interpreting the .plist files. I am not a programmer - but trying to learn - so please be gentle with your answers:-)
    I know those files are written in XML language, and although I understand some of the syntax, I am stumped. What book(s) would I need to get to learn about this?
    Example:
    <dict>
    <key>prefs</key>
    <data>
    bWNwIAA4AAUSTWFpbiBBZG1pbmlzdHJhdG9yAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    How do I go about figuring out what this stuff actually means?
    Please help direct me to where I might learn more.
    And another question: why are there 2 hostconfig files in the /etc directory, one ending with a tilde (hostconfig~) has some different settings?
    Thank you for the patience.
    Dora

    Property list (.plist) files can only store objects of type NSNumber, NSDictionary, NSArray, NSString, NSDate, and a "catch-all" NSData. (Note that while I've specified the Cocoa-classes for these items, their Core Foundation equivalents are also included). For objects that aren't numbers, strings, and dates, the property list APIs provide a generic "NSData" type which allows you to save virtually any type of preference, provided it knows how to write itself to an NSData/CFData stream of bytes.
    So, the entry you specified is a key "prefs" whose value is an NSData/CFData object. (Data byte values are base-64 encoded between the data tags).
    For more info, see XML Property Lists.
    Hope this helps....
    Dual 2.7GHz PowerPC G5 w/ 2.5 GB RAM; 17" MacBook Pro w/ 2 GB RAM -   Mac OS X (10.4.8)  

  • Search syntax for Safari history? how to remove items from specific pages?

    I'm using Safari 5.0.3 and I prefer keeping the browsing history quite long for accessing contents I had been searching in the net some weeks ago.
    However, that way I'm collecting lots of clutter and therefore I'd like to remove selected entries from the history, e. g. from the page where I'm reading daily news etc.
    I tried to use the search field (accessible with Cmd-F in the history view) to search for parts of the corresponding web address, e. g. "http://www.heute.de", but I do not only get the history items from that site but many others from google and other pages.
    So I'd like to know: is there a search syntax to use the search field, like address=www.heute.de* which enables wild cards, operators like OR/AND etc.?
    If not, is there a 3rd party tool which can help or can I use spotlight/the finder to find and remove the unwanted items from the browser history?

    Hi beckmart
    there might be ready-made apps or add-ons to do that - but this may help...
    quit safari, open Home/Library/Safari/History.plist using PrefSetter
    enter the url you want removed in the search box, no need for quotes - say www.google.com
    expand the 'web history dates' section at left to see individual results, then select the first one & shift-click the last (don't use select all) to highlight/select all the results - then press the delete key to remove them. Then save the file.
    Naturally, a backup copy of history.plist would be wise - but the above seems to work very well.

  • Wiki whitelist.plist not working here's the script and steps taken

    1. whitelist.plist created according to instructions in wiki admin manual.
    2. file placed in: /Library/Application Support/Apple/WikiServer/
    3. File permissions set to allow _teamsserver access like other files in directory.
    4. Webserver restarted.
    5. Attempt to add <head> tag to wiki fails. Code is stripped out after save.
    6. Has anyone got this working? I can't find any syntax errors in the file and I've tried the suggestion from another post to place the file in: /etc/wikid
    Here's the contents of whitelist.plist
    I don't know what else I can do to make it work. Any help is appreciated.
    I've pasted the code below:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>protocols</key>
    <array>
    <string>file</string>
    <string>afp</string>
    <string>feed</string>
    <string>feeds</string>
    <string>fax</string>
    <string>ftp</string>
    <string>gopher</string>
    <string>http</string>
    <string>https</string>
    <string>itms</string>
    <string>itpc</string>
    <string>ldap</string>
    <string>mailto</string>
    <string>news</string>
    <string>nfs</string>
    <string>nntp</string>
    <string>rdar</string>
    <string>rtsp</string>
    <string>sip</string>
    <string>sips</string>
    <string>sftp</string>
    <string>smb</string>
    <string>ssh</string>
    <string>svn</string>
    <string>svn+ssh</string>
    <string>tel</string>
    <string>telnet</string>
    <string>vnc</string>
    <string>webcal</string>
    <string>xmpp</string>
    </array>
    <key>styles</key>
    <array>
    <string>font-style</string>
    <string>font-weight</string>
    <string>text-decoration</string>
    </array>
    <key>tags</key>
    <dict>
    <key>all</key>
    <array>
    <string>style</string>
    <string>class</string>
    <string>title</string>
    </array>
    <key>a</key>
    <array>
    <string>href</string>
    <string>name</string>
    <string>rel</string>
    </array>
    <key>blockquote</key>
    <array>
    <string>cite</string>
    </array>
    <key>body</key>
    <array/>
    <key>br</key>
    <array/>
    <key>caption</key>
    <array/>
    <key>dd</key>
    <array/>
    <key>div</key>
    <array/>
    <key>dl</key>
    <array/>
    <key>dt</key>
    <array/>
    <key>em</key>
    <array/>
    <key>h1</key>
    <array/>
    <key>h2</key>
    <array/>
    <key>h3</key>
    <array/>
    <key>h4</key>
    <array/>
    <key>h5</key>
    <array/>
    <key>h6</key>
    <array/>
    <key>head</key>
    <array>
    <string>title</string>
    <string>base</string>
    <string>link</string>
    <string>meta</string>
    </array>
    <key>html</key>
    <array/>
    <key>img</key>
    <array>
    <string>src</string>
    <string>alt</string>
    <string>name</string>
    <string>width</string>
    <string>height</string>
    <string>longdesc</string>
    </array>
    <key>li</key>
    <array/>
    <key>node</key>
    <array/>
    <key>object</key>
    <array>
    <string>classid</string>
    <string>width</string>
    <string>height</string>
    <string>codebase</string>
    </array>
    <key>ol</key>
    <array/>
    <key>p</key>
    <array/>
    <key>param</key>
    <array>
    <string>name</string>
    <string>value</string>
    </array>
    <key>pre</key>
    <array/>
    <key>q</key>
    <array>
    <string>cite</string>
    </array>
    <key>span</key>
    <array/>
    <key>strong</key>
    <array/>
    <key>table</key>
    <array/>
    <key>tbody</key>
    <array/>
    <key>td</key>
    <array>
    <string>colspan</string>
    <string>rowspan</string>
    </array>
    <key>tfoot</key>
    <array/>
    <key>th</key>
    <array>
    <string>colspan</string>
    <string>rowspan</string>
    </array>
    <key>thead</key>
    <array/>
    <key>tr</key>
    <array/>
    <key>ul</key>
    <array/>
    </dict>
    </dict>
    </plist>

    Ok. Found some more stuff. It appears that, as of 10.6.2, you can't have this in your whitelist: :
    <key>protocols</key>
    <key>styles</key>
    What's missing? Even if you have nothing to add to an area you must have the array tags e.g.
    <key>protocols</key>
    <array/>
    <key>styles</key>
    <array/>
    The problem is that the Wiki just fails if there is any problem with your whitelist, with no warning. To see the fault you have to look in the console log. There you will see something like this, which indicates a faulty whitelist file:
    8/01/10 10:34:00 AM com.apple.wikid[4416] Traceback (most recent call last):
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 689, in run
    8/01/10 10:34:00 AM com.apple.wikid[4416] config.parseOptions()
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 669, in parseOptions
    8/01/10 10:34:00 AM com.apple.wikid[4416] usage.Options.parseOptions(self, options)
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/caldavd/lib/python/twisted/python/usage.py", line 226, in parseOptions
    8/01/10 10:34:00 AM com.apple.wikid[4416] for (cmd, short, parser, doc) in self.subCommands:
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 679, in subCommands
    8/01/10 10:34:00 AM com.apple.wikid[4416] for plug in plugins:
    8/01/10 10:34:00 AM com.apple.wikid[4416] --- <exception caught here> ---
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/caldavd/lib/python/twisted/plugin.py", line 204, in getPlugins
    8/01/10 10:34:00 AM com.apple.wikid[4416] adapted = interface(plugin, None)
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/zop e/interface/interface.py", line 625, in callconform
    8/01/10 10:34:00 AM com.apple.wikid[4416] return conform(self)
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/caldavd/lib/python/twisted/plugin.py", line 68, in _conform_
    8/01/10 10:34:00 AM com.apple.wikid[4416] return self.load()
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/caldavd/lib/python/twisted/plugin.py", line 63, in load
    8/01/10 10:34:00 AM com.apple.wikid[4416] return namedAny(self.dropin.moduleName + '.' + self.name)
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/caldavd/lib/python/twisted/python/reflect.py", line 462, in namedAny
    8/01/10 10:34:00 AM com.apple.wikid[4416] topLevelPackage = _importAndCheckStack(trialname)
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/caldavd/lib/python/twisted/python/reflect.py", line 398, in _importAndCheckStack
    8/01/10 10:34:00 AM com.apple.wikid[4416] return _import_(importName)
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/wikid/lib/python/twisted/plugins/wikid.py", line 9, in <module>
    8/01/10 10:34:00 AM com.apple.wikid[4416] from apple_utilities.tap import WikiServiceMaker
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/wikid/lib/python/apple_utilities/tap.py", line 25, in <module>
    8/01/10 10:34:00 AM com.apple.wikid[4416] from apple_utilities import SettingsManager, Authentication
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/wikid/lib/python/apple_utilities/SettingsManager.py", line 916, in <module>
    8/01/10 10:34:00 AM com.apple.wikid[4416] globalSettings = SettingsManager(defaultConfigFilePath)
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/wikid/lib/python/apple_utilities/SettingsManager.py", line 151, in _init_
    8/01/10 10:34:00 AM com.apple.wikid[4416] whitelist = WhitelistContentFilter.WhitelistContentFilter(userWhitelistPath, self.data['wiki']['whitelist'])
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/usr/share/wikid/lib/python/apple_wlt/WhitelistContentFilter.py", line 120, in _init_
    8/01/10 10:34:00 AM com.apple.wikid[4416] systemPlist = plistlib.readPlist(systemWhitelistFileLoc)
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plistli b.py", line 78, in readPlist
    8/01/10 10:34:00 AM com.apple.wikid[4416] rootObject = p.parse(pathOrFile)
    8/01/10 10:34:00 AM com.apple.wikid[4416] File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plistli b.py", line 405, in parse
    8/01/10 10:34:00 AM com.apple.wikid[4416] parser.ParseFile(fileobj)
    Message was edited by: John Holley NZ

  • Plist strings to UILabel: formatting specific words in the text?

    Developers,
    I have a UILable populated by a plist string. I would like the UILabel to display text, with specific words in bold format.
    I have looked around for a solution to this problem, but I haven't found anything useful on the net.
    Is this possible?
    I have been thinking that this could be done by using a key (e.g. stars around a word *word1*) that identifies particular words within the plist string to be formatted. An if statement could then be used to filter through which words should be formatted, within each string. I'm not sure if this would work or how i would implement it, which is why i turn to you for your experience and advice.
    j
    Message was edited by: james_coleman01

    Hey James!
    james_coleman01 wrote:
    I would like the UILabel to display text, with specific words in bold format.
    Any single instance of UILabel can only have one font, one text color, etc. There's no way to draw one letter or word differently from any other.
    I have been thinking that this could be done by using a key (e.g. stars around a word *word1*) that identifies particular words within the plist string to be formatted. ...
    As always, you're on the right track, James. In fact if you extend your idea to include syntax for italics, underlines, superscripts, etc., then add font family, point size and text color, then add various paragraph styles, you'll be well on your way to inventing what's known as "rich text".
    So the web search keys you needed were "UILabel UITextView rich text". I think the two most common solutions to your requirement are: (1) If the text is static, put the words in separate labels; (2) The recommended, and most general solution: Use UIWebView in place of UILabel.
    No. 2 isn't as kinky as it might seem, even if you've never used HTML (the most widely known example of rich text). Here's a short blog that's probably enough to get you going: [Display Rich Text Using a UIWebView|http://iphoneincubator.com/blog/windows-views/display-rich-text-using -a-uiwebview]. The responses on that page include some good tips too.
    \- Ray

  • Best way to delete a .plist item?

    Hi everyone!
    I have found similar topics on this...but maybe someone can clear it up for me?
    I want to delete an item within a .plist, specifically to remove an item from the Dock by scripting. (See com.apple.dock.plist) If I use System Events I can take one of the "Dictionary" types with a number under persistent-apps and delete the value so basically it works...it's just I leave the empty line with the number there. Using "defaults delete" I can't seem to access this item...maybe it's too deeply nested or I just don't have the syntax right? And I'm not sure about Cocoa? I'm using Applescript Studio...
    I can search using System Events and find all the needed info I'm looking for...I just can't find a simple way to say delete the entry!
    Thanks in advance,
    Reg

    Hi guys!
    Thanks for the reply!
    I have read that post that you suggested and it actually does a good job. I'm just trying to avoid using plist buddy as I don't know for sure if a computer will have it for sure to be able to use its functions...
    I have read the "man defaults" page and I can't seem to get the syntax right! Either that or it's not possible? For example:
    delete domain key
    Removes the default named key from domain.
    But I can't seem to delete anything that's nested beyond that first key? I've read that defaults can't handle deeply nested items well, and in this case I just need to go one more step. (In com.apple.dock.plist "persistent-apps" is the key which contains dictionary entries 0 through however many apps are in your dock. I need to be able to delete one of those entries by scripting somehow.)
    Thanks for the help! Any more ideas?
    Reg

  • Annotation plist format for Compressor 3.5

    I'm looking for the format for annotations when running compressor from the command line. While the syntax for command line processing seems the same between version 3 and 3.5, the annotation plist format has either changed or I've encountered a new bug.
    The format for version 3 is described here: http://blog.lib.umn.edu/mcfa0086/discretecosine/cat_tutorials.html
    However this will NOT work for compressor 3.5 as included in FC Studio 3.
    It's worth noting that compressor won't give an error if using the old plist format, it just won't put the annotations into the output quicktime file.
    I've got a call into Apple Professional support on this but comments from others would be helpful. I'm encountering this problem on a system with Snow Leopard and all updates as of the date of this posting.
    Message was edited by: nessak

    I mean it's still Episode, it has Plugin for Compressor. With plugin installed you have an ability to encode flv right in Compressor.
    As an alternative it can be Sorenson Squeze (On2 VP6 for Flash): http://www.sorensonmedia.com/video-encoding/

  • Sidebar customization of .plist file

    In the wiki I am trying to eliminate the What's Hot, Recent Changes, and Upcoming Events parts to the sidebar & replace them with one that depends on 'useful links" that are static. I have the wiki already set up with a default theme but I want the sidebar links to be static and not dependent on when the page linked to has been updated, etc.
    When I open the .plist file of the theme I am using it only has about 20 lines of code...
    What do I need to change to be able to accomplish this?
    THX

    Did you introduce a new LEVEL for the detail info?
    Refer user guide on the syntax of usage.

  • ??? a launchd syntax question

    When running cron jobs, I think (somebody please correct me if I'm wrong or verify if I'm right) that if a person wants to schedule a job to run monthly, but rather than on a specific date of the month (e.g., 1st, 2nd, etc.), it is desired to have the job run on, say, the second Saturday of the month, (s)he would make a crontab entry that looked something like this:
    #minute hour    mday    month    wday   who     command
    36          02       8-14         *          6       root     periodic monthly
    If I got this down right, this would run "monthly" on Saturday, so long as the date of Saturday was between the 8th and the 14th, inclusive, i.e., the second Saturday of the month.
    If this is a correct assumption on my part (to include my assumption on syntax), then comes the question du jour:
    How might one modify the /System/Library/LaunchDaemons/com.apple.periodic-monthly.plist file to do the same thing?
    Thanx in advance
    2001 Quicksilver G4   Mac OS X (10.4.5)  
    2001 Quicksilver G4   Mac OS X (10.4.5)  

    I don't believe you can.
    The launchd.plist((5) files don't take ranges for dates, or at least aren't documented to.
    One other thing to note with periodic launchd(8) events - there's long been an issue in the kqueue(2) call that drives launchd(8) such that event timers don't really work the way the launchd.plist(5) man page says they do. Instead of firing when a machine awakens from sleep if an event occurred while the machine was asleep, events instead only accumulate time while the machine is up and running.
    So say, for example, you told launchd(8) you wanted to run a script at 6:00 AM tomorrow morning. You continue using your Mac, but it goes to sleep at midnight and you awaken it from sleep at 8:00 AM.
    The launchd.plist(5) man page says the event will be run when the system awakens, but it will not; rather the six hours of system uptime the machine was asleep must elapse first, meaning your "6:00 AM" script will actually run at 8+6 = 14:00, or 2:00 PM.
    While this is better than cron(8) which would just ignore the event that occurred while the machine was asleep, it's certainly not the behavior that launchd.plist(5) documents, either…
    Dual 2 GHz G5 (Quad on order!)   Mac OS X (10.4.5)  

  • Syntax error while creating a invoice

    Hi I am new to this forum hope u guys can help me out,
    I am ruuning following syntax for creating an invoice and for this error message is coming which is given below.
    Select aadrnr astdc1 b~name1 into table inv_head1
    From kna1 as a inner join adrc as b on aadrnr = baddrnumber.
    Unknown column name "A~STDC1" . field list. . field list. field list.

    Hi Rupesh,
    u have to mention as " select ... into corresponding fields of
    table ... ".
    regards
    Chaitanya.

  • Syntax error while writing a select query.

    Hi all,
    I have a requirement where I have to pick a value if the text for that value is
    MYCARu2019S Lovliest Car.
    And so I wrote a query that
    SELECT     RUECK INTO XRUECK FROM AFVC WHERE ltxa1 = ' MYCARu2019S Lovliest Car'.
                    ENDSELECT.
    But it gives me a syntax error saying     
    u201CLiterals taking up more than one line not permittedu201D.
    Can some one tell me what is wrong. I need to select RUECK value from AFVC  table if
    ltxa1 value is ' MYCARu2019S Lovliest Car'.
    Kindly help what is going wrong...
    Regards,
    Jessica Sam

    Hi,
    Narendran is right use two single quotes.
    also careful wile comparing string. i think as you write ltxa1 value is ' MYCARu2019S Lovliest Car'.
    so while comparing you must not use space just before staring use the following
    SELECT  rueck INTO xrueck FROM afvc WHERE ltxa1 = 'MYCAR''S Lovliest Car'. " Not use Space before M
    ENDSELECT.
    Hope will help you.
    Kind Regards,
    Faisal

  • Syntax error while running a driver program

    Hi experts,
                 I have developed a smartforms,in which i have declared the following,
                    ITAB TYPE TABLE OF MARA, in import tab of form interface...
    and in se38 i have declared...
    data: itab like mara occurs 0.
    bujt when i am running this program, i am getting syntax error "ITAB" is neither specified under "TABLES" nor defined as internal tabels..
    plz tell me why this probleming is occuring?and how can i solve this....
    thnks n regards,
    Ashmita.

    in form interface try to declare in tables tab
    or
    global data > types tab and declare global  table using that type.

  • Can no longer read plist files

    I've got a script that iterates through a list of hostnames, connects to each host, looks for the existence of a list of applications, and if they exist reads their Info.plist for the version.  This worked seamlessly until a couple of days ago.  The only change I can think of is having changed my username on all of my Macs from <username> to <username>.sa to differentiate privileged accounts from unprivileged accounts.  Yes, this caused a number of issues, and I've hunted them down.  I can connect to every host with <username>.sa, perform actions with sudo, etc.  What I can't do any more is read plist files, even when logged in locally:
    quad:~ username.sa$ defaults read /Applications/Utilities/Adobe\ Flash\ Player\ Install\ Manager.app/Contents/Info.plist
    2014-06-26 15:03:59.588 defaults[49157:507]
    Domain /Applications/Utilities/Adobe Flash Player Install Manager.app/Contents/Info.plist does not exist
    quad:~ username.sa$ ls -l /Applications/Utilities/Adobe\ Flash\ Player\ Install\ Manager.app/Contents/Info.plist
    -rw-r--r--  1 root  wheel  1344 May 28 12:02 /Applications/Utilities/Adobe Flash Player Install Manager.app/Contents/Info.plist
    quad:~ username.sa$ cat /Applications/Utilities/Adobe\ Flash\ Player\ Install\ Manager.app/Contents/Info.plist
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>BuildMachineOSBuild</key>
      <string>12E55</string>
      <key>CFBundleDevelopmentRegion</key>
      <string>English</string>
      <key>CFBundleExecutable</key>
      <string>Adobe Flash Player Install Manager</string>
      <key>CFBundleIconFile</key>
      <string>FlashPlayerInstaller.icns</string>
      <key>CFBundleIdentifier</key>
      <string>com.adobe.flashplayer.installmanager</string>
      <key>CFBundleInfoDictionaryVersion</key>
      <string>6.0</string>
      <key>CFBundleName</key>
      <string>Adobe Flash Player Install Manager</string>
      <key>CFBundlePackageType</key>
      <string>APPL</string>
      <key>CFBundleSignature</key>
      <string>????</string>
      <key>CFBundleVersion</key>
      <string>14.0.0.125</string>
      <key>DTCompiler</key>
      <string>com.apple.compilers.llvm.clang.1_0</string>
      <key>DTPlatformBuild</key>
      <string>4H1503</string>
      <key>DTPlatformVersion</key>
      <string>GM</string>
      <key>DTSDKBuild</key>
      <string>10K549</string>
      <key>DTSDKName</key>
      <string>macosx10.6</string>
      <key>DTXcode</key>
      <string>0463</string>
      <key>DTXcodeBuild</key>
      <string>4H1503</string>
      <key>NSMainNibFile</key>
      <string>FPIMMain</string>
      <key>NSPrincipalClass</key>
      <string>NSApplication</string>
    </dict>
    </plist>
    The file is there.  It is readable.  I can read it... just not with the 'defaults' command.  This is with all plists on all of my Macs.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Select-options in SELECT query - syntax error

    Hi all,
      I get the error below when I try to use the select options in a SELECT query . Please help me.
    "The IN operator with "SO_AWART" is followed neither by an internal
    table nor by a value list."
    The code i have used(Logical database  PNP is used):
    TABLES: pernr,
            catsdb.
    INCLUDE ztime_cwtr_top.    " global Data
    INCLUDE ztime_cwtr_f01.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME.
    SELECT-OPTIONS SO_AWART FOR CATSDB-AWART.
    PARAMETERS P_THRES TYPE I.
    SELECTION-SCREEN END OF BLOCK B1.
    Get data from CATSDB table. Workdates within the date interval are considered.
      SELECT pernr workdate awart catsquantity beguz enduz status
      FROM catsdb
      INTO TABLE it_catsdb
      WHERE pernr  = pernr-pernr    AND
           workdate GE pn-begda     AND
           workdate LE pn-endda     AND
           status   IN ('20', '30') AND
           awart    IN  so_awart .
          awart    IN ('1100', '1137', '1138', '1139', '1140',
                      '1147', '1148', '1149', '1157', '2003' ).
    when I give the values directly i do not get any syntax error, but when I use select options in the where condition I get the syntax error.
    I have tried different options like using only the select-options in the where condition.
    Thanks in advance.....
    Madhu

    Solved.
    Code with syntax error:
    include z...top .
    include z...fo1.
    select-options: xxxxxxx
    Code  with no syntax error:
    select-options: xxxxxxx
    include z...top .
    include z...fo1.
    Thanks for all your help,
    Madhu

Maybe you are looking for

  • HT3209 Unable to Download HD Content

    I am somewhat confused and VERY irritated. I have been dealing with the iTunes Library sharing not working since upgrading the software on my Apple TV as well as iTunes, but now on top of that, I can't even download a purchased HD movie to my laptop.

  • Unable to set HDD passwords for Qosmio G30

    I have tried in vain to find documentation on how to do this -- using the F2 method to access these bios options never works, I have tried using config assist / password utility and can find no options. I have upgraded the bios to 1.70 Does anyone kn

  • Calendar Sync - Blackberry Desktop Software and Outlook

    In synching Storm with Outlook using Blackberry Desktop software, I don't want to lose past records in Outlook on my laptop. Does anyone know the best way to accomplish that and still do a two-way synch? It appears that during the two-way synch altho

  • Using version 4 as configuration directory for 5

    Is there any issue with using and instance of version 4.x as the configuration directory for version 5? Thx -Wajih

  • Is there a way to know who are accessing our SAP instances.

    Hello Friends, We have 2 servers (one for ERP and another for XI). Is there a way to know who are all accessing our servers from outside ? Also, which are user IDs other than SAP* and j2ee_admin that has admin rights for which we have to change the p