I had this working once, but have not been able to figure out why it fails now...
the following code snippet:
Dim pBag As New PropertyBag If (Not logFile.Equals("1")) Then ' Insert into PersonWantsOrg and Get the UID |
I get the following output:
4. Create Property Bag for PWO ***PropertyBag For PWO for RequestID: 1f2eb4f0-9662-4761-b702-1ccfe73053e0 ***UID_PersonOrdered 07101905-e7eb-4e51-8c26-bd11d1530034 ***UID_PersonInserted: 07101905-e7eb-4e51-8c26-bd11d1530034 ***UID_Org: 7BA08A4C-3616-4748-8662-EB1BB9BCCFBE ***OrderState: New ***OrderReason: PAAS Request ***CustomProperty01: 1f2eb4f0-9662-4761-b702-1ccfe73053e0 ***CustomProperty02: AD-User-Create-Service-Keytab ***OrderDetail1: {"User":{"DomainName":"ADServer","SamAccountName":"DUMMY1","Path":"zlab.test/Users","DisplayName":"MyDisplayName","Description":"Service Account Test Creation","Owner":"MyOwner","Enabled":"true","KeytabCrypto":"24","KeytabPrincipalName":"MyKeytabPrincipalName","KeytabFileName":"fdp00-12345-hbase.service.keytab","CanonicalName":"MyCanonicalName","EmployeeType":"SERVICE","PrincipalName":"UserPrincipalName","PasswordNeverExpires":"True","CannotChangePassword":"True","AuthType":"Keytab","SPN":null,"GroupCategory":null}} ***CustomProperty05: fa5cccfc-233f-e711-80e3-ac162d9f9c7b ***CustomProperty06: False ***CCC_OrderDetails3: {"User":{"DomainName":"ADServer","SamAccountName":"DUMMY1","Path":"zlab.test/Users","DisplayName":"MyDisplayName","Description":"Service Account Test Creation","Owner":"MyOwner","Enabled":"true","KeytabCrypto":"24","KeytabPrincipalName":"MyKeytabPrincipalName","KeytabFileName":"fdp00-12345-hbase.service.keytab","CanonicalName":"MyCanonicalName","EmployeeType":"SERVICE","PrincipalName":"UserPrincipalName","PasswordNeverExpires":"True","CannotChangePassword":"True","AuthType":"Keytab","SPN":null,"GroupCategory":null}} ***Writing PropertyBag to PWO for RequestID: 1f2eb4f0-9662-4761-b702-1ccfe73053e0 Error Saving 1f2eb4f0-9662-4761-b702-1ccfe73053e0 to PWO: Object reference not set to an instance of an object. Skipped Record due to Processing Error for: 1f2eb4f0-9662-4761-b702-1ccfe73053e0 |
You can't run this through debugger since Fillorder can't be run internally...I am at a loss as to what the Object reference not set to an instance of an object is referring to. This is a vanilla 7.1.1 installation with just the one schema extension on PWO (I was trying to use AdditionalData, but thought that might be a problem, so I added a field.). Am I misisng a parameter that has to be set?