Search found 198 matches

by mystuff
Fri Oct 05, 2007 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequence job restarting problem
Replies: 16
Views: 5160

Since the job status is (Finished with warnings), it is considered as finished unless the warning is promoted to fatal Error. How do we promote the warnings as fatal. Even a single error I want to have the job to abort. Right now I have a) Execution Action :Reset if required, then run b) Triggers :...
by mystuff
Mon Jul 30, 2007 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange login error
Replies: 3
Views: 1203

Are you getting a list of server B's projects when you authenticate to server A? (If so, I would suggest that you check very carefully that you are indeed connecting to server A.) Yes this is what is happening. I have double checked the server name. ServerA , but i get the list from ServerB. And as...
by mystuff
Fri Jul 27, 2007 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange login error
Replies: 3
Views: 1203

strange login error

When I try to login to Datastage Designer on one server (say ServerA). I am able to see/login to projects on ServerB and not ServerA
by mystuff
Wed Jul 11, 2007 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage installation, project directory
Replies: 4
Views: 1875

Have you tried? Any answer we could give would be at best a guess. No I haven't tried. Wanted to go ahead with the suggestions I obtain over here. You would need to reinstall the server then use VERIFY.SQL to update the system tables with the location of each project. Did you mean reinstallation of...
by mystuff
Wed Jul 11, 2007 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage installation, project directory
Replies: 4
Views: 1875

datastage installation, project directory

If datastage is installed in DirectoryA and projects are stored in DirectoryB.

And for some reason if we had to re-install in datastage on DirectoryA, then

Can we re-create projects with same name and point them to DirectoryB. Then start using Or the only way would be to import .dsx file?
by mystuff
Wed Jul 11, 2007 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Way to implement queries btw two different source systems
Replies: 5
Views: 1344

I personally would go for 'a'
They have agreed to create a table for ETL :lol:
by mystuff
Wed Jul 11, 2007 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Way to implement queries btw two different source systems
Replies: 5
Views: 1344

Thats the third method, which I mentioned. Option (b) is out as well as it would result in pulling huge data.

Are there any other method anyone can think of. As of right now looks like I am stuck with just option (c)
by mystuff
Tue Jul 10, 2007 1:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Way to implement queries btw two different source systems
Replies: 5
Views: 1344

Way to implement queries btw two different source systems

Hi, If I need to have a query between two different source systems (Oracle & say informix). Like select SourceSystemA.TableA.* from SourceSystemA.TableA inner join SourceSystemB.TableB on SourceSystemA.TableA.FieldA = SourceSystemB.TableB.FieldB Note : We are not selecting any fields from Source...
by mystuff
Tue Jun 26, 2007 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .uvconfig not found
Replies: 19
Views: 7226

Can you look at the index of an earlier backup
What do you mean by index of earlier backup?

I found these in the DSEngine directory

Code: Select all

uvconfig.101005.152944.bak
uvconfig.20060308
uvodbc.config
It also has bin directory with contents (dsapi_server, dsapi_slave, dsrpcd, uvsh)
by mystuff
Tue Jun 26, 2007 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .uvconfig not found
Replies: 19
Views: 7226

what do you mean that when the DS working
The files went missing on 21st. And we were able to compile/run the jobs as usual. We took back up from 17th. The backup didnt work. I am guessing the restore of backup was not complete.
by mystuff
Tue Jun 26, 2007 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .uvconfig not found
Replies: 19
Views: 7226

They do take backups. Strangely when the system admin restored the backup (from the date when DS was working). Even they didn't have the files. I am following sys admin as to why that could happen. ray.wurlod disk utility gone slightly haywire Can you explain me this, as I am concerned as to why the...
by mystuff
Tue Jun 26, 2007 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .uvconfig not found
Replies: 19
Views: 7226

Code: Select all

ls -al .uv*
didn't result in any files
by mystuff
Tue Jun 26, 2007 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .uvconfig not found
Replies: 19
Views: 7226

I made a

Code: Select all

 ls -al uv* in 
DSEngine directory and got the following results

uvconfig.101005.152944.bak
uvconfig.20060308
uvodbc.config

a) How can I recover from backup file
b) Will it solve the problem of other pertaining files (such as uvconfig and bin/uvregen) as well?
by mystuff
Tue Jun 26, 2007 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .uvconfig not found
Replies: 19
Views: 7226

I made a

Code: Select all

 ls -al uv* in 
DSEngine directory and got the following results

uvconfig.101005.152944.bak
uvconfig.20060308
uvodbc.config

a) How can I recover from backup file
b) Will it solve the problem of other pertaining files as well?
by mystuff
Tue Jun 26, 2007 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .uvconfig not found
Replies: 19
Views: 7226

I checked for uvconfig and bin/uvregen .

They don't exists in the directory. So what shall I do next?