facing problem while adding web parts...

konark_upadhyaykonark_upadhyay Member Posts: 19
edited 2007-03-07 in Navision e-Commerce
Hi
I am using Navision 4.0 Employee Portal for Share point Integration. I have installed the same and made a sample in Navision to test. When i am opening the Share Point Site and adding a new web part I could see the 3 different types (card, list, header) of web parts. But as i drag them to the web part area nothing is happening.

Also i want to know whether we can create/import web parts in Navision (Employee Portal) other than the available three out of the box web parts.

If someone could help me I would be grateful...

Thanks!

Comments

  • kinekine Member Posts: 12,562
    But as i drag them to the web part area nothing is happening.

    It means that no webpart is added into the selected section or that just title bar of the part is in the frame? After you add the webpart to the webpage, you need to configure it (select the group and which NEP form you want to use).
    Also i want to know whether we can create/import web parts in Navision (Employee Portal) other than the available three out of the box web parts.

    No, it is not possible, all the functionality is created in .dll and you cannot create your own.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • DenSterDenSter Member Posts: 8,307
    Well it is possible right, Microsoft did it too. The thing is, they did not provide the source code for the web parts, so we don't know how they did it. If you can figure out how to connect the webpart to the NAV system, it should be possible.
  • kinekine Member Posts: 12,562
    Ok, yes, but it is not so easy... :-) all is possible 8)

    There is some security around the NEP webparts... (to prevent other user to see the data they have no permissions for)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • DenSterDenSter Member Posts: 8,307
    Absolutely, it's not going to be easy :mrgreen: I wouldn't even start until we get the source code or another generic way to create the webparts.
  • konark_upadhyaykonark_upadhyay Member Posts: 19
    Thx a lot kine.
    But I couldnt evn see the name in the title bar... Is it becoz the NAS needs to be configured???
  • kinekine Member Posts: 12,562
    Yes, of course, you need NAS to be configured. The data are read from Navision and you need the data to be able to configure the webpart.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • konark_upadhyaykonark_upadhyay Member Posts: 19
    Thx kine!
    now as i have configured the NAS i could see the web part and also they are now added to the site. But still i am getting one error:

    Communication error (10121): Unable to write to job queue. FormatName:DIRECT=OS:MSDYNAMICS\private$\nep_request_queue

    Can you help me out to resolve this. I have registered the web parts as safe and changed the web.config file for i was gettin the error regarding safecontrols. now i am not gettin tht error but the one above!!! : (

    thanks for your help!!
  • kinekine Member Posts: 12,562
    The Message Queue must be created correctly with correct permissions. Check it through management console (right click on "This Computer" and select Manage. On the left select the Services and Applications - Message Queuing. Check that the queue MSDYNAMICS\private$\nep_request_queue has permissions for writing for the IIS server and for NAS.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • DenSterDenSter Member Posts: 8,307
    Make sure the queue is a NON transatcional queue. NAV doesn't like transactional queues.
  • konark_upadhyaykonark_upadhyay Member Posts: 19
    oops! there is no message queue in the console??// :shock: :?

    WHT SHUD I DO THEN??? whr hav i went wrong? HELP ME!!!
  • konark_upadhyaykonark_upadhyay Member Posts: 19
    Oh i found the solution for it...
    i added a new private queue in the Computer Management Console->Message queue.. Am i right doing so?
    Now I am not gettin tht error.. BUT a new error has come


    Communication error (10114): No reply received from Back End System (Time Out).

    What should i do now? Can someone help!!!
Sign In or Register to comment.