scheduler in DBeaver does not shown - task

I try to use "schedule task" on eaver. So, I make my "database task". When I right click on a task to set the schedule, there is no "scheduler" button. The options to click on are:
"Run task, Edit task, Create new task, Copy task, Delete, Create new task folder, rename folder, group task by category, group task by type, copy, configure column, auto-size column"
The version is 22.3.1.
Is there anything that I have to download or set before these steps? what is wrong?

After facing the same problem, I found the reason. The scheduler feature is only available on the enterprise and ultimate versions of DBeaver."
On the following link, scroll down and click on Administration & Security tab to check the difference between edition:
dbeaver.com/edition

Related

How to set the default `assignee` to a particular user

I have worked on Atlassian Jira for few years.
I have started exploring asana for tech project management; currently, I am the only user in the project.
When I create the tasks, I have to manually select the assignee to myself.
How can I set the default assignee to myself?
Thanks.
There is no way to set a default for all task assignment. Automatic task assignment depends on the context of where you create the task.
When you click the orange + button on the Asana top bar and then click to create a new task, the resulting task will automatically be assigned to you. Also, if you are in the 'My Tasks' section of Asana, hitting 'return' will create a new task automatically assigned to you.
If you are creating tasks by hitting 'return' in a project, you can use the keyboard shortcut 'Tab-M' to assign the task to you.

MTM Lab Center cannot add new Machines

I'm trying to set up a new lab environment in MTM (2010) in TFS 2010 for a client. When I attempt to define a new environment I get to this screen and everything is disabled. Is this a permissions issue or perhaps was it TFS was not set up with Lab Environment?
Should I be able to add a machine? If I go to the test settings tabs, I get to the "Roles" section and it tells me there are no Test Environments, when I click the link it takes me back to this screen below.
We were able to create the controller yesterday and it shows up in the Controllers tab.
Experimenting futher on this tab I attempt to "Componse Virtual Environment" and this is the message it showed. "You cannot create a Virtual Environment"
I am not TFS Admin, and need to ask someone else to do this if indeed it's the issue. I'll look it up on google but am also looking for any tips.
The root cause was that I didn't know, at the time; when clicking on the "Machines" tab that you must highlight the controller and then click "Add to the Environment" once I did that I saw the machine pop up in the Environments window.

Creating a template for work items in TFS

Does TFS 2013 have the ability to automatically add Templated tasks to a work item?
So I create a work item, it automatically adds some tasks for it such as Code, Test, CodeReview, HelpGuide
Can you guide me to the right place to read about it if it has this ability.
Built-in? Then no.
There is an open source TFS Serverside plugin, called TFS Aggregator which will allow you to run a piece of code every time a workitem changes. Creating subtasks when a parent task changes state or is created is a piece of cake.
See:
https://github.com/tfsaggregator/tfsaggregator/releases
https://github.com/tfsaggregator/tfsaggregator/wiki/Auto-Create-Children
If you don't want to run a server side handler, then you may be able to use a script (powershell can do pretty powerful things when using the Client Object Model).
Or you can use the copy-paste magic of the Excel plugin for TFS. Simply put the tasks you want to create on the clipboard (without an ID) then use the "Insert Rows" paste option to paste them directly under their prospective parent (in a tree based query). Upon publishing the tasks will be associated to the parent. Play with the Title 1, Title 2, Title 3 etc fields to control the nesting.

How to find code that's running in a Batch Job

I need to support our Dynamics AX 2009 environment.
I'm trying to troubleshoot a possible issue with a Batch Job.
So I'm going in Basic/Inquiries/Batch jobs.
From there, I can see all configured batch jobs. But I'm at a loss to find what class methods/jobs/batches they're actually calling so I can browse the X++ that's being executed for each of them.
I went in "View tasks" but nothing significant there either.
I also went in the AOT/Jobs but I can't find anything remotely looking like the "Job Description" field in Basic/Inquiries/Batch jobs.
When looking at the batch job screen, you can click on the "View Tasks" button. This will then show you the class name of the task. You must then go to the AOT and navigate to classes and then find the class that was in the class name field. That should give you a good starting point.

Rename a job in jenkins

How to go about renaming a job in jenkins?
Is there another way than to create a new job and destroying the old one?
In Jenkins v2, in your dashboard or job overview, click right button on the job and select rename:
In the version we're running (1.480) it is simply a matter of changing the Project name in the Configure menu and hitting Save afterwards.
Cheers,
In New Jenkins, Click Rename link present in the left navigation pane, Update the job name and click save.
Simply change the name in the Pipeline/Project name and hit save.
Note that if your browser window isn't wide enough the "popup" below will be offscreen so make sure you scroll down or your jobs may mysteriously not rename.
"Are you sure about renaming old-job to new-job?"
Use the "Configure" option to the left:
Example showing Configure option
(Sorry, first few posts so I'm not able to post images in directly yet!)
If you can't see this then make sure you have access rights - in other words, you may need to be logged in, and you will need privileges that allow you to administer that job/pipeline.

Resources