Search found 42189 matches

by chulett
Wed Apr 22, 2009 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job locked, cant delete/modify but it can be run
Replies: 32
Views: 20050

You should have mentioned that full message in the first post, would have saved some chasing of the wild gooses. :? There's no lock here to find but someone or something accessing the job's log. Query the repository to get the job's internal number and then try using the Director's 'Cleanup Resource...
by chulett
Wed Apr 22, 2009 11:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert string to another charset
Replies: 1
Views: 927

Suggest you stick with one forum and wait for an answer there, no need to post the same question in multiple forums.
by chulett
Wed Apr 22, 2009 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job locked, cant delete/modify but it can be run
Replies: 32
Views: 20050

Please answer the question - do your error messages actually use the word 'locked' or not? :?
by chulett
Wed Apr 22, 2009 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CALLING DATASTAGE JOBS THROUGH UNIX SHELL SCRIPT
Replies: 12
Views: 3486

Use dsjob which is fully documented in either of the two Developer's Guide pdfs in the Command Line Interface chapter.
by chulett
Wed Apr 22, 2009 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create table& Create index under User-Defined DDL
Replies: 7
Views: 2318

Those "Invalid Character" errors usually come from two things: either job parameters that don't get resolved which cause it to complain about the # or using a trailing semi-colon in SQL. The latter can work just fine in other tools but not in DataStage, hence the suggestion. However, they ...
by chulett
Wed Apr 22, 2009 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert 1.23456000000000000E+05 to 123456
Replies: 3
Views: 1280

If you're good now, please post what worked for you and mark the thread as Resolved using the button at the top of the page. That or let us know if you are still having a problem with this.
by chulett
Wed Apr 22, 2009 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job locked, cant delete/modify but it can be run
Replies: 32
Views: 20050

Are you sure it is actually locked? "Cannot get exclusive access to job" doesn't necessarily mean locked, but could mean running or perhaps even someone browing the job log. Or did it specifically tell you it was locked?
by chulett
Wed Apr 22, 2009 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create table& Create index under User-Defined DDL
Replies: 7
Views: 2318

Try getting rid of the last semi-colon.
by chulett
Wed Apr 22, 2009 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parametrize Execute Command Activity
Replies: 5
Views: 1645

Parameters here mean job parameters, not environment variables. Do these always exist or are they defined at the project level and thus only exist when the job runs? Regardless, try putting "start" or "cmd" in the Command box and "#$CommonPath#\#$CntryCd#\Scripts\BULK_in_Pre...
by chulett
Wed Apr 22, 2009 8:36 am
Forum: IBM QualityStage
Topic: warning in Investigate stage
Replies: 1
Views: 1177

An exact search of all forums for "must match field's fixed width" should help.
by chulett
Wed Apr 22, 2009 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Space in Decimal field
Replies: 11
Views: 3990

And as Kryt0n pointed out, your syntax is wrong. Check Appendix B of the Parallel Job Developer's Guide pdf for the 'type conversion functions'.
by chulett
Wed Apr 22, 2009 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Space in Decimal field
Replies: 11
Views: 3990

I used the IsValid(column,%ab.cd%) now everything is coming as 00.00 in the output. IsValid() is a simple boolean check to say - true or false - is this a valid value of the specified type. It does not affect the 'output' that you get unless you are using it incorrectly. Seems like your '00.00' is ...
by chulett
Wed Apr 22, 2009 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job locked, cant delete/modify but it can be run
Replies: 32
Views: 20050

DS.TOOLS in no longer the proper place for activties like this in the 8.x release.
by chulett
Wed Apr 22, 2009 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parametrize Execute Command Activity
Replies: 5
Views: 1645

Yes, however all parameters will need to be in the Parameters box in order to be resolved. Can you post an example of what you are attempting?