Is it possible to add groups in RDP file without opening it?

We are using row-wise initalization in OBIEE 10.1.3.4. Are customers would like to add custom groups for diffenrent people so they can share dashboards. The problem is that we don't want them to touch RDP file manually. And in my knowledge the groups has to be in RDP to work. So is there any way to do this without opening the RDP file?

Hi,
And in my knowledge the groups has to be in RDP to workYes you need them in rpd
So is there any way to do this without opening the RDP file? No as its 10g you need to add them manually
Regards,
Srikanth

Similar Messages

  • Is it possible to add reverb to vocal mic, without affecting my keyboard sound?

    Hello,
    I am trying to record my vocals and piano simultaneously. I'm using the MBox 2, with Adobe Audition 3.0. Whenever I add reverb to my vocal track (via the fx tab under my vocal track in multi track view), it affects the way my piano sounds while I am recording (it creates a delay on the sound of the keyboard while I am playing...almost like a 'bouncing note' delay). I really want to be able to hear some reverb on my voice while recording, but I cannot seem to figure out how to do it. This is how I have everything set up:
    Piano is plugged in via DI on input 2 on the back of the mbox
    vocal mic is plugged in via cannon on input 1 on back of mbox
    If anybody could help, that would be wonderful. I've spent hours trying to figure this out with no luck. It is a lot more fun to record your singing with a bit of the pretty reverb....but my piano doesn't agree.
    Thank you
    Best,
    Jenny Jo

    Hello Brian,
    Thanks for your help again. I have spent the last 6 hours running into nothing but problems. I tried your advice about recording mono in both separate tracks, and still no luck. I was using a condenser mic, and a keyboard. Both using mono, and I was using the studio reverb. I finally decided to try something simpler, just so I could at least feel a bit satisfied in getting a recording in. I set the condenser mic near my keyboard and speakers, and plugged my keyboard into the speakers. I armed the one mic track for record for phantom power, applied studio reverb, and set up the correct settings for the track by going into Audio Hardware Setup and selecting 'Asio Digidesign Driver' as the audio driver for everything. I simply wanted to play my piano, which would sound through the monitors next to me, and sing into the microphone..which would pick up my vocals with the piano in the background. The only way I could hear reverb on my voice during the recording, was by adjusting the 'mix' knob on the front of the mbox. It seemed to be working okay, and I thought I had found at least a compromise for the moment. But after saving the files, and upon listening to them...I noticed drops and rises/glitches/ in the recording volume. I then did a bunch of tests. I recorded some without any reverb assigned at all, did some recordings with the mix knob up and some with it off...I tried everything I could think of. I saved each one as a wav file, and MP3, just to see if that would affect the sound. Listening to them, they all have those same sound glitches. While doing the recordings, the sound disturbances weren't audible.
    I am wondering if there is a setting that I need to fix...I am not the most savvy technical person, and am rather new to recording. Maybe the buffer size needs to be adjusted? I really have no idea...it is frustrating. I should say that I am using an MBox 2, which is supposed to be used with Pro Tools software. I had problems using Pro Tools as well, I don't think my OS is very compatible with it. Unfortunately, I have windows Vista, which I hear nothing but problems about in regards to recording. I prefer to use Adobe Audition, as I'm familiar with it, and like it.
    Well, I hope this email hasn't put you to sleep. I really hope I can get this figured out, as I'm keen to record.
    Thank you again..
    Best,
    Jenny Jo 
    Date: Tue, 2 Feb 2010 00:35:03 -0700
    From: [email protected]
    To: [email protected]
    Subject: Is it possible to add reverb to vocal mic, without affecting my keyboard sound?
    Out of some disbelief I had to try my own setup suggestion from above, since it's not a thing I do daily anymore. Without wanting to go into any dispute with the above poster, I can only say:
    It works well here.
    Your mileage may vary.
    Setting up two mono tracks with a separate input to each, I was able to record vocals with reverb from Audition in my monitoring headphones, along with recording an electro-acoustic instrument (guitar in my case) on the adjacent track with no reverb at all. I sang/tested with lots of consonants and different monitor levels and reverbs; I used the Studio Reverb, which is the least CPU intensive and recommended in the manual. There was no noticable delay, echo, what have you, which I felt disturbed my precision at all. Now I KNOW technically there is a delay/latency, but for practical purposes it isn't noticable. I've also heard some singers are extremely pecky on this, and for them there is the solution of direct monitoring and an outboard reverb added to their headphone signal. For everyone else however it works well and the latency just a theory - certainly not an audible 'echo' of any kind. With a poor soundcard and a computer low on resources latency will become evident. Also if you don't use ASIO. This type of application is why we have ASIO.
    >

  • Possible to add comments to a file?

    Is it possible to add a comment to a File?
    I need to be able to add comments (short sentence) to some archives (TAR and ZIP) that I'm creating, but I don't see any native way of doing this. The best I can think of is to create a log that lists all of the archives in the directory, and records the comments associated with each.
    Anyone have a better idea?
    Thanks!

    Thanks for the reply!
    Won't that just set a comment for each entry? I need to be able to tag each archive (both ZIP and TAR) with a comment.

  • Is it possible to add buttons on a screen without drawing in screen painter

    Hi experts and others,
    I want to design a flexible screen structure so I want my buttons which are on a screen appears according to my wish at runtime.
    Is it possible to design a screen like this.
    In addition, I would get my button's name and fcode from table.
    I am open the hear any idea.
    Regards.

    Simple Way to Do this:
    1) Create the relevant Button on the screen.Assign Group name in the screen Properties.
    2) In PBO you can write codes to hide the button according to your requirements.
    Ex:
    PBO.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 = 'AA'.        " Group assigned at Property level
    Screen-Active = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDLOOP.
    Regards,
    Gurpreet

  • Is it possible to add a page in MUSE without it adding corresponding link in Menu Widget?

    I'm building a website that has just three main linked pages. However, I want to add additional pages to the site but not have their links show up in the main menu widget. Is this possible?

    Hey thanks, mac-heibu,
    That was sooo darn easy.  I overlooked it.

  • Is it possible to add path to .property files at runtime?

    I have 3rd party jars that require access to property files. I won't know the path to these property files until I execute some discovery code at runtime. Is there some mechanism to add these directories to the path at runtime?

    Hi Marco,
    I assume your requirement is :
    At design time bind Inuputfield IP1 to ATTR1 and at runtime bind IP1 to ATTR2 on some condition.
    Instead of changing the binding you can have two input fields IP1 and IP2 bound to ATTR1 and ATTR2  .
    Hide IP2 initially ( Bind attributes of type WDUI_VISIBILITY to the 'Visible' property of IP2 and IP1 )
    On the event or condition you want it to change , hide IP1 and unhide IP2.
    I hope it helps.
    Please revert in case of issues.
    Regards,
    Sumit

  • Is it possible to add a certificate to CACERTS without keystore password?

    please can you answer this question: (THE REAL QUESTION is ON THE LINK BELOW)
    (and dont write any answer here, write the answers to link below: )
    http://forums.sun.com/thread.jspa?messageID=11037719�
    Edited by: weblogic_admin on Aug 19, 2010 11:32 PM

    Crossposted and answered, locking.

  • Is it possible to read/write to text file without deleting it?

    I know how to read from a text file and how to write to a text file. The problem that i have is i need to use a text file to store data for my application to read and also for my application to write. I would like it if i could write two programs really, one reads, the other is used to update the text file. This file is a list of verbs. I thought about using databases but i couldn't get them to work. I downloaded MySQL server 5.0 and installed it. I then downloaded the driver from http://www.mysql.com/products/driver and ran the auto installer. it said everything worked out perfectly but when i try these lines:
    Class.forName("com.mysql.jdbc.Driver");
    I get a SQLException that says no suitible driver
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    ( I thought this driver came with the JDK but i guess not, i just read about it in a java book)
    I get a ClassNotFoundException
    that just says sun.jdbc.odbc.JdbcOdbcDriver
    So yeah, SQL is pretty much not working. I need a solution to my problem, either by using text files, or a different type of database. I heard you could use excel to create a database but i have no idea how and i hear microsoft access could also do this, however i don't have microsoft access and i don't intend on paying for it. So, here are my questions:
    1st, is there a tutorial on using excel databases in java programs
    (if not)
    2nd is there a way to read/write/update a text file without deleting it?
    (if not)
    3rd is there a way to get SQL working, i have windows vista this could be the problem
    (if not)
    4th what could i do to store information on the hd for reading and modifying later?
    thanks, lateralus

    A database might be overkill just for a list of words.
    Thoughts:
    <ul>
    <li>What is the extent of your "file updating"? If you are just appending to the file, opening it in append mode will keep the file from being clobbered.</li>
    <li>Otherwise, why not create new files instead of editting them? The file names could include a version number or timestamp, allowing the reader to select the newest one.
    </li>
    </ul>

  • How is it possible to download my Word Perf files and open them on my Ipad 2?

    Is there a way to download my Word Perfect files to my Ipad 2 and open them?  Is there an app that would open them?

    Well (James)... WordPerfect is a central theme of this thread.
    Nut that aside, I have to say, I belong to many, many, forums, and this is by far the most negative exchange I've had in long, long, time. I would not have thought that thinking outside the box was beyond an Apple forum.
    You guys are big thinkers, right?
    I'm just looking to help my users do their jobs better.
    Yes, like it or not, iPads are now in the work-force and we do weird things out there in the world.
    A lot of lawyers use Word Perfect. Don't ask why.
    A lot of lawyers are beginning to use iPads. We all know why.
    My simple aim was to help them see their documents as easily as they can a PDF.
    Maybe too lofty a goal...
    Maybe not.
    And yes, Corel should have some skin in this game too.
    Check out the threads on this same subject on Corel's forum.
    All-in-all this exchange has been personally exhausting and ultimately unfruitful...
    Thanks.

  • Actions Possible Without Opening Raw File in Photoshop?

    Is it possible to record certain actions on a raw file without opening the file in Photoshop?
    Let's assume I have 250 files, all needing lens correction (and maybe other common tweaks) as a basic first step.  I'd like to be able to record an action that (1) opens my NEF file in ACR; (2) makes the lens correction based on the profile for the particular lens I used; (3) [other tweak--say noise reduction]; (4) [other tweak--say color temperature]; and then (5) closes the file generating nothing but the .xmp file.
    Then when I go to work on each file, all my basic corrections have been made so that when I reopen later in ACR, I only have to make custom changes before finally opening in Photoshop.
    I've tried a few things, scanned the forums, checked the online help center, gone through a few Adobe TV tutorials, but I can't figure out how to do it.
    Any help?
    I'm in CS6.
    I just realized that this question probably belongs here rather than the ACR discussion.  I apologize for cross posting.

    Phoenix89MR wrote:
    Is it possible to record certain actions on a raw file without opening the file in Photoshop?
    No...an Action is something that records something in Photoshop. Yes, an Action can record ACR settings....but you need to actually end up opening the image in Photoshop and it will render the file.
    What you really want to do is to look into Camera Raw Presets and using them while in Bridge. You would open a representative image, adjust the image, save a preset and then apply that preset to as many images as you want to in Bridge. Also note you can open multiple images in ACR, select them and adjust multple images at once. You can also adjust an image and then in Bridge, copy the settings from the one file and paste them to others.
    Lots of way to accomplish what you want but not really by Actions in Photoshop.

  • Is it possible to add/remove a person from a group using workflow?

    Hi All,
    Is it possible to add/remove a person from a group using workflow?

    What version of SharePoint are you using?
    There is CodePlex project that adds additional work flow steps that would help you out. These include
    Create Site
    Create Group 
    Add users to group
    The link is http://ilovesharepoint.codeplex.com/releases/view/89201
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • In contacts there is the possibility to add a new event, as the birthdays, but they do not appear in iCal. Is there any way to make that possible? It is normal to have a person with his birthday, anniversary and others key dates you want to link to him.

    In contacts there is the possibility to add a new event, as the birthdays, but they do not appear in iCal. Is there any way to make that possible? It is normal to have a person with his birthday, anniversary and others key dates you want to link to such person, but the only one shows up is the birthday. How to be able to show all those dates linked to people in the agenda in the iCal?
    Thanks

    Hi,
    I sugggest you try my application, Dates to iCal. It is shareware with a 2 week trial period.
    Dates to iCal 2 is a replacement for Apple's birthday calendar for iCal. It has a range of features to allow the user to choose what, and what not, to sync to iCal from Address Book.
    As well as automatically syncing birthday dates from Address Book, Dates to iCal 2 can sync anniversary and custom dates. It can set up to five alarms for each date in iCal and can also set different alarms for birthdays and anniversaries. It allows the option of only syncing from one Address Book group. This application also allows for the titles of the events sent to iCal to be modified to the user's preference.
    Best wishes
    John M
    As I sell software on my site and ask for donations, the Apple Support Communities Use Agreement requires that I state that I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Is it possible to add a field to OKEK in configuration SCREEN?

    Hello SAPPERS,
    I would appreciate if someone could provide some input on the following issue.
    Is it possible to add a field to Define Account Determination for Internal Goods Movements (OKEK)?
    This table determines the GL accounts assigned when inventory is moved between plants.  Is it possible to add another column to the left hand side?  I would add the receiving plantu2019s VGCd, if possible.  Even better would be a profit center group (1100 for all 11xx profit centers for example).
    I know there are two ways to add field to the DB Table. They are INCLUDE and APPEND structure.
    Is it possible to append a field to table V_T8A00, and display it in config screen OKEK?
    Thanks for any advice

    Hello,
    On a transfer, the accounting treatment is different when the move is within the same division VS when it goes to another division. 
    When plant 1101 ships to plant 1102, we donu2019t want to post to account 360100.  When plant 1101 ships to plant 1301, we do want to post to 360100.  Having the receiving profit center group in the mix will enable this distinction.
    Thanks in advance

  • Is it possible to add a field in Attachment screen?

    Hello Exports,
    I wan to know is it possible to add a  customer field in Attachment screen (Project, RFx,MA, A) . As there are a lots of attachments added in normal working in various documents like project,MA,RFX etc, so whether can add a field  to categorize the attachment like it is project added attachments or RFx add attachment?
    Would appreciate your comments.
    Thanks & Regards,
    David

    Hello,
    On a transfer, the accounting treatment is different when the move is within the same division VS when it goes to another division. 
    When plant 1101 ships to plant 1102, we donu2019t want to post to account 360100.  When plant 1101 ships to plant 1301, we do want to post to 360100.  Having the receiving profit center group in the mix will enable this distinction.
    Thanks in advance

  • Is it possible to add the HTTP_server to existing SOA/oc4j installation

    Hi,
    I’m new to application Server 10.1.3.4 and have inherited a SOA implementation with 2 iAS homes.
    The original is running an oc4j group underlying SOA. Subsequently they decided to use the “Rules Author” which requires the http server. So, my predecessor installed another instance with just the HTTP server.
    We are life cycling our hardware and there is an opportunity to reconsider this 2 home implementation. Is it possible to add a component e.g. HTTP server to an existing instance ? If so can you point me toward the appropriate doc or ML note ?
    Thanks
    Ken F.

    Install OS, make all updates and install your favorite software. After doing this obtain some professional application like Norton ghost and create your own recovery image. You can save this image on HDD second partition, external HDD or even create own recovery DVDs.
    You can also Google a little bit. Maybe you will find some similar application for free.
    Bye

Maybe you are looking for