Source Attributes in a Repository

Hi,
I have two different application systems in v6. In the first (AS1), I have a 'logical' model (more a Business Information model) which is essentially for peoples' information - no code will be generated from the entities/ attributes in this model.
The second (AS2) is an existing application system which contains the physical tables. Some of the entities from the AS1 will become new tables in AS2. My problem is that I want to list the source attributes from AS1 to link to the columns in the new tables in AS2, but obviously they can't be picked up. (I can't see how to do this apart from creating the attributes in AS2, or sharing them from AS1.)
Any suggestions?
Thanks, Antony

There are two type of attributes - display and navigational.
Display - as the name implies can only be displayed in the query but cannot do selections on them  (passing a value - variable)
Navigational - yesh sure you can select these in the query. But the only prereq being that these attribute have to be checked as navigational in the dataprovider too (not only in the IO maintenance). Once checked as navigational in both the places, you can use this as a normal char that is available in the cube, eventhough the value is read from the masterdata table

Similar Messages

  • The key columns of the country measure group attribute do not match in either number or data types to the key columns of the source attribute

    I have a country dimension which is used in 5 cubes. Now I want to change 'key column' property of the country attribute. Whenever I do this, I get an error as "The key columns of the country measure group attribute do not match in either number or
    data types to the key columns of the source attribute". I dont understand what this error is about.
    Can someone please help? Thanks in advance.
    -Regards,
    Raj Patil

    sounds like you need to verify your dimensional usage tab to verify the relationships between dim and fact on the measure group. 
    Hi Talktorajpatil,
    As Jon said, you can verify the relationships between dim and fact on the measure group on the dimensional usage tab. Use this section to define how you "join" your measure groups to your dimensions.  There may be a Dimension-Measure Group relationship
    that is defined using the wrong attributes and you'll need to select the correct attributes to link the Dimensions to the measure groups. Here are some similar thread for your reference.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/74203b66-8a71-4681-8e47-8f99cce87b3d/error-on-the-measure-group-which-do-not-match-the-data-type-of-the-key-column?forum=sqlanalysisservices
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/2421058d-fd4a-44b8-8c7c-b0b349bbef2d/measure-group-attribute-key-column-does-not-match-source-attribute?forum=sqlanalysisservices
    Hope this helps.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Af:inlineFrame executes its source attribute three times

    I have inserted an inlineframe in a jsf page fragment.
    Initially, the inline frame is visible=false.
    The page fragment also contains a af:commandButton thatn makes visible=true on the inline frame when it is clicked.
    This is the definition of the inlineframe and the button:
             <af:commandButton text="#{viewcontrollerBundle['ALU.GENERAR_EXTRACTO']}"
                                binding="#{backingBeanScope.extractoNotasBB.cb1}"
                                id="cb1"
                                icon="http://itemsweb.esade.edu/apps/img/pdf-icon.png"
                                action="#{backingBeanScope.extractoNotasBB.URLIframe_action}"
                                disabled="true"  partialTriggers="soc1"/>
             <af:inlineFrame binding="#{backingBeanScope.extractoNotasBB.if1}"
                              id="if1"
                              source="#{backingBeanScope.extractoNotasBB.URLIframe}"
                              shortDesc="Listado pdf" visible="false"  partialTriggers="cb1"
                              inlineStyle="iframePDF"/>
    Well, when the page is initially loaded, the URLIframe methos is executes three time.
    When the button is clicked, method URLIframe_action is correctly executes only once:
        public String URLIframe_action() {
            this.if1.setVisible(true);
            return null;
    but #{backingBeanScope.extractoNotasBB.URLIframe} is again executed three times.
    The problem is that the url called by #{backingBeanScope.extractoNotasBB.URLIframe} have to be mandatory executed only once when clicking the button (which I think is also the expected behaviour)
    What can I do ?
    Thank you.

    If it is important to perform the URL calculation only once, you can move the calculation to the button's action listener. Then store the calculated URL in a view-scoped variable and make the IFrame's "source" attribute referepoint to this variable instead of to a backing bean method:
    public String URLIframe_action() {
      // Calculate the URL and store it in a view-scoped variable
      String iframeURL = this.getURLFrame();
      AdfFacesContext fctx = AdfFacesContext.getCurrentInstance();
      fctx.getViewScope().put("iframeURL", iframeURL);
      if1.setVisible(true);
      return null;
    <af:inlineFrame binding="#{backingBeanScope.extractoNotasBB.if1}"
                    source="#{viewScope['iframeURL']}"
                    shortDesc="Listado pdf" visible="false" partialTriggers="cb1"/>
    Dimitar
    P.S. It is better to use the "actionListener" attribute of the command button instead of the "action" attribute since you are not going to navigate anywhere. Also it is better to use "rendered" attribute of <af:inlineFrame> instead of "visible", because if you use "visible" the IFrame's rendition is always prepared (even if it is not being displayed), which is unnecessary overhead. The example below has added a "Hide Frame" button and has made everything declaratively:
    <af:commandButton id="cb1" text="Show Frame" partialSubmit="true">
      <af:setPropertyListener from="#{backingBeanScope.extractNotasBB.URLIframe}" to="#{viewScope['iframeURL']}" type="action"/>
    </af:commandButton>
    <af:commandButton id="cb2" text="Hide Frame" partialSubmit="true">
      <af:setPropertyListener from="#{null}" to="#{viewScope['iframeURL']}" type="action"/>
    </af:commandButton>
    <af:panelGroupLayout partialTriggers="cb1 cb2">
      <af:inlineFrame source="#{viewScope['iframeURL']}" rendered="#{viewScope['iframeURL']!=null}"/>
    </af:panelGroupLayout>

  • Audio and Video Pass Through / Match Source Attributes

    I cant find an entry for AME in the bug/feature request form so I'll post this here:
    Feature Request:
    Please add the 'Match Source Attributes' options to all fields. I see its available for MPEG DVD outputs but not for anything else.
    Please add options for 'Audio Passthrough'
    The real world example is:
    I pass AME a MOV (with 4 audio tracks) which I need the video converted from h264 to ProRes, but I dont want it to change the aspect ratio, frame size, rate etc or change the audio tracks. I just want to re-encode the video to a new codec and wrap with the original audio.
    Instead what we have to do is add multiple watch folders depending on the source material....
    and we have to add the audio tracks manually using quicktime 7
    Because these features dont exist we instead bought Telestream Episode instead of a CS6 upgrade for one of our machines.

    Hi.
    this is a very common problem with video converters.
    most conversion softwares mention it in their FAQ as a known bug.
    some people have noticed that loss of AV sync most commonly happens while they do other things on computer while the converter is working.

  • Issue to check in parent-child closure table attributes to OBIEE repository

    I use OBIEE 11.1.1.5 Administration Tool to open repository in online mode and set up parent-child hierarchy. There are no issues but after I check in changes to server, close repository and open it back from server, closure table attributes are missing.
    On the other hand when I save repository file locally, close it and then open offline, all mentioned attributes are there. Also all other modifications (except hierarchy) are properly checked in to remote repository.
    When I compare UDML from remote and local copy of repository here is part missing in remote:
    CLOSURE TABLE ATTRIBUTES( "xxx".."yy"."ORG_STRUCTURE_CLOSURE"."MEMBER_KEY",
              "xxx".."yy"."ORG_STRUCTURE_CLOSURE"."ANCESTOR_KEY",
              "xxx".."yy"."ORG_STRUCTURE_CLOSURE"."DISTANCE",
              "xxx".."yy"."ORG_STRUCTURE_CLOSURE"."IS_LEAF")
    When trying to build web report I get "[nQSError: 38107] Not all four columns are defined for closure table" (which is actually not surprising).
    Unfortunately I need to do this change in online mode without restarting obiee services.
    Any ideas how to force admin tool to check in all changes to remote repository?

    Finally I applied workaround:
    - modified hierarchy in offline mode
    - deployed repository
    Now when importing repo in online mode closure table parameters are in place.

  • DataBinding for source attribute of SWFLoader

    Instead of specifying an inline string parameter for the
    SOURCE field of an
    SWFLoader:
    <mx:SWFLoader id="map" width="100%" height="100%"
    source="file:///C|/FlexWork/flex maps/FlashMap/flashMap.swf"
    autoLoad="true"
    x="1" y="1" scaleContent="true"/>
    I would like to do something like data binding to reference a
    bindable
    attribute:
    <mx:SWFLoader id="map" width="100%" height="100%"
    source={sourceFile} autoLoad="true"
    x="1" y="1" scaleContent="true"/>
    <mx:String id="sourceFile">file:///C|/FlexWork/flex
    maps/FlahMap/flashMap.swf</mx:String>
    Is there something like this possible in Flex? (This example
    does not
    compile, since it says it is expected a quoted string for the
    value of
    SOURCE.

    Thank you,
    This works great. (I had thought that the quotes would have
    made the system
    think that this is a string literal, and kept the {} from
    being interpreted.
    Peter, my understanding is that the [Bindable] attribute
    (decoration) is
    basically, the same as declaring a type in MXML
    <mx:String>whatever</mx:String>
    Is there someting more? (other than it makes the property
    public?)
    "inlineblue" <[email protected]> wrote in
    message
    news:ecevob$iut$[email protected]..
    > Your code didn't compile because you forgot the quotes.
    You need them
    > around binding expressions too:
    >
    > source="{sourceFile}"

  • How to access source attribute in ITEM-Plugin development

    Hi everybody,
    I'm trying to code an item plugin which is working fine so far. Now I'm busy optimizing it by using the standard attributes instead of custom attributes.
    One of the standard attributes I'd like to utilize is the "Has Source Attrbutes"-option which basically allows for a SQL-Statement to be defined as the item source.
    As I did this in a custom attribute so far, I want to switch over to the standard attributes. In the Region Plugin type, there is t_region.source to access the query, but the t_page_item type lacks such a possibility.
    How would I get access to the source SQL-Statement for an ITEM-Plugin?
    Best regards,
    Jürgen

    Hello
    You question only makes sense if
    (1) the class / interface is part of the FM's interface (i.e. an IMPORTING - or perhaps CHANGING - parameter)
    (2) the class / interface is defined as global variable in the TOP include of the function group
    If either of these two options is applicable then the coding may look like this:
    " (1) IMPORTING parameter: e.g. IO_INSTANCE TYPE REF TO class / interface name
    IF ( io_instance IS BOUND ).
      io_instance->abc = 'New value'.
    ENDIF.
    " (2) Global variable of function group, e.g. GO_INSTANCE TYPE REF TO class / interface name:
    IF ( go_instance IS BOUND ).
      go_instance->abc = 'New value'.
    ENDIF.
    Obviously, the public attribute ABC must be changeable (i.e. not READ-ONLY).
    Regards
      Uwe

  • Image source attribute in a CSS ?

    I'm trying to change my static HTML page which contains some <img> tags so that the image attributes are stored in a style sheet. However, I can't see any way to put the 'src' attribute in the CSS.
    e.g.
    <td width="1">
    <img src="dropdown.gif">
    </td>
    I know I can assign a 'class' to the 'img' object but how do I get the "dropdown.gif" in to the CSS so that the clients can change the name of the file more easily ?
    Thanks.
    Sarah.

    If you haven't figured it by now you can try this:
    <html>
    <head>
         <title>Untitled</title>
         <STYLE TYPE='text/css'>
              a.clsImg { height: 13px; width: 13px; background-image: url(../images/someImage.gif);
                        background-color: #FFFFFF; background-repeat: no-repeat }
         </STYLE>
    </head>
    <body>
    <TABLE>
         <TR>
              <td width="100"><a href="javascript:alert('TEST') class="clsImg"></a></td>
         </TR>
    </TABLE>
    </body>
    </html>

  • Image control source attribute

    I would like to protect my source files such as images from being downloaded or directly referenced by a URL by somebody other than my program. I thought may be an easy way to do that would be if I set the source to outside my webfolders. But my understanding is that in an Image control, the value of the property source has to be under my web root folder. Is there a way I can set the source to outside of my web folder and still have my flex app render the image od does some one have a different way of achieving the same objective. Thanks, Ramesh

    Hi there
    You can embed your image on the application.
    On FlexBuilder project, add a new source directory with your images... and in your source code some like this:
    <mx:Script>
    <![CDATA[
    [Embed(source="image/yourImage.png")]
    [Bindable]
    public var myImage : Class;
    ]]>
    </mx:Script>
    <mx:Image source="{myImage}"/>
    Regards

  • Re: Establishing dest DN of a source attribute in source DN form

    jimc wrote:
    > Message: Code(-8003) Unable to synchronize reference to CN=Mr Howard
    > Jones,OU=dept1,OU=bld1,OU=ntest,OU=Nth,OU=edir,DC= prlnwdev,DC=surreycc,DC=gov,
    > DC=uk from attribute Member.
    Looks like the Howard Jones is not associated - check in iManager if the user
    object really has an association value of 735a5a525f3aeb45a92d13489d96ce8e for
    your AD driver. Of course IDM can only resolve associations that exist,
    which also explains that the resolve token does not help any further...
    Two possible solutions:
    a) migrate user accounts before trying to sync group memberships
    b) if you do not want to associate users, see if you can find matching user
    object with the query token. Here's an example for matching employeeNumber =
    workforceID:
    <rule>
    <description>Manually match group members</description>
    <conditions>
    <and>
    <if-class-name mode="nocase" op="equal">group</if-class-name>
    </and>
    </conditions>
    <actions>
    <do-for-each>
    <arg-node-set>
    <token-removed-attr name="member"/>
    <token-op-attr name="member"/>
    </arg-node-set>
    <arg-actions>
    <do-set-local-variable name="current-matches" scope="policy">
    <arg-node-set>
    <token-query>
    <arg-match-attr name="workforceID">
    <arg-value type="string">
    <token-src-attr name="employeeNumber">
    <arg-dn>
    <token-local-variable name="current-node"/>
    </arg-dn>
    </token-src-attr>
    </arg-value>
    </arg-match-attr>
    </token-query>
    </arg-node-set>
    </do-set-local-variable>
    <do-if>
    <arg-conditions>
    <and>
    <if-xpath op="true">count($current-matches) = 1</if-xpath>
    </and>
    </arg-conditions>
    <arg-actions>
    <do-set-xml-attr expression="$current-node" name="type">
    <arg-string>
    <token-text xml:space="preserve">string</token-text>
    </arg-string>
    </do-set-xml-attr>
    <do-strip-xpath expression="$current-node/@association-ref|"/>
    <do-strip-xpath expression="$current-node/text()"/>
    <do-append-xml-text expression="$current-node">
    <arg-string>
    <token-xpath expression="$current-matches/@src-dn"/>
    </arg-string>
    </do-append-xml-text>
    </arg-actions>
    <arg-actions>
    <do-strip-xpath expression="$current-node"/>
    </arg-actions>
    </do-if>
    </arg-actions>
    </do-for-each>
    </actions>
    </rule>
    Good luck, Lothar

    Ooops, wrong forum... Sorry!

  • IStore Uploading source files to content repository

    I follow iStore Quick reference guide and try to add file to content repository. I use a user with iStore Administrator responsibility however from the content page I see the links/tabs to Usage Summary/Media Objects/My content/Library/Pending Approvals/Trash but not Content repository where it is supposed to be possible to add files/images etc to oracle content repository. Any hulp would be appreciated.

    The "report abuse" link for the original post in a thread is in the Actions box to the right of the post.
    I seem to spend more time reporting posts to be moved than answering questions.

  • Repository attributes

    I need to have all of my 15 attributes from a resource moved to the mysql repository.
    I read at some place that we can have only 5 attributes stored in the repository.
    Can some one explain this... and where should i specify these attribute names...or mapping other than the resource mapping.
    is it done by changing the create waveset table script, or should i make any additions to the UI attributes or extended attributes.

    You can add more attributes to the mysql repository by adding them as user extended attributes. I always modify the xml directly in the debug page. The User Extended Attributes is a Configuration object. As a clarification, when you say add attributes to the repository, you are adding to the user's virtual identity. This is typically done for the following reasons.
    1) If you have an attribute that is required from the Authoritative Source that cannot be stored in any of the managed resources. (Eg. LastFourOfSSN)
    2) If you have an attribute that is stored in the managed resources but needs to be in the IDM for searching purposes and faster access (Eg. employeeID).
    Now you can add as much user extended attributes as you need, but flip side is, that will make the system more inefficient. Because you are effectively causing the User xml to increase in size. So the recommended approach (At least mine) is to add as few User Extended attributes as possible. If you have a lot of attributes to be managed, then create a single table and add that as a managed resource using the Database adapter.
    The 5 attributes restriction you have heard is true for searching on the user extended attributes. Infact 2 of them are already taken (accountId and lastname). So effectively you have 3 other user defined attributes to be assigned as searchable . [They may have changed in 6.0, I am not sure ] To make a user extended attribute searchable, you have to add them to QueryableAttrNames tag in UserUIConfig of the Configuration object
    Eg of the default searchable attributes.
    <QueryableAttrNames>
          <List>
            <String>correlationKey</String>
            <String>role</String>
            <String>email</String>
            <String>name</String>
            <String>firstname</String>
            <String>lastname</String>
            <String>prov</String>
            <String>dis</String>
            <String>locked</String>
            <String>user_resources</String>
            <String>idmManager</String>
          </List>
        </QueryableAttrNames>Hope this clarifies

  • What's wrong with the flex sdk source subversion repository

    These days I just want to update my working copy directories, but it required the authorization.
    I checked its homepage whose last modification is dec 03, 2009, and it says "Everyone has read-only access to the open-source projects in the repository".
    I also used my adobe account but still failed.
    svn client: 1.6.5
    os: linux
    http://opensource.adobe.com/wiki/display/site/Source
    Dose anybody know how to get it work?
    Thanks

    Other people have been having this issue as well:  http://forums.adobe.com/message/2486515#2486515
    Since most of Adobe is on vacation, you probably won't get an authoritative response until next week.
    - Daniel Freiman

  • Apple Open Source Repository Cloning URL?

    What is the URL for contributing to the Apple Open Source web site's repository?  Please answer this question either here, here at Stack Overflow, or at both places. 

    etresoft wrote:
    RandomDSdevel wrote:
    if Apple doesn't allow contributions to its open-source repository, then why does it even exist?  Open-sourcing should go both ways!  If Apple wants to use old code, then shouldn't it be mirroring a fork?) 
    Sorry, I don't have those answers. Just what are you looking for anyway? Apple's open source repository, such as it is, is pretty much ignored by everyone. Apparently nobody even bothered to look for things like the old "goto fail" bug that sat there in the open for years and essentially disabled all certificate checking on Macs and iOS. I have seen a few people who actually tried to compile something from it. They usually get frustrated pretty quickly. Many of those projects have dependencies on code that isn't public. In theory, that is what you would want to do if you actually wanted to modify some open source product included in OS X so you could get the exact same build settings. In practice, that is virtually impossible. If you want real open source, you aren't going to find it at Apple. And why do you care about Objective-C anyway? Apple just killed it with Swift. It is a dead-end language.
    I'm interested in the Objective-C source code because I was wondering if there might be a way to make something better than today's Objective-C++ with today's C++ (C++11/14/1z, etc., …) in order to fix today's Objective-C++.  I was thinking of calling the project 'Objective-C++ Re:coded' or something like that.  Besides, I'm curious about how Objective-C works and wanted to save it from the dustbin.  If this pans out, somebody might be able to create a version of Swift written in its results! 

  • Unable to import source files to the subversion repository

    hey ....
    i'm use jdeveloper 10.1.3.3.0 and i'm want import source files to subversion repository ...
    what this error?
    org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: 'pre-commit' hook failed with error output:
    Associations are required on commits.
    svn: MERGE of '/svn/repos/xxxxxxx': 409 Conflict (http://localhost/)
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.doImport(AbstractJhlClientAdapter.java:729)
         at oracle.jdevimpl.vcs.svn.imp.SVNImportWizard.executeImport(SVNImportWizard.java:476)
         at oracle.jdevimpl.vcs.svn.imp.SVNImportWizard.commitWizard(SVNImportWizard.java:204)
         at oracle.jdevimpl.vcs.svn.imp.SVNImportWizard.mav$commitWizard(SVNImportWizard.java:78)
         at oracle.jdevimpl.vcs.svn.imp.SVNImportWizard$3$1.run(SVNImportWizard.java:137)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: org.tigris.subversion.javahl.ClientException: svn: 'pre-commit' hook failed with error output:
    Associations are required on commits.
    svn: MERGE of '/svn/repos/xxxxxxxxx': 409 Conflict (http://localhost/)
         at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:435)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1245)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.doImport(SVNClientImpl.java:616)
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.doImport(AbstractJhlClientAdapter.java:725)
         ... 5 more
    is urgent .... thanks

    Vale,
    org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: 'pre-commit' hook failed with error output:
    Associations are required on commits.Talk to your SVN repository administrator - they have put a pre-commit hook in the repository that is failing.
    John

