Ticket #6920 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

Trying to import into MS Project gives 404 error

Reported by: Chris.Nelson@SIXNET.com Assigned to: okazaki
Priority: high Component: VisualBasicTracConnectorIntegration
Severity: major Keywords:
Cc: Trac Release: 0.11

Description

I am trying to get started with the Trac Connector. I downloaded the .zip file and unpacked it. I opened TracProject?.mpp. After lowering my macro security level, I see the Import button. I created a new project file and clicked Import. In the "Import from Trac" dialog I copied the URL of my Trac instance into the URL field, the project name (directory under trac of my project's Trac instance), and entered the user name. We have no password set. When I click the "Validation" button I get a message:

Run-time error '-2147220991 (80040201)':

Error:Not Found(404)

Clicking "Debug" leads to:

Private Function hasMilestone() As Boolean
    hasMilestone = False
    
    Dim trac As TracXMLRPC
    Set trac = Nothing
    If m_aTrac Is Nothing Then Exit Function
    
    Set trac = m_aTrac.item(1)
    If Not trac.milestone Is Nothing Then
        On Error GoTo err1
        If trac.milestone.count <> 0 Then
            hasMilestone = True
        End If
    End If
err1: 'itemŽæ“¾Žž‚ÉŽ¸”s‚µ‚½ê‡‚Ífalse
End Function

with If Not trac.milestone Is Nothing Then highlighted.

I need help diagnosing this.

Attachments

Change History

04/06/10 15:29:46 changed by okazaki

  • status changed from new to assigned.

04/06/10 15:32:58 changed by Chris.Nelson@SIXNET.com

This may be my misunderstanding about what belongs in the fields. At least once, If I put http://myhostname in the URL and trac in the projects field, I was able to get past the 404 and on to another error.

04/09/10 15:29:25 changed by Chris.Nelson@SIXNET.com

  • status changed from assigned to closed.
  • resolution set to invalid.

The documentation could be clearer but this is essentially user error. I can connect to my Trac project now.


Add/Change #6920 (Trying to import into MS Project gives 404 error)




Change Properties
Action