orchadmin dump issue

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

ram.m
Participant
Posts: 14
Joined: Tue Feb 21, 2006 1:16 am
Location: Bangalore
Contact:

Post by ram.m »

Hi Paul,

when i execute the which orchadmin command i am getting below outout

/dv/app/IBM/IS/Server/PXEngine/bin/orchadmin

btw i have created and executing orchadmin profile from my home directory so can you please let me know if i still need to setup in my home directory?
ram
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

At this point I'm wondering more about where than the which... as in where are you when you execute this command? Perhaps you need to fully path the ds? :?

I would think a 'not found' error would manifest itself in something more obvious than a '1' return code but who the heck knows? And I've got no way to test so just throwing that out there...
-craig

"You can never have too many knives" -- Logan Nine Fingers
ram.m
Participant
Posts: 14
Joined: Tue Feb 21, 2006 1:16 am
Location: Bangalore
Contact:

Post by ram.m »

Hi Paul,

i am getting below output when i execute "which orchadmin" command

/dv/app/IBM/IS/Server/PXEngine/bin/orchadmin

can you please kindly let me know what exactly you want me to check?
ram
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Just that you were executing the correct one and not some rogue copy someone had planted elsewhere. :wink:

You're fine.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ram.m
Participant
Posts: 14
Joined: Tue Feb 21, 2006 1:16 am
Location: Bangalore
Contact:

Post by ram.m »

Hi Craig,

Thanks for your reply.I am trying in multiple ways but my problem still not getting resolved.

Can you please let me know if i need to add any commands in my .profile along with .orchadmin profile inorder to make it work?
ram
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Not sure how much more help anyone here can give - everything reasonable has been tried and it doesn't seem to make any difference. At this point it seems you need "boots on the ground"... i.e. someone there who can see what you are doing and apply direct pressure to the wound. Failing that (if you haven't done so already) I would involve your Official Support Provider and get them figuring this out for you.
-craig

"You can never have too many knives" -- Logan Nine Fingers
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

First, validate that orchadmin even works.

type:

orchadmin

then hit enter.

Do you see help text?

You mentioned that you had set APT_GRID_CONFIG in your orchadmin profile. So did you actually check to see if you ARE grid enabled in your project?

$DSHOME/bin/dsadmin -listenv PROJECT_NAME | grep APT_GRID_CONFIG

export APT_GRID_CONFIG=<that config file>

orchadmin dump test.ds

Don't have to set it in any profile, you just need APT_GRID_CONFIG and a regular APT_CONFIGURATION file present in your shell.
Post Reply