Siebel Object Interfaces Reference > Accessing Siebel COM Data Server with C++ >

Testing Your Program


To test your program

  1. Start your Siebel client application using the same CFG file and login parameters you specified in the code.
  2. Choose Screens > Accounts > All Accounts. Verify that there is at least one account visible in the Account list applet. If there is not, create one. Exit the Siebel client.
  3. Open the CFG file you specified in the code and make sure that the DataSource key indicates the database source you specified at logon in Step 2.
  4. In Microsoft Visual C++, choose Build > Build SiebelCOM.exe, or press F7. If there are any errors or warnings reported in the output window, correct the errors and repeat this step.
  5. Choose Build > Execute SiebelCOM.exe, or press F5.
  6. A message box displays the message "Siebel Data Server initialized."

  7. Click OK.
  8. The customized dialog box opens.

  9. The application displays a series of message boxes, with the following messages:
  10. "CFG file loaded."
    "Logged into Siebel database."
    "Account BusObject retrieved."
    "Account BusComp retrieved."

    The application displays the name of the first account in the All Accounts view.


 Siebel Object Interfaces Reference 
 Published: 18 June 2003