Error msg from PeopleSoftCompIntfcAdapter
Hi Everyone
I tried to create a user on peoplesoft from IDM 5.0 SP5 using the adapter com.waveset.adapter.PeopleSoftCompIntfcAdapter. The adapter gave me different error mesages based on different values I typed in. Here is the list of the error
1. Create a user with only email
Email:david.grzyb@xxxx.com
Description:
SymbolicId:
ps_role:
idTypes:
Error: com.waveset.util.WavesetException: An error occurred adding user 'dgrzyb' to resource 'PS'. java.lang.NoSuchMethodError: psft.pt8.joa.IPSMessage.getMessageSetNumber()I
2. Create a user with email and description
Email:david.grzyb@xxxx.com
Description: SHARE
SymbolicId:
ps_role:
idTypes:
com.waveset.util.WavesetException: An error occurred adding user 'dgrzyb' to resource 'PS'. java.lang.NoSuchMethodError: psft.pt8.joa.IPSMessage.getMessageSetNumber()I
3. Create a user with email and SymbolicId
Email:david.grzyb@xxxx.com
Description:
SymbolicId: 33450
ps_role:
idTypes:
com.waveset.util.WavesetException: An error occurred adding user 'dgrzyb' to resource 'PS'. bea.jolt.ApplicationException: TPESVCFAIL - application level service failure
4. Create a user with email and ps-role
Email:david.grzyb@xxxx.com
Description:
SymbolicId:
ps_role:AR_REPORT
idTypes:
com.waveset.util.WavesetException: An error occurred adding user 'dgrzyb' to resource 'PS'. com.waveset.util.XmlParseException: XML Error: 1:1: Content is not allowed in prolog.
5. Create a user with email and idtype
Email:david.grzyb@xxxx.com
Description:
SymbolicId:
ps_role:
idTypes: idtype
com.waveset.util.WavesetException: An error occurred adding user 'dgrzyb' to resource 'PS'. com.waveset.util.XmlParseException: XML Error: 1:1: Content is not allowed in prolog.
I am new to peoplesoft adapter, I guess I must miss something important. I am wondering if there is configuration stuff on peoplesoft side? or I should config peopleSoft user from for provisioning instead of standard one?
Any advice is highly appreciated.
Thanks in advance

