Forum Discussion
It is a 401 error which means that the un authorization of the client by the server. Clear the browser cache and check the URL.
Are you sure the namespace variable has correct URL ? the username and password are passed correctly?
Thanks
Ambuj
Yes Ambuj namespace variable has correct URL (http://win-8dg8qc6q2gp/InnovatorServer/Server/InnovatorServer.aspx) and user name =admin ,Password=innovator , database= Netradyne
Innovator config details are below
<?xml version="1.0" encoding="UTF-8"?>
-<Innovator>
<UI-Tailoring product_name="Aras Innovator"/>
<operating_parameter value="false" key="debug_log_flag"/>
<operating_parameter value="10000" key="debug_log_limit"/>
<operating_parameter value="true" key="debug_log_pretty"/>
<disabled_operating_parameter value="cpu" key="performance_logging"/>
<operating_parameter value="false" key="xslt_processor_debug"/>
<disabled_operating_parameter value="file" key="email_debug_option"/>
<License company="" act_key="86E55A20804D404EA25FCCEFB41096A2" lic_key="973816472a1fd3a7beb6c3139d611360" lic_type="Unlimited"/>
<Mail SMTPServer="127.0.0.1"/>
<operating_parameter value="C:\Program Files (x86)\Aras\Innovator\Innovator\Server\temp\" key="temp_folder"/>
<operating_parameter value="C:\Program Files (x86)\Aras\Innovator\Innovator\Server\dll\" key="ServerMethodTempDir"/>
<operating_parameter value="C:\Program Files (x86)\Aras\Innovator\Innovator\Server\logs\" key="debug_log_prefix"/>
<AgentService InnovatorToServiceAddress="">localhost:8734/.../>
-<OAuthServerDiscovery>
-<Urls>
<Url value="$[HTTP_PREFIX_SERVER]$[HTTP_HOST_SERVER]$[HTTP_PORT_SERVER]$[HTTP_PATH_SERVER]/OAuthServer/"/>
</Urls>
</OAuthServerDiscovery>
<DB-Connection dbo_pwd="innovator" dbo_uid="innovator" regular_pwd="" regular_uid="innovator_regular" server="(local)\SQLEXPRESS" database="Netradyne" id="Netradyne"/>
<DB-Connection dbo_pwd="innovator" dbo_uid="innovator" regular_pwd="" regular_uid="innovator_regular" server="(local)\SQLEXPRESS" database="NetradyneTestDB" id="NetradyneTestDB"/>
</Innovator>
I am try to access URL(http://win-8dg8qc6q2gp/InnovatorServer/Server/) getting error.
I am to login with url(http://win-8dg8qc6q2gp/InnovatorServer/Client/) able to lgin
- Ambuj5 years agoIdeator I
Hi Ashok
Check with your server administrator.
From the image that you have attached it is clear that the URL (http://win-8dg8qc6q2gp/InnovatorServer/Server/ ) is not correct and the request is not validated.
Thanks,
Ambuj