Transfer bridge to olap server

HI
when i try to transfer a module to the olap server
using warehouse bridge
i get the following error
**! Transfer logging started at Sat Jan 24 19:25:25 GMT+02:00 2004 !**
OWB Bridge processed arguments
Default local= en_US
Exporting project:MOE
initializing project:MOE
Initializing module :SCHOOLS_FINAL
BRD-01000: Internal Error: The following error has been encountered: class java.lang.NullPointerException.
null
java.lang.NullPointerException
at java.util.Hashtable.get(Unknown Source)
at oracle.wh.cwmexport.CWMExportWBAPI.addToBAEntityBA(CWMExportWBAPI.java:556)
at oracle.wh.cwmexport.CWMExport.getEntitesFromWBContext(CWMExport.java:1443)
at oracle.wh.cwmexport.CWMExport.exportSchema(CWMExport.java:1518)
at oracle.wh.cwmexport.CWMExport.exportProject(CWMExport.java:373)
at oracle.wh.cwmexport.CWMExport.export(CWMExport.java:252)
at oracle.wh.cwmexport.CWMExport.runBridge(CWMExport.java:138)
at oracle.cwm.tools.transfer.ExecutionThread.run(ExecutionThread.java:35)
**! Transfer logging stopped at Sat Jan 24 19:25:25 GMT+02:00 2004 !**
thanks

Hellow,
i have a similar problem, when i export metadata to OLAP server it generate an erreur like:
BRD-05030: Error occurred while executing the PL/SQL file, see log file for details.dimension_not_found
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "OLAPSYS.CWM$OLAP$DIMENSION", line 242
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "OLAPSYS.CWM$UTIL", line 341
ORA-01403: no data found
ORA-06512: at "OLAPSYS.CWM$OLAP$DIMENSION", line 67
ORA-06512: at line 10
OWB 9.0.3
DataBase release 2
also i installed the patches 2632931 and 2529822 to the DataBase

