Getting problem with realms

Hi Guy's
I created realm and i assign that realm at user level. But it is not reflecting.. Any other set up i have to do?. The same stuff i applied at responsibility level. It is working..
If anyone knows reply
Thanks & Regards
Palakondaiah.U

I am talking about Category browse. Once we enter into the iProcurement responsibility, we click on Categories sub tab under Shop tab. Here we have different categories. If we click on Categories, it shows sub categores and if we click on sub categories, it shows the items in it.
If I apply responsibility realms i can able to see the items for which we created realms. But if i apply User level realm alone(at this i am not setting realms at responsibility realms) then i am able to access all the items in all categories. So here User level realms are not working.
What can I do to use realms at User Level?
One more query-->Can we create Requistion templates(not information Templates) to suite our needs. Why because we can't do validation for attributes if we use Information Templates right?
Thanks
pal

Similar Messages

  • Getting problem with handset

    hello i have nokia e71 now i getting problem with it. my mobile phone switches doesn't work.when i try to receive any call but mobile screen it's automatically disappered. evenif i press any key to open my contect menu but i coun't open it as well. so can u reply what i should do.

    Does ur phone contain a large no of msg? If yes pls bring them down to 500 or less. Remove sim & memory card & connect ur phone to charger when u try this.
    Please mark the post as solution if it solves your problem.
    Current Device - Nokia Lumia 1020/920

  • Getting problem with DOMImplementation classes method getFeature() method

    hi
    getting problem with DOMImplementation classes method getFeature() method
    Error is cannot find symbol getFeature()
    code snippet is like...
    private void saveXml(Document document, String path) throws IOException {
    DOMImplementation implementation = document.getImplementation();
    DOMImplementationLS implementationLS = (DOMImplementationLS) (implementation.getFeature("LS", "3.0"));
    LSSerializer serializer = implementationLS.createLSSerializer();
    LSOutput output = implementationLS.createLSOutput();
    FileOutputStream stream = new FileOutputStream(path);
    output.setByteStream(stream);
    serializer.write(document, output);
    stream.close();
    problem with getFeature() method

    You are probably using an implementation of DOM which does not implement DOM level-3.

  • I am getting problem with internal table & work area declaration.

    I am working with 'makt' table ..with the table makt i need to work with styles attributes ..so i declared like this
    TYPES : BEGIN OF ty_makt,
             matnr TYPE makt-matnr,
             spras TYPE makt-spras,
             maktx TYPE makt-maktx,
             maktg TYPE makt-maktg,
             celltab TYPE lvc_t_styl,
           END OF ty_makt.
    DATA : i_makt TYPE TABLE OF ty_makt.
    DATA : wa_makt TYPE ty_makt .
        But end of program i need to update dbtable "makt"...i am getting problem with internal table & work area declaration.
    i think makt table fields mapping and internal table/work area mapping is not correct. so please help me to get out from this.

    Hi Nagasankar,
    TYPES : BEGIN OF TY_MATNR,
                  MATNR TYPE MAKT-MATNR,
                  SPRAS TYPE MAKT-SPRAS,
                  MAKTX TYPE MAKT-MAKTX,
                  MAKTX TYPE MAKT-MAKTG,
                  CELLTAB TYPE LVC_T_STYL,  " Its Working perfectly fine..
                 END OF TY_MAKT.
    DATA: IT_MAKT TYPE STANDARD TABLE OF TY_MAKT,
              WA_MAKT TYPE TY_MAKT.
    Its working perfectly fine. if still you are facing any issue post your complete code.
    Thanks,
    Sandeep

  • I am getting problem with eps image coordite while rotating in AI Script

    I am getting problem with eps image coordite while rotating in AI Script

    "Problem"? Uh, *what* problem?
    "AI Script"? There is no such thing.
    I'm willing to interpret "cordite" as "coordinate" but you must provide more (a LOT more) information before anyone can volunteer to help you. You are not posting to an automated system that retrieves stock answers from a database. You are asking Real People to help you. (And this is a user-to-user forum, so it's all voluntary as well.)

  • If I delete itunes completely from my computer and reinstall will I get problems with my account

    If I delete itunes completely from my computer and reinstall will I get problems with my account. I am trying to upgrade from Vista to Windows 7 and need to clear hard drive as I have problems. Will it give me problems with my account if I install Itunes from new with new Windows 7 operating system?
    Many thanks

    Deauthorize the computer and back up the iTunes library before proceeding.
    (64245)

  • I am a foreigner. So please forgive my bad english. When I purchase music in I tunes store and burn it on cd, can i give it away to others or to I get accusable? Is it possible, to give the musi i purchased to others or to I get problems with copyrights?

    I am a foreigner. So please forgive my bad english. When I purchase music in I tunes store and burn it on cd, can i give it away to others or to I get accusable? Is it possible, to give the musi i purchased to others or to I get problems with copyrights?

    It is illegal, against the law, to do this.
    You ONLY buy the right to your own personal use of the music.
    You do not have any right to distribute it to others.

  • Why do I keep getting problems with Apple not recognizing my email password? This suddenly started and just reminds me of the mess that mobileme was. Calendar dev also is not working. What a complete mess!

    Can't access my email - endless messages saying password is wrong, which it is not. Mobileme all over again. I now need to forward all Apple mail to GMail, which is how an email system should work. Same is true with the calendar - a complete mess on the integration with my Google calendar.
    This is really, really a pain!!

    OK this is Cormacin Texas - these idiots have put me through the hoops, effectively locking me out of the support forum. Anyway I've solved the problem - it took 3.5 hours, involved a trip to the Genius bar at the local Apple store, and one and a half hours escalating through the dial-in help support - which was about the only thing the Genius was good for.
    What you need to know is:
    1. Apple are having problems with their servers, but have not published the fact - we've all wasted a lot of time because these guys want to keep their Customer Sat scores high, I guess. (I'm starting to feel like one of their Chinese factory workers!)
    2. This server problem is compounded by the fact that it only affects a few random servers
    3. It in turn can lead to problems sending emails which require you to change your Apple Mail password, and in my case surgically remove bad records for various hidden email and library folders. (Good luck with that!)
    So, a problem that they hide, a knock-on set of work that the problem indirectly causes, which they also hide, and a support structure that is geared for hardware, not the services that they are now selling.
    My suggestion is to change your mail password using the web (icloud.com) access to Mail and see if that works. After that, remove and reset up your Apple email (Preferences) and pray that you don't have to join endless telephone answering lines where some of the folks will cut you off because they can't be arsed.
    The two guys that finally helped me were brilliant, knew their stuff and could not have done a better job. The key guy was Danny - if you get him, your golden!

  • Getting problem with the new java.util.concurrent package

    i m using the new concurrency package of jdk 1.5 in my code. see the line:
    Executor threadPool = Executors.newCachedThreadPool();
    about this, api doc says Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available
    but i dont find this method to create new threads whenever required. please tell me about this.
    in my code, in some rare cases many threads r created, and very difficult to detect the number of active threads.
    as the previous one failed i tried with another one newFixedThreadPool(int). but here i got another problem. it works successfully but i dont understand what should be the size of the pool. i tried with 1000, it works well, but in a very rare case, it failed also. then i tried with 10000. but i m still confused, i dont know whether it would work always or not. with traditional threads my code never fails.
    please tell me, what should be the size of the pool and also let me know what is the problem with the first one (newCachedThreadPool)

    The thread pool should not be more than 100 threads. Ideally you should only have a small number of threads per CPU. If your threads are not long running it is possible that you could add 10,000 runnables but on start a small number of threads. Note, adding a thread take a non trivial amount of time so while the thread is added, all the others could finish. This could mean the number of threads could be 140 or smaller.
    Have you looked at the code to see what it does?

  • Why are you updating Firefox so fast? I get problems with my Internet Bank every time before they have updated their software. And by that time you already have a new version.

    I get a popup that tells there is a new version and I don't know how to get rid of it.
    As I have said in the question I get problems when you are updating too many times in a year.
    I didn't know where to ask this question. Maybe there is a better place, but I could not find it.

    Thanks for the suggestions. I did finally find out that I could uncheck Firefox update and wait until my bank have done their update. (And I can of course use Internet Explorer...) But I still think you make new versions too fast.

  • Hi i m getting problem with yahoo account

    hi i m facing problem with yahoo account like apple.imap.mail.yahoo.com is in correctly could u solve this one plz as soon as possible.thnx

    Delete the account.
    Add the account back using the correct settings.
    If the problem continues, contact Yahoo for assistance.

  • Japanese Data Set and Get Problem with SQL

    Hi,
    I am not able to retrieve or set data contain Japanese characters.
    Formerly our set up was running just fine. But on doing installation on a new machine, things have gone all haywire.
    I installed Win NT 4.0 Japnese version and SQL 7.0 and later Win 2000 Server Japanese version with same SQL 7.0, but on both get and set I get SQL Exceptions:
    Query 1:
    SELECT DISTINCT MAKER_CD FROM T_MAKER WHERE MAKER_NAME = '�a�l�v�A���s�i' Exception:
    [Microsoft][ODBC SQL Server Driver][SQL Server]Unclosed quotation mark before the character string '�a�l�v�A��'.
    Query 2:
    Insert into Car (intCarID, nvchCustomerID, nvchCarMaker, nvchCarModel,nvchCarDescription, nvchCarCode, nvchCarColor, tintRegistrationCalendar,tintRegistrationMonth, intRegistrationYear,nvchAnnualMileage, nvchPurpose, intNoOfKms,intAirBag, btEcologicalCar, btAntilockBreakSystem,btAntiskid, btSafetyBody, btAntitheft, btFourWheelDrive,btCarModification, nvchLicensePlateArea, intLicensePlateType,nvchLicensePlateHiragana, tintLicensePlateNumber,nvchCarManufacturingNumber, nvchCarOwner, btCurrentlyInsured)Values( 1, 'NI200205040001','','', '', 'HA11S', '���I����������',2,1, 11 ,'5000', '�����E���W���[',0,2,0,0,0,0,0,0,0,'',0,'null', '0' ,'', '�_�������{�l' , 0)
    Exception:
    [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'null'.
    I do not wish to Prepared Statements. I will need to update all my JDBC calls this way.
    Would be grateful if any solutions to this problem could be provided.
    Tahanks and Regards

    If you are using the JDBC-ODBC bridge, then add the 'charset' property (with the name of the japanese charset as value, or whichever you are using) to the Properties instance you pass on to getConnection().
    Alin.

  • SecurityException due to problems with realm

    Hi,
    we try to run our web application (developed and successfully deployed under WebLogic5.1)
    on the WebLogic6.0.
    After transforming the weblogic.properties file followed by adjusting the new
    config.xml and copying the necessary
    classes, *.jar, *.jsp, etc. files into the appropreate directories we unfortunately
    get following error message
    when trying to start the server:
    Starting WebLogic Server ....
    <25.06.2001 11:13:14 GMT+02:00> <Notice> <Management> <Loading configuration file
    .\config\benchbase\config.xml ...>
    <25.06.2001 11:13:18 GMT+02:00> <Info> <Logging> <Only log messages of severity
    "Error" or worse will be displayed in this window. This can be changed at Admin
    Console> benchbase> Servers> benchbaseServer> Logging> Debugging> Stdout severity
    threshold>
    <25.06.2001 11:13:21 GMT+02:00> <Emergency> <Server> <Unable to initialize the
    server: 'Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user system denied
    in realm weblogic
    java.lang.SecurityException: Authentication for user system denied in realm weblogic
    at weblogic.security.acl.Realm.authenticate(Realm.java:209)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:229)
    at weblogic.security.acl.internal.Security.authenticate(Security.java:113)
    at weblogic.security.SecurityService.initializeSuid(SecurityService.java:293)
    at weblogic.security.SecurityService.initialize(SecurityService.java:123)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.SecurityException: Authentication for user system
    denied in realm weblogic
    java.lang.SecurityException: Authentication for user system denied in realm weblogic
    at weblogic.security.acl.Realm.authenticate(Realm.java:209)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:229)
    at weblogic.security.acl.internal.Security.authenticate(Security.java:113)
    at weblogic.security.SecurityService.initializeSuid(SecurityService.java:293)
    at weblogic.security.SecurityService.initialize(SecurityService.java:123)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    In config.xml we've done (among others) following entries:
    <Security
    GuestDisabled="false"
    Name="benchbase"
    PasswordPolicy="mypasswordpolicy"
    Realm="myRealm"
    SystemUser="system"
    ConnectionFilter=""
    />
    <Realm
    Name="myRealm"
    CachingRealm="myCachingRealm"
    />
    <FileRealm
    Name="myFileRealm"
    />
    <CustomRealm
    Name="myCustomRealmPPA"
    RealmClassName="com.ppaworld.benchbase.ejb.eb.user.PpaRealm"
    />
    <CachingRealm
    ACLCacheEnable="true"
    AuthenticationCacheEnable="true"
    CacheCaseSensitive="true"
    GroupCacheEnable="true"
    Name="myCachingRealm"
    PermissionCacheEnable="true"
    UserCacheEnable="true"
    BasicRealm="myCustomRealmPPA"
    />
    <ShutdownClass
    ClassName="com.ppaworld.benchbase.ejb.eb.user.RealmShutdown"
    Name="disablePpaRealm"
    Targets="benchbaseServer"
    />
    <StartupClass
    ClassName="com.ppaworld.benchbase.ejb.eb.user.RealmStartup"
    Name="enablePpaRealm"
    Targets="benchbaseServer"
    />
    Do you know what can be done in order to solve our problem? Thanks a lot in advance.
    Best regards
    Elena

    On 25 Jun 2001 03:08:36 -0800, "Elena Kolodizki" <[email protected]>
    wrote:
    >
    Hi,
    we try to run our web application (developed and successfully deployed under WebLogic5.1)
    on the WebLogic6.0.
    After transforming the weblogic.properties file followed by adjusting the new
    config.xml and copying the necessary
    classes, *.jar, *.jsp, etc. files into the appropreate directories we unfortunately
    get following error message
    when trying to start the server:
    Starting WebLogic Server ....
    <25.06.2001 11:13:14 GMT+02:00> <Notice> <Management> <Loading configuration file
    \config\benchbase\config.xml ...>
    <25.06.2001 11:13:18 GMT+02:00> <Info> <Logging> <Only log messages of severity
    "Error" or worse will be displayed in this window. This can be changed at Admin
    Console> benchbase> Servers> benchbaseServer> Logging> Debugging> Stdout severity
    threshold>
    <25.06.2001 11:13:21 GMT+02:00> <Emergency> <Server> <Unable to initialize the
    server: 'Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user system denied
    in realm weblogic
    java.lang.SecurityException: Authentication for user system denied in realm weblogic
    at weblogic.security.acl.Realm.authenticate(Realm.java:209)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:229)
    at weblogic.security.acl.internal.Security.authenticate(Security.java:113)
    at weblogic.security.SecurityService.initializeSuid(SecurityService.java:293)
    at weblogic.security.SecurityService.initialize(SecurityService.java:123)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    Do you know what can be done in order to solve our problem? Thanks a lot in advance.
    Best regards
    ElenaYou'll have to supply password when starting WebLogic. See
    http://e-docs.bea.com/wls/docs60/adminguide/startstop.html#1031706

  • Iam getting problem with Jfilechooser iam not getting networkneighbourhood

    Dear Sir,
    Iam doing a product for education portal for that we are using swing as frontend in that we are using Jfilechooser where ever we want but the problem is in filechooser iam getting the directories of the system(like C, D, E). But iam not getting the networkneighbourhood in that. Please any body can solve my problem i want to select networkneighbouhood. Ill be waiting for your reply.If apiece of code is there ill be very thankful.
    regards
    surya

    Unfortunately can't be done with JFileChooser, you would have to write your own version.
    See the bottom of this document
    http://java.sun.com/products/jfc/tsc/articles/merlin/windows/index.html
    Unfortunately the link that the text then leads you on to is broken.

  • Getting problem with the FM IDOC_WRITE_AND_START_INBOUND

    Hi ,
    I have scenarios like, I am downloading the Idoc into the local file from one system and uploading into the different system. After upload, I am posting the Idoc witht he subject FM.
    I am creating the Inbound Idoc with the FM IDOC_WRITE_AND_START_INBOUND and Inpur parameters which i am passing with control structure it_edidc and tables it_edidd
    But already it_edidc(Control Strcutrute) has the previous IDoc number , I am able to create the IDoc but getting the error as 56. I am getting the error as follow with
    "EDI: Field DOCNUM in control record with value '0000000000687239 ' is invalid ." . But if i remove the IDoc number from the control structure before passing to this FM, then IDOc is not creating and system message as "Update was terminted"
    How can i solve this problem or Any alternativa way to skip this kind of error?
    Thanks and Warm Regards,
    Vijay

    you should not give Idoc number in IT_EDIDC, need to pass rest all the data.
    and corresponding EDIDD data need to pass to IT_EDIDD.
    system will generate the Idoc number when we process the FM.
    so, in your case once you dowloaded the data into flat file clear the DOCNUM field from EDIDC table and upload into another system and process.

