IM an Expert--A new IM Q&A service tool for your organization

IM an Expert for Lync Server 2010 is an instant messaging question and answer service that you can set up within your organization. With the IM an Expert service, you can use Microsoft Lync or the IM an Expert Welcome page to submit a text question to the service. The IM an Expert service will locate an expert for you within your company and initiate an IM session between you and an expert.  Answers are recorded and can be made available for later reference. You can specify your privacy and question preferences on the IM an Expert Website.  IM an Expert is based on UCMA 3.0 and at a high-level, consists of a BOT, a Web Site, and a SQL database. You can download the sofware and documentation from the following pages in the Microsoft Download Center:

March 24th, 2011 9:59am

How to run it as windows service?
Free Windows Admin Tool Kit Click here and download it now
March 30th, 2011 6:53pm

Hi Arturas

You should be able to do this. Your best bet would be create a Windows service and have that service call Bot.exe.

Thanks for using IM-an-Expert!

Ryen

 

March 30th, 2011 8:13pm

OK, but what tools should i use for creating a service?
Free Windows Admin Tool Kit Click here and download it now
March 31st, 2011 9:36am

OK, but what tools should i use for creating a service?
I found solution for creating a service. http://www.codeproject.com/KB/system/WindowsService.aspx
March 31st, 2011 1:32pm

Very interesting. Is it possible to see this solution in action somewhere, please?
Free Windows Admin Tool Kit Click here and download it now
April 7th, 2011 7:27pm

You can download it and try it by yourself;)
April 7th, 2011 7:59pm

Sure I can, but I really want to see it working somewhere... Do you have it deployed?
Free Windows Admin Tool Kit Click here and download it now
April 7th, 2011 9:24pm

We need the Page Crawler utility to crawl through pages that are protected under basic authentication. The Page crawler application could use the Lync users credentails which has been set in imx.config file.

Is there any other specific configuration that needs to be done for the Page Crawler application to crawl through pages protected under basic authentication?


April 25th, 2011 11:59am

The PageCrawler doesn't use any of the credentials specified in imx.config.

Instead, PageCrawler will crawl using the credentials of the user under which the PageCrawler.exe is run. If you want to access pages that require authentication, then the account from which the EXE is run must have permissions to view those pages.

Thanks, Ryen

Free Windows Admin Tool Kit Click here and download it now
April 25th, 2011 6:12pm

In Im-an-Expert database, in table users we have imported the user list of 22,000 employees. It happened that while importing random_questions column for all the employees was 1. So when we fired a question a log file of around 50 MB was created. and while writing to this log during the conversation resulted in the bot getting hanged.

The bot should look for experts in the area. If the experts are not found then it should pick up 10 users capable of answering random questions. Check for their availability and then go ahead with the next 10. It should not pick up the entire list.

April 26th, 2011 4:46pm

Hi Ryen,

i tried crawling to a basic autheticated site for which our Lync ID had access. But the result was that the crawling was unsuccessful.

What could be the result of the unsucessful crawl?

Free Windows Admin Tool Kit Click here and download it now
April 28th, 2011 11:30am

Hi Guys,

I've already tested BOT and INDEXER and they are working correctly.
But now i have problems with Web Site. I cannot login to the site http://imanexpert.<domain>.com

It ask me three times for the credential and then it gives me a HTTP Error 401.2 - Unauthorized:

I have already:

1. Create a new Web Site with a new application pool using ApplicationPoolIdentity
2. Disable anonymous and enable windows authentication
3. Set WebsiteUsesHTTPS as false
4. Stop Default Web site and start New Web Site to run on port 80
5. Change the imx.config file about the Web Site configuration
6. Modified the Contact.aspx and Default.aspx files
7. Re-create the Web Site
8. Modified the permissions on website folder

But none of them help me to solve this problem. Does anybody knows how could i solve this problem?
It seems to be a IIS problem but i am not sure about it.

May 4th, 2011 11:48pm

Hi Adam,

When we kept the bot running on one of our server maybe a week or two, we found that the RAM consumption was around 1GB for that duration of time. What could be the issue with the bot consuming so much of RAM. 

Is there any settings in IM an expert to prevent such high RAM consumption?

Free Windows Admin Tool Kit Click here and download it now
May 25th, 2011 2:43pm

