How to use repository in boe xi r2 to use common formula's & commands

How can the repository in boe xi r2 be used to store common formula's and commands (i.e. sql - 'add command') so that multiple developers can insert the formula's into new reports to ensure consistency in data selection etc...

Hi,
i guess you are talking here about Crystal Reports. In CR it is possible to store functions and formulas into the repository to re- use these in different Reports.
In WebI you cant. In WebI you could create Objects in the Universe to re- use them in different Reports.
Hope this clarifies a bit more.
Regards
-Seb.

Similar Messages

  • BOE XI 3.1 using IIS

    We are building a new BOE XI 3.1 using IIS as the web server, windows AD authentication and Kerberos for SSO.  At this point we have run into two issues: 
    1. we can't configure Windows AD authentication for the CMC login.  We would also like to use SSO, but at this point would be happy getting WIndows AD working. 
    2.  SSO does not work for the desktop tools like Universe builder or designer.  Windows AD is working but would like to get SSO working as well.
    Please let us know if you have been able to configure either of the above in the environment that I describe.
    Best Regards,
    Kevin Geiger

    I don't think any type of SSO will work with the CMC cept maybe siteminder in XI 3.1. AD will work but you will have to configure java AD due to the CMC not running on .net.
    Now our Admin guide specifically states that using java kerberos and .net kerberos is not supported on the same server (not that it won't work). It just states that. So there are no docs that show how to set these both up at the same time.
    So the doc in the previous post should help with the .net part. Where are you running the CMC? WACS? or tomcat?
    Regards,
    Tim

  • How does one add tables to an existing universe using COM designer SDK.

    Morning All
    How does one add tables to an existing universe using COM designer SDK. I have tried:
    objUniverse.Tables.Add (strTable_Name)
    but get "Cannot create Table" error.
    Any ideas?
    Thanks in advance.
    Anita

    Hi Anita,
    -Use the Add method to add classes and objects to an existing universe using a VB 6 application.
    Adding a Class
    Definition: Function Add(Name As String) As Class
    Syntax: NameOfClassesVariable.Add
    Adding an Object Instance
    Definition:  Function Add(Name As String, [ClassName As String]) As Object
    Syntax: NameOfObjectsVariable.Add(name, [class])
    - name is the name of the object.
    - class is the name of the class containing the object. This parameter should be used in cases where more than one objects exist with the same name.
    Sample Visual Basic 6 Code
    Dim DesApp As Designer.Application
    'MODIFY AND EXPORT CLASSES AND OBJECTS OF AN EXISTING UNIVERSE
    Sub modify_and_export_universe()
    Dim DesUnv As Designer.Universe
    Dim DesCls As Designer.Class
    Dim DesObj As Designer.Object
    Dim DesDBCol As Designer.DBColumn
    Dim DBColName As String
    Set DesApp = New Designer.Application
    'Login to designer
    Call DesApp.LogonDialog
    'Make sure to log on with your administrator profile
    'e.g : "hostname","username", "password","Enterprise"
    'Make Designer application visible
    DesApp.Visible = True
    'This line disable warning messages from Designer
    DesApp.Interactive = False
    'to Open  locally  the universe you want to modify
    'Set DesUnv = DesApp.Universes.Open("club_uni")
    'Use OpenFromEnterprise method (Universes Class) to import a universe from the repository and opens it
    Set DesUnv = DesApp.Universes.OpenFromEnterprise("Universes", "club_uni", False)
    'Add a valid connection which already exists
    DesUnv.Connection = "club"
    'open the universe
    'Call DesApp.Universes.Open("club_universe")
    'Add the table Account and refresh the view in the main window
    Set DesTab = DesUnv.DBTables.Item("Customer").Insert
    DesUnv.ArrangeTables
    'Add a class
    Set DesCls = DesUnv.Classes.Add("Class MyCustomer")
    'Looping through all the fields of the DB Table Account
    For Each DesDBCol In DesUnv.DBTables.Item("Customer").DBColumns
    'Store name of the column
        DBColName = DesDBCol.Name 
         'Add an object to the class
        Set DesObj = DesCls.Objects.Add("Obj " & DBColName)
         'Affect a field to the object
        DesObj.Select = "Customer" & "." & DBColName
    Next
    'Save the existing universe with the same name club_uni or you can change
    DesUnv.SaveAs "club_uni"
    MsgBox "Universe created and saved Class MyCustomer has been added!!"
    'Close the universe
    UnvFullName = DesUnv.FullName
    MsgBox "The UniverseFilePath is " & UnvFullName
    'Close the universe
    DesUnv.Close
    'This line disable warning messages from Designer
    DesApp.Interactive = False
    'Export the universe to the CMS DB (to the last universe folder)
    'Make sure you save the universe before exporting it
    Call DesApp.Universes.Export("Universes", UnvFullName)
    MsgBox "This document has been exported successfully !!"
    'Close designer
    DesApp.Quit
    Set DesApp = Nothing
    End Sub
    Hope this helps.
    Regards,
    Deepti Bajpai

  • How to find out where a variable has been used?

    How can I find out where a variable has been used within a package/interface/procedure?
    Should I check it using repository's internal tables?
    Thanks

    Hi,
    you have to make some queries to find variable used in which ODI object.
    like, it fetch the variable with scenario name and scenarion can serve your need.
    select v.i_var,v.var_name,s.scen_name from
    ODEV91119_ODI_WORK.snp_var v,ODEV91119_ODI_WORK.snp_scen s
    where
    s.i_var=v.i_var
    and s.scen_NAME='V_BTCH_NAME'
    and agree with SH answer
    Thanks

  • How to edit repository.properties

    How to edit repository.properties.
    I want to edit the file
    http://<host>:<httpPort>/dtr/ws/system/config/active/registry/repository.properties
    Kindly give me the step by step procedure. Precisely how can i  check out this file using NWDS.
    Appreciate your response.
    Thanks,
    Prasanna Krishnamurthy

    This is the Help topic for the Apply Usage Rights operation that the Reader Extensions service provides:
    http://livedocs.adobe.com/livecycle/es/wb_help/00000949.html
    If you are new to LiveCycle, you should work through this tutorial to learn the basics:
    http://livedocs.adobe.com/livecycle/es/wb_help/00000405.html
    Scott

  • How to create repository folders to various file systems

    Hi
    How to create repository folders for various filesystems,and allow the user to do access those files(checkin/checkout)
    Prasad

    Please explain further.
    You can create a file system repository for each of the file systems.
    The document approval workflow is a functionality which is already available withing the portal.
    However, be aware that the file system repository does not support custom properties and versioning.
    In that case you might want to use a CM respository in the FSDB mode which lets you store metadata on the portal and the actual files on the file server.
    Regards,
    Vibhu

  • How to traverse repository

    hi ,
    how to traverse repository .i got one node and i have to traverse all node and child node(hierarchy node and content node), like binary search in tree .

    Here's some utiltity code we used in GroupSpace:
    INodeManager nodeManager = ContentManagerFactory.getNodeManager();
    Set<Node> set = new TreeSet<Node>();
    int limit = 1000; // stop after 1000 nodes, can be anything
    ContentContext context = new ContentContext();
    String path = "/" + repositoryName; // whatever that is for you
    // Recurse -- see method below
    recurseRepository(context, path, set, limit);
    // Look at contents
    for (Node node:set)
    System.err.println(node.getPath()); // or whatever
    * Recurse the repository but stop after N nodes
    public static void recurseRepository(ContentContext cc, String path, Set set, int limit) throws Exception
    if (set.size() <= limit)
    Node inNode = nodeManager.getNode(cc, path);
    Node [] nodes = inNode.getChildren();
    for (int i=0; i<nodes.length;i++)
    Node node = nodes;
    set.add(node);
    recurseRepository(cc,node.getPath(),set, limit);
    Hope that helps.

  • Send mail with attached file without using Repository

    Hello,
    I want to know if have a way to Send mail with attached file without using Repository.
    Regards
    Elad

    Elad,
    Check this article where a image has been picked by the file adapter and sent as an attachment to the mail adapter.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6d967fbc-0a01-0010-4fb4-91c6d38c5816">Sending an Image File Through XI in a File-to-Mail Scenario</a>
    For how to proceed without integration repository content look into this blog,
    <a href="/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository">How to send any data (even binary) through XI, without using the Integration Repository</a>
    Combining these 2 you have the solution.
    Regards
    Bhavesh

  • How to link snp_scen_task to which interface or LKM used

    Hi, I need to know how to link snp_scen_task to which interface and KM used.
    my sql as below:
    --start--
    SELECT *
    FROM [dbo].[SNP_SCEN_TASK]
    WHERE TASK_NAME3 ='Generate Control File'
    and DEF_TXT like '%os.system%'
    --end--

    You can find the required information from the work repository documentation which defines the structure and content of all the repository tables and is now available on My Oracle Support. Simply login to http://support.oracle.com, and look for Doc ID 1903225.1

  • Two apple I.D., one with the .me email address I want, how can I delete it so that I can use that .me address on my other account?

    I have two apple I.D., one with the .me email address I want, how can I delete it so that I can use that .me address on my other account
    Or is it possible to transfer the purchases (apps) to my new .me account so that I can re-download them in the future without having to switch accounts?

    crazyshark wrote:
    I have two apple I.D., one with the .me email address I want, how can I delete it so that I can use that .me address on my other account
    Or is it possible to transfer the purchases (apps) to my new .me account so that I can re-download them in the future without having to switch accounts?
    You can't do this, and you can't transfer purchases between accounts. There is no conflict about using one ID for iTunes, iTunes in the Cloud and iTunes Match (the ID you've been using for iTunes) and using the other ID for iCloud.

  • My emails do not go - they exit outbox and go to recovered. How can I delete my Icloud account and just use gmail.

    My emails go from outbox into I cloud recovered section. I have gmail too. how can I delete my icloud account and just use gmail? Speed test on wifi good.
    Any ideas please.

    Sign out of iCloud (System Preferences>iCloud)

  • How to load a client file in a clob using sqlcl

    How to load a client file in a clob using sqlcl

    You don't "load" jars. If it's on the classpath, you can obtain individual resources from it using various methods on either Class or ClassLoader. Do you mean "how to add a jar to the classpath at runtime"? Can't be done without using a classloader, typically URLClassLoader or a subclass thereof. Why you want to not use the proven method is beyond me. Presumably because you don't understand classloading. In which case, forget it.

  • How to install and configure WebLogic 10.3 to use 64-bit JDK?

    Hi,
    Is there a preferred/supported way to configure WebLogic to use the 64-bit JRockit that comes with JRockit Mission Control?
    I can't find any official documentation about how to configure WebLogic to use a 64-bit JDK. From other forum posts I can tell we need to use the 64-bit JRockit that is bundled with JRockit Mission Control (available at [http://www.oracle.com/technology/software/products/jrockit/index.html]) but then we are kind of stuck - the configure script which let me select a JDK for a domain doesn't seem to let me re-configure an existing domain, and I can't find anything within the admin console that would let me set the JDK to use.
    I was able to rename the existing jrockit_160_05 directory to e.g. jrockit_160_05_original and then rename the jrmc directory to "jrockit_160_05", effectively taking the place of the JDK being used but this seemed like a bad way to do it. I also found via Google this page: [http://java.sodeso.nl/application-servers/bea-weblogic/how-can-i-change-the-jdk-installation-that-weblogic-uses] which basically says to modify the JAVA_HOME environment variable in the start scripts, but this seems like the same thing.
    With the plethora of products and the different ways they are bundled, combined with all the documentation about everything, I thought I would find something but I keep coming up blank. Does anyone have suggestions or pointers?
    Thanks,
    KaJun

    Make sure your environment configuration is supported here:
    http://www.oracle.com/technology/software/products/ias/files/fusion_certification.html
    Then, you need to have the correct 64bit JDK installed. Sounds like you have done that.
    Then download and run the generic platform installer as described here with your 64bit supported JDK:
    http://download.oracle.com/docs/cd/E12839_01/doc.1111/e14142/start.htm#i1077535
    Notice how the link you post has the generic installer for all the 64bit JVM rows, but the other installer for the 32bit JVMs on the 64bit OS?

  • Can we use repository variables in bi publisher like in anwers

    can we use repository variables in bi publisher like in anwers
    if possible then how

    Yes,
    but you should be using Oracle BIEE as Datasource in order to use the variable of repository
    you 'll have to follow this syntax: valueof("variable")

  • How do i remove the songs from my iphone used to be easy with old version of itunes just unticked them but cant seem to find it any where on new version

    how do i remove the songs from my iphone used to be easy with old version of itunes just unticked them but cant seem to find it any where on new version

    how do i remove the songs from my iphone used to be easy with old version of itunes just unticked them but cant seem to find it any where on new version

Maybe you are looking for

  • Sync Issues When a Separate Recorder is Used?

    Unfortunately, I do not know the author of this material, and first saw it in another post to the Adobe forum. If the author sees this, please step up to take credit for a well-written explanation of why Audio is OOS with footage, when one has used a

  • Latest on Battery

    Tonight is the first night I do NOT have to charge my battery after using the iPhone for the day... right now the battery is reporting it is about 1/2 way charged. Previously: Friday night, charged on dock for about 12 hours. Phone lasted about 12 ho

  • Flex 3 and Form submits

    I am using a Flex form to gather information that is submitted to a Cold Fusion function page via HTTPService. I can successfully gather, submit and insert the data with no problems. What is the best way to provide feedback from my CF page to my Flex

  • RMAN-06023: no backup or copy of datafile 3 found to restore

    Hello, i have searched the whole forum, but i didnt get anything. i have rman backupset (x64), and i am trying to restore it to another machine, (same characteristic) but i got the error below. help please.... :( RMAN> run 2> { 3> ALLOCATE CHANNEL C1

  • HT1430 I do not know how to restart my iphone

    I do not know how to restart my iphone