Jump to content

Recommended Posts

Posted

[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.]

Posted
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.TypeClass)' on attempt 0. Exception=System.Runtime.InteropServices.COMException (0x80005000): Failed to connect to domain

 

Server stack trace:

at Interop.Strong.TypeManagerJob.UserTypesClass.InitialiseEx(String strDomain, Boolean bUserType, String strEstablishment)

at RM.Networks.TypeManager.TypeManager.GetTypeNames(TypeClass typeClass)

at RM.Networks.Comms.Proxies.MarshalByRefGenerated.Hosted_TypeManager_101121032410442.GetTypeNames(TypeClass 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.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)

at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)

at RM.Networks.TypeManager.Interfaces.ITypeManager.GetTypeNames(TypeClass typeClass)

at RM.Networks.Comms.Proxies.AutoGenerated.TypeManager_1_0_0_0_090212130734000_RemotingProxy.GetTypeNames(TypeClass typeClass)

at RM.Networks.Comms.Proxies.AutoGenerated.ITypeManager_1_0_0_0_121105195229089_ClientProxy.GetTypeNames(TypeClass typeClass)..

 

 

That's one of the errors... the others would make this post insanely long.

Posted

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

Posted

Oh - I have a script to do all that:

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.

Posted
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.

Posted

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.

Posted
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.

Posted

@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 :)

Posted
@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 :)

 

Hmm... I'm not around when people aren't on the network.

 

And there isn't anyone I'd trust to do it... [Not BOFH, just non techy staff.]

 

 

Also, I totally didn't forget to unassign the printer...

  • 4 weeks later...
Posted (edited)

[ATTACH=CONFIG]16362[/ATTACH]

 

IT HAPPENED AGAIN! [Nobody knows how it was fixed... It kind of just started working again.]

 

copy+pasta from RMMC when trying to get into the registry settings.

 

An Error occured getting the type names. Error is Creating an instance of the COM component with CLSID {DE1BF97F-D895-49B3-9B90-9ABCD7BE6AEA} from the IClassFactory failed due to the following error: 80070534.

 

One of our netbooks has been stuck on "installing software" since 14:50 yesterday... [Just after I left... It's like it was waiting for me to go.]

 

 

God damn RM PoS network management carp.

 

Oh well, nothing left to do other than restart the server during the school day...

 

 

Le EDIT: NOW I CAN'T EVEN LOG INTO RMMC!!! [Failed to contact server... from the server.]

Edited by X-13

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...