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!!
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
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!
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.js2) 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.
ooops!! I resovled the problem by your suggestion!
Great thanks to your help!
- Titleone
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