Consultor Eletrônico



Kbase P38970: Dynamics: JavaScript errors when attempting to load the logi
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/08/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

Dynamics: JavaScript errors when attempting to load the login page

Error during execution.
Error: Object doesn't support this property or method.

Debugging the JavaScript error:
function refresh(app){
app.main.later('login.processdate.set|'); <----------
app.main.later('login.processdate.setinput|'+app.main.format(new Date(),'date'));
app.main.later('login.lookup.set|'+app.main.appcontrol.probeRegional());
app.main.later('login.modify');
}

Error: hdata.data[...] is null or not an object

Using Dynamics web UI

CHANGE:

Installed Dynamics 2.0A02 Service Pack

CAUSE:

Static files required for the Dynamics web UI have not been copied
to the web server's directory after installing the service pack.

FIX:

Copy the files from the Dynamics installation directory to the
web server's directory representing the Dynamics web UI starting URL:
copy %Dynamics%\tty\icf\ry\dhtml\*.* <DynWeb>\dhtml
copy %Dynamics%\tty\icf\ry\img\*.* <DynWeb>\img
where <DynWeb> is physical or virtual directory used as the Dynamics
web starting location.