on 2019 Sep 18 4:52 AM
Hi Expert,
I've faced below error when running a jsp file in admintools, for getting the si_aliases from ci_systemobjects because some users were disabled.
An error occurred at line: [52] in the jsp file: [/list_disabled.jsp]
IuserAliases cannot be resolved to a type
49:
50: for(Iterator boUsers = boInfoObjects.iterator(); boUsers.hasNext();) {
51: IUser boUserAccount;
52: IuserAliases userAliases;
53:
54: boUserAccount = (IUser) boUsers.next();
55: userAliases = boUserAccount.getAliases();
And I have tried to copy all the jar files from C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib
to C:\Program Files (x86)\SAP BusinessObjects\tomcat\webapps\AdminTools\WEB-INF\lib
however, if i deleted code related to IUserAliases, the JSP file work good.
BTW, the BO system version is 4.2 SP7.
Request clarification before answering.
Hi Michael,
Please change the IuserAliases to IUserAliases.
Best regards,
Tina
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
30 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.