Free IBM C2070-994 Exam Actual Questions

The questions for C2070-994 were last updated On May 4, 2024

Question No. 1

An administrator is trying to troubleshoot a problem with actions running in a page id task through Rulerunner.

To get more information about the execution of the actions in Rulerunner, what configuration option should be modified?

Show Answer Hide Answer
Correct Answer: C

As Rulerunner runs each action, it writes detailed logging information to a Rulerunner Service (RRS) log file (task_rrs.log). Rulerunner also generates an RRS log file whenever you run a task from Datacap Studio.

References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg420.htm


Question No. 2

A company has a corporate policy to install applications on a non-C: drive so they installed IBM Datacap on the E: drive on all machines. Rulerunner is configured to process PageId, Profiler and Export steps. While testing the OOTB TravelDocs application, the VScan step in DcDesktop creates batches successfully.

Rulerunner picks up the job from PageId step, processes it to the Profiler step, which also processes it. However, instead of ending up on the Verify task when tested on the C: drive, the batches all end up in FixUp with pages set to Other when tested on the E: drive (see following screenshots for examples).

Which log file would show the following clue as to why and what needs to be done to resolve the issue so that the batches do not end up in Fixup?

Show Answer Hide Answer
Correct Answer: B

The X_rrs.log, where X is the name of the task. The file is in the batch folder of the application (for example, C:\datacap\TravelDocs\batches\20130924.00001\pageid_rrs.log), and contains information about actions that are completed by the Rulerunner engine.

Something that is fairly common, look in your fingerprint database to the Template table. In there, for the .tif and .cco file of every fingerprint there is a path stored there. You may need to do a search and replace to make sure the path is correct and pointed to your shared fingerprint directory.

References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.admin.doc/dclog002.htm


Question No. 3

A developer has created a new custom action using the IBM Datacap V9.0 and V9.0.1 custom action DDk.

Which of the following is required to install and use the custom action in datacap?

Show Answer Hide Answer
Correct Answer: A

Only the built DLL file is placed in the IBM Datacap installation directories. Do not place the RRX file in the Datacap installation directories; the RRX file is already imbedded within the DLL.

Procedure

To deploy custom actions:

References: https://developer.ibm.com/answers/questions/364945/how-to-deploy-custom-actions/


Question No. 4

A developer has created a new task in Datacap Studio's Task Profiles. The system uses ADSI for authentication. The task name is CreateFlatFile. The developer creates a new task in the App Managers Rulerunner tab by clicking ''add new''. The first entry is createFlatFile and the second entry is CreateFlatfile. The developer then goes to TMweb to make sure the group and station can run the new task.

While testing, the developer cannot get the new profile to execute.

What did the developer incorrectly configure?

Show Answer Hide Answer
Correct Answer: B

You click Add new Task to add a profile that Rulerunner is to process. Profile names are case-sensitive.

References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dchkl000.htm


Question No. 5

An administrator added an additional IBM Datacap server for load balancing. The solution designer has been asked to reconfigure the sample TravelDocs application to test the new load balanced configuration.

What two configuration files must be updated with the new location of the application?

Show Answer Hide Answer
Correct Answer: B

The application configuration file, or .app file, stores the paths, connection strings, and other settings of the application.

The application entry in the datacap.xml file, such as TravelDocs, must point to the correct location for TravelDocs.app.

References:

https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg605.htm

https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.install.doc/dcain114.htm