Member since
05-16-2017
11
Posts
0
Kudos Received
0
Solutions
05-26-2017
06:56 AM
@Matt Clarke Do you have any idea?? Can you suggest anythink for this?
... View more
05-25-2017
05:50 AM
I want to give all Read access for UI and all new crated processes and process groups by default from coding for each new user. Instead of explicitly go and give the view rights. I think we can do this by making changes in java files. But I am not able to find out the exact flow from java files. Expecting a solution for this. Thanks in advance.
... View more
Labels:
05-24-2017
01:29 PM
Thank you @Matt Clarke I got it. I created the user as cn=nifiuser+ou=business+o=tpl,dc=example,dc=com but i think nifi is comparing it by cn=nifiuser+o=tpl+ou=business,dc=example,dc=com. Now i created my user as, cn=nifiuser+o=tpl+ou=business,dc=example,dc=com and it is working. Thanks for the hint.
... View more
05-24-2017
12:43 PM
Sure. I am shearing my nifi-user.log for my new user (with new DN type).
... View more
05-24-2017
07:24 AM
@Matt Clarke Yes I have checked the users log. My user is authenticated successfully but access denied. I think the my nifi is not allowing to permit the access to new DN value. I am using username and password for authentication. I am using LDAP. I also created the same entry in LDAP. But still its not working. Is there any extra changes needed in properties.xml or anything to allow the use of new DN value??
... View more
05-23-2017
06:57 AM
Using nifi 1.1.2 cn=neha+ou=business,dc=example,dc=com, This is my user entry string which is working. But my requirements are not getting fulfilled as I wish to add more information like organization details also. I tried this one cn=Bhushan+organizationName=IBM+organizationalUnitName=HR+employeeType=Business,dc=example,dc=com by using this user I am getting this response, Access Denied Unable to perform the desired action due to insufficient permissions. Contact the system administrator. I have created the same user in nifi also and added the required polices for it. I am looking up for help to successfully login the user with all this attributes. I am adding few pages. Thanks in advance.
... View more
Labels:
05-17-2017
05:08 AM
Since its not possible to render the Process Group on the root Process Group, is there any way we can group together different data flows on the root canvas? For example, if you are familiar with Adobe Illustrator, wherein you can group together different shapes to form a group. Likewise I want to be able to group together data flows on the root canvas. I have explored nf.Snippet.marshal little bit, but I am not sure if it can help in this case. Thank You.
... View more
05-17-2017
05:06 AM
I was referring to the
enterGroup function in the nf-canvas-utils.js when said "the group id is set".
Since its not possible to render the Process Group on the root Process Group, is there any way we can group together different data flows on the root canvas? For example, if you are familiar with Adobe Illustrator, wherein you can group together different shapes to form a group. Likewise I want to be able to group together data flows on the root canvas. I have explored nf.Snippet.marshal little bit, but I am not sure if it can help in this case.
... View more
05-17-2017
04:44 AM
Thank you for response. We are trying to create custom UI for the nifi, which is why we required that functionality, apparently its not possible.
... View more
05-17-2017
04:43 AM
Thank you for response. We are trying to create custom UI for the nifi, which is why we required that functionality, apparently its not possible.
... View more
05-16-2017
01:02 PM
(using nifi 1.1.2), When you double click on the process group, the group id is set and canvas is reloaded to show the all the components inside the process group, I want to know if it is possible to render all the flow inside any process group anywhere on the first breadcrum level of canvas? Thank You.
... View more
Labels: