Upgrading from IBM Control Desk 7.6.1.5 to Maximo IT
In today’s fast-paced world of data analytics and AI, optimizing your data infrastructure is key to unlocking valuable insights and driving innovation.
You can configure bank, partner, and user profiles in the Profile Manager.
EBICS Server supports creating bank configuration using RSA Keys and X509 Certificates. A bank profile includes the EBICS host information.
openssl genpkey -outform DER -out hostRSAAuthPrivate.key -algorithm RSA -pkeyopt
rsa_keygen_bits:2048
openssl rsa -inform DER -in hostRSAAuthPrivate.key -pubout -out
form DER -out hostRSAAuthPublic.der
openssl pkcs8 -topk8 -inform DER -in hostRSAAuthPrivate.key -out
form DER -nocrypt -out hostRSAAuthPrivate_pkcs8.key
Â
If a CA issued certificate is available, check in the pfx or p12 file into Trading Partner > Digital Certificates > System and the CA root certificate into Trading Partner > Digital Certificates > CA.
Alternatively, you can create a self signed certificate under Trading Partner > Digital Certificates > System.
Creating EBICS HTTP Server Adapter
Under Deployment > Services > Configuration, search for EBICS HTTP Server Adapter. click Copy, rename it and give the port number on which EBICS Server accepts requests from the EBICS Clients. Under this configuration, select Use SSL to configure the EBICS Server for HTTPS configuration.
In the next page, select the system certificate, which is created during the previous step.
To change the default URI, delete the EBICSRequest and create a custom URI with business process to be run as handleEBICSRequest.
To create a bank profile, complete the following steps:
Field | Description |
---|---|
Bank ID (Host ID) | Required. Specify a unique ID for the bank in the bank's system. Note:Â You must use the SWIFT-BIC (Bank Identifier Code) format for specifying the bank ID. If you do not specify the bank ID in the recommended SWIFT-BIC format, the Payment Status Report (.PSR) report is not generated. |
Bank Name | Required. Specify the name of the bank. |
Address Line 1 | Optional. Specify the address of the bank. |
Address Line 2 | Optional. Specify the address of the bank. |
City | Optional. Pertains to address of the bank. Specify the name of the city. |
State or Province | Optional. Specify the name of the state or province. |
Country/Region | Optional. Select the country or region. |
Zip or Postal Code | Optional. Specify the zip code or postal code. |
Time Zone | Optional. Select the time zone. |
E-mail Address | Optional. Specify the e-mail address of the bank. |
Telephone Number | Optional. Specify the phone number with country code and state code. |
Certificate type | Required. Specify the Certificate type - Keys or X509 as required. |
Field | Description |
---|---|
Encryption Private Certificate | Required. Specify the key used by the bank to decrypt inbound order data. The key must be a Sterling B2B Integrator system certificate. The bank must distribute the public part of the key to its EBICS partners and users. |
Encryption Public Certificate | Required. Specify the key to enable sending of encrypted requests to the EBICS Banking Server. The key is distributed by the EBICS Banking Server. The bank must distribute the public part of the key to its EBICS partners and users. The key must be a public part of the Sterling B2B Integrator system certificate. |
Authentication Private Certificate | Required. Specify the private key used by the bank to create the digital signature in the response sent to the EBICS partners and users. The partners and users must have the public part of the key to validate the authorization. The key must be a Sterling B2B Integrator system certificate. |
Authentication Public Certificate | Required. Specify the key the bank provides to the user to validate the authorization of the response received from the EBICS Banking Server. The key is distributed by the EBICS Banking Server. The key must be a public part of the Sterling B2B Integrator system certificate. |
Maximum Recovery Attempts | Required. Specify the number of recovery attempts for a transaction. The default value is 0, which indicates that there is no recovery. |
Maximum No. of Sign Allowed | Required. Specify the maximum number of personal signatures allowed for each order type or file format in the contract. The default value is 2. If the value is set to 0, no personal signature is required for the contracts of the bank. |
Allow Prevalidation | Optional. Select this check box to allow preliminary verification of the account authorization, account limit, Electronic Signature, and other data, which are a part of the first transaction step. By default, this option is selected. |
Support Client Download | Optional. Client Data Download. Select this check box to support the order types HKD and HTD. |
Support Order Download | Optional. Downloadable order data. Select this check box to support the order type HAA. |
Support X509Data | Optional. Select this check box to support X.509 data. By default, this option is selected. Note:Â This is valid only for X509 certificate type. |
Persist X509Data | Optional. Select this check box to persistently store the user's X.509 data on the server. By default, this option is selected. Note:Â This is valid only for X509 certificate type. |
Field | Description |
---|---|
Bank URL | Required. Specify the HTTP URL the bank will host. A bank can have multiple URLs with a minimum of one. The bank URL is given to a user for the user to send requests to the bank. The Uniform Resource Indicator (URI) is configured in the HTTP Server adapter to listen at the port, and receive EBICS requests, if any. Note:Â Each bank ID should have a unique port number or URI. |
Valid From | Optional. Specify the date from which the URL or IP is valid in the MM/DD/YYYY format. Click the calendar icon to select the date. |
Field | Description |
---|---|
Protocol Version | Required. Select the schema version relevant to the supported EBICS version. Valid values are H004, H003 and H000. The default value is H003. |
Release Version | The EBICS version supported by the bank and associated with the protocol version specified, is displayed. |
Field | Description |
---|---|
Type | Required. Select the process type. Valid values are:
|
Version | Required. Select the process version.
|
You can search for a bank profile from under the Administration menu by Bank ID (Host ID).
To search for a bank profile, complete the following steps:
EBICS Server supports RSA Keys and X509 Certificates. A bank profile includes the EBICS host information.
To edit a bank profile, complete the following steps:
Field | Description |
---|---|
Bank Name | Required. Specify the name of the bank. |
Address Line 1 | Optional. Specify the address of the bank. |
Address Line 2 | Optional. Specify the address of the bank. |
City | Optional. Specify the name of the city. |
State or Province | Optional. Specify the name of the state or province. |
Country/Region | Optional. Select the country or region. |
Zip or Postal Code | Optional. Specify the zip code or postal code. |
Time Zone | Optional. Select the time zone. |
E-mail Address | Optional. Specify the e-mail address of the bank. |
Telephone Number | Optional. Specify the phone number with country code and state code. |
Certificate type | Required. Specify the Certificate type - Keys or X509 as required. |
Field | Description |
---|---|
Encryption Private Certificate | Required. Specify the key used by the bank to decrypt inbound order data. The key must be a Sterling B2B Integrator system certificate. The bank must distribute the public part of the key to its EBICS partners and users. |
Encryption Public Certificate | Required. Specify the key to enable sending of encrypted requests to the EBICS Banking Server. The key is distributed by the EBICS Banking Server. The bank must distribute the public part of the key to its EBICS partners and users. The key must be a public part of the Sterling B2B Integrator system certificate. |
Authentication Private Certificate | Required. Specify the private key used by the bank to create the digital signature in the response sent to the EBICS partners and users. The partners and users must have the public part of the key to validate the authorization. The key must be a Sterling B2B Integrator system certificate. |
Authentication Public Certificate | Required. Specify the key the bank provides to the user to validate the authorization of the response received from the EBICS Banking Server. The key is distributed by the EBICS Banking Server. The key must be a public part of the Sterling B2B Integrator system certificate. |
Maximum Recovery Attempts | Required. Specify the number of recovery attempts for a transaction. The default value is 0, which indicates that there is no recovery. |
Maximum No. of Sign Allowed | Required. Specify the maximum number of personal signatures allowed for each order type or file format in the contract. The default value is 2. If the value is set to 0, no personal signature is required for the contracts of the bank. |
Allow Prevalidation | Optional. Select this check box to allow preliminary verification of the account authorization, account limit, Electronic Signature, and other data, which are a part of the first transaction step. By default, this option is selected. |
Support Client Download | Optional. Client Data Download. Select this check box to support the order types HKD and HTD. |
Support Order Download | Optional. Downloadable order data. Select this check box to support the order type HAA. |
Support X509Data | Optional. Select this check box to support X.509 data. By default, this option is selected. Note:Â This is valid only for X509 certificate type. |
Persist X509Data | Optional. Select this check box to persistently store the user's X.509 data on the server. By default, this option is selected. Note:Â This is valid only for X509 certificate type. |
Field | Description |
---|---|
Bank URL | Required. Specify the HTTP URL the bank hosts. A bank can have multiple URLs with a minimum of one. The bank URL is given to a user for the user to send requests to the bank. The Uniform Resource Indicator (URI) is configured in the HTTP Server adapter to listen at the port, and receive EBICS requests, if any. Note:Â Each bank ID should have a unique port number or URI. |
Valid From | Optional. Specify the date from which the URL or IP is valid in the MM/DD/YYYY format. Click the calendar icon to select the date. |
Field | Description |
---|---|
Protocol Version | Required. Select the protocol version relevant to the supported EBICS version. Valid values are H004, H003 and H000. The default value is H003. |
Release Version | The EBICS version supported by the bank and associated with the protocol version specified, is displayed. |
Field | Description |
---|---|
Type | Required. Select the process type. Valid values are:
|
Version | Required. Select the process version.
|
You can delete a bank profile from the Administration menu if no contracts with any partners are established with the bank.
Creating a Partner Profile allows a partner to interact with the EBICS server.
A partner represents a customer who interacts with the EBICS Server. A customer is an organizational unit (a company or a private person) that has entered into a contract with a bank.
A customer can have one or more partners, with each having a Partner ID. Each partner can have one or more bank accounts.
To create a partner profile:
Field | Description |
---|---|
Partner ID | Required. Specify the unique ID of a partner in the bank's system. To select from a list of partner IDs, click the Lookup icon next to the Partner ID field. Note: Using the Lookup icon, if you select a partner ID that exceeds 35 characters, Sterling B2B Integrator trims the value to 35 characters, and creates a new record (the trimmed value) in the database. |
Organization Code | Required. Specify the code of the organization that has been created in Sterling B2B Integrator through the Trading Partner user interface or through the Sterling File Gateway user interface. |
Partner Name | Required. Specify the name of the partner. You can search for a partner using the Search functionality in the Sterling File Gateway user interface. |
Address Line 1 | Optional. Specify the address of the partner. |
Address Line 2 | Optional. Specify the address of the partner. |
City | Optional. Specify the name of the city. |
State or Province | Optional. Specify the name of the state or province. |
Country/Region | Optional. Select the country or region. |
Zip or Postal Code | Optional. Specify the zip code or postal code. |
Time Zone | Optional. Select the time zone. |
E-mail Address | Optional. Specify the e-mail address of the partner. |
Telephone Number | Optional. Specify the phone number of the partner with the country code and state code. |
Field | Description |
---|---|
Account ID | Required. Specify the account identification code of the partner. The account ID is used when the bank associates a partner and a user with an order type. |
Account Holder Name | Required. Specify the name of the account holder name to whom the account ID belongs to. |
Account Description | Optional. Specify information of partner's accounts. |
Account Currency | Required. Select the currency in which the transactions pertaining to the account takes place. The default value is [EUR] European Community Euro. |
Account Number | Required if you do not specify a National Account Number. Specify the account number, either in national (German) or international (IBAN) format. A valid account number should have either a 3-10 digit numeric code or 7- 30 characters of which the first two characters must be A-Z and the next two characters must be numeric digits followed by 3-30 characters that use the A-Za-z0-9 pattern. |
International | Optional. Select this check box if the account number is specified in international (IBAN) format. |
National Account Number | Required if you do not specify an Account Number. Specify the account number in free format. This is applicable for national account numbers that do not comply to German or international (SWIFT-BIC) standards. |
Format | Required if National Account Number is specified. Specify the format of the account number. |
Bank Code | Required if the account ID is specified. Specify the bank code in free format. A bank code should have either an eight digit numeric code or eleven characters of which the first six characters must be A to Z and the next five characters must be A to Z or 0-9. |
International | Optional. Select this check box if the bank code is specified in international (SWIFT) format. |
Prefix (Bank Code) | Optional. Specify the national bank sort code prefix. |
National Bank Code | Required. Specify the bank code in free format. This is applicable for national bank codes that do not comply to German or international (SWIFT-BIC) standards. |
Format | Required if National Bank Code is specified. Specify the format of the bank code. |
You can search for a partner profile from under the Administration menu.
To search for a partner profile, complete the following steps:
Sometimes a Partner Profile needs updated to ensure a partner has proper interaction with the EBICS server.
To edit a partner profile:
Field | Description |
---|---|
Partner Name | Required. Specify the name of the partner. You can search for a partner using the Search functionality in the Sterling File Gateway user interface. |
Address Line 1 | Optional. Specify the address of the partner. |
Address Line 2 | Optional. Specify the address of the partner. |
City | Optional. Specify the name of the city. |
State or Province | Optional. Specify the name of the state or province. |
Country/Region | Optional. Select the country or region. |
Zip or Postal Code | Optional. Specify the zip code or postal code. |
Time Zone | Optional. Select the time zone. |
E-mail Address | Optional. Specify the e-mail address of the partner. |
Telephone Number | Optional. Specify the phone number of the partner with the country code and state code. |
Field | Description |
---|---|
Account ID | Required. Specify the account identification code of the partner. The account ID is used when the bank associates a partner and a user with an order type. |
Account Holder Name | Required. Specify the name of the account holder name to whom the account ID belongs to. |
Account Description | Optional. Specify information of partner's accounts. |
Account Currency | Required. Select the currency in which the transactions pertaining to the account takes place. The default value is [EUR] European Community Euro. |
Account Number | Required if you do not specify a National Account Number. Specify the account number, either in national (German) or international (IBAN) format. A valid account number should have either a 3-10 digit numeric code or 7- 30 characters of which the first two characters must be A-Z and the next two characters must be numeric digits followed by 3-30 characters that use the A-Za-z0-9 pattern. |
International | Optional. Select this check box if the account number is specified in international (IBAN) format. |
National Account Number | Required if you do not specify an Account Number. Specify the account number in free format. This is applicable for national account numbers that do not comply to German or international (SWIFT-BIC) standards. |
Format | Required if National Account Number is specified. Specify the format of the account number. |
Bank Code | Required if the account ID is specified. Specify the bank code in free format. A bank code should have either an eight digit numeric code or eleven characters of which the first six characters must be A to Z and the next five characters must be A to Z or 0-9. |
International | Optional. Select this check box if the bank code is specified in international (SWIFT) format. |
Prefix (Bank Code) | Optional. Specify the national bank sort code prefix. |
National Bank Code | Required. Specify the bank code in free format. This is applicable for national bank codes that do not comply to German or international (SWIFT-BIC) standards. |
Format | Required if National Bank Code is specified. Specify the format of the bank code. |
You can delete a partner profile from the Administration menu if the partner does not have an established contract with the bank.
An EBICS user can be under either one partner or multiple partners. A user should always be associated with a partner to enable exchange of EBICS messages. EBICS Server supports RSA Keys and X509 Certificates.
To create a user profile:
Field | Description |
---|---|
User ID | Required. Specify the unique ID of a user in the bank's system. |
User Name | Required. Specify the name of the user. |
Address Line 1 | Optional. Specify the address of the user. |
Address Line 2 | Optional. Specify the address of the user. |
City | Optional. Specify the name of the city. |
State or Province | Optional. Specify the name of the state or province. |
Country/Region | Optional. Select the country or region. |
Zip or Postal Code | Optional. Specify the zip code or postal code. |
Time Zone | Optional. Select the time zone. |
E-mail Address | Optional. Specify the e-mail address of the user. |
Telephone Number | Optional. Specify the phone number of the user with the country code and state code. |
Field | Description |
---|---|
Associate Partner | Â |
Partner ID | Required. Specify the partner to which a user is associated in the Partner ID field. A user can be under many partners. You can also select a partner ID from a list of Partner IDs by clicking the Lookup icon next to the Partner ID field. |
Mailbox Settings | Â |
Upload Mailbox Path | Required. Specify the mailbox path for the uploaded messages. You must assign a mailbox path to store the unpacked messages from an EBICS request. The mailbox is auto-created if the User ID, Partner ID, and Inbox Settings are not specified. A default mailbox path is set if no value is provided. If the mailbox (User ID, Partner ID, Inbox), already exists in Sterling B2B Integrator and if you leave this field blank, an error message asking you to specify the default mailbox path is displayed. Note: Ensure that the mailbox path starts with a forward slash (/). |
Download Mailbox Path | Required. Specify the mailbox path for the downloaded messages. You must assign a mailbox path to store the messages that are packaged as part of an EBICS response. The mailbox is auto-created if the User ID, Partner ID, and Outbox Settings are not specified. A default mailbox path is set if no value is provided. If the mailbox (User ID, Partner ID, Outbox) already exists in Sterling B2B Integrator, and if you leave this field blank, an error message asking you to specify the default mailbox path is displayed. Note: Ensure that the mailbox path starts with a forward slash (/). |
Archive Mailbox Path | Required. Specify the mailbox path for archiving the downloaded messages. You must assign a mailbox path to store the messages downloaded by an FDL request, for example, Payment Status Report (PSR). The mailbox is auto-created if the User ID, Partner ID, and Archive Settings are not specified. A default mailbox path is set if no value is provided. If the mailbox (User ID, Partner ID, Archive) already exists in Sterling B2B Integrator, and if you leave this field blank, an error message asking you to specify the default mailbox path is displayed. Note: Ensure that the mailbox path starts with a forward slash (/). |
You can search for a user profile from under the Administration menu.
To search for a user profile, complete the following steps:
An EBICS user can be under either one partner or multiple partners. A user should always be associated with a partner to enable exchange of EBICS messages.
To edit a user profile:
Field | Description |
---|---|
User Name | Required. Specify the name of the user. |
Address Line 1 | Optional. Specify the address of the user. |
Address Line 2 | Optional. Specify the address of the user. |
City | Optional. Specify the name of the city. |
State or Province | Optional. Specify the name of the state or province. |
Country/Region | Optional. Select the country or region. |
Zip or Postal Code | Optional. Specify the zip code or postal code. |
Time Zone | Optional. Select the time zone. |
E-mail Address | Optional. Specify the e-mail address of the user. |
Telephone Number | Optional. Specify the phone number of the user with the country code and state code. |
Field | Description |
---|---|
Associate Partner | Â |
Partner ID | Required. Specify the partner to which a user is associated in the Partner ID field. A user can be under many partners. You can also select a partner ID from a list of Partner IDs by clicking the Lookup icon next to the Partner ID field. |
Mailbox Settings | Â |
Upload Mailbox Path | Required. Specify the mailbox path for the uploaded messages. You must assign a mailbox path to store the unpacked messages from an EBICS request. The mailbox is auto-created if the User ID, Partner ID, and Inbox Settings are not specified. A default mailbox path is set if no value is provided. If the mailbox (User ID, Partner ID, Inbox), already exists in Sterling B2B Integrator and if you leave this field blank, an error message asking you to specify the default mailbox path is displayed. Note: Ensure that the mailbox path starts with a forward slash (/). |
Download Mailbox Path | Required. Specify the mailbox path for the downloaded messages. You must assign a mailbox path to store the messages that are packaged as part of an EBICS response. The mailbox is auto-created if the User ID, Partner ID, and Outbox Settings are not specified. A default mailbox path is set if no value is provided. If the mailbox (User ID, Partner ID, Outbox) already exists in Sterling B2B Integrator, and if you leave this field blank, an error message asking you to specify the default mailbox path is displayed. Note: Ensure that the mailbox path starts with a forward slash (/). |
Archive Mailbox Path | Required. Specify the mailbox path for archiving the downloaded messages. You must assign a mailbox path to store the messages downloaded by an FDL request, for example, Payment Status Report (PSR). The mailbox is auto-created if the User ID, Partner ID, and Archive Settings are not specified. A default mailbox path is set if no value is provided. If the mailbox (User ID, Partner ID, Archive) already exists in Sterling B2B Integrator, and if you leave this field blank, an error message asking you to specify the default mailbox path is displayed. Note: Ensure that the mailbox path starts with a forward slash (/). |
You can delete a user profile from the Administration menu.
Sterling B2B Integrator - Configure Order Type Manager
Sterling B2B Integrator - EBICS Server User
Sterling B2B Integrator - Configure Offer Manager
Browse Categories
Share Blog Post
In today’s fast-paced world of data analytics and AI, optimizing your data infrastructure is key to unlocking valuable insights and driving innovation.
In today’s fast-paced world of data analytics and AI, optimizing your data infrastructure is key to unlocking valuable insights and driving innovation.
In today’s fast-paced world of data analytics and AI, optimizing your data infrastructure is key to unlocking valuable insights and driving innovation.
At Pragma Edge, we are a forward-thinking technology services provider dedicated to driving innovation and transformation across industries.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
Thank you for submitting your details.
For more information, Download the PDF.
Thank you for the Registration Request, Our team will confirm your request shortly.
Invite and share the event with your colleaguesÂ
IBM Partner Engagement Manager Standard is the right solution
addressing the following business challenges
IBM Partner Engagement Manager Standard is the right solution
addressing the following business challenges
IBM Partner Engagement Manager Standard is the right solution
addressing the following business challenges