Autochown: inotify-based file attribute manager

Info page: http://xyne.archlinux.ca/projects/autochown/
This is a direct successor to maown.
Autochown manages file ownership and permissions using inotify events. It is configured via a simple yet versatile input file. Examples of what you can do with it:
* ensure that all files in a given directory are owned by a certain group
* remove permissions for anyone not in the group
* change file owners automatically
* add exceptions for files, subdirectories, etc with globbing patterns
Eample scenarios in which it should be useful:
* keeping common files on a default user account that you want to access and modify from other user accounts
* ensuring that certain directories always retain strict file permissions
* managing a shared directory for group collaboration
Questions, comments, etc. are welcome as always.

skanky wrote:
One comment - the service file passes in /etc/autochown.conf but the package (your repo) installs autochownd.conf.
Xyne wrote:Thanks, the path has been updated. It seems that you are the first to use the service file.
I just thought the others were being coy.
Take me in Actually that would have been in my feedback. Well, is part of*
Xyne wrote:
skanky wrote:it's simple to configure for basic setups.
My own usage is very simple (and that's what I wrote it for) but I'm hoping the globbing will enable more complicated setups without too much complexity. If you at some point find the configuration file to be limited, let me know.
Does the job instantly as wished here Day to day usage for users, and sync (e.g. no more Dropbox "Couldn't sync this and that") will be really smoother now. Thank you Xyne!
(*) autochown-2013.2.13 won't compile in this location:
[ 75%] Building C object CMakeFiles/autochown.dir/src/file_parser.c.o
/tmp/yaourt-xxxx/aur-autochown/src/autochown-2013.2.13/src/main.c: In function ‘scan’:
/tmp/yaourt-tmp-kozaki/aur-autochown/src/autochown-2013.2.13/src/main.c:364:7: attention : ‘return’ with a value, in function returning void [enabled by default]
/tmp/yaourt-xxxx/aur-autochown/src/autochown-2013.2.13/src/main.c: Hors de toute fonction :
/tmp/yaourt-xxxx/aur-autochown/src/autochown-2013.2.13/src/main.c:448:3: erreur: unknown type name ‘wd_key_data_t’
/tmp/yaourt-xxxx/aur-autochown/src/autochown-2013.2.13/src/main.c: In function ‘main’:
/tmp/yaourt-xxxx/aur-autochown/src/autochown-2013.2.13/src/main.c:726:44: erreur: ‘remove_all_watches’ undeclared (first use in this function)
/tmp/yaourt-xxxx/aur-autochown/src/autochown-2013.2.13/src/main.c:726:44: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [CMakeFiles/autochown.dir/src/main.c.o] Erreur 1
make[2]: *** Attente des tâches non terminées....
make[1]: *** [CMakeFiles/autochown.dir/all] Erreur 2
make: *** [all] Erreur 2
==> ERREUR : Une erreur s'est produite dans build().
Abandon...
==> ERREUR: Makepkg n'a pas pu construire autochown.

Similar Messages

  • How to remove the date extensions from a filename in SSIS Flat File Connection Manager dynamically at run time

    Hello,
    I have to load data from a csv file to SQL Database. The file is placed into a directory by another program but the file name being same, has different extensions based on time of the day that it is placed in the directory. Since I know the file name
    ahead of time, so, I want to strip off the date/time extension from the file name so that I can load the file using Flat File Connection Manager. I am trying to use 'variable' and 'expression editor' so that I can specify the file name dynamically. But I
    don't know how to write it correctly. I have a variable 'FileLocation' that holds the folder location where the file will be placed. The file for example:  MyFileName201410231230  (MyFileName always the same, but the date/time will be different)
    Thanks,
    jkrish

    I don't want to use ForEach Loop because the files are placed by a FTP process 3 times a day at a specific time, for ex. at 10 AM, 12 PM and 3 PM. These times are pretty much fixed. The file name is same but the extension will have this day time stamp. I
    have to load each file only once for a particular reason, meaning I don't want to load the ones I already loaded. I am planning on setting up the SSIS process to load at 10:05, 12:05 and 3:05 daily. The files will be piling up in the folder. As it comes,
    I load them. At some point in time, I can remove the old ones so that they won't take up space in the server.  In fact, I don't have to keep the old ones at all since they are saved in a different folder anyways. I can ask the FTP process to
    remove the previous one when the new one arrives. So, at any point in time, there will be one file, but that file will have different extensions every time.
    I am thinking of removing the extensions before I load every time. If the file name is 'MyFileNamexxxxxxx.csv', then I want to change it to 'MyFileName.csv' and load it.
    Thanks,
    jkrish
    You WILL need to use it eventually because you need to iterate over each file.
    Renaming is unnecessary as one way or another you will need to put a processed file away.
    And having the file with the original extension intact will also help you troubleshoot.
    Arthur
    MyBlog
    Twitter

  • Re: Container Based Software Configuration Management

    I've read the overview of Container Based Software Configuration Management and
    have to admit that it is a nice concept. In fact, our SCM product SiberSafe Expert
    2.0 (www.siberlogic.www) almost literally follows the guidelines mentioned in
    the overview except that we call it Component Management.
    SiberSafe recognizes the fact that most of software projects consist of software
    components that have been inherited from and are being reused in other projects.
    SiberSafe was built on the premise that it is critical to be able to version components
    consisting of multiple files and folders so that a new project can be created
    out of particular versions of multiple exising
    components.
    SiberSafe also recognizes the fact that various versions of various components
    may be distributed not only across multiple projects, but also across multiple
    lines of development (we call them "development streams"). This is why SiberSafe
    makes the propagation of new versions of components from their "home" streams
    into other streams where they are used and reused
    as simple as a mouse button click.
    When a few projects have a few development lines (streams) each and there are
    tens or even hundreds of software components reused across these projects and
    streams, it becomes pretty difficult to keep track of what went where and when.
    What is the version of a specific java bean that our project currently uses? Is
    there a newer version for that bean available? What verson of that bean do other
    projects use? In order to provide users with
    clear answers to this kind of questions SiberSafe automatically generates a visual
    development flowchart that graphically shows relationships and interactions among
    various components, component versions, projects and lines of development.
    In fact, SiberSafe can easily generate such a flowchart even for a single file,
    showing the full "travel" history of that file across projects and streams.
    Alex Povzner,
    SIBERLOGIC INC
    www.siberlogic.com
    905-4742384
    Hans Thelosen <[email protected]> wrote in message
    news:[email protected]...
    On 16 and 17 May in Soesterberg (the Netherlands) a tool-independent
    software configuration management training will be held.
    In the last couple of years Software Configuration Management has grown toa
    mature Software Engineering discipline with its own Functions, Methods and
    Techniques. Container Based Software Configuration Management is a new
    method for SCM that centralizes facilities for reuse and parallel
    development of Software.
    For more information see:
    http://www.qa-systems.com/training/improvement_scm.jsp

    All,
    There has been some uptake and some great feedback on rConfig since I made this announcement two weeks ago. rConfig is offically released as Version1 today. Please login to www.rconfig.com and download a copy.
    You know, it takes less than 1 hour to install rConfig on Linux and more than 2 hours to get some of it's well known commercial counterparts up and running. There is even a complete, easy-to-follow Linux build document designed especially for the rConfig installation on www.rconfig.com. You'll be backing up Cisco configuration and show outputs in no time with rConfig. And even learning a bit of Linux along the way.
    And remember, it's free & open source.
    Regards
    Stephen
    ==========================
    http://www.rConfig.com 
    A free, open source network device configuration management tool, customizable to your needs!

  • FCP 6 to FCP 7 FILE ATTRIBUTE MISMATCH

    I'm working on a project with a friend who has Final Cut Pro 6 and we took the project and media files from his computer, put it on a drive and put them onto my computer which has Final Cut Pro 7. Everything works, HOWEVER I get a "File Attribute Mismatch" stating that the attributes differ from the original *Media Start and End*. Do we have to do something else when taking them off of his computer or do I need to change my timeline settings to match his or something? I'm not really sure. Thanks.

    Use Media Manager (in FCP's File menu) to copy the project and media to a single folder.
    Test the project thoroughly before moving it to the FCP 7 machine.
    As what already you have is a copy, there will be no harm done in simply dismissing the "Media start.." message. Might be that the project works fine anyway.

  • [SOLVED] Wince Exception 'Data Abort' (0x4) for gwes.dll with ROM based file system??

    Hello friends,
    Previously, I was using RAM and ROM based file system and my device was booting correctly. Now, I made only one change related to ROM based file system. When I selected this ROM based file system and try to boot the device.... I got the exception and the
    logs are ---- 
    3321 PID:400002 TID:410002 SetOpp: choosing AM335X_REV_ES2_1
    3321 PID:400002 TID:410002 SetOpp to 3
    3331 PID:400002 TID:590002 OALIoCtlHalInitRTC: Initializing RTC
    3331 PID:400002 TID:590002 RTC_SetTime() = 2006.01.01 12:00:00.000
    3480 PID:400002 TID:930006 ECC TYPE is BCH 8 bit
    3481 PID:400002 TID:930006 8Bit NAND device
    4835 PID:400002 TID:930006 CM3: input file [\windows\firmware.bin] is 9932 bytes long
    4837 PID:400002 TID:930006 CM3: firmware file read ok!
    5037 PID:400002 TID:930006 SDHC: CPU revision 0xffffffff
    5181 PID:400002 TID:930006 UCD_INIT: g_Dc.pUsb0Regs->MODE_R = 0x80
    5185 PID:400002 TID:930006 CAM3xxOTG::Init DEVCTL 80
    5391 PID:400002 TID:930006 UsbPowerModule: 2 DEVCTL = 0x00000081
    5664 PID:400002 TID:2df001e Exception 'Data Abort' (0x4): Thread-Id=02df001e(pth=9e451cc8), Proc-Id=00400002(pprc=8219f5e0) 'NK.EXE', VM-active=04510006(pprc=9e4658c0) 'GweUser.exe'
    5664 PID:400002 TID:2df001e PC=efd918b8(gwes.dll+0x000118b8) RA=efd918b8(gwes.dll+0x000118b8) SP=ab5ff960, BVA=00000024
    1529482 PID:400002 TID:2df001e Exception 'Data Abort' (0x4): Thread-Id=02df001e(pth=9e451cc8), Proc-Id=00400002(pprc=8219f5e0) 'NK.EXE', VM-active=04510006(pprc=9e4658c0) 'GweUser.exe'
    1529483 PID:400002 TID:2df001e PC=efd918b8(gwes.dll+0x000118b8) RA=efd918b8(gwes.dll+0x000118b8) SP=ab5ff960, BVA=00000024
    PB Debugger The Kernel Debugger has been disconnected successfully.
    After giving calibration inputs, I go the above exception and the LCD screen becomes white only... But i only changed the file system from RAM & ROM based file system to ROM based file system....
    As, I am trying to find the solution but up to now I am unable to find the solution. I request to provide the appropriate inputs???? 

    Hello Friends,
    After using the filter as an environment variable in the .bat file still the issue is not solved.. I can only see the Windows Embedded Compact 7 logo without any icon and toolbar??????
    My platform .reg files entries are as -
    ;; Load Device Manager to start storage driver
    #if (defined SYSGEN_FSROMONLY)
    [HKEY_LOCAL_MACHINE\init\BootVars]
    "Start DevMgr"=dword:1
    ;; Block driver settings to load at boot phase
    [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\]
    "Profile"="FlashDisk"
    "Flags"=dword:1000
    ;; How to use storage space
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk]
    "AutoMount"=dword:1
    "AutoPart"=dword:1
    "AutoFormat"=dword:1
    "PartitionDriver"="mspart.dll"
    "MountAsBootable"=dword:1
    "Name"="NANDFLASH"
    "Folder"="NANDFLASH"
    "DefaultFileSystem"="FATFS"
    ;; Making storage device as a root
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk\FATFS]
    "MountAsRoot"=dword:1
    "MountAsBootable"=dword:1
    "MountPermanent"=dword:1
    "AutoPart"=dword:1
    "AutoFormat"=dword:1
    [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FlashDisk\FATFS\Filters\fsreplxfilt]
    "dll"="fsreplxfilt.dll"
    "order"=dword:1 ; must be loaded before other filters
    #endif
    ;===============================================================================
    and .bat file entries are as -
    set SYSGEN_FSREPLXFILT=1
    set PRJ_ENABLE_FSEXTREPL=1
    set PRJ_ENABLE_FSMOUNTASROOT=1
    Where I am missing some thing please tell me???????

  • Can not get access files from Windows 7 to Claims-based file authorization share

    We have AD level 2012R2, DCs running 2012R2 of course, and we have clustered File Server (3 FSNodes running 2012R2).
    We enabled 2 policies 
    KDC Support for claim
    Kerberos support for claim
    We created 1 claim type in ADAC (For example "Division" Source Property). Filled this property to all IT AD Accounts by our value "IT"
    On FS made a share folder ITDivision:
    - set permissions  Domain Users can Modify if User.Division equals "IT"
    so on Windows 8 IT Users can access files on this share and on Windows 7 they cant
    =\ . We know from many presentations about Dynamic Access Control that File Server must enroll user claims if client do not support this claims (Service-for-User-To-Self)

    Hi,
    >>so on Windows 8 IT Users can access files on this share and on Windows 7 they cant
    =\ . We know from many presentations about Dynamic Access Control that File Server must enroll user claims if client do not support this claims (Service-for-User-To-Self)
    How is it going? Was there any error message? As far as I know, Dynamic Access Control (DAC) should work for downlevel clients. It’s backwards compatible. As Florain explains in the following blog:
    For non-Windows 8 and non-Windows Server 2012 boxes accessing DAC-protected file shares, the users do not carry any claims. For them, the Server 2012-based file share will query Active Directory and proxy the claims request to figure out what claims
    the user and machine bring. The file server checks in the name of the user, whether they should have claims. With that information, the file server evaluates the access to the file share. So yeah – DAC works for downlevel clients, too. It’s backwards compatible.
    And totally transparent to Windows 7.
    Questions regarding Dynamic Access Control (FAQ)
    http://www.frickelsoft.net/blog/?p=293
    In addition, regarding dynamic access control, the following blog can also be referred to for more information.
    Dynamic Access Control in Windows Server 2012
    http://www.infoq.com/news/2012/10/Dynamic-Access-Control
    Please Note: Since the above two website are not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Best regards,
    Frank Shen

  • Sending XML file from SAP to Windows Based file server with FTP function

    Hi Gurus,
    We are using SAP BW 3.0B version.
    I need to convert data in ODS to XML format and send this XML file to remote server which  is not a SAP application server, it is just a Window Based file server with FTP function..
    By writing some ABAP code I have converted ODS data into XML format (which gets saved in my local system)
    (Is that I need to put this file in Application Server to send it to the other servers? )
    Now the thing is how I can send this file to that Windows Based file server.
    plz suggest me.... what can be done......
    Thanks in Advance
    Madhusudhan
    Edited by: Madhusudhan Raju on Dec 3, 2009 4:25 AM

    I dont think the above code support windows OS. Because I always execute this script via UNIX.
    I think you can try this option, go to command prompt, goto the destination path where you have an XML file using cd....
    ftp (destination servername), specify the username and password.
    afterthat, use the command put and filename.
    check whether the file had reached destination successfully or not.
    For automation purpose, you can use the following script like
    ftp: -s: test.txt  (servername)
    In test.txt,
    UserName
    Password
    bin
    cd /files
    put file.xml
    bye
    Also, you can check in SM69, there will be some SAP external commands to automate the file transfer.
    Thanks
    Sat
    http://support.microsoft.com/?kbid=96269

  • Error: 2330. Error getting file attributes: C:\Program Files (x86)\adobe\reader 9.0\reader\amt. GetL

    Hi!
    I got this error while trying to uninstall my Adobe Reader MUI 9.5.4.: "Error: 2330. Error getting file attributes: C:\Program Files (x86)\adobe\reader 9.0\reader\amt. GetLastError: 117". The message pops after a long long while.
    I have to remove my Adobe Reader because whenever I try to open a pdf I get the error: "Adobe failed to load it's core DLL" (something like that). I want to remove and re-install adobe reader.
    I ran TDSSKiller and nothing was found abnormal.
    I checked the registry and everything seems fine.
    I tried to repair/change the current Adobe Reader version and nothing happens.
    I tried to install a newer version of Adobe reader but the installer freezes at 96%.
    I'm using Win7. Can anyone help? Thanks!

    You may also find this useful:
    http://helpx.adobe.com/acrobat/kb/reader-core-dll-error.html

  • Windows file attributes not preserved

    Hi,
    When Windows(XP) clients connect to file shares (from a 10.4.7 server) and open the Properties dialog for a file, they are able to set the various Attributes (Read-only, Hidden, Archive).
    However, on re-opening the Properties dialog, they find that the attribute settings they have made have not been preserved. (ie. All attributes checkboxes are unchecked.)
    Does anybody know if there are any settings I need to change on the server to enable support for Windows file attributes?
    Thanks in advance,
    Rob.
      Mac OS X (10.4.7)  

    I'm 
    Forgot to look there.  It works nice.  It is a little slower then NI's version, but does what I want.  Is NI planning on updating their ZIP API's?
    Thanks!

  • File Repository Manager

    Hi all,
    I have created a file repository manager.
    I have done the following settings for creating a file repository manager:
    Active   :checked
    Hide in Root Folder: not checked
    Send Events :checked
    Property Search Manager  : not set
    Repository Services   : not set
    ACL Manager Cache   : ca_rsrc_acl
    Security Manager   : W2kSecurityManager
    Description  
    Prefix (must start with /) : /demo
    Windows Landscape System   : Microsoft_Windows_KM
    Read-only   : not checked
    Lookup mode : caseless
    Read-only Content Expiry Delay:
    Root Directory:
    132.186.124.207\calender
    Even after restarting the server, a folder by name calender is not being created in the root in KM content.
    What could be the reason?
    thanx and regards,
    anuradha.

    Hi Anuradha,
    The root in KM Content will have a folder by the name <i>demo</i>(value of property <i>Prefix</i>), not <i>calendar</i>.
    BTW I recommend you don't change the prefix to <i>/calendar</i>... as the CalendarRM uses that prefix and so a clash could occur!
    Regards,
    Ashish.

  • Showing file attributes/metadata (e.g. sampling rate) in Finder

    Hi, I am a new MacBook Pro user. My first computer was an Apple II, but I have spend my past two decades using PC. I recently bought a MacBook Pro and am very happy with it. I have used it to write music (Sibelius), process recordings (Sound Studio/GarageBand), burn my own CDs, create slideshows (iPhoto) and a DVD (iDVD) in this past month.
    However, I find the general 'information hiding' attitude really annoying. The Mac Finder *****. I have thousands of wave files and mp3 files originally created on PCs and copied over to Mac. I need to be able to browse these in hundreds of folders. But The Finder will not show me file attributes other than name, data, size, kind and comment. I need to see other audio attributes such as sampling rate, bit depth, etc.
    I do not want to use iTune. It is not a file/folder browser. I know where my files are in the folder hierarchy. I don't need iTune to help me using its flat 2D table view. Besides, I also have thousands of files of other types (e.g. jp3, png, etc). I am not sure iTune can help me look at attributes of these files.
    How in world does someone get this type of view on Mac? I have looked at Xfolders, File Sheriff, A Better Finder Attributes and DiskLibrary. None of these provide what I want. I found RAGE Mac Explorer to be extremely attractive. it's got a lot of browsing features. But it still doesn't want to show me attributes other than those shown by the Finder.
    By browsing this forum, I realized that I missed another possible candidate: PathFinder. I will try this next. I see posts from 2005 talking about the same problem and proposing PathFinder as the only solution. I simply can't believe such simple tasks cannot be easily done, out of box, without needing to pay for third-party software (if I can find one, that is).
    Help!
    Fred

    This is becoming a monologue. I gave PathFinder a try. I like it a lot. In fact, it is even more powerful in terms of file browsing compared to RAGE Mac Explorer. In particular I get much more detailed "GetInfo" info from PathFinder. It basically returns metadata similar to Preview Info. And you can get these (e.g. sampling rate) from: 1) last Preview column in Column view, 2) GetInfo, 3) Inspector-like permanent preview pane at the bottom of List view, and 4) File Report. You can also show a short "preview" string for each file in List view (similar to the string shown in Finder's icon view).
    But... I still can't find a way to add metadata I care about to columns in PathFinder, the way you can in Windows Explorer.
    So, I figure my last resort is to create some folder automation to gather info about each file according to its file type, and modify Spotlight Comment for each file. At least in the Finder I can show the Comment field. But oddly, neither PathFinder nor RAGE Mac Explorer lets me show the Comment field.
    Sigh.
    Fred

  • How do I convert a web based file to a PDF file?

    How do I convert a web based file to a PDF file? I know that you "Print to File" but for some reason that is not working for me.  I have Adobe Reader X, shouldn't that be able to create a PDF like this, or is there another program that I need to do this?  Thanks.

    Hi, gfrerichs.
    Reader X cannot create a PDF file - it can only view and print existing PDF files.
    In order to create a PDF file (for example, print a webpage as a PDF, as you mentioned), you can purchase our CreatePDF service. This service includes a CreatePDF Printer which can print web pages to PDF.
    Or you could purchase Acrobat, which can also convert webpages to PDF.
    Dave, Adobe

  • I have a 27" iMac with 16GB of factory installed SDRAM and 1T harddrive.  It is telling me the harddrive is full and is not functioning correctly.  How can I adjust so that all files are managed on the harddrive rather than the SDRAM.  (BTW - design flaw)

    Processor 3.4 GHz Intel Core i7
    Memory  16 GB 1333 MHz DDR3
    I have a 27" iMac with 16GB of factory installed SDRAM and 1T harddrive.  It is telling me the harddrive is full and is not functioning correctly.  How can I adjust so that all files are managed on the harddrive rather than the SDRAM.  (BTW - design flaw here.)
    Older Macs with a single Harddrive would simply expand OS management on the drive, and I think I understand the new Fusion Drive to do just that, but how do I get this product that I spent a great deal of money on to be more than a pretty screen?

    I was confused by this statement
    It is telling me the harddrive is full and is not functioning correctly.
    OS X manages ram and when you run out, it create swapfiles to extend your ram on the HDD (Hard Disk Drive). The OS itself, takes about 16 gig of space and that too resides on the HDD.  Your 16 gig of RAM is really a temporary space that holds things from the HDD so the processor can work on them.  There is no design flaw between your ram and HDD.  Something else is going on and there are a lot of smart people here to help you figure out what that "something else" is.
    I would do three things.  First I would create a backup, backups are important.  Second, I would reboot into recovery and repair my HDD.  Lastly while still booted in recovery I would repair permissions.
    Can you capture a screen shot of the exact error you are getting?

  • Changing Unix file attributes in target host

    Hello,
    I need to transmit a file from a SAP server to a target host in Unix.
    Actually the transmission is OK. I'm using the SAPFTP program.
    Now, my problem is that in the new file on the target system (in Unix) I need to change the file permissons to 777.
    The FM FTP_COMMAND doesn't work because the command chmod is not available through ftp. If I use this, I receipt the message "502 SITE command is not implemented".
    Somebody have another idea to change the Unix file attributes in a remote way from ABAP?
    Best regards!

    Hi Roberto,
    Look at the below BLOG, this explaines about the Commands which we use in FTP ..
    /people/thomas.jung3/blog/2004/11/15/performing-ftp-commands-from-abap
    Regards
    Sudheer

  • Filter master rows based on attributes in detail view.

    Hi,
    How do I set up VO's so that I can:
    1. filter master records based on attribute values in either the detail or master attribute values.
    and
    2. display each distinct master record with all its associated detail records.
    Stated another way, I want to list all the master records (with their associated detail records) filtered by the existence of qualifying detail records -- give me all departments which have assigned one or more employees who meet some criteria; list the departments and ALL the dept.'s employees (regardless of whether they individually meet the criteria).
    We've been struggling with this for a couple of weeks. I've been trying to accomplish this on 10.1.2, 9.0.5.2 and 9.0.3.3 with pretty much the same results on all three versions.
    To make queries based on values in either the master or detail records we created a database view that denormalizes the tables. This let's us include criteria based on either the master or detail tables, but of course rows from the master table may appear multiple times. We tried a DBMS global temporary table, but the inserted rows were not visible to the client; I'm assuming they're discarded with the session between queries or the queries establish separate sessions. I tried marking only the master record columns as selected and queriable and the detail columns as just queriable, but this causes the detail columns to be defined as transient VO attributes.
    TIA, for ideas or guidance.

    Hi,
    How do I set up VO's so that I can:
    1. filter master records based on attribute values in either the detail or master attribute values.
    and
    2. display each distinct master record with all its associated detail records.
    Stated another way, I want to list all the master records (with their associated detail records) filtered by the existence of qualifying detail records -- give me all departments which have assigned one or more employees who meet some criteria; list the departments and ALL the dept.'s employees (regardless of whether they individually meet the criteria).
    We've been struggling with this for a couple of weeks. I've been trying to accomplish this on 10.1.2, 9.0.5.2 and 9.0.3.3 with pretty much the same results on all three versions.
    To make queries based on values in either the master or detail records we created a database view that denormalizes the tables. This let's us include criteria based on either the master or detail tables, but of course rows from the master table may appear multiple times. We tried a DBMS global temporary table, but the inserted rows were not visible to the client; I'm assuming they're discarded with the session between queries or the queries establish separate sessions. I tried marking only the master record columns as selected and queriable and the detail columns as just queriable, but this causes the detail columns to be defined as transient VO attributes.
    TIA, for ideas or guidance.

Maybe you are looking for

  • Copy data of two rows together into a new row

    Hello everyone. I have a question about copying data of two existing rows together into a new third row. See this short example: This is the current situation. The rows STATE_1 and STATE_2 contain different separated information. In the past data wer

  • Can we change the net value in the conditons of the sales order?

    Hello: I have below scenario: Sales order: Material           A PR01 (Price condition)               98 USD ZADD (Discount condition)        to be calculated by SAP R3 system (?%) Net price                                    80 USD (expected) Due to

  • Outputting 720p from MacBook Pro to Plasma Screen

    Is that possible? Can you output a high-def FCP project directly from a MacBook Pro via the HDMI monitor port? And how? Otherwise I'm back to burning a bad 'ol standard def DVD.

  • I can't find Book1_4.xsd

    Hi in Oracle® BPEL Process Manager Developer's Guide ( page 132) in Step 2: Configuring Partner Links and File Adapter Services, I can't find Book1_4.xsd .can you help me that where is this file? i stop in this step and i can't continue this example.

  • Unable to set custom keybindings in gnome

    I'm using forced fallback mode so I can disable gnome-panel and use AWN instead. And that's working great, except that when I'm in fallback mode my custom keybindings are completely ignored, but the defaults work. I've tried setting them in 'system s