Search found 91 matches

by dganeshm
Sun Jul 15, 2012 6:49 am
Forum: General
Topic: DataStage 8.7 Installation Error
Replies: 3
Views: 3630

DataStage 8.7 Installation Error

Getting the following error :


Jul 14, 2012 10:59:11 AM, WARNING: com.ibm.is.install.ui.web.JettyWebContainer /ISInstall java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: awt (An exception was pending after running JNI_OnLoad)


Any ideas please....
by dganeshm
Sat Jul 14, 2012 9:21 am
Forum: General
Topic: DataStage 8.7 Installation
Replies: 3
Views: 3033

Yeah I actually did.. it does not say which version of WAS is bundled within the Information Server installable.
by dganeshm
Sat Jul 14, 2012 5:14 am
Forum: General
Topic: DataStage 8.7 Installation
Replies: 3
Views: 3033

DataStage 8.7 Installation

I am planning to install DataStage 8.7, I have a few questions on it : 1. What is the default version of WAS which comes with the DataStage install 2. Do I have install WAS Separately and then install DataStage or can I just install the services tier along with DataStage install ? Any help in this r...
by dganeshm
Mon Apr 30, 2012 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connectors
Replies: 1
Views: 679

MQ Connectors

Hello All, I am new to the MQ Connector Stage , I am trying to understand if we require Information Services Director in order to use the MQ Connector Stages in real time mode(always-on jobs) ? Do we have to buy license to run the job 24x7 or do we have settings in the MQ Connector Stages itself whi...
by dganeshm
Sun Apr 29, 2012 11:00 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: MQ Connector Stage
Replies: 0
Views: 3005

MQ Connector Stage

Hello All, I am new to the MQ Connector Stage , I am trying to understand if we require Information Services Director in order to use the MQ Connector Stages in real time mode(always-on jobs) ? Do we have to buy license to run the job 24x7 or do we have settings in the MQ Connector Stages itself whi...
by dganeshm
Thu Jan 19, 2012 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String Concatenation based on Keys
Replies: 4
Views: 1765

Created a CHECKSUM based on the keys and then used a stage variable in the Transformer stage and concatenated the strings. And used a remove duplicates stage to retain the last one.
by dganeshm
Thu Jan 12, 2012 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String Concatenation based on Keys
Replies: 4
Views: 1765

String Concatenation based on Keys

052288064081042322OCT08TUL300AA3151MAINT ENTRY. AIRCRAFT NEEDS LMP DOWNGRADE DUE TO AUTOLAND IN 60 DAYS ******************** MEL 052288064081042322OCT08TUL300AA3151 *RESTR TO CAT I*. DUE TO 60 DAY EXCEEDENCE OF THE F.C.C The key here is 052288064081042322OCT08TUL300AA3151 based on this I wanted to c...
by dganeshm
Fri Apr 01, 2011 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading attachments via DataStage to SQL Server
Replies: 4
Views: 3671

Sreenivasulu wrote:You can read excel (with some limitations like - no macros ) using a java api . Register the .so in the unx box.

Regards
Sreeni
Hi Sreeni,

Can you point me towards some Java API.

Regards,
Ganesh
by dganeshm
Thu Mar 31, 2011 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading attachments via DataStage to SQL Server
Replies: 4
Views: 3671

Loading attachments via DataStage to SQL Server

Hi,

I have a requirement to load attachments like MS Word , Excels or emails to SQL Server. Anybody have any advice on how to do it.
by dganeshm
Mon Feb 14, 2011 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert 5 digit julian date to calendar date ?
Replies: 14
Views: 12011

ray.wurlod wrote:And that only took you three months?!! Amazing! What else have you tried? ...
I actually started following this topic today.. trying to figure out what the exact date should look like from the source..
by dganeshm
Mon Feb 14, 2011 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert 5 digit julian date to calendar date ?
Replies: 14
Views: 12011

If this is true you can use StringToDate() with an appropriate date format mask string. ... Hi Ray, I tried using the following format : StringToDate(DSLink2.flm[12,5],"%yy%(ddd,v)") but am getting the warning : Transformer_9,0: Conversion error calling conversion routine date_from_ustrin...
by dganeshm
Mon Feb 14, 2011 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert 5 digit julian date to calendar date ?
Replies: 14
Views: 12011

If this is true you can use StringToDate() with an appropriate date format mask string. ... Hi Ray, I tried using the following format : StringToDate(DSLink2.flm[12,5],"%yy%(ddd,v)") but am getting the warning : Transformer_9,0: Conversion error calling conversion routine date_from_ustrin...
by dganeshm
Mon Feb 14, 2011 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify date_from_julian_date
Replies: 17
Views: 10125

mjgmc wrote:I found the answer I was looking for.
Can you please let me know what the resolution was?
by dganeshm
Thu Nov 11, 2010 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input buffer overrun
Replies: 6
Views: 4542

Yes when I read the entire record as a single Varchar column, it works fine. Thank you Ray, I will trying to parse it in the transformer stage and update how it goes...
by dganeshm
Thu Nov 11, 2010 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input buffer overrun
Replies: 6
Views: 4542

Yes when I od -c filename , I do see a \n at the end of the first line. That is why I have used a record delimiter as UNIX newline.