Export Customized Information Attributes from EP6 to EP7

Hi Everyone,
Is it possible to migrate User Admin customized information fields from EP6 SP17 to 7 EhP1 SP7?  The standard portal user export functionality only collects the standard fields and ignores the custom attributes.
Does anyone have an idea on how this task can be achieved???
Thanks,
Bim.

No longer a requirement, thanks.

Similar Messages

  • Custom user attribute from ABAP to Portal UME

    Hi All,
    We have choose the ABAP as the data source for portal UME. We have a custom user attribute in the abap. Now i want to bring that custom user attribute from abap to custom user attribute in the UME.
    Any help will be rewarded.
    Thanks
    Sarang.

    Any resolution to this issue?

  • How to migrate UWL from EP6 to EP7

    Hello,
    We want to migrate UWL from EP6 to EP7. Is enough task to transport the customize XML file that is located in UWL?
    Is it necessary to upload to EP7 the rest of attached documents? How?
    Thanks,
    Marta.

    Just install the same way you did originally.  Download/install the desktop application, sign in, install the subscription application(s).  You are allowed to have two working installations so you can keep the original intact if you like.  If you prefer not to then you should sign out of the old installation as a minimum.
    Creative Cloud for desktop
    https://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html
    Sign out, Sign in | Creative Cloud desktop app
    http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    Activation & deactivation help
    https://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html#a ctivate-how-to
    Install, update, or uninstall apps
    http://helpx.adobe.com/creative-cloud/help/install-apps.html
    Installing Creative Cloud Apps
    http://tv.adobe.com/watch/cs6-creative-cloud-feature-tour-for-video/installing-desktop-app s-from-creative-cloud/

  • Is it possible to set a custom tag attribute from a TagExtraInfo?

    Hi Everyone,
    I'm developing my own tags and I need to set some optional attributes of my custom tag if the user doesn't do it.
    Is is possible to do that on the IsValid method of a TagExtraInfo class?
    The code is running without exceptions but is not setting the attribute.
    My Tag (The optionValue attribute is optional):
    <qe:select name="cars" optionBody="carName" optionValue="carID" />My TagExtraInfo class:
    public class SelectTei extends TagExtraInfo {
        private static final Logger logger = Logger.getLogger(SelectTei.class);
        @Override
        public boolean isValid(TagData tagData) {
            String optionBody = tagData.getAttributeString("optionBody");
            String optionValue = tagData.getAttributeString("optionValue");
            if (optionBody != null && optionValue==null){
                    tagData.setAttribute("optionValue",optionBody);
            //Other validations.... 
            return true;
    }

    CFGadget wrote:
    It's not obvious as to how to set a background color which is by default, black.
    Assuming you mean set the background color of a new image, just set the desired canvas color using hex or a named color ie "red", "white", ...
                    ImageNew([source, width, height, imageType, canvasColor])

  • Export Custom Video Size from FCE

    Hi all, Happy Holidays!!
    I'm A DJ and I have footage of events that I have edited and want to use on various pages of my website. I want to resize or "crop" the video and eventually render it as FlashVideo. I want it similar to a "banner size" you would see as ads on webpages. Possible? I was trying to do this by exporting from FCE in QT Pro but it wasn't cropping, it was just stretching...
    Any help would be great..Jeff

    OK. So i found a cropping tutorial using QT Pro on YouTube.
    1. I first used the cropping in the Motion Tab within FCE.
    2. I exported that movie,
    3. Opened it up in QT Pro.
    4. Took a snapshot of the movie.
    5. Opened the snapshot into Photoshop to make a matte.
    6. Went back into QT Pro. Opened the "Show Movie Properties" window and selected the 'Video Track' tab/ 'Visual Settings'.
    7. Added the matte in the 'Mask window' and it worked great.
    Thanks for the help on both sides.....Jeff.

  • Room (template and content) Transport from EP6 to EP7

    Hello,
    We upgraded our EP from ver6 to ver7 .
    We had room with content (documents) in the 6 ver and we are trying to transport the rooms to the new EP 7.
    So far we had no luck.
    Is it possible to do so?
    If yes How?.
    Thanks in advance
    Yoav

    Hi Yoav,
    You can definately transport rooms.
    Please visit the link below for a document which shows how to tranport rooms templates and room part templates.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3d97ecbb-0d01-0010-3d9f-ae7a013471f1
    Regards
    Atul Shrivastava
    PS: Award points if helpful.

  • Export database information into pdf forms for printing

    I'm hoping that this is doable and isn't extremely hard.
    I have an access database that contains customer information.  From this information I would like to export it into an existing pdf form (for each individual customer) and save it for printing at a later time.
    Is this possible?
    Thanks for any help!!

    If you are using Acrobat 8 or above, you will want to use LiveCycle Designer.
    Connecting a Form to a Database by Stefan Cameron

  • Custom User Attribute

    Hi All,
    We have choose the ABAP as the data source for portal UME. We have a custom user attribute in the abap. Now i want to bring that custom user attribute from abap to custom user attribute in the UME.
    Any help will be rewarded.
    Thanks
    Sarang.

    Hi Sarang,
    Check this:
    UME attributemapping for R/3 datasource
    Greetings,
    Praveen Gudapati

  • How to get and set custom tag attributes

    How do i get and set custom tag attributes from a jsp page?

    Not sure if this is what your looking for, but....
    example...
    < taglibprefix:testtag attribute1="x" attribute2="y">
    ...of course, the attributes have to be defined in your taglib (.tld) file

  • How to set default value to user attribute in customized information tab

    Hi Experts,
    we created a custom attribute in Administration-managed custom attributes  and now we are getting that attribute under customized information tab in  user admin->identity management.
    This attribute is coming for all users and it is working fine and I can give value to this attribute also.
    Now the problem is we have more than 10000 users in the portal and we have to assign same value to this custom attribute to all the users.
    Is there any possiblity of setting the value to all the user without coding.
    If it is not possible then how can I proceed for coding.
    any help will be appreciated.
    Raghu

    Hi Michael,
    Yes my data source is LDAP.  This attribute is added in the portal itself and I don't think it is possible to set the value of custom attribute at LDAP.
    Shanta : We already created the custom attribute and it is also appearing in the Customized information
    Problem is we need to set a value to that attribute. This should be same to all the users coming from LDAP.
    My Basis people are asking the funtion module which calls when we click on the Customized information tab.  Is that possible to know?
    Or we can set this value by writing a piece of code in webdynrpo java?
    Appreciate your inputs
    Raghu

  • How to migrate custom user attributes (UDF) from test environment to production when a sandbox is published

    Hi all,
    I like to migrate custom attributes from test environment to my production environment. I read OIM documentation and i tried to fallow these steps but I cannot export sandbox and import it because all sandboxes are published in the test environment.
    I exported and imported users metadata by deployment manager only. Now, all migrated attributes are in the OIM DB but I do not see these attributes in Administration Console.
    How can i solve this issue? Is it possible to export published sandbox and import it in the other environment?
    Thank you.
    Milan

    In OIM 11g R2 you need to export sandbox before publishing sandbox for custom user fields from DEV or TEST environment.
    Then import exported sandbox in the another environment.
    If you didn't exported custom user fields sandbox from your TEST or DEV in that case you need to create those again in another environment manually. There is no other option for this in OIM 11g R2.

  • Export Custom Attribute Mapping

    Hello Gurus!
    I'm migrating a xMII 11.5 project to MII 12.1 and the migration tool was fine on creating the Custom Attributes and Custom Attribute Mapping. However, what I need now is to export Custom Attribute and Custom Attribute Mapping from MII 12.1 DEV to QAS and PRD.
    My question is: When exporting Custom Attributes from Configurations menu, it will export Custom Attribute Mapping too? How can I export and import Custom Attribute Mapping from DEV to QAS and PRD?
    Thanks

    Manoel,
    have you tried the following:
    - open System Management / Configurations
    - unmark the "Select All" and only mark the "Custom Attributes"
    - click export and save the zip file
    The exported zip file should include all the settings. In your follow up systems QAS and PRD you can import the zip file.
    See also SAP Help on [MII 12.1 Configuration|http://help.sap.com/saphelp_mii121/helpdata/en/43/e80b59ad40719ae10000000a1553f6/frameset.htm]
    Michael

  • Adding custom information in HTTP Header in an outgoing request from GWWS

    Is there a way to send custom header information with the a webservice request (HTTP post) that happens via GWWS server?
    All the methods I read about deal with managing the soap envelop that gets sent.
    We are looking for ways which will allow us to put custom information in the headers.
    I am aware there is something we can do using the Salt Plugins.
    For example, we can write a Out bound plugin which has a capability of putting the "Authentication:Basic..." in the header.
    Then there is message conversion plugin which deals with transformation of message, which gives us control over the soap body.
    Is it possible to put information in the header for outgoing request (from GWWS) to a specific web service?
    Thanks and Sincere Regards,
    Mrugendra

    Maurice,
    Thanks for confirming this.
    It clarifies the doubts that I was having while reading through the documentation Xu pointed to.
    Yes, we need to add HTTP Headers (not SOAP header).
    For now we just need to add Basic Authentication HTTP Header for outbound service calls.
    We have developed a plugin to do that for now.
    And even if the salt plugin takes care of adding the Basic Authentication in the HTTP Header for outgoing calls, I guess we do not have any option to include some custom information in the HTTP Header which might be required in the future.
    At-least, not unless we request that enhancement.
    Bringing the plugin into our mix requires a lot of changes to our architecture including inclusion of AUTHSVR in the UBB,
    Which, in turn, makes it imperative to change the endpoint clients of our application.
    In addition to that, the incoming web service calls also need to include TUXEDO authentication information, which would again require either communicating the authentication information to the consumers of our service or device some kind of a proxy which would add the authentication information for all the incoming requests!
    With these facts in mind, we were wondering if we have an easier way to include the HTTP header information.
    As you say, Maurice, it seems it is not possible yet.
    Thank you again for your replies.
    Sincere Regards,
    Mrugendra

  • Export/import content from EP6 into NW04

    We are upgrading from SRM3.0/EP6 SP2 (source) to SRM5.0/Portal NW2004s (target).
    The only thing we need to preserve from the source portal are the users and roles. We plan to re-apply the business package for SRM 5.0 after the migration is completed. We are not using any Collaboration Rooms.
    I know there is a migration path from EP6 SP2->EP6 SP9(NW04), followed by an upgrade from NW04->NW04s.
    My question is:
    - is it possible to export content from EP6SP2 and import it into NW04/MW04s?  this will eliminate the complicated migration path from EP6 SP2 to NW04.

    Hi,
    As long as you only need to transport PCD content, I would recommend using normal PCD transport (just did an upgrade from EP6 SP2 to NW04 SP13 and used normal PCD transport without any problems. Will do the same for another upgrade to NW04s). Only if you have KM content you are forced to use the migration tools.
    I am not quite sure about users and role migration since I've only use LDAP as a user store (we manually repeated the AD group to portal role mapping since there were very few)
    There was a conf call on this, but the only reference I can find now is https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/supplemental_docs/prtl204.pdf
    Dagfinn

  • Selecting custom attributes from the default helpdesk screen?

    Can i select and see custom attributes from the default helpdesk screen?  I dont want to have to click through to the details tab as things can and have been missed.  See picture attached.
    This topic first appeared in the Spiceworks Community

    I have worked out the issue. I was attempting to access attributes from the BOR Object "WorkItem" as opposed to elements in the workflow container. When I created a custom container element called "ReferenceID" (as the element name) and used this in my XML it worked successfully.
    I hope this helps someone else in the future.

Maybe you are looking for

  • WMI filter working for some Windows 7 machines but not for others

    I'm trying to use this WMI filter for our Windows 7 64bit machines: select * from Win32_OperatingSystem where (Caption like "Microsoft Windows 7%") or (Version like "6.1%" and ProductType = "1" and OSArchitecture = "64 ビット") or (OSArchitecture like "

  • Bug or feature: APEX_ITEM.DISPLAY_AND_SAVE (1, DATE) is sort by alphanumeric...???

    Hi, my select is like this: select      APEX_ITEM.DISPLAY_AND_SAVE (1, STICHTAG) as STICHTAG, --Datatype is date      APEX_ITEM.DISPLAY_AND_SAVE (2, Name) as Name,      APEX_ITEM.DISPLAY_AND_SAVE (3, Animal) as animal From XYZ; If i want to sort asc/

  • Unable to read NTFS volume on OS 10.4.7

    Hi All, I have an Maxtor drive formated as a NTFS volume, which works well with my PC. It is my understanding that in OS 10.4 (or 3) I should be able to mount this drive as a read-only drive on my Mac. When I connect the drive to the Mac it says that

  • Physical inventory using cycle counting

    Hi all Can anyone send me  user maual for physical inventory using cycle count  on [email protected]

  • Flash Encoding Help

    I have a project that is rather large in screen size (900x675). It is a 3D rendering of a sports arena that I needed to be this large for various reasons. The user experience is this: The user can see only a quarter of the arena at any given time. Wh