Save as system wide default

Hi,
I did some changes to some column and set as system wide default for that column in dev.
1. for example there are 20 existing reports using this column. does this format applicable to existing reports?
2. How can I migrate this system wide default change to set of column from dev to test?
Thanks
Jay.

1. Yes
2. http://gerardnico.com/wiki/dat/obiee/promotion

Similar Messages

  • Unable to save column as system wide default

    Hi All,
    I am in 11.1.1.1.6, I am trying to the save a column as system wide default in 11g but my changes are not getting saved or reflected?
    This is what I did using the "weblogic" user name and password
    1. Pulled a column EmpName in the criteria
    2. Added an action link to that column, which points to another dashboard page Page1
    3. Saved as system wide default by clicking on save as system wide default for "EmpName"
    4. Restarted the presentation services.
    Now when again logged in, and selected that column in my request, what I expect to see (when I run the request and go to results) is that navigtion applied on this column which will take me to the dashboard page Page1.
    But this is not happening, What is that I am missing? Can anybody please let me know
    Thanks,
    Ronny

    Thanks Deva for your reply, I don't have access to Oracle support, I'll have to go back to my client saying that this is a bug,
    Can you please confirm that this bug which you mentioned is related to not being able to save the column properties as system wide default in obiee 11.1.1.1.6.0 version?
    Also what i just found online is that this bug was fixed in 11.1.1.1.6.2? Can you please confirm this?
    Thanks,
    Ronny

  • System wide defaults !!

    Hi all ,
    in column Properties - column Format - save - "system wide defaults for tablename.columnName "
    here what is the scope of the system ?
    Is it dashboards group or perticular dashboard with its all pages/tabs or all dashboards related to subject area where same column is part of it ?
    Thanks

    From the documentation, page 75:
    Saving Your Oracle BI Answers Column Property
    Settings as the System-Wide Defaults
    If your user ID has the appropriate permissions, you can save your settings in the Value Format tab,
    the Column Format tab, and the Conditional Format tab of the Column Properties dialog box for use
    as the system-wide defaults for this particular column, or for columns of this particular data type.
    Anyone who uses this column or columns of this data type in subsequent requests will use the
    settings in these tabs by default.
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31767.pdf

  • How remove saved system-wide default for a column

    yesterday I saved a system-wide default for a column with a custom column heading and data format.
    now, when I drag this column in a new analysis, obiee shows no column heading.
    I've tried to save my custom default again or reset to column-default but with no results: the column heading is still empty.
    How can I fix this problem?
    thanks
    Luc

    Hello,
    What OBI version are you using?
    Enter some other custom name for the column (e.g. same as default one) and save it as system-wide. I guess, you have already tried, but...
    1. Stop Presentation Services.
    2. Go under web catalog in the file system and locate folder \root\system\metadata. This folder contains files storing subject area attributes, including system-wide settings. I the folder find 2 files named similar as the subject area which column you have modified (name will be in lowercase, spaces replaced with +). For example, for "SA System" subject area these files are named as "sa+system" and "sa+system.atr".
    3. Backup these 2 files you have found (better whole presentation catalog).
    4. Try one of the options:
    Option 1: If you have another version of these files (in the backup or other environments) - try to replace them. There is a risk you will loose some other column settings (or inherit new).
    Option 2: Modify the file without extension (it contains XML code inside): locate the string similar to your column name. Remove whole section ONLY for the column you have found between tags <sawsavedformat:columnSavedFormat and </sawsavedformat:columnSavedFormat>.
    Below is sample code for column originally named as "Pager" under "User" folder in "SA System" subject area.
    <sawsavedformat:metadata xmlns:sawsavedformat="com.siebel.analytics.web/savedformat/v1.1">
    <sawsavedformat:columnSavedFormats>
      <sawsavedformat:columnSavedFormat xmlns:saw="com.siebel.analytics.web/report/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="sawsavedformat:regularColumnSavedFormat" columnName="&quot;SA System&quot;.&quot;User&quot;.&quot;Pager&quot;">
       <saw:displayFormat><saw:formatSpec suppress="suppress" wrapText="true" hAlign="left" vAlign="top"/></saw:displayFormat>
       <saw:tableHeading><saw:caption fmt="text"><saw:text>User</saw:text></saw:caption><saw:displayFormat/></saw:tableHeading>
       <saw:columnHeading><saw:displayFormat><saw:formatSpec/></saw:displayFormat><saw:caption fmt="text"><saw:text>Pager New</saw:text></saw:caption></saw:columnHeading>
      </sawsavedformat:columnSavedFormat>
    </sawsavedformat:columnSavedFormats>
    </sawsavedformat:metadata>
    Option 3: Just remove these 2 files. Naturally, you will loose all the settings, not only one you like to get rid off.
    5. Restart presentation services.
    Hope, this helps.

  • System wide default setting of column properties

    Hi
    How could I get rid of 'system-wide default' properties which got set to the column properties? (BISE1 10.1.3.2.1 Answers....criteria)
    Thanks and Regards,
    Charudatta

    ASCII and thou shall be ANSI ;-)
    http://siebel-essentials.blogspot.com/2008/08/remove-system-wide-default-settings-in.html
    Ok, that was a lame joke , I admit.
    Cheers,
    C.

  • Copy system-wide defaults between instances

    Using Catalog Manager, which object(s) do I need to copy-paste between instances in order to preserve system-wide defaults?
    If it's in the manual, I missed it. :(
    -John

    In catalog manager get to /system/metadata & copy the one with name of Subject area..
    for ex: If you have formated a column under Subject Area A then the file would be stored as /system/metadata/A .......copy that file and use it.
    Thanks.

  • Set system wide default mailto url

    I'm trying to configure system wide settings in linux so any new user will apply for this settings.
    I want register my zimbra server with mailto links.
    I've found some information here:
    http://www.zimbra.com/forums/general-questions/48547-how-control-mailto-selection-firefox.html
    but this must be performed by the user and I want to be preconfigured.
    I also tried to play with mimeTypes.rdf, but it seems that there's no system wide mimetypes file. is just created when users changes something.
    how can I setup that setting system wide?

    I've found a partial solution.
    create an application file, for example '''/usr/share/applications/zimbra.desktop''' with this content:
    [Desktop Entry]
    Icon=mail-message-new
    MimeType=x-scheme-handler/mailto;
    Name=Zimbra
    Comment=Zimbra
    Exec=xdg-open https://my.zimbraserver.com/zimbra/?view=compose&to=%u
    Type=Application
    X-XFCE-MimeType=x-scheme-handler/mailto;
    then modify file '''/etc/gnome/defaults.list''', find and substitute '''x-scheme-handler/mailto''' with filename you just created:
    ''x-scheme-handler/mailto=zimbra.desktop''
    the caveat is only works with unity, if you use another wm probably won't work

  • System wide default character set

    Hi,
    I moved to a new company few days ago where we use Tiger workstations and servers.
    I've been trying to figure a way to set UTF8 as the default character set for a whole system, not just a user preference.
    I suppose there is a way to do that, but I'm afraid I won't have more time to find it.
    Any help is welcome.
    thx fred

    I've been trying to figure a way to set UTF8 as the default character set for a whole system, not just a user preference.
    If you could explain exactly why you think you need to do that, someone might be able to help.
    Generally speaking Unicode UTF-8 is what OS X uses by default for a lot of things. The exception would be the file system, which uses UTF-16 NFD. There is no way to change that.

  • System wide default configuration files?

    I have six people using the computer, and I don't want to have to configure starting Wicd in the tray for each user or font configuration...
    Is there a way to set up configuration files for new users like Ubuntu and all of the other "tweaked" distros do?

    Doesn't matter where you copy the config files from, so long as they're valid and do what you want.
    Whether configuring your user will give you ~/.config files that do what you want depends. For example, if there's an existing /etc/foo_config file, and you set up your ~/.foo_config file in a way that (whether you realize it or not) depends on the stuff in /etc/foo_config being the system default, and then you copy your ~/.foo_config file to /etc/foo_config (overwriting the old file), then no, it won't work. If you avoid mistakes like that, and end up with ~/.foo_config files that all on their own do what you want, then sure, it will work. (Just check their permissions after you copy them to /etc.)

  • Save System-Wide Column Formats privilege unavailable

    OBIEE 11.1.1.5
    I go into the Manage Privileges screen and under the Formatting->Save System-Wide Column Formats option, there are no roles listed
    and there doesn't appear to be any way to add a role. So now I have no way to save a system-wide default even logged in as an
    administrator. Every other privilege is fine except this one. Any ideas how this might have occurred and how to add a role to the
    privilege?

    MuRam,
    You are posting a link to OBIEE 10g documentation, when the OP has clearly stated he is dealing with OBIEE 11.1.5.
    I am facing the same issue - Manage Privileges > Formatting > Save System-Wide Column Formats - there is no link for me to click on that allows me to manage that privilege.
    Anyone know how to fix this?
    Thanks.

  • System Wide Data Formats Not copied from Development to test

    I am using OBIEE 10g. When I copy my dashboards and reports via the Catalog Manager from the development environment to the test environment the system wide data formats are not being copied over. That is, all the ones that I saved under "Column Properties->Column Format->Save As System Wide Default" are not being copied over. I am using archive and unarchive in the Catalog Manager to move from development to test environment. So my question is where are these system-wide defaults stored and what do I need to do get them copied over?
    Thanks in advance!

    Hi
    the system wide column formats are stored in catalog under system/metadata folder.
    copy this folder from dev env to test env. via catalog manager, restart ps.
    assign points if found helpful.

  • System-Wide Formatting not applied to Dashboard Column Prompt in 11g

    In OBIEE 11g, I have a dashboard column prompt with a date column. I use this column in the analysis and have made the column properties (formatting) a system-wide default for that column.
    When I use the column in a dashboard column prompt, it does not show this formatting.
    Any ideas why it might not work?

    So from what I understand about your question, the system wide default data format you have set for the date column is not following the same format when you use it as a dashboard column prompt. The system wide format only applies for analysis purposes and not for prompts in 11g.
    Regards,
    -Amith.

  • Preferences API plus Linux. Saving entries system wide.

    Hi:
    I hope you know a little more about this than I do:
    I want to (one time) write a key-value pair into the Registry (Windows) / the according xml file (Linux).
    Since this entry should be available for all users, I used the following line to save it system wide:
    Preferences prefs = Preferences.systemRoot().node(this.getClass().getName());
    In the Windows Registry it can be found here:
    HKEY_LOCAL_MACHINE/ SOFTWARE/JavaSoft/Prefs
    Under Linux the prefs.xml file which contains the key value pair can be found here:
    /etc/.java/.systemPrefs/_!':!.../prefs.xml
    But, in order to create this file under Linux I had to temporarily change the access rights of the directory "/etc/.java/.systemPrefs" plus the two files inside this directory (".system.lock" and ".systemRootModFile") to 777.
    Afterwards I executed my Java program which set the entry I am talking about.
    At the end I set back the access rights of the ".systemPrefs" directory plus the two files mentioned above.
    The file prefs.xml has the following access rights:
    -rw-r--r--
    So, everyone has at least read access (which is great).
    My question:
    - Since other people should use this program in the future too: is there an easier / better way to set system wide preferences?
    For an answer thank you very much in advance.
    Joey

    Hi jschell:
    Thank you for your answer.
    The way you describe it is exactly how it is done till now.
    My task is to find out the way to do it using the Properties API plus solving potential problems (like the one described above).
    I just took a look at my question again. I wrote "Since other people should use this program in the future too: is there an easier / better way to set system wide preferences?".
    What I wanted to ask is: "Since other people should install this program in the future too, is there an easier / better way to set system wide preferences (by using the Properties API)?"

  • File Type Associations Do Not Stick System-Wide CS4

    When I set File Type Associations for PSD, Tiff, DNG and Jpeg fles in Bridge CS4 so that my files will open in PS CS3 (and insure that the same file associations apply in Bridge CS3), this works as it should from within CS4 and CS3, but it is impossible to introduce a system-wide change in Mac OS 10.5.5 via File-Info. It always reverts to CS4 for these file types, if I try to 'modify all'. The same thing happened when I upgraded from CS2 to CS3.

    If File Type Associations are set properly in the Bridge preferences, the default setting can be made to open files in PS CS3, with CS4 installed. This works from within CS3 and CS4. However, it sometimes happens that one is in the Finder, and the default remains PS CS4, however much one tries (via File-Get Info) to modify the default system-wide settings so that these files open in CS3. In any event, a bit invasive. Of course, if I could get comfortable with the Adjustment Layer Panels, all this would be unnecessary, but for the moment, there appear to be too many clicks, and it is going to take some time, so I don't want to burn bridges. Perhaps there is also some ambiguity in my mind as to what the pointing finger in the new Curves dialogue box, much like a tolling bell, is trying to tell me.
    But thanks, once again Anne, for your good-natured help.

  • Save for Web filetype default in PSE 8 on Windows 7

    I just installed PSE 8 on a new Windows 7 system. On my earlier Windows XP system running PSE 6, the Save for Web filetype defaulted to JPEG Medium, which is what I wanted. On this installation, it defaults every time to GIF; I change it and save the file as a JPEG, and the next one defaults again to GIF. Closing PSE, rebooting Windows, nothing changes that. I would like to make the default JPEG Medium; is there a way?

    On a MAC it does seem to stick on the last option you saved e.g. Jpeg if it was a Jpeg image.
    For windows, this seems to work:
    Find the file PhotoshopElementsEditor.exe using explorer (in the C:\Program Files\Adobe\Photoshop Elements 8.0 folder) right click on that file and choose Run As Administrator.
    Go back to the editor, open an image, select Save for Web and choose jpeg; then save that file. The next time you run the editor and use the save for web command the jpeg type should hopefully stick as the default.