Please could you elaborate on how you made the service? I have tried adding the bot.exe as a service using SC which causes the service just to time out as you would expect.

 

Ideally this could do with a socket or web interface to control/query the bot directly!

July 25th, 2011 4:42pm

Hi Adam

Can I ask if this is still a live and supported project by Microsoft as there seems little in the way of "chatter" about it?

If it is not is there any possibility of it becoming an Open Source project to let the community run with it?

Cheers

Dave

Free Windows Admin Tool Kit Click here and download it now
July 26th, 2011 1:56pm

Hi  Adam

I have deploy Im An Expert and every works perfectly but how can I let bot.exe run as a service I have create a service but that won´t start

 

regards

Sigurjon

 

August 29th, 2011 11:03pm

Did you specify a host header for your website? If yes, when you won't be able to login to this site from that server. If you try to access it from other computer, it should be OK.
Free Windows Admin Tool Kit Click here and download it now
September 6th, 2011 12:16pm

Hi  Adam

I have deploy Im An Expert and every works perfectly but how can I let bot.exe run as a service I have create a service but that won´t start

 

regards

Sigurjon

 


I can't start service too. I have tried winsrv, SrvAny. Service is being created, but stops after start. What account should I use for that service? Local system, Network service or domain account?
September 7th, 2011 1:17pm

Hi  Adam

I have deploy Im An Expert and every works perfectly but how can I let bot.exe run as a service I have create a service but that won´t start

 

regards

Sigurjon

 

Hi sigurjon,

for creating service i have used this: http://www.codeproject.com/KB/system/xyntservice.aspx

Free Windows Admin Tool Kit Click here and download it now
September 7th, 2011 2:34pm

Hi  Adam

I have deploy Im An Expert and every works perfectly but how can I let bot.exe run as a service I have create a service but that won´t start

 

regards

Sigurjon

 

Hi sigurjon,

for creating service i have used this: http://www.codeproject.com/KB/system/xyntservice.aspx


Hi Arturas

Are you confirming that you have been able to do this with Bot.exe?

Cheers

Dave

September 7th, 2011 2:40pm

Hi  Adam

I have deploy Im An Expert and every works perfectly but how can I let bot.exe run as a service I have create a service but that won´t start

 

regards

Sigurjon

 

Hi sigurjon,

for creating service i have used this: http://www.codeproject.com/KB/system/xyntservice.aspx


Hi Arturas

Are you confirming that you have been able to do this with Bot.exe?

Cheers

Free Windows Admin Tool Kit Click here and download it now
September 7th, 2011 2:50pm

Cool.

Thanks for the quick response. Looks like we have another piece of work to do this week then :)


Cheers

Dave

September 7th, 2011 2:53pm

Thank you, Arturas, very much. My bot.exe is running as a service now with XYNTService
Free Windows Admin Tool Kit Click here and download it now
September 7th, 2011 3:37pm

Thanks Arturas, works for me to


Dave

September 7th, 2011 5:15pm

Hi Adam!

There isn't much help available on the internet regarding this amazing IM an Expert idea. I seem to have configured all settings correctly, but when I run bot.exe it gives an error that Bot.exe has stopped working and crashes.

I even tried reinstalling the whole IM an Expert thing, even though I did NOT delete the database. I just re-run the scripts to ensure anything missing was created.

Bot.exe has stopped working error persists, even when I try running with run as Administrator credentials.

Early days with this so I might be doing something silly here, Any help will be appreciated.

Thanks

Free Windows Admin Tool Kit Click here and download it now
September 11th, 2011 10:05pm

Hi Adam!

There isn't much help available on the internet regarding this amazing IM an Expert idea. I seem to have configured all settings correctly, but when I run bot.exe it gives an error that Bot.exe has stopped working and crashes.

I even tried reinstalling the whole IM an Expert thing, even though I did NOT delete the database. I just re-run the scripts to ensure anything missing was created.

Bot.exe has stopped working error persists, even when I try running with run as Administrator credentials.

Early days with this so I might be doing something silly here, Any help will be appreciated.

Thanks


have you installed UCMA 3.0?
September 12th, 2011 8:35am

Yes I have:-)
Free Windows Admin Tool Kit Click here and download it now
September 12th, 2011 8:43am

