Specifying Non-String User Parameters in The Block Comment Dialog Tag

I am trying to add user parameters for a block. I followed the instruction provided in section 4.3.7 (comments) of sysytembuild user's guide.
The steps were as follows:
1- I added a new parameter named (a_r) to a gain block (from the User Parameters section of Comment tag dialog field).
2- I selected this parameter and assigned a value of 5
Now, using the SBA command I retrieve this parameter:
------------------------------- Xmath outputs
[n=UserParameterName, p=UserParameterContent] = queryblock(1)
n
n (a string) = a_r
p
p (a list with 1 elements) =
1:
5
p(1)
ans (a string) = 5
---------------------------- end of Xmath outputs
Accordin
g to the documentation, using suffix (_r) will specify a real parameter (_i for integer and _s for string). However, the list object
obtained from "UserParameterContent" includes a string element and not a number. This can be verified by:
--------------------------------------- Xmath outputs
p(1) *2
Cannot evaluate * of a string.
modifyblock 1 ,{UserParameterContent = list(5)}
Expecting a list of strings
--------------------------------- end of Xmath outputs
It looks like that independent of the naming convention, the user parameters are stored in a list with string elements in contrast to what
mentioned in "Editing User Parameters Dialog" of the Help topics:
"To create a new userparameter, enter a name in the User Defined field, and then click the Add button. Note that the name must have
one of the following suffixes: _s (string), _b (boolean), _r (real), or _i (integer). "
The questions are as follows:
1- Is there a way to store n
on-string type user parameters?
2- If there is a way for that, then, is it only for scalar numeric values or vectors and matrices can also be stored in user parameters?
Thanks,

The Comments Tab is generally used to define User Parameters that will be used with DocumentIt. The suffix (_s, _b,_r, etc) is to designate the datatype for DocumentIt.
All user parameters will be passed as string data to Xmath. As you noted the value 5 is passed as a string. To convert this to a scalar use the makematrix command. After you assign a value of 5 to the a_r user parameter use the SBA command queryblock as follows:
n=UserParameterName, p=UserParameterContent] = queryblock(1)
then enter
m=makematrix(p(1))
this will return a scalar.
To get a vector in Xmath from the User Parameters you must assign the values differently on the Comment tab. Define a user parameter and assign its values by entering a carriage return after each element.
For example assign the following value to user paramter a_r:
5
6
7
8
Using the queryblock command you should now get:
p(1) is a column vector of strings
again use the makematrix command to convert this to a vector of scalars.
m1=makematrix(p(1))
Matrices will require a different user parameter for each column of the matrix. For example to add a column to the previous vector, you will need to go to the user parameters and add a new parameter (call it b_r) assign its values with the carriage return after each element for example:
0
1
2
3
Again use the queryblock command. Now p will have 2 elements (one for each parameter). To create a matrix enter:
m2=makematrix([p(1),p(2)])
NOTE: The order the user parameters were entered in the Comment Tab will not necessarily correspond to the element they return as when using the queryblock. For example from the previous procedure, do not assume the second user parameter entered (b_r) is going to be returne
d as p(2).

