Welcome to the Oracle Analytics and AI Community

Avatar
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Gianni Ceresa Mod

Comments

  • Hi, Sorry but ... what do you expect from the forum and/or ODC? You aren't really asking anything, and based on your statement I can just say: go ahead, do it !
  • I definitely know what OBIEE is, what Publisher is, and what and how and where Publisher is in OBIEE. Your wording is confusing as there isn't a thing called "OBIEE Publisher", it's either OBIEE or Publisher and they are quite different (even more when about security if you aren't using the Fusion Middleware secuity in…
  • Sorry but is that OBIEE or Publisher? You talk about OBIEE things but call it OBIEE Publisher (they are 2 different products in the end), so it's slightly confusing ... And no need to mention that support for your version of OBIEE was over 4 years ago, you may want to consider to upgrade one day ... Is your "user_n1" a new…
  • If I'm not wrong there is a plugin for IIS which make IIS act as a proxy in front of weblogic. A bit like OHS (Oracle HTTP Server) which is just Apache acting as proxy. I never set it up in IIS, but there was/is definitely a little plugin making this "proxy-like" setup. So "UI hosted on Windows" sounds like a pretty poor…
  • Hi, It somehow complain about incompatible types. Does the analysis ("report" = Publisher, "analysis" = the one you are opening ) contain a UNION? Is that something you copy/paste edited, migrated or moved around for a while? Does the same happen if you create a new (from scratch) analysis with the same logic?
  • Mukeshs wrote:What metrics do we need to set in order to measure OBIEE performance ? So it seems you are trying to do something as a wrong answer to the wrong question. There isn't a thing called "OBIEE performance". You can measure page rendering time, Kb/s delivered over the network, page views per day and another amount…
  • Hi, You are using a 2015 patch with a browser of 2018, browser which has quite many changes in the javascript management at every release to make it faster etc. So if Chrome is the only one not working you are just facing an incompatibility. You would need to at least apply the 171017 bundle patch hoping it will fix it as…
  • To recap the various pieces above, for your need the most effective way (IMHO) is runcat.sh by command line. runcat.sh -cmd rename -help runcat.sh -cmd replace -help These 2 gives you the help of the 2 commands with examples and all the options. I would run them in offline mode as it will also cover the /users folders. To…
  • Oh, I forgot to write it but sounded obvious in my mind You still have to rename the folder yourself by hand (in cat manager, not on the filesystem), just a right click rename or something like that. The "search & replace" will only change all the references so that the various pieces will link to the new folder name.…
  • As Christian said ... OBIEE has never been backward compatible. It isn't part of the development process to have various environments using different versions in parallel, things are supposed to be aligned.
  • Have a look in MOS there is (at least) a note about this with the details on what and how to update it.
  • @Pedro F : didn't you have some fun not long ago with search&replace and paths?
  • And what about "Marketing&Advertisement" ? Never underestimate double encoding because web interface and XML (not saying it's the case, but everything is possible ....)
  • Catalog Manager in offline mode isn't needed for a whole catalog search&replace. One of the things making it a bit weird is possible encoding or special characters. And of course Catalog Manager doesn't help you because it shows you something but it isn't really exactly what the catalog contains (because Catalog Manager…
  • Do as Ebin said and do not copy/paste content from MOS in the public forum. It's forbidden and a very strict rule as you have to pay to access MOS and so copy/paste giving it out for free is not really acceptable. So edit your reply, just say if it fixed your issue (I'm sure it did) and then mark Ebin's as correct which…
  • As Christian said, you can do it on OS as long as you keep the permissions and ownership of the files/folders (just to avoid issues). If you do it on the folder above "root" the good thing is that you will also have root.atr because without your catalog is kind of useless (like any other .atr all around the catalog). For…
  • Mike Wentz wrote:How they could be a leading service provider for outsourcing payroll completely eludes me. Let say that once again is the miracles of marketing and a good sales guy versus a not too challenging buyer Try to push a bit on them telling them it's unacceptable and ask them to sign a SLA with a 99.999%…
  • Hi, Of course you can take the prod one and bring it back in other environments as long as the content of DEV and UAT not being in prod is not too much (so it's easy to backup first and reload after bringing back the catalog from PROD). Otherwise the solution is quite simple once you understand how things are referenced…
  • As Christian said: 12.2.1.3 is not unstable, it's quite good when used correctly. If you get HTTP 500 when editing analysis etc. it definitely smell like configuration and implementation issues, crashing components again etc. Of course if they did a jump from 11.1.1.7 to 12.2.1.3 (there are 5 years in between) without…
  • The SMTP server is saved into user_projects/domains/bifoundation_domain/config/fmwconfig/biee-domain.xml , but there you will only find the server address and params, the username/password is probably stored in a secured wallet or something like that. The SMTP username/password is not supposed to be mandatory (based on the…