Search found 178 matches

by nvalia
Tue Mar 26, 2013 1:22 pm
Forum: General
Topic: Difference between Terminator and Exception Handler stages
Replies: 11
Views: 20464

If you have 3 job activity stages in the Sequence job, and even if we handle the failure for 1 of the 3 jobs, the Exception Handler will NOT be triggered. For the Exception Handler to be triggered, there cannot be ANY exception handling in any stage in the Sequence. Also End the Exception Handler st...
by nvalia
Thu Dec 20, 2012 10:56 am
Forum: General
Topic: Run jobs from a Command Line in Windows Env
Replies: 3
Views: 1538

Thanks..

Any info on Batch Jobs?

Also we dont have a scheduler here where in the past I have worked with Autosys..So how to we schedule jobs in a Windows environment?
by nvalia
Thu Dec 20, 2012 9:22 am
Forum: General
Topic: Run jobs from a Command Line in Windows Env
Replies: 3
Views: 1538

Run jobs from a Command Line in Windows Env

Hi, In a Unix Env we used to run the Datastage jobs from a Shell Script using the dsjob command. The Paramater and Enviroment dependant values would be passed to the jobs from other shell scripts at runtime My question is, how can we run the jobs in a Windows Environment from the command line..using...
by nvalia
Thu Dec 20, 2012 8:46 am
Forum: General
Topic: Transformer Compile Error Visual C++ 2008 Express Edition
Replies: 9
Views: 6645

We are on Datastage 8.7 on Windows Server 2008 R2 Enterprise Edition

I see under Program Files on the server, Visual C++ 9.0 Express Edition and under which I see Microsoft Visual C++ 2008 Express Edition...So i believe we have the compiler - 2008 Express Edition?
by nvalia
Thu Dec 20, 2012 8:20 am
Forum: General
Topic: Transformer Compile Error Visual C++ 2008 Express Edition
Replies: 9
Views: 6645

We installed the Compiler given to us by an IBM rep who helped Install it as well, Onsite
To double check how can I verify if the version we are using is supported or not?
by nvalia
Thu Dec 20, 2012 7:34 am
Forum: General
Topic: Transformer Compile Error Visual C++ 2008 Express Edition
Replies: 9
Views: 6645

This the error I get, as shown below..I am not sure what it means but one thing I see is this path (marked in BOLD) ##I IIS-DSEE-TBLD-00000 08:28:14(003) <main_program> Error when checking composite operator: Output from subprocess: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/include\excep...
by nvalia
Wed Dec 19, 2012 1:54 pm
Forum: General
Topic: Transformer Compile Error Visual C++ 2008 Express Edition
Replies: 9
Views: 6645

Transformer Compile Error Visual C++ 2008 Express Edition

Hi, When I try to compile a job with a Transformer, I get error, else it compiles fine. I have read through most posts on this topic and tried the suggested options of changing the LIB and INCLUDE system environment variables but it did not help. I tried all the combinations below but it did not wor...
by nvalia
Tue Dec 18, 2012 10:15 am
Forum: General
Topic: Operations Console DSODB
Replies: 3
Views: 8335

Operations Console DSODB

Hi, We have Datastage 8.7 on Windows Server 2008 and we are exploring Operations Console.. Is it correct that it can enable us to get statistics like link row counts (basically table inserts/updates/deletes per link) for each job and also run times, like start and end time for the jobs? Also does th...
by nvalia
Sat Dec 15, 2012 10:08 am
Forum: General
Topic: Create One Project or Multiple Projects?
Replies: 3
Views: 1030

Yes this makes perfect sense ..
Thanks for your response..
by nvalia
Thu Dec 13, 2012 3:27 pm
Forum: General
Topic: Create One Project or Multiple Projects?
Replies: 3
Views: 1030

Create One Project or Multiple Projects?

Hi, We have installed IBM Information Server 8.7 on a Windows Environment are all set with the Datastage Client Installs as well. I am aware of the design and development best practices, but seeking help more on initial set up and/or admin side. So before we start development, I would like to undert...
by nvalia
Thu Nov 29, 2007 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi Instance Log
Replies: 3
Views: 1206

Multi Instance Log

Hi, I have a Multi Instrance job, say job and I run 2 instances simutaneously, say job.a & job.b The last eventid for main job was 100 and each job instance logs, say 3 events. So will job.a have eventids as 101,102,103 and job.b have 104,105,106 or can they be intermingled. 101,103,104 for job....
by nvalia
Mon Aug 06, 2007 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String varchar yyyymmdd to Oracle date error
Replies: 4
Views: 1627

String varchar yyyymmdd to Oracle date error

Hi, I am reading from a file with one column DT1 (varchar) having date values '20070802'. I am trying to load this in an Oracle table column AS_OF_DATE( timestamp), after using the following conversion code OCONV(ICONV(DT1, "DYMD[4,Z,Z]"),"D-YMD[4,2,2]") : " 00:00:00". ...
by nvalia
Thu Jul 26, 2007 11:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash lookup - Values < 1
Replies: 3
Views: 1472

Decimal 25,7
by nvalia
Thu Jul 26, 2007 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash lookup - Values < 1
Replies: 3
Views: 1472

Hash lookup - Values < 1

Hi, I have a hash file with one key column data as 0.02, 0.33, 1.06, 2314234.55778,.... and the same data comes from another data source. When I do the look up on the hash file, all rows with this column values > 1 are matched where as others with value for e.g 0.02 fails even though both have all o...
by nvalia
Wed May 16, 2007 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job Type Identification - Server or PX in Unix
Replies: 7
Views: 1895

DS Job Type Identification - Server or PX in Unix

Hi, We have both Server & Parallel jobs in our project depending on the requirements.The Parameters for both are different. So to dynamically pass the param values at runtime from a seperate param file we need to know whether the job is a Server or Parallel job. The job name itself, which is an ...