Domanda

Voglio distribuire un'applicazione Web Service Server 2010 Project Server 2010 (PWA) su SharePoint 2010. Dopo tutti i passaggi, nel passaggio di provisioning non finisce. In 'Event Viewer' c'è un evento per ID: 17173 in ogni 2 secondi!

Starting up database 'ProjectServer_Published'.
.

E in dettaglio:

+ System 

- Provider 

[ Name]  MSSQL$SHAREPOINT 

- EventID 17137 

[ Qualifiers]  16384 

Level 4 

Task 2 

Keywords 0x80000000000000 

- TimeCreated 

[ SystemTime]  2012-10-20T11:27:29.000000000Z 

EventRecordID 18626 

Channel Application 




- EventData 

ProjectServer_Published 
    F14200000A000000160000005300480041005200450050004F0049004E0054005C005300480041005200450050004F0049004E0054000000070000006D00610073007400650072000000 


 --------------------------------------------------------------------------------

Binary data:


In Words

0000: 000042F1 0000000A 00000016 00480053 
0008: 00520041 00500045 0049004F 0054004E 
0010: 0053005C 00410048 00450052 004F0050 
0018: 004E0049 00000054 00000007 0061006D 
0020: 00740073 00720065 0000  


In Bytes

0000: F1 42 00 00 0A 00 00 00   ñB......
0008: 16 00 00 00 53 00 48 00   ....S.H.
0010: 41 00 52 00 45 00 50 00   A.R.E.P.
0018: 4F 00 49 00 4E 00 54 00   O.I.N.T.
0020: 5C 00 53 00 48 00 41 00   \.S.H.A.
0028: 52 00 45 00 50 00 4F 00   R.E.P.O.
0030: 49 00 4E 00 54 00 00 00   I.N.T...
0038: 07 00 00 00 6D 00 61 00   ....m.a.
0040: 73 00 74 00 65 00 72 00   s.t.e.r.
0048: 00 00                     ..
.

E questo è il file di registro:

10/20/2012 15:24:16.93  Microsoft.Office.Project.Server (0x1814)    0x0E20  Project Server  General         8zd0    Medium  [SERVICE]    ProjectEventService14: Not starting ExecProcess for ServiceApp: 60739e6d-8645-485a-8ef0-e8217e80c87f  No sites defined 
10/20/2012 15:25:16.61  Microsoft.Office.Project.Server (0x1844)    0x0AF4  Project Server  Provisioning    8zdn    Medium  [SERVICE] ProjectQueueService14: Getting list of Sites for ServiceApp: 60739e6d-8645-485a-8ef0-e8217e80c87f 
10/20/2012 15:25:16.61  Microsoft.Office.Project.Server (0x1844)    0x0AF4  Project Server  General         8zdb    High    [SERVICE] ProjectQueueService14: ProcessWatcher signaled    
10/20/2012 15:25:16.61  Microsoft.Office.Project.Server (0x1844)    0x0AF4  Project Server  General         8zdk    High    [SERVICE] ProjectQueueService14: ProcessWatcher restarting service for 60739e6d-8645-485a-8ef0-e8217e80c87f PID: -1 
10/20/2012 15:25:16.61  Microsoft.Office.Project.Server (0x1844)    0x0AF4  Project Server  Provisioning    8zdn    Medium  [SERVICE] ProjectQueueService14: Getting list of Sites for ServiceApp: 60739e6d-8645-485a-8ef0-e8217e80c87f 
10/20/2012 15:25:16.61  Microsoft.Office.Project.Server (0x1844)    0x0AF4  Project Server  General         8zd0    Medium  [SERVICE] ProjectQueueService14: Not starting ExecProcess for ServiceApp: 60739e6d-8645-485a-8ef0-e8217e80c87f  No sites defined    
10/20/2012 15:25:16.94  Microsoft.Office.Project.Server (0x1814)    0x0E20  Project Server  General         8zdb    High    [SERVICE] ProjectEventService14: ProcessWatcher signaled    
10/20/2012 15:25:16.94  Microsoft.Office.Project.Server (0x1814)    0x0E20  Project Server  General         8zdk    High    [SERVICE] ProjectEventService14: ProcessWatcher restarting service for 60739e6d-8645-485a-8ef0-e8217e80c87f PID: -1 
10/20/2012 15:25:16.94  Microsoft.Office.Project.Server (0x1814)    0x0E20  Project Server  Provisioning    8zdn    Medium  [SERVICE] ProjectEventService14: Getting list of Sites for ServiceApp: 60739e6d-8645-485a-8ef0-e8217e80c87f 
10/20/2012 15:25:16.94  Microsoft.Office.Project.Server (0x1814)    0x0E20  Project Server  General         8zd0    Medium  [SERVICE] ProjectEventService14: Not starting ExecProcess for ServiceApp: 60739e6d-8645-485a-8ef0-e8217e80c87f  No sites defined    
.

Qual è il problema?Non c'è né errore né avvertimento.

È stato utile?

Soluzione 2

risolto! La causa era una brutta versione di MySQL. Ho reinstallato "Microsoft SQL Server 2008 Rt", e non c'era alcun problema.

Altri suggerimenti

.

Prova quanto segue:

    .
  1. Stop & Start Project Application Service (Assicurarsi che anche il servizio del progetto sia iniziato)
  2. Assicurarsi che il sito Web PWA abbia associazioni di applicazioni di servizio con l'applicazione del servizio Server Project Server
  3. Se possibile eliminare l'applicazione del servizio Server Project Server, creane uno nuovo con autorizzazione appropriata
  4. 'linear \ sp2010RTM' - Aggiungi questo account al gruppo Administrators locale e controlla lo stato.

    Per ulteriori informazioni Verifica questo link OUT:

    Same problem risoltoSul forum diverso

    Spero che abbia aiutato :)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top