Maybe you are looking for

  • Data not refreshing in report

    Post Author: SparrowHawk CA Forum: Data Connectivity and SQL I'm developing a dB application in VB6 using the Developers CRXI. For the problem I'm having with the report, I've got a discrete table in the dB which holds only 1 record. The report gets

  • Solaris 10 as router using ipfilter and nat

    Hi, I installed Solaris 10 on a second disk on an Ultra 5, but have no success on using ipfilter with NAT. I have it working on the first disk with Solaris 9 and ipfilter 3.4.35. I have pfil on both interfaces (hme0 internal and qfe0 external-interne

  • Need Help in Calculation of Paid and Unpaid Break in Daily Work Schedule

    hai, I am a student of SAP-HCM. I am having problem with the calculation in Paid and Unpaid Break in Daily work schedule (Time Management). Please help. thank you Dev.

  • Acrobat XI Pro: Text boxes empty after combining PDF files

    I have a user when she combines a few documents only one document is missing some text in text boxes that were showing up before.  Here is a screen shot of the two files: The document on the left is what occurs after the files have been combined, the

  • Cannot turn autonegotiation off in atheros ar8151 ethernet card

    My isp requires me to turn autonegotiation off and use 10mbps full duplex as connection type, I do that for my laptop using ethtool #ethtool -s eth0 autoneg off speed 10 duplex full And i can successfully use the internet but, my desktop has a athero