And of course you are starting bot.exe from command line? From your screenshot it looks like you start it directly.
September 12th, 2011 8:56am

And of course you are starting bot.exe from command line? From your screenshot it looks like you start it directly.


No I was doing it directly. But I just reinstalled UCMA 3.0 and tried running from command line to get the same result.

Thanks for your time

 


C:\Program Files\Microsoft IM an Expert\bin\bot>bot.exe
Starting IM an Expert for Microsoft(R) Lync(TM) Server 2010: Bot

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass
embly 'Microsoft.Rtc.Collaboration, Version=4.0.0.0, Culture=neutral, PublicKeyT
oken=31bf3856ad364e35' or one of its dependencies. The system cannot find the fi
le specified.
File name: 'Microsoft.Rtc.Collaboration, Version=4.0.0.0, Culture=neutral, Publi
cKeyToken=31bf3856ad364e35'
   at Microsoft.Lync.ImAnExpert.IMXBot..ctor()
   at Microsoft.Lync.ImAnExpert.Program.Main()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\M
icrosoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure lo
gging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fus
ion!EnableLog].

Free Windows Admin Tool Kit Click here and download it now
September 12th, 2011 9:31am

Favad,

Be sure to Run the command prompt as an Administrator with an account that has local admin rights on the IM an Expert host Server.

October 19th, 2011 8:48am

Hi

I had same issue. I did run Run the command prompt as an Administrator with an account that has local admin rights and still end up having the same error when tried starting bot as specified by Favad in the initial post.

Your kind assistance will be appreciated.
Free Windows Admin Tool Kit Click here and download it now
October 20th, 2011 2:21pm

Hi Arturas,

I can run the bot and monitor from the command prompt using the domain user service accounts I have created for this purpose, as directed by the admin doc, but can't get the service running using xyntservice.

Can you tell me what parameters you have used in the xyntservice ini i.e. did you set credentials in the ini file? Also what did you set as the working directory? And are you running the service itself as localsystem or the domain user?

Any help would be much appreciated.

Regards,

James.

December 12th, 2011 3:53pm

Hi,

I have found the combinatin that works ;)

For anyone else.... Using domain user service accounts:

xyntservice.ini file: WorkingDir = c:\Program Files\Microsoft IM an Expert\bin\
                              User credentials = <domain service account>

Windows service runs under localsystem with interract with desktop.

Regards,

James.

Free Windows Admin Tool Kit Click here and download it now
December 12th, 2011 4:57pm

FYI - We just released an update for IM-an-Expert.

One of the features included in the update is the ability to run IMX as a Windows service.

See http://support.microsoft.com/kb/2677043 for a list of the feature additions and bug fixes in v1.5.

Installer: http://www.microsoft.com/download/en/details.aspx?id=8475

Documentation: http://www.microsoft.com/download/en/details.aspx?id=16104

Thanks, Ryen

March 13th, 2012 9:10pm

Hi

I've started installing IM and Expert.

As per the software requirements, I've downloaded and installed UCMA 3.0 (http://www.microsoft.com/download/en/details.aspx?id=20958).  However, while OCSCORE.MSI is copied to the system as part of the Bootstrapper Prerequisites Installer Package, it isnt mentioned in the UCMA 3.0 Runtime Requirements.

So, the question is, do you have to install OCSCORE.MSI when building an IM an Expert server ?

Thanks

Free Windows Admin Tool Kit Click here and download it now
March 18th, 2012 3:55pm

1.Go in the imx folder.

2. Edit the imx.config as -

<add key="BotRunAsService" value="true">

<add key="BotServiceStartupTiming" value="ImmediateThenDelayed"/>

<add key="BotServiceStartUpDelaySeconds" value="60"/>

3. Run the command installutil.exe Bot.exe from the bot directory in a command window eith administrator rights

4. Run the services Management Console (Start> services.msc)

5. Find the ImAnExpert service in the list of local services,Start the service.

Use Im An Expert version v1.5


March 22nd, 2012 6:52pm

This was a problem with Im-An Expert bot version v1.0.

This problem has been fixed with Im-An Expert version v1.5

Edit imx.config file as below

<add key="BotCleanMemoryIntervalhours" value="1"/>

This will call garbage collector  forcefully with the given configured period to  delete unreferenced objects which resides on heap memory

