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?
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.
1. If you want to generate an RRS log file for tasks that you run from the Datacap Web Client or for Datacap Desktop tasks, complete the following steps.
2. Start Datacap Rulerunner Manager.
3. Click the Logging tab.
4. Click the RRS log tab and select the logging options that you want.
References: https://www.ibm.com/support/knowledgecenter/en/SSZRWV_9.0.0/com.ibm.dc.develop.doc/dcadg420.htm
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?
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
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?
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:
1. Choose one of the following routes:
To make the custom actions visible to a single application, place the DLL in the RULES directory of that application. For example, if you take this route, instead of placing the DLL in Datacap\dcshared\NET folder, you must place dcsmart.dll and irrx.dll into the Rules folder as well.
To make the custom actions visible to all applications, place the DLL in the RRS directory. The default location is C:\RRS.
2. Do not register the DLL.
References:
https://developer.ibm.com/answers/questions/364945/how-to-deploy-custom-actions/
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?
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