Search found 548 matches

by Krazykoolrohit
Wed Jul 12, 2006 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importing access database
Replies: 3
Views: 812

can you try saving the access to a csv format file?
by Krazykoolrohit
Wed Jul 12, 2006 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Issue
Replies: 17
Views: 5101

they ran successfully after i restarted the server. i guess the issue was with some hung jobs.
by Krazykoolrohit
Tue Jul 11, 2006 2:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: gmt data
Replies: 10
Views: 2279

use the iconv and oconv functions to convert. check datastage help for usage
by Krazykoolrohit
Tue Jul 11, 2006 2:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: When do the jobs abort & How to identify?
Replies: 2
Views: 1006

a job can hang due to numerous reasons. If datastage shows job as running, there is a very minimal chance that the job has aborted. meanwhile to check if the job is running or not see the following: 1. If any any file is being written. check if the file size is still increasing 2. goto director and ...
by Krazykoolrohit
Tue Jul 11, 2006 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server data type not supporte
Replies: 5
Views: 2280

Use "nvarchar"

SQL server does not support longnvarchar
by Krazykoolrohit
Tue Jul 11, 2006 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not running
Replies: 5
Views: 1359

as sam said. try and see if the job run through the director or not

what is "MANAGEMENT" here?
by Krazykoolrohit
Tue Jul 11, 2006 12:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conflict of resources by two or more jobs
Replies: 3
Views: 854

did you get this type of error ? can you please paste the error message.

From what i know, the routines can be invoked multiply.
by Krazykoolrohit
Tue Jul 11, 2006 12:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling exceptions
Replies: 10
Views: 2741

this will help. a code for your routine

edited as per ray's suggestion: <CODE> $INCLUDE DSINCLUDE DSD_STAGE.H $INCLUDE DSINCLUDE JOBCONTROL.H $INCLUDE DSINCLUDE DSD.H $INCLUDE DSINCLUDE DSD_RTSTATUS.H Deffun DSRMessage(A1, A2, A3) Calling "*DataStage*DSR_MESSAGE" Equate RoutineName To "JobLogMail" * Passing JobName for...
by Krazykoolrohit
Tue Jul 11, 2006 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling exceptions
Replies: 10
Views: 2741

cool.
by Krazykoolrohit
Tue Jul 11, 2006 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cleaning up project
Replies: 13
Views: 5294

ya my mistake.

You probably need to clear all your archive. there is nothing else hidden in datastage that can increase your project size.
by Krazykoolrohit
Tue Jul 11, 2006 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling exceptions
Replies: 10
Views: 2741

Are your exception handler and the jobs connected?

Just ensuring.
by Krazykoolrohit
Tue Jul 11, 2006 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cleaning up project
Replies: 13
Views: 5294

Delete all the datasets. You can get the path where the datasets are stored from your config file.If a job aborts, datasets dont get deleted and stay there.

Apart from that there can be some irrelevant project archives which you can look to delete.
by Krazykoolrohit
Tue Jul 11, 2006 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequencing jobs through UNIX
Replies: 8
Views: 1825

its more of mastering unix than mastering datastage.

Datastage has only few commands to be invoked to run, stop or reset a job.

however you can find the datastage commands in installation docs.
by Krazykoolrohit
Tue Jul 11, 2006 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Issue
Replies: 17
Views: 5101

yeah i know. :-) will check and update
by Krazykoolrohit
Tue Jul 11, 2006 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Issue
Replies: 17
Views: 5101

If something was a bottleneck then how come we were able to run 17 jobs simultaneously at some point of time. anyways i will try and run all of them in night ensuring no other user is connected.

will update this post. thanx