area. Bot uses UCMA 3.0 SDK . UCMA uses asynchronous methods like BeginXX and EndXX which queues the operation

and assigns to worker thread pool. This threaded operations are performed by UCMA 3.0 runtime which is installed

as a prerequisite software for running Im-An Expert Bot.  


Free Windows Admin Tool Kit Click here and download it now
March 22nd, 2012 7:02pm

I am running version 1.5 and receive the following error when trying to test bot.exe.  I have following the instructions properly and installed UCMA 3.0:

A 415 (unsupported media type) response was received from the network and the operation failed.  See the exception details for more information.

Any help would be appreciated!!

May 4th, 2012 11:14pm

I am running version 1.5 and receive the following error when trying to test bot.exe.  I have following the instructions properly and installed UCMA 3.0:

A 415 (unsupported media type) response was received from the network and the operation failed.  See the exception details for more information.

Any help would be appreciated!!

I am having the same issue. after following the guides out there and pulling my hair out for 4 days i finally have:

1) the bot running with no errors

2)the monitor running and connecting to the bot with no errors

3) the website up and running and showing images (on non IE9 browsers, on IE9 browsers the images do not load for some reason)

but still i am left with a bot that does not respond. i can send it a message using my client and i get no response. if i look at the bot window i see that it received my question and tried to respond but i get the SEND_MESSAGE_FAILED followed by what it was trying to send and then after that it says the 415 (unsupported media type) response was received from the network and the operation failed.  See the exception details for more information.

can anyone in this thread that has it working correctly enlighten me on how????

Free Windows Admin Tool Kit Click here and download it now
June 8th, 2012 4:59pm

Is there any way to have IM An expert not require user registration? We'd like to have our users able to ask a question but not register so they have a question possibly asked of them? I know I can probably just import all the users in the company if need be. 
August 1st, 2012 1:37am

Hi Menz_01,

Same error here, did you have any luck?

Free Windows Admin Tool Kit Click here and download it now
August 1st, 2012 9:58am

Hi Menz_01,

Same error here, did you have any

August 1st, 2012 4:31pm

Is there any way to have IM An expert not require user registration? We'd like to have our users able to ask a question but not register so they have a question possibly asked of them? I know I can probably just import all the users in the company if need be. 

I would like to make use of groups and create profiles and put users into groups. I want to have groups of experts and everyone else is a questioner. I want to decouple the questioners from the experts.

Ideas?

Free Windows Admin Tool Kit Click here and download it now
March 20th, 2013 11:47pm

Ok, easy enough to add users to the DB but now that I have a bunch of users (IT types) I see that the questions seem to be randomly going to users seemingly ignoring what is in their profile keywords list. There is a setting ('Only ask me questions related to my profile' -- randomquestions column in users table) but if set this for all users, then I just get 'no one available' for any questions.

Testing with a smaller group of users it is quite clear that if that bit is set, this simply does not work. Only the random setting works.

I wonder if the source code could be made available. I really think you have a product that is almost ready for production I just need to fix a few items.


March 23rd, 2013 12:32am

Hi

Can I use SQL 2008 R2 Express for IM an Expert?

Thank you

Free Windows Admin Tool Kit Click here and download it now
March 28th, 2013 3:47pm

Hi again, 

I am asking about SQL 2008 R2 express because I cannot run below step in my impementation of IM an Expert.

SQL 2008 R2 express has got limitation that SQL Server Agent service cannot start :/

Is this step is required, and will IM an Expert will work properly without SQL Server Agent and re-indexing user profiles?

Creating and Testing the SQL Server Agent Scheduled Rebuild Task

To ensure successful re-indexing of user profiles, administrators need to create a SQL Server Agent scheduled rebuild task using SQL Server Management Studio. 

March 28th, 2013 10:34pm

Hi, you can ignore question about SQL express - sorry for that

I noticed the same issue as Christopher King. When I have got enabled checkbox "Only ask me questions related to my profile" I have got every time answer: "unfortunately, nobody is available at this moment to answer your question. To ask a new question, close this window and start a new one."

When checkbox is disabled all question are going to random people.

Is this issue is know? How to fix it?
Thank you

Log from bot.exe:

