Shared Members with Integration Server

Hi all,I need to add as shared members some member in an alternative hierarchy, but when I perform an outline update IS adds members as shered again in my alternative hierarchy.I have two ways:first: say to IS to add as shared only new members, but I don't know how;second: remove all members from my alternative hierarchy before perform the outline update, but I need to do that automatically, not manually.Who can help me?thanksciao

--->1)during INTEGRATION SERVER CONFIGURATION thru SXMB_MONI
i got an error message "CORRRESPONDING INTEGRATION SERVER NOT MAINTAINED" on execution of the configuration.
Ans : It seems at the time of creating Business systems and Tech Systems . you missed to assign the business system with XI integration server.
2)When i select ROLE OF BUSINESS SYSTEM AS ->APPLICATION SYSTEM and
RELATED INTEGRATION SERVER -> (While assigning INTEGRATION SERVER)
i got an error :could not update the business system JAVA.LANG.NULLPOINTER EXCEPTIONS.
Ans : XI not installed properly.
3)in SXI_CACHE t.code when i choose menu path ENVIRONMENT -> CACHE NOTIFICATIONS i got an error : UNABLE TO DETERMINE THE NAME OF THE CENTRAL ADAPTER ENGINE FROM THE SLD.
And : Since the type of scenario you are running is using Inernal adapter engine which is with in Integration Server...so this is an obvious error.
4)during PERFORMANCE MONITORING
errors: A)APPLICATION ERRORS: INTEGRATION SERVER UNABLE TO FETCH DATA
B)ERROR CLASS:COM.SAP.AII.RWB.WEB.PERFORMANCEMONITORING.AGGREGATE.....
C) NO COMPONENTS AVAILABLE IN THE INTEGRATION SERVER...
Conclusion : Either your XI is not installed properly or the integration engine of XI is not configured properly. Consult Basis team for this.

