Search found 134 matches

by senthilt1
Wed Sep 23, 2009 12:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Deletion Unsuccessful
Replies: 14
Views: 4053

Hi Ray,

Thanks for the info....

So where should we use and execute these queries??
DELETE UV.ACCOUNT 'Project'
DELETE FROM UV.ACCOUNT WHERE @ID = 'Project';

Is it in DS Admin Command prompt???

Regards,
senthil Kumar P
by senthilt1
Tue Sep 22, 2009 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Deletion Unsuccessful
Replies: 14
Views: 4053

Hi Ernie,

The problem here is i am unable to login to the Adminstrator because of this issue. So i am not able to create new project.

Thanks for all your help...

Will get in touch with Support provider and update you...

Senthil Kumar P
by senthilt1
Tue Sep 22, 2009 5:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Deletion Unsuccessful
Replies: 14
Views: 4053

Hi All, Thanks for your replies.... I tried using the Delete command, DELETE UV.ACCOUNT 'DWTest' DELETE FROM UV.ACCOUNT WHERE @ID = 'DWTest'; But i couldnt get the tables UV.ACCOUNT in the Xmeta database. also there is no schema called UV. Please let me know from where i can query this. Find the lis...
by senthilt1
Fri Sep 18, 2009 9:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Deletion Unsuccessful
Replies: 14
Views: 4053

Hi all,

Any update please...Thanks,

Senthil P
by senthilt1
Fri Sep 18, 2009 12:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Deletion Unsuccessful
Replies: 14
Views: 4053

Project Deletion Unsuccessful

Hi All, When i was creating a new project in Administrator, due to some issue in unix server, my DS adminstrator got closed abruptly. So the project has not created completely. When i tried logging again to the adminstrator it throws error message related to the project which i was creating. So i de...
by senthilt1
Thu Jul 16, 2009 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: score file error
Replies: 3
Views: 6400

Thanks Ray and DSDexter..I got it.


-Senthil P
by senthilt1
Thu Jul 16, 2009 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: score file error
Replies: 3
Views: 6400

score file error

Hi All, Please let me know what is this error? "node_node2: broadcastStepIR: score file write for 4096 bytes to file /tmp/APTps901232091bcdf0 on node node2 returned -1; errno = 28 (file system full) Consider setting TMPDIR or APT_PM_SCORE_DIR to a directory with more space." main_program: ...
by senthilt1
Tue Jun 23, 2009 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM 8.0.1.0 Client issues
Replies: 12
Views: 5190

Hi, Yes, Its Service Pack 2 in my machine. There are DS clients installed on other machines for the same server and they are able to access all. But we installed 3 more clients recently and this was fine for a week and suddenly this issue has happened. Please let me know what to do for this. Thanks
by senthilt1
Tue Jun 23, 2009 4:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM 8.0.1.0 Client issues
Replies: 12
Views: 5190

Hi Sai, Please see the version details Product installLocation="C:\IBM\InformationServer\" key="datastagedocs" name="datastagedocs" version="8.0.1.0" /> <Product installLocation="C:\IBM\InformationServer\" key="datastage" name="datasta...
by senthilt1
Tue Jun 23, 2009 4:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM 8.0.1.0 Client issues
Replies: 12
Views: 5190

Hi Chulett, I tried unistalling the client and removed it from regedit and then installed it freshly. Again i am facing the same issues " run Time Error 1000" when i open any routines. Unable to open the stages in sequencer as well some of the stages in individual job. Please help me resol...
by senthilt1
Mon Jun 22, 2009 11:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM 8.0.1.0 Client issues
Replies: 12
Views: 5190

Hi Chulett, Thanks for info..

I reinstalled without uninstalling my old client and tried but again i am facing the same issue.

Should i unistall my client and then install? Will this resolve the issue.

Thanks,

Senthil P
by senthilt1
Mon Jun 22, 2009 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM 8.0.1.0 Client issues
Replies: 12
Views: 5190

IBM 8.0.1.0 Client issues

Hi, In DS client I am unable to view the stage properties in Sequencer. Also when i open the stages in job level it allows me for some time and many times am getting the error called OLE. Whenever i open the basic routines, i am getting the "run time error 1000" Invalid option when bound. ...
by senthilt1
Wed Mar 25, 2009 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can not get excluesive access to data stage job, monitoring
Replies: 3
Views: 2155

HI,

Please search for the Job Unlock, there are enough answers given.

Anyways, you can release it thro director. In the director, go to job cleanup resources option and then search for the name of the job to get your PID. Unlock the same.

Thanks,

Senthil P
by senthilt1
Wed Feb 04, 2009 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer not able to handle NULL
Replies: 4
Views: 2571

Hi Anurag, I am not sure whether this is the correct one..try this.. If you are checking isnull constraints in transformer for the fields that are from lookup table...then see whether it is a nullable field..if not then the is null constraints wont restrict the records... normally we get null values...
by senthilt1
Tue Feb 03, 2009 3:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined SQL not working for update
Replies: 3
Views: 1735

User defined SQL not working for update

Hi All, I am trying to update a table using the userdefined query... UPDATE Table SET col4= ? WHERE (col2=? And Col3=?) Message: 0 rows affected... The columns in the where clause are not the key column in database...but in datastage i enabled it as key..even in the where clause if i add primary key...