Search found 71 matches

by kogads
Wed Nov 09, 2011 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp conversion in Transformer
Replies: 11
Views: 4433

Hey Successful....Thank you so much for the help.The code
StringToTimestamp(inputlink:'00:00:00','%yyyy%mm%dd %hh:%nn:%ss')
has worked
by kogads
Wed Nov 09, 2011 12:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp conversion in Transformer
Replies: 11
Views: 4433

Yes i am expecting it to be 00:00:00 So, the code below should work StringToTimestamp(inputlink:'00:00:00','%yyyy%mm%dd %hh:%nn:%ss') But, i am getting the same error Transformer:Conversion error calling conversion routine timestamp_from_string data may have been lost And then a Fatal Error saying :...
by kogads
Wed Nov 09, 2011 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp conversion in Transformer
Replies: 11
Views: 4433

Yes, i have tried that way..But as i mentioned whenever you change a target datatype it in turn changes the preceeding stage datatype in our scenario. Also, for the code you mentioned StringToTimestamp(inputlink:'00:00:00','%yyyy-%mm-%dd %hh:%nn:%ss') It won't work as the in this function, we are me...
by kogads
Wed Nov 09, 2011 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp conversion in Transformer
Replies: 11
Views: 4433

Whenever you change the Datatype in target oracle stage it automatically reflects back in Transformer stage.
FYI:Timestamp in oracle table is as follows
03-NOV-11 12.00.00.000000000 AM

Is this something i need to concern about
by kogads
Wed Nov 09, 2011 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp conversion in Transformer
Replies: 11
Views: 4433

I have put a peek stage to verify if its a data issue..But the field has value as YYYYMMDD. FYI:After the conversion from StringtoTimestamp is done in transformer.The value should be inserted into Oracle table Also, I have tried the code you have suggested. Now, i have some warnings saying:: Transfo...
by kogads
Wed Nov 09, 2011 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp conversion in Transformer
Replies: 11
Views: 4433

StringToTimestamp conversion in Transformer

Hey, I am trying to convert a varchar(8) field to Timestamp in Transformer Input Data for that field:20111113(yyyymmdd) So, i had StringToTimestamp(<Field-name>,"%yyyy%mm%dd") During Runtime, I have the following Fatal error:::: Caught exception from runLocally(): APT_ParseError: Parsing p...
by kogads
Mon Nov 07, 2011 12:27 pm
Forum: General
Topic: Transformer Stage extra information column
Replies: 2
Views: 1654

Hey, i think the description field just helps you out to distinguish between columns that you define, and it will have no impact on functionality.
by kogads
Wed Oct 05, 2011 5:46 pm
Forum: General
Topic: Value from DSMacro to Environmental variable
Replies: 2
Views: 2785

Value from DSMacro to Environmental variable

Is it possible to use a value returned by a DSMacro and update a Env Variable dynamically, without using shellscript??

what i want to do exactly is, get the DSJobStartTimestamp and use next time job runs and extract data greater than that timestamp.
by kogads
Sun Sep 25, 2011 9:01 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WS Transformer error
Replies: 3
Views: 5008

Come on now... help us help you fix it . Give us some details as to what the heck your job is doing, stages used, etc. i am using a webservices trf stage, input and output are sequential stages , i am passing all the required inputs to the webservice trf and when i run the job its giving me this er...
by kogads
Sun Sep 25, 2011 8:37 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WS Transformer error
Replies: 3
Views: 5008

WS Transformer error

has anyone encountered this type of error??? please help me fix this APT_CombinedOperatorController,0: Fatal Error: Fatal: 0026`:`com.ascentialsoftware.wsclient.ServiceInvocationException: Service invocation exception: <ns1:Fault xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/"> <faul...
by kogads
Wed Sep 21, 2011 12:06 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: How to Use REST in Datastage
Replies: 2
Views: 4400

How to Use REST in Datastage

How can i use REST with Datastage , i can use wsdl which is SOAP bound in the webservices transformer stage , but how about REST ???
by kogads
Tue Sep 20, 2011 7:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java transformer , wsdl input
Replies: 1
Views: 1110

Java transformer , wsdl input

does java transformer perform webservices operations?? that is if i pass a wsdl class file will it perform webservices operation and return the output???
by kogads
Tue Sep 20, 2011 2:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while running Webservices transformer stage
Replies: 3
Views: 3364

error while running Webservices transformer stage

Can anyone please explain why i am getting the below error while i am running a job with two sequential staes and a webservices trf stage in between. APT_CombinedOperatorController,0: Fatal Error: Fatal: 0026`:`com.ascentialsoftware.wsclient.ServiceInvocationException: Service invocation exception: ...
by kogads
Mon Sep 19, 2011 3:22 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Java class For SOAP 1.2
Replies: 3
Views: 3691

ray.wurlod wrote:What "SOAP version 1.2 problem" would that be?
datastage is not supporting the soap 1.2 version , it only supports 1.1 , i am able to import into the web services transformer but it dosent give the desired output.
by kogads
Mon Sep 19, 2011 2:15 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Java class For SOAP 1.2
Replies: 3
Views: 3691

Java class For SOAP 1.2

Anyone knows how to create a Java class to overcome the SOAP 1.2 version problem in Datastage ?? any help is appreciated