Search found 5168 matches

by kumar_s
Sat Feb 17, 2007 10:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Promote Jobs from DEV to TEST
Replies: 15
Views: 4871

Or dsimport.exe available in clinet.
by kumar_s
Sat Feb 17, 2007 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while scheduling a job in datastage
Replies: 11
Views: 4420

If that doesn't work, check if the scheduling services are running in the server. You can check this by Control Panel --> Services or Administrative tools-->services based on the version of windows. Check for a entry called Scheduler or Schedule or Task Scheduler. If that is not started, start it.
by kumar_s
Sat Feb 17, 2007 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem to convert the amount field from currency to decimal
Replies: 11
Views: 5683

u r right Ray, the field is having the value like $17250.00 and i need to convert it to 17250.oo means i need to suppress the $ sign. Rohit, Ray is asking you to check the length of the input and output field compatibility. And please avoid SMS type language("u", "r"), not everyone understand this.
by kumar_s
Sat Feb 17, 2007 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem to convert the amount field from currency to decimal
Replies: 11
Views: 5683

balajisr wrote:May not be the case Kumar. Transformer sometimes internally calls modify functions.

Really??!! I never experience this. Im not use PX recently.
by kumar_s
Sat Feb 17, 2007 12:02 am
Forum: General
Topic: Installing MCM
Replies: 20
Views: 6245

The information given was related to V8. But the same holds good for the V7.5.1. The setup.exe can be found in client Cd ..\Ascential DS Client v7.5.1\DataStage Client\MultiClientManager
by kumar_s
Fri Feb 16, 2007 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSets can't handle float properly
Replies: 10
Views: 2523

What if you write it directly as Dfloat (without any conversion to string)?
by kumar_s
Fri Feb 16, 2007 8:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while scheduling a job in datastage
Replies: 11
Views: 4420

Try from different client or directly from the Client where the server is installed. AS mentioned try to execute the following command from the command prompt, "AT 16:35 vmdsr_sched.exe e:\Ascential\DataStage\Projects\SMDM_dev HF_AVG_SELLING_DAY 0/50/1/0/0 3" This is the one which utilizes the AT sc...
by kumar_s
Fri Feb 16, 2007 8:32 pm
Forum: Site/Forum
Topic: Ray hits 18K !!!
Replies: 19
Views: 8973

chulett wrote:Or maybe just "Me too!". :wink:

:lol: You just getting too hilarious, Craig. :lol:
I couldn't imagine many "Me too.." post, and the make OP to confuse whether to give the same rating for that supplementary post too.
by kumar_s
Fri Feb 16, 2007 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem to convert the amount field from currency to decimal
Replies: 11
Views: 5683

Because the function decimal_from_ustring that you have used is a Modify function and you are trying to use transformer. StiringToDecimal function that been mentioned can be used.
by kumar_s
Fri Feb 16, 2007 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Hanging
Replies: 3
Views: 911

It is Job Sequence not sequencer. Check the log for the first job 'Extr' for the actual process happening in the server.
by kumar_s
Fri Feb 16, 2007 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSets can't handle float properly
Replies: 10
Views: 2523

Write the dataset into a sequential file and check for the value of the data.
by kumar_s
Fri Feb 16, 2007 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to remove starting and ending duoble quotes
Replies: 7
Views: 2981

Thanks for mentioning the option that you going to use. So its time for you to mark the topic as resolved.
by kumar_s
Fri Feb 16, 2007 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Count
Replies: 5
Views: 3492

If "/" is used for commenting, "*" can be used.
by kumar_s
Fri Feb 16, 2007 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchdbadmin Documentaion
Replies: 7
Views: 2148

There is orchdbutil utility but not orchdbadmin.
by kumar_s
Fri Feb 16, 2007 4:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we call procedure (for Truncating Table )from OraBulk
Replies: 9
Views: 2506

Hi Mohan,

No need a procedure just for Truncation. You can use "Truncate Table Before insert rows" update action available in OCI stage. If you tend to just truncate, you can do in Before/After sql as well. Or you can even pass some blank records with this option.