且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在应用程序启动之前获取无效的用户ID和密码

更新时间:2023-12-04 10:00:46





我之前收到Invaid用户名和密码应用程序启动。任何

想法为什么会出现这个错误。该应用程序使用oracle表单构建。


请帮我解决这个问题。



问候,

Maanasa
Hi,

I''m getting Invaid User ID and Password before the application starts up. Any
idea as to why this error is coming. The application is built using oracle forms.

Please help me on this issue.


Regards,
Maanasa



很明显,我们用这个信息做的***的就是猜测。因此我会在应用程序启动期间的某个地方猜测它正在尝试使用错误的user \ password组合登录。如果你自己不做,那么它必须在应用程序的某个地方的代码中。要么从某处检索,要么在其中进行硬编码。

这就是我的猜测。

Well obviously the best we can do with this info is guess. so im gonna guess that somewhere during the startup of the app it is attempting to log in with a bad user\password combination. If you arent doing it yourself then it must be within the code somewhere in the app. either being retrieved from somewhere or hard coded in it.
thats my guess.


您的应用程序是使用Windows用户登录还是拥有自己的一组用户。
Does your application use windows user login or it has its own set of users.


您需要在应用程序启动时检查是否存在正确的用户名/密码组合。
You need to check for existance of the proper username / password combination in the application startup.