Cognos 8: Problema cubos en framework manager

ultimoc

Curioso
Hola a todos,

Mi problema es el siguiente, tengo creado un cubo con Transformer, lo tengo dentro de Framework manager para su explotacion con las herramientas de reporting (Analisis Studio y Report Studio).
El tema es el siguiento, no puedo generar otra vez el cubo ya que me da el fallo de que otra aplicacion lo esta utilizando (FRAMEWORK MANAGER), no dejandome generarlo de nuevo, si el cubo lo quito de framework manager desde el transformer me deja generalo.
Que hay que hacer para poder generalo cuantas veces sea neceario y que framework manager recoga la nueva generacion del cubo.
 

lantares

Curioso
Buenos días.
Le muestro los pasos que explica com realizar la actualización de un cubo en Cognos 8.
Espero que le sea de ayuda.
Un saludo.


Description:
How do you refresh a powercube in Cognos 8 BI without locking the file?
Solution:

Use the cubeswap.bat utility.
Steps:
1. Edit the cognos/c8/webapps/utilities/cubeswap/cubeswap.bat file and change the JAVA_HOME, CRN_HOME paths if they are not the default, for example:
set JAVA_HOME=../../../bin/jre/1.3.1/
set CRN_HOME=../../../
To:
set JAVA_HOME=E:/cognos/c8/bin/jre/1.3.1/
set CRN_HOME=e:/cognos/c8/
2. Open a Command Prompt and navigate to the cognos/c8/webapps/utilities/cubeswap directory.
3. Replace the existing PPCube Datasource connection from D:\outdoors.MDC to E:\outdoors.MDC, for example:
E:\cognos\c8\webapps\utilities\cubeSwap>cubeswap "http://localhost:9300/p2pd/servlet/dispatch" "http://localhost:9300" "gocube" "e:/outdoors.mdc" administrator password S7
Where: "gocube" is the datasource connection setup for the cube (refreshed one)
S7 is the namespace ID.
Note: The administrator or any user specified must have a password.
Note: If you are using authentication, you might have to add a 7th parameter to the cubeswap utility as it is not there by default for cognos 8 MR1 version. You just add a %7 after %6 in the batch file.
In this scenario, you have refreshed the same cube and you want to replace it. If the physical cube needs to be replaced then it will be locked, so you must specify a different path/folder, copy the refreshed cube to the new location and then specify the new path in the above command line.This will change the datasource path to the new one and the existing reports will run. You can then cycle the location backwards between the two locations without having to override the existing file.
 
Arriba