C O G N O i S e - the COGNOS community ...brought to you by BrightStar Partners, Inc.
The largest independent IBM Cognos support community!
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
January 30th, 2011
- COGNOiSe.com has been updated!
Home
Help
Search
Calendar
Login
Register
C O G N O i S e - the COGNOS community ...brought to you by BrightStar Partners, Inc.
»
Planning & Consolidation
»
COGNOS Planning
»
Column Limit in Contributor / Publish Table Only View
« previous
next »
Print
Pages: [
1
]
Author
Topic: Column Limit in Contributor / Publish Table Only View (Read 1253 times)
rmark17
Full Member
Posts: 8
Forum Citizenship: +0/-0
Column Limit in Contributor / Publish Table Only View
«
on:
08 Sep 2006 08:17:58 am »
I am attempting to publish a Cognos 8 Planning application to Oracle 10g that contains a cube with a d-list that contains 240 items (well below the 10g lmit of 1000). The publish process fails with "Too many columns in publish dimension, choose a different dimension for publish". Changing he true "fact" dimension to another generates extremely akward data structures ( a dimenson containing all of the facts as attributes). I am looking for a way around this column limit.
Logged
CenterStone
Senior Member
Posts: 66
Forum Citizenship: +3/-0
Re: Column Limit in Contributor / Publish Table Only View
«
Reply #1 on:
10 Sep 2006 06:20:30 am »
How big is your cube without including the eList? If you only publish one node, does it work? What does your planningerrorlog.csv say? I'm trying to determine if it's an application error or an Oracle one.
Logged
CenterStone Solutions LLC
centerstonesolutions.com
rmark17
Full Member
Posts: 8
Forum Citizenship: +0/-0
Re: Column Limit in Contributor / Publish Table Only View
«
Reply #2 on:
12 Oct 2006 08:11:37 pm »
The error message is misleading. What it is really saying is that I have reached the row length limit in Oracle. This is due to the fact that Planner is defining all non-numeric fields as VARCHAR2(4000). The only fixes I could find are to modify the datastore table defs(unacceptable because it must be done every time you GTP) or write a script to flip the one fact 240 dimension structure to a 240 fact one dimension structure which I have done.
Thanks anyway.
Logged
CenterStone
Senior Member
Posts: 66
Forum Citizenship: +3/-0
Re: Column Limit in Contributor / Publish Table Only View
«
Reply #3 on:
22 Oct 2006 06:20:05 pm »
can you publish using the way that works and use decision stream to transform your fact table in the way that you need it? That way, your publish table/view stays the same, but you just need to keep rerunning your ETL process.
Logged
CenterStone Solutions LLC
centerstonesolutions.com
Print
Pages: [
1
]
« previous
next »
C O G N O i S e - the COGNOS community ...brought to you by BrightStar Partners, Inc.
»
Planning & Consolidation
»
COGNOS Planning
»
Column Limit in Contributor / Publish Table Only View