Handler.sh permissions?

Hi all,
I've been fiddling with my handler.sh file for ages, trying to get my hotkeys on my Thinkpad X40 to work. I've finally got to the stage where the action is recognised (i.e. the "logger" message shows up in /var/log/messages.log in the below cases). However, I can't get some actions to work.
For example:
button/screenlock*) # Fn+F3
logger "acpid: blank screen (Fn+F3) pressed; switching display off"
sleep 1 && xset dpms force off ;;
button/sleep*) # Fn+F4
logger "acpid: sleep button (Fn+F4) pressed; initiating pm-suspend"
/usr/sbin/pm-suspend ;;
In this case, the sleep button works, and I can suspend the computer. However I cannot blank the screen with Fn+F3, although when I am in a normal terminal I can execute the above command without sudo. xset is in /usr/bin/ however, and not /usr/sbin/. I have a variety of other commands that do not also exectute for other hotkeys (cpufreq-set etc), but I'm hoping someone can give a solution to this, and it will work for all of them!
Cheers,
Ianhoolihan

Following on from the last bit ...
I'm still having the problem with, for example,
video/switchmode*) # Fn+F7
logger "acpid: Fn+F7 pressed, toggling screen"
case "$(xrandr -q | grep LVDS1)" in
*"+"*) ### LVDS1 is in use
case "$(/usr/bin/xrandr | grep VGA1)" in
"VGA1 connected (normal"*) ### VGA1 connected but not in use, so turn on in dual screen
logger "acpid: VGA1 now being used as second screen, above LVDS1"
/usr/bin/xrandr --output VGA1 --mode "1024x768" --above LVDS1;;
*"+"*) ### VGA1 is in use, so turn off LVDS1 and optimise VGA1
logger "acpid: LVDS1 switched off and VGA1 left on"
/usr/bin/xrandr --output LVDS1 --off
/usr/bin/xrandr --output VGA1 --auto
/usr/bin/xrandr --output VGA1 --preferred;;
*) ### VGA1 not connected
logger "acpid: external screen not found" ;;
esac;;
"LVDS1 connected (normal"*) ### LVDS1 connected but not in use, so turn off VGA1 and turn on LVDS1
logger "acpid: LVDS1 turned on, and VGA1 off"
/usr/bin/xrandr --output VGA1 --off
/usr/bin/xrandr --output LVDS1 --auto
/usr/bin/xrandr --output LVDS1 --preferred;;
*) ### if LVDS1 is not connected
logger "acpid: LVDS1 is not connected";;
which works fine as a separate script, but not as part of handler.sh. In saying that, it worked one time when I was fiddling round with it, but not again since. Given that it also worked before the last time I updated, do I maybe just need to change the permissions on the file or something similar?
Cheers
Ianhoolihan

