Search found 13 matches

by Geetha_M
Wed Nov 19, 2008 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating Routine in IIS 8.0.1
Replies: 9
Views: 6576

when i used the command cxx -W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c mike.c to compile it gave the following error : NuTCRACKER not properly installed. The pathname: C:/PROGRA~1/MKSTOO~1/include is missing from the 'INCLUDE' environment variable. But when i tried compiling with command CC -O -c mike...
by Geetha_M
Wed Nov 19, 2008 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating Routine in IIS 8.0.1
Replies: 9
Views: 6576

Now im able to create routines and but getting following error when trying to compile the job. Output from transformer compilation follows: ##I IIS-DSEE-TFCN-00001 12:01:40(000) <main_program> IBM WebSphere DataStage Enterprise Edition 8.0.1.4665 Copyright (c) 2001, 2005-2007 IBM Corporation. All ri...
by Geetha_M
Wed Nov 19, 2008 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating Routine in IIS 8.0.1
Replies: 9
Views: 6576

Now im able to create routines and but getting following error when trying to compile the job. Output from transformer compilation follows: ##I IIS-DSEE-TFCN-00001 12:01:40(000) <main_program> IBM WebSphere DataStage Enterprise Edition 8.0.1.4665 Copyright (c) 2001, 2005-2007 IBM Corporation. All ri...
by Geetha_M
Mon Nov 10, 2008 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deployment rights
Replies: 5
Views: 1963

Yes...user should be able to create a job and execute but not deploy.
by Geetha_M
Mon Nov 10, 2008 9:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deployment rights
Replies: 5
Views: 1963

It is to remove the deployment rights for a user,so that the user can not import/export.
If i make a particular project protected then the user can export but not import.
Can you tell me am i following the right way by making project protected, or is there some other way to do ?

Thanx
by Geetha_M
Mon Nov 10, 2008 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deployment rights
Replies: 5
Views: 1963

Deployment rights

Hi,

I want to disable deployment rights for a particular user,how can i achieve this? i tried removing admin previlleges but still i'm able to import/export.


Thanx in advance...
by Geetha_M
Wed Nov 05, 2008 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error with routines
Replies: 0
Views: 1099

Compilation error with routines

Hi, I am calling a simple routine( which accepts an integer input and returns the integer) from the transformer. When the job is compiled Im getting the following error : Output from transformer compilation follows: ##I IIS-DSEE-TFCN-00001 12:14:23(000) <main_program> IBM WebSphere DataStage Enterpr...
by Geetha_M
Tue Nov 04, 2008 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for integer
Replies: 3
Views: 1675

Thanku its working fine
by Geetha_M
Tue Nov 04, 2008 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating Routine in IIS 8.0.1
Replies: 9
Views: 6576

creating Routine in IIS 8.0.1

Hi, I want to create a routine for Datastage 8.0 version. I have followed the steps given for datastage7.5 as specified inone of the posts of this forum. Im getting the following error : NuTCRACKER not properly installed. The pathname: C:/PROGRA~1/MKSTOO~1/include is missing from the 'INCLUDE' envir...
by Geetha_M
Tue Nov 04, 2008 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for integer
Replies: 3
Views: 1675

Check for integer

Hi,

We have source as double and target as integer,we want to load only integer values to the target and number with decimal to reject file.
Could you please tell me how to resolve the above condition.

Regards....
by Geetha_M
Mon Nov 03, 2008 2:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Notify only if file exists
Replies: 3
Views: 2105

I got it.....
if [[ -s $1 ]] ; then
echo "file not empty"
return 1
else
rm $1
return 0;
fi ;
using returnvalue i could trigger the notification.
by Geetha_M
Mon Nov 03, 2008 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Notify only if file exists
Replies: 3
Views: 2105

Notify only if file exists

Hi, I need to send notification only if file exists. The following is my Job status : Im following the below steps 1)I have written a shell script which deletes the file if it is empty. 2)Send the notification if the file exists or else do nothing. Now the problem is : The notification mail is sent ...
by Geetha_M
Fri Oct 31, 2008 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deployment Rollback
Replies: 2
Views: 1272

Deployment Rollback

Hi,

How can I Rollback the deployment ? Does data stage support this?

Thanks in advance.

Rgds..