Search found 6 matches

by Rajneesh1990
Wed Jan 18, 2012 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Shared Memory]General network error
Replies: 2
Views: 2396

Job Fails After 5 min from starting it and first line of Error is : [Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionRead (recv()) and above mentioned error as second line. However I am running the same procedure in SQL SERVER manually then it runs fine without any problem. I asked about ...
by Rajneesh1990
Wed Jan 18, 2012 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Shared Memory]General network error
Replies: 2
Views: 2396

[Shared Memory]General network error

Hi All, One of my job is aborting from last two days and giving the error: [Microsoft][ODBC SQL Server Driver][Shared Memory] General network error. Check your network documentation. I am Executing SQL Server Procedure by using DRS Stage and the Job is taking more than two hours to complete everyday...
by Rajneesh1990
Tue Jan 17, 2012 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Monitoring Services
Replies: 5
Views: 2470

Monitoring Services

Hi Everyone,

What is the Reason of failing Monitoring Services Frequently?

and What we need to do to get rid off it?
Same warning :Failed to initialize Job Monitoring.

I know how to restart the monitoring services but i want to know the exact reason of failing it.

Thank.
Rajneesh.
by Rajneesh1990
Fri Jan 13, 2012 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Decimal Conversion
Replies: 2
Views: 2697

Re: String to Decimal Conversion

Thanks jwiles,

I Practiced and found the answer of my Query .
Conversion should be Like Below :

StringToDecimal(<Input Column>,'2').

2 is the Precision Place in case of Decimal, but in String Format.

Thanks :D ,
Rajneesh.
by Rajneesh1990
Thu Jan 12, 2012 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String To Timestamp conversion
Replies: 6
Views: 10126

Try this :-

StringToTimestamp(<input Column Name>,"%d-%mmm-%2000yy")

You will get Date as '2010-04-17 00:00:00'. I Tried it in my Project.

Thanks,
Rajneesh.
by Rajneesh1990
Thu Jan 12, 2012 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Decimal Conversion
Replies: 2
Views: 2697

String to Decimal Conversion

Hi All,

What is mean by rtype in Type Conversion Function
StringToDecimal(%string%,[%rtype%])??

suppose my input is sal=126540 and i need output like 126540.00

Can Anybody Explain with Example ???


Thanks,
Rajneesh.