Can work in bpc only with user bpc_sysadmin

Hi, Guys!
I have just install BPC for NW sp03. I have windows domain controller and computer with window server that was included on this domain. on this computer I have install .NET part of the BPC. Under the user bpc_sysadmin I can saw the users that are into domain in adminstration console. I can add them into the apshell and other application sets. I gave them all the permissions.
but when I am trying to access my application sets I can't saw them. so I can work only with my user bpc_sysadmin. what I am doing wrong? thanks

Hi,
normally when you run connection wizard, here once you mention the valid user name and pwd and at the end it will tell you "no application sets available for this user" if this user is not added properly for this application set.
So you should check the secuirty again using your admin user and see that you have added this user, assigned to team/task profile and member access profile. Also check the task profile and member access profiles if they are configured correctly or not.
regards,
Sreedhar

Similar Messages

  • Can this be done only with Session Beans ?

    Hi all,
    suppose I have an airline web selling ticket application.
    This is the web flow:
    -The user chooses destinations & date
    -The user chooses seats
    -The user confirms to buy
    If it's NOT required to persist itineraries until the user confirms to buy,
    can this be done ONLY with Session Beans ?
    I think that there aren't cuncurrency problems because even if two persons will book the same flight, they'll get different sequence Id (if the sequence is generated by the DataBase).
    I think the worst scenario is if two person book the last seat at the same time, one will get an error.......
    What do you say to it ?
    Thanks
    Francesco

    If it's NOT required to persist itineraries until the
    user confirms to buy,
    can this be done ONLY with Session Beans ?Yes. Even if persistence is required, you can use only session beans with some persistence mechanism.

  • When I use my Delete key to delete a song, I get a pop-up.  This is OK, except the Keep File button is defaulted and I cannot tab or arrow to the "Move to Trash" button, and so i need to use my mouse.  How can I do this only with keyboard?

    When using iTunes on my iMac, I use my Delete key to delete a song and I get a pop-up.  This is OK, except the Keep File button is defaulted and I cannot tab or arrow to the "Move to Trash" (or Cancel) button, and so I need to use my mouse.  How can I do this only with keyboard?

    Huh.. Interesting. I went back to check these proceedures and found there is a difference between using the return key or the space bar as the action command.
    tabbing the blue ring moves the selection and then spacebar takes that action. The return key takes action of only the blue collored button.
    .... learn somting new every day, even if it is somthing I previously forgot

  • Can hear my iphone only with  headphones .

    Can hear my iPhone only with headphones. 

    Hi, Valentino_Klein.  
    Thank you for visiting Apple Support Communities.  
    I would need a little more information or clarification of this issue to provide a better answer.  However, take a look at the article below as it may help with your scenario.  
    Get help with hardware features on your iPhone, iPad, and iPod touch
    -Jason H.  

  • Sustain pedal not working in Mainstage only with Kontakt 4 plugin

    I can't get Kontakt 4.0.2 to sustain notes when instantiated in Mainstage.
    The sustain pedal works fine for Kontakt in stand alone mode, and for the same patch/channel strip in Logic 9, but not when in a channel strip in MainStage.
    I have the pedal mapped properly (same channel, same keyboard selected, same channel selected on Kontakt plugin), since all other patches work fine with said sustain pedal in Mainstage... except for the Kontakt samples.
    I have tried a different controller with a different sustain pedal (again, properly mapped and channel synchronized- same channel on controller, pedal and Kontakt interface), and the same thing occurs.
    I have gone into the "wrench" area of the Kontakt plugin/instrument options/controller/MIDI controller #64(Sustain Pedal) acts as". I have set this to both Pedal + CC, and Pedal w/o CC and restated Mainstage on both occasions.
    Neither setting works. Again, the same settings work fine within Logic (i.e. the sustain works). I have the pedal mapped to the right keyboard and to the same MIDI channel in Kontakt, and I can see it respond on the Mainstage interface; in fact, I can play the patch fine; it just doesn't sustain!
    An interesting thing is that when I press the pedal, I can see a MIDI message on Mainstage but not in Kontakt.
    Have you come across this issue before? Any ideas on what's going on and/or fixes?
    Thanks.
    This is the NI reply:
    David Das
    Moderator
    Join Date: Apr 2006
    Posts: 3,179
    You shouldn't have to assign it in Kontakt -- it just works. I would delete that.
    A key indicator is that when you press the pedal, the MIDI message does not appear in Kontakt. That tells me your problem is in MainStage -- for some reason MainStage is intercepting that MIDI data. Therefore, the problem's not inside Kontakt's edit mode. It's somewhere in MainStage.
    Sorry I can't be of more help but at least that narrows it down.
    www.daviddas.com
    My reply:
    By the way, if you want to instantiate a Kontakt 4 patch within Mainstage, you have to create a keyboard surface in Layout mode, then assign it and map it to the keyboard you want to play that channel strip with in edit mode. If you don't map a sustain pedal object, Mainstage doesn't receive its message; therefore I am confused when you write: "You shouldn't have to assign it in Kontakt -- it just works. I would delete that."
    The keyboard is mapped correctly, since I can play the Kontakt patch fine. Both wheel controllers and the sustain pedal are not getting midi data into Kontakt. As I said, everything works fine in Logic with the same set-up; so I agree, it has to be something I am missing within Mainstage...I just don't know what it is!
    Has no one else had this issue on this forum?

    Personally I don't think that's a solution and may not change a thing. Logic probably recognized the Akai and tried to use a stock Controller Assignment.
    It's easy enough to try this without deleting the file I mentioned.
    With Logic running, go to the far left Logic Pro menu, go the Preferences>  entry down near the bottom is Control Surfaces. You can Bypass, Rebuild or check what is assigned there.
    Believe me... this is not time and trouble... had someone more knowledgeable than me about this particular problem answered you, you would've been on your way.

  • Can't download app only with wifi

    Cant seem to download with data only with wifi on my iphone4 same with FaceTime?

    there is a cap on how large apps one can download over 3g same with facetime
    contact your carrier about what their rules are

  • SPSecurity.RunWithElevatedPrivileges Not Working for Read Only Permissions Users

    I have the following code in a method that generates tabbed web parts on any page in SharePoint 2010.
    The problem is that it will not work for users who have Read access only on a SharePoint site.  It will work when those users have Contribute access.  
    So even though I have elevated permissions in the code it does not actually elevate the permissions at the point where it is needed.
    if (panel != null)
    try
    using (SPLimitedWebPartManager wpManager = SPContext.Current.Web.GetLimitedWebPartManager(HttpContext.Current.Request.Url.ToString(), PersonalizationScope.Shared))
    try
    // Elevated previleges required for EXPORT and IMPORT. Else Users with normal read access will get errors.
    SPSecurity.RunWithElevatedPrivileges(delegate()
    // Retrieve the web part titles in the ConfigureTabs XML string for this tab.
    var webPartTitles = from t in xDocument.Descendants("webPart")
    where (string)t.Parent.Attribute("name") == (string)e.Item.DataItem
    select (string)t.Attribute("title");
    foreach (string wpTitle in webPartTitles)
    foreach (System.Web.UI.WebControls.WebParts.WebPart webPart in wpManager.WebParts)
    // Find the matched closed web part in WebParts collection
    if (webPart.Title == wpTitle && webPart.IsClosed == true)
    string errorMessage;
    //ADD EXPORT PROPERTY
    webPart.ExportMode = WebPartExportMode.All;
    MemoryStream stream = new MemoryStream();
    XmlTextWriter writer = new XmlTextWriter(stream, System.Text.Encoding.UTF8);
    // Export the closed webpart to a memory stream.
    wpManager.ExportWebPart(webPart, writer);
    writer.Flush();
    stream.Position = 0;
    XmlTextReader reader = new XmlTextReader(stream);
    // Import the exported webpart.
    System.Web.UI.WebControls.WebParts.WebPart newWebPart = wpManager.ImportWebPart(reader, out errorMessage);
    reader.Close();
    writer.Close();
    // Show the imported webpart.
    panel.Controls.Add(newWebPart);
    break;
    catch (Exception ex)
    // For debugging use only.
    Label label = new Label();
    label.Text = "Please check your XML configuration for error. " + Environment.NewLine + ex.Message;
    panel.Controls.Add(label);
    catch (Exception ex)
    // For debugging use only.
    Label label = new Label();
    label.Text = "Please Check SPContext.Current.Web is not null. " + Environment.NewLine + ex.Message;
    panel.Controls.Add(label);
    This snippet of code was originally pulled from a microsoft technet article on creating Tabbed web parts "the correct way" but it doesn't work in all scenarios.
    Is there a way to get this code working for Read/Visitors to a SharePoint site?

    From initial observation what I see is that your SPLimitedWebPartManager is not created from an elevated web. Try like below
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using(SPSite elevatedSite = new SPSite(SPContext.Current.Site.ID))
    using(SPWeb elevatedWeb = elevatedSite.OpenWeb())
    using (SPLimitedWebPartManager wpManager = elevatedWeb.GetLimitedWebPartManager(HttpContext.Current.Request.Url.ToString(), PersonalizationScope.Shared))
    { //Rest of your code
    Geetanjali Arora | My blogs |

  • Server Admin can't see hard drive with user's Sites folder

    I have a G5 XServer with two hard drives running 10.4.10 co-located at an ISP. I had recently brought it home and did a clean install of the OS and put new accounts (mainly to host multiple web sites) on it that were different than before, and this time I installed the operating system on the second hard drive leaving the original in place.
    Everything works fine EXCEPT that when using +Server Admin+ to set the Web Sites to point to the various home directories (click web, click settings, click Site, Click 'plus' to add a new site or 'pencil' to edit one, then click '...' to select the folder), +Server Admin+ *cannot see the new home directories* on the hard disk I am currently using. It can only see the old directories on the old hard drive.
    (Note: I observed the same issue when trying to set the FTP root directory.)
    How can I get +Server Admin+ to look at files on the other hard drive (the one I am booting from)?

    Camelot wrote:
    Who cares?
    Just type in the path to the directory you want to use. You don't have to select it via the File dialog.
    Just type in the path to the directory you want to use. You don't have to select it via the File dialog.
    That didn't work either.
    It turns out that both hard disks were named the same (I don't know how I screwed that up), so I went in with Disk Utility and changed one of the names.
    Message was edited by: Todd Heberlein1

  • Active Syn works one way only with calendar

    I need some help.  I have a Treo755P with Sprint and I remotely syn my email, contacts, and calendar with my office Exchange Server.  Everything works great except my Outlook calendar only syns "one way!" Input into my Outlook Calendar syns with my Treo755 Calendar, HOWEVER, input into my Outlook Calendar DOES NOT syns back to my Treo755.  By the way everything else syns fine both ways!!!  I have checked with our Exchange Server Administrator and everything is going on fine from there end, so it seems to be in the phone. I just discoved this issue but it appears by my Outlook Calendar that it has been going on a few months.  Please help.
    Post relates to: Treo 755p (Sprint)

    Hello and thank you for using the Palm Help Forums!
    One thing you can try is delete the server sync profile and then recreate it. Make sure you have all the server information needed before doing this. I'll continue researching this issue for other means of resolution.
    Post relates to: Treo 800w (Sprint)

  • Can Work Folders be used for user home drives?

    Looking to setup server based home drives for user data and wondering if Work Folders would work for that.

    Hi,
    Work Folders can be deployed with existing deployments of home folders. Work Folders stores user files in a folder on the server called a
    sync share.We can specify a folder that already contains user data, which enables us to adopt Work Folders without migrating servers and data or immediately phasing out our existing solution.
    Regarding work folder and how to deploy work folder, the following article and blog can be referred to for more information.
    Work Folders Overview
    http://technet.microsoft.com/en-us/library/dn265974.aspx
    Work Folders Test Lab Deployment
    http://blogs.technet.com/b/filecab/archive/2013/07/10/work-folders-test-lab-deployment.aspx
    Best regards,
    Frank Shen

  • Can I share music ONLY between users on same mac? I want to keep all other media separate

    I just bought a new macbookpro and I am trying to set up two users (me and my wife) to share iTunes music ONLY and keep all the other media such as mobile applications.
    Can this be done?
    I followed the instrucitons to share music, but it mentions moving the entire "iTunes Media" folder to a shared location...I only want to share the music

    Do you mean each person having copies of the tracks, or you both share one copy of the tracks?  You can do the latter but you will have to manage media on your own which is not for everybody (because you have to know what you are doing).  It also means that what one person does to the tracks will happen to the other, so if you don't both agree on track information it will get messsy.

  • Can I use TV only with my MacBook Pro, or I need a TV?

    I have an Apple 30" Cinema Display and a MacBook Pro, so I don't have a TV.
    Can I use TV directly on my computer without a TV (HOW?), or it doesn't work without a TV?

    You can't get much more direct than using the computer itself.
    Your MBP can mirror its display to your ACD and use front row. While this isn't quite as convenient as the tv it is not far from the same.
    Why would you send a picture from your MBP to an tv only to have it sent back again. The tv (I don't think) would be anywhere near powerful enough to power a 30" ACD.

  • -8003 Error "Can't Empty Trash" only with specific item

    Tried to get rid of a folder for an applicaiton that I'd downloaded & installed on a trial basis, then decided not to buy.
    Any time I trash this folder with the app and related files, I get the "Can't Empty Trash -8003" error.
    If I remove that folder, I can empty the trash fine.
    Any ideas?
    (the download app is Extensis Portfolio 8.5)

    You could try using TrashIt!
    Here's a cnet article about -8003:
    Here's another discussion on the same topic.
    Here's a general article on solving trash problems.

  • TS3406 My apple icon keeps coming on and going off. Can call and talk only with speaker. Can't get phone to shut down

    Trouble with phone today. Can't power off. Can call but I can't hear caller unless I put on speaker. Apple icon keepd going on and off.

    Trouble with phone today. Can't power off. Can call but I can't hear caller unless I put on speaker. Apple icon keepd going on and off.

  • Export with users working?

    Hi Gurus!!
    I have a dout, Can I make a Export with users working in my DB?
    Thanks in advance.

    I don't understand your question, please clarify. Also, there is a seperate forum for export/import.
    Here if you want to give a try, use this
    exp username/password and follow the instruction, is this what you are looking for?
    C:>exp username/password
    Export: Release 10.2.0.1.0 - Production on Wed Dec 10 20:28:31 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Producti
    With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engine
    Enter array fetch buffer size: 4096 > 10000
    Export file: EXPDAT.DMP > myexport.dmp
    (2)U(sers), or (3)T(ables): (2)U > U
    Export grants (yes/no): yes > yes
    Export table data (yes/no): yes > no
    Compress extents (yes/no): yes > yes
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    Note: table data (rows) will not be exported
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user USERNAME
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    Edited by: OrionNet on Dec 10, 2008 8:35 PM

Maybe you are looking for

  • Summary Network Report Generation Error

    I am running SBS 2011 and have recently stopped getting the Network Summary Reports. When I go into the log I see the following error: 2014-05-12T03:15:00.245868 : ***************** Starting GenerateMonitoringReport task... ***************** 2014-05-

  • How to delete a row from database table in facade client

    Hi all, I followed the tutorial in creating a persistence entity from database table, then a session facade. Then I followed the tutorial to create a sample client to test the model. In the session facade, I could use persistEntity method to insert a

  • 1GB sd card for Creative Muvo Sport C100 questi

    I want to get a GB sd card for a Creative Muvo Sport C00. I was thinking of getting it from amazon. Can anyone tell me )the name of ones that will works with the Creative Muvo Sport C00. 2)the best one I should get (or should I just get the cheapest)

  • Flash player not working for games (Win. 7 64-bit)

    The Flash Player often doesn't work so that games only show as blank white. I get this on a variaty of websites, typically games and sometimes parts of the Harry Potter official website. However, I have no problems with YouTube. My computer is new an

  • Regarding blocked customer table information

    Hello, I blocked some customers using xd05 tcode. Now i want to get the information the blocked customer information. Actually all the screen feilds are in one structure RF02D. So now from which table i could fetch data. based on that i need develop