Options

Employee Portal Communication Error

thulethule Member Posts: 3
edited 2008-12-26 in Navision e-Commerce
Hi there,

I have installed Employee Portal and I'm trying to create a WebPart in a Share Point Portal site. When I'm asked to select a request type for the Web Part and I choose the "Modify Shared Web Part" - I get an error message: "Communication error (100121): Unable to write to job queue."

I'm running the SharePoint Portal Server 2003 on Windows 2003 server with SP1. I have installed: Message Queueing:Subcomponent "Common", Nav Client 4.0 SP1, Nav Application Server 4.0 SP1, Nav Database Server 4.0, EP Front End 4.0 SP1, VJ#.NET RP 1.1, and finally M-SQL Server 2000.
I have restored the Demo database in SQL.

My Message queues are defined as such:
- in my Demo database:
.\private$\nep_request
.\private$\nep_reply

- in web.config at C:\Inetpub\wwwroot:
<Queue qid="1" connstr="FormatName:DIRECT=OS:LOCALHOST\private$\nep_request" />
<Queue qid="2" connstr="FormatName:DIRECT=OS:LOCALHOST\private$\nep_reply" />

Has anybody ran into a similar problem ?

All thoughts appreciated.. :-k

Thule.

Comments

  • Options
    IHateLinuxIHateLinux Member Posts: 223
    Hi Thule,
    thule wrote:
    Hi there,

    I have installed Employee Portal and I'm trying to create a WebPart in a Share Point Portal site. When I'm asked to select a request type for the Web Part and I choose the "Modify Shared Web Part" - I get an error message: "Communication error (100121): Unable to write to job queue."

    I'm running the SharePoint Portal Server 2003 on Windows 2003 server with SP1. I have installed: Message Queueing:Subcomponent "Common", Nav Client 4.0 SP1, Nav Application Server 4.0 SP1, Nav Database Server 4.0, EP Front End 4.0 SP1, VJ#.NET RP 1.1, and finally M-SQL Server 2000.
    I have restored the Demo database in SQL.

    My Message queues are defined as such:
    - in my Demo database:
    .\private$\nep_request
    .\private$\nep_reply

    - in web.config at C:\Inetpub\wwwroot:
    <Queue qid="1" connstr="FormatName:DIRECT=OS:LOCALHOST\private$\nep_request" />
    <Queue qid="2" connstr="FormatName:DIRECT=OS:LOCALHOST\private$\nep_reply" />

    Has anybody ran into a similar problem ?

    All thoughts appreciated.. :-k

    Thule.

    Can you please confirm:
    a.) You run everything on one machine
    b.) You have the propper security settings on the queues (for trial purpose set everyone and Anonymous account to FULL)
    c.) Try to use IP and the first IP adress the machine has for the connstr
    d.) Activate DEBUG in web.config and activate Journal on the queues
    e.) Try to identify how far the message will come:
    - to the job/request queue?
    - processed by NAS?
    - to the reply queue?

    HTH,
  • Options
    sebastian.soancasebastian.soanca Member Posts: 3
    Hello mibuso user,

    I have the same problem on Employee portal as Thule. I find your post and i need some help . I answer to your question in order to identyfi my problems.Your post is at the address http://www.mibuso.com/forum/viewtopic.p ... ght=100121.

    Q/A

    a.) You run everything on one machine
    YES
    b.) You have the propper security settings on the queues (for trial purpose set everyone and Anonymous account to FULL)
    YES
    c.) Try to use IP and the first IP adress the machine has for the connstr
    YES
    d.) Activate DEBUG in web.config and activate Journal on the queues
    YES
    e.) Try to identify how far the message will come:
    - to the job/request queue?
    - processed by NAS?
    - to the reply queue?
    HERE I FIND A DEAD END , BECAUSE I DON'T KNOW HOW TO DO THAT FOLOWING PROCESS.



    I realy apreciate a hand of help.


    Best Regards ,

    Sebastian Soanca.
    there are no big words , only the small heads
  • Options
    sebastian.soancasebastian.soanca Member Posts: 3
    I finally make it to work. \:D/
    there are no big words , only the small heads
  • Options
    Ravi_ThakkarRavi_Thakkar Member Posts: 392
    Hi all,
    I am facing the same problem in Modifying the shared document.
    First before modifying shared document, the EVEVT VIEWER is showing me the desc as follows :

    The description for Event ID ( 20010 ) in Source ( WIN2K3R2EE-CLASSIC ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The Application Server for Microsoft Dynamics NAV WIN2K3R2EE-CLASSIC started with the following configuration:
    Database Server Name = WIN2K3R2EE
    Database =
    Company = Paradigm Inc - TESTING
    Startup Parameter = NEP-1


    When I am going to modify it, it's showing me the event description:

    Event ID 10131
    Cannot retrieve site information.


    and in site it is showing me the error 10114 with the message as reply received from Back End System (Time Out).

    Can anybody help me?
    Please.

    Thanks in advance.
    Ravi_Thakkar
    Ahmedabad, Gujarat, India
    E Mail : ravi.thakkar@hotmail.com
  • Options
    Ravi_ThakkarRavi_Thakkar Member Posts: 392
    No need to reply.
    Problem has been solved. My mistake.

    Thanks.....
    Ravi_Thakkar
    Ahmedabad, Gujarat, India
    E Mail : ravi.thakkar@hotmail.com
Sign In or Register to comment.