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.

Similar Messages

  • 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.

  • 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

  • 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

  • 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.)

  • 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.

  • 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.

  • OBIEE Suppression Value - Column Properties

    Hi
    When we add any field from selection page to the report , under the value suppression "Default" option is always enabled.
    Now if we want to make "Repeat" as default for all the fields , can someone please let us know where can we set this option ?
    Your help on this is much appreciated.
    Regds
    Mano

    Hi mano,
    Go to criteria pane >> column properties >> column format >>value supression(select any )>> down save it for this column or this type of data type.
    You cant do at a time for all columns .....manually you should do for each and every column.
    UPDATED POST
    Just beside the ok and cancel button ....to the left corner you have save button check it out.
    you cant do for all columns at a time.....you can do for a single column system wide default.
    hope helps you.
    Cheers,
    KK
    Edited by: Kranthi.K on Jun 21, 2011 3:12 AM

  • 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.

  • 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)?"

  • Data Modeler Columns Properties

    When I validate my relationel design the tool warns me that all columns have undefined security properties.
    That is correct, but I cannot configure the security properties in a general way ie default values for all columns it seems. Do I really have to configure this for each column in order to get rid of the warnings?
    The tool Help is not of must help here, since a search for the term "security" does not give any hit in the Help. All security properties are seem undocumented in Data Modeler

    The idea is to not have default setting for security properties. You can change them in table dialog (columns page).
    Philip

Maybe you are looking for

  • How do I use an apple tv remote to control my mac

    I am having a macbook pro with retina. How do I use an apple tv remote to control my mac?Is there a way. For eg. if I want to control the volume using the remote how do I do?

  • MacBook Pro odd display issue, won't run anymore

    This is a 2006 MacBook Pro 15" A1211  Intel core 2 duo 2.16 model.  Diagnostics says nothing is wrong.  The computer is no longer functional as it won't go beyond this screen.  Any ideas what failed on this?    Initially the odd video pattern was int

  • OBIEE 11g  Pie Chart Settings /Axis titles

    Hi, In OBIEE 11g, it is not possible to change the Axis titles in a pie chart. Does anyone know how to change it in the xml file? Any feedback is highly appreciated. //Katherine Edited by: 1002173 on 2013-apr-24 03:56

  • Tracking object accessed by users

    We may get sql text from V$SQLTEXT. But Can we determine which procedure,function,triggers is bieng called by user session??

  • Signing pdfs on a MS Surface 2

    What app do I need to download in order to sign pdfs on a MS Surface 2?  On my pc I use Adobe Reader XI.  The only app I can find is Adobe Reader Touch which does not seem to have a function to sign pdfs