Information
Out of support This documentation supports the 8.0 version of BMC Atrium Single Sign-On, which is in "End of Version Support." However, the documentation is available for your convenience. You will not be able to leave comments.Click here to view the documentation for a supported version of Remedy Single Sign-On.

Create command results output file


The following is an example of the output content generated when you run a bulkFederation create command with the -rf parameter. This file is a parseable XML file that contains diagnostic information.


<BulkUtilityResponse>
  <Creation>
     <UserIdMapFile>.\userIdMapFile.dat</UserIdMapFile>
     <Status>SUCCESS</Status>
     <UserDetail>
        <UserID>spuser1</UserID>
        <TempPswd>ur8kcdpsfpha</TempPswd>
        <Status>SUCCESS</Status>
     </UserDetail>
     <UserDetail>
        <UserID>spuser2</UserID>
        <Status>FAILURE</Status>
        <ErrorCode>BMCSSG1743E</ErrorCode>
        <ErrorMsg>IO error encountered when attempting to create the user: id=spuser2,ou=User,o=BmcRealm,ou=services,dc=opensso,dc=java,dc=net</ErrorMsg>
        <Detail>Fault detail goes here!</Detail>
     </UserDetail>
     <UserDetail>
        <UserID>spuser3</UserID>
        <TempPswd>ss4nmsq9qdq1</TempPswd>
        <Status>SUCCESS</Status>
     </UserDetail>
     <UserDetail>
        <UserID>spuser4</UserID>
        <Status>FAILURE</Status>
        <ErrorCode>BMCSSG1744E</ErrorCode>
        <ErrorMsg>Process was interrupted when attempting to create the user: id=spuser4,ou=User,o=BmcRealm,ou=services,dc=opensso,dc=java,dc=net</ErrorMsg>
        <Detail>Fault detail goes here!</Detail>
     </UserDetail>
     <UserDetail>
        <UserID>spuser5</UserID>
        <TempPswd>iud8eavvcb36</TempPswd>
        <Status>SUCCESS</Status>
     </UserDetail>
  </Creation>
</BulkUtilityResponse>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Atrium Single Sign-On 8.0.00