Search found 79 matches

by Umbix62
Wed Apr 12, 2006 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OLEDB Provider error "HRESULT=0x80004005"
Replies: 3
Views: 1869

OLEDB Provider error "HRESULT=0x80004005"

Hi Can you help me? I have an error on a Job Server reading from a SQLServer 2000 via OLEDB Stage. The error is: OLE DB provider error HRESULT=0x80004005 The support of the customer for which I work now suggested to me to use an ODBC driver access. It is this suggestion correct? Thank you very much ...
by Umbix62
Wed Apr 12, 2006 1:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading 2.5 Billion Records in a Fact Table
Replies: 6
Views: 2420

Re: Loading 2.5 Billion Records in a Fact Table

Hi I have a fact table which is going to have around 2.5 billion records in the first load and after that around 20 million records in the subsequent loads. Can anyone give an estimated time it will take to load the 2.5 million records. The Source and target are both in DB2. The mappings are not so...
by Umbix62
Wed Apr 12, 2006 1:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using DSGetJobInfo to get the category of a Job
Replies: 2
Views: 1086

Using DSGetJobInfo to get the category of a Job

Can I use the function DSGetJobInfo to get the category in which a Job is saved?

Thanks in advance

Umberto
by Umbix62
Tue Apr 11, 2006 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Resume a Job erased
Replies: 4
Views: 1451

ArndW wrote:There is no recovery from a deleted job - the delete removes the job and all the contents immediately. ...
I supposed that. Thank you very much.

umberto
by Umbix62
Tue Apr 11, 2006 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Resume a Job erased
Replies: 4
Views: 1451

Resume a Job erased

Hi

a simple question. How can I resume a Job accidentally removed from the repository? Is it possible? I've no backup, of course.

Thank you

Umberto
by Umbix62
Tue Apr 11, 2006 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage performances degrade with an Oracle Table.
Replies: 5
Views: 1214

Create two jobs: OCI-->XFM-->SEQ and SEQ-->XFM-->OCI. You'll see how fast the data spools, and how fast the data inserts. As for the PL/SQL argument, she's lost it already. It would be faster to use straight DML, because of parallel query processing capability. "INSERT INTO target.table (...) ...
by Umbix62
Mon Apr 10, 2006 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage performances degrade with an Oracle Table.
Replies: 5
Views: 1214

If the table yesterday was partitioned one way, and today is another, obviously the data had to be ported from the old copy of the table because the partitioning key has changed. That being said, the new method for partitioning may have shifted the data around differently. Comparing yesterdays load...
by Umbix62
Mon Apr 10, 2006 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage performances degrade with an Oracle Table.
Replies: 5
Views: 1214

DataStage performances degrade with an Oracle Table.

Hi I need of an help about this question. I'am working for a Customer asking me to create a Job Server with DataStage 7.1 to read a flow of data from an Oracle Table and to insert the rows extrected into an other Oracle table. Both tables are partitioned, but the customer for me has committed a mist...
by Umbix62
Thu Mar 23, 2006 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query on DataStage Repository
Replies: 10
Views: 29355

Hi, thank you for your answering. I have followed Arnd's advice and it works well. But I haven't understood what do you say. I only want to know if I can read from the Repository some information such as "the job name calling a qualified job", for example a Job batch executing a Job Server...
by Umbix62
Thu Mar 23, 2006 4:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query on DataStage Repository
Replies: 10
Views: 29355

I'am sorry but I have another question for you. How can I embedded this query in a Universe Stage? How can I connect to the Repository by a DataStage Job Server, if it' is possible? Is there the possibility to connect by an ODBC driver? If yes how can I install it?

Umberto
by Umbix62
Thu Mar 23, 2006 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query on DataStage Repository
Replies: 10
Views: 29355

You are an angel. Thank you very much. It is exactly what I was looking for.
by Umbix62
Wed Mar 22, 2006 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exec Dos Command
Replies: 11
Views: 3702

ArndW wrote:Try "echo %DATE% %TIME% > filename.dat" ...
Ok, it works. Thank you very much

Umberto
by Umbix62
Wed Mar 22, 2006 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exec Dos Command
Replies: 11
Views: 3702

ArndW wrote:Umberto,

just as with date /t you can use the time /t command to get the current time output in dos. ...
Ok, but if I want write togheter and not only one?
by Umbix62
Wed Mar 22, 2006 3:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query on DataStage Repository
Replies: 10
Views: 29355

If you used the metadata for the table "pippo" in your job design, you can go to the Manager and right-click on the table definition and do a usage analysis to get the list of jobs that have used that ... No, the customer don't use metadata. So the only way to do that is querying the repo...
by Umbix62
Wed Mar 22, 2006 3:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exec Dos Command
Replies: 11
Views: 3702

touch.exe ships with DataStage. It can be found in the Engine folder's bin subdirectory. ... This is the command I used in a Unix environment. I can't access this subdirectory. I have decided to use the command suggested "date /t > filename.dat". If I want to write in that flat file the c...