General Chat Thread, HAAAAAAAALP! in General; [I'm not sure where this goes... Server 2008R2? Windows 7?]
For some reason, RM Management console has broken.
Any time ...
-
16th November 2012, 12:08 PM #1 HAAAAAAAALP!
[I'm not sure where this goes... Server 2008R2? Windows 7?]
For some reason, RM Management console has broken.
Any time I try to access registry settings, I get "Failed to join domain"
Any time I try to access user settings, I get a message saying something about an error and I'm told to check the event log.
The event viewer is showing the console is having problems [Will copy/paste later... I can't get to it at the moment.]
It was working earlier today and suddenly broke while I was working. If it matters we're on CC4.
[On a unrelated note, how do you remove a printer from RMMC? I deleted it from the server but it's still there.]
-
-
IDG Tech News
-
16th November 2012, 12:15 PM #2 have you tried iis reset? - sometimes used to work - a long while since I used RM stuff.
-
-
16th November 2012, 01:29 PM #3 
Originally Posted by
maark
have you tried iis reset? - sometimes used to work - a long while since I used RM stuff.
No change.
As promised... It's copy/pasta time.
Service Host (ComputerManager) logged the following event at 13:21:53
Exception caught in remote method 'System.Collections.Generic.ICollection`1[System.String] GetTypeNames(RM.Networks.TypeManager.Interfaces.Ty peClass)' on attempt 0. Exception=System.Runtime.InteropServices.COMExcept ion (0x80005000): Failed to connect to domain
Server stack trace:
at Interop.Strong.TypeManagerJob.UserTypesClass.Initi aliseEx(String strDomain, Boolean bUserType, String strEstablishment)
at RM.Networks.TypeManager.TypeManager.GetTypeNames(T ypeClass typeClass)
at RM.Networks.Comms.Proxies.MarshalByRefGenerated.Ho sted_TypeManager_101121032410442.GetTypeNames(Type Class typeClass)
at System.Runtime.Remoting.Messaging.StackBuilderSink ._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink .PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink .SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleRe turnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateI nvoke(MessageData& msgData, Int32 type)
at RM.Networks.TypeManager.Interfaces.ITypeManager.Ge tTypeNames(TypeClass typeClass)
at RM.Networks.Comms.Proxies.AutoGenerated.TypeManage r_1_0_0_0_090212130734000_RemotingProxy.GetTypeNam es(TypeClass typeClass)
at RM.Networks.Comms.Proxies.AutoGenerated.ITypeManag er_1_0_0_0_121105195229089_ClientProxy.GetTypeName s(TypeClass typeClass)..
That's one of the errors... the others would make this post insanely long.
-
-
16th November 2012, 02:50 PM #4 Have you tried restarting RMService host on the forest root?
-
-
16th November 2012, 03:03 PM #5 You will need to restart the RM Blob Manager service and see if that fixes your issue.
If not stop RM service host go to:
c:/programfiles/rm/connect/comms - delete the hosted and remoting proxies folders
Now got to c:/documentsandsettings/allusers/applicationdata/rm/connect/comms and delete all the cache and .rmcache files.
Cut the client proxies folder to the desktop or a similar location out of that folder
Now restart RM service host and see how you go
Thanks
-
-
16th November 2012, 03:06 PM #6 Oh - I have a script to do all that:
Code:
net stop /yes "RM service Host"
@echo Waiting for RM service Host To Stop
:loop1
@Rem Wait for 30 seconds
@PING 1.1.1.1 -n 1 -w 30000 >NUL
@echo Checking Service State
@sc query "RM service Host" | @FIND "1 STOPPED" > nul
@If %ERRORLEVEL% NEQ 0 goto loop1
@echo Confirmed: RM service Host Service Stopped
@echo Clearing service host cache
@Rem Wait for 30 seconds
del /Q /F "C:\Documents and Settings\All Users\Application Data\RM\Connect\Comms\SecCache2.rmcache"
del /Q /F "C:\Program Files\RM\Connect\Comms\RemotingHost"
del /Q /F "C:\Program Files\RM\Connect\Comms\HostedProxies"
md "C:\Documents and Settings\All Users\Application Data\RM\Connect\Comms\backup"
move "C:\Documents and Settings\All Users\Application Data\RM\Connect\Comms\ClientProxies\*" "C:\Documents and Settings\All Users\Application Data\RM\Connect\Comms\backup"
@echo Stopping RMConnectionPool
net stop /yes RMConnectionPool
@echo Starting RMConnectionPool
net start RMConnectionPool
@echo Starting service host
@Rem Wait for 30 seconds
net start /yes "RM service Host"
@echo Waiting for RM service Host To Start
:loop2
@Rem Wait for 30 seconds
@PING 1.1.1.1 -n 1 -w 30000 >NUL
@echo Checking Service State
@sc query "RM service Host" | @FIND "4 RUNNING" > nul
@If %ERRORLEVEL% NEQ 0 goto loop2
@echo Confirmed: RM service Host Started
Save as a .bat file and run on server.
-
-
16th November 2012, 03:40 PM #7 
Originally Posted by
clareq
Oh - I have a script to do all that:
Save as a .bat file and run on server.
Will try this on Monday.
-
-
16th November 2012, 03:48 PM #8 on cc3 this is usually reset the PDC and hope for the best...
-
-
16th November 2012, 06:07 PM #9 Log a call with RM, they may ask for server to be restarted.
-
-
16th November 2012, 06:33 PM #10 
Originally Posted by
rad
Log a call with RM, they may ask for server to be restarted.
I have done. The install is less that 2 weeks old... We shouldn't be having as many problems as we are.
-
-
19th November 2012, 10:08 AM #11 @clareq That script of yours didn't work...
Now I have to wait for RM to have a look. [Their "diagnosis" was copy+paste of what I named to job...]
-
-
19th November 2012, 12:28 PM #12 As a bit of daft have you flushed your browser cache/cookies ?
I used to manage an RM Network on CC3 and the techs would sometimes come across with silly errors in RMMC, sometimes RMMC wouldn't even display... they found if they used a differnet browser or cleared the browser data it would start working again. Remote Desktop into the server and running RMMC always worked but that was a long way round it was easier to do it in browser.
-
-
19th November 2012, 12:43 PM #13 
Originally Posted by
cpjitservices
As a bit of daft have you flushed your browser cache/cookies ?
I used to manage an RM Network on CC3 and the techs would sometimes come across with silly errors in RMMC, sometimes RMMC wouldn't even display... they found if they used a differnet browser or cleared the browser data it would start working again. Remote Desktop into the server and running RMMC always worked but that was a long way round it was easier to do it in browser.
The RMMC on CC4 doesn't use a browser.
-
-
19th November 2012, 12:48 PM #14 Ahh right.... never mind... never used it - although in CC3 using browser for RMMC was the worst idea ever.
-
-
20th November 2012, 11:57 PM #15 @X-13:
When no-one is on the network go to your DC and go to services.msc and scroll to RMPostgres.SQL and restart the service, it will also restart 2 other services, when these are all backup and running scroll to RMHost service and restart that also.
This should create a new cache of the database and the RMMC should come backup with all the information data.
Let me know how you get on.
As for removing a printer, just go to the server where you installed it and delete it, it will disappear from the RMMC printer OU but you must undeploy it first in the RMMC from the workstations or Room OU that you have deployed it too in the first place. Oh! don't forget when you on the server in Start>printers and faxes right click in the white space and go to the print server and delete the port for that printer also.
Hope you get sorted
-
SHARE: 
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules