At the top of my script... I added the section to source the CheckPoint script. And this worked fine.
#!/bin/bash
# Source Checkpoint Variables
source /etc/profile.d/mdpsenv.sh
mplane
-----------------------------------------------------------------------------
When i execute it...it now works
[Expert@MYDEVFW03:0]# ./config-dump
Context set to Management Plane
Copying Files...
taring files...
MYDEVFW03-config.txt
fwkern.conf.txt
grub.conf.txt
local.arp.txt
[Expert@MYDEVFW03:0]#
You may want to add this info to the SK article for mplane / dplane separation. Since this is new...You will find other customers that may have custom scripts.
Thank again for the resolution!