Object reference not set to an instance of an object.

  • 17 September 2007
  • 1 reply
  • 0 views

Badge +4

Hi guys,


 i am facing the one problem when i export the process in to the K2 server.


the problem is :


                      Compiling Claim_DE...
                      Claim_DE compiled successfully


                        Exporting to enzenk2...
                       Object reference not set to an instance of an object. 


    enzenk2 is the server name,claim_DE is the process name.


  i give the server registration as per given below;


                      right click on the project----> select the properties---->select the export servers---> click the add button--->


                              select external authentication---->


                                 connection string:  ;];Authentication=External;User=Administrator;Password=  --->ok


      these are all successfully compiled the process,but when i exporting the process in to the server,the above error is occured.pls find the problem.and give me suggestions,where i modified.


 


thanks,


schand


       


 


1 reply

Badge +11

Hi schand,


Is ';];Authentication=External;User=Administrator;Password=' exactly as is or is it a typo?


It should be: '[;];Authentication=External;User=Administrator;Password='


Try to run the K2Server in console mode and see what messages are generated on the K2Server console.


Any error files in K2Server's Bin directory?  (By default: C:Program FilesK2.net 2003Bin)


Regards,


Ockert

Reply