473,769 Members | 6,034 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Federated access to Excel from DB2 9.1.1 on Linux

Hi All;
I have tried to find this info on the IBM site, but alas... We are
running DB2 v9.1.1 and making extensive use of Information Integrator
(now known as Websphere Federation Server?!) to access Oracle and
other DB2s (LUW, AS400 and z/OS).

We have some requirements to integrate Excel data. In looking at our
options 18 months ago (v8.2), we needed some additional Windows
components (drivers and ODBC communication software) to make this
happen beyond just installing a new wrapper. Some very high level
marketing-oriented docs imply this is no longer the case with v9. Can
anyone point me to the technical docs - manuals or Redbooks - for
Federation Server access to Excel from a Linux database server?

I'm trying to see what work we need to do to simply treat Excel as
another "relational " data source (never mind whether I actually think
this is a GOOD idea or not, I just want the technical requirements and
issues) using the power of federation. Thanks for any help or
direction.

Pete H
Mar 13 '08 #1
3 2050
On Mar 13, 11:05*am, peteh <phazz...@intel licare.comwrote :
Hi All;
I have tried to find this info on the IBM site, but alas... We are
running DB2 v9.1.1 and making extensive use of Information Integrator
(now known as Websphere Federation Server?!) to access Oracle and
other DB2s (LUW, AS400 and z/OS).

We have some requirements to integrate Excel data. In looking at our
options 18 months ago (v8.2), we needed some additional Windows
components (drivers and ODBC communication software) to make this
happen beyond just installing a new wrapper. Some very high level
marketing-oriented docs imply this is no longer the case with v9. Can
anyone point me to the technical docs - manuals or Redbooks - for
Federation Server access to Excel from a Linux database server?

I'm trying to see what work we need to do to simply treat Excel as
another "relational " data source (never mind whether I actually think
this is a GOOD idea or not, I just want the technical requirements and
issues) using the power of federation. Thanks for any help or
direction.

Pete H
Hi Pete,

I'm unclear on a few things:

1. Do you *have* to use Information Integrator? Or would you be happy
with a solution that pushed data from Excel to DB2 or Oracle?

2. You mentioned "drivers and ODBC communication software". This has
me confused about your environment. Is the machine running Federation
Server running Windows or Linux? Or you running Linux only - and
you're using ODBC and driver software from (say) actual.com?

3. How are the Excel Worksheets supposed to be uploaded so the Excel
Workbooks are made available?

4. If you have Windows machines around - what is stopping you from
pushing the data from Excel into a database using VBA or Excel's data-
export?

5. Is it necessary to only to read Excel Workbooks? Or do you need to
write them as well?

Mar 13 '08 #2
Thanks Gimme - my responses inline...

On Mar 13, 5:29*pm, "gimme_this_gim me_t...@yahoo.c om"
<gimme_this_gim me_t...@yahoo.c omwrote:
Hi Pete,

I'm unclear on a few things:

1. Do you *have* to use Information Integrator? Or would you be happy
with a solution that pushed data from Excel to DB2 or Oracle?
We're trying to implement a "pull" pattern so we can take advantage of
our existing infrastructure and patterns (scheduler. standard scripts,
etc). There are a variety of ways to "push" from Excel that we may be
able to live with. I just want to fully understand the Info Integrator/
Federation Server implementation in v9.
>
2. You mentioned "drivers and ODBC communication software". This has
me confused about your environment. Is the machine running Federation
Server running Windows or Linux? Or you running *Linux only - and
you're using ODBC and driver software from (say) actual.com?
The Federation Server is a DB2 v9.1. Linux (DPF) data warehouse. We
have no current ODBC/driver config. We just looked into it when we
were running v8.x.
>
3. How are the Excel Worksheets supposed to be uploaded so the Excel
Workbooks are made available?
They will be stored on a Windows file server in a standard location
and naming convention.
>
4. If you have Windows machines around - what is stopping you from
pushing the data from Excel into a database using VBA or Excel's data-
export?
See number 1..
>
5. Is it necessary to only to read Excel Workbooks? Or do you need to
write them as well?- Hide quoted text -
Read only. We want to pull and integrate the data with other content
in our data warehouse.
>
Thanks again for the response Gimme. Anyone able to offer the
Federation Server/Infomation Integrator/v9/Excel answer or a reference
to relevant manuals/Redbooks?

