Cannot create profile for IMG display only access - Timeout

Hello all,
I have created a role for IMG display only role. It has hundreds of Org values and fields. I have made ACTVT=03 in change Authorization
Everything is fine except when i click to create profile, the system does starts processing but its taking hell of a time. It times out since the system has time out after 9000s. Anyway 2 hrs for creating profile..phew!
Is there a way I can create profile?
Alternatively, Is there a simpler way to create role for IMG display only access?

How are you building your role?  It shouldn't be timing out - might be worth having a chat with your basis team.
Alternatively, if you can save the role (but not generate it) you might be able to generate it in the background via transaction SUPC.  It's better to understand why you cany create it first though.

Similar Messages

  • Help matching color profiles for 2 displays??

    I have two cinema display monitors (one new, the other 1 year old), and I can't get them to share a color profile. Through SysPrefs I can calibrate them individually, but the results look completely different. The older monitor appears "pinker" overall, esp. in the light tones. When I finish calibrating, the last dialogue box asks to if I want to share the color profile, but I can't see the new profile in the other monitor's Display Profile list.
    Any help is greatly appreciated!

    Did you uncheck "Show profiles for this display only"? If the displays are not the same model, and age, you probably want different profiles, anyway. To calibrate properly you need a colorimeter.

  • Why cannot I use hidden or display only item to store value for insert?

    hi, Gurus:
    I have a question:
    I implemented a form with report region in a page, the update works OK, but the add function has a problem:
    There is a column, offender_ID, which is a foreign key for another table, it should not be null during insert. However, even I pass the offender ID from master page when user click the create button, and it did shows in the form, it must be a text filed to insert successfully, why cannot I use hidden or display only item to store this value for insert? (If I use hidden or display only item, insert won't be successful, apex reports I tried to insert a null value to offender_ID column.)
    Many Thanks in advance.
    Sam

    Hi,
    There is a column, offender_ID, which is a foreign key for another table, it should not be null during insert. However, even I pass the offender ID from master page when user click the create button, and it did shows in the form, it must be a text filed to insert successfully, why cannot I use hidden or display only item to store this value for insert? (If I use hidden or display only item, insert won't be successful, apex reports I tried to insert a null value to offender_ID column.)I think both hidden and display items have attributes that can cause problems because of different ways these items function than non-hidden and non-display-only items function. Display Only items have a "Setting" of "Save Session State" Yes/No? That can be a problem.
    Would you do this? Make these items regular items instead and see if you can get those working. Then, we will try to change the fields back to hidden or display only.
    Howard
    Congratulations. Glad you found the solution.
    Edited by: Howard (... in Training) on Apr 11, 2013 10:26 AM

  • How to create a user with read only access for ESB / BPEL Console

    I need to create a user with read only access to ESB Console & BPEL Console. I have created a user
    (esbreadonly) and assigned ascontrol_monitor role but user is still able to
    delete services from ESB systems (such as DefaultSystem). Is there any way to
    create a user that has strickly read only access to ESB Console & BPEL
    Console
    Thanks
    Dinesh Patel

    Check out this post.. I'm in the process of testing.
    http://chintanblog.blogspot.com/2007/12/i-saw-numerous-people-asking-about-bpel_290.html

  • Cannot create Acknowledgement for msd ID:.....

    I am getting following error msg frequently in my JMS receiver comm channel:
    "Cannot create Acknowledgement for msd ID :....."
    This msg is displayed in Runtime workbench for my JMS Receiver comm channel
    Please provide a solution to prevent this error.
    This error comes certain times, and after sometime comm channels starts as usual without any error..

    You want ;
    request.setAttribute("customers", customers);
    instead
    request.setAttribute("customers", "customers");
    regards

  • The factory profile for this display could not be found

    Just received a new (mid-2012) macbook air (13"). Started it up from time machine from my old macbook pro.
    The new screen seemed a bit blue so I thought I'd calibrate the display. But I don't seem to be able to. I don't get the Display Calibrator Assistant. I just get 'The factory profile for this display could not be found'. Please help if you can?

    Thanks for the feedback.
    With Pacifist, a search should show everything in a separate search results window. That feature might only be available in the paid mode. If you're reinstalling once a month, you might reconsider how you're using the machine. If you made frequent bootable backups/clones to an ext FireWire HD and also did a Time Machine backup to another disk/volume/partition, you'd probably minimize doing that. I haven't done an A&I installation but once the past six years. That doesn't include purposeful ones done while beta-testing Panther, Tiger, and Leopard.
    See these for other tips on keeping your installation flawless:
    Mac Maintenance Quick Assist,
    Mac OS X speed FAQ,
    Myths of required versus not required maintenance for Mac OS X,
    Macintosh OS X Routine Maintenance
    Essential Mac Maintenance: Get set up
    Essential Mac Maintenance: Rev up your routines,
    Speeding up, and
    Maintaining OS X for information.

  • You cannot create ARE3 for duty paid Deemed exports excise invoice!

    You cannot create ARE3 for duty paid Deemed exports excise invoice!
    Message no. 4F326

    Hi murali,
    How can you create ARE document for duty paid excise invoice
    ARE docs are for excise exption purpose only
    regards
    bvdv

  • The factory profile for the display could not be found.

    Whenever I try to color calibrate my Mid 2010 iMac I get the error message "The factory profile for the display could not be found". When you look at the profile settings for the display a color sync profile is set, but the setting for the factory profile is blank. I know where the color sync profiles are stored but it seems to me that the display has lost the setting to the factory profile. Can anyone tell me what the default factory profile setting should be? and how do you restore the setting? (note: I seem to have all the ICC files, it's the default factory setting itself that is missing)

    There seems to be a lot of posts about this issue dotted around the net with no-one able to come up with a solution. So I found a solution myself! =P
    1) Download a copy of Plistedit Pro. It's shareware, so donate!
    2) Edit /Library/Preferences/.GlobalPreferences.plist (you will need to create a copy of the file, edit the copy and then copy back)
    Using the plist editor find the coloursync entry for your device and simply edit the factory default entry to point to a valid colorsync profile file (.icc).
    I can now colour calibrate my iMac again. Phew!!!

  • Help with Jsp: logic:iterate  Cannot create iterator for this collection

    Hello,
    I am developing a jsp with struts. This is the snap of the code:
            <logic:iterate id="prod" collection="productList" >
              <tr align="center">
                   <td><html:text property="prodDesc" size="50" indexed="true"/></td>
                   <td>
                        <html:select property="prodUnit" indexed="true">
                             <option selected>-</option>
                            <OPTION VALUE='NMB'>NMB
                             <OPTION VALUE='TEN'>TEN
                             <OPTION VALUE='TPR'>TPR
                             <OPTION VALUE='GWH'>GWH
                        </html:select>
                   </td>
                   <td><html:text property="prodQty" size="20" indexed="true"/></td>
                   <td><html:text property="prodVal" size="20" indexed="true"/></td>               
              </tr>
            </logic:iterate>"productList" is defined as an array of Product[], "prod" is defined as a single Product object in the form. But when i run the page, it gives me this errors:
    "javax.servlet.jsp.JspException: Cannot create iterator for this collection".
    I also tried to make "productList" an ArrayList type, but it game me this same error.
    We are using Websphere 4.0 with Struts 1.1.
    Anyone can help?
    Thanks a lot.
    All the best,
    warren

    Hi , I have similar problem. wonder anyone can help me. I have a datastructure. ArrayList contains list of Hashtable; each Hashtable has two key-value sets ; for each key-value set , value is a ValueObject.
    My jsp works ok. but when I click on the radio butten for one radio group, it sets not only the porperty on that row, but the rows belows ,which suppose to be another radio group , because I am using indexed="true". each row should be a individual group seperated by the name poDisplayVO[i] , as show in the html generated .
    <!-- JSP -->
    <logic:iterate id="poDisplayVO"
    name="testForm"
    property="poDisplayVOList"
    type="java.util.Hashtable">
    <tr>
    <td>
    <bean:write name="poDisplayVO" property="name"/>
    </td>
    <td>          
    <% String val = ((java.util.Hashtable)poDisplayVO).get("subjAreaName").toString();%>
    <html:radio indexed="true" name="poDisplayVO" property="fosVO.select" value="<%=val %>" />
    <bean:write name="poDisplayVO" property="subjAreaName"/>
    </td>
    <td>           
    <html:radio indexed="true" name="poDisplayVO" property="fosVO.select" value="no" /> NO
    </td>
    <td>           
    <html:radio indexed="true" name="poDisplayVO" property="fosVO.select" value="yes" /> YES
    </td>
    </tr>
    </logic:iterate>
    <! ------------------------ html genterated ------------------------------------------------>
    the HTML generated as folllows:
    <tr>
    <td>
              Accounting Studies
    </td>
    <td>          
         <input type="radio" name="poDisplayVO[0].fosVO.select" value="Accounting">
              Accounting
    </td>
    <td>           
         <input type="radio" name="poDisplayVO[0].fosVO.select" value="no"> NO
    </td>
    <td>           
         <input type="radio" name="poDisplayVO[0].fosVO.select" value="yes"> YES
    </td>
    </tr>
    <tr>
    <td>
              Accounting Studies
    </td>
    <td>          
         <input type="radio" name="poDisplayVO[1].fosVO.select" value="Bookkeeping">
              Bookkeeping
    </td>
    <td>           
         <input type="radio" name="poDisplayVO[1].fosVO.select" value="no"> NO
    </td>
    <td>           
         <input type="radio" name="poDisplayVO[1].fosVO.select" value="yes"> YES
    </td>
    </tr>
    <tr>
    <td>
              Accounting Studies
    </td>
    <td>          
         <input type="radio" name="poDisplayVO[2].fosVO.select" value="Computerized Accounting(Duplicate)">
              Computerized Accounting(Duplicate)
    </td>
    <td>           
    <input type="radio" name="poDisplayVO[2].fosVO.select" value="no"> NO
    </td>
    <td>           
    <input type="radio" name="poDisplayVO[2].fosVO.select" value="yes"> YES
    </td>
    </tr>
    <! ------------------------ action form-----------------------------------------------
    public ArrayList getPoDisplayVOList() {
         return poDisplayVOList;
    public void setPoDisplayVOList(ArrayList list) {
         poDisplayVOList = list;
    public Hashtable getPoDisplayVO(int i) {
         Object obj = poDisplayVOList.get(i);
         if (obj == null)
              obj = new Hashtable();
              poDisplayVOList.add(obj);
         return (Hashtable)poDisplayVOList.get(i);
    public void setPoDisplayVO(Hashtable programDisplayVO, int i) {
              poDisplayVOList.add(i, programDisplayVO);
         }

  • Cannot create cursor for group

    Hi All,
    Iam trying to Integrate Reports(jsp) with our J2ee application. I have deployed the Application throgh OEM . I have a created sample report JSP through Reports Devloper Suite and it is displaying fine. Now when I try to run the JSP created by the Reports Devloper team. They are not running fine.One of the reports gives the following message in browser "Cannot create cursor for group " . I see no exception in the logs too.
    Iam using 10g 10.1.2.0.2 Oracle Application server.
    Iam also using thin Client.
    Thanks In Advance for the Help.

    seel my previous posting

  • ServletException: Cannot create iterator for this collection

    hi,
    i am using struts action class with struts tags to display
    data in jsp page.
    in struts class i am return arraylist ,
    same list i am displaing in jsp.
    if Arraylist have data ,i am not getting error.
    but if arraylist empty ,i am getting ServletException: Cannot create iterator for this collection
    <logic:iterate id="result" name="fileList" >
    <td><bean:write name="result" property="fileName"/></td>
    </logic:iterate
    can any one help how to avoid this exception?
    thanks
    siav

    You could use <bean:size> to get the size of the list
    and conditionally execute the logic:iterate,
    something like this :
    That will work, but not necessary. If the collection is empty, the iterate tag just skips - it doesnt throw an exception (tested)
    The problem I guess is that the bean with the specified name is not a Collection. It may be a property of the bean that is a collection in which case the tag should have a property attribute.
    ram.

  • BAPI to create profile for material

    Hi all,
    Is there a BAPI to do following things:
    1. create Profile for material
    2. Assign new Class Type 300 for Material
    3. add variants class to have characteristics and update its values.
    Thanks in advance,
    Amruta

    Hi Amrutha,
    Please try this BAPI
    BAPI_UI_CREATE
    Regards
    Rasheed

  • Cannot create reservation for a closed sales order

    Hi,
    IN the mtl_resrevation_interface errors iam getting the message as Cannot create reservation for a closed sales order for most of the items .
    when i check the details of the sales order line it is already closed.
    but why it is trying to insert the line in mtl_reservation though it is already closed.
    i want to know what would be the reason.
    Thanks,
    Vinod

    You may have a custom program that creates the records in the reservations interface table.
    That program may have a bug.
    Hope this helps
    Sandeep Gandhi
    Independent Techno-functional Consultant

  • Can Not Calibrate the display. The factory profile for the display...

    I have an apple cinema display 20" and a mac powerbook g4 (1.25 GHx PowerPC g4, 1.25 GB DDR SDRAM) with os 10.4.9. All of my software is up to is date.
    I used to be able to calibrate my colorsync profiles. My computer's hard drive recently failed and I had it replaced and the system re-installed (If any of you live in NYC, I took it to tek Serve, and they know what they are doing).
    Now when I try to calinbrate my monitor I get the error "Can Not Calibrate the display. The factory profile for the display could not be found." Like I said I have updated to 10.4.9 but this hasnt solved my problem. I have restarted my computer, and this has also not solved my problem.
    Any help!?! Please! This is important to me as I do color work for print and I need to see colors accurately When I use my computer.

    I fixed it already. There was indeed a problem in the preferences. In my case I removed the whole preferences folrder to the desktop (which forces the computer to rebuild it fresh) and it worked fine! Then one at a time 'as it was needed, I put back the preferences for other applications (mail, itunes etc). Turns out no preferences was better than whatever corrupted preference was in there causing the problem. You know what I mean. If no preferences are there the applications start over building it new automatically. So it was like a preferences restart. sorta.
    Unfortunately, since I dont have applecare I had to spend 50 bucks on the phone with apple to figure this out. It's amazing how long it took them to actually pinpoint the problem. Hopefully if anyone gets that error in the future they'll find this post on google and save some bucks.

  • How can I launch firefox on different displays simultaneously without creating profiles for each of them

    On my solaris server, there is an application which, in order to display some information, opens the browser. The server can be accessed thorugh X windows by various users. The issue is that whn firefox is open on one display, it fails to open on another display.
    The resolution for this problem as suggested by a lot of users on various forums is to create different profiles for various firefox instances. However, everytime my application will launch firefox, i will have to invoke it with -P option which will pop up the profile manager. I do not wish to show the pop up for creating profiles:(. Is there some way to allow multilple instances of firefox to run on different displays?

    when you lock the preferences with the mozilla.cfg file in the firefox program folder as it's described in the mozillazine kb article above, it should apply for all users...

Maybe you are looking for

  • Timelime playback problems in CS4

    After several months editing on a CS4 project with three sequences, at first randomly, and now everytime Iopen the project file and hit playback it takes several seconds for either clips in the source monitor or sequences on the timeline to playback.

  • Problem with com.sun.xml.parser.Parser

    Hi , I am using weblogic 6.01. In my ejb class, I am parsing a String to create XmlDocument. I created xml registry in weblogic server. In my weblogic server's xml registry, I have com.sun.xml.parser.DocumentBuilderFactoryImpl as DocumentBuilderFacto

  • Is there any way to restore bookmarks with sync?

    I lost my firefox, but shortly before i clicked the "sync now" thing. I reinstalled it, but now i can't get any of my bookmarks. Is there any way to restore the information? I backed up the old firefox file, but replacing it does nothing.

  • Regular expressions API in v1.3.1

    hi, is there any package like java.util.regex of java version 1.4.1 in java version 1.3.1? is it possible to use regular expressions in 1.3.1 version? i need methods like matches() and replaceAll() in Matcher class of version 1.4.1 if not, is there a

  • Line intersection cleaning

    I have a 1 point rectangle and a 2 pt diagonal line intersection - when zoomed in the diagonal line corners are outside the rectangle. is there a way to clean this without making rectangle into lines? thanks in advance