Maybe you are looking for

  • Last image placed in the document comes up as being modified constantly

    I have an indesign issue. Running CS4 (6.06) and CS5 (7.0.4) On snow leopard  10.6.8 On a Mac Pro Quad-Core Intel Xeon My problem is that when I have a document with images in for some reason it seems that the last image placed in the document comes

  • Repost: K9AGM2 bios problem hdd dectection settings cant be changed to user

    Hey there My last one of this post got closed like to clarify that this is not illegal this is what the game devs world calls a debug box it is a software modified xbox for debugging and testing so i am nto rbeakignt he law by this i have had promiti

  • IPhoto/Aperture 1.5 Integration questions

    Aperture 1.5 allows you to keep iPhoto pictures where they are with a "reference" from Aperture. But since I upgraded to Aperture 1.5, I have the opposite problem -- how do I keep my pictures in Aperture but have iPhoto reference them? With previous

  • Unresolved Kernel Trap vr. 10.4.10

    panic(cpu 0 caller 0x001A4A55): Unresolved kernel trap (CPU 0, Type 14=page fault), registers: CR0: 0x8001003b, CR2: 0x4aebdf4d, CR3: 0x00de2000, CR4: 0x000006e0 EAX: 0x4aebdf1d, EBX: 0x00000003, ECX: 0x474f3980, EDX: 0x087fc300 CR2: 0x4aebdf4d, EBP:

  • AE dropping signal at least 1x per day?

    Folks, I hope everyone is doing well. I have Comcast as a high speed internet provider and have my AE running in my apartment. I have been having problems for the past 3 weeks with my internet dropping out at least 1x per day. There does not seem to