Hi All,
I am trying to setup a database directory service.
myWebMethods >> Directory Services >> Create a new directory service >> Database >> Enter all the data it needs
While configuring all the quries, I kept getting errors saying the queries are not valid. The document does not explain very well what should be in those query lookups. My tables are very simple, USERS, GROUPS, USERS_GROUPS_MAP, that contain all the fields it needs.
Finally I got it all work and was able to save the directory service setup.
Then I am getting errors on User Management >> User page.
[POP.001.0002] A “java.lang.NullPointerException” occurred with the Message “at com.webMethods.portal.service.dir.DirectoryTools.getUID(DirectoryTools.java:95)”
This is one example of my query
Query Search Users
SELECT * FROM USERS WHERE USER_ID LIKE ‘%’ || ‘{query}’ || ‘%’
All the queries seem to be valid. What did I do wrong?
Any one has experience of setting up database directory service?
Please share some tips.