Similar Messages

  • Transfer Bridge to OLAP

    Hi,
    When i try to transfer a Collection to the olap server using warehouse bridge i get the following error:
    **! Transfer logging started at Wed Jul 07 19:38:55 BRT 2004 !**
    OWB Bridge processed arguments
    **! Transfer logging stopped at Wed Jul 07 19:38:55 BRT 2004 !**
    The DB is 9.2.0.5 and OWB is 10g
    Thanks,
    Marcos Freitas

    Marcos,
    Have you checked some of the stuff you can access through http://otn.oracle.com/products/warehouse/selfserv_edu/OLAP_cube_creation.html?
    Did you deploy your relational objects?
    Could it be that you are not the only one logged on to the metadata repository? There is an outstanding bug that the bridge is single-user only, but there is no feedback that actually tells you that...
    Thanks,
    Mark.

  • How to transfer file from application server to presentation server in background?

    Hi Experts,
    How to transfer file from application server to presentation server in background?
    Thanks in advance
    Namita

    Thanks Raman and Challa,
    We want to move file from application server to Shared folder, not on local machine. We checked FM which you guys have provided but those are not able to read file from application server.
    We need this program to run in background so that we can use this in daily process chain.
    Appreciate your inputs on this.
    Thanks,
    Namita

  • Error while executing query in OLAP server

    Dear all,
    we are using APD to extracted sales data for the last 3 months .this APD was executed perfectly till yesterday.
    in today's run APD got failed with error message as below
    "@5C\QError@     Fiscal year variant Z3 is not maintained for calendar year 9999
    "@5C\QError@     Error while executing query in OLAP server; redesign query.
    Please suggest corrective action .
    I have tried executing manually with less selections on creation date by no success..
    regards,
    puru

    Purushotham wrote:
    Hi Jeeth,
    >
    > in query we have selection for " currency type " and created on "  .we are not using fiscal year variant.
    >
    > in first strep of APD design only we have a problem and also recently there are no changes to this APD .
    >
    > It was executed perfectly on till 4th .
    >
    > Edited by: Purushotham on Feb 6, 2012 12:48 PM
    Dear Purushotham, You can maintain the Fiscal year Variant in OB29. 2 possibilities, #1 : Data for the FYV/Year could be wrong. #2 : Updates for Fiscal Year might not have been done. You can maintaine FY varients up to FY 2XXX in your BW system. This should fix the error. The table T009 must be the same as we get when we do OB29 TCode in BW, so via SPRO do rebuild of table again.
    Edited by: Arun Bala G on Feb 6, 2012 4:05 PM

  • Failure of server APACHE bridge::No backend server available for connection

    All,
    I have an env: Browser -> OHS -> WLS(Apex Listener) -> Oracle DB.
    If any SQL run for more than 5 mins, i get the below error.
    Failure of server APACHE bridge:
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent.The only error i get is from the OHS's log
    [2013-04-03T06:45:57.2946-05:00] [OHS] [ERROR:32] [] [core.c] [host_id: aa050] [host_addr: 121.146.60.102] [tid: 1260554560] [user: oracle] [ecid: 004qNDJn1du7m3KaETn3ES0004Ll00001T] [rid: 0] [VirtualHost: my.team.com:443]  ap_proxy: trying POST /pls/apex/wwv_flow.show at backend host 127.0.0.1/7003; got exception 'Backend Server not responding'; state: reading status line or response headers from WLS (wrote? Y read? N); not failing over because method not idempotent, referer: https://my.team.com/pls/apex/f?p=4500:1003:16571271664493::NO:::Is there a timeout variable other than the below in WLS?
    Session Timeout (in seconds): 3600 .
    TIA,
    JJ

    Regardless of the version, this is not exactly a "Forms" failure. This is an issue between OHS and WLS. Basically it means that OHS (via mod_wl_ohs) was unable to communicate with WLS_FORMS (or whichever managed server you are trying to access). Most often this means the managed server is not running or not responding. If you believe it is running and is responsive (test by hitting it directly) then the problem is probably related to your installation. Generally, if you have not properly configured your networking before you installed WLS and FMw, then this can occur. For example, on Windows machine which do not have static IP addresses, the Installation Guide instructs you to install the Windows loopback adapter and configure it. If you did not do this, OHS likely will not be able to contact WLS_FORMS.
    You can test what I have described above by attempting to access WLS_FORMS directly. For example:
    http://yourHost:9001/forms/frmservlet
    If that works, the issue is probably related to a net config issue.
    If you have access to MyOracle Support, refer to these notes:
    <blockquote><li>Failure Of Server APACHE Bridge After Running Report From Forms 11gR2 on Windows 64-bit platform (Doc ID 1457845.1)
    <li>Oracle Fusion Middleware 11g - Troubleshooting the Error "Failure of server APACHE bridge" (Doc ID 1304095.1)</blockquote>
    The product Documentation Library can be found here:
    http://docs.oracle.com/cd/E24269_01/index.htm

  • Transfer data from File server to SAP R/3 AS

    hi, i need to transfer data from file server (http:/.....) to SAP R/3 application server. I have the HTTP Host name (http:/......) and login details. please let me know how i can resolve this.
    best regards
    Neeraj

    Hi
    You need to create a RFC Destination with the details what you have, then you can create a RFC Fucntion module to read the data, according to the destination system, you have to code that, once you
    pick the data from the destination system, later you need to convert it to SAP Format.
    To trace your fm status, there are function module availabe in sap, search with http, you can find.
    regards
    Praveen

  • Can i transfer file from application server to lotus server.

    hi
    can i transfer file from application server to lotus server.
    i m geting file on application server but i want to transefer that file from application server to lotus server.
    if yes than give me suggestion.
    thanks in advanced.

    Hello Laxman
    If you want to trigger the file transfer from within SAP then you need to execute an <b>external OS command</b> (transaction <b>SM49</b>, <b>SM69</b>).
    At the level of the OS (operating system, e.g. Windows, Linux) you need to be able to transfer files to the Lotus server.
    Your task is, for example, to write a report executing the external OS command which will be executed at the OS level where the file transfer happens.
    Regards
      Uwe

  • Slow fileshare transfer speeds with Lion Server

    I'm running Lion Server on a Mac Mini and using SMB to share files between the server and both Windows and Mac machines. I can't figure out why I can only get 2 Mb/s transfer speeds between the server and the other machines. I'm quite certain I'm not limited by my network and the disk write speeds clearly exceed 2 Mb/s. Any suggestions for boosting this speed or is this an actual limit of SMB or Lion Server?

    Have a similar issue on a Macbook Pro mi 2010 : since the 10.7.3 update, Samba file sharing (to access a FreeBsd server over the LAN) is extremely slow. I mean I can't work normally since the update (3 weeks).
    I've reported the bug to Apple. I think it is a bug limited to some machine version (because other mac in the office do not have the issue)

  • Solaris 8 (32/64-bit) for Hyperion Essbase OLAP Server Release 6.5.4

    Dear all, Do anyone know the difference between and impact on Solaris 8 (32/64-bit) for Hyperion Essbase OLAP Server Release 6.5.4?Thanks for your help!Regards,Zero Lai

    I do not think wired will even work with the 6.x runtimes. Your only real option is to put off the move untill you can manage the a6.5 upgrade.

  • Could not connect to the OLAP server web analysis hyperion

    I created a document report in Web Analysis with an administrator user then I created a user in the shared services console and granted him access to the report, but entering with this user I can access the report, but receive the following error message: Could not connect to the OLAP server web analysis hyperion.

    Is the user having correct provisioning in Essbase? Which version? (older versions, you'll have to synchronize Essbase with HSS)
    Regards
    Celvin
    http://www.orahyplabs.com

  • Hyperion Wired for OLAP v.4.1.2 compatiblity with Hyperion Essbase OLAP Server v.6.5.4

    Dear all,Our existing version of Hyperion products are as follows:1) Hyperion Essbase OLAP Server version 5.0.1 Patch 7 under SunOS 5.6 on Solaris Server2) Hyperion Wired for OLAP version 4.1.2 under Microsoft Win2000 Server on Intel machine.And we are going to upgrade Hyperion Essbase OLAP Server from 5.0.1 Patch 7 to 6.5.4 under SunOS 5.8 to get Windows XP support on Essbase client in client users' PC.Besides, we also intend to upgrade Hyperion Wired for OLAP v.4.1.2 to Hyperion Analyzer v.6.5. However, as client users' PC configuation don't meet the requirements for Hyperion Analyzer 6.5, we may need to postpone the Hyperion Analyzer 6.5 upgrade.Here, I have a question that can Hyperion Wired for OLAP v.4.1.2 can access Hyperion Essbase 6.5.4 OLAP applications.Finally, I also have a question that since Hyperion Analyzer 6.X, repository in Paradox format has been faded out, RDBMS for repository has been introduced since then. Then can we still keep using repository in Paradox format in Hyperion Analyzer 4.1.2/5.0.3 when upgrading to Hyperion Analyzer 6.5 or higher in the future.Thanks for your help and attention!Regards,zerolai

    I do not think wired will even work with the 6.x runtimes. Your only real option is to put off the move untill you can manage the a6.5 upgrade.

  • Analyzer 6.1 error connecting to Essbase 6.5 Olap Server

    Has anyone experienced the following error after trying to select an Essbase data connection from the java web client:com/hyperion/ap/adm/HssConnHyperion product and version numbers: Essbase Olap Server 6.5 on a UNIX Server running AIX 4.3.3, Analyzer 6.1 running in Websphere 3.5.5 Advanced Edition on the same UNIX Server running AIX 4.3.3, Repository for Analyzer 6.1 stored within Oracle 8.1.1 on a seperate UNIX server running AIX 4.3.3 Client operating system: Windows NT 4.0 Service Pack 6, Internet Explorer 6.0.2, Netscape 6.2.2, Java Plug-in 1.3.1_02

    I don't know about UNIX, but on NT, it expects you to have at least Oracle 8.1.7. That could be the problem.

  • OLAP server uses a lot of memory

    Hello Experts,
                                                                                    We are having a BPC Microsoft multi server environment.                                                                               
    The application server and database server are 2 seperated servers.                                                                               
    The version for BPC is SP7 and for SQL Server 2008 SP1 cumulative update 6                                                                               
    Each time we are running reports or performing actions on BPC, we see onthe database server in the task manager that the MSMDSRV.EXE
    applicationstarts to increase in memory use. It starts with 1,5GB of memory use andit ends 10 minutes later (when the report is don
    e running) with almost                                                                               
    4GB. For some heavy reports, the memory use grows till 12-13GB.                                                                               
    Is this normal? There is 32GB in this server, would the server crash if                                                            
    there was less then 32GB? Because due to this memory use of the OLAP                                                               
    server, the server uses up to 28GB of RAM.                                                                               
    Is it usefull to use a fixed memory allocation for the Analysis Server?                                                            
    And how can we calculate how much we have to allocate?                                                                               
    Do we have to modify the MSMDSRV.INI file? And isn't this Analysis Server                                                          
    using a cache, because it seems that when the report is done running, all                                                          
    the memory used by the OLAP server is free again.                                                                               
    Are there any parameters we can change to increase the performance of the                                                          
    Analysis Server?                                                                               
    Thanks in advance,
    Arjun.

    Hi ,
    You have to place this question into other Forum SAP BPC version for SAP Microsoft.
    You have to check if you have at least CU 6 for your SQL Server 2008 SP1 and also you have to make sure you have right parameters for OLAP
    Memory Heap type = 2
    HeapTypeForObjects = 0
    PreAllocate=25 (this paramters is just into msmsdsrv.ini)
    Regards
    Sorin Radulescu

  • Whycan't connect  the Essbase Administration console to the OLAP server?

    I have a problem about Essbase Administration console.After I install all the product of the Essbase, (includeing the 6540ns?6540na?6540am?654032?6540rt?eas653_nt). i can't connect the Essbase Administration console to the Essabse OLAP server.The Administrator server,username and password is correct but there is "can't connect to the server"error. All the installtion process this time is the same as berfore i have done, and there was no question when connectting to the Essabse OLAP server before. I don't know how to solve this problem, and it hold back me to continue my other work. the essbase OlAp server and the Essbase Administration console are both installed on the same PC, useing window2000 professional best regards Lornawei

    thanks for answer.server is running. Analyzer and spreadsheet add_in can connectted to the server correctly.I installed the EAS not as as a Windows service,and i cann't even login to the EAS console,and check the EAS log i remember there is some wrong with connect the Mysql services.yesterday i installed the EAS as as a Windows service,and have connect to the server correctly mannually.I don't know why I can't install the EAS not as as a Windows service now.

  • User privilege required to connect to OLAP Server

    What are the user priviledge required to connect to OLAP Server? Eg OLAPDBA user connectd perfectly thrugh the Java Program for Sales History. But the Sales History User ( SH ) cannot connect to the Server and generates a RemoteAuthentication Exception. I tried giving those privilege and roles as that of OLAPDBA but no success.
    Can anyone please help me out in this.
    Regards,
    Prachi Nadgouda

    In the OLAP Users Guide 9.2.0.2, it states to connect to the database using the OLAP API, users must have the following access rights to the database:
    CONNECT role
    QUERY REWRITE system privilege
    SELECT privileges on the database objects containing the data to be analyzed

