First Name is not displayed on Family Details IView in ESS

Dear All,
We are facing problem in Family Details Iview in ESS India. Here what happens is that on family Details Iview Last name and Birth Name is displayed. First Name is not displayed on the Iview.
I Checked in the Structure HCMT_BSP_PA_IN_R0021. The fields are present in the structure.
So pls can anybody help me out in this issue.
Regards,
Dhruv Shah

Firstly check no UI elements are hidden via Personalization (Ctrl and Right Mouse button) on user level or in the PCD preview at administrator level
Secondly check you are operating a recommend SP landscape
https://www.sdn.sap.com/irj/scn/wiki?path=/display/profile/marcio+leoni
--->HOW TO GET RID OF SP STACK MISMATCH ISSUES
Next check that none of the fields are marked as unused in V_T588M, V_T588MFPROPS,  V_T588MFPROPC
Hope this helps
Stuart

Similar Messages

  • The portlet name is not displayed in the portlet drop down list ?

    Hi,
    I use Sun Java System Portal Server 6 2005Q4 for windows 2000 server , use the following command to deployo portlet,
    I am not sure if I successfully deploy the portlet?
    pdeploy deploy -u amAdmin -w amadmin -p amadmin -d "cn=amldapuser,ou=DSAME Users,dc=icheng,dc=com" C:\Sun\PortalServer\tmp\portlet\portletsamples.war
    The message I got after execute the pdeploy command is =>
    Deploys the portlet war file and inserts the provider into display profile..
    OPTIONS
    --help Help message (false)
    -u --runasdn UID Bind DN (none)
    -w --password Password (none)
    -p --wc_password Password for WebContainer's Admin (none)
    -i --instance WebContainer's Instance into which the war file is to be deploye
    d (*)
    -d --dn LDAP DN of the target node (*)
    -g --global Global display profile (false)
    -r --rolesfile File containing the DSAME and portlet role mapping (*)
    -f --userinfofile File containing the user info mapping (*)
    -v --verbose Generate debug messages (false)
    -V --version Generate version information (false)
    -l --locale Locale information (en_US)
    OPERAND
    Specifies a path to the war location.
    Deploying to IWS
    Is this mean that successfully deploy the portlet ?
    After I deploy the portlet, I login to Access Manager, select the "service" from view, click the portal desktop,
    click "Manage Channels and Containers", click the "New Portlet Channel...", then click the portlet drop down list,
    the portlet name is not displayed in the portlet list.
    How can I make the portlet name displayed in the portlet drop down list ?
    Can someone help me ?
    Thanks!

    Hi
    According to your description, since this is SQL Server forum, as Olaf Helper’s post, could you get the correct result if you execute the following query in SQL Server Manager Studio (SSMS)?
    select UserName from aspnet_Users where UserId in(select FreindId from myFreinds where UserId in(select UserId from aspnet_Users where UserName = '<your typed name>'))
    If you cannot get the correct result in SSMS, I recommend to check the Transact-SQL statement. Apart from the error message, we also need to know the table structure, data, join relationships between tables for further analysis.
    However if there is no problem in SQL Server query, it will be an issue that regards ASP.NET and website deployment. I suggest you to post the question in the ASP.NET forums at
    http://forums.asp.net/ . It is appropriate and more experts will assist you.
    In addition, there is detail about listbox control in asp.net. You can review the following links:
    How to Bind/Load/Fill ListBox with Sql Server Database in asp.net:http://www.webcodeexpert.com/2013/07/how-to-bindloadfill-listbox-with-sql.html#.U5f75_6KCM9
    How to get multiple selected value in ListBox control - ASP.NET using C#:
    http://www.dotnetfox.com/articles/how-to-get-multiple-selected-value-in-listbox-control-Asp-Net-using-C-Sharp-1047.aspx
    Thanks
    Lydia Zhang

  • The Japanese file name is not displayed.

    I'm using Mac OS 10.5.3(intel)/Adobe Media Player 1.0
    In "Personal Videos",The Japanese file name is not displayed.
    Example, "日本語.flv" is added, ".flv" is displayed in "Personal Videos".

    Thank you for reply.
    >Try this: Go to the Apple menu > System preferences > International > Languages. Add Japanese to the list of languages, if it does not appear there already. If you drag Japanese above English in the list, the finder and many other applications will open next time with Japanese menus. Even if you do not want Japanese menus, make sure Japanese appears somewhere in your list of languages. Just having it there unlocks Japanese features in certain software, like Japanese encoding in Apple's Mail application.
    When trying, the problem was not improved.
    >If the Japanese menus make things hard for you in certain applications, you can set the language of specific applications individually using the following method: First, select the application's icon in the finder and choose "Get Info"from the File menu.
    >
    >Expand the Languages section of the Get Info window, and you'll see the languages available for the application. If you check Japanese and uncheck English, you will get Japanese menus; if you check English and uncheck Japanese, you'll get English menus. If both are checked, the language is determined by the order of languages in the International Preferences Pane.
    In "Get Info" of the application based on Adobe AIR, "Languages section" is not found.

  • Re: [iPlanet-JATO] JATO 1.1 - First Tile is not displayed in TiledView.

    Hi Shyam--
    I'm not seeing this over here. So, we need to figure out why you're seeing
    it--I need some more information.
    First, what model are you using to back the tiled view? Second, can you
    please forward the page and tiled view Java classes and JSPs to my work
    address? At what point are you writing the getTileIndex() value out--during
    display, business processing, what?
    Also, try putting a stack trace in the nextTile() method of the tiled view
    to see if its being incremented from somewhere you don't expect:
    public boolean nextTile()
    if (getTileIndex()==0)
    new Exception().printStackTrace();
    Todd
    Todd Fast
    Senior Engineer
    Sun/Netscape Alliance
    todd.fast@e...
    ----- Original Message -----
    From: <shyam_gotur@p...>
    Sent: Saturday, March 03, 2001 2:40 PM
    Subject: [iPlanet-JATO] JATO 1.1 - First Tile is not displayed in TiledView.
    Hi
    We migrated our application from JATO 1.0 to JATO 1.1,
    with 1.1 the nextTile() method is skipping the first tile in
    tiledView.when printed the getTileIndex() to console , it is starting
    with index 1 instead of 0.
    Thanks
    Shyam
    [email protected]

    Hi Shyam--
    I'm not seeing this over here. So, we need to figure out why you're seeing
    it--I need some more information.
    First, what model are you using to back the tiled view? Second, can you
    please forward the page and tiled view Java classes and JSPs to my work
    address? At what point are you writing the getTileIndex() value out--during
    display, business processing, what?
    Also, try putting a stack trace in the nextTile() method of the tiled view
    to see if its being incremented from somewhere you don't expect:
    public boolean nextTile()
    if (getTileIndex()==0)
    new Exception().printStackTrace();
    Todd
    Todd Fast
    Senior Engineer
    Sun/Netscape Alliance
    todd.fast@e...
    ----- Original Message -----
    From: <shyam_gotur@p...>
    Sent: Saturday, March 03, 2001 2:40 PM
    Subject: [iPlanet-JATO] JATO 1.1 - First Tile is not displayed in TiledView.
    Hi
    We migrated our application from JATO 1.0 to JATO 1.1,
    with 1.1 the nextTile() method is skipping the first tile in
    tiledView.when printed the getTileIndex() to console , it is starting
    with index 1 instead of 0.
    Thanks
    Shyam
    [email protected]

  • In query, turkish column name is not displayed correctly?

    In my characteristic and key figure infoobjects , i used turkish characters for explanation but in Bex they are displayed as illegal characters for column names.
    How can i correct this or where would i make a mistake?
    Thanks.

    Hi Tuncer,
    I am dealing with the same problem you had.
    Turkish characters in the column names, infocube names are not displayed although in BW turkish characters are displayed properly. Did you solve your problem about Turkish characters in column names.
    If you could solve, I would be glad to hear your solution.
    Thank you.
    Mehmet Cekdemir

  • Groupwise 7 Rule Name does not display Windows 2008 R2

    Under tools and rules on a windows 2008 R2 server the rule name does not display. Any ideas on how to resolve this would be greatly appreciated.

    kdavisb wrote:
    > 2008 R2 server
    I'm pretty sure that the GW7 client is not supported on Windows 2008 R2.
    Danita
    Novell Knowledge Partner
    Upgrading to GroupWise 2012? http://www.caledonia.net/blog/?p=514
    http://www.caledonia.net/gw12upg.html

  • First name is not transmitted to the other system through Idoc

    Hi all,
    Here customer is created in R/3 system & then transmitted to the other system through I doc.
    Issue is first name is not transmitted properly or is transmitted but nit correct value.
    I checked the segments of respective i doc in we05 there i could see right values. But in target system it is totally wrong or the word 'CONSTANT' is coming.
    what could be the reason & where i can find it out.
    Please help me
    Thanks
    JM

    Hi
    The issue should not be in SAP. You need to check with the middleware system which reads the data from SAP and triggers an IDOC and sends it to the other system.
    Regards

  • Server name is not displaying in Dropdown After client installation

    Server name is not displaying in Dropdown After client installation . what might be a issue

    Hi
    Depending upon the installation issue may be differ, so which SAP version and database version you have installed ?
    you can check
    1. Windows installer
    2  Sql Native client
    is installed or not.
    Thanks
    Kamlesh

  • Caller Name is not displayed on incoming calls on Classic

    When I receive a call on my new Classic on 10.3.1.1779 the caller's name is not displayed even thought they are a saved contact.  What can I do please?

    Hi and Welcome to the Community!
    While not perhaps the same OS as you reveal (though you revealed SR, not OS), here is a KB that discusses that error:Article ID: KB35720 After upgrading to BlackBerry 10 OS version 10.2.1.1925 Caller ID is not linking to the Address BookHopefully it contains something useful! There also are multiple existing threads on this site that discuss that exact error...your review of those might prove useful, and a search of this site, using the error message, error code, or symptom, should reveal all applicable existing threads to you. Also:Article ID: KB23393 How to find the model number and OS version on a BlackBerry smartphoneYou will need to understand the difference between OS and SR if you proceed further...official methods use SR, while the unofficial methods (including discussions in this forum) rely on OS. The most common thing to do after an update that results in issues (or if the OS you have is not functioning correctly) is to perform an OS reload. Sometimes, the update processes have errors and such...with a reload often curing the issues. The official methods, which will be controlled as to what exact OS versions you are offered:http://supportforums.blackberry.com/t5/BlackBerry-10-Functions-and/How-to-Reload-your-Blackberry10-O...The unofficial methods, which are cleaner, and allow you to choose an OS version that perhaps your carrier (or whoever it is controlling your offers) has been slow to approve:http://supportforums.blackberry.com/t5/BlackBerry-10-OS-Device-Software/Upgrading-OS10-devices-using...http://forums.crackberry.com/bb10-leaked-beta-os-f395/bb10-os-archive-943672/Of course, before you start any of this you will want a good backup via LINK, a manual copy of your Device Memory to your PC, and full documentation of your configuration (account credentials, added apps, configurations, etc.). Sometimes, restoring from a backup returns to the device the very corruption one needs to eliminate, and reconfiguring from scratch can resolve that.
    Good luck and let us know!

  • Have a gap in detail of first page and not display group footer on each pag

    Please help me about Memo field in SubReport in CrystalReportXI. I have a SubReport that need to display pageheader, detail, page footer, and  in detail of subreport contains memo field and set the property of this text box to "Can Grow" = Yes .However, CrystalReportX does not support to display  pageheader, pagefooter in SubReport. So. I have created a formular FakePageHeader that has code  as
    "WhileReadingRecords;
    true"
    and group in this field and checked option repeat group header on each page and right click Section Expert->check print at Bottom of page for Group Footer.
    This problem is when I preview Subreport. It display text in group header and a gap in detail of first page and view next page, the subreport display right data of memo field. But the report still not display group footer on each page.
    How do I can remove a gap in first page and display group footer on each page?
    Thanks

    in subreport in format for the memo field uncheck keep object together.
    You can not force group footers to repeat on each page.
    I have not tried this but you might be able to capture the data you want to show in SR page footer and display in main report page footer, using shared variables.
    Ian

  • Substitution string used in custom Report column name does not display in PDF version of report

    I am using Apex 4.2.6.00.03, Apex Listener 2 via Glassfish4 and have set up all my applications and reports on this system.  We previously used Oracle 10.2, with Apache with a custom fopping document.
    My issue is that I have a report that has custom column headings using a substitution string to pull in the begin or end date for the report.  When the report is run and displayed, the column headings appropriately display the date.  However, when I try to set up the Print to PDF option, the column headings are not displaying correctly.
    Is it possible to use a substitution string in the column heading?  I am able to use the substitution string in the Page Header and Page Footer and those display correctly.
    In the Report Attributes setup I have set the "Strip HTML" to Yes and I have four columns that are using the &"ITEM NAME". string.  See below for actual display:
    The report column headings in APEX displays correctly (bold is the substitution detail): 
    Fund    Account Description          Balance 07/01/2014     Budget/Goal FY 14-15     YTD Actual 02/28/2015         Ending Balance 02/28/2015
    In the Print Attributes setup, when I get to the Report Columns section, the Heading column displays the headings as set up in the Report Attributes custom and I am not able to edit these names.  See below:
    In the version of the report that is Printed to PDF I get the following for display:
    Fund           Account Description           Balance %26amp;P347_BEGIN_DATE.     Budget/Goal %26amp;P347_FY.     YTD Actual %26amp;P347_END_DATE.     Ending Balance %26amp;P347_END_DATE.
    Any assistance would be greatly appreciated.
    Thanks,
    Pat

    First, the misspelled word is a test object and not data.
    Second, all data display correctly.
    Third, text object is displaying the old misspelled word.
    Fourth, I have eliminated the possibility that problems in of my pdf export routine cause this issue by exporting directly from Crystal Reports Viewer. I print the report to the crystal report viewer. The report looks good. The text object is spelled correctly. Then I click the Crystal Reports viewer's export button in the left upper corner and I export to both EXCEL and PDF. The excel export looks good. The pdf export is misspelled. All the export occurs internally in Crystal reports.
    Fifth, I found outthat all users who have this problem have the ADOBE PDF writer installed. I am just suspicious that ADOBE writer is interferring with Crystal export
    Sixth, I cannot recreate this problem on any of our development and test machines. It only happens on end-user laptops.
    Seventh, I changed the name of the report that had this problem and created a new version and installed on end-user laptop. The behaviour still persists. User saved the report as both RPT and PDF. RPT export looks good. PDF version has the spelling problem. Data on both reports is up-to-date and good. I copied the same RPT export to my PC and exported it to PDF, the pdf looks good. That is why I think something on the end-users laptops is causing the export to use some cached template.
    One more thing I did was to change the report name in VB.NET project, recreated a new package and installed on end-user's laptop. The same exact problem is still there.
    I have worked with Crystal Reports more than 15 years and I have never such a weird behaviour before. I know this sounds very weird. We are all baffled by what is happening.

  • Dimension name is not displayed when all dimvals are selected

    I have a dimension Price Range diemnsion which is multiselect Or. If I select all dimVals of Price Range the Price range is still displayed in left side of jspref application.
    We have another dimensions Ad Feature which is also multiselect Or. If I select all dimVals of Ad Feature the Ad Feature is is not displayed in left side of jspref application.
    Please let me know why is the difference and what needs to be done so that Ad Feature is also displayed even I select all dimVals of Ad Feature diemnsion.

    Hi,
    This is a normal Endeca behavior where when there are no more refinements, then the dimension wouldnt be available in the queryresult object. However the selected dimension details should be available in the descriptor dimension object from where the dimension name could be obtained and shown in UI.
    Thanks,
    Devi

  • Contact name is not displayed

    Hi Guys,
    Recently I bought BB Curve 8520. I transferred all my contacts from Sony Ericson w810i to BB curve. Using the method given in the following site.. " http://www.ehow.com/how_4543575_transfer-address-book-blackberry-phone.html ".
    I am facing a problem, whenever I get a call contact name is not getting displayed, but if I check call history it will display the contact name. Can anyone help me with this please.?
    Regards
    Sam

    Check this setting:  go to your contacts > options > general options> make sure sort by is set up to first or last name.    then check in address book options > filter and make sure you have no filters on...
    If that does not help try this:
    1) With the phone powered on
    2) Remove the battery, and then reinsert it after a few seconds.
    3) Replace the battery cover and wait several minutes for it to reboot
    Let me know if this helps
    >>>>>>>>>>>>>>>>>>>>>>>>~
    Hope I was able to help
    If you have received information that has helped you out, please give them Kudos.
    If your problem has been solved, please click on the post that resolved the issue

  • Caller Name is not displayed.

    Platform is BES10.
    For incoming calls, the name of the caller is not displayed. The caller is part of my address book which has been imported/synchronized with my outlook.
    after terminating the call, i can see the name of the caller in the HUB. but it is still not appearing in the log of "Phone" apps.
    We have 320 BB users that we want to move to BB10 platform very soon. the above issue is a showstopper.

    I have installed latest release of OS 10.1.0.273 on my Z10 and still facing same issue.
    I have noticed that things are working fine after fresh setup of "Work" space and sync of e-mails and contact from my outlook. The bug reappear after rebooting of the device.
    I hope that somebody from RIM will take care and answer this query. it is frustrating as I got no answer till now.
    there is a major risk that we will move to other platform if the issue is not solved. 320 devices.

  • TS Name is not displayed against BS Name in SLD

    Hi Friends,
    In SLD (PI 7.0), under Business Systems wizard, for each business system name, technical system is not displayed (Integration Tab --> Technical system)
    But, when we go to Technical System wizard, under Business System Tab Business System Name is there.
    What could be the problem ?  (When configure proxy connection from ECC to PI, we found this problem in SLD)
    Can you kindly clarify, friends.
    Thank you.
    Kind regards,
    Jegathees P.

    Hi Francis,
    Thanks for reply. In ECC
    1) SLDAPICUST - is fine - The Central SLD server host name is maintained with J2EE_ADMIN user name & password
    2) SLDCHECK is running fine.
    3) The FM 'LCR_GET_OWN_BUSINESS_SYSTEM' returns the Business System name correctly. (Type : LOC)
    4) Both LCRSAPRFC & SAPSLDAPI connections of TCP/IP pointing to PI system only. Connection test is fine.
    @ Sathyanarayana : do I need to check the relevant business systems in BD54 of ECC & PI system. 
    @ Francis : Any idea further to check ? (I double checked all the settings in ECC & PI)
    Is it required to maintain any entry in SPROXSET table ? Currently the table is empty.
    Our network is currently down for maintenance. Once it is up, I will check and reply.
    I am really confusing why my proxy is not connected to PI.
    Kind regards,
    Jegathees P.

Maybe you are looking for