Similar Messages

  • Integrate workshop 10 with integration server 9.2

    Hi All
    Can anyone please tell me whether it is possible to integrate Workshop 10.0 with integration server 9.2?
    If possible how can it be done?
    I am using the Weblogic server 10, so all the components i.e portal and workshop are the latest version.
    only integration server is 9.2.
    Please reply
    Thanks in advance

    I would strongly recommend that you contact your BEA account teams for advice. WebLogic Integration 10 is not due till later this year.
    Very shortly BEA will be releasing a version of Workshop 10.x that will support targeting 9.2 server runtimes. This is for generic web applications. It will not support doing Portal Application development in Workshop 10.x and targeting a Portal 9.2 runtime. Also, it will not have the WLI plug-ins until WLI 10 is released later this year.
    James
    Edited by jbayer at 07/10/2007 8:39 AM

  • Troble configuring Hyperion Shared Services with SQL Server 2005

    I recently installed SQL server (SQL SERVER 2005) in my machine and then am trying to install Hyperion (9.3.1) products. I started with Shared services. It was installed successfully. Problem is occuring when am trying to configure Shared service with SQL database using Hyperion Configuration utility (9.3.1)
    The error which is popping up is
    Unable to connect to the database for the product Hyperion Shared Services.
    Things which I tried from my end
    1. Made sure TCP IP Protocol was enabled in SQL server configuration server.
    2. hypuser was created in SQl server.
    3. hypdb was created in SQL server.
    4. Was having dynamic IP address so install Loopback adapter to obtain Static IP address and port.
    5. Port and IP address was correct.
    Let me know where I am going wrong.
    Any help will be greatly appreciated.

    Finally got it fixed firewall settings needed to be change : This document helped me a lot to troubleshoot the issue
    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)
    This problem may occur when SQL Server 2005 is not configured to accept incoming local and remote connections, which is disabled by default in SQL Server 2005 Express Edition, SQL Server 2005 Developer Edition and also SQL Server 2005 Enterprise Edition. To solve the connection forbidden problem, SQL Server 2005 needs to configure to allow incoming local and remote connections.
    Firstly, ensure that SQL Server 2005 is configured properly to allow incoming connections on the instance of database server, else enable and turn on the local and remote connections setting.
    Click Start button, then go to Programs or All Programs, then select Microsoft SQL Server 2005, followed by Configuration Tools. Click and run the SQL Server Surface Area Configuration.
    On the “SQL Server 2005 Surface Area Configuration” page, click Surface Area Configuration for Services and Connections.
    On the “Surface Area Configuration for Services and Connections” page, expand Database Engine tree, click Remote Connections.
    Select Local and remote connections, or Local connections only which applicable only if there is no remote system tries to connect to the SQL Server, useful when you just trying to connect and authenticate with the server after installing.
    Select the appropriate protocol to enable to local and/or remote connections environment. To ensure maximum compatibility, select Using both TCP/IP and named pipes.
    Click Apply button when done.
    Click OK button when prompted with the message saying that “Changes to Connection Settings will not take effect until you restart the Database Engine service.”
    On the “Surface Area Configuration for Services and Connections” page, expand Database Engine, then click Service.
    Click Stop button to stop the SQL Server service.
    Wait until the MSSQLSERVER service stops, and then click Start button to restart the MSSQLSERVER service.
    Secondly, SQL Server Browser service has to be enabled to allow for local and remote connections if SQL Server 2005 is running by using an instance name and users are not using a specific TCP/IP port number in the connection string.
    Click Start button, then go to Programs or All Programs, then select Microsoft SQL Server 2005, followed by Configuration Tools. Click and run the SQL Server Surface Area Configuration.
    On the “SQL Server 2005 Surface Area Configuration” page, click Surface Area Configuration for Services and Connections.
    On the “Surface Area Configuration for Services and Connections” page, click SQL Server Browser.
    Select Automatic as the Startup type to start SQL Server Browser service automatically every time system starts.
    Click Apply button.
    Click on Start button to start the service immediately.
    Click OK button.
    Finally, if remote computer needs to connect and access SQL Server, an exceptions in Windows Firewall included in Windows XP SP2 (Service Pack 2), Windows Server 2003 and Windows Vista needs to be created. If you’re using third-party firewall system, the exception rules also needed to be created to allow external remote connections to the SQL Server 2005 and SQL Server Browser Service to communicate through the firewall, else connections will be blocked. Consult the firewall manual for more details. Each instance of SQL Server 2005 must have its own exception, together with an exclusion for SQL Server Browser service.
    SQL Server 2005 uses an instance ID as part of the path when you install its program files. To create an exception for each instance of SQL Server, you must identify the correct instance ID. To obtain an instance ID, follow these steps:
    Click Start button, then go to Programs or All Programs, then select Microsoft SQL Server 2005, followed by Configuration Tools. Click and run the SQL Server Configuration Manager.
    In “SQL Server Configuration Manager”, click the SQL Server Browser service in the right pane, right-click the instance name in the main window, and then click Properties.
    On the “SQL Server Browser Properties” page, click the Advanced tab, locate the instance ID in the property list.
    Click OK button.
    Then create an exception for SQL Server 2005 in Windows Firewall.
    Click on Start button, the click on Run and type firewall.cpl, and then click OK. For Windows Vista, type firewall.cpl in Start Search box and press Enter key, then click on Allow a program through Windows Firewall link on left tasks pane.
    In “Windows Firewall”, click the Exceptions tab, and then click Add Program.
    In the “Add a Program” window, click Browse button.
    Click the C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\sqlservr.exe executable program, click Open button. MSSQL.1 with is a placeholder for the instance ID that is obtained from previous procedure. Note that the path may be different depending on where SQL Server 2005 is installed.
    Click OK button.
    Repeat steps 1 through 5 for each instance of SQL Server 2005 that needs an exception.
    For SQL Server Browser service, locate the C:\Program Files\Microsoft SQL Server\90\Shared\sqlbrowser.exe executable program, and click Open button.
    Click OK button.

  • Problem while registering ESB Process with integration server

    Hi All,
    I am facing an error while registering the ESB Process in Intergration Server. I am getting the following error in ESB.
    "Registration of ESB Process (Process Name) is failed, Exception: Connection Refused. connect Check the Integration Server Connection is correctly configured and the Integration Server is up and Running"
    I am able to deploy the BPEL process from the Jdeveloper using the same Integration Server Connection parameter. Also I have checked the Intergration server and its up and running.
    Any Help or Pointers to this issue is helpful.
    Thanks in advance,
    Saravana

    Yes, but you are getting connection refused which is more thank likely cause by the application server connection failure.
    If you should see a details button when testing the connection can you please provide result of this.
    It looks like you have entered a wrong port, hostname, or oc4j instance.
    If you go to your OS
    cd SOA_HOME/opmn/bin
    run the command
    opmnctl status -l
    you will see all the ports for your instance. Now revisit both the application server and Integration server settings mad make sure they are set correctly. Especially the hostname and the port for the application server
    Also make sure your proxies are correct in JDeveloper
    Tools -> preferences -> web browser & proxy

  • File Sharing Speed with Leopard Server/ Windows XP

    Went from Panther Server to Leopard Server. Panther worked fine. Leopard Server we've had a lot of problems with Windows XP clients. We run data files from the server. Using Panther the file sharing speed was comparable to putting the data file on the PC itself. When we moved to Leopard the speed went through the floor. 8 seconds on the PC and 4.5 minutes on the Server. The server is a substantially stronger machine with a lot more resources - but we've had to stop using it for it's intended purpose.
    Help?

    Same problem but almost the reverse. 10.5.2 server, windows clients file browsing, opening and saving speed is great, but our 4 iMac clients (Leopard also) really, really slow to generate thumbnail views of files and open them. Happens across several shares, seems to be a problem with AFP, although now after disabling AFP on some of the shares, it is happening on SMB as well. I have read several other discussions on this forum that attempt to deal with AFP performance issues, but none provide a real solution. Now that it is also happening with the SMB protocol as well I am getting a bit concerned.
    Any advice or even a link to more info would be greatly appreciated.

  • Access Denied Error For Shared Folder with Win Server 2008R2 Task Manager Scheduled Task

    Hi,
    I have scheduled a Task with the Task scheduler. It invokes an .EXE file after every 5 min.
    The application is supposed to access some files lying on a different Server's shared path, process them and move them across folders on the Shared path only.
    Problem: When the .EXE gets executed from the Task scheduler, I am getting "Access Denied to the Shared path" error. I have already given Full Control to Everyone as well as to the Account with which the Task has been configured with.
    Another important point to note is, if I run the .EXE manually, the solution is able is able to do everything intended; I don't get any Access Denied error.
    Kindly help me with what needs to be done in order that this issue is resolved. This is really urgent for me.
    Thanks a lot in advance..
    AC

    Hello Alex,
    first of all, make sure your task was correctly create: How to Create Advanced Tasks with the Task
    Scheduler.
    Please, read these:
    TechNet Library Task Security Context
    TechNet Forums post How
    does "Run with the highest privileges" really work in Task Scheduler ? - Look at the answer "...When you want to run a program with admin rights from a standard user account, you have to select "run whether the user is logged
    on or not" and select a user which is member of the admingroup."
    TechNet Forums post
    Log on as batch job right (written on previous post)
    serverfault Task Scheduler is not executing the program
    serverfault
    unable to schedule a task (access denied)
    UAC: Do you receive the User Account Control "Windows need your permission to continue" message to approve the scheduled application ?
    If yes, maybe "Run with highest privileges" option will not take precedence of the UAC. While the Admin Approval Mode for built-in Administrator account is enabled, UAC will still ask for approval according to the settings on the Behavior
    of elevation to prompt for the administrators. Check whether the "User Account Control: Admin Approval Mode for built-in Administrator account" is enabled. If yes, disable it or change the setting on "User Account Control: Behavior
    of elevation to prompt for the administrators" to elevate without prompting.
    Local Computer Policy ---> Computer Configuration ---> Windows Settings ---> Security Settings ---> Local policies ---> Security Options (source: Task
    Scheduler "run with highest privileges": does not work on Windows Server 2008 ?)
    Bye,
    Luca
    Disclaimer: This posting is provided AS IS with no warranties or guarantees, and confers no rights. Whenever you see a helpful reply, click on [Vote As Help] and click on [Mark As Answer] if a post answers your question.

  • Multiuser Shared RPD With Presentation Server

    Hi,
    I recelntly set up a multiuser development environment for OBI using a network-shared RPD file (windows env).
    Is it possible to use it with the presentation services without copying it after every change to the OracleBI\server\Repository directory?
    Thanks

    To my knowledge this is not possible as the repository you are showing in OBIEE can only be opened online or read-only when the BI Server is running.
    When a developer checks in the project he has been working on the new repository will be copied to the shared location (publish to network) which is not possible when the file that needs to be replaced is read-only.

  • About communication method with integration server?

    can anybody explain clearly what difference between using proxy and adapters at runtime?
    especially for adatpers,i am confused.
    there is a the following explanation in online help.
    Communication using adapters. In this case, you create interfaces for message exchange in the application system, or use existing interfaces.
    does not adapter have proxy programe? if so,where is its implementation?

    Hi,
    Adapter and proxies both are used by the appication to communicate with the XI/PI.
    Adapters: "To adapts the things", any appication(SAP, non-SAP) can communicate with XI using Adapters. what adpaters do? It will convert the source
    message format to target message format. Example SAP send the Idoc but XI only understand XML message so no communication is possible till some one come in bewteen and traslate that Idoc to XML format..this is the task of adatpers.
    Except Idoc and HTTP all adapters reside in the Java stack.
    Proxies are also used for the same purpose but they directly communicate with the IS so they are always fasters.
    There can be ABAP proxy or Java proxy(Client or Server Proxy). Example: if you have J2EE appication and that need to communicate with XI, for that no adapter is available...then you can write Client Java Proxy which can communicate with XI directly(same for Server proxy....where XI will call the J2EE application)
    Proxies need to use if you are communicating with SAP systems.even Idoc and RFC adapters are available? Then it depends if Web Appication Server >= 6.20 then its always to good to use proxies(even you have an option for RFC or Idoc adapters).
    Thanks & Regards,
    Farooq Farooqui.
    **Rewards Points if you find it useful**

  • Problem with integrated server connection

    My integrated application server is showing couldnot establlish connection in the application server navigator
    in Clusters
    oracle.rc.asadapter.weblogic.context.spi.ClusterProvider$1: Cannot establish connection.
         at oracle.rc.asadapter.weblogic.context.spi.ClusterProvider.listBindingsImpl(ClusterProvider.java:83)
         at oracle.rc.asadapter.context.spi.AbstractContextProvider.listBindings(AbstractContextProvider.java:133)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext$ContextProviderSupport$3.method(DefaultMutableAppServerContext.java:384)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext$ContextProviderSupport$MethodCall.invoke(DefaultMutableAppServerContext.java:421)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext$ContextProviderSupport.listBindings(DefaultMutableAppServerContext.java:381)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext$ContextProviderSupport.access$500(DefaultMutableAppServerContext.java:314)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext.localListBindings(DefaultMutableAppServerContext.java:207)
         at oracle.rc.asadapter.context.spi.AbstractEventDirContext.listBindings(AbstractEventDirContext.java:185)
         at oracle.adf.rc.spi.jndi.AbstractDirContext.listBindings(AbstractDirContext.java:214)
         at oracle.rc.asadapter.context.spi.DefaultAppServerManageableContext.getManageables(DefaultAppServerManageableContext.java:58)
         at oracle.jdeveloper.asnav.nodes.DefaultManageableFolder.loadChildren(DefaultManageableFolder.java:327)
         at oracle.jdeveloper.asnav.nodes.DefaultManageableFolder$4.run(DefaultManageableFolder.java:288)
    Caused by: oracle.rc.asadapter.connection.ConnectionException: Cannot establish connection.
         at oracle.rc.asadapter.weblogic.connection.spi.Weblogic10Jsr160Provider.getPresentation(Weblogic10Jsr160Provider.java:73)
         at oracle.rc.asadapter.connection.AppServerConnectionImpl$PM.getPresentation(AppServerConnectionImpl.java:171)
         at oracle.rc.asadapter.weblogic.connection.spi.Weblogic10ServerMBeanModelImpl.getDomainRuntimeService(Weblogic10ServerMBeanModelImpl.java:59)
         at oracle.rc.asadapter.weblogic.context.spi.ClusterProvider.listBindingsImpl(ClusterProvider.java:59)
         ... 11 more
    Caused by: java.io.IOException
         at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
         at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
         at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
         at oracle.rc.asadapter.weblogic.connection.spi.Weblogic10Jsr160Provider.getPresentation(Weblogic10Jsr160Provider.java:67)
         ... 14 more
    Caused by: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://127.0.0.1:7101: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection refused: connect; No available router to destination]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
         at weblogic.jndi.Environment.getContext(Environment.java:315)
         at weblogic.jndi.Environment.getContext(Environment.java:285)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:178)
         ... 17 more
    Caused by: java.net.ConnectException: t3://127.0.0.1:7101: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection refused: connect; No available router to destination
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
         at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
         ... 25 more
    Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection refused: connect; No available router to destination
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
         ... 31 more
    Edited by: 980201 on Jan 6, 2013 9:39 PM

    t3://127.0.0.1:7101
    the above IP look like default IP, Please check the target service listen IP and Port and Makesure "telnet 127.0.0.1 7101" is working well.

  • [SelfSolved] Sharing connection with dhcp server and netctl

    Yesterday I switched to netctl and old, lovely network problems come back
    I have two interfaces: enp2s0 (profile Internet) and enp5s2 (profile Shared). enp2s0 connects to Internet, enp5s2 is LAN with DHCP. Very similar problem I described here: https://bbs.archlinux.org/viewtopic.php?id=153353 but now that config not works anymore.
    First, netctl can't start profile Shared. It's simple static config just to get up interface and set IP.
    Description='A basic static ethernet connection'
    Interface=enp5s2
    Connection=ethernet
    IP=static
    Address=('10.0.0.1/24')
    #Routes=('10.0.0.1/24 via 255.255.255.255')
    Gateway='10.0.0.1'
    DNS=('8.8.8.8')
    SkipNoCarrier=yes
    Of course dhcpd also not work, because interface is not configured.
    Second, if I start Shared profile and dhcpd manually, I cant connect to Internet. I set iptables like here:
    iptables --append FORWARD --in-interface enp2s0 -j ACCEPT
    iptables --table nat --append POSTROUTING --out-interface enp2s0 -j MASQUERADE
    and set
    sysctl net.ipv4.ip_forward=1
    Now, if I stop Shared profile, I can connect
    Edit:
    I switched back to netcfg and... it's working! Simple question, why this crap is in core repository?! Just because uses systemd?
    Edit2:
    Ok, it's not a crap I just love to learn about Linux networking in such lovely Sunday like today
    Shared profile should look like this:
    Description='A basic static ethernet connection'
    Interface=enp5s2
    Connection=ethernet
    IP=static
    Address=('10.0.0.1/24')
    SkipNoCarrier=yes
    Last edited by n0rv (2013-07-14 13:40:18)

    Ok, I update dhcpd.conf:
    authotitative;
    option routers 10.0.0.1;
    option domain-name-servers 208.67.222.222;
    subnet 10.0.0.0 netmask 255.255.255.0 {
    range 10.0.0.2 10.0.0.255;
    but nothing happened
    Problem was in iptables config, I should use:
    iptables --append FORWARD --in-interface eth0 -j ACCEPT
    iptables --table nat --append POSTROUTING --out-interface eth0 -j MASQUERADE
    iptables --table nat --append POSTROUTING --out-interface eth1 -j MASQUERADE
    and now it works!

  • Finding shared members with Excel Add-In

    My user is using the "find" feature in the add-in to determine where a particular member resides. This member is found 2 places in the outline (the original and the shared member). The add-in finds the first occurrence, but does not find the second one using the "find next" button. Is this a bug or is there something we are doing incorrectly? Any help is appreciated. Thanks.

    I, too, would recommend rebuilding the workbook.. Excel workbooks can get some funny behaviors, particularly if they contain VBA code. VBA in Excel stays 'semi-compiled' and never really clears itself out and a bunch of phantom references remain (and are completely hidden). I have seen some very strange behavior cleaned up by rebuilding the workbook..
    My old friend, Excel MVP Rob Bovey, has a utility specifically built to rebuild workbooks at http://www.appspro.com/Utilities/Utilities.htm.
    Tim Tow
    Applied OLAP, Inc

  • Merging contact groups on Iphone 3GS and sharing this with exchange server

    I`ve got one for you
    I`ve got a recently purchased Iphone, that I`ve just set up.
    Everything works fine.
    BUT, I first uploaded my contact from my previous Nokia from a private mail-account that I had used for back up for my old phone.
    Then I connected my Iphone to my outlook-mail on my exchange server at work.
    This means that I have got 2 groups in my contact list on my Iphone, which is ok.
    Yesterday I cleaned up my contact list on my phone in the "all contact" section on my phone. Deleting double registered contact cards and copying mail-adress or phone number from one of the double registered contact card to the other ( as one was from my previous phone and one was from my mail. )
    So now my contact list in "all contacts" are perfect.
    The question is, can I transfer this perfect contact list over to my outlook-account on the exchange server so this, which will be my only back up log, is the same as on my phone.
    The contacts which was already taken from the outlook-account has been updated as they should, but I had quite a few contact from my phone ( approximately 480 ) and I did not take into account when I "cleaned up" yesterday if I was deleting the contact card from my old phone of the contact card from the exchange server.
    Hopefully one of you has got a solution to my problem
    Message was edited by: JT80

    No - the iPhone keeps Exchange server contacts separate from 'local' contacts stored on the phone (synced via iTunes, imported from a SIM card, etc.).

  • Multiple shared members in ASO outline

    <BR>I am building an outline with one primary and three alternate hierarchies within one of the dimensions of an Aggregate Storage (ASO) cube. All of the leaf members in each of the alternate hierarchies are shared members of a member in the primary hierarchy. The non-shared member is a leaf in some cases and a summary point in others. All hierarchies are stored. <BR><BR>When I try to save the outline, I get a long list of verification errors. For the stored members to which the shared members refer, Essbase is complaining that "This member has multiple copies of same shared member in at least one stored hierarchy. See other messages for which members and which hierarchies." For the shared members, Essbase complains that "Aggregate storage outlines only allow a shared member once in a stored hierarchy." For the alternate hierarchies, Essbase complains that "This stored hierarchy has multiple copies of same shared member. Remove extra member or change hierarchy to be dynamic."<BR><BR>However, I did a find on a handful of the members that Essbase was complaining about and in all cases have found only one instance of each shared member in each alternate hierarchy. The same shared member might appear in two or more alternate hierarchies, but I have not found a case where it appears more than once in the same hierarchy.<BR><BR>I have also ensure the following:<BR><UL>The primary hierarchy occurs first in the outline, so non-shared members always appear before any instances of any of the shared members.</UL><BR><UL>There are no shared members in the primary hierarchy.</UL><BR><UL>All members, non-shared and shared, are in the same dimension.</UL><BR><UL>Non of the stored hierarchies contain both a non-shared instance and a shared instance of the same member.</UL><BR><BR>I have tried making the alternate hierarchies dynamic, but query retrievals are so slow that they're completely unacceptable to the client.<BR><BR>Has anyone encountered a similar problem? Is there a solution to this?<BR>

    I heard back from Hyperion Tech Support again. Turns out it's not a defect after all. It's actually a subtle technicality in the restrictions on shared members with ASO. The first restriction, which is explained in the outline verification error message, is that you can only have one instance of a shared member within a given stored alternate hierarchy. The second restriction is that you cannot have any shared members within a given stored alternate hierarchy where the non-shared instances of the members are ancestors/descendants of each other. Unfortunately, when this restriction is violated, EAS gives the same error message as it does for the first restriction, so it's a bit harder to debug.<BR><BR>Hope this saves someone some grief.<BR>-Silvester

  • Shared Members Alias Names Need to be Deleted--Essabase Admin Console

    The company I work for set up shared members with alias names. I need to get rid of the alias names so that they are linked to their proper stored members and take on those names. How do I do this without haveing to go to every contton-picking shared member and delete the alias name?
    Thanks!

    981103 wrote:
    The company I work for set up shared members what do you mean by "shared members"?
    with alias names. what do you mean by 'alias names' and what do said 'alias names' refer to?
    I need to get rid of the alias names so that they are linked to their proper stored members and take on those names. How do I do this without haveing to go to every contton-picking shared member and delete the alias name?
    Thanks!And since you mention in the subject line 'essbase admin console', what does any of this have to do with oracle databases?

  • Does Hyperion Integration Server exist for AS400?

    I need drill through to AS400. I have IBM Data warehouse 7.1 y db2 olap 7.1 on AS400, but sql drill through come with Integration Server.There are any way to install integration server on AS400??

    Yes.. ShowCase is porting EIS 6.5 for the iSeries/AS400. It should be released by late Q3 2002. Check either with IBM or ShowCase (depending on where you got your DB2 7.1) for 8.1 availability

Maybe you are looking for

  • STB will not activate

    I find this satisfaction hard to believe. Now don't get me wrong I have Fios because when the product is working and you don't have to deal with "tech" support or incompetant people on the phone it's brilliant. Fastest, most reliable internet I can g

  • New Tcode for Subcontracting process

    In ECC 6.0 EP4, there is a new Subcontracting functionality regarding the movement types for components. The existing process uses tcode ME2O and movement type 541 is used in order to move components form the plant to the subcontractor in 1 step. Now

  • JScrollPane resizing problem, I think...

    The Task I want to build a dialog that holds different option panels. Instead of using a JTabbedPane, I want to use a JTree to select among the different panels. I put the tree in a nice scroll pane, place the whole thing in the left side of the dial

  • Need to Repeat Workflow on an Hourly Basis

    I just want my workflow to repeat on an hourly basis. (Have tried using Save as Plug-in for iCal, but iCal will only do daily/weekly/etc.)

  • Xmltype.transform() with stylesheet that includes another stylesheet

    I' trying to use xmltype.transform() with a stylesheet that includes/imports another stylesheet. But this results in a 'ORA-03113: End of communication channel'. Is xsl:include or xsl:import supported? This is the first stylesheet: <?xml version="1.0