Lyonel Posted March 21, 2019 Share Posted March 21, 2019 Hi, I am trying to automate the creation of a project in Project manager via BPM and I have a couple of issues (all the same root cause I think): Project type: Console message: iBridge Method: /Hornbill/DataSources.system/Project Manager/Project Templates/Get Project Templates.m Error: Http::post: Failed to make HTTP 'POST' request to server Relationship type: Console message: iBridge Method: /Hornbill/DataSources.system/Project Manager/Project Relationships/Get Project Relationship Type Requests.m Error: Http::post: Failed to make HTTP 'POST' request to server Any ideas? Am I doing something wrong? Bonus question: how can I programmatically set the scheduled start date based on the current date? I am not very fluent with this type of variables and formulas / functions... Link to comment Share on other sites More sharing options...
Victor Posted March 21, 2019 Share Posted March 21, 2019 @Lyonel have you set up the node ad advised in the documentation? Link to comment Share on other sites More sharing options...
Lyonel Posted March 21, 2019 Author Share Posted March 21, 2019 @TrevorKillick the problem occurs when I am trying to set some of these values... For instance Relationship Type is mandatory but when I try to set it that's when I get the error message Link to comment Share on other sites More sharing options...
Lyonel Posted March 21, 2019 Author Share Posted March 21, 2019 @TrevorKillick here is my setup: Trying to set Relationship Type and Project Template + type: Link to comment Share on other sites More sharing options...
Victor Posted March 21, 2019 Share Posted March 21, 2019 @Lyonel - do you have project types and relationship types configured? .. Perhaps we can look at this together over a support request? Link to comment Share on other sites More sharing options...
Lyonel Posted March 21, 2019 Author Share Posted March 21, 2019 @TrevorKillick not sure about the support request as I am currently evaluating the product... Yes I do have project types: Project templates: and I am using the standard list of relationship types: If I am not mistaken the error message looks like the "POST" method used for the API call is not accepted by the server. Maybe it is expecting a "GET" instead? Would make sense too... Link to comment Share on other sites More sharing options...
AlexTumber Posted March 21, 2019 Share Posted March 21, 2019 @Lyonel does the iBridge Hornbill account have access to Hornbill Project Manager application? Alex Link to comment Share on other sites More sharing options...
Lyonel Posted March 21, 2019 Author Share Posted March 21, 2019 @AlexTumber ah! Good question! I did not think of that... Just added the role Project Administrator to the admin account but still no luck. Link to comment Share on other sites More sharing options...
AlexTumber Posted March 21, 2019 Share Posted March 21, 2019 @Lyonel the account will need either the Project User or the Project Portfolio Manager role. The Project Administrator role only has the ability to view projects, not create them. Alex Link to comment Share on other sites More sharing options...
Lyonel Posted March 21, 2019 Author Share Posted March 21, 2019 @AlexTumber still no luck with Project Portfolio Manager Link to comment Share on other sites More sharing options...
AlexTumber Posted March 21, 2019 Share Posted March 21, 2019 @Lyonel what does the error in the log say now? Alex Link to comment Share on other sites More sharing options...
Lyonel Posted March 21, 2019 Author Share Posted March 21, 2019 @AlexTumber iBridge Method: /Hornbill/DataSources.system/Project Manager/Project Relationships/Get Project Relationship Type Requests.m Error: Http::post: Failed to make HTTP 'POST' request to server still the same thing Link to comment Share on other sites More sharing options...
AlexTumber Posted March 21, 2019 Share Posted March 21, 2019 @Lyonel if you look at the simple lists for Project Manager, does the list 'Project Relationship Type Requests' exist? Alex Link to comment Share on other sites More sharing options...
Lyonel Posted March 21, 2019 Author Share Posted March 21, 2019 @AlexTumber Yes Link to comment Share on other sites More sharing options...
Lyonel Posted March 22, 2019 Author Share Posted March 22, 2019 @AlexTumber @TrevorKillick any ideas? This is a blocking issue for me trying to sell the product to our Projects & Programmes Manager Link to comment Share on other sites More sharing options...
Lyonel Posted March 22, 2019 Author Share Posted March 22, 2019 Issue resolved thanks to @TrevorKillick !! Problem was with the credential used: Instance URL needs to be full URL (https://eurapi.hornbill.com/<instance>) 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now