"Aras Object is not defined" Exception occures in Logon Dialog

rated by 0 users
This post has 5 Replies | 1 Follower

Top 500 Contributor
Posts 3
Points 0
titleone Posted: Tue, Jul 3 2007 6:32 AM

After installed the Aras Innovator according to the install guide, I open the url of http://localhost//InnovatorServer/ and then the Logon dialog is prompted!

 But when I click the "login" button, one exception occurs  and it says that the Aras is not defined.

 Even I add some "alert" to debug the login procedure and it can't work well. And all of the information shows that the function aras() defined in aras_object.js can't be loaded!

Could any one tell me the reason!  I really need your help!!!!

 thanks!!

Top 10 Contributor
Posts 199
Points 1,215
Bill replied on Tue, Jul 3 2007 9:17 AM

1) Have you reviewed the Aras Innovator - Internet Explorer Client Machine Configuration

2)  What OS are you running on?  (I.e. Windows Server 2003 - French)

 -Bill

  • | Post Points: 0
Top 500 Contributor
Posts 3
Points 0
titleone replied on Tue, Jul 3 2007 10:49 PM

OS: Windows XP SP2  Chinese

Browser: IE 6.0

And I have configured my pc according to the "Client Machine Configuration" completely.

---------------------------------

To debug the system, I enabled "Script Debug" of IE. Following errors are shown:

1. Row 1561.  uncompleted string error

2. Aras isn't defined

3. top.aras is not an object

-------------------------------------------------------------------------------------------

When I debug the program, I found all of the javascript code can work well except the aras_object.js  Unfortunately the aras_object.js is too large to be checked....

So could you tell me the reason?  If you need more information, pls don't hestitate to ask!

 

Thanks!

 

 

 

  • | Post Points: 0
Top 10 Contributor
Posts 199
Points 1,215
Bill replied on Wed, Jul 4 2007 8:39 AM

No problem.  It is actually an encoding problem with the file when written to the Chinese OS.  Here is the easy fix.

1) Edit the file \Innovator\Client\javascript\aras_object.js
2) Find Line 153.  It should read something like this:

    var message = (msg !== undefined) ? msg : "Please wait while all open Innovator windows are being closed...";

3) Change line 153 to:

    var message = (msg !== undefined) ? msg : "Please wait while all open Innovator windows are being closed";

4) Restart IIS.

You should be all set. 

-Bill

  • | Post Points: 0
Top 500 Contributor
Posts 3
Points 0

 

ooops!!    I resovled the problem by your suggestion!

Great thanks to your help!

- Titleone

  • | Post Points: 0
Not Ranked
Posts 1
Points 0
ashu replied on Sat, Jan 10 2009 8:06 AM

I have install innovator but still i cant use and not login.

after click on submit button  it does not show any error or validation error.it cant go any other page.

only show page error in bottom of page.

please help any suggestion i welcome

thanking u advance

ashu

  • | Post Points: 0
Page 1 of 1 (6 items) | RSS