Hello everyone:
I have created a simple codeunit and after, in table web services, i publis it.
When i try to view my web services in web, i put in internet explorer :
http://ServerName:7047/DynamicsNAV/WS/Services
But i get the next error:
- <s:Envelope xmlns:s="
http://schemas.xmlsoap.org/soap/envelope/">
- <s:Body>
- <s:Fault>
<faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">a:Microsoft.Dynamics.Nav.Types.NavDatabasePasswordException</faultcode>
<faultstring xml:lang="es-ES">The user ID and password are invalid. Try again.</faultstring>
- <detail>
<string xmlns="
http://schemas.microsoft.com/2003/10/Serialization/">The user ID and password are invalid. Try again.</string>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
Anyone have any ideas why this error?
Thanks.
Comments
I hope you have added your userid in windows authentication :-k
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
When i put in my navigator the URL, don't asked me to introduce my credentials. Directly I get the above error, for this cause i don't know what user is.
This user is my user or is NetworkService??
Thanks for reply.
can be able open RTC?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
What can i do??
Thanks
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Will my users need any special settings?
Thanks for reply.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
But now I find another error, when i put the URL in my navigator the error is:
- <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
- <s:Body>
- <s:Fault>
<faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">a:Microsoft.Dynamics.Nav.Types.Exceptions.NavNCLMetadataFailedException</faultcode>
<faultstring xml:lang="es-ES">Los metadatos para los objetos de tipo Table con id 2000000073 están en estado de error. Esto se debe a una excepción previa: No se encontró el objeto de tipo Table con id. 2000000073.</faultstring>
- <detail>
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Los metadatos para los objetos de tipo Table con id 2000000073 están en estado de error. Esto se debe a una excepción previa: No se encontró el objeto de tipo Table con id. 2000000073.</string>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
The traduction is:
Metadata for table-type object with id 2000000073 is in error state. This is due to a prior exception: There was no table-type object with id. 2000000073
The table 2000000073 exists, is the table user personalization.
What could be the problem?
Thanks!
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Los metadatos para los objetos de tipo Table con id 2000000073 están en estado de error. Esto se debe a una excepción previa: La ruta de acceso especificada no es válida
The path specified is invalid
The path in the navigator is http://serverName:7047/DynamicsNAV/WS/Services
Thanks!
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
The solution to the last error was that the logins were not synchronized. I sinchronice it and finally works!
Thanks for the help!
Best regards!