Create the InForm Adapter user
Before InForm Adapter can be properly configured, you need to create an InForm Adapter user:
- Create an .xml file with the following structure:
<?xml-model href="schema0.xsd" ?>
<IAConfigContract>
<DATABASE>
<INSTALL>
<InformAdapterUser>
<UserName>InFormAdapterUID</UserName>
</InformAdapterUser>
<SystemUser>
<UserName>System</UserName>
</SystemUser>
<TableSpace>InForm</TableSpace>
</INSTALL>
<TnsEntry>trial1</TnsEntry>
</DATABASE>
</IAConfigContract>
- Specify the following values within the .xml file:
- UserName (under <InFormAdapterUser>)—Name of the InForm Adapter user. "InFormAdapterUID" used as an example in the previous step.
- UserName (under <SystemUser>)—Name of the InForm Adapter user with privileges to create an InForm Adapter user. "System" used as an example in the previous step.
- TableSpace—Table space that the InForm Adapter user is creating. "InForm" used as an example in the previous step.
- TnsEntry—Connection information for the system and the InForm Adapter user. "trial1" used as an example in the previous step.
- Navigate to the \Inform Adapter\InstallScript\IAConfiguration\bin> directory and run the PhaseForward.InFormAdapter.IAConfigurationConsole.exe file.
- Enter the InForm Adapter user password when prompted.
- Enter the InForm Adapter system password when prompted.