GetInitializationData Method

Description

Gets a list of initialization data for Microsoft Office Project Server 2003.

Syntax

<Request>
   <GetInitializationData>
      <Release></Release>
   </GetInitializationData>
</Request>

Parameters

Release

Optional. The default value is 0, which means Microsoft Project 2002 (Project version 10). The only other valid value of Release is 1, which means Project 2003 (version 11).

Return Value

The return includes a combination of the AdminSettings, GetLoginInformation, and PDSInfo methods. When Release is 0 or not present, Project Server 2003 returns only the information shown below in the non-bold font.

<Reply>
   <HRESULT></HRESULT>
   <STATUS></STATUS>
   <UserName></UserName>
   <GetInitializationData>
      <GetLoginInformation>
         <DBType></DBType>
         <DVR></DVR>
         <DB></DB>
         <SVR></SVR>
         <ResGlobalID></ResGlobalID>
         <ResGlobalName></ResGlobalName>
         <UserName></UserName>
         <Password></Password>
         <UserNTAccount></UserNTAccount>
      </GetLoginInformation>
      <AdminSettings>
         <AllowLocalBaseCalendars></AllowLocalBaseCalendars>
         <DisplayMasterProjects></DisplayMasterProjects>
         <EnforceCurrency></EnforceCurrency>
         <ProtectActuals></ProtectActuals>         <ProtectBaseline></ProtectBaseline>         <BuildTeamOnNewProject></BuildTeamOnNewProject>         <RBS></RBS>         <DisabledItems>            <Item>               <ItemType></ItemType>               <ItemID></ItemID>            </Item>            . . . Additional Items . . .         </DisabledItems>
      </AdminSettings>
      <PDSInfo>
         <ExeName></ExeName>
         <CompanyName></CompanyName>
         <FileDescription></FileDescription>
         <Comments></Comments>
         <ProductName></ProductName>
         <Title></Title>
         <LegalCopyright></LegalCopyright>
         <LegalTrademarks></LegalTrademarks>
         <Major></Major>
         <Minor></Minor>
         <Revision></Revision>
      </PDSInfo>
   </GetInitializationData>
</Reply>

Remarks

Request and reply elements that are new or changed since Microsoft Project 2002 are shown in bold.