Search found 262 matches

by g_rkrish
Sat Sep 15, 2007 8:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Services
Replies: 23
Views: 5954

lstsaur wrote:RK,
You need to create a link "jre -> /opt/IBM/InformationServer/ASBNode/apps/jre". Then it should work.
can you explain in detail pls....
by g_rkrish
Fri Sep 14, 2007 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Services
Replies: 23
Views: 5954

You may also need to edit your CLASSPATH environment variable. ... Do i need to do with the dsenv file..also i have a separte install in my server for thw webservices in that i see thses folders..but in the Inforamtion server i dont have bin dir in java..so is there some thing i need to install on ...
by g_rkrish
Thu Sep 13, 2007 4:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Services
Replies: 23
Views: 5954

Web Services

Hi, I am pretty much new to the Web services ..thing..My requirement is i have a XML file definitions..for that i need to extract from a webservices...and load to the table..i just created a sample webservices job to do that.. I created the job with the Webservices client stage ..and putting in to a...
by g_rkrish
Tue Sep 04, 2007 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJob command to a variable
Replies: 4
Views: 3843

Re: DSJob command to a variable

Hi I am doing one script in which am trying to put the linfo i.e the number of records of a file into log file so what i did was i did the ds job command and did a grep and cut command to get the num of records and here is my command dsjob -linkinfo Projectname Jobanme stagename Linkname | grep 'Li...
by g_rkrish
Tue Sep 04, 2007 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJob command to a variable
Replies: 4
Views: 3843

DSJob command to a variable

Hi I am doing one script in which am trying to put the linfo i.e the number of records of a file into log file so what i did was i did the ds job command and did a grep and cut command to get the num of records and here is my command dsjob -linkinfo Projectname Jobanme stagename Linkname | grep 'Lin...
by g_rkrish
Wed Aug 22, 2007 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file on a diff server
Replies: 13
Views: 2390

Sorry, I read your first reply and saw the 'yes' to the NFS mount question. If telnet works, then rsh should work as well. With that command you could check for the existance of the file. ... thanks every body..I did like this Startloop----->commandActivitytoFTP the file----->WaitforfileintehLocalf...
by g_rkrish
Wed Aug 22, 2007 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while compiling transformer stage
Replies: 12
Views: 4704

Re: error while compiling transformer stage

Hi, I am getting following error while compiling in transformer stage. Can anybody give me a hint what is the problem Ascential DataStage(tm) Enterprise Edition 7.5.1A Copyright (c) 2004, 1997-2004 Ascential Software Corporation. All Rights Reserved ##I TUTL 000031 10:22:38(001) <main_program> The ...
by g_rkrish
Wed Aug 22, 2007 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file on a diff server
Replies: 13
Views: 2390

ArndW wrote:g_rkrish - if you have an NFS mount all you need to do is the wait-for-file activity. no more, no less. No need for ftp or rcp or an rsh. ...
But i don't have NFS mount i have only telnet access to those files in that server....
by g_rkrish
Tue Aug 21, 2007 5:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file on a diff server
Replies: 13
Views: 2390

Re-read his reply. If its an NFS mount then you dont need to do anything fancy. Just give the fully qualified path of the file in the wait for file activity. ftp and rcp was if there was no NFS mount. Go to the file you are waiting for, do a pwd, copy paste that path in the wait for file activity, ...
by g_rkrish
Tue Aug 21, 2007 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file on a diff server
Replies: 13
Views: 2390

DSguru2B wrote:Yes you can. if you can browse through it then it should be visible from within datastage. Look at ArndW's reply.
According to him need to ftp or rcp the file till filenot found..I feel we need to write a script here right..correct me if i am wrong....
by g_rkrish
Tue Aug 21, 2007 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file on a diff server
Replies: 13
Views: 2390

As ArndW advised, if its an NFS mount, then for you it should look like a local directory. Thats the beauty of an NFS mount. Can you browse through the remote directory by telnet'ing via your DataStage server? Yes i can telnet from by DataStage server can browse through my OS..but can we do it thro...
by g_rkrish
Tue Aug 21, 2007 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file on a diff server
Replies: 13
Views: 2390

If the file is in a directory that is remotely mounted, for instance through NFS, then you can use the wait for file activity. If it is not mounted, then you could just use the ftp or rcp [ ... Yes the file is in a directory remortly mounted...but i dcould not see the option in wait for file activi...
by g_rkrish
Tue Aug 21, 2007 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file on a diff server
Replies: 13
Views: 2390

Wait for file on a diff server

Hi, I have requirement like this ..I have job that need to be kicked off once find the file.The thing is the file is in diff server so what i need to do i need look for the file in diff server every 10 mins for 12 hours if i fine them i need to ftp that file and kick off the job..does DS wait for fi...
by g_rkrish
Fri Aug 10, 2007 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 connection error
Replies: 11
Views: 4205

Re: error in importing metadata from db2

Hi My server name as host name I had given the same value in IP address field. Let me say my server name is "bhargava" I had given "IpAddress=bhargava". Is there any problem? I am trying to import metadata from both Manager as well as designer. Anywhere I am unable to get it. Th...
by g_rkrish
Fri Aug 10, 2007 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to connect perticular project
Replies: 2
Views: 901

Re: Not able to connect perticular project

Hello, We have 42 different projects on the Development machine.out of these projects we are not able to connect one project neither from Designer,Director nor Manager. It is not giving any error or massage but it keeps trying running and then after sometime it gets hanged. 1.Do you have any idea w...