Maybe you are looking for

  • Setting Image Path

    Hi, Merry Easter to All of You!.. i am facing a problem in setting the dynamic image path in crystal report the path is stored in Database field,and physical images are stored in a folder the path specified is relative path and works fine when the re

  • ORA-29279: SMTP permanent error: 501 5.5.4 Invalid Address

    hi I have an email sending mechanism on an apex site and it is very tempramental. It used to work consistently, then it has stopped working. I have been testing this morning to try and find why and sometimes it works and sometimes it doesnt. I took o

  • Update Key and Primary Key

    Hi When I am trying to define Update Key which is the other name for Alternate Key, then the primary key symbol (key) which is defined just beside my primary key column ( customer id) gets dissappeared and the new key symbol comes up besides the upda

  • Read out loud feature

    I recently purchase a Satellite P755-S5263. I am not sure if the issue is with Adobe Reader X or my new Satellite laptop. I can not play a pdf CD. I know the speakers and sounds work as music CDs work, but not when I try to play my book on a pdf file

  • Best Practices for install InfoCube 0FIGL_C10 BI 7.3

    Dear all, We are currently in BI 7.3 and there is a new cube using table FAGLFLEXT from FIGL, does anybody has the best practices on how to install this cube step by step, from datasource / psa / ods / cube. Thanks in advance, Antony