Similar Messages

  • How to specify more than 6 parameters in the URL or in the HTTP header?

    After applying SAP note 1105368 ,it will be availible to specify more than 6 parameters in the URL  header.
    But i haven't figured out  how to specify it yet.even though i went through the note carefully, but it really hard to understand.
    Is there someone who experienced to specify more than 6 parameters ?
    Inccording to the note,the parameter fileds look like should be
    specified like below.
    parameter1: <SAP:Record namespace="http://sap.com/xi/XI/System/HTTP" name="SAP_URL_EXTENSION">urlext</SAP:Record>
    parameter2:<SAP:Record namespace="http://sap.com/xi/XI/System/HTTP" name="urlext01">Order=4711</SAP:Record>
    parameter3:<SAP:Record namespace="http://sap.com/xi/XI/System/HTTP" name="urlext02">Object=1807</SAP:Record>
    but something about the format doesn't look right....

    Hi,
    I know we can set headers by using some tools. Neoload tool is used to set values into header.
    If Servlet after receiving the request you can set header values and send back with response.
    Check this
    http://www.unix.com.ua/orelly/java-ent/servlet/ch05_06.htm
    Thanks,
    RamuV

  • Is there any way to prevent non-root users from rebooting the system?

    This question seems to be addressed many times on the web, but the problem is that none of the wannabe-howtos work on my system. In particular, this doesn't work and this doesn't work either, because (1) I need to keep policykit installed for udisks and other dependencies to function and (2) renaming (or removing) the file /usr/share/polkit-1/actions/org.freedesktop.login1.policy has (again) no effect on the users' ability to reboot and shut down the system. Even more surprisingly, adding the following to /etc/polkit-1/rules.d/20-disable-shutdown.rules has no effect at all:
    polkit.addRule(function(action, subject) {
    if (
    action.id == "org.freedesktop.login1.power-off" ||
    action.id == "org.freedesktop.login1.reboot" ||
    action.id == "org.freedesktop.login1.suspend" ||
    action.id == "org.freedesktop.upower.suspend" ||
    action.id == "org.freedesktop.login1.hibernate" ||
    action.id == "org.freedesktop.upower.hibernate"
    return polkit.Result.NO;
    As a result, ordinary users (not in the wheel group and with no special permissions) can simply reboot the machine by typing reboot. I remember that a simple polkit rule (as proposed on the Fedora forum) worked fine just a few months ago, but this doesn't work nowadays. The action IDs mentioned there are no longer listed in pkaction, so it's quite obvious that some changes (and bugs) have been introduced since then. I just need to prevent the users from rebooting the machine and to keep policykit installed. Is there any way to do this?

    karol wrote:Do said users have the ability to push the Power or Reset buttons?
    No, they don't.
    But come on, access permissions are a matter of principle rather than a matter of what you can possibly do with a hammer in your hand. That makes your question somewhat irrelevant to this issue. Imagine someone asking: "How can I protect my home directory from access by other users?" You would then probably ask: "Do said users have the ability to pull out the hard drive and mount it on their computer?"
    Even if the users had physical access to the ACPI buttons, rebooting the computer by mistake (via software) would still be much more likely than pressing (or even holding) the ACPI buttons by mistake.
    If I call rm -Rf / as a normal user, nothing should happen to the system in terms of availability to other users. Only my home directory and temporary files would vanish, but that's all. This is what permissions are there for. Similarly, when I type reboot as a normal user (no matter if I'm on SSH, on a local terminal or logged into KDE), it should be possible to simply disallow rebooting.
    The idea that users logged in locally can restart the computer may be fine for laptops under certain conditions, but it is a bad idea in almost all other cases. In a "kiosk" type environment, for example, the ability to reboot and get to the bootloader can be a huge security hole, unless all your disks are encrypted, and a huge "reliability hole" in any case. Suppose you use a desktop as a home server. You want everyone to be able to log in and to connect a USB flash drive (using polkit and udisks). But you simply don't want the machine to be rebooted. Why is such a simple thing so hard to do?
    Last edited by andrej.podzimek (2014-03-10 02:15:35)

  • Non Admin user can cancel the time machine backup an Admin user started?

    Today I had to do a new time machine backup but as it was running the user was switched to a non admin user but that admin user was able to terminate the backup that Time Machine was running since the panel showed up on their screen. Why is that?

    Barney-15E wrote:
    I wouldn't think it was a bug. If I was a user trying to get something done that was processor intensive, I'd like to be able to stop the backup. As the admin, I wouldn't think missing one backup was a big deal.
    The o.p. didn't seem to agree.
    I'm not sure what I'd think in that situation.
    But it could easily be allowed, for those who want it -- just put the TM icon in the other user's menubar before locking the preferences panel.

  • How can I create template documents for non-InDesign users to edit the text of later?

    I'm looking to produce a small system for people within my company to edit and print labels as needed that comply with our internal design standards. I would like to use InDesign to produce a few templates for labels that people could then edit one or two fields later on, things like item name and ID number. I'm not averse to producing a small application in XCode that users can start up, enter their data and it saves the printer-ready label sheet to their desktop. I started out using Acrobat Pro, but I'm running into trouble embedding fonts for use in form fields, centering text, and outputting a filled-in pdf for print use, and not a form that submits info to an email or server. If InDesign is the wrong tool for the job of setting up a template like this, please feel free to suggest another route.

    I would direct you to the Acrobat forums, personally. You can enable rich-text formatting of Acrobat form fields from within Acrobat Pro, and also IIRC embed fonts for use in form fields. If you can spec out what you mean by "fine detail that we'd need" then we, or someone over at the Acrobat forums, can tell you whether or not rich text in Acrobat forms will work for you. I suggest this to you because centering text for Acrobat form fields is dead easy, so I suspect you've not investigated the tools available in Acrobat after you've exported the PDF from InDesign.
    Post-export PDF data merge sounds like, I dunno, variable-data printing? which doesn't sound like it would fit your case.

  • How can a non dba user manipulate the dump file outside of oracle ?

    I have a business request to allow a none DBA database user to dump his tables and he can move his dump file on the Unix box from a file system to another file system. This user has a none oracle unix account. When using traditional exp, this is not a problem. But in expdp, all dump files are owned by oracle. Does anybody know how to change the ownership without a DBA involved?
    Unix: Sun Solaris
    DB: 10g
    Storage: sand disk

    Betty wrote:
    following option 1, problem is now the command in the shell script like chmod 744 doesn't allow this none dba user to change the permission, since he doesn't own the file. you can test yourself:
    changepermit.ksh 755
    chmod 744 dump.dmpSo have the script owned by oracle:dba change the owner!
    $ echo "" > bla
    $ ll bla
    -rw-rw-rw-   1 jeg    users            1 Nov 10 16:53 bla
    $ chmod 640 bla
    $ ll bla
    -rw-r-----   1 jeg    users            1 Nov 10 16:53 bla
    $ chown smk bla
    $ ll bla
    -rw-r-----   1 smk    users            1 Nov 10 16:53 bla
    $ echo "" > bla
    /usr/bin/ksh: bla: cannot createNote you'll have to move it unless you let oracle write to it.

  • How to allow access to winrs for non-admin user?

    I have Windows Server 2012 (and Server 2008, but it is next priority) to monitor it using txwinrm. txwinrm library internally is using WinRS protocol. I have to monitor it using least privileged user, but don't know how to configure access for him.
    All I managed to do - is to configure remote Powershell session for my user, but it's look like that winrs and powershell sessions have different security descriptors:
    Invoke-Command -ComputerName 192.168.173.206 -Credential (credential Administrator $pwd) -ScriptBlock { 2 + 2}
    # gives 4
    Invoke-Command -ComputerName 192.168.173.206 -Credential (credential lpu1 $pwd) -ScriptBlock { 2 + 2}
    # gives 4
    winrs -r:192.168.173.206 -u:Administrator -p:$pwd 'powershell -command "2+2"'
    # gives 4
    winrs -r:192.168.173.206 -u:lpu1 -p:$pwd 'powershell -command "2+2"'
    # Gives Winrs error: Access is denied.
    Configuration for my user is following:
    (Get-Item WSMan:\localhost\Service\RootSDDL).value
    # O:NSG:BAD:P(A;;GA;;;BA)(A;;GA;;;S-1-5-21-3231263931-1371906242-1889625497-1141)S:P(AU;FA;GA;;;WD)(AU;SA;GWGX;;;WD)
    (Get-PSSessionConfiguration -name Microsoft.Powershell).SecurityDescriptorSddl
    # O:NSG:BAD:P(A;;GA;;;BA)(A;;GA;;;S-1-5-21-3231263931-1371906242-1889625497-1149)S:P(AU;FA;GA;;;WD)(AU;SA;GXGW;;;WD)
    (In each security descriptor my user is given general access to protected object).
    So what security descriptor should I set to make my winrs query work for non-admin user?

    Hi Bunyk,
    I can not recreate the erroe you posted, and please also post the screenshoot in your convenience.
    I tested with a non-domain user but has the local admin permission of the remote computer, and this worked, before running the remote cmdlet in powershell, I also configured the TrustedHosts.
    In addition, the access denied could be also caused to the Protocol Filtering on the remote server, for more detailed information, please refer to this thread:
    winrs error:access is denied
    I hope this helps.

  • A Solution for Enabling Sandbox activation by non admin users for testing (OIM 11gr2 PS2)

    I just wanted to post what i came up with as a solution the the problem of not being able to Test the effects of sandbox changes for non admin level users prior to their publication.  We are constantly making changes to the UI through sandboxes, the problem is rolling a sandbox back isn't easy, and we cannot be sure of the effects they will have on non administrative users until they are published, since the out of the box sandbox link isn't available to non Sysadmin level users.
    To allow these non admin user accounts to test the effects of sandbox changes in our development environment, I did the following (as always, follow at your own risk):
    Create and activate a new sandbox.
    Close all open tabs (including the Home and Sandbox tabs) and click the "Customize" link.
    Click the view -> source drop down in the upper left.
    After the source is visible, click the Accessibility or Sandbox link to find the area that you will add the new "UserSandboxTest" (call it whatever you want) link.
    Add a new commandImageLink directly in the panelGroupLayout: horizontal item before the "switcher" item (see the UserSandboxLink in my screen shot below):
    Edit the Link you just inserted, Entering whatever you want the link to display as in your browser in the "Text" field.
    Export the sandbox.
    Unzip the exported sandbox and navigate to the IdmShellV2.jspx.xml (path should be: \templates\mdssys\cust\site\site).
    Edit the IdmShellV2.jspx.xml file and find the new item you added in step 5.
    Add the following to the commandImageLink xml item: actionListener="#{pageFlowScope.uiShell.context.launchSandboxes}" rendered="#{oimcontext.currentUser.roles['SANDBOX_USER'] != null}".  Note: I used a new custom enterprise role, SANDBOX_USER, to control the display of the new link, You should substitute whatever EL conditions you need in the rendered property.
    Save your IdmShellV2.jspx.xml file and zip the contents back up, just like you would for any other customization.
    Import your newly edited sandbox back into the target environment.
    Publish the sandbox.
    This seems to work great for allowing us to test other sandbox changes effects on different types of users. 

    On step 10, adding the check to determine if the user should have access to the role ended up breaking access to the unauthenticated pages like the self registration page and the forgot userid/user login pages.  Non-authenticated users cannot execute the method to return the role, so that fails which leaves the page not loading.  To correct this I changed the rendered property to rendered="#{securityContext.authenticated}".  This prevents the link from displaying on non authenticated pages, but displays for anyone else who's logged on.  We only plan on using this in our development environment where no one but developers and system admins have access anyway, so it's not an issue that everyone will see the link.  I wouldn't recommend putting this in an environment where end users will be logging in and testing without developing a method (or finding another way to limit the display) that can be called by unauthenticated users to prevent them from seeing the link.

  • SQL tab not working in V2.1 EA1 for non-DBA users -- how to fix?

    In v2.1 EA 1 the tab to show the SQL script (DDL) in the object browser is not working for non-DBA users. In the prior version, these users would see a message about DBMS_METADATA and then the message would indicate that an "internal generator" would be used to generate the DDL script. After that brief message the DDL would show up as expected. This doesn't seem to be the case in the newest version.
    I issued the following two grants to a particular user which worked, but I am reluctant to issue the grants to "PUBLIC".
    SQL> grant execute on DBMS_METADATA to XXXXX;
    SQL> grant select_catalog_role to XXXXX;
    So, my questions are:
    1) Will the old functionality (that didn't require these privileges) be added to V2 at some point?
    2) What security implications are there for issueing the above grants to PUBLIC?
    NOTE: After granting execute on the DBMS_METADATA package, it still didn't work. I left that grant in place and granted SELECT_CATAOG_ROLE, so I can't say for sure that the 1st grant was required.
    Edited by: user615070 on Nov 19, 2009 9:30 AM
    Edited by: user615070 on Nov 19, 2009 10:06 AM

    An OEM account is separate from the database account. You need to use OEM UI to create an OEM account, however, for certain tasks to be done in the databases which OEM is monitoring they will also require separate database accounts within those databases. For example, to view the performance tab in OEM UI, a database account is required.
    OEM only has two types of users, i.e. Super Administrator and Administrator, but don't go by the names. You can grant an OEM 'Administrator' account access to specific targets and what they can do within OEM, such as only viewing reports, targets, and so on. For access within a database, the user created need not be a DBA either.
    I hope you understand.

  • Read Only for Non Trusted Users

    Hi everyone:
    Is it possible to forbid non trusted (or non certified) users for modifying the pdf (I'm interested in signing protection particularly) but allowing them to open the pdf in READ ONLY mode?
    I'm wondering how to do it using Adobe Acrobat Professional 8 (info with Adobe Acrobat Pro X will be also appreciated) and opening the pdfs in their Reader corresponding versions (managing non trusted users as READ ONLY users).
    Thanks for your time
    Regards,
    Javier

    Thanks Bill:
    I've been trying what you said, and is possible to "lock" the pdf so it's in read only mode via password (using Adobe Acrobat X). Is it possible to do the same with certificates? As far as I have seen, if you use certificates policies, you use the certificate to encrypt the document but then, non certified users are not allowed to access the pdf. I'm really interested in using certification restrictions but being able to access the pdf: I want to simulate the READ ONLY MODE for everybody and the WRITE mode for certified users.
    Using this kind of restrictions, the only problem that I see (for end users) is that they should disable secure settings before editing / signing (this two options appear disabled with this method). Is it possible to get them available and open the "enter password" dialog when clicking them, not managing the security properties?
    Thanks for your time
    Regards
    Javier

  • Sharing digital files with non Adobe users

    Can someone tell me how to share Adobe files with non-Adobe users? At the Adobe Max Conference, they mentioned that this was possible, but I'm not sure if this is something that is available now or just in the future. Thoughts, comments?
    Thanks,
    -JLUMBER

    You first need to upload the file you want to share to Creative Cloud, then through the web interface (https://assets.adobe.com/files you can select the file in question, click the "Send Link" button near the top of the file list, and then click "Create Public Link".
    This will make the file public and provide you with a link to share to your intended recipient.
    It actually works quite nicely.
    Cheers,
    Dave

  • Non-root user can't start Apache on port 443

    Today I've been attempting to get SSL working for my Oracle Applications 11i (11.5.10.2) installation and I just hit a small problem. I've followed all of the Oracle literature I've come across, which instructed me to create a new (non-root) user to own the database tier and the applications tier. I've also followed the instructions for configuring SSL ([Doc 123718.1|https://metalink2.oracle.com/metalink/plsql/f?p=130:14:6976756808231635106::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,123718.1,1,1,1,helvetica]) and the SSL wizard in OAM defaults to the standard HTTPS port (443). However, because 443 is a privileged port, a non-root user cannot bind to it. In other words, the Oracle literature itself has led me to an impossible situation. This is what I see in the Apache error log:
    [Fri May 15 15:05:03 2009] [crit] (13)Permission denied: make_sock: could not bind to port 443
    At this point, I see two choices:
    1. Run the application tier services as root.
    2. Change the SSL port to something greater than 1024 (i.e. 4443).
    I'm leaning towards option #2, since option #1 negates the advantage of using a non-root user to begin with. Does anyone have any other suggestions? Does Oracle have any recommendations for this scenario?

    Hi,
    You just need to start Apache as root (not all the application services). For Option 1, the application tier files should be owned by applmgr/oracle user (not root), and for Option 2, you do not need to change the port (though it is valid option). Just follow the steps in the following document.
    Note: 356080.1 - How to run Apache on Port 80 in Apps 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=356080.1
    BTW, this is mentioned in the document "if you have chosen port 443 (or any port under 1024) for your SSL port, you will have to start Apache as root".
    Regards,
    Hussein

  • There is a non-root user account

    I got the warning "there is a non-root user account with the UID 0 in your system" on installing some software and on running in the terminal... dscl . -list /Users UniqueID , there are indeed 2 users with UID 0, root and me who is admin too. Also cannot log in to keychain - related?

    does this help?
    Problem description:
    there is a non-root user account with the UID 0 in your system
    EtreCheck version: 2.1.8 (121)
    Report generated 16 March 2015 5:27:55 pm AEST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (20-inch, Mid 2007) (Verified)
        iMac - model: iMac7,1
        1 2.4 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR2 SDRAM 667 MHz ok
            BANK 1/DIMM1
                2 GB DDR2 SDRAM 667 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        ATI,RadeonHD2600 - VRAM: 256 MB
            iMac 1680 x 1050
    System Software: ℹ️
        OS X 10.10.2 (14C1510) - Time since boot: 2:2:38
    Disk Information: ℹ️
        WDC WD3200AAJS-40RYA0 disk0 : (320.07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 284.97 GB (77.06 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            BOOTCAMP (disk0s4) /Volumes/BOOTCAMP : 34.25 GB (8.40 GB free)
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Lexar USB Flash Drive 16.02 GB
            Lexar (disk2s1) /Volumes/Lexar : 16.01 GB (5.72 GB free)
        Logitech Optical USB Mouse
        Iomega USB to ATA/ATAPI bridge 1 TB
            EFI (disk1s1) <not mounted> : 210 MB
            iMac Backup (disk1s2) /Volumes/iMac Backup : 536.87 GB (11.27 GB free)
            PowerBook Backup (disk1s3) /Volumes/PowerBook Backup : 107.37 GB (81.42 GB free)
            FREE SPACE (disk1s4) /Volumes/FREE SPACE : 355.48 GB (345.34 GB free)
        Microsoft Microsoft Wireless Optical Desktop® 1.00
        Apple Computer, Inc. IR Receiver
        Apple Inc. Bluetooth USB Host Controller
    Configuration files: ℹ️
        /etc/sysctl.conf - Exists
        /etc/launchd.conf - Exists
        /etc/hosts - Count: 30
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/Parallels Desktop.app
        [not loaded]    com.parallels.kext.hidhook (9.0 24172.951362) [Click for support]
        [not loaded]    com.parallels.kext.hypervisor (9.0 24172.951362) [Click for support]
        [not loaded]    com.parallels.kext.netbridge (9.0 24172.951362) [Click for support]
        [not loaded]    com.parallels.kext.usbconnect (9.0 24172.951362) [Click for support]
        [not loaded]    com.parallels.kext.vnic (9.0 24172.951362) [Click for support]
            /Applications/Popcorn.app
        [not loaded]    com.roxio.TDIXController (1.3) [Click for support]
            /Library/Extensions
        [loaded]    com.sophos.kext.sav (9.2.50 - SDK 10.8) [Click for support]
        [loaded]    com.sophos.nke.swi (9.2.50 - SDK 10.8) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.5.2) [Click for support]
        [not loaded]    com.cisco.nke.ipsec (2.0.1) [Click for support]
        [not loaded]    com.wire.USBEthernetController (1.0.5) [Click for support]
    Startup Items: ℹ️
        CiscoVPN: Path: /System/Library/StartupItems/CiscoVPN
        ChmodBPF: Path: /Library/StartupItems/ChmodBPF
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.Maps.pushdaemon.plist
        [killed]    com.apple.recentsd.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        8 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.awdd.plist
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.icloud.findmydeviced.plist
        [killed]    com.apple.softwareupdated.plist
        [killed]    com.apple.wdhelper.plist
        [failed]    org.postfix.master.plist [Click for details]
        5 processes killed due to memory pressure
    Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [not loaded]    com.protemac.LoginTrapAgentLoginSession.plist [Click for support]
        [failed]    com.protemac.LoginTrapAgentUserSession.plist [Click for support] [Click for details]
        [running]    com.sophos.uiserver.plist [Click for support]
        [loaded]    org.macosforge.xquartz.startx.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.barebones.authd.plist [Click for support]
        [failed]    com.google.GoogleML.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.sophos.common.servicemanager.plist [Click for support]
        [loaded]    org.macosforge.xquartz.privileged_startx.plist [Click for support]
    User Launch Agents: ℹ️
        [failed]    fm.last.lastfmhelper.plist [Click for support] [Click for details]
        [loaded]    uk.co.markallan.clamxav.freshclam.plist [Click for support]
    User Login Items: ℹ️
        Garmin Express Service    UNKNOWN  (missing value)
        Mail    Application  (/Applications/Mail.app)
        ClamXav Sentry    UNKNOWN  (missing value)
        ClamXav Sentry    UNKNOWN  (missing value)
        Dropbox    Application  (/Applications/Dropbox.app)
        ClamXav Sentry    Application  (/Applications/ClamXav (506).app/Contents/Resources/ClamXav Sentry.app)
        ClamXav Sentry    Application  (/Applications/ClamXav (506).app/Contents/Resources/ClamXav Sentry.app)
        Activity Monitor    Application  (/Applications/Utilities/Activity Monitor.app)
        ClamXav Sentry    Application  (/Applications/ClamXav (506).app/Contents/Resources/ClamXav Sentry.app)
    Internet Plug-ins: ℹ️
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 2.4.4.2 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        DivXBrowserPlugin: Version: 1.3 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0
        QuickTime Plugin: Version: 7.7.3
        NP_2020Player_IKEA: Version: 5.0.94.0 - SDK 10.6 [Click for support]
        GarminGpsControl: Version: 4.2.0.0 - SDK 10.8 [Click for support]
        JoostPlugin: Version: 0.13.3 [Click for support]
        ContentUploaderPlugin: Version: 1.2 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
    User internet Plug-ins: ℹ️
        RealPlayer Plugin: Version: Unknown [Click for support]
    Safari Extensions: ℹ️
        AdBlock
        Dictionary
        ClickToFlash
        Open in Internet Explorer
        Auto Refresh
        Exposer
    3rd Party Preference Panes: ℹ️
        RCDefaultApp
        DivX  [Click for support]
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
        MacFUSE  [Click for support]
        Perian  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            PowerBook Backup: Disk size: 107.37 GB Disk used: 25.95 GB
            FREE SPACE: Disk size: 355.48 GB Disk used: 10.13 GB
            Macintosh HD: Disk size: 284.97 GB Disk used: 207.90 GB
        Destinations:
            iMac Backup [Local]
            Total size: 536.87 GB
            Total number of backups: 194
            Oldest backup: 2011-03-06 01:10:38 +0000
            Last backup: 2015-03-16 06:51:32 +0000
            Size of backup disk: Too small
                Backup size 536.87 GB < (Disk used 243.99 GB X 3)
    Top Processes by CPU: ℹ️
             9%    mds
             7%    mds_stores
             3%    WindowServer
             2%    InterCheck
             0%    launchd
    Top Processes by Memory: ℹ️
        425 MB    firefox
        258 MB    Image Capture Extension
        176 MB    SophosScanD
        172 MB    InterCheck
        159 MB    Finder
    Virtual Memory Information: ℹ️
        70 MB    Free RAM
        1.59 GB    Active RAM
        1.55 GB    Inactive RAM
        513 MB    Wired RAM
        32.57 GB    Page-ins
        225 MB    Page-outs
    Diagnostics Information: ℹ️
        Mar 16, 2015, 04:16:48 PM    /Library/Logs/DiagnosticReports/InterCheck_2015-03-16-161648_[redacted].cpu_res ource.diag [Click for details]
        Mar 16, 2015, 03:20:40 PM    Self test - passed
        Mar 16, 2015, 01:08:31 PM    /Library/Logs/DiagnosticReports/InterCheck_2015-03-16-130831_[redacted].cpu_res ource.diag [Click for details]
        Mar 15, 2015, 11:05:11 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-03-15-110511_[reda cted].crash
        Mar 15, 2015, 10:42:18 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/Finder_2015-03-15-104218_[reda cted].crash
        Mar 14, 2015, 05:39:47 PM    /Library/Logs/DiagnosticReports/InterCheck_2015-03-14-173947_[redacted].cpu_res ource.diag [Click for details]
        Mar 9, 2015, 06:29:04 PM    /Library/Logs/DiagnosticReports/Kernel_2015-03-09-182904_[redacted].panic [Click for details]
        Mar 14, 2015, 01:37:46 PM    /Library/Logs/DiagnosticReports/InterCheck_2015-03-14-133746_[redacted].cpu_res ource.diag [Click for details]
        Feb 27, 2015, 06:25:50 PM    /Library/Logs/DiagnosticReports/Kernel_2015-02-27-182550_[redacted].panic [Click for details]

  • Delivering site in VA01 based on user parameters

    Hi,
    My requirement is to set the field 'Delivering Site' from transaction VA01 (Program Name: SAPMV45A ; Screen Number: 4440; Screen-field: RV45A-DWERK) defaulted by the user parameters.
    The problem is that this field in standard VA01 doesn't have the Parameter ID = WRK. Is there any way I can 'force' this field RV45A-DWERK to use the parameter from the user-parameters?
    Thanks in advance,
    Best regards

    Hi,
    Not sure about how to force a parameter id !
    However, you can check user exit MV45AFZB -> FORM USEREXIT_SOURCE_DETERMINATION
    where the delivering plant that need to be set according to user parameters can be done by coding your logic.
    This field is normally defaulted from the customer master -> sales area data.
    Regards,
    Amit

  • Is there no way to simply remove realplayer from the blocked list?

    ...My issue is someone disabled the realplayer extension / addon /
    plug in for some ungodly reasoning due to some block list.
    I'm over here cussing a blue streak at this choice of blocking,
    especially when I cant goto my "add ons" area and simply click
    "options/ turn on / enable etc" and what have you. Everything is greyed out thanks to an annoying block list filter.
    Which, from my understanding doesnt even apply to my version of firefox. I have had realplayer on here for YEARS and it has never once caused me any problems.
    And now because some one decides it causes issues with firefox version whatever, they're going to block it on a master block list for some reasoning? Tch.
    Is there NO WAY to simply remove realplayer from this said block list? I know I can go into about;config and disable the -whole- list, which I dont want to do.
    Cant someone make this thing a little more user friendly with the block list? Put some damn check boxes next to it so I can filter what I want.
    And if someone tells me to update something or another... -twitch-
    Everything had been working just fine for me until someone started playing with the ^%$#&ing block list.
    https://addons.mozilla.org/en-US/firefox/blocked/ <--- top two.

    It says: ''users can re-enable it from the Add-ons Manager if necessary''
    *https://addons.mozilla.org/en-US/firefox/blocked/i106
    *https://addons.mozilla.org/en-US/firefox/blocked/i107
    <blockquote>Why was it blocked?<br />
    The RealPlayer Browser Record extension is causing significant problems on Flash video sites like YouTube. This block automatically disables the add-on, but users can re-enable it from the Add-ons Manager if necessary.</blockquote>
    You can try to delete the files extensions.* (e.g. extensions.sqlite, extensions.ini, extensions.cache) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar (or click the "Find Updates" button in older Firefox versions) to check if there is a compatibility update available.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons

Maybe you are looking for

  • N79 (Error message :Unable to open .File type not ...

    Dear nokia service manager,, Iam sivakumar using the nokia N79 handset.Iam getting the message like this (Error message :Unable to open .File type not supported)when i was trying to open the video file shooted by some other camera.I have tried changi

  • Finding and Deleting Backups

    In an attempt to make better use of my Time Capsule space and free up space on my laptop, I moved my iTunes library.  Thinking that would free up gigs of space I checked out the numbers on my HD and saw that 70 gigs of space are being devoted to back

  • Update Scales on Purchasing Info Record

    Dear All, I need to upload and update Scales on Purchasing Info Record. Is there any BAPI or IDOC or Standard Batch/Direct Input (LSMW)  or any Function module for this data upload. Thanks in advance.

  • Cpu operating temperatures

    Would anyone know the safe operating cpu temperatures of a 2.1 imac isight. thanking you

  • Improper List Navigation

    Hi gurus, I am generating a list screen for Flight data, but in my case, I have provided user with interactive push-buttons on basic list for sorting in ascending and descending order. But, when I press sort-ascending it's displaying the data on anot