I just tried to recreate the flow on 1.9.1 node. Dragged the processor group box on canvas and it appeared without a name and with dotted line border - just like the box after failed pg-import.
It would be nice if on LDAP secured node I could specify initial admin group instead of (or in addition to) initial admin user. This way I could easily add my "cli account" to it and get it working. Also I had to add "view the component" permission even to initial admin user in order to do anything on main canvas. Would be nice to have it by default. Thank you. From: [email protected] At: 03/14/19 16:39:55To: Mikhail Rolshud (BLOOMBERG/ 120 PARK ) , [email protected] Subject: Re: Registry 1.8.0 flows fail to import into 1.9.1 node glad you found how to get through it - we should make the user experience better. What led you to find the solution? On Thu, Mar 14, 2019 at 4:33 PM Mikhail Rolshud (BLOOMBERG/ 120 PARK) <[email protected]> wrote: Ignore this - it had nothing to do with registry or versions. Looks like I was just missing "view the component" permission on main canvas for the account that we use to deploy the flows. From: [email protected] At: 03/14/19 16:09:02To: [email protected] Subject: Registry 1.8.0 flows fail to import into 1.9.1 node Hi guys. I developed some flows on nifi 1.8.0 and committed them to nifi registry. Now I am trying to deploy them to the nifi node that runs nifi 1.9.1 using nifi cli.sh from toolkit. cli.sh nifi pg-import -b "4ffb0e6f-dc5d-4546-b11d-694bcca2f89b" -f "802aab58-32a3-457f-bfdd-f927699944b7" -fv 37 I got "ERROR: Error executing command 'pg-import' : Error creating process group: An unexpected error has occurred. Please check the logs for additional details." bucket id and flow id and version are valid and same import works fine for 1.8.0 node. There is nothing in nifi-app.log. I did notice that in the .snapshot file in github for the flow I am trying to import - below block exists for most of the parts of my flow where artifact version is saved as 1.8.0. "bundle" : { "artifact" : "nifi-standard-nar", "group" : "org.apache.nifi", "version" : "1.8.0" }, Is there a way to make pg-import ignore this? What is the recommended way to import 1.8.0 flows from nifi registry to 1.9.1 node? Thank you
