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

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -