Digital Developer Conference: a FREE half-day online conference focused on AI & Cloud – North America: Nov 2 – India: Nov 9 – Europe: Nov 14 – Asia Nov 23 Register now

Close outline
  • United States
IBM?
  • Site map
IBM?
  • Marketplace

  • Close
    Search
  • Sign in
    • Sign in
    • Register
  • IBM Navigation
IBM Developer Answers
  • Spaces
    • Blockchain
    • IBM Cloud platform
    • Internet of Things
    • Predictive Analytics
    • Watson
    • See all spaces
  • Tags
  • Users
  • Badges
  • FAQ
  • Help
Close

Name

Community

  • Learn
  • Develop
  • Connect

Discover IBM

  • ConnectMarketplace
  • Products
  • Services
  • Industries
  • Careers
  • Partners
  • Support
10.190.13.195

Refine your search by using the following advanced search options.

Criteria Usage
Questions with keyword1 or keyword2 keyword1 keyword2
Questions with a mandatory word, e.g. keyword2 keyword1 +keyword2
Questions excluding a word, e.g. keyword2 keyword1 -keyword2
Questions with keyword(s) and a specific tag keyword1 [tag1]
Questions with keyword(s) and either of two or more specific tags keyword1 [tag1] [tag2]
To search for all posts by a user or all posts with a specific tag, start typing and choose from the suggestion list. Do not use a plus or minus sign with a tag, e.g., +[tag1].
  • Ask a question

Custom Column in Job Monitor

2700060QS6 gravatar image
Question by FernandoVeloso  (0) | Aug 19, 2014 at 03:04 PM datacapmonitorcustomjobwebcolumn

Hello,

I added a custom column following items 1-4 in this link - http://www-304.ibm.com/support/docview.wss?uid=swg21500306 . The custom column shows up in the job monitor.

I can see the custom column populate while the task 'PageID' is running, but when this task is finished and goes to 'Profiler', the value in custom column is clear.

Any ideas?

I use Datacap 8.1 with FP1.

People who like this

  0
Comment
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

2 answers

  • Sort: 
270004AD82 gravatar image
Accepted answer

Answer by MoizQ (2966) | Aug 19, 2014 at 04:24 PM

I wouldn't advise using the direct database execution method that is listed there. Maybe there are a few scenarios where it may be applicable, but in general there's risk that the client executing the actions may overwrite your changes ultimately anyway because of the pilot state properties being written out. Use the XtraBatchFieldValue property available from the PilotCtrl object; in a standard RRX (VBScript) based action the 'Pilot' object is predefined for you; in case of C# there may be more work required to create & initialize a class instance for consumption (I haven't done it in a while / don't have an example but some older forum topic probably has details or it may be obvious within the general actions template).

Comment

People who like this

  0   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
2700060QS6 gravatar image

Answer by FernandoVeloso (0) | Aug 19, 2014 at 05:48 PM

Thanks MoizQ.

I created a custom action with XtraBatchFieldValue property and custom column remains filled when datacap changes the task.

Below follows my custom action:

public bool SetCustomColumnValue(string StrColumnName, string StrColumnValue) { int l_iValidationFailedStatus = 1; int l_iValidationPassedStatus = 0;

         object CurrentObj = CurrentDCO;
         string smartParamValue = "";
         SmartObj.DatacapRRDCO = DCO;
         SmartObj.DatacapRRLog = RRLog;
         SmartObj.SetRRCurrentDCO(CurrentObj);
         SmartObj.DatacapRRBatchPilot = this.BatchPilot;
         SmartObj.DatacapRRState = RRState;
         smartParamValue = SmartObj.MetaWord(StrColumnValue);

         try
         {
             if (smartParamValue.Trim().Length > 0)
             {
                 DatacapRRBatchPilot.set_XtraBatchFieldValue(StrColumnName, smartParamValue);
                 WriteLog("StrColumnName=" + StrColumnName);
                 WriteLog("smartParamValue=" + smartParamValue);
                 WriteLog("Task success!");
                 CurrentDCO.Status = l_iValidationPassedStatus;
                 return true;
             }
             else
             {
                 WriteLog("Task failed: value cannot be empty.");
                 CurrentDCO.Status = l_iValidationFailedStatus;
                 return false;
             }
         }
         catch (Exception e)
         {
             WriteLog("Exception encountered: " + e.Message);
             CurrentDCO.Status = l_iValidationFailedStatus;
             return false;
         }
     }

Comment

People who like this

  0   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

Follow this question

103 people are following this question.

Answers

Answers & comments

Related questions

Custom Column in Job Monitor:Coloring the Column 3 Answers

Rearranging order of columns in Job Monitor panel 8 Answers

Thin client Job monitor custom Column with text box 2 Answers

Job Monitor- Show only the batches scanned by a user to that user 2 Answers

Job Monitor not working 3 Answers

  • Contact
  • Privacy
  • IBM Developer Terms of use
  • Accessibility
  • Report Abuse
  • Cookie Preferences

Powered by AnswerHub

Authentication check. Please ignore.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • API Connect
  • Analytic Hybrid Cloud Core
  • Application Performance Management
  • Appsecdev
  • BPM
  • Blockchain
  • Business Transaction Intelligence
  • CAPI
  • CAPI SNAP
  • CICS
  • Cloud Analytics
  • Cloud Automation
  • Cloud Object Storage
  • Cloud marketplace
  • Collaboration
  • Content Services (ECM)
  • Continuous Testing
  • Courses
  • Customer Experience Analytics
  • DB2 LUW
  • Data and AI
  • DataPower
  • Decision Optimization
  • DevOps Build
  • DevOps Services
  • Developers IBM MX
  • Digital Commerce
  • Digital Experience
  • Finance
  • Global Entrepreneur Program
  • Hadoop
  • Hybrid Cloud Core
  • Hyper Protect
  • IBM Cloud platform
  • IBM Design
  • IBM Forms Experience Builder
  • IBM Maximo Developer
  • IBM StoredIQ
  • IBM StoredIQ-Cartridges
  • IIDR
  • ITOA
  • InformationServer
  • Integration Bus
  • Internet of Things
  • Kenexa
  • Linux on Power
  • LinuxONE
  • MDM
  • Mainframe
  • Messaging
  • Node.js
  • ODM
  • Open
  • PartnerWorld Developer Support
  • PowerAI
  • PowerVC
  • Predictive Analytics
  • Product Insights
  • PureData for Analytics
  • Push
  • QRadar App Development
  • Run Book Automation
  • Search Insights
  • Security Core
  • Storage
  • Storage Core
  • Streamsdev
  • Supply Chain Business Network
  • Supply Chain Insights
  • Swift
  • UBX Capture
  • Universal Behavior Exchange
  • UrbanCode
  • WASdev
  • WSRR
  • Watson
  • Watson Campaign Automation
  • Watson Content Hub
  • Watson Marketing Insights
  • dW Answers Help
  • dW Premium
  • developerWorks Sandbox
  • developerWorks Team
  • Watson Health
  • More
  • Tags
  • Questions
  • Users
  • Badges