Search found 46 matches

by eldonp
Fri Aug 25, 2006 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP stage error
Replies: 5
Views: 1943

FTP stage error

I'm doing a job that FTP's files to a windoze server. High level, heres what it looks like... FlatFile ----> Transformer ------> FTPStage I get the following error... TaUpdates..FTP: Error while trying to open connection for sending data to the FTP server, FTP command PASV failed Has anyone seen thi...
by eldonp
Tue Jul 11, 2006 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using CFF stage / reading complex flat files.
Replies: 3
Views: 1236

Using CFF stage / reading complex flat files.

I have a interesting file that I want to read in. I would like to know if there's a way to read in this kind of file.... Here's a few lines from the file. You'll see that there are spaces, empty lines and data in various formats with different number of columnsm types and lengths. Account Pricing Pl...
by eldonp
Fri Jun 23, 2006 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import hashed file definitions when saved in directory path
Replies: 3
Views: 995

Import hashed file definitions when saved in directory path

Is there a way to import hashed file difinitions when it is not saved in the Account name, rather in a directory path? This can be done simply with flat files....... I know that you can save the definition in the job where the hashed file is created. I'm looking for a shorter, quicker way.
by eldonp
Fri Jun 23, 2006 1:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Modifying proteted jobs
Replies: 4
Views: 1133

Modifying proteted jobs

There is a requirement to start up a Datastage project that was exported and deleted. We've re-imported the jobs no but can't do anything (cannot edit, compile, save, etc.) as they have somehow been protected. I don't know how protection works in DS, nor how to work around the problem and get the pr...
by eldonp
Thu Jun 22, 2006 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection to Pervasive database
Replies: 4
Views: 1352

Connection to Pervasive database

Were running Datastage AIX. I need to extract from a Pervasive database. Whats the best way to connect? So far, we've used ODBC on other sources but I havnt found an ODBC driver for Unix yet.
by eldonp
Thu May 25, 2006 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data storage standards.
Replies: 1
Views: 699

Data storage standards.

I have always felt that source / ERP systems should store data as uppercase to eliminate duplication and redundancy as much as possible. This is not the case in our organization sot I've suggested to the ETL team that data be extracted as uppercase for the DWH. What is the best practice around this?...
by eldonp
Wed May 17, 2006 3:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UtilityRunJob with job parameter
Replies: 3
Views: 1618

The problem I have is with the JobToRun parameter component. I can't get it to substitute the correct value at runtime. Assigning the parameters to the job works ok. I do this by removing JobToRun and replacing it with the name of the job I want to run. e.g. UtilityRunJob('LoadCustFact','Project=':L...
by eldonp
Wed May 17, 2006 1:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage export of the scheduler.
Replies: 1
Views: 1229

Datastage export of the scheduler.

It is possible to export your datastage project via the command line- something we do on a regular basis. DS just doesnt export the schedules. What us the best practice around backing this up? What we dont want, it so have it documented somewhere in a spreadsheet. What we do want, is for it to be ea...
by eldonp
Wed May 17, 2006 12:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UtilityRunJob with job parameter
Replies: 3
Views: 1618

UtilityRunJob with job parameter

I haven't figured out how to use a job parameter inside the UtilityRunJob utility. Given the following scenario. Current jobname: JobParameters Current job parameter name: JobToRun Inside of a transformer stage, I have tried the following derivations: UtilityRunJob('#JobToRun#','Project=':Link1.proj...
by eldonp
Tue May 16, 2006 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Substring from rear
Replies: 5
Views: 1296

Substring from rear

I have 2 jobs, xxxparams and qwertyparams. In a transformer, I create a stage variable, var1 = DSJ.ME and get the name of the jobs - ie xxxparams and qwertyparams. I need a function that will clip off the 'params' part from the end of the jobname dynamically. Any ideas? Just to make it clear, I need...
by eldonp
Mon Dec 29, 2003 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage functionality to perform a lookup for a type 2 dim
Replies: 4
Views: 5150

Thanks Kenneth. Perhaps I was a bit unclear in my initial post. I have a type2 dimension with delimitting dates and would like to do a lookup against it for populating a fact table. Say, for example, I have a hashed file with the data from the dimension. A record is made unique by the combination of...
by eldonp
Thu Dec 25, 2003 11:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage functionality to perform a lookup for a type 2 dim
Replies: 4
Views: 5150

DataStage functionality to perform a lookup for a type 2 dim

Does anybody know how to do a lookup against a type 2 dimension within a transformer? If done in sql, the where clause would use a bewteen e.g where source.tran_date bewteen lookup.from_date and lookup.to_date and source.id = lookup.id I have a lookup with a composite primary key on id, from_date an...
by eldonp
Wed May 21, 2003 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic parameters in the sequencer
Replies: 6
Views: 2094

After all, I was able to do it. I created a transform routine, using the oconv funtion to get the system date and calculated the derivitives of the date I needed. In the sequencer, I used the RoutineActivity stage to call the transform routine and assigned the returnvalue to parameters of other jobs.
by eldonp
Sat May 17, 2003 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic parameters in the sequencer
Replies: 6
Views: 2094

Dynamic parameters in the sequencer

I have some code that generates various dates from the DSGetJobStartTime function.I write these into a parameter file.I then read these from the file in a coded control job, assign these to variables then to other job parameters (DSSetParam).This way I do not have problems with choosing correct para...
by eldonp
Fri May 16, 2003 5:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time Dimension
Replies: 2
Views: 1114

Time Dimension

Odata warehouse started in 2002 so the first date in the date dimension has been 01/01/2002 with a surrggate primary key of 1. Now we have to integrate other data into the data warehouse. The date dimension needs to be updated with dates back to 1994. Numerous fact tables have been created. What is ...