TFS query not opened properly in Microsoft project [closed] - ms-project

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
When open a query in Microsoft project, the start date changes. Please note that, the start date is a custom field.

I found the answer, update the mappingfile of your project to map the custom tfs field to Project's start field like :
the mapping file can be upload, downloaded using "TFSfieldmapping" command on vs command prompt.
I am still facing a problem, that is when the task has child items, the start date is not reflected. Only for a task that has no child items, the date is reflected properly.

Related

How to configure vsftpd to send me an email on user login process? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I want to send a mail to abc#abcd.com when someone is logging in via FTP. I have tried using /etc/pam.d/vsftpd "session optional pam_exec.so /path/to/my/emailing_script.sh" but it doesn't work (i have tested this script in /etc/pam.d/sshd and it works).
Any suggestions?
Thanks in advance.
In order for vsftp to use the pam sessions you need to enable it in the configuration file:
add (or update) the line
session_support=YES
without that line PAM sessions will not be used so your PAM session module will not be run either.
Look for "session_support" on this documentation page.

How to get database Deletion Time? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I had used DROP DATABASE command to drop a database. Is there any way through which I can see the time at which the DROP command was executed (i.e. at what time the database got deleted)?
Can I get it by reading any SQL or Windows log?
Thanks in advance.
If you are running Ms SQL Server 2005 or later, you can get it from the default log.
SELECT * FROM ::fn_trace_getinfo(default)
Find the filename of the trc-file in the results.
select * from fn_trace_gettable('PATH_TO_TRC_FILE',DEFAULT) where EventClass in (47) and databasename='NAME_OF_DB'
Replace the path to the trc-file with your path from previous command and NAME_OF_DB with the name of the database you want to know about.
See this page for details
Good luck!

Display current path in terminal only [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions.
I'm SSH'd into a computer, so I can't use a GUI to access the path name. Is there a way that you can see the path directly on terminal without having to use Nautilus?
If you just want to get the information of current directory, you can type:
pwd
and you don't need to use the Nautilus, or you can use a teamviewer software to remote connect to the computer, you can get everything you want.

Lotus Notes 7 - Cannot delete private folder [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
My .nsf has a private folder ( created by other person ) and I deleted it - right-click "Delete"( I have Manager access ).
It still appears in the Folders section, but when I double-click it, I get the message: " Document deleted " .
So, if it was deleted why it still shows in the Folder section?
First go into Domino Designer and see if the folder is still listed there. I'm not sure if I'm describing it accurately, but Private folders essentially have an original, and then one copy per user, and perhaps you only deleted the copy.
If there's no sign of the folder, then I would try closing the database and then compact your workspace to get rid of any cached database information.

In FAR manager, How to open Powershell in current path? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
In FAR manager, I can open seperate command window at the current location by just typing start. For example, Active Panel in FAR is in c:\Projects and I type "start" it opens a new console window with path c:\projects. I want to open PowerShell with current path, For instance I type PS, it opens powershell window with location set to c:\projects.
Any ideas?
One solution is with this command
start powershell.exe -noexit -command "set-location '%cd%'"
Another option is
powershell -noprofile
which has the side effect of not loading your profile, but since your profile contains code that sets a specific path ...
type dot '.' and press shift+Enter.

Resources