java - Not able to connect to BOE RAS 4.0 Error- enterpriseLogonFailed at ReportSDKEnterpriseLogonException -


when trying run report application getting below error:

error code:-2147217397 error code name:enterpriselogonfailed @ com.crystaldecisions.sdk.occa.report.lib.reportsdkenterpriselogonexception.throwreportsdkenterpriselogonexception

not able connect boe ras 4.0 server local machine. have googled , did following:

  • able ping machine (remote location).
  • using administrator credentials login.

  • checked credentials , able login in cmc.

  • debug code , found:

    reportdocument clientdoc = new reportdocument(); clientdoc.open("rassdk://" + reportname, openreportoptions._retrievenoreportdefinition);

open() method throwing exception.

after debugging, found guest user in boe disable. after enabling it, works. it's login guest user.

thank input. hitesh


Comments

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -