In my company we already use JIRA and plan to use Zephyr for JIRA for our Testmanagement.
In order to test the AddOn I created a JIRA-Cloud test-account.
Now I want to import some test-cases using the zfj-importer
When trying to connect with the tool, I get this error message:
I followed the steps in the Wiki, so I don't know why I get this error? Maybe somebody has had this before.
Thank you!
The issue was that I was trying to connect behind my company proxy.
Switching to a "normal" network worked for me.
Related
error seen while trying to test connection
I am getting an error "Invalid input length 849" when I tried to test the connection with the Jira site in Jenkins. I tried to add the site in the Jenkins->configure system section using OAuth.But I can save it.
This is a known issue: https://issues.jenkins.io/browse/JENKINS-68495
Hope they will fix it a day or another...
This error occurs after restoring database on TFS
Please guide if anyone resolve this error.
Thanks in Advance
Firstly please make sure you have correctly restored the database, see Back up and restore TFS, then check it again.
If the issue still exists, just try to check below things to narrow down the issue:
Make sure the SQL Server is stated and available, and the network
connectivity is OK.
Check the Service Account, make sure the Service Account has been
added in SQL Server.
Trying refer to the solution in below link to fix the issue:
http://www.ganshani.com/blog/2014/04/solved-tf246017-team-foundation-server-could-not-connect-to-the-database/
If above solution can not resolve the problem, please check the Event log. The Windows Event Log is a good candidate where to look for the potential cause.
I'm trying to connect to my company's TFS server from a Linux CLI. I'm using TEE version TEE-CLC-11.0.0. The problem is that the CLI is not authenticating to the domain. I have verified connectivity from another Windows machine using MS Team explorer for VS2012 where I can see the collections and projects on the server using these same credentials.
When I try to connect using the following formats, I do not even get an error message, TF just prints out the whole help menu. I've tried all the login formats listed in the help menu as well as those on http://msdn.microsoft.com/en-us/library/hh190725.aspx#LoginOption
Formats I've tried:
./tf -login:user#domain -server:http://tfs-server:8080/tfs
./tf -login:domain\\user,pass -server:http://tfs-server:8080/tfs
Any ideas?
It's printing the help because you haven't given it a command. What are you trying to do?
Yes, that seems to be the problem - I was not submitting any commands!
I was trying to verify authentication was working first.
Thanks Edward.
i am trying to connect to All Fusion Harvest using Java using jhsdk.jar,
I can able to connect to login into harvest and browse packages. But when I try to promote the package the next level using the below java code,
JCaMovePackage jPro = context.getMovePackage();
jPro.setToState("ACEDEV13.06.00.00", "Integration Test (AIT)");
jPro.execute();
I get exception.
E03090050: ERROR: Could not get Move Package Process from Context.
com.ca.harvest.jhsdk.hutils.JCaHarvestException: E03090050: ERROR: Could not get Move Package Process from Context.
Please help me with this, Thanks in Advance!
I used promotePackage() method and the process name should be created in the Harvest SCM server. Same process name to be set using setProcessName("promotePackages"). It worked.
I am creating Timer Job in Sharepoint 2010.
When I try to deploy the solution I get the following error :
Error occurred in deployment step 'Add Solution': Object reference not set to an instance of an object.
I am not able to figure out the cause of this error.
Please help me. Thanks in advance.
Probably issue is related with account you are using to deploy solution. Be sure you are using a farm admin account to add or deploy solutions.
Cheers.