IBM BS029ML Self Help Guide - Page 180

Message LDAP: error code 49 - Invalid Credentials., Solution: The LDAP error message

Page 180 highlights

- Some vi editors of UNIX systems cause problems when handling large files. This depends on the implementation of the vi editor. For example, if you use a vi editor to modify an XML script with more than 40.000 lines, parts of the file contents might get truncated. Use a different editor to modify such large files. - You have a problem with your HTTP communication setup, for example, your input is relayed through a HTTP server that truncates it. In this case, you can check for communication problems by specifying the -echo command-line parameter when you call the XML configuration interface tool. When this parameter is specified, your request is not processed, but simply returned as it is read by the server. If the output is different from your input file, your request was modified somewhere along the communication path. Message "LDAP: error code 49 - Invalid Credentials". If you try to connect to the portal with security and LDAP enabled, but if the LDAP server is not available, the error message shown in Example 5-2 is returned in the XML response file. Example 5-2 LDAP error message com.ibm.websphere.wmm.exception.WMMSystemException: The following Naming Exception occurred during processing: "javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]".This message can be misleading. Solution: The LDAP error message Invalid Credentials means that the user name or password are wrong. It can also mean that the LDAP server is not available at all. Message "LDAP: error code 50 - Insufficient access". This message is returned when the user does not have proper access to the users. The admin account used to run the task should have at least read access to the LDAP tree. Message"XMLC0142E: Unique name unique_name is already used in the portal". Solution: When you create a nested element, for example, a component with a uniquename attribute, the whole hierarchy upward from that element must also have uniquename attributes. Example 5-3 shows an example XML export request snippet. Example 5-3 XML export example

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242

166
IBM WebSphere Portal V6 Self Help Guide
Some vi editors of UNIX systems cause problems when handling large files. This
depends on the implementation of the vi editor. For example, if you use a vi editor to
modify an XML script with more than 40.000 lines, parts of the file contents might get
truncated. Use a different editor to modify such large files.
You have a problem with your HTTP communication setup, for example, your input is
relayed through a HTTP server that truncates it. In this case, you can check for
communication problems by specifying the -echo command-line parameter when you
call the XML configuration interface tool. When this parameter is specified, your
request is not processed, but simply returned as it is read by the server. If the output is
different from your input file, your request was modified somewhere along the
communication path.
±
Message "LDAP: error code 49 - Invalid Credentials".
If you try to connect to the portal with security and LDAP enabled, but if the LDAP server is
not available, the error message shown in Example 5-2 is returned in the XML response
file.
Example 5-2
LDAP error message
com.ibm.websphere.wmm.exception.WMMSystemException:
The following Naming Exception occurred during processing:
"javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid
Credentials]".This message can be misleading.
Solution: The LDAP error message
Invalid Credentials
means that the user name or
password are wrong. It can also mean that the LDAP server is not available at all.
±
Message "LDAP: error code 50 - Insufficient access".
This message is returned when the user does not have proper access to the users. The
admin account used to run the task should have at least read access to the LDAP tree.
±
Message"XMLC0142E: Unique name unique_name is already used in the portal".
Solution: When you create a nested element, for example, a component with a
uniquename attribute, the whole hierarchy upward from that element must also have
uniquename attributes. Example 5-3 shows an example XML export request snippet.
Example 5-3
XML export example
<content-node ...
<component uniquename="component_1"...
<component uniquename"component_2"...
<component uniquename"component_3"...
. . . . .
</component>
</component>
</component>
</content-node>
±
Cannot use the XML configuration interface if it is externalized in security.
If the virtual resource XML_ACCESS that represents access to the XML configuration
interface is put under the protection of an external security manager, you can no longer
use the XML configuration interface.
Solution: If the access rights of WebSphere Portal are externalized to an external security
manager, such as Tivoli Access Manager, make sure that the XML configuration interface
virtual resource is not externalized