SAP Knowledge Base Article - Preview

1988557 - Error when changing user password in BI using the BI 4.x SDK for VS .NET

Symptom

  • Using the BI 4.x SDK for Visual Studio .NET
  • When changing the password of a user the following message is displayed:

 

Your password must be at least 8 characters long.

  • Creating a new user password as per below works:

 

boPluginMgr = boStore.getPluginMgr();
boUserPlugin = boPluginMgr.getPluginInfo("CrystalEnterprise.User");
boObjects = boStore.newInfoObjectCollection();
boNewUser = boObjects.add(boUserPlugin);
boUser = (IUser)boNewUser;
boUser.setNewPassword(userPasswd );
boStore.commit(boObjects);

 


Read more...

Environment

  • SAP BusinessObjects BI Platform 4.x

Product

SAP BusinessObjects Business Intelligence platform 4.0 ; SAP BusinessObjects Business Intelligence platform 4.0, feature pack 3 ; SAP BusinessObjects Business Intelligence platform 4.1 ; SAP BusinessObjects Enterprise XI 3.1

Keywords

CR BI BO BOE pass word pwd exception , KBA , BI-DEV-NET , BI Software Development Kits (SDKs) - .NET or Other , How To

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.