2013-04-02T15:31:18 0 PLATFORM_STARTING system Platform starting ...
2013-04-02T15:31:19 0 PLATFORM_ESTABLISHED system Platform established
2013-04-02T15:31:19 0 PLATFORM_STARTING system Registering bot ...
2013-04-02T15:31:27 0 PUBLISH_PRESENCE system Presence has been published
2013-04-02T15:31:27 0 LOCALUSER_REGISTERED system Registration complete
2013-04-02T15:31:51 0 SEARCH_RESULTS_COUNT search Returned 0 users
2013-04-02T15:31:51 0 SEARCH_RESULTS_COUNT search Found: 0 users
2013-04-02T15:31:54 0 ANSWERER_ALLOWED CORP\agiemza allowed
2013-04-02T15:31:54 0 ANSWERER_NOT_SELECTED CORP\agiemza Not selecting random user because: user disabled random questions
2013-04-02T15:31:54 0 ANSWERER_ALLOWED CORP\ocsuser allowed
2013-04-02T15:31:54 0 ANSWERER_NOT_SELECTED CORP\ocsuser Not selecting random user because: user disabled random questions
2013-04-02T15:31:54 0 QUERY_STATUS system Waited  seconds
2013-04-02T15:31:54 0 CANDIDATE_LIST RetrieveListOfCandidates available: 0 / 0 (NaN%) were available (4/2/2013 3:31:54 PM)
2013-04-02T15:31:54 0 WARNING RetrieveListOfCandidates Only asking 0 people who were online
2013-04-02T15:31:54 0 SEARCH_RESULTS_COUNT search Found: 0 users
2013-04-02T15:32:16 0 RECEIVED_CALL sip:agiemza@corp.com Received call
2013-04-02T15:32:17 0 ADD_CONVERSATION sip:agiemza@corp.com Added new conversation to map: (sip=sip:agiemza@corp.com)
2013-04-02T15:32:18 0 ROUTE_QUESTION sip:agiemza@corp.com Received message at 4/2/2013 3:32:18 PM: how to install sql ?
2013-04-02T15:32:18 0 PROCESSING_MESSAGE sip:agiemza@corp.com queued for 0.01 secs how to install sql ?
2013-04-02T15:32:18 635005135380773399 ASKER_INIT_QUES CORP\agiemza how to install sql ?
2013-04-02T15:32:18 0 SENDING_MESSAGE sip:agiemza@corp.com Sending message: '<font color=#00008B> Forwarding your question... Please wait at least a few minutes for recipients to respond. If this is a mistake, close this window to cancel this question.</font>' with contentType=text/html
2013-04-02T15:32:18 635005135380773399 QUESTION system Finding best answerers for: how to install sql ?
2013-04-02T15:32:18 635005135380773399 ANSWERER_ALLOWED CORP\agiemza allowed
2013-04-02T15:32:18 635005135380773399 ANSWERER_NOT_SELECTED CORP\agiemza Not selecting random user because: user disabled random questions
2013-04-02T15:32:18 0 ANSWERER_ALLOWED CORP\ocsuser allowed
2013-04-02T15:32:18 635005135380773399 ANSWERER_NOT_SELECTED CORP\ocsuser Not selecting random user because: user disabled random questions
2013-04-02T15:32:18 0 QUERY_STATUS system Waited  seconds
2013-04-02T15:32:18 635005135380773399 CANDIDATE_LIST RetrieveListOfCandidates available: 0 / 0 (NaN%) were available (4/2/2013 3:32:18 PM)
2013-04-02T15:32:18 635005135380773399 WARNING RetrieveListOfCandidates Only asking 0 people who were online
2013-04-02T15:32:18 635005135380773399 STATUS_CHANGE CORP\agiemza idle -> asker_answerer_finished
2013-04-02T15:32:18 0 SENDING_MESSAGE sip:agiemza@corp.com Sending message: '<font color=#00008B> Unfortunately, nobody is available at this moment to answer your question. To ask a new question, close this window and start a new one.</font>' with contentType=text/html
2013-04-02T15:32:18 635005135380773399 NOBODY_FOUND CORP\agiemza how to install sql ?
2013-04-02T15:32:18 0 SEND_COMPLETE sip:agiemza@corp.com (0.6085464 s) <font color=#00008B> Forwarding your question... Please wait at least a few minutes for recipients to respond. If this is a mistake, close this window to cancel this question.</font>
2013-04-02T15:32:18 0 SEND_COMPLETE sip:agiemza@corp.com (0.6583632 s) <font color=#00008B> Unfortunately, nobody is available at this moment to answer your question. To ask a new question, close this window and start a new one.</font>
2013-04-02T15:32:21 0 FLOW_STATE_CHANGED sip:agiemza@corp.com Flow state changed from Active to Terminated
2013-04-02T15:32:22 0 WINDOW_CLOSED sip:agiemza@corp.com Closed Window
2013-04-02T15:32:22 0 ROUTE_QUESTION sip:agiemza@corp.com Received message at 4/2/2013 3:32:22 PM: __closewindow__
2013-04-02T15:32:22 0 PROCESSING_MESSAGE sip:agiemza@corp.com queued for 0.03 secs __closewindow__
2013-04-02T15:32:22 635005135380773399 STATUS_CHANGE CORP\agiemza asker_answerer_finished -> idle

Free Windows Admin Tool Kit Click here and download it now
April 2nd, 2013 4:38pm

On the issue where I did not find any experts (when checking 'Only ask me questions related to my profile')...

Turns out I did not actually run the indexer. This will populate the table 'userProfiles' in IM-an-Expert_Index DB.

If this table is empty, it does not work. Make sure you have done the Indexer part of the set up.

April 2nd, 2013 5:02pm

Hi

I see two users in IM-an-Expert_index database

I run Indexer and SQL server agant job again

But issue still apear?

Do you have any idea

Free Windows Admin Tool Kit Click here and download it now
April 2nd, 2013 5:35pm

Did you enter the 'where can I find iphone profile ?' type entries? Try keeping it simple only using one word keywords. (but maybe that was updated by the program??) Just wondering if that question mark is messing up the works.

I assume ocsuser is your 'im an expert' account? I don't have a profile for that one. If so, you in essence have one 'expert' when you ask questions. If your sure that user is available (not busy or offline/etc.) and you are asking questions that relate to them?

Also, I recall that I had modified the below entry (default was zero though) and put it too high. I got clever and put it to .75 and no one was ever weighted that highly. I settled on .1 for testing so far. But if you did not modify it, you are ok.

In imx.config (on im expert server c:\Program Files\Microsoft IM an Expert\config )

  <!-- What is the mininum expertise match required for an expert to be contacted. Match scores are typically between 0 and 1 -->
  <add key="BotMatchThreshold" value=".1"/>

Does this link work for you? This will return the weights for test questions (q=the+question) using the Web API. Useful for testing.

http://im_expert_url/api.aspx?cmd=suggestusers&q=what+is+sql

April 2nd, 2013 5:54pm

Web api dont work :( I try to get http://localhost/api.aspx?cmd=sql+install+how and http://imanexpert/api.aspx?cmd=suggestusers&q=what+is+sql

and I have got 403 Bad or unknown command

I have got sql as a key word


Free Windows Admin Tool Kit Click here and download it now
April 2nd, 2013 6:42pm

Make sure all of the database configurations are correct in the imx.config

It is quite tedious as there are several lines you have to adjust. Maybe one of them is wrong. I know that suggestusers command did not work until I got all the DB stuff ironed out.

Read the Web API section of the docs and try some of the other commands to see if that part is working at all. I assume your profile webpage is working ok?

April 2nd, 2013 6:54pm

Hi I run all services on one machines, sql also. On sql I used "connStr:server=corp-imbot;Integrated Security=SSPI" I double checked sql side and all looks good. Even when I add new user, its apear on SQL db's Christopher can we exchange emails. Is it possible to take a look on this via remote access?
Free Windows Admin Tool Kit Click here and download it now
April 2nd, 2013 7:10pm

If your ok with posting your email, I will email you and we can see.
April 2nd, 2013 7:37pm

Did you figure this out? How to decouple experts from questioners? Thanks.
Free Windows Admin Tool Kit Click here and download it now
June 13th, 2013 11:34am

Hi,

Has anyone got IM an expert running as a service under version 1.5? Have followed the admin guide and created the service using installutil.exe but the service fails to start.

I have mutilple versions of .net framework and the installutil.exe installed on the server? Do I need to run a particular version?

Any other suggestions?

Many thanks.

July 11th, 2013 10:24am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics