What is br class="clearfloat" / doing in my code?

I'm using Dreamweaver and am assuming that at some point DW put this code in for some purpose because I don't remember adding it. My question is, do I need this line and if so is there some place else I can put it so that it doesn't add the extra space?

Mike-H wrote:
I agree with David. They are part of the predefined layouts.If you look at the css, the break has a height of 0 and the font-size is 1 pixel, so it will render as virtually invisible.
I'm curious, though. Murray, where in your CSS would you put the overflow: hidden; ? In the opening of the next div or section of your code? I don't yet know enough about what the overflow does. I do understand what happens with the <br class="clearfloat"> line that is in the layouts. How does the overflow: hidden differ?
Thanks,
Mike
(p.s. good to see Murray and David here. There is a glimmer of hope that we might still learn more. ).
Thanks for your reassurances, although I have to say that this forum is not my preferred way of doing things.
You would apply that style to the container of the floats, e.g.,
<div style="border:1px solid red;">
   <p style="float:right;"><img width="100" height="100" src="">foo</p>
</div>
In this case, you'd see a thin red line above the "foo", which is the bordered div collapsed (there is no non-floated content to hold it open.
But change that to this -
<div style="overflow:hidden;border:1px solid red;">
   <p style="float:right;"><img width="100" height="100" src="">foo</p>
</div>
and you will see the container expand to contain its content.  Using Stephanie's markup it would be this -
<div style="border:1px solid red;">
   <p style="float:right;"><img width="100" height="100" src="">foo</p>
  <br class="clearfloat" />
</div>
The difference is that it's cleaner (I think) to do this in the CSS rather than in the markup.  In addition, you add space to the container when you add the <br />.

