Unable to find top level site associated with project site

Hello!
SP and PS 2013. I faced the problem with one project and its site synchronization.
When user published this project at 1st time, the site wasn’t created (there were some errors), but user didn’t notice that. So, after few days when he couldn’t open
the site, he ask me for help.
I did my usual operations in such cases – I open “Connected sites” and create the site myself.
Earlier there was not any problem with that. But now this project experiences some troubles with permissions sync for
it’s site – there is no synchronization.
I connected this problem with November CU, which has been installed couple of weeks ago.
I have read about the same problems after upgrade, so I want to emphasize that site was created on the root site collection (Project Web App) and it is not a subsite
of another project site.
If there is no solution until next update, maybe there is some way to turn off permission synchronization only for this site?
Any help will be appriciated!!!
Kate
Queue error:
GeneralQueueJobFailed
(26000) - PreparePSProjectPermissionSynchronization.PreparePSProjectPermissionSynchronizationMessage.
Подробные
сведения: id='26000' name='GeneralQueueJobFailed'
uid='231b2c2c-fc8b-e411-942d-0050569d3fac' JobUID='79031b2c-fc8b-e411-942d-0050569d3fac' ComputerName='7d8a1473-f6a8-4a8e-b7fb-1bdd868c7e20' GroupType='PreparePSProjectPermissionSynchronization' MessageType='PreparePSProjectPermissionSynchronizationMessage'
MessageId='1' Stage='' CorrelationUID='a923d99c-8e88-c0e8-c7e2-08a980da8c96'.
Для получения дополнительных сведений проверьте журналы ULS на компьютере
7d8a1473-f6a8-4a8e-b7fb-1bdd868c7e20 для записей с JobUID
79031b2c-fc8b-e411-942d-0050569d3fac
In logs:
12/25/2014 12:42:45.85        Microsoft.Office.Project.Server (0x07E4)        0x5E10           
Project Server                            Sharepoint Integration           
amed3 Exception        Unable to find top level site associated with project site Site1 System.IO.FileNotFoundException: <nativehr>0x80070002</nativehr><nativestack></nativestack>Нет
веб-сайта
с
именем "/Site1".     at Microsoft.SharePoint.Library.SPRequestInternalClass.OpenWebInternal(String
bstrUrl, Guid& pguidID, DateTime& pdtTimeCreated, String& pbstrRequestAccessEmail, UInt32& pwebVersion, String& pbstrServerRelativeUrl, UInt32& pnLanguage, UInt32& pnLocale, String& pbstrDefaultTheme, String& pbstrDefaultThemeCSSUrl,
String& pbstrThemedCssFolderUrl, String& pbstrAlternateCSSUrl, String& pbstrCustomizedCssFileList, String& pbstrCustomJSUrl, String& pbstrAlternateHeaderUrl, String& pbstrMasterUrl, String& pbstrCustomMasterUrl, String& pbstrSiteLogoUrl,
String& pbstrSi...   2a29d99c-9ecc-c0e8-c7e2-037970debfdf

Hi Kate_S,
since you are already aware that its a known issue caused Sep 2014 CU i believe, and an official fix has yet to release.
but i would like to clarify here that this issue doesn't have anything to do with project site creation, because sync queue job while creating project site fails but does not block other queues activities. so your project site should be created in a normal
way.
and until official fix will arrive, 1 of the option is to change your project sites to provision under root site collection instead of PWA site collection. But be aware that this will fix sync issue only for new project sites.
Go to Central Administratio -> PWA settings -> open site provision settings menu and made changes.
2nd option is, since Project Owner always get access to Project site, to teach your project owners to include project team members manually to project site permission group to allow them to have access. this option can help you with both new and existing
project sites, and i personally prefer this and did the same for my affected customers.
Hope these 2 options will help you. 
Khurram Jamshed - MBA, PMP, MCTS, MCITP (
Blog, Twitter, Linkedin )
If you found this post helpful, please “Vote as Helpful”. If it answered your question, please “Mark as Answer”.

Similar Messages

  • How to find the Display Template associated with a JSP ?

    Hi All,
    We have a requirement to alter the text on few buttons and headers for a Published Site. I have modified the Seeded JSP and saved as xxseeded.jsp and deployed in $OA_HTML. Now i want to add this custom JSP to the Display Template but i don't know how to find the Display Template Associated with the Seeded JSP. So, i need to know the Programmatic access name for the Display Template which uses this Seeded JSP as Source file. Is there any where i can check?
    Thank you

    Hi,
    Use the below queries
    Use the below query to get the Template name for the associated JSP file.
    SELECT I.ACCESS_NAME, A.FILE_NAME FROM JTF.JTF_AMV_ATTACHMENTS A, APPS.JTF_AMV_ITEMS_VL I, IBE.IBE_DSP_LGL_PHYS_MAP M, IBE.IBE_MSITES_TL S WHERE A.ATTACHMENT_ID = M.ATTACHMENT_ID AND I.ITEM_ID = M.ITEM_ID AND M.MSITE_ID = S.MSITE_ID and a.FILE_NAME like 'Jsp file name here'
    Same query can be little modified to get the File name from the Template name.
    SELECT I.ACCESS_NAME, A.FILE_NAME FROM JTF.JTF_AMV_ATTACHMENTS A, APPS.JTF_AMV_ITEMS_VL I, IBE.IBE_DSP_LGL_PHYS_MAP M, IBE.IBE_MSITES_TL S
    WHERE A.ATTACHMENT_ID = M.ATTACHMENT_ID AND I.ITEM_ID = M.ITEM_ID AND M.MSITE_ID = S.MSITE_ID and I.ACCESS_NAME like ‘template name here’
    Thanks
    Pradeep
    Edited by: Pradeep Kalyan on Feb 9, 2012 9:40 PM

  • How to find the Standard Program associated with a Standard IDOC

    Hi,
          I am going work on enhancing the standard IDOC. Any body can suggest how to find a standard pogram associated with a Standard IDOC. And can any body send some exaple code for extending a standard IDOC and to implement the logic in the standard program .....

    Hi,
    For outbound IDoc the program can be found:
    1) For master IDoc via transaction BD60. Here for the message type you can find the function module used to generate the IDoc. Within this function module you can find the user exit where you can code your logic.
    2) For IDocs with message control (output control) we maintain settings for proces code in WE41. This process code will lead to outbound IDoc generation program.
    For Inbound IDoc the program can be found:
    Via WE42 where inbound process and its related inbound function module is maintained.
    In each cases above we can go the function module and find the customer exit where idoc enhancement logic can be coded.
    For extending IDoc look at the following links:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/content.htm">Extending IDoc - SAP help</a>
    It can be summarized as follows:
    Enter transaction WE30 (ALE->Extension-> IDOC types->Maintain Idoc type)
    - Type in your name of the extended IDOC type (usually starting with 'Z') and click on the Basic IDoc type, click the create icon.
    - Click on Create new and enter a description and press enter.
    - Click on ZIDOCTYPE01 and then on the Create icon.
    - Enter ZIDOCTYPE as the segment type, click on Segment Editor.
    - Enter a description for your segment type and create.
    - Enter a description for your segment, enter each field required in your IDoc and press enter to validate.
    - Save and generate, press back
    - To release the segment choose Goto, Release from the menu.
    - Check the box on the line of your segment.
    - Save, back and enter.
    - Your Idoc type structure should be displayed with your new segment.
    - Save and back.
    - To release the Idoc type choose Extras, Release type from the menu and Yes.
    Hope this helps.
    Regards,
    Gajendra.

  • EA Could Not Find The .html File Associated With...

    After naming folder names, I now get the "EA could not find the .html file associated with..." message when I open the .edge file. When I open the .an file, I have all elements and the timeline are gone! How can I restore it? Surely, it is just a question of changing a path, or? Please help. Thanks!

    From the File > Open menu, browse to the that same folder (the newly renamed one), and select the .html file.
    Darrell

  • How can i find the VBRP-MATNR associated with a particular  BSET-BELNR.

    Hi Experts,
    How can i find the VBRP-MATNR associated with a particular  BSET-BELNR.
    Regards,
    Siva
    Edited by: siva kumar on Nov 13, 2008 8:11 AM

    Hi Siva,
    Small correction here as said by our friend Tao.
    vbrp has no relation with bkpf.use vbrk.
    vbrk-bukrs = bkpf-burks,
    vbrk-belnr = bkpf-belnr,
    vbrk-gjahr = bkpf-gjahr.
    Regards,
    Vvieks

  • Newfs error: "Unable to find Media type. Proceeding with system determined"

    Hi,
    I have the Solaris 10 update 6 installed on one server:
    bash-3.00# more /etc/release
    Solaris 10 10/08 s10x_u6wos_07b X86
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 27 October 2008
    bash-3.00#
    I have noticed that if I run command newfs, I get the following error: "Unable to find Media type. Proceeding with system determined parameters."
    bash-3.00# newfs /dev/md/rdsk/d100
    /dev/md/rdsk/d100: Unable to find Media type. Proceeding with system determined parameters.
    newfs: /dev/md/rdsk/d100 last mounted as /export
    newfs: construct a new file system /dev/md/rdsk/d100: (y/n)? y
    /dev/md/rdsk/d100: Unable to find Media type. Proceeding with system determined parameters.
    /dev/md/dsk/d100 is mounted, can't mkfs
    bash-3.00#
    What does this error mean? It did not occurr in earlier versions of Solaris. Can it be ignored or maybe the syntax for newfs has changed and I am doing something incorrectly?
    Thanks,
    Przemek

    [natural weight loss diet|http://www.goarticles.com/cgi-bin/showa.cgi?C=1633072]
    [confessions of a lazy super affiliate|http://www.squidoo.com/lazysuperaffiliate-reviewdetails]
    [how to stop panic attacks|http://simple-fix.blogspot.com/2009/04/how-to-stop-panic-attacks-permanently.html]
    [Acer AS4530-6823|http://www.goarticles.com/cgi-bin/showa.cgi?C=1638379]
    Anwar [http://healthy-weight-loss-plan.info/about/index.html]

  • Query to find the request group associated with a responsibility

    Hi All,
    I have to attach a report to around 30 responsibilities. For this I will have to find the request group for each responsibility and then add the Concurrent Program for the report in the corresponding request group.
    Can anyone help me with a query to find the request group associated with a responsibility.
    Regards,
    SK

    Just to add to the query above, if you want to see request group along with request_group_id you do join as follows
    SELECT frv.responsibility_name
    ,frg.request_group_name
    FROM fnd_request_groups frg,
    fnd_request_group_units frgu,
    fnd_responsibility_vl frv
    WHERE 1 = 1
    AND frgu.request_group_id = frg.request_group_id
    AND frv.request_group_id = frg.request_group_id
    ORDER BY responsibility_name
    Thanks
    Shailendra

  • Where can I find the phone number associated with my 3G iPad?

    How do I find the phone number associated with my iPad?  We'd like to sell it, so we want to cancel the 3G service, but the AT&T website asks for the phone number. 

    I don't have the 3G ... but is there a phone number?  Can you make phone calls with it ... I was told there is not phone service from the iPad when I get my iPad1?
    But did you check in
    Toolbox -> Phone -> My Number
    or
    Toolbox -> General -> ????
    That's where it is on my iPhone ... so maybe some variation of that on the iPad.  Most likely somewhere under Network, the third box down in General?

  • PS2010 - Project Site Provisioning Settings - Project Site Permissions

    If the option is selected, are there any projects that will not have the permissions synced to the project site?  I would like to not update the security on the 5000+ closed/completed project sites as this takes an excessive amount of SQL resources,
    especially when the Team Members group has grown to more than 500 users.
    I changed the Team Members category setting of 'View Project Sites' to unselected so changes to the group membership will not initiate a bulk project sync.  This was bringing my server to its knees.  Site sync now takes only a few seconds to reset
    security for ~40 users (per site).  
    If Project Mangers membership changes, the auto-sync will initiate over 5000 jobs to have all users removed and readded back to each project site.  Even at 90 seconds per site, this will take hours and block the queue.  If I could instead have
    it only sync against the Active or at least non-archived project the time would be reduced to less than an hour.

    Hi Greg,
    Project Server Sync will be for all the users if a ERP Sync or User Sync is invoked. However you can perform a Site Synchronization from Project Sites link in Server Settings.
    Ideally, it would be best if you can take a backup of the closed or completed projects so that the backup is available in Archive DB. Once the backup is complete delete these projects from the Draft and Published DB's.
    This should meet your requirements and also will have less number of projects in display whenever a user is trying to work on any of the projects.
    Cheers! Happy troubleshooting !!! Dinesh S. Rai - MSFT Enterprise Project Management Please click Mark As Answer; if a post solves your problem or Vote As Helpful if a post has been useful to you. This can be beneficial to other community members reading
    the thread.

  • SharePoint 2013 check permissions unable to find permission level for AD user

    In our environment for SharePoint AD groups are associated with individual AD members and AD group is given access to SharePoint group with a permission level. When I want to check for a user who are part on the AD group using check permission to find their
    SharePoint permission level it returns "none", but when I check what permission level the AD group has check permission returns correct permission level.
    I am not sure if this is the right behavior for SharePoint 2013 not to display individual AD user permission using check permission, business users have to request IT every time they have to find a user permission level.

    Hi,
    As far as I know, the user permissions which set in AD Groups is not updated immediately to SharePoint Site. The AD group informations are converted into claims and packed into security token issued by the STS (Security Token Service).
    For troubleshooting your issue,you can configure the Token Cache to a smaller value and check the permission level of the user who is granted permissions through AD group:
    https://sergeluca.wordpress.com/2013/07/06/sharepoint-2013-use-ag-groups-yes-butdont-forget-the-security-token-caching-logontokencacheexpirationwindow-and-windowstokenlifetime/
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Where to find entry level sap jobs with a Terp10 Certification

    Hello I am a soon to be college graduate graduating this December.
    My question is with a Terp10 certification and no work experience what can I expect from the job market. Are there companies that hire college graduates with no SAP work experience? Are there any resources that help graduates find entry level SAP jobs.

    Hi ,
    Welcome to the World of SAP !
    As a fresher there are lot of options to start the career in SAP domain . As a fresher doing a certification *** training with out any prior experience , the opportunities for getting a job will be very less. SAP is a Enterprise business software which has the Technical ( ABAP,BASIS .......) Functional (SD,PP,MM,FI,...) Techno Functional modules . Choose a very option to get started . Getting a right career is not a tough job for you , search in web , read about sap , lot of online information ,forums available . choosing a career is a brainstorming work , my suggestion drop the idea of doing certification , as you are a fresher and very difficult to get a job without any experience . Please check the links to get start . good luck
    SAPEDU Twitter account http://twitter.com/sapedu
    SAP Education Facebook page http://www.facebook.com/SAPEducation
    Education@SAP LinkedIn group http://www.linkedin.com/groups?gid=1856570
    Want to switch to SAP consultancy The specified item was not found.
    Career Switch in the SAP World The specified item was not found.
    What would I do if I were a SAP newbie? Must read career advice for all beginners - check out this blog
    HELP@ SAP : http://help.sap.com/
    Online Knowledge Products : https://websmp202.sap-ag.de/okp
    Knowledge burst - Business Rule Frame work BRF  : http://www.sdn.sap.com/irj/bpx/education?rid=/media/uuid/50879cee-f9b5-2e10-039e-b2d6c4b10e6b
    Regards,
    S.Rajeshkumar

  • Need to know how to find out the Variant associated with a background job

    Hello,
    Plz help me in finding out how to find the variant associated with a background job. I need to know which variant does the program picks up when it runs the scheduled background job. There are so many variants that exist. How do I figure out which one is being picked up by the program. When I go and see into the job that are already finished it shows the parameter as "&00000000645354" which I do not understand what it corresponds to. I was expecting a variant name instead of this number in the parameter field. Is there a way I can find out the name of teh variant the program is using automatically in the background job ??
    Thanks in anticipation

    Yes it is possible which is variant, input fields are choosen
    - go to SM37 and locate the background job which was processed using proper selection criteria
    - select the Job and click on 'Step' button availabe in the screen
    - the new screen is 'step list overview'. now, place the cursor on selected variant avaialble on the screen, then from Menu >> Goto>> variant
    which gives the list of input values.
    hope this helps
    Thanks
    JK

  • How to find top level object on a given layer?

    I need to assign it to a var...
    var topLevelObj = app.activeDocument.layers.name("foo")... whatever is on top of that stack...
    ...this is probably not correct but you know what I mean

    Jump_Over wrote:
    Hi,
    top level object is the first in a collection:
    var fooLayerTopObj = app.activeDocument.layers.item("foo").pageItems[0]
    Jarek
    I'm not very good in ID-scripting, but I think this isn't good enough to find topmost item of a layer.
    Why?
    - create a new document
    create a polygon
    create a rectangle
    create an ellipse
    create a line
    Run this script snippet:
    var pI = app.activeDocument.layers.item(0).pageItems;
    for (i=0; i<=pI.length-1; i++) {
    pI[i].select();
    alert (i);
    pI[i].locked = true;
    Do you see, which element pageItems[0] is?

  • Cant find out serial number associated with email address

    Hello
    I just lost my ipod touch 4g ..
    I want to report it lost or stolen device in apple support profile , but when i enter the serial number it says already registered by another email address.. I tried every email address i remember but cant still find  the right one  !
    Is there any way to find email address associated with serial number ?

    No. Apple says:
    Apple does not have a process to track or flag lost or stolen product

  • Finding Plants\Storage locations associated with the Routes

    Hi,
    I need to find all possible Plants/Storage Locations associated with the Route in hand.(These routes can be found in TVRAB table).Is there any mapping done in SAP between Routes and Plants or Routes and Departure Points ?
    If anyone has any inputs regarding this, it will be really helpful.

    Hi,
    To determine the route we need to know the Plant and the Shipping point or connection point/port.
    I think we can find the routes in table TVRO or VBLK.
    and for route descirption we go for the TVROT
    First check the tables for the Plant and shipping point then we can link to the route.
    Pls check this link
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/560dee545a11d1a7020000e829fd11/frameset.htm
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/17/c0b758903111d2b42f006094b9b9a0/content.htm
    Regards
    Lekha

Maybe you are looking for