Search found 88 matches

by kishoreramachandran
Wed Dec 27, 2006 10:28 am
Forum: General
Topic: odbc
Replies: 41
Views: 18864

yes , I am not able to connect to the database
by kishoreramachandran
Wed Dec 27, 2006 10:26 am
Forum: General
Topic: odbc
Replies: 41
Views: 18864

I have been told that the installation has been done on the server.
by kishoreramachandran
Wed Dec 27, 2006 10:24 am
Forum: General
Topic: odbc
Replies: 41
Views: 18864

I have told that the installation has been done on the server , on my machine what exactly am I suppposed to do. I am not able to see the driver on my machine.
by kishoreramachandran
Wed Dec 27, 2006 10:18 am
Forum: General
Topic: odbc
Replies: 41
Views: 18864

odbc

how to install a odbc driver on my machine
by kishoreramachandran
Sun Dec 17, 2006 11:43 am
Forum: General
Topic: odbc insert
Replies: 9
Views: 5152

I have a odbc table and a sql that is going to insert records into that table .The sql is referrring to many other tables to populate this table and I need to check if some of them are null and replace with a different value. then should I have all those tables as input to my transformer.
by kishoreramachandran
Sun Dec 17, 2006 10:34 am
Forum: General
Topic: odbc insert
Replies: 9
Views: 5152

odbc insert

I have got an odbc table as input and I am doing an insert on this table through a sql and this sql is joining many tables then is it required to refer to those table columns somewhere in the input or just the sql will take care of it. basically say input is table emp and I am inserting values to th...
by kishoreramachandran
Sat Dec 09, 2006 9:04 pm
Forum: General
Topic: running a series of scripts (ddl/dml) from job sequencer
Replies: 17
Views: 11245

if the script i am executing is 1.sh then after the dsexecute statment I have to give dsloginfo(systemOutput,1.sh) .then I have to give the next dsexecute to run the next script . if some scripts are not dependent on each other then can I create separate server job and do the same thing so that they...
by kishoreramachandran
Sat Dec 09, 2006 6:26 pm
Forum: General
Topic: running a series of scripts (ddl/dml) from job sequencer
Replies: 17
Views: 11245

when I am running in unix the will the command be

dsexecute("uv",cmd,output,0) what should i give for output, and if I have to code so many dsexecutes can I do it in 1 server job.

does it mean that the job will not have any stages .
by kishoreramachandran
Sat Dec 09, 2006 5:42 pm
Forum: General
Topic: running a series of scripts (ddl/dml) from job sequencer
Replies: 17
Views: 11245

if i use dsexecute to execute a shell script name 1.sh how do i give the parameters. can you help with the actual command.
by kishoreramachandran
Fri Dec 01, 2006 2:56 pm
Forum: General
Topic: running a series of scripts (ddl/dml) from job sequencer
Replies: 17
Views: 11245

none of the replies have helped me so far
by kishoreramachandran
Thu Nov 30, 2006 7:32 pm
Forum: General
Topic: running a series of scripts (ddl/dml) from job sequencer
Replies: 17
Views: 11245

basically what they plan is to cut and paste the same script with may be some minor changes and execute within datastage
by kishoreramachandran
Thu Nov 30, 2006 3:27 pm
Forum: General
Topic: running a series of scripts (ddl/dml) from job sequencer
Replies: 17
Views: 11245

they want everthing to be controlled through datatage
by kishoreramachandran
Thu Nov 30, 2006 3:21 pm
Forum: General
Topic: running a series of scripts (ddl/dml) from job sequencer
Replies: 17
Views: 11245

running a series of scripts (ddl/dml) from job sequencer

A series of scripts (ddl/dml) need to be run through the job sequencer.
the 1st script will be run with 5 different input values and then the 2nd script with the different set of input values and so on. What will be the best design for this.