Similar Messages

  • IOS Firewall: what is this class map doing?

    Hi, a few weeks ago I set up a class map but now as I am finding time to review my config, I am wondering what effect this has.  It is applied to a policy map for ssh access from the Internet to the router for management:
    class-map type inspect match-any SSH
    match protocol ssh
    match access-group name SSH
    The access list with the name "SSH" just allows certain public IP network blocks. 
    But I think I should be setting this to match-all and not match-any if I want it to allow the ssh protocol from only my IP, correct? 
    Also just to ensure I am not confused about proper creation of the ACL.  The ACL with the name SSH I've given is as follows:
    ip access-list extended SSH
    permit tcp xx.xx.0.0 0.255.255.255 any eq 22
    permit tcp xx.xx.0.0 0.7.255.255 any eq 22
    permit tcp xx.xx.0.0 0.255.255.255 any eq 22
    First, am I being redundant in the class map by telling it to match protocol ssh and also specifiying port 22 in the ACL? And, is this ACL readout done properly if I want only certain IP blocks to be able to come in from the Internet, to the router, using ssh? 

    Hello Colin,
    But I think I should be setting this to match-all and not match-any if I want it to allow the ssh protocol from only my IP, correct?
    Exactly you are getting it now It needs to be a match all....
    Regarding the ACL should be like this:
    access-list SSH
    permit tcp host outside_user_ip host router_outside_interface eq 22
    Regards,

  • What is pack and upack doing in this code ?

    Hello ABAP Experts,
    wha is the purpose of unpack in this code below. ?
    LOOP AT datapak ASSIGNING <fs>.
        UNPACK <fs>-zcurr_type TO <fs>-zcurr_type.
        UNPACK <fs>-zp0_type   TO <fs>-zp0_type.
        UNPACK <fs>-zp1_type   TO <fs>-zp1_type.
        UNPACK <fs>-zp2_type   TO <fs>-zp2_type.
        UNPACK <fs>-zp3_type   TO <fs>-zp3_type.
        UNPACK <fs>-zp4_type   TO <fs>-zp4_type.
        UNPACK <fs>-zp5_type   TO <fs>-zp5_type.
        UNPACK <fs>-zp6_type   TO <fs>-zp6_type.
        UNPACK <fs>-zp7_type   TO <fs>-zp7_type.
        UNPACK <fs>-zp8_type   TO <fs>-zp8_type.
        UNPACK <fs>-zp9_type   TO <fs>-zp9_type.
        UNPACK <fs>-zp10_type   TO <fs>-zp10_type.
        UNPACK <fs>-zp11_type   TO <fs>-zp11_type.
        UNPACK <fs>-zp12_type   TO <fs>-zp12_type.
      ENDLOOP.
    Thanks,
    BWer

    F1 help for UNPACK.
    <i>
    UNPACK
    Basic form
    UNPACK f TO g.
    Effect
    Unpacks the packed field f and places it in thefield g with leading zeros. If g is too short, it istruncated on the left.
    Example
    DATA: P_FIELD(2) TYPE P VALUE 103,
          C_FIELD(4) TYPE C.
    UNPACK P_FIELD TO C_FIELD.
    P_FIELD: P'103C' --> C_FIELD: C'0103'
    Notes
    If f is not type P, it is converted to typeP (see MOVE).
    g should always be type C. Otherwise, unwanted sideeffects may occur.
    The sign in the packed number is ignored.
    The same runtime errors may occur as occur with thePACK statement.
    </i>
    Regards,
    Rich Heilman

  • During a demo today could not use Messages for video chat or screen share - what dumb thing was I doing wrong?

    I was giving a demo / class today for some people in a volunteer group I work for. They all got new MacBook Airs or MacBook Pros, and I got a MacBook Pro because I am going to be going into explain how to use them.
    Most everythng went well, but one really cool thing I do all the time from home on my iMac I couldn't get to work. That part of the lesson was a disaster, though fortunately everything else went well.
    I'd like to figure out what dumb thing I was doing wrong so I can show them next week.
    I know we have to sign in with AOL accounts for screen sharing to work in Messages. So first I had everybody sign up for a free AOL account. That went fine.
    Then we all logged in using our accounts. That went fine for everybody except one person. We could all see each other online, with little video cameras next to our names in the Buddy List. One person never showed up anywhere for some reason.
    But we could not do either video chats or successfully request to share other peoples' screens, which I do all the time at home to help other people with their Macs.
    One person could not even see any requests from me pop up. One person could see my requests come in and accepted them, but nothing happened after that.
    Ordinary message chats were working ok.
    Things I already thought of:
    1. Perhaps the wi-fi in the bulding was blocking some ports? Just in case, I turned on mobile hotspot (tethering) on my iPhone 5 and had everybody connect to my network. But the results were the same, so it wasn't that.
    2. I wasn't sure it mattered, but in Settings > Sharing I made sure that everbody had screen sharing turned on. And just in case, even though I don't have this set from home, I further made sure everybody had "anyone may request to control the screen" checked.
    While I could do local network sharing of screens (via the Devices list in the Finder side panel), I couldn't for the life of me get it to work with Messages. But I've been doing this for years from home to help my sister and other people across town with their Mac by doing screen sharing this way and taking over their screen.
    It must be something dumb I'm overlooking. Anybody know what it is?
    Thanks,
    Doug

    Problem solved, finally, by AppleCare support!
    I gave up trying to reach the "English support line" guy located in Manila and decided to insist on plain old Japanese support here in Tokyo and explained the problem from scratch.
    First we tried all the usual suspects, but nothing we did could get it to work. Then we did an ARA (Apple Remote Access) support session. This was the first time I ever did this. Quite cool, and very useful.
    At first we still could not figure out what was wrong, but finally isolated the problem to the way my AOL account name was entered.
    When I added the AOL account to my Messages app, all I did was enter my username part. I didn't add the @aol.com part, because I never did that on my iMac. However, Messages kept on automatically adding "@aol.com" to the end of the AIM account name.
    The Apple tech person got me to try once again to get rid of the @aol.com part of the account name. We:
    1. Disabled the account.
    2. Manually deleted the @aol.com, leaving just my AIM name.
    3. Restarted my MacBook Pro (very quick, by the way, and also immediately brought back his ARA session).
    This time the @aol.com part remained gone, and I was able to test connecting to my iMac, which has a different AIM account set. It worked!
    I was able to do screen sharing via Messages! And also do video chat via Messages. Yay!
    So much thanks to Watabe-san at Apple support. The people I am teaching will be happy to see this working on Sunday, because it really is a very useful tool for assisting people remotely.
    doug

  • Class CL_RSR_QUERY_VARIABLES does not exit anymore

    Dear all,
    Class CL_RSR_QUERY_VARIABLES does not exist anymore in NW04s. Does anybody know what is the new class that substitutes it?
    Thanks and regards,
    Flavia Sanchez

    Hi Michael,
    I am the guy responsible for this development.
    The class is used in a function module to execute a BW Query and return a xml string within a BSP application. The result table of the query is used within the BSP application logic to fill the graphical presentation layer that consitutes the front end of the BSP application. 
    Here is the statement within the FM where the class is used:
      DATA: wf_query_var TYPE REF TO cl_rsr_query_variables .
    Here is the call to the FM within the BSP application (Even Handler: OnInputProcessing):
          CALL FUNCTION 'Z_RMZ_BW_SEM_NGRM_EXE_QRY'
            EXPORTING
              QUERY_NAME            = rpt_tech_id
            IMPORTING
              XML_OUT               = xml_out
              REF_RESULT_TAB        = res_tab
            TABLES
              QUERY_VARIABLES       = var
              RETURN                = breturn
              META                  = meta
            EXCEPTIONS
              BAD_VALUE_COMBINATION = 1
              USER_NOT_AUTHORIZED   = 2
              UNKNOWN_ERROR         = 3
              QUERY_NOT_FOUND       = 4
              OTHERS                = 5.
    If this class does not exist with this name in NW then I assume it must exist as another object since this is THE class for programming with query variables.
    Thanks for your support.
    Greetings,
    Martin

  • Could anyone tell me what is a class

    Hi gurus,
                  could anyone explain me in detail what does a class mean (se24) in sap and for what it is used? i have tried my best to know about it. it is like greek and latin to me.
    Thanks in advance,
    Ramana

    Classes describe objects. From a technical point of view, objects are runtime instances of a class. In theory, you can create any number of objects based on a single class. Each instance (object) of a class has a unique identity and its own set of values for its attributes.
    classes consist of ABAP source code, enclosed in the ABAP statements CLASS ... ENDCLASS. A complete class definition consists of a declaration part and, if required, an implementation part. The declaration part of a class <class> is a statement block:
    CLASS <class> DEFINITION.
    ENDCLASS.
    It contains the declaration for all components (attributes, methods, events) of the class. When you define local classes, the declaration part belongs to the global program data. You should therefore place it at the beginning of the program.
    If you declare methods in the declaration part of a class, you must also write an implementation part for it. This consists of a further statement block:
    CLASS <class> IMPLEMENTATION.
    ENDCLASS.
    The implementation part of a class contains the implementation of all methods of the class. The implementation part of a local class is a processing block. Subsequent coding that is not itself part of a processing block is therefore not accessible.
    Structure of a Class
    The following statements define the structure of a class:
    A class contains components
    Each component is assigned to a visibility section
    Classes implement methods
    The following sections describe the structure of classes in more detail.
    Class Components
    The components of a class make up its contents. All components are declared in the declaration part of the class. The components define the attributes of the objects in a class. When you define the class, each component is assigned to one of the three visibility sections, which define the external interface of the class. All of the components of a class are visible within the class. All components are in the same namespace. This means that all components of the class must have names that are unique within the class.
    There are two kinds of components in a class - those that exist separately for each object in the class, and those that exist only once for the whole class, regardless of the number of instances. Instance-specific components are known as instance components. Components that are not instance-specific are called static components.
    In ABAP Objects, classes can define the following components. Since all components that you can declare in classes can also be declared in interfaces, the following descriptions apply equally to interfaces.
    Attributes
    Attributes are internal data fields within a class that can have any ABAP data type. The state of an object is determined by the contents of its attributes. One kind of attribute is the reference variable. Reference variables allow you to create and address objects. Reference variables can be defined in classes, allowing you to access objects from within a class.
    Instance Attributes
    The contents of instance attributes define the instance-specific state of an object. You declare them using the DATA statement.
    Static Attributes
    The contents of static attributes define the state of the class that is valid for all instances of the class. Static attributes exist once for each class. You declare them using the CLASS-DATA statement. They are accessible for the entire runtime of the class.
    All of the objects in a class can access its static attributes. If you change a static attribute in an object, the change is visible in all other objects in the class.
    Methods
    Methods are internal procedures in a class that define the behavior of an object. They can access all of the attributes of a class. This allows them to change the data content of an object. They also have a parameter interface, with which users can supply them with values when calling them, and receive values back from them The private attributes of a class can only be changed by methods in the same class.
    The definition and parameter interface of a method is similar to that of function modules. You define a method <met> in the definition part of a class and implement it in the implementation part using the following processing block:
    METHOD <meth>.
    ENDMETHOD.
    You can declare local data types and objects in methods in the same way as in other ABAP procedures (subroutines and function modules). You call methods using the CALL METHOD statement.
    Instance Methods
    You declare instance methods using the METHODS statement. They can access all of the attributes of a class, and can trigger all of the events of the class.
    Static Methods
    You declare static methods using the CLASS-METHODS statement. They can only access static attributes and trigger static events.
    Special Methods
    As well as normal methods, which you call using CALL METHOD, there are two special methods called CONSTRUCTOR and CLASS_CONSTRUCTOR, which are automatically called when you create an object (CONSTRUCTOR) or when you first access the components of a class (CLASS_CONSTRUCTOR).
    Events
    Objects or classes can use events to trigger event handler methods in other objects or classes. In a normal method call, one method can be called by any number of users. When an event is triggered, any number of event handler methods can be called. The link between the trigger and the handler is not established until runtime. In a normal method call, the calling program determines the methods that it wants to call. These methods must exist. With events, the handler determines the events to which it wants to react. There does not have to be a handler method registered for every event.
    The events of a class can be triggered in the methods of the same class using the RAISE EVENT statement. You can declare a method of the same or a different class as an event handler method for the event <evt> of class <class> using the addition FOR EVENT <evt> OF <class>.
    Events have a similar parameter interface to methods, but only have output parameters. These parameters are passed by the trigger (RAISE EVENT statement) to the event handler method, which receives them as input parameters.
    The link between trigger and handler is established dynamically in a program using the SET HANDLER statement. The trigger and handlers can be objects or classes, depending on whether you have instance or static events and event handler methods. When an event is triggered, the corresponding event handler methods are executed in all registered handling classes.
    Instance Events
    You declare instance events using the EVENTS statement. An instance event can only be triggered in an instance method.
    Static Events
    You declare static events using the CLASS-EVENTS statement. All methods (instance and static methods) can trigger static events. Static events are the only type of event that can be triggered in a static method.
    See also Triggering and Handling Events.
    Types
    You can define your own ABAP data types within a class using the TYPES statement. Types are not instance-specific, and exist once only for all of the objects in a class.
    Constants
    Constants are special static attributes. You set their values when you declare them, and they can then no longer be changed. You declare them using the CONSTANTS statement. Constants are not instance-specific, and exist once only for all of the objects in a class.
    Visibility Sections
    You can divide the declaration part of a class into up to three visibility areas:
    CLASS <class> DEFINITION.
      PUBLIC SECTION.
      PROTECTED SECTION.
      PRIVATE SECTION.
    ENDCLASS.
    These areas define the external visibility of the class components, that is, the interface between the class and its users. Each component of a class must be assigned to one of the visibility sections.
    Public Section
    All of the components declared in the public section are accessible to all users of the class, and to the methods of the class and any classes that inherit from it. The public components of the class form the interface between the class and its users.
    Protected Section
    All of the components declared in the protected section are accessible to all methods of the class and of classes that inherit from it. Protected components form a special interface between a class and its subclasses. Since inheritance is not active in Release 4.5B, the protected section currently has the same effect as the private section.
    Private Section
    Components that you declare in the private section are only visible in the methods of the same class. The private components are not part of the external interface of the class.

  • Manifest class-path does not works

    Hi,
    We use Jrockit 1.4.2 (latest) on Solaris.
    We found that manifest class-path does not seems to work, we got classdef not found messages.
    If we change the JVM to sun 1.4.2 that everything works perfectly.
    Manifest:
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.5.2
    Created-By: 1.4.1_02-b06 (Sun Microsystems Inc.)
    Implementation-Title: com.clarify.igb.common.ejbserver
    Implementation-Version: 12.5.000
    Implementation-Vendor: Amdocs Inc.
    Specification-Title: ClarifyCRM Business Object Infrastructure
    Specification-Version: 12.5.000
    Specification-Vendor: Amdocs Inc.
    Class-Path: ClfyShared.jar ClfyCbo.jar ClfyClient.jar ClfyWebInf.jar C
    lfyiSupport.jar ClfyUtil.jar jdom.jar ClfyCommon.jar ClfySales.jar Cl
    fymOrder.jar ClfyiAdmin.jar ClfyBilling.jar ClfyBillingManager.jar Cl
    fyEmailProcessor.jar
    What can be the problem?
    Regards.,
    LJ

    Hi Jaejun,
    a.jar should also have a MANIFEST.MF Class-Path refering to b.jar.
    HTH
    Regards,
    Slava Imeshev
    "Jaejun Lee" <[email protected]> wrote in message
    news:3e541ede$[email protected]..
    >
    I meant <CRLF> not <CR> only.
    Thank you.
    "Jaejun Lee" <[email protected]> wrote:
    Ravinder Pal <[email protected]> wrote:
    I have read all message posted in this regard but my problem still
    remain.
    Please read the context to give me some pointers.
    myapp.ear contains
    - myejb.jar contains
    - manifest with Class-Path a.jar b.jar
    - a.jar (Internal)
    - b.jar (Some external Vendor)
    Problem: Call from a.jar classes which reference b.jar classes doesraise
    a ClassNotFoundException.
    Thanks.
    I have a similar problem with WebLogic 7.0 sp1.
    I have to verify this.
    Dose WebLogic support MANIFEST.MF Class-Path in development-mode.
    Indeed, I just put a.jar and b.jar in application directory.
    I put Class-Path: b.jar<carrage-return> in MANIFEST.MF of a.jar.
    But, a.jar cannot find classes in b.jar.
    Do I have to make EAR?

  • What is persistence?  How does it work?

    Hi,
    I'm a total noob. I've been reading and following examples from books but I haven't read anything about how persistence really works? How does it help my session beans to access or make transactions to the database? How does it actually work? What if I just make direct queries from my session beans without the help of the EntityManager or the Peristence API? What's the difference?
    Like this for example:
    Customer requestCustomer = em.find(Customer.class.customerId);Does it mean that the Persistence API keeps the object alive in the Customer Entity? For how long? Until the application is closed? If so, what happens if the user opens the application again and looks for that object?
    Why can't I just make a direct query to see if that customerId exists in the database?
    I hope you guys don't mind my questions... I just really want to learn this stuff and I gotta let things out of my head. Hope you can help. Thanks!

    morphian wrote:
    Hi,
    I'm a total noob. I've been reading and following examples from books but I haven't read anything about how persistence really works? How does it help my session beans to access or make transactions to the database?
    How does it actually work? What if I just make direct queries from my session beans without the help of the EntityManager or the Peristence API? What's the difference?
    You have to code the stuff that EntityManager and Persistence are doing for you.
    Like this for example:
    Customer requestCustomer = em.find(Customer.class.customerId);Does it mean that the Persistence API keeps the object alive in the Customer Entity? For how long? Until the application is closed? Complicated. Not enough info.
    If so, what happens if the user opens the application again and looks for that object?
    Open the app and the object will be refreshed from that data store. Hence the word "persistent".
    Why can't I just make a direct query to see if that customerId exists in the database?
    You can.
    I hope you guys don't mind my questions... I just really want to learn this stuff and I gotta let things out of my head. Hope you can help. Thanks!This isn't the way to do it, but it's a start.
    %

  • What are the following entries doing in the following configuration file?

    What are the following entries doing in the following configuration file?
    Thank you
    <include>coherence-pof-config.xml</include>
    <allow-interfaces>true</allow-interfaces>
    <allow-subclasses>true</allow-subclasses>
    <?xml version="1.0"?>
    <!DOCTYPE pof-config SYSTEM "pof-config.dtd">
    <pof-config>
    <user-type-list>
    <!-- coherence POF user types -->
    <include>coherence-pof-config.xml</include>
    <!-- com.tangosol.examples package -->
    <allow-interfaces>true</allow-interfaces>
    <allow-subclasses>true</allow-subclasses>
    </pof-config>

    <allow-interfaces> - The allow-interfaces element indicates whether the user-type class-name can specify Java interface types in addition to Java class types. Valid values are "true" or "false". Default value is false.
    <allow-subclasses> - The allow-subclasses element indicates whether the user-type class-name can specify a Java class type that is abstract, and whether sub-classes of any specified user-type class-name will be permitted at runtime and automatically mapped to the specified super-class for purposes of obtaining a serializer. Valid values are "true" or "false". Default value is false.
    <user-type-list> - The user-type-list element contains zero or more user-type elements. Each POF user type that will be used must be listed in the user-type-list. The user-type-list element may also contain zero or more include elements. Each include element is used to add user-type elements defined in another pof-config file.
    <include> The include element specifies the location of a pof-config file to load user-type elements from. The value is a locator string (either a valid path or URL) that identifies the location of the target pof-config file.
    http://wiki.tangosol.com/display/COH35UG/user-type-list
    http://wiki.tangosol.com/display/COH35UG/pof-config
    Thanks,
    Everett Williams
    Coherence Team

  • Can I convert a proxy for a class that does not has any interfaces?

    Can I convert a proxy for a class that does not has any interfaces?

    Hi.
    I can hardly understand your question: what do you want your proxy (what kind of proxy?) to be converted into?
    All I can tell you is the following: Proxies created using java.lang.reflect.Proxy can only be created using an interface. This interface has to be implemented by the proxied object. So: no interface, no java.lang.reflect.Proxy.
    Bye.

  • Implementation class ZCL_*****************does not exist

    Hi ,
    I implemented BADI - ME_PROCESS_PO_CUST ,tested in development system,worked well.
    When I moved it to Test system I am geting the below error.Is there any thing I need to do while transporting the implementation..
    Implementation class ZCL_IM_ME_PROCESS does not exist
    Message no. ENHANCEMENT363.
    Can any body temm me what sould I do now.
    Regards
    Rammohan.

    Hi,
    Are you sure the you have transported the class ZCL_IM_ME_PROCESS ?
    Check in SE24 --> Goto --> Object Directory entry --> Lock overview.
    May be the class was saved in a different request and you did not transport it
    Regards

  • The serializable class SpacePainter does not declare a static final serial

    The serializable class SpacePainter does not declare a static final serialVersionUID field of type longWhat does this mean??? It appears as a warning in Eclipse but I have no idea what it is. It happens when I create a class the extends JFrame or JCompnent or JApplet. I finnally got it to stop with this:
    static final long serialVersionUID = 1;

    Because your eclipse is configured that way. You can probably filter the warning. You don't have to implement the serialVersionUID, but you should if you really serialize the exceptions.

  • What are exception class and persistant class?

    hi,
    what are exception class and persistant class?
    how are they different from the normal class?
    Regards,
    Anil

    Hii!
      Persistent Classes
    To use the Persistence Service for objects, the classes of these objects must be created as persistent classes in the Class Builder. The term persistent class does not imply that a class is persistent. (As a template for objects, every class is persistent). Rather, it means that the objects of that class and their state are managed by the Persistence Service. For example, the objects of these classes are instantiated in the ABAP program with a method of the Persistence Service, which ensures that the initialization is correct (not with the usual CREATE OBJECT statement). When the Class Builder creates a persistent class, it automatically generates an associated class, known as the class actor or class agent, whose methods manage the objects of persistent classes. As well as their identity, persistent classes can contain key attributes, which allow the Persistence Service to ensure that the content of each persistent object is unique.
      Check out this link
    http://www.sapnet.ru/abap_docu/ABENABAP_EXCEPTION_CLASSES.htm
    Regards
    Abhijeet

  • What exactly continue & return statement does

    Hi All,
    Here i what to know what exactly continue & return statement does?Pls. do explain with an example for each.
    Thanx,
    M.Ananthu

    In this example, break would do the same thing that return does.
    import java.awt.*;
    import javax.swing.*;
    public class demo {
      static String[] strings = {
        "", "Mary", "had", "", "a", "test", "little", "lamb"
      public static void main(String[] args) {
        for(int j = 0; j < strings.length; j++) {
          if(strings[j].equals(""))
            continue;
          System.out.println(strings[j] + " ");
          if(strings[j].equals("test"))
            return;
    }

  • Object class name does not exist in IDM

    Hi Team
    We are process of Integrating GRC 10.1 to Enterprise Portal.Followed accordingly as per the SAP Note No. 1977781.
    While running the Schema Job, we get a message Schema Imported Suxcessfully. While running the Job : GRAC_REPOSITORY_SYNC_JOB, the job
    shows successful, but a Warning Message : User Adaptor Empty in SLG1 T.code.
    I have checked the Path suffix,connectors,data source and all are maintained but no sure about this warning message.
    Secondly,I tried for test creation of user on Portal via GRC 10.1.I am getting below error
    "Object class name does not exist in IDM" Please see log below
    Request gets closed stating Auto Provisioning failed.Please advice if someone has faced same issue and the steps taken to rectify it.
    Thanks
    Nitesh

    Hi Nitesh,
    We worked on this issue for quiet sometime with SAP to get this finally fixed You can check all below mentioned notes.
    First Check:
    Please check the Note: 1915763 - Error Provisioning from GRC 10 to SAP Portal while adding or removing a role in Change Account request type.
    This Note says that if your LDAP set as data source is read-only in Portal, then you need to change it to Modifiable in order to allow create or change user belonging to LDAP.
    We have set the UME correctly and no longer read-only. But our access requests still used to fail with the following messages.
    "Object class name does not exist in IDM".
    Second Check:
    Kindly ensure the field mapping for portal is done in IMG settings properly.
    If it is fine please check below note 2033714 - AC10.0: error in SGL1 "Object class name does not exist in IDM".
    This note is only to check if you have made any mistake with your portal mapping and doesn't address the correct issue.
    Third Check:
    Finally after implementing SAP note 1941250 - UAM: Truncated parameters provisioned on changing users from Access Request
    our issue got fixed.
    Regards,
    Madhu.

Maybe you are looking for

  • Help NOT downloading apps to iTunes on my PC

    I have three girls ages 9, 11 and 13.  they each have iPhones or iTouches and download a whole lot od what I call "CRapps".  We use a single itunes account because I want to be able to guard against explicit lyric songs and age-inappropriate games, e

  • Custom reports in Oracle Designer - HELP!

    I have a need to write some custom reports in Oracle Designer. I know all the information is in the repository but don't know how to get it out. Would anyone happen to know where I can get my hands on an ER diagram depicting the relationships across

  • How to access ouput of one async process in another async process

    Hi I have two asynchronous processes.In the second process i would get all the data of a particular purchase order. how do i need to access this information in first process. when i do an invoke acitivity it's not generating any o/p variable .pls hel

  • Mount_webdav works but Finder- Connect to server... doesn't

    Hi there, I'm able to connect to my webdav server using mount_webdav command in the terminal, but if I try and connect using Finder I get this error show up in the Error Console: +7/12/10 4:02:36 PM webdavfs_agent[1729] network_mount: PROPFIND failed

  • TDS TAN no, and aknowledgement numbers

    HI Guru's Here, I am posting TDS certificate, the TAN Number and Aknowledment Number is not displying in TDS certificate, Please guide me, whether I missed any settings With Regards Arun Kumar