Similar Messages

  • File permissions while handling the XML in JDOM

    I have been working on setting up an email application to backup notification emails when the SMTP server is down. I backup the emails into an XML file. I am trying to figure out how to handle file permissions on the file since multiple applications could be trying to manipulate the file at the same time, hence possibly corrupting what is supposed to be there. Currently this is the code I have written which seems to work fine except that I get the document before locking the file and I am wondering if someone knows a better way to handle this. I am not too familiar with java's I/O operations so any help would be great and very much appreciated. Here is a snippet of my code....
         SAXBuilder builder = new SAXBuilder();
          document = builder.build(fileName);
          out = new FileOutputStream(fileName);
          FileChannel channel = out.getChannel();
          FileLock lock = channel.tryLock();
          createMailDocument(from, to, cc, subject, body, attachment, application, time);
          System.out.println("Writing xml");
          XMLOutputter serializer = new XMLOutputter();
          serializer.output(document, out);
          out.flush();
          out.close();

    My main problem is this part...
          SAXBuilder builder = new SAXBuilder();
          document = builder.build(fileName);
          out = new FileOutputStream(fileName);
          FileChannel channel = out.getChannel();
          FileLock lock = channel.tryLock();I setup the document before I lock the file. I am concerned that the xml structure could change before I lock the file. I am just curious whether my concerns are valid since I am fairly new to XML handling and I/O. If they are valid, I want to know if anyone has a better implementation that I could use.

  • Need info about group permissions

    Hi All,
    I'm confused with OIM group permissions for the following scenario.
    Consider three groups G1,G2,G3 with the following permissions to a particular resource object RO.
    G1 - Has all permission in all places for this RO(resource object,process form,process definition,etc)
    G2 - Has only read permissions in all places for this RO.
    G3 - Doesn't have any permission with respect to this RO.
    And also "Provision by Object Admin Only" is selected for this RO and G1 is an object administartor.
    Now I got the follwing result when I try to provision this resource object.
    case 1:The actor(logged in user) is a member of G1 & G2 ------- Got this error "DOBJ.INSERT_PERMISSION_DENIED.You do not have permission to insert this object " and the provisioning operation is failed.
    case 2:The actor is a member of G1 & G3 ----- Able to provision this resource object.
    Now my question is, in case1 if OIM is denying the operation as G2 doesn't have insert or write permission then how come it is allowing the opertion in case 2 where G3 doesn't have any permission ?
    Is this an expected behaviour or am I missing something ?
    How OIM is handling the permissions for this operation ?
    Thanks in advance.
    Regards,
    NS

    I have the same problem here.. the issue we have is that some users have groups that give permissions, other group that are used by access policies and others for menu visibility. The last two aren't for permissions purposes but they impact on the effective rights of the users, because for example, when users try to revoke resource, OIM says that they don't have permissions. Do you figure a workaround to solve this problem?

  • Permissions for role in OLAP cube are removed when cube is rebuild

    Project Server rebuilds the OLAP cubes every 6 hours. I've recently added a role with "Process database" permissions, but this permission is removed each time the OLAP cube is rebuilt.
    I've read in a different thread (slightly older software versions) that to solve this issue, you can script and schedule the handling of permissions for that specific role, but it's not really a solution. The duration for the OLAP cube to rebuild varies
    in duration over time, and I'm not sure it's healthy to change the role permission on a cube when it's being rebuild.
    Is there a different, elegant way to solve this? I'm sure this can't be the intention?
    I'm running SQL Server 2008, Sharepoint 2010 SP2 and Project Server 2010 SP2

    sorry, i dont have much experience with project server. But, from the quick glance, it does look like as you said the configs are very limited including the ability to change user roles. My suggestion is that you take the cube solution and add the user to
    the role and redeploy to the AS. The assumption here is that, though you add the user manually, it is being written over with the old solution. 
    of course if you want to proceed with changing the roles via a script, you can schedule a job to run right after the cube has been processed each time. 
    probably better maintenance solution is to redeploy SSAS solution and reprocess. 

  • File permissions with OS X 10.3

    Is there some kind of a major difference in handling file permissions in 10.5 compared to earlier versions?
    We are using a machine running os 10.3 (not server) as a small scale file server in our office. Now, when some of us have upgraded to 10.5, there has started to be problems with file permissions on that 10.3 machine.
    Problems occur when accessing files on that 10.3 machine with a 10.5. machine.
    Permissions should be like:
    owner: www
    group: staff
    but now it's:
    owner: nobody
    group: unknown
    So sometimes we are able to use the files, sometimes not.
    There has been discussion related to this earlier:
    http://discussions.apple.com/message.jspa?messageID=6576423#6576423

    Having the same issue with any ppc mac client(10.5.2) trying to create folders or copy files to a xserve w/10.3.9. Spoke with Apple enterprise support and at first they had said they could reproduce it and were going to send it to engineers. I waited about a week and checked up with them and they said they couldn't reproduce it. They did tell me to try to make the volume permissions the same as the folder that is shared, but this did not seem to help. So I am not sure were to go with this. The only way I can get this to work is to use standard posix permissions and not inherit permissions from parent.
    By the way if I use smb to connect it works fine. And also any intel machine with Leopard works fine as well.

  • User Home Permissions

    I have Snow Leopard Server installed on a macmini.  I am unable to have my home directory created successfully on the local hard drive of my clients.  All my clients except one are running the most up to date Snow Leopard, the one client that does not have Snow Leopard is a new macbook air running Lion 10.7.4.   I have tried logging in with on both systems and receive the same results.  It allows me to login with userA but the home directory is owned by root:wheel instead of userA:staff.  Any other user on the server can login successfully with their home directories being owned by them and staff.  It is only this one account that gives the below statement when logging in to a client computer.
    The home folder for user "xxxxxxx" isn't located in the usual place or can't be accessed
    Background:
    The user id used to work and create the home directory on client machines
    All other users except userA can log in successfully.
    Network user accounts are setup to create home directory on the local client computer, not to use a shared home directory from the server
    Gives error on both Snow Leopard and Lion clients
    Have already tried deleting user in Work Group Manager and recreating the user with the same information except uid, still receive the same error
    Already Saw after web search:
    SOLUTION that worked for me:
    1) Open the Terminal.app
    2) Type this and then press return:
    sudo xattr -d com.apple.FinderInfo /
    (note: don't leave off the last space and "/" character before pressing return)
    3) It should have asked for your password. Type it and press return.
    4) Now do nothing else, except quit Terminal.app and then RESTART your computer (select "Restart" from the Apple menu)
    But I need to know where on the Snow Leopard Server (file that handles the permissions creation of network users on client machine) and why (it only does this for that one particular user and suddenly just started this behavior out of no where)
    Any help with this problem is greatly appreciated and Thank You all in advance.

    To fix this issue, I had to do a restore on my Snow Leopard Server-(SLS) to the day before I bought the new Lion Client-(LC).  What happened was defiantly incorrect permissions.  I used the LC and Lion Server Admin Tools-(LSAT) from the app store to try and perform administrative task.  When the  LSAT asked for an administrative account to perform the task, I used my account and it binded with a couple of errors.  What happen was the LSAT wrote Lion permissions to the SLS and Snow Leopard did not know how to interpret these new forms of permission set by Lion.  So from that point on when I would go to a client and log in; it would authenticate against the SLS but the permissions was lost when the home folder was created on the client.
    Problem:
    Permission errors on home folder creation, on Snow Leopard and Lion Client locally.
    What caused the problem:
    Using Lion Server Admin Tools to administer admin task on the server
    Fix:
    Restore to the date or time before I tried to authenticate with Lion Server Admin Tools
    What you can do:
    I have successfully binded a Lion Client to the Snow Leopard Server without any more permissions errors
    "JUST DO NOT use the Lion Server Admin Tools on a Snow Leopard Server"
    Work Around:
    If you need to perform admin task on a Snow Leopard Server from a Lion client, use screen share.  This
    works perfectly without altering the permissions of an users account.
    Prayers:
    Please let both Mountain Lion and Server be better than Lion period
    Thanks to all who helped with this issue

  • Can no longer move or copy files between drives (not a newbie issue!)

    Copying and moving files between internal and external devices, and external to external devices is no longer working.
    *For the first time in my life, I get a "Circle with a Bar through it" when attempting to move or copy files.*
    This doesn't happen between the two internal drives at all (though I'm worried it might start). It happens between two HFS+J devices as well as HFS+J and FAT32 devices. I can delete files, create folders, and in some instances where things are acting funny, copy to, but not from the device. A noticed side effect that is now happening is that I can no longer move drive icons (CDs, DVDs, HDs) to their upper-right hand corner position on the desktop, if they didn't start there. They don't drop there, just staying where they originally sat (under a list of desktop shortcuts and files). It does not matter if the drives are USB or Firewire, and this never happened previous to about a month ago.
    I have done all the basic stuff -- verify/repair drives, reboot multiple times, mount & dismount, change connection ports, backed up-reformatted-and restored the smallest drive, fixed preferences (not at all relevant), Disk Warrior repair the devices, set all permissions to R/W, check all device related infos, researched on-line for a week... Nothing. I have even taken the devices to PCs, where they work perfectly, and as expected.
    This issue is apparently either a corruption, or a bug induced by Software Update, in the part of the system that handles files and file structures, or possibly the _USB and Firewire_ interfaces.
    I just need to know where all those relevant parts are in the system folders, so I can attempt to restore them from a backup previous to the last "Software Update," (to be sure. And to bring this one step closer to being solved).
    A system restore really is not an option, as that would require nearly two weeks of re-tweaking everything from the system to every piece of software included (updating the system about 10 times via software update, reinstalling 90% of the actual software packages... and then updating those multiple times, looking-up all the serials that get killed, etc.)
    I have to correct this fast, as we need to move the files from the work drives to the archive drives before we run out of room. So any help would be very appreciated... even if you only know where a few of the system components are located (it just might be one of those, causing the issue).
    ---TIA

    {The last link in this post is most relevant, except for your recent finding.}
    The reference was to the User permissions, per each; as when these
    become corrupted, the simple 'repair disk permissions' and other
    basic duties do not find an error with them. That is because there is
    nothing really wrong with them from that standpoint.
    Another odd error can happen if one is resizing partitions in an Intel
    based Mac, and also if one has or had a BootCamp partition and
    wanted to reclaim space. But not always. Thankfully, the only time
    I tried Windows on a Mac, the media install disc was corrupted so
    it just didn't happen. That was Virtual PC and Windows on PPC.
    Tiger brought with it the ability to non-destructively resize partitions.
    However, it was not thought to be successful in non-Intel based Macs.
    The discussion on that matter came up a few years ago, so someone
    has undoubtably tried that in a PPC and reported findings online.
    When file sharing between user-account created content runs amok,
    then the system(s) will not allow the content to be moved or shared.
    So, if any shared user-account created content (including drives
    initialized or handled without permissions ignored, clones wrong,
    etc) are not the problem, then how does one explain these wrong
    ful action circles-with-lines, or action disallowed warning symbols?
    There must be a simpler answer. Do you have cats which have
    access to your computers in the off-hours? They do keyboard.
    Some have been thought to have technical skills outside of the
    usual coy and cute play-acting people think they are limited to.
    I'm sticking to the cats theory for now; the time is 3:21AM here
    and I only am up to get a drink and look outside at +5°F. calm.
    Mac OS X 10.4 Help: I can't move or copy a file or folder
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh194.html
    • _Rearranging Files (and renaming them)_ InformIT: Mac OS X unleashed
    http://www.informit.com/library/content.aspx?b=MacOS_XUnleashed&seqNum=122
    It is good to have a backup for the backup; plus a backup Mac.
    Good luck & happy computing!
    { edited: was distracted }

  • Retrieving Freezed and Unfreezed data from a Single Report

    Dear All,
    I have a requirement where we have 2 types of users.
    1. End User and 2. Super User 3. Intermediate Users
    We have source system data which will be retieved on a daily basis.
    Here Super user freeze the data ramdomly.
    We need a report to be generated which with show
    1.Freezed data to Super user
    2. Unfreezed data to End User and
    3. Intermediate User who needs both freezed and unfreezed data.
    Can someone suggest the most optimal way to execute this requirement.
    Early response will be appreciable.
    Thanks,
    Sai Gautam

    Hi,
    you could use the scheduling function of BOE for this.
    For the Super Users: The Report will be scheduled after the data has been frezzed
    For the End Users: They can run the Report On- Demand on any Time
    For Intermediate Users: They can do both. View the Instance of the Scheduled Report and run the Report On- Demand
    This could be handled by Permissions in BOE.
    Regards
    -Seb.

  • What is the best way to move files to a NAS

    Hello,
    I want to consolidate all my files on a NAS wired to my airport extreem with access by both the imac and the macbook pro. 
    Here's a bit of optional background on my situation:
    My tidy little home network consists of two computers (imac Intel Core Duo and a Mac Book Pro) and airport extreem router.  I also have a maxtor HD wired to the imac via fire wire for time machine backup.   The imac is the primary file storage location and I share the home folder and sub-folders to the mac book pro with RW access to the files.  There is not enough disk space on the imac to store all the files so I have my pictures stored on my macbook pro.
    OK so now I have several questions I'm hoping you can help me with moving all my files to the NAS. 
    Is the NAS the right approach or do I need a server.
    How can I get the Home folder to recognize or essentially sit on the NAS?  The alternative (which I do with my macbook pro) is to point the user to the remote drive my configuring the side bar links to the external drive.  I appreciate your advice here. I also know there are a bunch of details regarding moving my itunes and photo library which is a separate topic.
    How do I handle file permissions with multiple users?  Are there issues with a folder created by one user on the imac, limiting RW access by the macbook pro user?
    Regarding the NAS,  if I get a 2TB (two disk drive) NAS, I assume I can create two partitions (one for each drive) and have one for storage and another for time machine backup.  Any advice here.
    Thank you,

    Remove the hard drive and get one of these USB hard drive adapters. http://tinyurl.com/a5l2htj Then plug the adapter into your iMac to see/retrieve the files.
     Cheers, Tom

  • MS Windows "Custom Folders" appears as Read Only in Mac

    Hi,
    I'm new to Mac, and started copying my old PC data to an external drive, so I could access it in my MacBook, before reformating my PC.
    I copied a lot of folders (around 100 Gb) and noted that some folders are "read only" in that external drive. I remembered my unix time checking for chmod/chwon attributes, but I didn't see anything different from read/write folders. I could note just one thing. This "read only folders" are folder that, in my PC, had "Custom Icons", or "Custom images" attached to it.
    I tried a lot of chmod/chwon combinations, but Terminal always said I have no right (or something like that, I don't remember now), so I gave up and copied from "Shared Folders", FTP or "one by one", and now it appears to be Ok.
    Does anyone already saw this issue? If yes, is there a way to "force" that folder to be read/write? I tried using Finder to Find folder/files that were readonly (so I could identify each one), but I din't find the option. Anyone knows how?
    Thanks in advance.
    Alessandro Fragnani

    alefragnani wrote:
    Hi,
    The external drive is already formated in FAT32. Only my old PC is formated with NTFS, and the problem itself is while accessing theses files/folder in the external drive, not the PC (I'm not accessing the PC directly).
    FAT32 file system can't handle unix permissions and any file on such a drive will be listed as having full read+write access for everyone. However, if a file is read only in windows, it will be locked in OS X and there is absolutely no way to unlock it from OS X side short of reformatting the drive. You need to log into windows and unlock or delte the file from there.

  • Encore keeps crashing on startup on macbook pro. I have all the latest cc and osx updates

    encore keeps crashing on startup on macbook pro. I have all the latest cc and osx updates

    What specific OS and Encore versions? Since you say "latest OS updates," I assume Mavericks, and is this the relatively new 10.9.1 version?
    Where in the startup does it crash? Is there an error message?
    Mavericks causes a variety of issues, and we don't have enough data to really pin them down. At least with the original Mavericks, some users appeared to get CS6 to run with some serious but workable problems.
    Make sure you have handled any permissions issues.
    This describes such issues:
    Troubleshoot system errors and freezes | Adobe software on Mac OS 10.x
    http://kb2.adobe.com/cps/824/cpsid_82414.html

  • Best method for networking with ubuntu linux

    Hi,
    I'm setting up an ubuntu linux fileserver, and I was wondering what the best method for filesharing with my mac is. I'm currently running osx 10.4.11, though I may be upgrading to 10.5 soon. I'll be running SMB networking for a couple of other computers, but I'd prefer something a bit more robust that can handle file permissions etc.

    Mac OS X supports NSF out of the box. Configuration isn't documented.
    I recall Apple got rid of net info manager in Leopard, so the configuration will be different. Perhaps more unix like.
    Mac OS X support the Unix Network File System (NFS). However, it leaves out
    the GUI.
    This page show you how to use NetInfo Manager:
    http://mactechnotes.blogspot.com/2005/09/mac-os-x-as-nfs-server.html#c1168221713 40271068
    NFS Manager can both setup NFS shares and connect to NFS shares.
    http://www.bresink.com/osx/NFSManager.html
    Once you figure out how NFS Manager configures the NFS shares, you can
    use Applications > Utilities > NetInfo Manager to create more shares.
    You will either have to coordinate Unix Userid number and Unix Group Id number or use the mapall option on the share.
    To find out your Mac OS X userid and group id do:
    applications > utilities > terminal
    ls -ln
    ls -l
    # lists the NFS share on your mac
    showmount -e localhost
    #list NFS shares on a remote host
    showmount -e remote-ip-address
    Once you see what NFS Manager does, you will be able to use NetInfo Manager to manage a connection. In Mac OS 10.4 you can configure the /etc/exports control file. See man exports for the details. Before that you had to have the data in NetInfo manager. When Mac OS X came out, many common Unix control files were not present. Instead the data had to be in NetInfo manager. Over time Apple has added more and more standard Unix control files.
    ======
    You do know about the need to match userids & groupids.
    # display uid and gid
    ls -ln
    sudo find / -user short-user-name -exec ls '-l' {} \;
    # on Mac OS X
    you will need to go into NetInfo Manager and select user and find your short-user-name. Change uid and guid.
    #on Linux look in
    /etc/passwd
    /etc/group
    # with care...
    # change 1000:20 to your values for uid:gid
    sudo find / -user short-user-name -exec chown 1000:20 {} \;
    The manual for Tenon MachTen UNIX (which Apple checked when doing Mac OS
    X) says that one should crate the file /etc/exports, which will cause
    portmap, mountd and nsfd to launch at startup via the /etc/rc file. The
    file must not contain any blank lines or comments, and each line has the
    syntax
    directory -option[, option] hostlist
    where 'directory is the pathname of the directory that can be exported,
    and 'hostlist' is a space separated list of hostnames that can access the
    directory. For example
    /usr -ro foo bar
    /etc
    /Applications
    /User/gladys gladys
    The client the uses a command like
    /sbin/mount -t type [-rw] -o [options] server:directory mount_point
    where 'type' is 'nfs', 'server' the name of the server, 'directory' the
    server directory mounted, and 'mount_point' the client mount point. See
    'man mount' for details.
    I haven't tried the above, but it would be nice to know if it works on Mac OS X.
    Hans Aberg
    This will give you some hints on NFS. Post back your questions.
    Robert

  • Mpd won't start after recent upgrade

    Hi!
    After one of the last upgrades my mpd service does not start anymore.
    ● mpd.service - Music Player Daemon
    Loaded: loaded (/usr/lib/systemd/system/mpd.service; enabled)
    Active: failed (Result: exit-code) since Di 2014-09-30 10:21:04 CEST; 2s ago
    Process: 1489 ExecStart=/usr/bin/mpd --no-daemon (code=exited, status=1/FAILURE)
    Main PID: 1489 (code=exited, status=1/FAILURE)
    Sep 30 10:21:04 lu10855 systemd[1]: Started Music Player Daemon.
    Sep 30 10:21:04 lu10855 mpd[1489]: fatal_error: Failed to set group 92: Operation not permitted
    Sep 30 10:21:04 lu10855 systemd[1]: mpd.service: main process exited, code=exited, status=1/FAILURE
    Sep 30 10:21:04 lu10855 systemd[1]: Unit mpd.service entered failed state.
    If I start mpd directly with mpd --no-daemon as root or via sudo it starts without any problems.
    Group 92 is audio and the user mpd is part of that group. Do you have any ideas what is going wrong here?
    Best Regards,
    Robin
    Last edited by jayasinghe (2014-09-30 08:43:43)

    jayasinghe wrote:
    Hi!
    After one of the last upgrades my mpd service does not start anymore.
    ● mpd.service - Music Player Daemon
    Loaded: loaded (/usr/lib/systemd/system/mpd.service; enabled)
    Active: failed (Result: exit-code) since Di 2014-09-30 10:21:04 CEST; 2s ago
    Process: 1489 ExecStart=/usr/bin/mpd --no-daemon (code=exited, status=1/FAILURE)
    Main PID: 1489 (code=exited, status=1/FAILURE)
    Sep 30 10:21:04 lu10855 systemd[1]: Started Music Player Daemon.
    Sep 30 10:21:04 lu10855 mpd[1489]: fatal_error: Failed to set group 92: Operation not permitted
    Sep 30 10:21:04 lu10855 systemd[1]: mpd.service: main process exited, code=exited, status=1/FAILURE
    Sep 30 10:21:04 lu10855 systemd[1]: Unit mpd.service entered failed state.
    If I start mpd directly with mpd --no-daemon as root or via sudo it starts without any problems.
    Group 92 is audio and the user mpd is part of that group. Do you have any ideas what is going wrong here?
    Best Regards,
    Robin
    Systemd now starts the service as the mpd user by default (see /usr/lib/systemd/system/mpd.service). You can restore the previous behaviour by creating /etc/systemd/system/mpd.service.d/user.conf with the following content:
    [Service]
    User=
    (will run mpd as root, which then has the capabilities to su to another user)
    Though I'd recommend that you just let systemd handle the permissions setting rather than mpd. Comment out the user/group declarations in your mpd.conf and change the User declaration to the user/uid you want. Add in a Group declaration if you want too, though I don't think running processes as the audio group is a Good Idea™.

  • Report on Synonm

    Hi,
    When I try to create a report on a synonym I get the an error that the table or view is not found.
    Here's my test instance:
    schema: Martin
    view: v_emp
    schema: Bob
    synonym called: v_emp which points to martin.v_emp
    When I am logged in SQL*Plus as bob, I can run the following:
    select *
    from v_emp;
    This returns all the rows etc.
    Now in APEX, with the parsing schema set to: BOB, I try to create a report:
    select *
    from v_emp;
    I get an error stating that the table/view is not found. Why is this happening? Is their a workaround?
    Thank you,
    Martin

    Hi,
    Turns out APEX isn't handling role permissions to well. I have created a new posting: Role Privilege not working in APEX
    This has the the complete situation.
    Martin

  • Okidata printer errors after upgrading to OS X Mavericks

    Immediately after upgrading to OS X Mavericks, when I try to print with my Okidata C330DN color laser printer will NOT print in color.
    I get this message:
    "The Print Dialog Extension could not be loaded because it has not been updated to run in this application's secure environment".
    I contacted Okidata, who said "give us a week" to update the driver.  Well, they updated their driver, I just installed it, and get THE SAME ERROR...

    This is because of sandboxing, and Okidata will need to release another driver that handles these permissions issues. You can try printing from a non-sandboxed application like Safari, if that helps.

Maybe you are looking for

  • Container element for number of deadlines missed

    Hi, Is there a container element already available in which the number of deadlines missed is registered for a dialog step ? Meaning if deadline is kept for 2 days then container will increment every two days ? thanks Dipti

  • How do i copy my ipod to my laptop

    I want to import my itunes from my ipod to my my new laptop. It was on my old laptop which now not working,please help!

  • Match code in customised table

    Hi,   I created a ztable and my further requirments is for particular field  there will be a only three options that  user will enter only N ,S or D.if the user enter other than that it should show the error message "Pls enter correct word".so pls he

  • CUE error

    Hi, can anyone assist me with this error message.  UC560 I'm not sure on how to proceed to correct this.

  • Setting up an ipod touch

    I am trying to help a friend set up her daughter's ipod touch and right now, I am unable to connect to the store, so that I can get her an account and add a gift card that I gave her.  All it keeps saying is that A secure connection could not be esta