Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
10answers
542 views

How do you manage databases during development?

My development team of four people has been facing this issue for some time now: Sometimes we need to be working off the same set of data. So while we develop on our local computers, the dev database ...
4
votes
1answer
150 views

How do I bring data together from multiple databases?

BACKGROUND: I should preface this by saying I'm not trying to get someone to do my work for me. I feel like I'm at a bit of a crossroad where there are multiple ways to get to my goal, but I'm not ...
1
vote
1answer
66 views

Data Integration [closed]

I have been looking at data integration methods Global as view and Local as view, but I can not find any examples of how queries would be formed for these, could anyone give me examples of how these ...
1
vote
0answers
52 views

How to use Pentaho Data Integration to copy columns between tables

I thought this would be an easy task, but since I am new to PDI, I could not find out so far which transform to choose to accomplish the following: I am using Pentaho Data Integration (former ...
1
vote
0answers
25 views

Is it possible to execute pentaho step in sequence?

I have a pentaho transformation which is consist of, for example, 10 steps. I want to start this job for N input parameters but not in parallel, each job evaluation should start after previous ...
1
vote
0answers
145 views

SAS Data Integration : SAP table extract error

This is the error code : Line 115: ERROR: RFC_ERROR_SYSTEM_FAILURE Error in module RSQL of the database interface. NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of ...
1
vote
0answers
239 views

Pentaho data integration with REST

I am trying to connect to a rest API over SSL with un/pwd authentication. I am able to browse the URL - however when I run the job nothing happens. Essentially I just want to connect tot he server ...
1
vote
2answers
67 views

Integration after a merger: Camel or XAware?

Following a merger of two companies, what would be the best tool for enterprise integration: - Camel or XAware? - or both for different needs? It seems that there is some overlap with maybe XAware ...
1
vote
2answers
568 views

SSIS package creation for integrating MSSQL and MySql dbs

I am trying to create an SSIS package for integrating between MSSQL and MYSQL. I have no prior experience of working with Bids or SSIS and following the instructions from here. I added the OLE DB ...
1
vote
1answer
58 views

How to call Data Integration when interaction is involved?

First let's define Data Integration: "combine data from different sources and present users with a unified view" I interpret data sources as databases with tables, files and more. My question: What ...
1
vote
3answers
112 views

When to combine multiple apps to simplify their data integration?

Short version: We have multiple teams each developing multiple apps. They need to share some data. Should we combine these apps into one larger one to simplify data integration or should we keep ...
0
votes
1answer
13 views

Extraction of data from Siebel Data base to Dat file and staging table

I am working on a new requirment and I am new into this. So seeking your help. Requriment - From Siebel base tables (S_ORG_EXT,S_CONTACT,S_PROD_INT) I have to export data and need to put into two ...
0
votes
2answers
60 views

Pentaho Data integration transformation, Internal.Transformation.Filename.Directory not set

I'm trying to use the built-in Internal.Transformation.Filename.Directory variable. I take as an example a simple sample the Pentaho Data Integration provides,CSV Input - Reading customer data with ...
0
votes
1answer
20 views

Choosing right tool

I have following need: 1) Users will upload .xls or .csv files in "uploads" folder. 2) "uploads" folder have to be constantly monitored, and with each new file added to him, a job has to be started. ...
0
votes
0answers
15 views

Mapping Movie and Band names to product pages on shopping sites

Say, I have a list of names of movies, bands, products and so on. Is there a tool out there that maps this into product pages from various shopping sites? Is there a tool that will embed my affiliate ...
0
votes
0answers
116 views

Application Integration through Web Service or data integration

I am construct a portal site,user search various business-info in portal and may do some business-operation(for example: ask for leave ),the portal need integrate with many backend business-system,And ...
0
votes
2answers
1k views

Reporting Services: Merge Data From Two Data Sources Into a Single Table Row

I have a SQL Server DB and a Oracle DB. I'm writing a report that needs to combine data from those two sources into a single report. What is the best way to do this?
0
votes
1answer
86 views

Data integration problem - How to integrate similar entities

I have a database which has very similar rows within the same table. Those rows are similar because they have nearly equal column values. I need to integrate those corresponding rows into one single ...
0
votes
3answers
90 views

Good conventions for embedding schema of a flat file

We receive lots of data as flat files: delimitted or just fixed length records. It's sometimes hard to find out what the files actually contain. Are there any well established practices for embedding ...
0
votes
2answers
578 views

Is there a way to read a Hibernate Session as RDF triples?

I need to query my local Hibernate managed datastore for persisted objects based on criteria where the relevant data for the WHERE clause is in the Linked Open Data cloud. Is there a way to read a ...
0
votes
1answer
97 views

Meta-Database Views / Data Integration

Is there a (free) tool or framework which allows defining views over multiple data backends (preferably for java and based on objects)? For example i have 2 databases: one database provides a table ...