OWB Client/Server Configuration

Dear Gurus,
The scenario is like this.
Server OS : Sun Solaris.
Server Database : Oracle 9i for unix.
Client OS : Win 2K
Client Database : Oracle 9i client for Windows.
If OWB 9i is installed on Win2K machines, all mappings can be executed. ETL process will run smooth.
ETL Loads are monthly.
Will the performance be greatly affected if Database and OWB server aren't installed on the same physical machine?
Is my information listed correct ?
Your inputs would be appreciated.
Regards
Milind

Milind,
You first question was "Will the performance be greatly affected if Database and OWB Server aren't installed on the same physical machine?" If you are referring to the database where OWB's runtime schema resides, then yes, OWB Server Side should be installed on the same physical server where that database is.
Second question - Availability of Oracle Datebase Server 9.2.0.4 on Sun Solaris. The full Oracle9i Database Release 2 is 9.2.0.1.
9.2.0.2, 9.2.0.3 and 9.2.0.4 are patches on top of 9.2.0.1, with each subsequent patchset including all the previous ones. Pathes and patchsets are downloadable from metalink.oracle.com. So:
* to get 9.2.0.2 - install 9.2.0.1, apply 9.2.0.2 patchset (patch ID 2632931).
* to get 9.2.0.3 - install 9.2.0.1, apply 9.2.0.3 patchset (patch ID 2761332).
* to get 9.2.0.4 - install 9.2.0.1, apply 9.2.0.4 patchset (patch ID 3095277).
Nikolai

