Search found 249 matches

by suneelchallagali
Wed Feb 03, 2010 5:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 5621

chulett i have compile the C progam with cl test.c
then i have execute the command with filename.

so i need to set

Apt_complier: cl
Apt_linker: cl
by suneelchallagali
Wed Feb 03, 2010 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 5621

chulett if what i did is wrong, please tell me how to process further little detail
by suneelchallagali
Wed Feb 03, 2010 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 5621

chulett i have open visual studio 2005 command prompt and run c code on it.
by suneelchallagali
Wed Feb 03, 2010 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 5621

Hi Chulett I have Tested visual C++ working fine or not outside the datastage it is working fine. I have set complier environment with following values APT_COMPLIEROPT:-W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c -W/Zc:wchar_t- APT_COMPILER:CXX APT_LINKER:CXX APT_LINKEROPT:-s -W/dll -W/base:0x50000000 -...
by suneelchallagali
Wed Feb 03, 2010 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 5621

ok chulett, I will test it and let you know
by suneelchallagali
Wed Feb 03, 2010 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 5621

ahahah good one chulett but we got lisence...for infoserver 8.1. Just Guide to me solve this issue. :P


Thank you,
by suneelchallagali
Wed Feb 03, 2010 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output Stage
Replies: 7
Views: 1730

Thank you all for your support and help!!!!
by suneelchallagali
Wed Feb 03, 2010 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 5621

Hey guys please Help me out i am unable to use the transformer stage in my jobs, when i am using it job gets hang when i am trying to complie it. Actually i am facing this issue from past 20 days. The reason we dint inform to IBM support guys is during normal development phase we use AIX environment...
by suneelchallagali
Tue Feb 02, 2010 10:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output Stage
Replies: 7
Views: 1730

Thanks for your response eostic. Actaully just for testing the xml input and output stages i have took the example. If possible can you guide me with this stages like how to use it
by suneelchallagali
Tue Feb 02, 2010 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output Stage
Replies: 7
Views: 1730

XML output Stage

I am using simple Job Seq_File > Xml_Input > Seq_File <xml> <id>1</id> <id>2</id> <id>3</id> <car>audi</car> <car>acura</car> <car>Honda</car> </xml> Output i am getting as Name ID audi 1 acura 1 Honda 1 please help me out to get associate ID's for Associate name fields such as Name ID audi 1 acura ...
by suneelchallagali
Fri Jan 29, 2010 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 5621

Yes chulett i have installed visual studio 2005 first then i have install infosphere 8.1
by suneelchallagali
Fri Jan 29, 2010 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 5621

Hey Ray, In the documentation they mentioned that for visual studio 2005 professional not need to configure compilers in environment variable in administrator here is the documentation link http://publib.boulder.ibm.com/infocenter/iisinfsv/v8r1/index.jsp?topic=/com.ibm.swg.im.iis.productization.iisi...
by suneelchallagali
Fri Jan 29, 2010 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation of the job hanging
Replies: 17
Views: 5621

compilation of the job hanging

Hi, when I am trying to compile the job which includes seq_file and transformer, the job is hanging. I mean staus of the job is compiling but never ending. I am able to compile and run the other job which doesn't include transformer stage. I have installed visual studio 2005 and OS is Windows 2003 s...
by suneelchallagali
Fri Jan 29, 2010 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trying to use RTI Stage such as xml output, xmlinput
Replies: 4
Views: 3930

Hey Chulett,

just now i saw your replay, Thanks for you concern and help.
by suneelchallagali
Fri Jan 29, 2010 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trying to use RTI Stage such as xml output, xmlinput
Replies: 4
Views: 3930

job is working fine i had figure it out. I am giving wrong path name user description column. I have changed to /xml/column_name/text(). And for new people working on xml stage Steps to create xml table and xpath. step1: go to import table and select table defination and click on xml table definatio...