Assign Package  for Different Teams

Hi,
I have a Problem in assigning different package to different Teams. I am assigned to the following,
1. Task Profile with all 3 Admin tasks enabled
2. Member access Profile with R/W access to all secured Dimension Members.
3. Not assigned to any TEAM.
in my system.
The Problem is, when i try to assign Package for any end user Teams using "eData --> Manage Team user package access". i dont get any team in the window comming.
And if modify my account, such that assigning my ID to some TEAM say ADMIN which has access to same task and member access profile which i have, then if i try  "eData --> Manage Team user package access" i get the ADMIN team in the window.
Please let me know how to get all the teams present in the APPSET or what should be the access provided so that i can get all Teams.
Thanks in Advance,
Regards,
G.Vijaya Kumar.

Have you tried assigning your ID to all teams?
Thanks and best regards,
[Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
SAP BusinessObjects
Enterprise Performance Management
Regional Implementation Group

Similar Messages

  • Same package for different teams?

    Hi, we have several customers in the same enviroment/domain and we don´t want to create 4 different Photoshop CC packages (packaged exactly the same with Creative Cloud Packager).
    If we use CCP with an generic Adobe Account and package these apps for Teams, can all our different customers login to the app with their own accounts or will we have some licensing problems?
    Or do we need to package the apps and be logged in as a member of the team that are going to use the app?

    Please go through:
    Creative Cloud Help | Creative Cloud Packager Readme
    Creative Cloud Help | Deploying packages
    Creative Cloud Help | Packager
    They have useful information.
    Regards
    Rajshree

  • OTPC Teams and SVN Repo -- cannot use the same SVN repo for different teams

    Can one Subversion repository be used as the versioning repository for two teams?
    I recently installed OTPC Server and client.
    As the administrator, I created a Rally connection, and a Task connection, and a Subversion connection.
    I created a team, and attached the three connections.
    All worked fine.
    Next I created a second team, attaching the three connections.
    In the JDeveloper OTPC client, the Rally and Task connectors work for BOTH teams that I am on.
    The subversion connection will not.
    In the Team Navigator Panel, under the "Versioning" accordion subpanel, for one team it has a SVN connection, for the other team it says "Create Connection."
    When I double-click on it, enter the repository information, and test read access, it says "Access granted."
    When I press Okay to close the dialog it says:
    "A repository connection with the supplied URL already exists."
    Is this an intentional feature that one subversion repository cannot be used on both teams? Or is it a bug? Or is it my error?
    Thanks,
    Arie

    the proxy env is ok in superuser env
    ➜  ~ git:(master) ✗ export | grep proxy
    ftp_proxy=http://proxy.zte.com.cn:80
    http_proxy=http://proxy.zte.com.cn:80
    https_proxy=http://proxy.zte.com.cn:80
    rvm_proxy=''
    ➜  ~ git:(master) ✗ su   
    Password:
    [root@myhost jinleileiking]# export | grep proxy
    declare -x ftp_proxy="http://proxy.zte.com.cn:80"
    declare -x http_proxy="http://proxy.zte.com.cn:80"
    declare -x https_proxy="http://proxy.zte.com.cn:80"

  • Help with assigning package for new program!Urgent please!

    We upgraded to ECC6.0 and I am trying to create a new function group. I go to se80 --> create new function group --> Enter some text for the function group and then it prompts me to assign a package. I select a package (used to be development class in 4.6C) and when I click on save I get the following error:
    "PACKAGE IN NON-ORIGINAL SYSTEM ONLY MODIFIABLE WITH ORGANIZER TOOLS". Could anyone please tell me how to solve this problem? Thanks in advance.
    Mithun.

    Thanks for the reply Seshu. The package already exists in the new system and I am not sure why i am getting the error!!
    Thanks.
    Mithun.

  • Running same SSIS Packages for Different Destination Databases

    I have created SSIS packages which are supposed to separate data from a single source database into different client databases at a time.
    For e.g. my Source db contains data for 10 clients. SSIS pkgs uses ClientName as input parameter to call StoredProcs to get data for given client and push that data into that client's database. So I have 1 Source database and 10 Client databases which stores
    their own data.
    In Package Configuration I kept SourceConn and DestClientConn as two connection string. So I will have 10 different .dtsconfig file for all these client in every env. like DEV, TEST, UAT, PROD. OR keep 1 .dtsconfig and change DestClientConn before running
    Packages
    Is there any other effective way to handle this dynamic configuration in SSIS?

    you just need single config file and you'll have 1 sourceconn property and 10 destination property mapped inside it.
    And I dont think you need 10 procedures for this. I think what you need is a single data flow task with OLEDB source to connect to your source. then add a conditional split and define 10 outputs based on client field value. Then join each of the output to
    a OLEDB destination using the 10 destination connection to get different client data on different database.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • [Beginner] build a calendar app for each team using out of the box calendar app

    Hi all,
    First of all, I'm a beginner in sharepoint and need some advice in the following case:
    We want to to create a calendar for different teams. Each team has it's own calendar to schedule a standby (all day event) for each day. In the overall view we want to see for each team the schedule who's standby (overlay). My preferred solution is to create
    a new site and use the calendar app and customize this a little bit.
    I tried to do this by creating a new calendar app and adding different views for each team. I have set the group calendar option on true so we can add users to each team calendar view. Unfortunately, I have understand that it is not possible to set default
    users for each view. I´m also looking how I can set a default title filled with the name of the view when you add a schedule, I tried to do this with a calculated value but I can´t get that working. An other question is, can I set permissions on each team
    view who can edit the schedule or is it better to create for each team an own list? For example, I want to disable that team members can edit schedules in the past, only schedules in the future is editable.
    I'm not not sure if the out of the box calendar app is suitable for my case or I have to look futher in other solutions. Any advice is welcome!

    Hi,
    According to your description, my understanding is that you want to build a calendar app which can add default users for each calendar view and set default title when adding schedule.
    For adding default users in each group calendar view using custom JavaScript, here is a detailed code demo for your reference:
    SharePoint Group Calendar, Adding default users
    For adding default title when adding schedule, I suggest you can add some Jquery to fill the title textbox when the schedule new form loading. You can add the Jquery under PlaceHolderMain tag of calendar new form page.
    Set Textbox value-using JQuery 
    For setting permission in the each team view, I suggest you can check the schedule end time in the edit form, if the schedule time is before the current date time, then you can set all the fileld read only using Jquery.
    More information:
    Jquery function to compare date with current date
    Jquery set read only
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Actions for different countries

    Hi All,
    Can i know how to assign actions for different countries and how to maintian IGMOD feature.
    Regards,
    Evani

    Hi
    Your actions are mapped in the system referring to the User group and the reference user group.
    IF you maintain the user group you have no need to maintain the reference user group.
    If you use the reference user group then the user group is not considered for that action.
    R K

  • Possible to run 2 different Business Packages for ECC 5.0 and 6.0 ?

    Hi there,
    anybody knows a solution, to support a Busienss Package for ECC5.0 and 6.0 on one NW7.0 Portal?
    We build a concernportal as mainportal with different companies in one portal. These companies have their own SAP-Systems.
    It´s a complex systemlandscape:
    Company ABC have a SAP HR System with ECC5.0 with one client 401.
    Company XYZ have a SAP HR System with ECC6.0 with TWO clients 020 and 050.
    These both companies wants to get the Business Package for ECC5.0 and ECC6.0
    Our solution is to implement the Federated Portal Network, thats works very fine. (Okay, Sessionproblem with ECC5.0)
    For company ABC we installed a Javastack on host to install the WebDynpros directly to targetsystem ECC5.0
    For company XYZ we have a problem with FPN, because the two clients in the targetsystem.
    We installed a Javastack with portal on this machine, import BP for ECC6.0, customize portal and ABAP and pick the roles vis FPN from mainportal. But only for ONE client (020).
    Now we can´t connect these Jco´s to the other client, because the users, tehre are in client 050 are not in 020 for logon to the portal. The portal supports only one client as UME on a doublestack-installation.
    On Mainportal we don´t install any business packages, because there are only for one Targetrelease.
    SAP Help have a solution for mapping the Jco´s, but don´t help us:
    http://help.sap.com/saphelp_nw70/helpdata/DE/af/84a34098022a54e10000000a1550b0/content.htm
    Does anyone have same problems?
    Must we install a Javaonly-system, to connect the other Client for company XYZ (050) ?
    Best regards
    Christian

    There are two approaches (that I'm aware of):
    - install external authentication (such as an LDAP which can be populated from the R/3 backends)
    - install an additional Java instance
    I would go for both of them because
    - it will make things easier if you implement other functionality that is in the portal (non-ESS)
    - it will avoid patching one portal and to keep the SPs of both backend systems in sync with the portal
    Markus

  • Cost Distribution in Shopping Cart for different account assignment type

    Hi friends,
    We are at SRM Server 5.5 at level SAPKIBKT07. Business scenario is extended classic.
    User is creating a shopping cart with single line item and distributing the cost to multiple account assignments (say Cost Center and Order). Shopping cart has a valid source of supply. System creates a PO in SRM and tryu2019s to replicate the PO in ECC backend, however fails to replicate.
    My understanding is that in ECC backend it is not possible to combine two different account assignments while distributing cost at item details.
    Solution would be to create separate line items for different account assignments (distribute between similar account assignments).
    Is my understanding right?
    Thanking you in advance,
    Sandeep

    Sreedhar,
    Thanks for your update.
    I am also MM consultant, so as far as MM goes we can only maintain one account assignment type per line item. In MM we have provision of multiple account assignment but it works only for single account assignment type per line item. Which means if account assignment is "k" then we can split between multiple cost centers, but we cannot split between cost center and WBS element in one line item.
    You said it is possible to split between multiple account assignments in one line item. Will it be possible for you to try at your end and let me know how PO/PR are created in backend?
    Sandeep

  • Purchasing info records with different prices for different packaging

    Hi,
    hope, someone can help me.
    We have different prices for different kind of packaging, but all the material is bought in the same unit, i.e. kg.
    Let's say, usually you buy x kg in a drum, but sometimes you buy y (or x) kg in a bottle or in a bag.
    We won't allow variable order units. Even if we would, it's not helpful, because we always order kg.
    So the price depends on a criterion - I don't know, which to take. And we want to maintain the different prices in the info records.
    Is there a solution?

    Hi.
    I went through the history of the problem.It seems that your base unit of measure is KG.Also you have mentined that same material is used in various plants.
    You need to activate the variable ordering unit  2  in material master. This is present in the materila master Purchasing tab.Also note that this data is maintained at plant level. This will not have any impact on the materials which are presnt in the other plants.
    After activating variable order unit in materal master. You need maintains the conversion factors from Order units to Base UOM.(Eg 1 KG = 1 KG, 1BOX = 10 KG etc)
    Create inforecord for the material and maintain price in Base unit of measure.
    In PO enter the order unit as BOX system will automatically calculate the price of BOX based on the conversion factors which are maintained in the material master.
    I belive this is the simple and best solution for your requirement..
    If you have any suggestions please let me know
    Cheers
    Umakanth

  • Account assignment category for Packaging mterial

    When I create purchase order for a packaging materials , it is asking for a account assignment category. We dont want to create accounting documents as well as we dont want to use account assignment category. Is there any way to suppress the error message - account assignment mantory for material type?

    Hi,
    For Packing materials which material type you used. I think you have created in Non stock materials/Non Valuated Materials material type.
    If you use NLAG material type then you need to enter the A/c assignment category.
    So always for Packing Materials you should use VERP Material type. As Packing materials are Inventory items so you don't need to enter the Account assignment category in PO.
    Hope you got it.
    rgds
    Chidanand

  • Importing Business Package more than once for different systems

    Hi,
    We have a demo portal (EP6 SP12) connecting to various SAP systems. We want to use the same Business Package for two different systems. Is there any way to import a Business Package a second time with a different system alias, without overwriting the first import, so we can point it to a different system?
    Many thanks,
    Jane

    Prakash - I had thought of this, but I would then have to recreate the pages, worksets and roles manually. Also some BPs contain hundreds of iviews so it would be very time consuming to manually edit the system alias on each one.
    Karsten - At the moment, we're interested in the ESS and MSS Business Packages but I would also like to know generally, since I'm sure in the future this will apply to other BPs for us.
    Many thanks,
    Jane

  • Can I upgrade to ios5 using a pc that is assigned to a different apple Id for iTunes?

    It is a windows 7 pc. My husband pc had to be returned due to hardware failure. However he wants me to upgrade his iPhone 4 Verizon to ios5 and iCloud using my pc that I use for my iPhone and iPad with iTunes. Should we wait for his own of or can I upgrade him on my pc and iTunes account?

    Can I upgrade to ios5 using a pc that is assigned to a different apple Id for iTunes?
    No. Everything on your devices would be deleted.

  • How to assign different tones for different email ...

    Hi.
    I have a question, please.
    Because I receive too many emails for work, I'm trying to "differentiate" them, assigning different tones or alerts for different email senders.
    So I can understand when I have to read immediately an email, or it can be delayed.
    I have never found any solutions in the native application (I think there is not); has anyone any idea or third-part software solutions?
    thank you in advance.
    G

    I supposed too. THat's why I'm thinking to change for Blackberry, after many Nokia equipments. I'm not so happy to change, but I do not understand why Nokia remained so late from competitors.
    Ok for OS, but they have not focused on business terminals after E71 (my phone), and so on.
    I'm so sorry.
    G

  • 100 packages for 100 seperate files in SSIS 2012---------

    Hi,
    I am new to this Microsoft Forum.
    I have worked for last 3 years in MSBI(mainly SSIS and SSAS). Recently I have joined a new company and been assigned to new project. Here we have to first build Operational Data Stores from 50 source files (which is built-100 tables). then from this we need
    to pull data in Data Warehousing and later Cube.
    My question is: My architect telling me to create 100 separate packages for each source file from source to staging (one to one source to staging mapping) and connect it through master package. then when we pull data from staging to Dev. there would
    be 30 destination tables so 30 packages!!
    I have not designed any ETL in this way.
    the files can be segregated as per daily, monthly, weekly and quarterly, so I would have created daily, monthly and so on package. In each package I would have included source to staging and staging to development phase.
    His points are, testing team  can work separately on each package, multiple developers can work on separate files at the same time. can anyone tell me how feasible the design is.....advantage/disadvantage... But Would  it be good to handle
    100 odd packages for one database where I can achieve this by creating 6 packages.
    thanks, Rims

    Hi Rims,
    Personally, I agree with your architect's opinion from the perspective of "multi-developer" as well as "unit test your SSIS packages".
    If your main concern of creating dedicated SSIS packages is time consuming, I would recommend you to have a look at BIML / Mist. You can quickly get the idea from this YouTube video: https://www.youtube.com/watch?v=RKi2zIoFUAg
    Basically, BIML / Mist can help you to build a SSIS code generator to loop through your database objects and generate SSIS packages on the fly. If you take this approach, it would be faster to create 100 SSIS packages than 6 customized SSIS packages.
    Regards,
    George Qiao

Maybe you are looking for

  • Whenever I leave the main VI screen, the data is no longer able to be read.

    I have a VI that I have used on and off on a test stand of mine for a year and a half. Yesterday, I ran it for the first time in about a month, and the VI had developed a peculiar problem. Whenever I leave the main VI screen and go back to it, data i

  • Urgent, How to Populate List?

    I'm developing an application using Developer 2000 and I'm using a menu to call other forms within the application. My problem is that I have a Main-Form with a foreign-key from another table (e.g. CITY_ID is the foreign key and the DESCRIPTION is in

  • How do you put videos on your computer onto iMovie?

    I have been using iMovie for a while now, and I want to start making montage videos of movies and games and stuff. If I have video clips on my computer, how do I put them into iMovie so I can edit the clips together and stuff?

  • Possible to display overall size of attachments on the fly?

    Is it possible to display the overall size of attachments to an email while creating the email and gradually adding more attachments?

  • What language should I learn?

    What single programming language should I learn that is most flexible? It's needs are to form the basis for MacOSX Cocoa applications, Linux command-line programs (and preferably least X11). This I ask here, for scientists likely lurk here, but don't