Resources for IT Professionals > 포럼 홈 > SharePoint - Social Computing > Tasks are no more shown in 'SharePoint Sites' web parts within My Site
질문하기질문하기
 

답변됨Tasks are no more shown in 'SharePoint Sites' web parts within My Site

  • 2009년 6월 25일 목요일 오후 12:20rubenb 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi everybody,

    I run MOSS2007 on WS2k8.

    Within My Site, the "SharePoint Sites" web part allows you quickly browse the site you are member and view documents you authored and tasks assigned to you.

    It used to work until few days ago.

    I don't know why, the sub-web part "Tasks" is no more present within the "SharePoint Sites" web part whichever site you choose (except "My Site" tab). So, users are unable to see their tasks. Only authored documents are displayed.

    Editing the page does not change anything.

    After investigation, I see the problem is caused by both my AAM (Alternate Access Mappings) and to IIS redirection.

    In AAM, I have configured a http://FQDN URL as public URL for Default zone (SharePoint - 80)
    In IIS, I have configured a HTTP redirection from http://servername to http://FQDN

    Removing both fix the problem !!

    But it is not acceptable for me, I need it working with these configurations!


    Could anybody help, please?

    Thanks.

    Regards.
    -Ruben-
    • 이동됨Mike Walsh MVPMVP, 중재자2009년 6월 25일 목요일 오후 2:40MySite q (From:SharePoint - Setup, Upgrade, Administration and Operation)
    •  

답변

  • 2009년 7월 2일 목요일 오후 12:17rubenb 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Thanks Lambert for responding.


    I have resolved the problem doing the following:

    - Remove all HTTP redirection from IIS

    Then in AAM:

    - set http://FQDN as Default public URL in port 80 AAM collection
    - add http://servername as new internal URL for port 80 AAM collection

    HTH

    -Ruben-
    • 답변으로 표시됨rubenb 2009년 7월 2일 목요일 오후 12:17
    •  

모든 응답

  • 2009년 6월 23일 화요일 오후 2:15rubenb 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi everybody,

    I run MOSS2007 on WS2k8.

    Within My Site, the "SharePoint Sites" web part allows you quickly browse the site you are member and view documents you authored and tasks assigned to you.

    It used to work until few days ago.

    I don't know why, the sub-web part "Tasks" is no more present within the "SharePoint Sites" web part whichever site you choose (except "My Site" tab). So, users are unable to see their tasks. Only authored documents are displayed.

    Editing the page does not change anything.

    Could anybody help, please?

    Thanks.

    Regards,

    -Ruben-
  • 2009년 6월 23일 화요일 오후 5:09rubenb 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    OK, I see more clear ...

    The problem is due to my AAM (Alternate Access Mappings) and to IIS redirection.

    In AAM, I have configured a http://FQDN URL as public URL for Default zone (SharePoint - 80)
    In IIS, I have configured a HTTP redirection from http://servername to http://FQDN

    Removing both fix the problem !!

    But it is not acceptable for me, I need it working with these configurations!


    Thanks for your help.

    Regards.
    -Ruben-
  • 2009년 6월 25일 목요일 오후 2:09Lambert QinMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    Hi Ruben,

    Based on your description, your concern is that how to configure AAM without breaking MySite features.

    For your reference, to specify FQDN as public URL, you should extend your web application to a zone.

    In the wizard, specify the FQDN in the Host Header box.

     See Plan for host-named site collections (Office SharePoint Server) (http://technet.microsoft.com/en-us/library/cc424952.aspx) for more information.

     Let me know if you need further information.

    -lambert


    Lambert Qin | Microsoft Online Support Engineer
    How to ask a question in the forum (http://support.microsoft.com/kb/555375)
    Posting is provided "AS IS" with no warranties, and confers no rights.
  • 2009년 6월 25일 목요일 오후 2:39Mike Walsh MVPMVP, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    MySite questions go to Social Computing.

    Moving this
    WSS FAQ sites: http://wssv2faq.mindsharp.com and http://wssv3faq.mindsharp.com
    Total list of WSS 3.0 / MOSS 2007 Books (including foreign language) http://wssv3faq.mindsharp.com/Lists/v3%20WSS%20FAQ/V%20Books.aspx
  • 2009년 6월 26일 금요일 오후 12:08rubenb 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Not exactly. Actually the problem is due to the HTTP redirection I've set from http://server to  http://FQDN. Hence, I have to remove the redirection to have My Site "SharePoint Sites" web part working.

    This is because My site web application (different from the 80)  systematically point to http://server and does not seem to support HTTP redirection. So MOSS sites must be available at http://server to have "SharePoint Sites" web part working.

    How to force My Site web application to point to http://FQDN?

    Thanks for your help.

    Regards.
    -Ruben-
  • 2009년 6월 29일 월요일 오전 10:41Lambert QinMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi, Your requirement is that force MySite web application to http://FQDN without using HTTP redirection.
    It could be achieved by extend your web application with host header “FQDN” specified.

    Could you please try the above steps and let me know the result?
    Lambert Qin | Microsoft Online Support Engineer
    How to ask a question in the forum (http://support.microsoft.com/kb/555375)
    Posting is provided "AS IS" with no warranties, and confers no rights.
  • 2009년 7월 2일 목요일 오후 12:17rubenb 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Thanks Lambert for responding.


    I have resolved the problem doing the following:

    - Remove all HTTP redirection from IIS

    Then in AAM:

    - set http://FQDN as Default public URL in port 80 AAM collection
    - add http://servername as new internal URL for port 80 AAM collection

    HTH

    -Ruben-
    • 답변으로 표시됨rubenb 2009년 7월 2일 목요일 오후 12:17
    •