Similar Messages

  • Running reports created with Reports 9i in client-server configuration

    I need to have users run reports created with Oracle Reports 9i on workstations without any Oracle products installed on it, (in a client-server configuration as opposed to Web based) . I am looking for a step-by-step approach to accomplish this. I looked through the installation documents in OTN and I did not see one that addressed this.
    BTW, I saw an earlier post in this form which disscussed this,indirectly, for Reports 6i but I don't think these steps will work for 9i rpeorts
    ** Earlier post
    Question:
    I have an application in Oracle 8i, Forms 6i, Reports 6i. Now I want to make executable CD which will be installable in nature. I don't know how to make it or what tools to be used for this . Kindly help me out.
    Answer:
    You can write a .bat file for installation.....
    This file should do following things.
    1. Oracle8 Personal Setup
    Install only Database (no tools)
    2. Oracle Developer200 Setup
    Install only Forms Runtime
    Reports Runtime
    Graphics Runtime
    3. Use imp/exp to put the desired database...
    4. Copy exexutables in some directory and place shortcuts in programs and destkop
    5. Make new file-types in start->setting ->folder options-> file-types
    and specify that in which runtime-application you want to open your executables....
    Thanks in advance,
    Audrey Watson

    hi audrey,
    there is no client/server runtime available for reports9i. what
    you can do is to use the rwclient executable shipped with IDS
    to submit jobs to the reports server.
    there are plans to provide a stand alone thin client in the
    future but this is not available yet.
    regards,
    christian

  • Access-SQL Server (Client Server Configuration) Best Way To Refresh SQL Server Records ?

    We are using Access 2013 as the front end and SQL Server 2014 as the back end to a client server configuration.
    Access controls are bound to the SQL fields with the same names. When using Access to create a new record in a Form, the data are not transferred to SQL if the form is exited to display a different Form or Access is closed. If the right or left arrow navigation
    buttons at the bottom of the form are first used to display either the previous or next record, then the data in the new record are correctly transferred to SQL.
    What is the best way to refresh the new SQL record prior to the closing of the new record in the bound Access form ? We have tried Requery of the entire form and with all of the individual controls without success. We are looking for a method of refreshing
    SQL that functions in a manner similar to that of what happens with the navigation buttons.
    Thank you very much for your assistance.
    Robert Robinson
    RERThird

    Hi Stefan,
    I had added the code to set me.dirty = False in response to the On Dirty event and didn't realize that it was working properly. I had tried other several approaches and must have become confused somewhere along the line.
    I retested the program. On Dirty is working and the problem is solved.
    Thank you very much for your assistance.
    Robert Robinson
    RERThird

  • Primavera P6 Client Server Configuration

    Hi,
    I am new to Primavera. I wanted to know what are the exact specifications required for installing Primaver P6 EPPM Client / Server.
    The configuration would consists of all the modules like - Project Management, Timesheet, Web Access.
    Also, we have a server with SAP installed on it. Can we still go ahead and install Primavera on it.
    I have searched a lot on Google for the realistic client/server configuration. But no luck.
    Kindly help.
    Thanks

    Its Java j2EE

  • MUDE for client-server configuration

    I can easily connect from a client remotely to a server hosting OBIEE, by creating a ODBC system DSN that points to
    the server, and choosing this DSN from the list of available DSN from Administration => file => open => online. works
    perfectly
    When I configure projects at OBIEE server as a Multiuser Development Environment, I can not connect from a client remotely to a server. Administration => file => nultiuser => checkout does not give me an option to choose the system DSN for remote server
    Can someone clarify steps to configure MUDE in a client-server environment
    Thanks

    Amrita,
    In the article by Venkat, that you referred to in your response , I read the article, I have a few questions
    1. When I install OBIEE, the Master Repository automatically created at the c:\OracleBi\server\Repository directory
    When you create projects, they are created in the Master Repository.
    Do I then copy the master repository to Shared Network directory, ex. N:\SharedRepository
    2. When i start the AdminTool from the client m/c, how will the client knows to connect the remote server
    I have not gotten to this part yet, just want to clarify, if any configuration necessary on the client side,
    before file => Multiuser => checkout
    Thanks

  • Coherence Clustered Client Server Configuration

    Hi,
    I am trying to create a client-server setup in coherence and I have been able to do that successfully using Coherence Extend in a single client - single server environment. However, what I need to do is that, I need to create a cluster of servers and my client should be able to pick the data from any of the clustered servers. Can someone tell me how to configure that.
    Right now my server-config xml looks like : -
    <cache-config>
         <caching-scheme-mapping>
              <cache-mapping>
                   <cache-name>dist-MYCache</cache-name>
                   <scheme-name>MY-distributed-cache-scheme</scheme-name>
              </cache-mapping>
         </caching-scheme-mapping>
         <caching-schemes>
              <!--
    Distributed caching scheme.
    -->
              <distributed-scheme>
                   <scheme-name>MY-distributed-cache-scheme</scheme-name>
                   <lease-granularity>member</lease-granularity>
                   <backing-map-scheme>
                        <local-scheme/>
                   </backing-map-scheme>
                   <autostart>true</autostart>
              </distributed-scheme>
              <proxy-scheme>
                   <service-name>ExtendTcpProxyService</service-name>
                   <thread-count>5</thread-count>
                   <acceptor-config>
                        <tcp-acceptor>
                             <local-address>
                                  <address>server1.domain.com</address>
                                  <port>8081</port>
                             </local-address>
                        </tcp-acceptor>
                   </acceptor-config>
                   <autostart>true</autostart>
              </proxy-scheme>
         </caching-schemes>
    </cache-config>
    My Client-config xml looks like :-
    <cache-config>
         <caching-scheme-mapping>
              <cache-mapping>
                   <cache-name>dist-MYCache</cache-name>
                   <scheme-name>extend-MYCache</scheme-name>
              </cache-mapping>
              <cache-mapping>
                   <cache-name>dist-extend-MYdist</cache-name>
                   <scheme-name>extend-MYdist</scheme-name>
              </cache-mapping>
         </caching-scheme-mapping>
         <caching-schemes>
              <!--
    Distributed caching scheme.
    -->
              <distributed-scheme>
                   <scheme-name>extend-MYdist</scheme-name>
                   <service-name>MYDistributedCache</service-name>
                   <local-storage>false</local-storage>
                   <local-scheme></local-scheme>
                   <back-scheme>
                        <remote-cache-scheme>
                             <scheme-ref>extend-MYCache</scheme-ref>
                        </remote-cache-scheme>
                   </back-scheme>
              </distributed-scheme>
              <remote-cache-scheme>
                   <scheme-name>extend-MYCache</scheme-name>
                   <service-name>ExtendTcpCacheService</service-name>
                   <initiator-config>
                        <tcp-initiator>
                             <remote-addresses>
                                  <socket-address>
                                       <address>client.domain.com</address>
                                       <port>8081</port>
                                  </socket-address>
                             </remote-addresses>
                             <connect-timeout>5s</connect-timeout>
                        </tcp-initiator>
                        <outgoing-message-handler>
                             <request-timeout>2s</request-timeout>
                        </outgoing-message-handler>
                   </initiator-config>
              </remote-cache-scheme>
         </caching-schemes>
    </cache-config>
    And my tangosol-override xml (SAME FOR CLIENT AND SERVER) looks like :-
    <coherence>
         <cluster-config>
              <member-identity>
                   <cluster-name>MYUATCluster</cluster-name>
              </member-identity>
              <unicast-listener>
                   <well-known-addresses>
                        <socket-address id="1">
                             <address>server1.domain.com</address>
                             <port>8088</port>
                             <port-auto-adjust>true</port-auto-adjust>
                        </socket-address>
                        <socket-address id="2">
                             <address>server2.domain.com</address>
                             <port>8088</port>
                             <port-auto-adjust>true</port-auto-adjust>
                        </socket-address>          
                   </well-known-addresses>
              </unicast-listener>
              <multicast-listener>
                   <time-to-live system-property="tangosol.coherence.ttl">4</time-to-live>
                   <join-timeout-milliseconds>3000</join-timeout-milliseconds>
              </multicast-listener>
              <packet-publisher>
                   <packet-delivery>
                        <timeout-milliseconds>30000</timeout-milliseconds>
                   </packet-delivery>
              </packet-publisher>
              <service-guardian>
                   <timeout-milliseconds system-property="tangosol.coherence.guard.timeout">35000
                   </timeout-milliseconds>
              </service-guardian>
         </cluster-config>
         <logging-config>
              <severity-level system-property="tangosol.coherence.log.level">5</severity-level>
              <character-limit system-property="tangosol.coherence.log.limit">0</character-limit>
         </logging-config>
    </coherence>

    I am not sure I understand you correctly, so let me re-phrase my question :
    Right now my client-config.xml has :
    <remote-cache-scheme>
    <scheme-name>extend-MYCache</scheme-name>
    <service-name>ExtendTcpCacheService</service-name>
    <initiator-config>
    <tcp-initiator>
    <remote-addresses>
    <socket-address>
    *<address>server.domain.com</address>*
    <port>8081</port>
    </socket-address>
    </remote-addresses>
    <connect-timeout>5s</connect-timeout>
    </tcp-initiator>
    <outgoing-message-handler>
    <request-timeout>2s</request-timeout>
    </outgoing-message-handler>
    </initiator-config>
    </remote-cache-scheme>
    where server.domain.com is one of the servers of the cluster, so I will face a problem when this server goes down but the cluster is still up and running. Because this client can only contact server.domain.com. What do I need to change so that every time it looks for the cluster and not a specific server.
    Edited by: user1945969 on Sep 10, 2009 10:05 AM

  • Can I access the built-in queue of the client-server configuration?

    We are working on a remote lab, using LabVIEW 6i. Our solution is based on a client-server structur, where the server unit has the dual function of communicating with the client over the Internet and controlling the experimental setup. If two or more clients are using the setup at the same time, we have discovered that LabVIEW 6i is using a built-in queue system. In our work to make the client inteface userfriendly, we have the following problem. Is it possible to inform the client that he/she is in a queue, and also how many clients are in front of him/her?
    Thanks for any hints.
    Greetings, Anna Söderlund
    anna@ic
    .chalmers.se
    Solid State Electronics, Department of Microelectronics,
    Chalmers University of Technology
    Sweden

    Take a look to this sample Tcp/ip LLB.
    The server vi build-up a queue according to the number of clients connected.
    Based on this principle you can probably manage to make the server to broadcast which client it is sending data to.
    Attachments:
    tcp-ip_daq.llb ‏161 KB

  • Simple iCal client/server configuration guide?

    Is there a simple guide somewhere which explains how to setup the iCal client once your iCal Server is up and running?

    Read Antonio Rocco's posts. Specifically read these:
    http://discussions.apple.com/thread.jspa?messageID=7602817&#7602817
    http://discussions.apple.com/thread.jspa?threadID=2013389&tstart=0
    Long story short, its all about the DNS config. after you get that sorted, config Open Directory. after that, iCal. Antonio will get you sorted...

  • OLE Alternatives in Forms 6i Client Server

    I'm fishing for some advice and maybe some examples of how to get around an OLE issue that's adversely affecting an upgrade project.
    We're currently migrating a Forms 4.5 application to 6i. This application displays MS Word documents (OLE Container) that are stored in the database and uses OLE to open manipulate, and save the documents back to the database. We've come across some serious problems with OLE and 6i that don't look like they'll be fixed any time soon (bug #2615804 in particular).
    Since OLE (ActiveX) is not supported a web delivered configuration, we're looking at an alternative to interacting and storing Word documents using a client/server configuration. This will have the added bonus of making the move to web delivery once we decide to go down that path.
    Has anyone out there had any good experience with overcoming this OLE problem? It seems like every pre-Forms 9i book out there has touted OLE as a way of interacting with Office tools and now OLE has become a roadblock.
    I've had a look at the JACOB example, but that doesn't really help if you're not deploying via the web.

    With the beans you've looking at visual stuff : like the look and feel project
    With the importer it's more like leveraging java functionality : in my case I've just implemented a call to a webservice on an application server. There is nothing visual here and it's just called via a straight bit of PL/SQL that call my java classes ( however, in that case I could also use UTL_HTTP directly to make the call and thus not bother with java importer - but the database wouldn't allow UTL_HTTP calls :( )
    For both of these you'd need to tell forms where to find the JAR file in it's java environment - but you won't have that in c/s
    Another way is to load up java code into the database and process it within the database and hide it completely from Forms. I've done this sort of thing loading Apache-FOP into Oracle and creating PDF files in the database (as BLOBS) from XML/XSL also in the database as XMLTYPES.
    At least that's my view on how it fits together ... maybe others know more :)
    Steve

  • OWB CLient Application Problem

    Hi All,
    We have the installed the OS as Windows 2003 server Enterprise Edition and on which we have installed the ORACLE 9i Database. Even our OWB Design time installation went on successfuly with the creation of Target schema & Run time repository schema. Still the problem we are facing is as soon as we try to start the OWB Client application it gets hung immediatly after showing the first popup of OWB Client server 9.2.0 screen. Please let us know is there any other setting we need to do for this to start off smoothly. Is there any OWB server installation needed? Your early reply would be very helpful.
    Thanks & Best Regards,
    Ratna

    Hi Ratna,
    Please follow the steps as given:
    1) change datetime in your client machine to current date.
    2) reboot your machine
    3) move the following files to another backup place eg desktop:
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/US_export_policy.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/jce1_2_1.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/local_policy.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/sunjce_provider.jar
    Where $OWB92_CLIENT_HOME is the path to your owb9.2 client home.
    4) Copy the 4 replacement files, (mail me to - [email protected], I'll send you the 4 .jar files), to the directory OWB92_CLIENT_HOME/jdk/jre/lib/ext/
    5)start owb…
    If all has gone well, delete the files moved in step 3.
    Cheers,
    Swagata

  • AnyConnect Client Profile Backup Server Configuration

    I'm trying to understand the use of Backup Server option in AnyConnect Client Profile
    Configuration > Remote Access VPN > Network (Client) Access > AnyConnect Client Profile > Edit > Backup Server
    (Screenshot attached)
    My questions:
    1. In what all scenarios do we add servers (ASA devices) in this tab
    2. If I have same information in two different locations (Site A and Site B) for AnyConnect user, can I add Site A-ASA and Site B-ASA into Backup Server tab as a failover mechanism for end user.
    3. Or is it only used to mention ASA devices configured in failover unit
    4. In case of failover unit, does it support stateful failover
    I could not find answers to above questions from Google search. So, asking here

    I think we need to be careful when we talk about failover. The original post was clearly asking about two different scenarios
    1) ASAs at two different sites
    2) ASAs configured as a High Availability failover pair (Active/Standby).
    The profile does work to provide failover in 1) but does not work to provide failover in 2).
    I do not know the authoritative answer to the question about IP phones use of the profile. I believe that the answer ought to be that yes the phone would receive the profile after its first connection and would use the backup server identified in the profile is the primary server was not available. That is a basic functionality of the AnyConnect client and if the phone is using the AnyConnect client then it ought to support that failover. 
    If someone does have an authoritative answer then please speak up. Several of us would like to know the right answer here.
    HTH
    Rick

  • Which folder requires the permission to run OWB client on linux server?????

    I use to login to linux server by Xmanager by windows machine which requires a username and password, when i changed the password recently OWB started showing a error when exiting OWB client open on server throuh XMANAGER, It is asking for a permission on a particular folder..............can anybody tell me which folder requires the permission to run OWB client on server???

    This is probably complaining about either the preference properties files or some other user preference files in owb/bin/admin
    Cheers
    David

  • Webserver "client denied by server configuration" after reboot

    Hello all,
    Long story short, I was the unfortunate victim of a rather nasty virus that made me have to restore from a time maching backup. In the process my webserver is acting up (not sure if this was pre or post restore).
    I am getting the following error in my apache2 error log...
    [Sat Jan 28 20:48:06 2012] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    [Sat Jan 28 20:48:06 2012] [notice] Apache/2.2.20 (Unix) mod_ssl/2.2.20 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/error
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/error
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/error
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/error
    [Sat Jan 28 20:48:10 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
    I did some searching and tried to edit my /etc/apache2/httpd.conf file with the following code snippet...
    # Allow server status reports generated by mod_status,
    # with the URL of http://servername/server-status
    # Change the ".example.com" to match your domain to enable.
              ExtendedStatus On
              <Location "/server-status">
                        SetHandler server-status
                        Order deny,allow
                        Deny from all
                        Allow from .example.com
              </Location>
    No luck. I am somewhat at my whits end....my server is running with a 10-15% increase in load...
    Thanks so much in advance. Please let me know if any further information is required.

    any advice? Link? anything would be appreciated...

  • Error while fetching data from OWB Client using External Table.

    Dear All,
    I am using Oracle Warehouse Builder 11g & Oracle 10gR2 as repository database on Windows 2000 Server.
    I facing some issue in fetching data from a Flat File using external table from OWB Client.
    I have perform all the steps without any error but when I try to view the data, I got the following error.
    ======================================
    RA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file expense_categories.csv in SOURCE_LOCATION not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    java.sql.SQLException: ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file expense_categories.csv in SOURCE_LOCATION not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:183)
         at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:774)
         at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:849)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1186)
         at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1377)
         at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:386)
         at oracle.wh.ui.owbcommon.QueryResult.<init>(QueryResult.java:18)
         at oracle.wh.ui.owbcommon.dataviewer.relational.OracleQueryResult.<init>(OracleDVTableModel.java:48)
         at oracle.wh.ui.owbcommon.dataviewer.relational.OracleDVTableModel.doFetch(OracleDVTableModel.java:20)
         at oracle.wh.ui.owbcommon.dataviewer.RDVTableModel.fetch(RDVTableModel.java:46)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerPanel$1.actionPerformed(BaseDataViewerPanel.java:218)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:282)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerPanel.executeQuery(BaseDataViewerPanel.java:493)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerEditor.init(BaseDataViewerEditor.java:116)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerEditor.<init>(BaseDataViewerEditor.java:58)
         at oracle.wh.ui.owbcommon.dataviewer.relational.DataViewerEditor.<init>(DataViewerEditor.java:16)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at oracle.wh.ui.owbcommon.IdeUtils._tryLaunchEditorByClass(IdeUtils.java:1412)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1349)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1367)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:869)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:856)
         at oracle.wh.ui.console.commands.DataViewerCmd.performAction(DataViewerCmd.java:19)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    ===========================
    In the error it is showing that file expense_categories.csv in SOURCE_LOCATION not found but I am 100% sure that file is very much there.
    Is anybody face the same issue?
    Do we need to configure something before loading data from a flat file from OWB Client?
    Any help would higly appreciable.
    Regards,
    Manmohan Sharma

    Hi Detlef / Gowtham,
    Now I am able to fetch data from flat files from OWB Server as well as OWB Client.
    One way I have achieved as suggested by you
    1) Creating location on the OWB Client
    2) Samples the files at client
    3) Created & Configured external table
    4) Copy all flat files on OWB Server
    5) Updated the location which I created at the client.
    Other way
    1) Creating location on the OWB Client
    2) Samples the files at client
    3) Created & Configured external table
    4) Copied flat files on the sever in same drive & directory . like if my all flat files are on C:\data at OWB Client then I copied flat file C:\data on the OWB Server. But this is feasible for Non-Windows.
    Hence my problem solved.
    Thanks a lot.
    Regards,
    Manmohan

  • OWB Client throws a DOS window when started

    I installed Oracle Warehouse Builder 9i for Windows 2000 Advanced Server, and after installing configured the repository assistant, and a runtime assistant. I did not configure a OWB Browser as it asked for a Oracle Portal. Now when I start OWB Client, it first opens another window which is like a DOS window listing OWB environment variables, and the window comes with a Title "Select Oracle Warehouse Builder Client". Why is the window appearing?, I can simply close it, but what causes it to appear. I have a feeling I missed the Project>Preferences>Utilities. Does anyone concur with me.
    Thanks.
    Steve

    Reinstalled it, and it works fine, no DOS window anymore. Dont know why the problem was there in the first place.
    Thanks,
    Steve

