Arquivo

Posts Tagged ‘EPM2007’

EPM 2007 – Consultar objetos alterados por uma atualização

Após instalarmos uma atualização no Project Server é possível indetificarmos os objetos alterados com a instalação. Esta consulta muitas vezes é válida para identificarmos alterações que impactam em algum objeto relacionado ao desenvolvimento de integração com uma ferramenta externa por exemplo.

use DatabaseName

select name, xtype, crdate from sysobjects where crdate > <Date> order by xtype

Por exemplo:

use ProjectServer_Published

select name, xtype, crdate from sysobjects where crdate > ‘2010-01-01’ order by xtype

Tipos de objetos (coluna xtype):

  • AF – Aggregate function (CLR)
  • C – CHECK constraint
  • D – DEFAULT (constraint or stand-alone)
  • F – FOREIGN KEY constraint
  • PK – PRIMARY KEY constraint
  • P – SQL stored procedure
  • PC – Assembly (CLR) stored procedure
  • FN – SQL scalar function
  • FS – Assembly (CLR) scalar function
  • FT – Assembly (CLR) table-valued function
  • R – Rule (old-style, stand-alone)
  • RF – Replication-filter-procedure
  • S – System base table
  • SN – Synonym
  • SQ – Service queue
  • TA – Assembly (CLR) DML trigger
  • TR – SQL DML trigger
  • IF – SQL inline table-valued function
  • TF – SQL table-valued-function
  • U – Table (user-defined)
  • UQ – UNIQUE constraint
  • V – View
  • X – Extended stored procedure
  • IT – Internal table
    Abraços,

Flávio de Andrade Neto

Categorias:EPM 2007 Tags:

EPM 2007 – Fórmulas em campo personalizado com valor ND

Muitas vezes quando aplicamos fórmulas em campos personalizados no Project, nos deparamos com cenários onde precisamos tratar campos que não possuem valores, como por exemplo, campos relacionados à linhas de base quando ainda não temos nenhuma linha de base definida. Nestes casos no Project o valor do campo é exibido como “ND”.

Segue abaixo exemplo para tratamento desta situação:

IIf([Término da linha de base]=projdatevalue("ND");0;([Término da linha de base]-[Término])/([Término da linha de base]-[Início da linha de base]))

O “ND” é utilizado quando a versão da linguagem instalada é Português. Para o Project em Inglês deve-se trocar o “ND” por “NA”.

Abraços,

Flávio de Andrade Neto

Categorias:EPM 2007 Tags:

EPM 2007 – Cumulative Update Abril/10

Segue abaixo o link para o cumulative update de abril/2010 para a solução EPM 2007:

    Abraços,
    Flávio de Andrade Neto

EPM2007 – Número da Versão

Através da planilha abaixo pode-se analisar em qual versão a solução esta atualizada.

Controle do número da versão

Atualização

Data

Version

MOSS 2007 or WSS 3.0 SP2 + Cumulative update

Feb 10

12.0.6529.5000

MOSS 20071 or WSS 3.0 SP2 + Cumulative update

Dec 09

 

MOSS 20071 or WSS 3.0 SP2 + Cumulative update

June 09

12.0.0. 6510

MOSS 20071 or WSS 3.0 SP2 + Cumulative update

April 09

12.0.0. 6504

MOSS 20071 or WSS 3.0 SP2

 

12.0.0.6421

MOSS 20071 or WSS 3.0 Cumulative update

Feb 09

12.0.0. 6341

MOSS 20071 or WSS 3.0 Cumulative update

Dec 08

12.0.0. 6335

MOSS 20071 or WSS 3.0 Cumulative update (KB956056 & KB956057)

 

12.0.0.6327

MOSS 20071 or WSS 3.0 Infrastructure Update (KB951695 & KB951297)

 

12.0.0.6318

MOSS 20071 or WSS 3.0 post-SP1 hotfix (KB948945)

 

12.0.0.6303

MOSS 20071 or WSS 3.0 post-SP1 hotfix (KB941274)

 

12.0.0.6301

MOSS 20071 or WSS 3.0 post-SP1 hotfix (KB941422)

 

12.0.0.6300

MOSS 20071 or WSS 3.0 SP1

 

12.0.0.6219

MOSS 20071 or WSS 3.0 October public update

 

12.0.0.6039

MOSS 20071 or WSS 3.0 August 24, 2007 hotfix package

 

12.0.0.6036

MOSS 20071 or WSS 3.0 RTM

 

12.0.0.4518

MOSS 20071 or WSS 3.0 Beta 2 TR

 

12.0.0.4407

MOSS 20071 or WSS 3.0 Beta 2

 

12.0.0.4017

Abraços,

Flávio de Andrade Neto

Atualizações EPM 2007

Olá Pessoal,

Segue abaixo os links para as atualizações da solução EPM 2007.

Windows SharePoint Services 3.0

Atualização

x86 Inglês

x86 Português

x64 Inglês

x64 Português

Windows SharePoint Services 3.0 Service Pack 1 (SP1)

link

link

 

Infrastructure Update for Windows SharePoint Services 3.0 (KB951695)

link

link

link

 

Windows SharePoint Services 3.0 Service Pack 2 (SP2)

link

link

link

 

Windows SharePoint Services 3.0 Language Pack Service Pack 2 (SP2)

link

link

Cumulative Updates – 27/04/2010

link

link

link

link

Microsoft Office SharePoint Server 2007

Atualização

x86 Inglês

x86 Português

x64 Inglês

x64 Português

The 2007 Microsoft Office Servers Service Pack 1 (SP1)

link

link

 

Infrastructure Update for Microsoft Office Servers (KB951297)

link

link

link

 

The 2007 Microsoft Office Servers Service Pack 2 (SP2)

link

link

link

 

2007 Microsoft Office Servers Language Pack Service Pack 2 (SP2)

link

link

Cumulative Updates – 27/04/2010

link

link

link

link

Project Professional 2007

Atualização

x86 Inglês

x86 Português

Microsoft Office Project 2007 Service Pack 1 (SP1)

 

link

Atualização de infra-estrutura para o Project 2007 (KB951547)

 

link

Microsoft Office Project 2007 Service Pack 2 (SP2)

 

link

Cumulative Updates – 27/04/2010

link

link

Abraços,

Flávio de Andrade Neto

Categorias:EPM 2007 Tags:,