|
Home > Archive > Microsoft Content Management Server > July 2005 > MSI install breaks Resource Gallery
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
MSI install breaks Resource Gallery
|
|
| RCPeters@gmail.com 2005-07-29, 5:55 pm |
| I wrote an MSI to deploy my CMS application. The installation works,
but all of the images from the Resource Gallery are broken. I can fix
the problem by running the repair option on CMS SP1a. However, I am
trying to get to the root of the issue.
I ran filemon to see which files are being touched and noticed these
two:
C:\Program Files\Microsoft Content Management Server\Shared
Files\nrutils.dll
C:\Program Files\Microsoft Content Management Server\Shared
Files\NRMsgRes.dll
Here's the error in the event viewer:
Event Type: Warning
Event Source: MCMS
Event Category: None
Event ID: 2602
Date: 7/29/2005
Time: 3:24:45 PM
User: N/A
Computer: USLIBCMSV02
Description:
The requested lookup key was not found in any active activation
context. (14007)
Also we are using the RAD control placeholder. I am not sure if that
makes a difference. Any help would be appreciated!
Ryan
| |
| Angus Logan [MVP] 2005-07-30, 7:47 am |
| Hi Ryan,
Can you provide more details on what the MSI is doing?
Is it installing the Web Application and then running an SDO against MCMS?
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
<RCPeters@gmail.com> wrote in message
news:1122668826.899112.208660@g47g2000cwa.googlegroups.com...
>I wrote an MSI to deploy my CMS application. The installation works,
> but all of the images from the Resource Gallery are broken. I can fix
> the problem by running the repair option on CMS SP1a. However, I am
> trying to get to the root of the issue.
>
> I ran filemon to see which files are being touched and noticed these
> two:
>
> C:\Program Files\Microsoft Content Management Server\Shared
> Files\nrutils.dll
> C:\Program Files\Microsoft Content Management Server\Shared
> Files\NRMsgRes.dll
>
> Here's the error in the event viewer:
>
> Event Type: Warning
> Event Source: MCMS
> Event Category: None
> Event ID: 2602
> Date: 7/29/2005
> Time: 3:24:45 PM
> User: N/A
> Computer: USLIBCMSV02
> Description:
> The requested lookup key was not found in any active activation
> context. (14007)
>
> Also we are using the RAD control placeholder. I am not sure if that
> makes a difference. Any help would be appreciated!
>
> Ryan
>
| |
| Stefan [MSFT] 2005-07-30, 5:49 pm |
| Hi Ryan,
if the repair option of MCMS 2002 SP1a fixes the problem, then your MSI
deploys more stuff than allowed.
It seems to corrupt or deploy some of the MCMS files itself.
Please ensure that the MSI only deploys your template project and the SDO
file.
And that the SDO file is imported using Site Deployment Import.
In addition verify that the time and date of the SQL server and MCMS in both
environments is synchornized. Otherwise the different time and date can lead
to such broken links.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
<RCPeters@gmail.com> wrote in message
news:1122668826.899112.208660@g47g2000cwa.googlegroups.com...
>I wrote an MSI to deploy my CMS application. The installation works,
> but all of the images from the Resource Gallery are broken. I can fix
> the problem by running the repair option on CMS SP1a. However, I am
> trying to get to the root of the issue.
>
> I ran filemon to see which files are being touched and noticed these
> two:
>
> C:\Program Files\Microsoft Content Management Server\Shared
> Files\nrutils.dll
> C:\Program Files\Microsoft Content Management Server\Shared
> Files\NRMsgRes.dll
>
> Here's the error in the event viewer:
>
> Event Type: Warning
> Event Source: MCMS
> Event Category: None
> Event ID: 2602
> Date: 7/29/2005
> Time: 3:24:45 PM
> User: N/A
> Computer: USLIBCMSV02
> Description:
> The requested lookup key was not found in any active activation
> context. (14007)
>
> Also we are using the RAD control placeholder. I am not sure if that
> makes a difference. Any help would be appreciated!
>
> Ryan
>
|
|
|
|
|