below error
wls:/iamdev/domainRuntime> modifyLDAPAdapter(adapterName=’LDAP1',attribute='BindDN', value='cn=oimLDAP,cn=systemids, dc=orasystemsusa,dc=com', contextName='oim')
Traceback (innermost last):
(no code object) at line 0
File "<console>", line 1
modifyLDAPAdapter(adapterName=’LDAP1',attribute='BindDN', value='cn=oimLDAP,cn=systemids, dc=orasystemsusa,dc=com'', contextName='oim')
^
SyntaxError: Lexical error at line 1, column 31. Encountered: "\u2019" (8217), after : ""
Solution:
check your single code ' make sure to replace all the single codes and commas and re-run this command. when you copy command from any document sometimes codes are not correct. this error was fixed after replacing all the single and double codes including commas
wls:/iamdev/domainRuntime> modifyLDAPAdapter(adapterName=’LDAP1',attribute='BindDN', value='cn=oimLDAP,cn=systemids, dc=orasystemsusa,dc=com', contextName='oim')
Traceback (innermost last):
(no code object) at line 0
File "<console>", line 1
modifyLDAPAdapter(adapterName=’LDAP1',attribute='BindDN', value='cn=oimLDAP,cn=systemids, dc=orasystemsusa,dc=com'', contextName='oim')
^
SyntaxError: Lexical error at line 1, column 31. Encountered: "\u2019" (8217), after : ""
Solution:
check your single code ' make sure to replace all the single codes and commas and re-run this command. when you copy command from any document sometimes codes are not correct. this error was fixed after replacing all the single and double codes including commas
No comments:
Post a Comment