Significance of service-profile property?

Hi all,
      i would like to know the significance of profile property of a portal service?
The service that I created in NWDS doesn't show up in <b>service configuration</b> of portal , if there's no service-profile property in my portalapp.xml. I have deployed the PAR before looking for the service in Portal.
Please explain.
Thanks & regards,
M.Subathra

You should have the entry in the Portalapp.xml something similar to the following.
<?xml version="1.0" encoding="utf-8"?>
<application>
  <application-config/>
  <components/>
  <services>
    <service name="SomeService" alias="SomeService">
      <service-config>
        <property name="className" value="com.company.comp.subComp.SomeService"/>
        <property name="startup" value="true" />
      </service-config>
    </service>
  </services>
</application>

Similar Messages

  • Issue in mapping custom user profile property with AD field in SharePoint 2013

    Hello,
    I am trying to map a custom user profile property i created "ADSecurityGroups", type - String, Multivalue with the AD propoerty named "memberOf" via powershell.
    UserProfile Service is up and running, and so is the Synchronization Service. User executing the powershell has full control on the User Profile Service and is the farm administrator.
    Following is the code snippet i grabbed from the internet which i am trying to execute.
    Add-PSSnapin Microsoft.SharePoint.Powershell -ErrorAction "SilentlyContinue" 
    $url = "http://<servername:port>/" #URL of any site collection that is associated to the user profile service application. 
    $spsProperty = "ADSecurityGroups" #Internal name of the SharePoint user profile property 
    $fimProperty = "memberOf" #Name of the attribute in FIM/LDAP source 
    $connectionName = "UserProfileSyncConnection" #Name of the SharePoint synchronization connection
    $site = Get-SPSite $url
    if ($site) 
        Write-Host "Successfully obtained site reference!"
    else 
        Write-Host "Failed to obtain site reference"
    $serviceContext = Get-SPServiceContext($site)
    if ($serviceContext) 
        Write-Host "Successfully obtained service context!"
    else 
        Write-Host "Failed to obtain service context"
    $upManager = new-object Microsoft.Office.Server.UserProfiles.UserProfileConfigManager($serviceContext)
    if ($upManager) 
        Write-Host "Successfully obtained user profile manager!"
    else 
        Write-Host "Failed to obtain user profile manager"
    $synchConnection = $upManager.ConnectionManager[$connectionName]
    if ($synchConnection) 
        Write-Host "Successfully obtained synchronization connection!"
    else 
        Write-Host "Failed to obtain user synchronization connection!"
    Write-Host "Adding the attribute mapping..." 
    $synchConnection.PropertyMapping.AddNewMapping([Microsoft.Office.Server.UserProfiles.ProfileType]::User, $spsProperty, $fimProperty) 
    Write-Host "Done!"
    The script is failing with the following error - 
    new-object : Exception calling ".ctor" with "1" argument(s): "UserProfileApplicationNotAvailableException_Logging :: 
    UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does not have 2f9bece3-f39a-498d-874f-145b1470e49c"
    At E:\ADSync.ps1:29 char:14
    + $upManager = new-object Microsoft.Office.Server.UserProfiles.UserProfileConfigMa ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [New-Object], MethodInvocationException
        + FullyQualifiedErrorId : ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand
    Please let me know if i am missing anything.
    Also advise if this is the correct way to map user profile attribute in SP 2013 ?
    Thanks -
    Girish

    ok no worry,
    try to run the below as it is, i m just copying code from your post.
    Add-PSSnapin Microsoft.Sharepoint.Powershell
    [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Server")
    [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Server.UserProfiles")
    #Function to get servicecontextfunction Get-SPServiceContext([Microsoft.SharePoint.Administration.SPServiceApplication]
    $profileApp)
    $profileApp = @(Get-SPServiceApplication | ?
    {$_.TypeName -eq "MR_DEV_UserProfileServiceApplication"})[0]
    return [Microsoft.SharePoint.SPServiceContext]::GetContext
    ($profileApp.ServiceApplicationProxyGroup,
    [Microsoft.SharePoint.SPSiteSubscriptionIdentifier]::Default)
    $url = "http://sp-appdev:2013" #URL of any site collection that is associated to the user profile service application.
    $spsProperty = "RoomNumber" #Internal name of the SharePoint user profile property
    $fimProperty = "extensionAttribute2" #Name of the attribute in FIM/LDAP source
    $connectionName = "LDAP Sync" #Name of the SharePoint synchronization connection
    #Get UserProfileManager
    $serviceContext = Get-SPServiceContext
    if ($serviceContext)
    {Write-Host "Successfully obtained service context!"}
    else
    {Write-Host "Failed to obtain service context"}
    $upManager = new-object Microsoft.Office.Server.UserProfiles.UserProfileConfigManager($serviceContext)
    if ($upManager)
    {Write-Host "Successfully obtained user profile manager!"}
    else
    {Write-Host "Failed to obtain user profile manager"}
    $synchConnection = $upManager.ConnectionManager[$connectionName]
    if ($synchConnection)
    {Write-Host "Successfully obtained synchronization connection!"}
    else
    {Write-Host "Failed to obtain user synchronization connection!"}
    Write-Host "Adding the attribute mapping..."
    $synchConnection.PropertyMapping.AddNewMapping([Microsoft.Office.Server.UserProfiles.ProfileType]::User, $spsProperty, $fimProperty)
    Write-Host "Done!"
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Edit User profile Property - grayed out buttons

    I am trying to change the mapping for the Work email property in the User Profile but when I edit the property on the "Edit User Profile Property" page, the Property Mapping for Synchronization's "Remove" button is grayed out as well
    as Add New mappings "Add" button. I am logged on with the Farm account which has admin rights to  the UP.
    ITGirl

    Hi ,
    For the Add New Mapping's "Add" button grayed out, when I change to another/second "Synchronization Connection" from "Source Data Connection" dropdown, then "Add" button will be available.
    For the Property Mapping for Synchronization's "Remove" button grayed out,
    please make sure your Farm account or user account has the following permissions, then check results again.
    http://technet.microsoft.com/en-us/library/ee721049(v=office.15).aspx#MapUserProc
    The user account that performs this procedure is a farm administrator or an administrator of the User Profile service application.
    The user account that performs this procedure is a member of the Administrators group on the computer that is running SharePoint Server.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Jabber 4 Everyone default service profile

    Hello all,
    A customer running UCM 9.1.2 with IM&P 9.1.2. They have rolled out Jabber Desktop as the default application for IM and Presence for the organization. We have setup several "SERVICE PROFILES" inside of UCM to differentiate between Ehanced Presence for employees that have both IP Phones and Jabber, and just Regular Presence for employees that do not have an IP Phone on the system. We made the Regular Presence the "DEFAULT SERVICE PROFILE" and then we ran a bulk update to update all users "currently" in the directory to have the option
    HOME CLUSTER and ENABLE User for Unified CM IM and Presence.
    CUCM is AD integrated so all the users come from AD
    The issue we are experiencing is for any new hires, the account gets created in AD then eventually sync'ed into CUCM. We can't find a switch that allows us to make sure new users have certain "DEFAULT USER" settings namely "HOME CLUSTER" and "Enable User for Unified CM IM and Presence. So these new users are not getting this setting and can not login to Jabber until this occures
    Thanks

    Hi Ryan,
    I have the same issue and at the moment no solution for that.
    I have a bulk user template, so everytime new users come in, I bulk the setting over the new users.
    Would be nice to see, if someone has another solution.
    Best regards
    Ben

  • Field explorer does not open on my terminal services profile

    Dear Sirs,
    For some reason I am unable to open my field explorer in any crystal report on my terminal services profile. I have checked with other profiles and the problem does not exist. The problem is specific to my profile. I can also create new reports and access fields however if I use the filed explorer button I cannot access fields, parameters or formulas from there. Problem just started this morning. We have been using crystal reports X1 for last 12 months. Would it be a terminal server issue?
    I would appreciate whatever help you can give me.
    Regards,
    Philip Brady
    Finance Director
    National Electrical Wholesalers (Irl) Ltd

    Hi Philip
    This can be an issue with the terminal server that you are using. Please refer to the Crystal Reports XI supported platforms guide if the server that you are using is supported or not.
    You can download the guide from the below link:
    [download CR XI supported platforms guide|http://www.2shared.com/file/4065156/f2ef25e1/cr_xi_supported_platforms.html]
    Hope this helps!!
    Regards
    Sourashree

  • Can't add a new vNIC for service profile

    Hello,
    I'm trying to add an additional vNIC for Service Profile.
    B200-M3, VIC1240+expander, IOM 2208XP, 4 links between IOM and FI 6248, firmware 2.2(1f).
    At the moment 7 vNICs are configured for this service profile. Service profile is associated with blade server.
    When I try to add a new vNIC (it will be 8th vNIC), I see the error (see the attachment).
    For some reasons separate vNICs are more useful for Hyper-V servers :)
    All vNICs created via vNIC templates. All vNICs configured as VMQ, only iSCSI configured as Dynamic,
    As I read the spec, VIC1240 can support up to 250 vNICs. What is wrong ? How to fix that ?

    I have seen the VMQ limit being reached when applying the VMQ policy to the vNIC template. Can you try not selecting the VMQ policy for these new vNICs. If this works, you might be reaching the VMQ limits as described below:
    Number of VMQ's:
    128 is the Maximum number per vNIC
    256 is the max number per Blade

  • How to change path of Users Terminal Services Profile for multiple AD users on server 2003?

    Hello experts. I am working on a file server migration. All data has been migrated, I am currently working on redirecting users to the new file server. I
    am able to select multiple users at once in ADUC -> right-click -> properties -> profile and here I can change the home folder and roaming profile path for each all users to point towards the new file server. 
    The issue I have run in to is that we have roaming profiles for terminal services users. So, there are hundreds of users that have their terminal services profile
    configured in AD -> Right-click user (one at a time) -> properties -> terminal services profile. Here, the profile path is configured for each user as \\OLDserver\Profiles\%username%
    and I need to change it to \\NEWserver\profiles\%username%. 
    I know that you can configure this path via group policy, I set up a GPO; Computer / Administrative Templates / Windows Components / Terminal Services / “Set Path
    for TS Roaming Profiles” as \\NEWserver\profiles and applied this GPO to an OU containing the TS servers.
    The problem is, the GPO is not working... When I log in to the TS and add a document to My Documents, it is still saving under \\OLDserver\profiles\Username.
    So, the settings in AD are trumping the GPO I believe. What is the best way to accomplish my goal? Thanks in advance!

    > to change it to \\NEWserver\profiles\%username%.
    That is "profile" in opposite to...
    > add a document to My Documents, it is still saving under
    > \\OLDserver\profiles\Username.
    ...this one which is Folder Redirection and has NOTHING to do with
    server based profiles.
    > So, the settings in AD are trumping the GPO I believe.
    No, it isn't. When you do not enable FR and you access "Documents", you
    will never see an UNC path but the local c:\users\xyz\documents folder.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • How to modify the length of a user profile property

    I need to increase the length of a custom user profile property, but the length looks disabled when I try to edit and modify. Is there any way i could modify this by powershell or some other work around where I can increase the lenght of the script?

    You can't increase or decrease the size of one of the properties after they have been created.  You'll need to create a new property and programmatically copy the values from the other property to the new one.  Once that is done you can
    delete the old property.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Replicate Response Profile and Service Profile to ECC

    Hi
    In our client environmen we will be charging customer for various priorities of SLAs defined. And some more complex calculation for pricing, again dependent upon these. For this we have to replicate Response Profile and Service Profile to ECC. Which will be used for pricing in service order.
    If you have worked on similar type of scenario, please guide me how this can be achieved.
    Thanks & Regards
    Hits

    Requirement dropped

  • Service Profile Response time values from CRM

    Hi experts,
                       I want to capture RESPONSE TIME from SERVICE PROFILE values defined in CRM system.If you refer CRMD_SERV_SLA transaction then you can find the defined values. In 0CRM_SRV_PROCESS_H Catalog, Code group, Code these values are appearing but I unable to find RESPONSE TIME value.
    Has anybody tried capturing response time value in BW? or is there any other field shows this value in Data Source?
    Regards,
    Priyanka Joshi

    Hi experts,
                        to get these values RESPONSE PROFILE value must be maintained in the Transaction but in our system its not available so I used SAP Exit to get the value and solved the problem.
    Regards,
    Priyanka Joshi

  • Set default value for a custom user profile property

    Hello,
    I have a custom user profile property of type boolean. How can I by default set the value to true? OOB the checkbox remains unchecked.
    Any help on this would be appreciated.
    Thanks,
    Neha

    Hi,
    It is not possible out of the box. You can try to create a custom user profile propery programmatically, this article can help you to get started:http://msdn.microsoft.com/en-us/library/ms519896.aspx
    Xue-Mei Chang

  • Significance of DB PROFILE button in using LDB PSJ

    Hi Guys,
    I am currently changing a Z report program which using LDB PSJ from Project System.  When I run this program I see buttons u201CDB Profileu201D  in Application toolbar for changing DB profile. What is the significance of DB profile when using LDB.
    Thanks,
    mini

    You use profiles to stipulate:
    · View in which the data is displayed - for example, by profit center
    · Origin of the data
             You can specify which data the system should look for in the database or archive.
    · Operative data
    . Version data
    · Archive data
    · Standard structures
    · Which objects are selected by the database
           By specifying selection criteria in the database profile for objects, you can restrict the scope of the data selected. For example, you can stipulate that only the WBS elements and all activities assigned to a particular WBS element are selected.

  • Significance of Planning profile

    Hi PP Gurus,
    Can anybody pl tell me what is the significance of planning profile?
    I am getting an error saying maintain planning profile for the material during creation of PIR.
    regards,
    Pramod.

    Hi Pramod,
    As you know, we use configurable material when the scope for varaints are more. Generally, when we created sales order for the configurable material, we choose different characteristics for the selection of the finished product. So, information flows to production which is already configured. But in the case of MTS, the system does`nt configure the material on its own. Initially, you need to configure for the material, only then your dependent requirements will be defined. So, whenever you enter PIR, the requirements are created for the materials that are configured in the planning profile. Hope you got the point cleared.
    Reward if cleared and close the thread.

  • Error in F4 unknown field in structure  service profile CRMD_SERWI

    Hello,
    I just added new Service Profiles and when Im creatin a new Service and adding a Reject service Profile the search field is empty and the message says:
    Error in F4 unknown field in structure  service profile CRMD_SERWI
    Someone know how to analyse WebClient UI search help.
    Kind Regards

    Hi David,
    (even it is very old post am giving an approach which may help others)
    If you check the value table, CRMD_SERWI you'll find that there is NO standard Search Help for field SRV_SERWI (Service Profile). So this is the main reason, SAP is not providing any F4 help in WEB UI screen as well , Still you are asked to provide F4 Help. So value table approach would not work.
    So try the  following approach(do changes according to your requirement)
    1. Create one custom Elementary search help (e.g. ZZCUSTF4) in SE11 with following details ---
                                a> Selection Method = CRMD_SERWI_T
                                b> Parameters as --- SRV_SERWI and DESCRIPTION
                                c> For SRV_SERWI , check the Importing Flag and LPos = 1
                                d> For DESCRIPTION, put LPos = 2
    2. Now redefine GET_V_propname method in the CNxx class. Please refer the following code (need to change according to your requirement) to trigger your custom F4 Help.
    DATA:
             ls_map    TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
             lt_inmap  TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
             lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
           ls_map-context_attr = 'struct.SRV_SERWI'.u201C Screen field's technical name
         ls_map-f4_attr      = SRV_SERWI u201C Field name present in your custom search help, created in step 1.
      APPEND ls_map TO: lt_inmap, lt_outmap.
    CREATE OBJECT rv_valuehelp_descriptor TYPE CL_BSP_WD_VALUEHELP_F4DESCR
        EXPORTING
          iv_help_id        = 'ZZCUSTF4'  u201CCUSTOM Search help name created in step 1
          iv_help_id_kind   = f_bsp_wd_valuehelp_f4descr=>help_id_kind_name
          iv_input_mapping  = lt_inmap
          iv_output_mapping = lt_outmap.
    Hope this helps you.
    Thanks & Regards,
    Vishnu

  • Service profiles and templates

    I was wondering what people are doing when creating service profiles for esxi. Are you creating a single service profile for each esxi server you deploy or are you using a template and then creating service profiles from that template?
    Also what is the difference if using an initial template vs an updating template?

    Hi Tony,
    You need a service profile for each esxi server, template only provides a blue print.
    As a best practise you can deploy service profiles from a template to maintain uniformity and consistency and reduce any errors while creating the sp.
    Initial template is static and updating is dynamic I.e any change made to the updating template will also be updated on the sp deployed using that template which will not happen with the initial.
    Hope this helps!
    ./abhinav
    Sent from Cisco Technical Support iPad App

Maybe you are looking for

  • Encrypt the username and Password in URL

    Hi My requirement is to encrypt the Password in the URL. http://Server_name/analytics/saw.dll?NQUser=Administrator&NQPassword=*Administrator*. Here My URL should look like this. http://Server_name/analytics/saw.dll?NQUser=Administrator&NQPassword=*en

  • How to create the composite application in CAF

    Hi all, I am novice to the CAF. Till now i didn't implement a single application. any one can give me steps for how to create the composite application in CAF not in NWDS by using Netweaver 2004s. I opened CAF default page it showing admin tools ,tes

  • Where are the subfolders in my Events

    I changed my system HDD, and when I start FCPX all my event-subfolders are gone, and the files is only sorted by dates where are the subfolders located? anyone? thanks

  • Help on data manipulation

    Hope I can explain this correctly, here goes, I have to do a help desk program for a conversion on a old help desk program, in each record there is supporting documents, but instead of putting this info a clob, the old program has a pointer in the co

  • Just upgraded to 3G, restored but don't have visual voicemail. Please Help!

    I just upgraded from my 1st gen iPhone to a 3G. After a long restore, I suddenly realized my phone has no visual voicamail. The lady at AT&T told me I had to set it up again, but in the phone options menu there is no settings for voicemail anymore. P