An implementation professional creates a custom or hang-off entity. Which statement about this process is NOT true?
A. Invokes Extensible APIs that store and retrieve data from hang-off tables
B. invoke dbverify for generating appropriate SOL scripts to create or alter tables for custom or hang-off entities
C. Does not provide ability to Audit item and organization tables DCreates a relationship between a standard table and a hang-off table
During a Silent installation of the application, if a user does NOT want to perform any of the database operations, which setting needs to be configured?
A. DB_DATA
B. REINIT_DB
C. LOAD_DEFAULTS
D. NO_DBVERIFY
A point of sale (POS) system is connected to a central application server at the enterprise level. Networkis unavailable and the POS system is not able to connect, but stores still need to service customers. The store would like to operate in offline mode and transfer data to the server once the network is back.
How can an implementation professional model this requirement in the system?
A. Run the Change data import agent for data synch from enterprise to store in DELTA synch mode
B. Run the Change data export agent for data synch from enterprise to store in DELTA synch mode
C. Run the Change data import agent for data synch from enterprise to store in FULL synch mode
D. Run the Change data export agent for data synch from enterprise to store in QUICK synch mode
Which option is NOT an advantage of using theindexing solution in an IBM Sterling Order Management V9.4 implementation?
A. All operations can be executed using a Java client object.
B. Data can be indexed by using JSON over HTTP.
C. Configurations can be set at the index level.
D. All the capabilities of Eclipse are exposed through simple configurations and plug-ins
An implementation professional has extended an API template and an out-of-the box table. For both these modifications, the modified XML file has beenkept in the appropriate directory. To ensure these changes are effective, the resourses.jar and entities.jar files need to be rebuild.
Which is the BEST way to accomplish this?
A. Run the deployer.sh -t entitydeployer command from the %INSTALL_DIR%/binfolder
B. Run the deployer.sh -t resourcejar and then deployer.sh -t entitydeployer commands from the % INSTALL_DIR%/bin folder
C. Run the deployer.sh -t resourcejar command from the %INSTALL_DIR%/bin folder
D. Run the deployer.sh -t entitydeployer and then deployer.sh -t resourcejar commands from the % INSTALL_DIR%/bin folder
Which of the following is NOT an advantage of implementing the Promising Server?
A. Multiple order servers can access the same Promising Server
B. Businesses are allowed to coordinate multiple servers for inventory and promising
C. Inventory and promising is housed in one system for all participant channels and organizations
D. Inventory can be shared across enterprises and nodes that belong to different colonies on the Order server
A large retailer believestheir In-Transit supply is more reliable than their Planned Purchase Order supply for the purposes of Order Promising. Therefore, they want to exclude 60% of the Planned Purchase Order Supply Type when promising, and they want to exclude only 10% of the In-Transit Supply Type.
Which IBM Sterling Order Management configuration should be considered?
A. In Catalog Management, configure the high velocity item classification with a safety factor of 60% and the low velocity item classification with a safety factor with 10%
B. In Supply Collaboration, configure the Planned Purchase Order supply type with a safety factor of 60% and the In-Transit supply type with a safety factor of 10%
C. In Distributed Order Management, configure the default schedule rule with a safety factor of 60%
D. In Global Inventory Visibility, configure the Planned Purchase Order supply type with a safety factor of 60% and the In-Transit supply type with a safety factor of 10%
An implementation professional runs a test of a web service in an IBM Sterling Order Management solution deployed in IBM WebSphere Application Server. The web service crashes with no error details nor relevant information in the log files. The implement needs to re-run the test modifying the log level to obtain more details and fix this issue.
How can the log level be modified without restarting the application?
A. Change the log level for the service in the Application Management Console
B. Update the Trace Components List available on the System Management Console under Tools > Trace components
C. Invoke the modifyLogLevel API with the server name and log level required in the API Tester
D. Set thelog4j.config.xmlproperties file to change the log level to VERBOSE for this specific component
An online retailer implements IBM Sterling Sensitive Data Capture Server(SSDCS) with IBM Sterling Order Management (OMS) to tokenize customer credit card information to conform to the PCI PA-DSS strategy.
Which statement about the order capture process is INCORRECT?
A. The customer submits the order with token to OMS for further processing.
B. SSDCS calls the corporate credit card vault with the customer's Primary Account Number (PAN) and returns the resulting token to the order capture browser screen.
C. SSDCS sends the customer's Primary Account Number (PAN) and a security token to OMS toensure that the tokenization request is valid
D. The customer enters Primary Account Number (PAN) on the order capture browser screen that is sent to SSDCS for tokenization.
In IBM Sterling Order Management (OMS), an implementation professional needs to define the menu options that a specific user will see.
How should this requirement be configured?
A. Default menu options can be modified in the profile properties file created in the OMS installation folder
B. Personalized menu options can be developed using pre-defined Java class files located in the
C. New menu options can be configured in the Application Manager. This menu will be defined for a specific user, so it is not necessary to include this new menu in menu groups.
D. New menu optionsfor a specific user can be defined in the Application Manager As with any other menus options defined in the solution, it should be included in a menu group.