Search found 196 matches

by sumitgulati
Tue Jul 19, 2005 2:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job sequence problem
Replies: 4
Views: 1409

snassimr wrote:And why all other jobs run more then 100 rows ?
Try to run the sequencer again and check the options in the Limits tab. Make sure that for Row limit "No limit" option is selected.

It should work fine.

Regards,
-Sumit
by sumitgulati
Mon Jun 13, 2005 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to see instance of MultipleInstance Job in Director
Replies: 8
Views: 2647

bryan wrote:Ensure that your datastage repository files are not missing

In your case, D_RT_STATUS file in your project directory should be present.
Thanks Bryan, it helped a lot.

-Sumit
by sumitgulati
Tue Jun 07, 2005 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to see instance of MultipleInstance Job in Director
Replies: 8
Views: 2647

Have you activated any filters in your Director? When you start your job with an instance, does it run correctly? Do the job entries show up in the main job's log, and if so, do they contain the instance in the log text? Thans for the reply Arnd. There are no filters in the director. The job runs f...
by sumitgulati
Tue Jun 07, 2005 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to see instance of MultipleInstance Job in Director
Replies: 8
Views: 2647

Hi All,

I have not yet been able to figure out the problem. The issue is bizarre but its happening. The job runs fine but the instance does not show up in the director. Any and all inputs would be appreciated.

Thanks in advance,
-Sumit
by sumitgulati
Mon Jun 06, 2005 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to see instance of MultipleInstance Job in Director
Replies: 8
Views: 2647

Satish, Multiple Instance option is checked in the job properties.

One thing I forgot to mention is that the Project is Protected.

Regards,
-Sumit
by sumitgulati
Mon Jun 06, 2005 12:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to see instance of MultipleInstance Job in Director
Replies: 8
Views: 2647

Unable to see instance of MultipleInstance Job in Director

Hi, I have a multiple instance Server Job. When I trigger the Job after giving the invocation id I am not able to see the instance of the job in Director. Till yesterday whenever I triggered the job I was able to see the instance with name "JOBNAME.InvocationId". Today we compiled the job ...
by sumitgulati
Fri Jun 03, 2005 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Triggers execution order in a Sequencer Job
Replies: 3
Views: 1428

Use a single trigger. Link to the move activity and then to the notification and do the abort routine last. In other words, run them in a serial fashion, not in parallel. Thanks Chulett. Actually we tried the same thing eariler but then we did not make the triggers unconditional. We now made the tr...
by sumitgulati
Fri Jun 03, 2005 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Triggers execution order in a Sequencer Job
Replies: 3
Views: 1428

Triggers execution order in a Sequencer Job

Hi, I have a sequencer job that uses a RoutineActivity stage to make a lookup to a hash file. Based on the return value of the Routine Activity the subsequent jobs are triggered. One of the trigger conditions is like this: If the return value is 'Y' then -Move the source file to a bad files director...
by sumitgulati
Mon Mar 28, 2005 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: All the jobs missing from the project
Replies: 11
Views: 3226

We found the issue. Actually we did not notice that when we were recreating the indexes it was not doing it on DS_JOBS because DS_JOBS was locked by another process. We bounced our server and ran REINDEX on DS_JOBS. All our jobs are now visible in Director.

Thanks for all the suggestions,
-Sumit
by sumitgulati
Mon Mar 28, 2005 1:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: All the jobs missing from the project
Replies: 11
Views: 3226

Yaa Ketfos, This is checked. We also just tried bouncing the server. The jobs still don't showup. Regards -Sumit Hi, Did you check in the Designer under Tools ---> Options --->Appeareance--->Repository Tree--->Category Customization .... Is Show Jobs Selected under Category Customization ? Ketfos
by sumitgulati
Mon Mar 28, 2005 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: All the jobs missing from the project
Replies: 11
Views: 3226

Routines are visible in Manager. I can create a new job but that job also does not show up in any of the clients. No, we did not bring the server down. This is something not controlled by and and will be done by the administrator at the end of the day. Regards, -Sumit Hi, Are you able to view the ro...
by sumitgulati
Mon Mar 28, 2005 12:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: All the jobs missing from the project
Replies: 11
Views: 3226

No, The jobs are not visible in any of client applications - Directory, Designer OR Manager.

Regards,
-Sumit
by sumitgulati
Mon Mar 28, 2005 12:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: All the jobs missing from the project
Replies: 11
Views: 3226

All the jobs missing from the project

We have a Project which was working fine until Thursday. On Friday whichever jobs we triggered showed RUNNING in director but they were actually not running when checked in the UNIX box. Even if they were running, they were in idle state. Jobs are in idle state since friday. Today(Monday) when we lo...
by sumitgulati
Thu Mar 24, 2005 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing MSSQL server using DRS stage
Replies: 3
Views: 1156

Ray, the fields are Varchar.

Roy, I tried with MSSQL Server first and got weird characters in one Varchar field. For the other Varchar filed nothing got populated.
When I tried with ODBC option all the Varchar field were blank in the target.
by sumitgulati
Wed Mar 23, 2005 7:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing MSSQL server using DRS stage
Replies: 3
Views: 1156

Accessing MSSQL server using DRS stage

Hi, I am facing a strange issue with DRS stage. I have a simple job that reads data from a table in ORACLE and inserts it into a table in MSSQL Server. I am using DRS stage to connect to both the databases. The reading part is fine but while writing the records into MSSQL Server the job is inserting...