SpeakerIndex is an Integer ( 0 , 32 , 999 etc...)
Apparently I was doing the speakerindex as an integer correctly.
Think I figured out what I had wrong.
I was using the copy name GUID as is:
CON_Herb_Tea_A <bc9ba999-306d-4caa-995e-5a6a7c703b86>
When it needed to be
CON_Herb_Tea_A_bc9ba999-306d-4caa-995e-5a6a7c703b86
Thanks.