Default Framework Manager package publish folder

March 9th, 2009

Just a quick tip -- this setting is stored in "lastPublishCM" property of fm.ini file

Gave me some trouble recently, when language changes led to unappropriate publish folder name. Moreover, we were not able to publish anything at all )

Changing this file helped. Found via FileMonitor from sysinternals, as usual.

RSS feed | Trackback URI

8 Comments »

Comment by de CZECH REPUBLIC Windows XP Safari 525.19
2009-04-02 16:52:33

and what’s name of this file? I had this problem to.

 
Comment by ykud RUSSIAN FEDERATION Windows XP Mozilla Firefox 3.0.8
2009-04-02 17:14:49

reread first line, den )

 
Comment by Madhu UNITED STATES Windows XP Mozilla Firefox 3.0.10
2009-05-21 06:11:38

Hi Yuri,

Sorry for posting this question here.
Can we use dimensional functions (like currentMember) on DMR (cognos83+Oracle)

And i’m really sorry for posting this here, i know it is irrelevant to the post, but i didn’t know how to reach you!

Thanks.

 
Comment by ykud RUSSIAN FEDERATION Windows 2000 Internet Explorer 6.0
2009-05-21 08:31:39

Hi Madhu,

Yes, you can use dimensional functions — that’s all what DMR is for (except for magnificient Analysis Studio) ). DMRs automatically translate all PeriodsToDate, Current\PreviousMember to valid SQL queries.

And no problem, post questions anywhere or mail me at mail@ykud.com )

 
Comment by Madhu UNITED STATES Windows XP Mozilla Firefox 3.0.10
2009-05-21 08:50:58

Thanks,, Thank you very much

But, my code piece keeps throwing me an error saying that,
“olap_currentmember” is not supported by “RelationalQueryProvider”

My code for calculated measure goes like this:
CASE currentMember()
WHEN THEN
WHEN THEN
ELSE
END

Is there anything wrong with this?

And i want to use this calculated measure in Analysis Studio.

Do you think, I have to go PowerCube?

And thanks again for your time! :)

Madhu
cognosmadhu@gmail.com

 
Comment by ykud RUSSIAN FEDERATION Windows 2000 Internet Explorer 6.0
2009-05-21 09:06:52

Your problem is in case clause — you cannot have case clause on CurrentMember in measure. Instead of using case, you should use aggregations over filtered sets. Like
total(measure within set(filter([your_dimension], your_when_clause))
If you can give more detail on what you’re trying to achieve, i can try to write better example

 
Comment by Sreedhar INDIA Windows XP Internet Explorer 6.0
2009-07-27 03:58:13

Hi, Is it possible to publish create a package in MSSQL and publish in oracle.

 
Comment by ykud RUSSIAN FEDERATION Windows XP Safari 530.5
2009-08-03 12:39:40

Hi, Sreedhar.
Can you reformulate your question — it’s pretty dim in current variant?
Package in Cognos is a compiled subset of metadata definitions avalaible for users. For example, you have a fully blown DWH model and you “show” only sales part to interested people to avoid confusion and complexity. Publishing is a process that compiles metadata and puts it into BI portal (content store database, to be clear)

 
Name (required)
E-mail (required - never shown publicly)
URI
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

Trackback responses to this post