RWS / SignalR-SignalRMessageBus

SignalR scalability using SignalR as backplane
2 stars 2 forks source link

Could not get the sample to work #13

Closed Rajiv-Kulkarni closed 3 years ago

Rajiv-Kulkarni commented 3 years ago

Hi there, I added a database called SignalR to my local sql server and created a user. Not sure if I need to add any tables. Then set the ChartSample project as the Startup project and executed. Keep getting an Internal Server Error on the line: _hubConnection.Start().Wait(); Please help.

lsiddiquee commented 3 years ago

@Rajiv-Kulkarni I am not sure what you are trying to achieve? This is a backplane based on SignalR not any database.

Rajiv-Kulkarni commented 3 years ago

That is precisely what I am trying to use it for. I did not have much luck with the signalr mongodb backplane and found yours. Was happy to see the examples included in the repository, was not happy not to be able to see it working. May be I am missing something. I downloaded sql management studio (we use mysql at work) and created a db called signalr (as per the connection string in the backplane server example). Wa hoping to see the Chat example to get to work and see the messages being loaded up in the SignalR db I created. As I said, I am probably ot clear on how to get the Chat example to work. Help appreciated. Thanks.

On Tue, Apr 13, 2021 at 3:54 AM Likhan Siddiquee @.***> wrote:

@Rajiv-Kulkarni https://github.com/Rajiv-Kulkarni I am not sure what you are trying to achieve? This is a backplane based on SignalR not any database.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sdl/SignalR-SignalRMessageBus/issues/13#issuecomment-818569660, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADC4YKT66QMP5BBOBR5S6BDTIQBEPANCNFSM42UH7UMA .

-- Rajiv S Kulkarni | Sr. Software Engineer, CT3 | Mission Systems COLLINS AEROSPACE MS 120-123, 400 Collins Road, Cedar Rapids, IA 52498 U.S.A. Tel: +1 319 263 4256 | Mobile: +1 563 508 5301 @. @.> | collinsaerospace.com http://collinsaerospace.com*

CONFIDENTIALITY WARNING: This message may contain proprietary and/or privileged information of Collins Aerospace and its affiliated companies. If you are not the intended recipient, please 1) Do not disclose, copy, distribute or use this message or its contents. 2) Advise the sender by return email. 3) Delete all copies (including all attachments) from your computer. Your cooperation is greatly appreciated.

lsiddiquee commented 3 years ago

Please share error details, including inner exceptions if any and also the code snippet that you are using. One thing could be, to try to use only sql server backplane and ensuring that everything works, and then add this on top of that.

Rajiv-Kulkarni commented 3 years ago

Will do. I don't intend to use both the mongodb or the sql server backplane. WOuld like to use only the sql server one. Thanks.

On Wed, Apr 14, 2021 at 1:30 AM Likhan Siddiquee @.***> wrote:

Please share error details, including inner exceptions if any and also the code snippet that you are using. One thing could be, to try to use only sql server backplane and ensuring that everything works, and then add this on top of that.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sdl/SignalR-SignalRMessageBus/issues/13#issuecomment-819264572, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADC4YKXGGZ7ROBG5I727R4TTIUY3RANCNFSM42UH7UMA .

-- Rajiv S Kulkarni | Sr. Software Engineer, CT3 | Mission Systems COLLINS AEROSPACE MS 120-123, 400 Collins Road, Cedar Rapids, IA 52498 U.S.A. Tel: +1 319 263 4256 | Mobile: +1 563 508 5301 @. @.> | collinsaerospace.com http://collinsaerospace.com*

CONFIDENTIALITY WARNING: This message may contain proprietary and/or privileged information of Collins Aerospace and its affiliated companies. If you are not the intended recipient, please 1) Do not disclose, copy, distribute or use this message or its contents. 2) Advise the sender by return email. 3) Delete all copies (including all attachments) from your computer. Your cooperation is greatly appreciated.

lsiddiquee commented 3 years ago

@Rajiv-Kulkarni please share the details otherwise we will close this issue.

Rajiv-Kulkarni commented 3 years ago

Sorry got distracted. Will try to send as soon as I can this week. Thanks.

On Wed, Apr 21, 2021 at 5:04 PM Likhan Siddiquee @.***> wrote:

@Rajiv-Kulkarni https://github.com/Rajiv-Kulkarni please share the details otherwise we will close this issue.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sdl/SignalR-SignalRMessageBus/issues/13#issuecomment-824387618, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADC4YKTDAZWYOR55QW2RWY3TJ5DUZANCNFSM42UH7UMA .

-- Rajiv S Kulkarni | Sr. Software Engineer, CT3 | Mission Systems COLLINS AEROSPACE MS 120-123, 400 Collins Road, Cedar Rapids, IA 52498 U.S.A. Tel: +1 319 263 4256 | Mobile: +1 563 508 5301 @. @.> | collinsaerospace.com http://collinsaerospace.com*

CONFIDENTIALITY WARNING: This message may contain proprietary and/or privileged information of Collins Aerospace and its affiliated companies. If you are not the intended recipient, please 1) Do not disclose, copy, distribute or use this message or its contents. 2) Advise the sender by return email. 3) Delete all copies (including all attachments) from your computer. Your cooperation is greatly appreciated.

lsiddiquee commented 3 years ago

The issue was closed due to inactivity.