Pete H
Mar 14 '08 #3
On Mar 14, 12:09*pm, "Jan M. Nelken" <Unknown.U...@I nvalid.Domain>
wrote:
>
...In addition to my last post - you can also set up all pieces of that
on Linux (using virtal machine hosting Window based "staging server").

Jan M. Nelken- Hide quoted text -
Many thanks to all. This is exactly what I need to confirm. We have
considered setting up such a Windows "staging server", but wanted to
be sure it was still necessary. It may serve other functions for us as
well, since in a DPF configuration, we do not have access to many
"pureXML" features. This "staging server" could be a non-DPF Windows
box and provide ODBC/Excel federation and XML interfaces to our main
(Linux) data warehouse.

Pete H
Mar 14 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
8146
by: Terry | last post by:
Hi All, Im having problems setting up the federated database. The commands Im using are as follows: CATALOG TCPIP NODE 'FSYS1' REMOTE <ip> SERVER <port> CREATE SERVER svr_docket TYPE DB2/LINUX VERSION 7.1.0 WRAPPER DRDA AUTHORIZATION usr1 PASSWORD "usr1pwd" OPTIONS (NODE 'feddb1', DBNAME 'docket' )
0
2000
by: Joerg Ammann | last post by:
hello, we are using: - DB2 UDB V 8.1 FP-6 on LINUX as (local) federated DB - DB2 UDB V 7.2 on AIX as datasource we try to move part of an application (most of the tables) von AIX to LINUX and acess a few remaining tables (on AIX) via the "federated DB" feature.
1
1948
by: Terry | last post by:
Problem: ========= Unknown column appearing in federated tables. Description: ============ Local database (L) is an established 'federated' database, extracting values from multiple remote databases. Database server = DB2/LINUX 7.1.0
5
3344
by: Klemens | last post by:
I get SQL30090 reason 18 by trying to do an insert in a federated table and an update in a local table in one transaction Do I have to change some settings to get done or ist this not possible by definition? Thanks Klemens
13
3326
by: BigDaDDY | last post by:
Um yeah....In case you haven't figured it out, Microsoft sucks. I'm going to be kicked back in my chair eating popcorn and watching football 10 years from now, while all you clowns are scrambling to rewrite all your code because Microsoft upgraded all their crap and nothing you wrote 10 years earlier works. It doesn't take a rocket scientist to figure out that Microsoft is unreliable. Try opening an Excel 95 spreadsheet you wrote in...
5
5393
by: Michael Rudolph | last post by:
Hi newsgroup, I have an issue with the configuration of a DB2 federated database (WebSphere Information Integrator) in conjunction with the relational wrapper for Oracle on AIX. DB2 seems to not use the existing tnsnames.ora. The Oracle client is installed and the connection to the Oracle database using tnsping and sqlplus is possible (for the db2instance user). For that I changed the environment for the db2instanceuser and added the...
0
1845
by: Frank Swarbrick | last post by:
Is Websphere Information Integrator supported on Linux for zSeries? Here's the deal... We are a VSE mainframe shop. We do not currently have access to any relational databases from VSE. We use VSAM and DL/I for our mainframe data. Our "distributed applications" side uses Oracle 9i and 10g. We have two distinct but related goals. 1) Have a relational database for our mainframe data. 2) Access our existing Oracle databases from our...
4
3456
by: Praveen_db2 | last post by:
Hi All DB2 8.1.3,Windows I have 2 databases in a single instance, say DB_1 and DB_2.I need to query a table from DB_1 in DB_2.I am try to use a nickname for it.But nickname creation is not possible until federated server is made.Please tell me how to create a federated server.Moreover, is there any thing extra which I need to buy for this?When I gave this command to create a server CREATE SERVER "TEST1" TYPE DB2/UDB VERSION 8.1
4
4620
by: esmith2112 | last post by:
I have a query running on a federated database that takes the form select col1, col2 from nickname1 where <conditions exist> union all select col1,col2 from nickname2
0
9589
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10216
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10049
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9997
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5309
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3965
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3565
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.