Search found 26 matches

by hema arvind
Fri Jul 27, 2007 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job in Running State
Replies: 19
Views: 9384

Hi Abhilash,

If no other option works, try releasing the job from manager.

Go to DS Manager.select the job,click on Tools -> release job

this would create a replica of the job.

we had it worked out when we faced the same problem.

just try out !!
by hema arvind
Tue Jun 19, 2007 3:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Trim
Replies: 4
Views: 2150

Hi ArndW, I intented as column1 and column2.However both the columns have same name.I should have written the code a bit more clear.Below is the code.The left hand side convert is related to the source data conversion and the right hand side convert is related to the lookup data conversion. If(UpCas...
by hema arvind
Tue Jun 19, 2007 2:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Trim
Replies: 4
Views: 2150

Problem with Trim

I have a requirement such that If I have two strings(one from source and one from lookup). I have to compare them for equality and case insensitivity.If both the strings are not equal in every aspect,then the string from the source should be loaded to target. The code which I used before was If upca...
by hema arvind
Fri Jun 15, 2007 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim() Function
Replies: 7
Views: 3111

Thank You Very Much for your help. I tried to use convert as you told and it worked fine. However,now I have a requirement such that If I have two strings(one from source and one from lookup). I have to compare them for equality and case insensitivity.If both the strings are not equal in every aspec...
by hema arvind
Thu Jun 14, 2007 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim() Function
Replies: 7
Views: 3111

We are using server jobs on DS 7.5.1.

My requirement is to get only the characters from the string.

Please let me know how to find out unprinted characters in a string.

I tried to use TrimB,TrimL but in vain.I used other options like L,T,B,F,E,D.However 4 values continue to show.
by hema arvind
Thu Jun 14, 2007 3:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim() Function
Replies: 7
Views: 3111

Trim() Function

Hi, I have a requirement which needs the following output. If have a string as " XXX YYY ZZZ" ,the output should be XXXYYYZZZ.The output should not have any spaces,tabs,nulls.IT should return only all the characters what it contains. I tried the option of trim("XXX YYY ZZZ","...
by hema arvind
Fri Apr 27, 2007 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while opening Datastage components
Replies: 4
Views: 2036

yes.we have access to DS_LICENSE.
by hema arvind
Fri Apr 27, 2007 2:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while opening Datastage components
Replies: 4
Views: 2036

Error while opening Datastage components

Hi, We are facing problem when trying to connect to the projects in all the DS components(Designer,director,manager,administrator). While trying to open the projects from these windows,the error window shown is "Cannot open file DS_LICENSE" Apart from the above error ,one of the projects i...
by hema arvind
Thu Jan 18, 2007 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DW Certifications
Replies: 14
Views: 5359

Hi Kumar, As I am currently working on Datastage 7.5 server jobs,I thought of having some certification related to this area as well as DW concepts. However as the server jobs certification is not yet released,I would go for either TDWI Certification for DW or IBM's DS Certification. Thank You Much ...
by hema arvind
Thu Jan 18, 2007 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DW Certifications
Replies: 14
Views: 5359

Thank You Very Much all of you ..

I got a lot of information and I will give a try for these exams :)
by hema arvind
Wed Jan 17, 2007 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DW Certifications
Replies: 14
Views: 5359

yes I searched that search engine before.I agree that it provide us a wealth of information. However I could not find any certification information related to Server Jobs.(Probably not released!!) Hence I was a bit curious to know if any certification for server jobs is available and any updates reg...
by hema arvind
Wed Jan 17, 2007 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DW Certifications
Replies: 14
Views: 5359

DW Certifications

Hi

Please help me in getting the information related to certifications for datawarehousing as well as datastage.

Thanks Much.
by hema arvind
Wed Jan 17, 2007 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to openup Job Activity Property
Replies: 21
Views: 8675

If you want the patch file,contact the IBM Support at WDISupport@us.ibm.com.
by hema arvind
Wed Jan 17, 2007 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting count from a log of job
Replies: 6
Views: 2257

DSGetLogSummary function may help!
by hema arvind
Thu Jan 04, 2007 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Drop Index
Replies: 4
Views: 3601

You can create a procedure which contains the SQL related to dropping and re creating the indexes.

From the datastage job,you can call the procedure.