Search found 70 matches

by pandujoy
Thu Nov 05, 2009 3:22 pm
Forum: General
Topic: Conversion from Char to Varchar
Replies: 4
Views: 1664

its a Char (4) data type
by pandujoy
Thu Nov 05, 2009 3:19 pm
Forum: General
Topic: Conversion from Char to Varchar
Replies: 4
Views: 1664

it is set to 0x0 ...not sure what it must be..plz help me out
by pandujoy
Thu Nov 05, 2009 12:19 pm
Forum: General
Topic: Conversion from Char to Varchar
Replies: 4
Views: 1664

Conversion from Char to Varchar

Hi, I have a char field coming from input and i am doing a lookup from DB which have a datatype of char. When i am deploying this as a serivce i am getting output as "��&#0" which are special characters. is there a way to eliminate these ? If we use varchar we wont get it...
by pandujoy
Wed Nov 04, 2009 1:59 pm
Forum: General
Topic: Conversion
Replies: 1
Views: 1032

Conversion

How to convert an Interger value to Varchar and Varchar to Integer.....

Please help me...I dont know how to convert this value.
by pandujoy
Tue Nov 03, 2009 12:55 pm
Forum: General
Topic: sql error
Replies: 3
Views: 1494

Sreenivasulu wrote:You should avoid using * in the select. Better use the column names along with the alias.

I think you can debug also faster.

Regards
Sreeni
thanks for the reply Sreeni...infact i have try that too but i guess something is missing the sql itslef.
by pandujoy
Tue Nov 03, 2009 12:29 pm
Forum: General
Topic: sql error
Replies: 3
Views: 1494

sql error

can anyone figureout what exactly is missing in this sql

if ORCHESTRATE.usage = "ALL" and entity_at.id = ORCHESTRATE.id THEN
SELECT * FROM comm_at
ELSE
SELECT * FROM entity_at WHERE end_dt >= sysdate
and entity_at.id = ORCHESTRATE.id
end if;

Not sure what the error is
by pandujoy
Mon Nov 02, 2009 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xmloutput for a webservice
Replies: 3
Views: 1284

I have tried that...and i am getting the desired output to my flatfile.
Ther problem is only when i am using the option "aggregate" in the service....If i put single row it works fine....
by pandujoy
Mon Nov 02, 2009 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xmloutput for a webservice
Replies: 3
Views: 1284

xmloutput for a webservice

Hi All, I am getting multiple outputs to a webservice...So inorder to handle that i am using a xmloutput stage before the wsdl output. When i am trying to test my service i am not getting the fields which i prefer. Design:- With in the xml output i checked on aggregate rows I specified a key field N...
by pandujoy
Mon Oct 26, 2009 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Information Services error
Replies: 6
Views: 2710

Its a WISD Input stage... The file is not created
by pandujoy
Mon Oct 26, 2009 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Information Services error
Replies: 6
Views: 2710

Information Services error

Please help me out....I am getting the below error and the job is getting aborted -

WISD_Input,0: Unable to initialize ipc: dspipe_init(3778): open(/ama/etl/projects/.../tmp/ade.xyz.WISD_xyz.1256572751533.WISD_Input) - No such file or directory
by pandujoy
Fri Oct 23, 2009 3:27 pm
Forum: General
Topic: Reg : project level parameters
Replies: 3
Views: 1701

I was being a fool......#$variable#.......

Look like a bug in odbc stage...it pulls only $variable....
by pandujoy
Fri Oct 23, 2009 9:44 am
Forum: General
Topic: Reg : project level parameters
Replies: 3
Views: 1701

Thats true....When i am provided password field as encrypted the job gets aborted and fails...But i put as string it runs fine
by pandujoy
Fri Oct 23, 2009 9:27 am
Forum: General
Topic: Reg : project level parameters
Replies: 3
Views: 1701

Reg : project level parameters

Hi, I am facing a strange error.....I have a job and when i am trying to load data from Informix database through user defined parameters (DSN/USE/PASS) the job is getting aborted ....but when i am trying to run the same job using job level parameters i runs clean. Suprisingly i just added user defi...
by pandujoy
Thu Oct 22, 2009 4:03 pm
Forum: General
Topic: Problem using Parameter set for a Web Service
Replies: 2
Views: 1254

Problem using Parameter set for a Web Service

Hi, I am using parameter sets in my job and they run fine. When i replace the I/p and O/P files with WISD I/P and O/P i am getting a problem. As a practice i create a service/operation and point the service to the job the Information server console throws a error saying "Error trying to create ...
by pandujoy
Tue Jun 30, 2009 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with oracle enterprise stage
Replies: 3
Views: 1729

try using DRS stage instead of entraprise stage.....i till will give the pecific errors speciffcally