Options

Problem in Business Notification

navuser1navuser1 Member Posts: 1,329
Dear all,

I'm facing an error message when trying to connect the BN server.


What is the reason behind it ?
Kindly reply.
Now or Never

Comments

  • Options
    vyankuvyanku Member Posts: 791
    please check the dotnet freamwork version used for Business notification deployment server and business notification message bus and in IIS.
    It should be 2.0 :)
  • Options
    navuser1navuser1 Member Posts: 1,329
    vyanku wrote:
    please check the dotnet freamwork version used for Business notification deployment server and business notification message bus and in IIS.
    It should be 2.0 :)

    Yes. It is .
    Now or Never
  • Options
    jubeljoyjubeljoy Member Posts: 154
    please check the dotnet freamwork correctly installed.
  • Options
    vyankuvyanku Member Posts: 791
    Have u tried this
    add XML config on your client folder (i get this step from here), here is the substeps :
    1. Open Notepad.
    2. Copy and paste following into the text file:
    <?xml version ="1.0"?>
    <configuration>
    <startup>
    <supportedRuntime version="v2.0.50727" />
    </startup>
    </configuration>
    3. Save the text file with the following filename:
    a. fin.exe.config - if you are using the Native Database
    b. finsql.exe.config - if you are using the SQL Server option
  • Options
    navuser1navuser1 Member Posts: 1,329
    same problem facing
    Now or Never
Sign In or Register to comment.