Maybe you are looking for

  • Row limit in Dashboard Prompts - OBIEE 11g?

    Hi, In dashboard prompts values are shown as sets of 256 and I know it can be customizable but my question is..."Is there any limit on records to extract as we have it in Analysis"? If yes, what is the max limit and where to configure this? Thanks in

  • Customer service...lack of

    I guess changes have been made in the usually great Verizon Customer Service.  I had been working with a lady from the Office of the President on some phone/service/equipment issues.   Now the numbers given to me are no longer in service or a recordi

  • KB2918614: Error 997.Overlapped I/O operation is in progress.

    During the installation of some programs we suddenly get the error 'Error 997.Overlapped I/O operation is in progress.'. These programs always installed without any problems. After searching the internet we found several references to KB2918614 and t

  • Substitution variable in a select statement

    I have a cursor as follows: cursor c2 is select'word',cuel.curricular_component_name,cuel.curricular_element_name,phase,cuel.curricular_type,student_contact_hours,faculty_name,objective,cuel.curricular_component_id,cuel.curricular_element_id from v_c

  • ((bool) -0.5) mishandled by Sun C 5.9 alpha, which causes configure failure

    In <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00027.html> Bruno Haible reports that Sun C 5.9 alpha for Linux/x86 mishandles the following test case: #include <stdbool.h> char d[(bool) -0.5 == true ? 1 : -1]; This is strictly conformi