Permission denied message for parent directory

In Solaris 8 container I am facing the below issue.
As oracle user when I do ls -l in /dboracle mountpoint getting permission denied error messages.
$ ls -la
./..: Permission denied
total 8
drwxrwx--- 8 oracle dba 1024 Feb 18 16:14 .
drwxrwxr-x 6 oracle dba 1024 Jan 30 15:36 admin
drwxrwxr-x 2 oracle dba 96 Jan 27 15:28 lost+found
drwxrwxr-x 6 oracle dba 96 Feb 18 06:23 orabase
drwxrwxr-x 6 oracle dba 1024 Feb 17 14:07 oracle
drwxr-xr-x 5 oracle dba 1024 Feb 18 11:50 software
drwxrwxr-x 3 oracle dba 96 Jan 2 06:01 tools
$ id
uid=1000047(oracle) gid=90(dba)
$ pwd
/dboracle
$ ls -ld
drwxrwx--- 8 oracle dba 1024 Feb 18 16:14 .
Please help asap.
Thanks

The directory underneath the mount point has insufficient permissions.
This has been a bug in Solaris for at least a decade...
Darren

Similar Messages

  • NQSError: 66013 Permission Denied message from agent

    Hello all-
    I have an issue where an agent that I previously had working was converting from tab delimited file to CSV and placing it on a file system. Now since I have moved the location where the file system resides the new machine is giving me a problem and doesn't allow the agent complete. The exact message is
    [nQSError: 66013] [Line:75 Column 1]
    Permission Denied
    I am guessing this is an issue with the saving to the file system and perhaps some permissions.
    This is the syntax of Line 75 column 1
    objFSO.CopyFile Parameter(0), sFileName, True
    Here is the complete file
    '###======================================================================
    '## Purpose:
    '## 1. This script takes a file from OBIEE and saves to the file system
    '## 2. Creates a reporting subdirectory if not already present
    '## 3. Creates a further subdirectory with name based on current date
    '## 4. Converts .tsv file to true .csv
    '## 5. Deletes .tsv file used in conversion process
    '## Inputs (specified in Actions tab of OBIEE Delivers Agent):
    '## 1. Parameter(0) - This actual file to be exported
    '## 2. Parameter(1) - The filename specified within OBIEE
    '## 3. Parameter(2) - Report sub directory name specified within OBIEE
    '###=========================================================================
    Const ForReading = 1
    Const ForWriting = 2
    Const Unicode = -1
    Dim sBasePath
    sBasePath = "\\NZWLGFP01\Shared\NAV_Warehouse\RetailPro"
    'NZWLGFP01\Shared\NAV_Warehouse\RetailPro"
    '\\iblocal\global\integration\production\retailpro"
    '"\\usesfil01\integration\production\retailpro"
    Dim sMasterPath
    sMasterPath = sBasePath & "\" & Parameter(2)
    Dim objFSO
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    'check whether master directory exists, if not create
    'Dim objMasterDir
    'If Not objFSO.FolderExists(sMasterPath) Then
    '     Set objMasterDir = objFSO.CreateFolder(sMasterPath)
    'End If
    'Set objMasterDir = Nothing
    'build string to get date in yyyy-mm-dd format
    Dim sDate, sDateFull
    sDate = Now
    sDateFull = DatePart("yyyy", sDate) & "-"
    'setting the month
    If Len(DatePart("m", sDate))=1 Then sDateFull = sDateFull & "0" End If
    sDateFull = sDateFull & DatePart("m", sDate) & "-"
    'setting the day
    If Len(DatePart("d", sDate))=1 Then sDateFull = sDateFull & "0" End If
    sDateFull = sDateFull & DatePart("d", sDate) & "_"
    'setting the hour
    If Len(DatePart("h", sDate))=1 Then sDateFull = sDateFull & "0" End If
    sDateFull = sDateFull & DatePart("h", sDate) '& "-"
    'setting the minute
    If Len(DatePart("n", sDate))=1 Then sDateFull = sDateFull & "0" End If
    sDateFull = sDateFull & DatePart("n", sDate)
    'setting the second
    If Len(DatePart("s", sDate))=1 Then sDateFull = sDateFull & "0" End If
    sDateFull = sDateFull & DatePart("s", sDate)
    'Not needed for this script
    'Dim sDir
    'sDir = sMasterPath & "\" & sDateFull
    'Dim objDir
    'If Not objFSO.FolderExists(sDir) Then
    '     Set objDir = objFSO.CreateFolder(sDir)
    'End If
    'Set objDir = Nothing
    Dim sFileName
    sFileName = sMasterPath & "\" & Parameter(1) & "_" & sDateFull &".tsv"
    objFSO.CopyFile Parameter(0), sFileName, True
    sFileName1 = sMasterPath & "\" & Parameter(1) & "_" & sDateFull & ".csv"
    'Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objFileIN = objFSO.OpenTextFile(sFileName, ForReading, False, Unicode)
    Set objFileOUT = objFSO.CreateTextFile(sFileName1, True, True)
    While Not objFileIN.AtEndOfStream
    strText = objFileIN.ReadLine
    strNewText = Replace(strText, vbTab, ",")
    objFileOUT.WriteLine (strNewText)
    Wend
    objFileIN.Close
    objFileOUT.Close
    objFSO.DeleteFile sFileName
    Set objFile = Nothing
    Set objFSO = Nothing
    Set objFileIN = Nothing
    Set objFileOUT = Nothing
    How can I resolve this issue? Do I need to look into windows permission? Do I need to change the syntax? Can someone please help?

    Hello Grzegorz, try next:
    1.Enter the Integration Framework
    2.Go to Section SLD
    3.Check if the database appears in the section B1iServer
              - If so, check the configuration fields for the database
              - If not, add it and configure it
    4.If you did changes
               - Go to Section Scenarios->Setup
               - Select sap.B1Mobile Scenario
               - Deactivate and Activate
               - Restart Integration Service
    Regards, Borja.

  • Error MOS-01105: Permission Denied message during install

    Hi,
    I am trying to install BW30B with Oracle 9.2 on a Sun Solaris 64bit machine. I am using Exceed to display the installation GUI.
    I keep getting the error message:
    Unable to access file <Path>/SAPENV.SH Permission Denied.
    I am running the install with root permissions. The above path does exist and I have given all the files 777 rights. I have in turn given the <SID>adm and ora<SID> directories 777 access. It looks like its trying to copy the scripts from the /UNIX/COMMON/INSTALL directory into the <SID>adm & ora<SID> directories when it fails.
    Any suggestions would be greatly appreciated.
    Regards,
    Chengappa

    By Default none of us have root permissions. To work around this we start the installation as sapadm and add the install path to the sudo list so that the install runs with root permissions.
    Eg: sapadm> sudo /sapcd/BWINSTALL/INSTALL
    The destination filesystem is remotely mounted, though i think that's not the problem as we have successfully installed SAP from that path before. The error message from the sapinst log file is below. Also the userid's have already been created and I have set their home directories to 777 permissions.
    Transaction begin ********************************************************
    TRACE      [iaxxbnodes.cpp:404]
               CIaOsNodes::nodesDo()
    Processing Nodemap CONDITION=YES NODENAME=/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPENV.SH NODEPERMISSION=(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r) NODETARGET=/export/home/da1adm/.sapenv_sapda31.sh NODETYPE=FILE OPMODE=COPY
    TRACE[E]   [syuxcnodut.cpp:591]
               CSyNodeUtils::isExistingWithType(iastring, bool, ISyNode::eNodeType)
    Unable to access file /sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPENV.SH: Permission denied.
    ERROR      2005-06-06 16:42:18 [iaxxbnodes.cpp:444]
               CIaOsNodes::nodesDo()
    MOS-01105  Processing of one or more file system node operations of table
      Content of table: tUX_SAPComponent_Environment_FORMS_SHARED with condition WHERE WapsSystemName='DA1' AND WapsInstanceName='DVEBMGS70' AND WapsInstanceHost='sapda31' AND SUBSTR(Key,1,5) = 'WAPS_'
      Row[0]    WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_SAPENV_SH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPENV.SH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/SAPENV.SH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.sapenv_sapda31.sh" NodeType="FILE" OpMode="COPY"
      Row[1]    WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_SAPENV_CSH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPENV.CSH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/SAPENV.CSH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.sapenv_sapda31.csh" NodeType="FILE" OpMode="COPY"
      Row[2]    WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_SAPSRC_SH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPSRC.SH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/SAPSRC.SH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.sapsrc_sapda31.sh" NodeType="FILE" OpMode="COPY"
      Row[3]    WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_SAPSRC_CSH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPSRC.CSH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/SAPSRC.CSH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.sapsrc_sapda31.csh" NodeType="FILE" OpMode="COPY"
      Row[4]    WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_DBSRC_SH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/DBSRC.SH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/DBSRC.SH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.dbsrc_sapda31.sh" NodeType="FILE" OpMode="COPY"
      Row[5]    WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_DBSRC_CSH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/DBSRC.CSH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/DBSRC.CSH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.dbsrc_sapda31.csh" NodeType="FILE" OpMode="COPY"
    failed.
    Transaction end **********************************************************

  • Intermittent "Permission Denied" Message on WCS

    HI All,
    We upgraded to WCS 6.0.202.0 last night and everything seemed to be OK. This morning we have been informed that our Lobby Admisitrators are getting the following error message page when trying to logon:
    "Permission Denied. You do not have privileges for the requested operation". Attaching screenshot of error message.
    We have subsequently discovered that entering any characters for the password results in a valid logon failure message and we can then logon successfully after that.
    Anybody see anything like before?
    Thanks,
    Brendan

    Hello Nicolas,
    No, authentication is local for the admin and Lobby Ambassadors.
    Regards,
    Brendan

  • Can't access/mount hard drive, Permission denied message in Disk Utility.

    Hello,
    Need some help here. I was upgrading from 10.4 to 10.5. I got an error message when I tried to upgrade from the DVD. My hard drive had an exclamation mark by it and I was told I would need to erase it in order to install. When I tried quitting the installer, I had to go through startup disk to pick my Hard drive, which showed it had 10.4 installed. When I tried restarting, it would only boot off of the DVD. I checked startup disk again, but my hard drive was now not visible. I have a tower with a back-up system on it. When I picked it, it started up fine. I went under disk utility and the hard drive is listed, but is ghosted/grayed out. Repair & Verify Disk permissions are ghosted back as well.When I try to repair or verify disk, it says it can't it gives me the disk number and sector number and Permission Denied. I poked around on disk utility for info, and it looks like it doesn't have a mount point anymore and under permissions, it says that they are not enabled. So, apparently the access privileges have been erased & I don't know how to mount my disk again. I'm assuming I need some sort of commmand line in Terminal to restore my priveleges or get it to auto-mount. I do not want to erase my drive to upgrade. All my applications are on that drive. Please help!
    Message was edited by: koobiak

    See if Niel's User Tip can help you: I accidentally set a disk's permissions to No Access .

  • Why do I get a Permission Denied message in Safari?

    Hello, I received an email from a company I know including this line: "Please click here to complete a survey about your Pick Up in a Store Experience". The webpage In Safari v.7.1 (9537.85.10.17.1) says:  "Company Name; Permission Denied; Cannot access web page from this interface". I also tried the link in Firefox & Chrome with the same result. I would like to answer the survey. Can anyone suggest what the problem might be? Thanks so much.

    That's a problem on the web server, not on your computer.

  • Why am I getting an access denied message for the fox news website?

    All of a sudden I am getting an "access denied to this server" message when I try to go to the Fox News website.  What's up with that?

    I can tell you what's up with that. If this is the website you are trying to access, it works fine for me.
    http://www.foxnews.com/
    Check this Settings>Safari>Accept Cookies>From visited. Make sure that it checked.
    If it is and you still can't access the site - clear Safari.
    Go to Settings>Safari>Clear History, Cookies and Cache. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Receiving an "access denied" message for an external hard drive

    This problem started after installing the latest round of windows updates.

    Hi,
    How about your problem now? Could you able to remove the external hard drive and reconnect it for test? Or connect it to other PC for test if it is hard dirve problem.
    Roger Lu
    TechNet Community Support

  • PERMISSION DENIED IN FTP SERVER

    Hi all,
    i have XML to XML scenario. i have put xi_input.xml in my system and made  delete mode in sender communication channel. but its not picking and deleting the data, its giving error in FTP serve as "permission denied" and in runtime work bench error is "Failed to delete file 'xi_input.txt' after processing. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 Permission denied'. For details, contact your FTP server vendor.". please help me
    thanks and regards

    >
    pawan kumar wrote:
    i m getting output XML file in my system.but i tried with directly one to one mapping in message mapping, now i did some modification in Message mapping like i concatenate name by X in message mapping and in description i passed ZSUBHODIP as constant then in output i am not getting concatenateed value and constant ZSUBHODIP in name and description.
    Hi,
    Did you activate the message mapping after modification ??
    If yes, test the mapping in test tab and let us know the exact error.
    Regards,
    Chandra

  • Archiving - Permission denied - cannot be open write program

    Hi, Gurus
    I executed a write program (SARA) and the result is partialy ok , as you can see below ( the job log and spool.)
    Questions:
    1.- there is not an archive file in C?
    2.- Permission denied --> Message BA161
    I checked object config,file and logical path and everything seems tobe ok.
    Anyone cant help on this?
    Thanks
    Job log:
    Job started
    Step 001 started (program MMREO050N, variant ZMM_001,
    Archiving session 000009 is being created
    Start of data processing
    Operating system message: Permission denied
    1 of 1 materials ( 100 %) processed
    Job finished
    Job spool:
    MARD: 1000 2000 material master record was archived
    MARC: 1000 long text(s) archived
    MARC: 1000 material master record was archived
    MAKT: E material master record was archived
    MARM: ST material master record was archived
    MLAN: ES material master record was archived
    MARA:  change documents archived
    MARA:  change documents archived
    MARA:  long text(s) archived
    MARA:  class assignments archived
    MARA:  material master record was archived
    Archive file C:\MM_MM_MATNR_20100316_210452_0.ARCHIVE cannot be opened for write program

    Dear,
    Either the file deleted from its physical location on drive C [OR] you dont have authorizations to write into the file (check with SU53 for any missing object for the user).
    Also check: Re: error while archiving the material master
    http://help.sap.com/saphelp_45B/helpdata/en/7e/c6c2ad98a711d2b429006094b9ea64/content.htm
    Regards,
    Syed Hussain.

  • HT1810 i am trying to ping my printer and i get permission denied  firewall turned off. help!

    PING 169.254.1.1 (169.254.1.1): 56 data bytes
    64 bytes from 169.254.1.1: icmp_seq=0 ttl=255 time=0.065 ms
    64 bytes from 169.254.1.1: icmp_seq=1 ttl=255 time=0.146 ms
    64 bytes from 169.254.1.1: icmp_seq=2 ttl=255 time=0.184 ms
    ^Z
    [25]+  Stopped                 ping 169.254.1.1
    Admins-iMac:~ Admin$ ping 169.254.1.2
    PING 169.254.1.2 (169.254.1.2): 56 data bytes
    ping: sendto: Permission denied
    ping: sendto: Permission denied
    Request timeout for icmp_seq 0
    ping: sendto: Permission denied
    Request timeout for icmp_seq 1
    ping: sendto: Permission denied
    Request timeout for icmp_seq 2
    ping: sendto: Permission denied
    Request timeout for icmp_seq 3
    Dont get why ?  First off it printed fine . Now no matter what addresses i give it it doesnt work.
    E0 is 169.254.1.1    printer remote 169.254.1.2   mask is /16
    default gaetway for both devices is each other.
    Beggars belief!!

    Did you solve this issue?  I'm getting the same permission denied message!!
    ssdevmac1:~ $ ping 10.1.30.117
    PING 10.1.30.117 (10.1.30.117): 56 data bytes
    ping: sendto: Permission denied
    ping: sendto: Permission denied
    Request timeout for icmp_seq 0
    ping: sendto: Permission denied
    Request timeout for icmp_seq 1
    ping: sendto: Permission denied
    Request timeout for icmp_seq 2
    ping: sendto: Permission denied
    Request timeout for icmp_seq 3
    ping: sendto: Permission denied
    Request timeout for icmp_seq 4
    ping: sendto: Permission denied
    Request timeout for icmp_seq 5
    ping: sendto: Permission denied
    Request timeout for icmp_seq 6
    ping: sendto: Permission denied
    Request timeout for icmp_seq 7
    ping: sendto: Permission denied
    Request timeout for icmp_seq 8

  • Script ran by Lingon gets "permission denied" error

    I am trying to use Lingon to run a script every 60 minutes, and am getting a permission denied error:
    2009/05/27 18:12:52 com.apple.launchd[73] (Time.Machine.monitor.launcher[1006]) posixspawnp("Library/Scripts/User_scripts/Time_Machinemonitor.app", ...): Permission denied
    The script was saved as an application bundle.
    Why would permission be denied? Where does one set permissions??
    Thanks in advance for any help.

    It seems a script saved as an "application bundle" will get the "permission denied" message, while a script save as "application" will run normally.
    Note that startup screen should also be off.

  • Javascript Application Permission denied to access property '$'

    I can't figure out what is causing this error message. At first I would get JavaScript Application $ is not defined so I disabled plug ins and add-ons (only two of those on this computer) and I thought I had figured out what was causing the second error message but then today the permission denied message popped up. I only have two plugins activated, one for adobe and one for shockwave. As for the addins, I use the same ones on my laptop and don't get this error message.
    Any help would be extremely appreciated!
    Computer is 32bit Windows 7 Dell PC

    To avoid confusion, JavaScript isn't related to a plugin:
    *http://kb.mozillazine.org/JavaScript_is_not_Java
    Is this happening on secure (https) web pages or on a page opened via a normal connection?
    You can try basic steps like these in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and the cookies from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Permission denied when saving from applications on shared volume

    We have an AFP shared volume on Xraid attached to an Xserve running 10.5.8. The OS is kept up to date.
    Users started to get a "permission denied" message when trying to save open files on the shared volume, which is using POSIX permissions only. This seems to happen to Snow Leopard clients using Pages and Numbers (iLife 09). No errors appear in the server logs.
    At the moment they can circumvent the problem by saving locally and then copying the file onto the server.
    Has anyone got any pointer to a solution?
    Thanks.

    Lucazade wrote:
    This seems to happen to Snow Leopard clients using Pages and Numbers (iLife 09).
    Of course I meant iWork, not iLife.

  • Permission denied when running runInstaller

    I'm getting 'permission denied' message when running
    runInstaller. I'm running the program directly from the CD. I'm
    logged-in as oracle with 'dba' group. I've checked the
    permissions on jre and it is fine. I can run jre on the
    command-line without any problem. I also tried running the
    runIns.sh and the same message is returned.
    What could be the other reasons why I am getting this message?
    null

    I don't know if it has anyhting to do with it but I had a similar
    problem. The difference was that I was part of the root group
    not dba as you state. The documentation suggests using a group
    called oinstall. Give it a try ... you never know how the
    packages within the installtion might have been built.
    kiwi (guest) wrote:
    : I'm getting 'permission denied' message when running
    : runInstaller. I'm running the program directly from the CD.
    I'm
    : logged-in as oracle with 'dba' group. I've checked the
    : permissions on jre and it is fine. I can run jre on the
    : command-line without any problem. I also tried running the
    : runIns.sh and the same message is returned.
    : What could be the other reasons why I am getting this message?
    null

Maybe you are looking for

  • WF not triggering in Quality System

    Hi, We moved the Workflow to Quality System, but the event is not triggering.The event linkage is active and workflow customizing has been done.The WF-Batch user is having SUPER user group.Kindly help on this issue. Thanks, Mohan

  • I was in Lightroom and had a power surge and now Lightroom will not launch....what can I do to fix it?

    I was in Lightroom and had a power surge and now Lightroom will not launch. It encountered an error when reading from its preview cache and needs to quit. Lightroom will attempt to fix the next time it launches. I have shut my system down and Lightro

  • Safari Full Screen Mode not full screen

    In full screen mode in Safari 7 I cannot hide the tool bar.  Hide toolbar is greyed out. This used to be possible in the previous version of Safari.  Is there a way round this? Curiously most of the toolbar can disappear in non full screen mode. Davi

  • FME and Digital Rapids DRC 5550 card

    Has anybody tried to use FME with a Digital Rapids DRC-5550 card?  I assumed that since some of the lower end digital rapids cards are compatible, that the higher end ones would be as well, but I keep getting a "capture card not found" error when I l

  • Role and auth comparisation

    hey, how to compare roles of 16 users? by suim i can do it two by two which is noo gooood Regards sanchodur panzadurma