Employee Portal NAS error

Hushdontspamme
Member Posts: 56
Hi
I have just installed EP - configured NAS (with startup parameter NEP-1) as stated at company setup.
I get the following message when in event log when starting NAS
"The following information is part of the event: Error receving Backend private key"
I cannot find anything regarding to what this error means.
Any ideas?
Regard
I have just installed EP - configured NAS (with startup parameter NEP-1) as stated at company setup.
I get the following message when in event log when starting NAS
"The following information is part of the event: Error receving Backend private key"
I cannot find anything regarding to what this error means.
Any ideas?
Regard
0
Comments
-
My mistake - I forgot to create backend key in the EP Portal setup card.0
-
[Topic moved from Navision forum to Navision e-Commerce forum]Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
I got one error in NAS
"The user dwfind C\Cal function that takes2 parameters was called with 1 parameters."
Why it shows me this error?0 -
Hi,
have you done any customization? There is a wrong coding somewhere in NAV.
HTH,
Rainer0 -
yes I do some coding to create NAP1 parameter.
exactly same as coding for CG paramater.0 -
Hi,
can you post this part of the code?
Otherwise it is hard to solve your issue.
If you want to debug where this message is coming from follow the next steps:
1.) Create a new blank empty form
2.) Place a button on that form
3.) In the OnPush trigger do the following:
- Create a local variable "COD1" which is of type "Codeunit" and set the reference to Codeunit 1
- Make the call toCOD1.NASHandler('YOURNASPARAMETER');
4.) Close and save that form
5.) Stop the NAS
6.) Open the form in the client
7.) Click the button and let the client run as NAS
Perhaps you want to start the debugger before you push the button. Bu now it should be easy for you to find the error.
HTH,
Rainer0 -
Anybody found this type of error
The queue listener could not open the queue private$\request_encryption
Why I got this error anyone tell me?0 -
Hi,
Please tell me why I got this error in NAS
"Error receving Frontend public key ... :-k "0 -
Thanks IHateLinux,
its good and easy to find error
thanks0 -
Hi,
such errors likeThe queue listener could not open the queue private$\request_encryption
- The queue does not exist
- The queue format name was wrong
The queue addresses are like this:
- Local queues (that are queues that are on the same machine)
.\private$\QUEUENAME
- Remote queues (that are queues that are on a remote machine)
FormatName:DIRECT=TCP:IPADDRESSOFREMOTEMACHINE\private$\QUEUENAME
FormatName:DIRECT=OS:NETBIOSNAMEOFREMOTEMACHINE\private$\QUEUENAME
HTH,
Rainer[/list]0 -
Hi,
I am getting the error:
Error receiving Frontend public key.
It is happening because of following code in Codeunit 6870 (EP Trust Handler)'s function GetPublicKey:
IF TrustedSites."Partner Public Key".HASVALUE AND TrustedSites."Site Trust" THEN BEGIN
TrustedSites."Partner Public Key".CREATEOUTSTREAM(OutStream);
XMLDoc.load(OutStream);
END ELSE
ERROR(Text008);
It has happening becasue ."Partner Public Key" blob field is blank.
Please help me resolve it.-Dhan Raj Bansal
Linkedin Profile: http://in.linkedin.com/in/dhanrajbansal0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions