Home Knowledge Articles Known Issues Deployments fails after Planning Store tables are upgraded to 8.4
Follow us on Twitter


Countries

50.1%United States United States
7.6%India India
7%United Kingdom United Kingdom
5.1%Australia Australia
4.8%Canada Canada

Visitors

Today: 37
Yesterday: 111
Last Week: 3360
This Month: 9189
Last Month: 16191
Total: 382842


Deployments fails after Planning Store tables are upgraded to 8.4 PDF Print E-mail
(0 votes, average 0 out of 5)
Written by Martijn Christenhusz   
Thursday, 07 May 2009 08:39
From the planningerrorlog.csv for the service account:
Unable to assign 196 character BLOB value to field cm..P_PNREQUEST.request.~~~~Multiple-step operation generated errors. Check each status value.
Multiple-step operation generated errors. Check each status value., Error number -2147217887 was raised by Microsoft Cursor Engine 
 
Cause
The request field in the P_PNREQUEST table did not get updated to the appropriate data type.  
 
Solution
Create a new Planning Store or Content Store if a separate Planning Store was not used.
or

Use a a SQL script to correct the table.

/**** Cleanup table P_PNREQUESTPROGRESS ****/

TRUNCATE TABLE [dbo].[P_PNREQUESTPROGRESS];

/**** Drop table P_PNREQUEST ****/

DROP TABLE [dbo].[P_PNREQUEST];

/**** Create Table [dbo].[P_PNREQUEST]****/

SET ANSI_NULLS ON

GO

SET QUOTED_IDENTIFIER ON

GO

SET ANSI_PADDING ON

GO

CREATE TABLE [dbo].[P_PNREQUEST](

[requestguid] [char](38) NOT NULL,

[requestname] [varchar](500) NOT NULL,

[requesttype] [varchar](500) NOT NULL,

[runstateid] [varchar](250) NOT NULL,

[startdt] [char](29) NULL,

[lastcompletiondt] [char](29) NULL,

[failurenote] [text] NULL,

[executioncommand] [varchar](250) NULL,

[request] [image] NULL,

CONSTRAINT [pk_0jn85] PRIMARY KEY CLUSTERED

(

[requestguid] ASC

)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]

) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]

GO

SET ANSI_PADDING OFF

www.cogknowhow.com

Comments

Please login to post comments or replies.
Last Updated on Saturday, 30 January 2010 11:35
 
 

Login

For more content en features!



CogKnowHow Newsletter

Season's Greetings


Receive HTML?

Polls

How many users are working on your Cognos environment?