Search found 39 matches

by nandela.sudheer
Sat Jan 07, 2017 2:45 am
Forum: General
Topic: The enviroment variable JAVA_HOME must no be set
Replies: 1
Views: 2053

The enviroment variable JAVA_HOME must no be set

I am applying FIX PACKE2 to Information Server 11.3 version. getting below error message. I unset JAVA_HOME variable in both Engine and Service Tiers, still getting the same issue.

Error : The enviroment variable JAVA_HOME must no be set
by nandela.sudheer
Sat Dec 24, 2016 5:49 am
Forum: General
Topic: dsrpc is not responding
Replies: 1
Views: 2241

dsrpc is not responding

I restarted DSEngine successfully without any issues,but I am unable to login into Datastage designet dute to below error. And DSRPCD is showing status NOT RESPONDING in Operation console.


Failed to connect Information Server Engine 81002.
by nandela.sudheer
Thu Dec 22, 2016 2:47 am
Forum: General
Topic: Change Admin userid for Information Server
Replies: 0
Views: 1927

Change Admin userid for Information Server

Currently I am using service account for logging into Information Server console.I want to use change the userid from Service Account to isadmin. And need disable service account for IIS console. Please let me know the process to change.
by nandela.sudheer
Sun Sep 11, 2016 10:20 am
Forum: General
Topic: dsjob execution
Replies: 10
Views: 5286

Please let me know i missed any below steps. 1. Added export PATH=$PATH:/opt/IBM/InformationServer/Server/DSEngine/bin"" in .profile file present in /home/dsadm 2. restarted DS Server. 3. I unable to run Datastage job by using dsjob command from /opt/IBM location, but able to run DSEngine/...
by nandela.sudheer
Sat Sep 10, 2016 11:57 am
Forum: General
Topic: dsjob execution
Replies: 10
Views: 5286

I am unable to run the Datastage job by using dsjob -run projectname jobname from /opt/IBM folder after added the PATH variable in .profile file. Do I need update any file for running Datastage job from any directory location in Linux.
by nandela.sudheer
Sat Sep 10, 2016 1:34 am
Forum: General
Topic: dsjob execution
Replies: 10
Views: 5286

dsjob execution

I want to run the dsjob and orchadmin from any directory location in Unix.

I have added one variable(/opt/IBM/InformationServer/Server/DSEngine/bin) in /etc/profile file, but not able run. Please let me know the steps.
by nandela.sudheer
Mon Apr 22, 2013 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP
Replies: 1
Views: 1841

RCP

I have the requirement to write a job which will run and read form any table given as parameter and will write it to a any table given as parameter. So i have decided it to implement through RCP. RCP enabled in Datastage Admin and Job level also. And is there any better way to implement this type of...
by nandela.sudheer
Wed Jan 23, 2013 5:30 am
Forum: General
Topic: Previous day in User variable activity
Replies: 3
Views: 3336

Please explain with one example.
by nandela.sudheer
Wed Jan 23, 2013 12:21 am
Forum: General
Topic: Previous day in User variable activity
Replies: 3
Views: 3336

Previous day in User variable activity

I want the Previous day of sysdate logic in User variable activity stage in job sequence.Please help me.
by nandela.sudheer
Tue Jan 22, 2013 1:23 am
Forum: General
Topic: Convert to day
Replies: 11
Views: 3801

Mod(@DATE,7) <= 1 for Sunday and Moday
Mod(@DATE,7) > 1 for Tuesday to Friday

Is it correct?
by nandela.sudheer
Tue Jan 22, 2013 12:35 am
Forum: General
Topic: Convert to day
Replies: 11
Views: 3801

Thanks. I have Implemented in executed command Returned value = 0 OR 1 (this is one condition for executing next level sequence job). Returned value = 2 or 3 or 4 or 5 (teriminator the sequence job). Job design is : Excued command -------Returned value is (=2 or 3 or 4 or 5) ----Teriminator activity...
by nandela.sudheer
Tue Jan 22, 2013 12:04 am
Forum: General
Topic: Convert to day
Replies: 11
Views: 3801

Thanks for your help.Actually i want to run Sunday and Monday.Please let me know how to write the command in execute coomand.
by nandela.sudheer
Mon Jan 21, 2013 11:22 pm
Forum: General
Topic: Convert to day
Replies: 11
Views: 3801

Convert to day

I have Sequence job.I want to Run the sequence job only on Sunday and Monday,other days sequence jobs needs abort.How to implement logic in the Sequence job.Please help me.
by nandela.sudheer
Thu Dec 08, 2011 6:55 am
Forum: General
Topic: Sequence Jobs
Replies: 2
Views: 1661

Sequence Jobs

I have one requirement like I have one sequence job like Seq_Test in this sequence we have 2 jobs like Tset1 , Test2. Seq_Test Test1 Test2 note: We are running this two jobs in parallel my requirement: if sequence job start then start two jobs at a time.if those jobs are successfull we are fine. if ...
by nandela.sudheer
Wed Jul 06, 2011 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: divide the Data
Replies: 1
Views: 1620

divide the Data

Hi,

Can you Please below the below Scneraio.
i am getting the data like this

No,EmailID
1,a@gmail.com,b@gmail.com,c@gmail.com
2,dd@gmail.com

i want the ouput below format

1 a@gmail.com
1 b@gmail.com
1 c@gmail.com
2 dd@gmail.com

Thanks,
Sudhir