Configuring your profile

Using the My Profile page accessed from the Configuration tab, you can create a company profile that includes:

The following procedure describes how to configure the My Profile parameters. You must complete the Receipt Address information before receiving any documents and the Company AS2 ID information before posting any AS2 documents.

  1. Click the Configuration tab, then click My Profile in the navigation bar. The Manage My Profile page appears.
  2. Click the Edit button. The Manage My Profile editing page appears.
  3. Complete the entries in the Manage My Profile editing page (see Table 3).
    Important:
    If you change the port numbers, you must also change Console the shortcut. See Creating a new Console shortcut for instructions.
  4. Click the Save button.
    Table 3. Manage My Profile page parameters
    Parameter Description

    Receipt Address

    At least one receipt address domain name (either unsecure or secure) is required.

    The receipt address entered here also appears in the Manage AS2 and Manage HTTP pages (see Configuring AS2 parameters and Configuring HTTP parameters). If you change the port number, you must specify the new port number the next time you want to access the console (see Accessing the Console).

    Important:
    If you change the port number, you must also changes the Console shortcut. See Creating a new Console shortcut for instructions.

    Unsecure

    Enter the domain and port number that will be used to handle unsecure transactions.

    Note:
    Do not include the "http://" prefix.

    The receipt address entered here also appears in the Manage AS2 and Manage HTTP pages (see Configuring AS2 parameters and Configuring HTTP parameters). If you change the port number, you must specify the new port number the next time you want to access the console (see Accessing the Console).

    Important:
    If you change the port number, you must also change the Console shortcut. See Creating a new Console shortcut for instructions.

    Secure

    Enter the domain and port number that will be used to handle secure transactions.

    Note:
    Do not include the "https://" prefix.

    Important:
    If you change the port number, you must also change the Console shortcut. See Creating a new Console shortcut for instructions.

    Company AS2 ID

    Sender ID

    If you will be sending AS2-based documents, enter your AS2 ID. The ID entered here also appears in the Manage AS2 page (see Configuring AS2 parameters).

    Company Details

    Company Name

    Enter the name of your company.

    Address

    Enter your company's full mailing address.

    Business ID Type

    Select a business ID type (DUNS, DUNS+4, or Freeform).

    Identifier

    Enter the identifier corresponding to the business type you selected.

    Vendor Type

    Select the vendor type category appropriate for your company.

    Web Site

    Enter your company's Web site.

Creating a new Console shortcut

If you changed either of the port numbers in the Manage My Profile page, you must also create a new Console shortcut. The following steps describe how to do this.
Windows

  1. In Windows Explorer, navigate to the Start menu shortcuts directory for WebSphere Partner Gateway:
    C:\Documents and Settings\All Users\Start Menu\Programs\IBM WebSphere Partner Gateway - Express
  2. With the cursor in the right-hand pane, right-click then select New > Shortcut. The Create Shortcut window appears.
  3. Type the URL for the Console. The URL contains the machine name and the port number. For example, type http://<MachineName>:<PortNumber>/qc/index.jsp
  4. Click Next.
  5. Type a name for the shortcut. For example, type Console.
  6. Click Finish.
  7. Right-click the shortcut, then select Properties.
  8. In the Web Document Tab, click the Change Icon, then select the Internet Explorer icon, if it is not already selected.
  9. Click OK.

Linux

  1. Navigate to Product Install Home.
  2. Navigate to the directory scripts within Product Install Home.
  3. Open the Console.sh file in any text editor.
  4. Edit the last line which contains the port number in the URL. For example, edit the URL as follows:

    From:
    $BROWSER "http://testmachine.in.ibm.com:59080/qc/index.jsp
    To:
    $BROWSER "http://testmachine.in.ibm.com:80/qc/index.jsp

Copyright IBM Corp. 2003, 2005