Search found 42 matches

by sathishmca
Sat Feb 10, 2018 5:45 pm
Forum: General
Topic: Error installing IIS 9.1 server on Windows 2008 Server
Replies: 1
Views: 1695

Error installing IIS 9.1 server on Windows 2008 Server

I am getting the same error as seen here while installing IIS 9.1 server on Windows 2008 Server R2 Standard.

Please advice.
by sathishmca
Mon Nov 02, 2015 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job run failed
Replies: 1
Views: 1718

Parallel job run failed

Team, I have installed 8.7 on windows server 2008 machine and i could create a server job and its ran fine. Parallel job troubles me while executing, it throws below meggaes for us to troubleshoot, Contents of phantom output file Unable to create new process. Will try again. Create Process failed (3...
by sathishmca
Fri Mar 22, 2013 12:24 am
Forum: General
Topic: IIS 8.7 uninstallation issue
Replies: 3
Views: 1887

IIS 8.7 uninstallation issue

Hello everyone, I am facing an issue with uninstalling IIS 8.7. When i tried to install IIS 9.1, it was not properly done.So, i tried remove 8.7,used normal uninstallation. BUt i could able to remove only client,all other three tiers are not removed. Please guide me to remove all the tiers from my m...
by sathishmca
Tue Aug 07, 2012 2:43 am
Forum: General
Topic: How to export Parameter Set using dsexport command
Replies: 5
Views: 4781

Since, i need to export it from command line, i have used dsexport.

Still, i could not able to export jobs/parameter sets in xml format using istool.

Please suggest.

Thanks,
Sathish
by sathishmca
Mon Aug 06, 2012 5:38 am
Forum: General
Topic: How to export Parameter Set using dsexport command
Replies: 5
Views: 4781

Thanks Ray.

Is there any other way to export a parameter set as xml format?

Thanks,
Sathish
by sathishmca
Thu Aug 02, 2012 10:12 am
Forum: General
Topic: How to export Parameter Set using dsexport command
Replies: 5
Views: 4781

How to export Parameter Set using dsexport command

Friends, Please help us in exporting a particular Parameter set from a project. I have used below command, DSExport /H=DEV01 /U=BSat /P=xxxxxx /JOB=GetDEFValues /XML SALES_DW C:\Documents and Settings\sathish\Desktop\samp.xml It throws error like "Job GetDEFValues doesnot exist in the project&q...
by sathishmca
Fri Dec 09, 2011 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Block size in Message Queue
Replies: 0
Views: 1268

Block size in Message Queue

Hi ,

I am pushing messages from oracle table to MQ.I want to run my job in batch mode. In each batch 1000 messages wants to push.
Do we have option in MQ stage for my requirement?
and please send me some links to learn about MQ stage.

Thanks in advance.

- Sathish Bhojan
by sathishmca
Tue Nov 22, 2011 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substr issue
Replies: 2
Views: 1461

Re: Substr issue

What is your target ?

just try with Varchar target field.
by sathishmca
Mon Nov 21, 2011 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date datatype conversion
Replies: 4
Views: 2732

Re: Date datatype conversion

Hi,

StringtoDate(Columnname,"%dd-%mm-%yyyy").
Here ,"%dd-%mm-%yyyy" should match with your source data. Just try that.

Thanks
by sathishmca
Sun Feb 22, 2009 11:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Derivation
Replies: 6
Views: 2770

Link Derivation

How to get the derviation of all links in a job ?
by sathishmca
Sat Feb 21, 2009 3:41 pm
Forum: General
Topic: How to get "day" from given "date"
Replies: 3
Views: 1766

chulett wrote:The needful is documented in the online help. Read about the 'D' code for OConv() with the format option WA to get the full weekday name. ...
Thanks..I have got the solution.
by sathishmca
Sat Feb 21, 2009 3:40 pm
Forum: General
Topic: how to get previous month value from given date vaule
Replies: 3
Views: 1801

how to get previous month value from given date vaule

Hi,
Can any one tell me how to get previous month value from given date vaule?

Ex: 22-2-2009 ---> 22-1-2009

Please do the need full.
by sathishmca
Sat Feb 21, 2009 8:25 am
Forum: General
Topic: How to get "day" from given "date"
Replies: 3
Views: 1766

How to get "day" from given "date"

Hi to all,

Could any one tell me how to get DAY value from given DATE value?

Ex : '21-Feb-2009' - Saturday

please do the needfull.
by sathishmca
Thu Feb 19, 2009 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkMetaData
Replies: 3
Views: 2361

DSGetLinkMetaData

Yes, the same problem but there is no proper solution. We tried so many times.
by sathishmca
Thu Feb 19, 2009 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkMetaData
Replies: 3
Views: 2361

DSGetLinkMetaData

for i = 1 to StageCount for j =1 to LinkCount Call DSGetLinkMetaData(Result,JobName,stgtempname,stglinkdelimt) SubStringCount2= DCOUNT(Result<9>,@VM) For k = 1 to SubStringCount1 WriteSeq "Columns:":Result<1,k> :"the deriavtion is:":Result<9,k> To FileVar Then f=@True Next k Next...