Maybe you are looking for

  • Link to Web Analyzer from rsrt or query designer does not work.

    If I start with the transaction RSRT a query in the Java Web would get the following error message: Java Runtime Error But if I had started earlier browser, the portal there is no problem. Is this a SSO problem? The same problem I have when I would r

  • MWST not getting determined at header

    Hi, In CRM 4.0, I am getting the pricing conditions correctly including MWST at item level. But still there is an error which says that MWST not found. I observed that at the header, there is no MWST determined. Any clues. thanks Yash

  • How much is my iMac worth

    Hello, I am planning on buying a new iMac so I'm wondering how much should I sell my iMac for? Full Specs List Name: iMac (21.5-inch, Mid 2011) Processor: 2.5 GHz Intel Core i5 RAM Memory: 8 GB 1333 MHz DDR3 4x2GB Graphics Card: AMD Radeon HD 6750M 5

  • 6310 horizontal line appears when copying

    Officejet 6310 all in one when I try to copy the page the copied page has 3 horizontal lines going right through the centre of the page one wider than the other two lines. What can I do. Also I am trying to print on a thicker page which I have previo

  • J2ee -verbose error

    Hi, I have download the j2se and j2ee versions for petstore and created the required env variables. When the start the Cloudscape, it is fine. But when I executed J2EE - Verbose from the cmd prompt, I get the following error and the execution stops.