Содержание
- Interface not registered 80040155 windows server
- Answered by:
- Question
- Answers
- All replies
- Interface not registered 80040155 windows server
- Answered by:
- Question
- Answers
- Interface not registered(0x80040155) when running Pex On Specific machine
- Pex 0.94.0.0 Release Visual Studio 10.0.40219.1 Bug Report
- COM Exception 64-bit Outlook [0x80040155 Interface not registered] #220
- Comments
- phw198 commented May 26, 2017 •
- phw198 commented May 26, 2017
- TontonLud commented May 26, 2017
- phw198 commented May 26, 2017
- TontonLud commented May 29, 2017 •
- jonathanlaf commented Jun 14, 2017
- gruset commented Jun 16, 2017
- phw198 commented Jun 17, 2017
- gruset commented Jun 19, 2017
- TontonLud commented Jun 19, 2017
- gruset commented Jun 20, 2017
- phw198 commented Jun 20, 2017
- gruset commented Jun 20, 2017
- phw198 commented Jul 8, 2017
- TontonLud commented Jul 9, 2017
- phw198 commented Jul 17, 2017 •
- TontonLud commented Jul 17, 2017
- phw198 commented Aug 8, 2017
- TontonLud commented Aug 10, 2017
- phw198 commented Aug 10, 2017
- TontonLud commented Aug 12, 2017 •
- phw198 commented Aug 12, 2017
- Tripartio commented Aug 27, 2017
- phw198 commented Aug 27, 2017
- Tripartio commented Aug 27, 2017
- phw198 commented Aug 28, 2017
- Tripartio commented Aug 28, 2017
- Interface not registered 80040155 windows server
- Вопрос
- Все ответы
Interface not registered 80040155 windows server
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Answered by:
Question
I am attempting to run a previously developed program on a new computer, but am receiving «Error Interface Not Registered 0x80040155». It appears to be happening at a point in the code that attempts to use Access 2010 automation to create several query definitions in an Access 2010 database via the code:
Dim accSummary as Access.DAO.Querydef = accApp.CurrentDB.CreateQueryDef(«[SQL Query Text Here]»)
. where accApp refers to an already established Access Application object. This program was originally designed for and operated fine on a Windows XP x86 SP3 machine with Office 2007 and works fine on my development machine a Windows 7 x64 machine with Office 2010. The problem machine is another Windows XP x86 SP3 machine with Office 2010.
Answers
Microsoft MVP (Visual Basic)
The program was originally designed for x86 with Office 2007. Does the copy from the development machine work on the x86 Office 2007 machine?
Now it is on a development machine which is x64.
Is the app compiled to x86 and works on the x64 development machine?
Is Office 2010 on the development machine an x86 or x64 install of Office?
Is Office 2010 on the XP machine x86 or x64 install of Office?
Are all the service packs for Office 2010 installed on both the development machine and the XP machine?
Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.
The program was originally designed for x86 with Office 2007. The copy from the development machine worked properly on the x86 Office 2007 machine (that is before that machine died. ). Currently the only working copy is the x64 development machine with Office 2010.
The application is compiled for x86 (not «any cpu») and works on the x64 machine
The Office installation on the development machine is a 32-bit installation
The Office installation on the XP machine is a 32-bit installation
Office 2010 is current to Service Pack 2
According to this link by emerset Consulting Group Microsoft Office 2010 Standard does not come with Access and Microsoft 2010 Professional Plus does come with Access.
So if Microsoft Office installed on the XP machine does have Access and I suppose you are copying an Access Database onto that PC when your app is installed on that PC I don’t know what the issue(s) could be.
However if the XP machine has more than one version of Office on it for some reason perhaps that would be an issue. Here’s another link for doing what Paul P Clement IV advised with regard to an XP machine. It’s a video and specifies it may work if there is a single installation of Office 2010 on the machine. Although maybe the video means only one install of Office on the machine and that install must be Office 2010 (and in your case I suppose Office 2010 Professional Plus with service packs 1 and 2 maybe).
I don’t have XP and know nothing about its filesystem so if you install your app on XP and you copy a database onto XP for your app to use I suppose you would have to make sure in some way that you can connect to that database at whatever location it would be in. I know Windows 7 special folders are different than XP’s special folders to some extent but don’t know how you install your app to a particular location on XP or where you place your database when you install your app on XP.
Also is your app installed on the development x64 machine or just working from Visual Studio debugger on the development machine?
Источник
Interface not registered 80040155 windows server
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Answered by:
Question
I´m getting this error:
Any idea on how to fix it?
Answers
Try to use the late-binding instead using the CreateObject method, see Using early binding and late binding in Automation for more information.
Also you can try to check the type library reference. Open the VB Editor, then choose Tools->References from its main menu. I suspect you will see «Missing» reported for the «cTWSControl» reference. If so, uncheck that reference, find the valid reference offered in the drop-down list and place a check mark next to that one.
Click «OK», and then choose Debug->Compile from the VB Editor’s main menu. If the project compiles without error, you’re done. If not, you will have to fix anything the compiler complains about.
Источник
Interface not registered(0x80040155) when running Pex On Specific machine
Pex 0.94.0.0 Release Visual Studio 10.0.40219.1 Bug Report
I run without problem on another machine (In Office, VS2010 Utimate)
But I got this exception on my home computer(VS2010 Professtional)
exception details: System.InvalidCastException: Unable to cast COM object of type ‘System.__ComObject’ to interface type ‘EnvDTE.DTE’. This operation failed because the QueryInterface call on the COM component for the interface with IID ‘<04a72314-32e9-48e2-9b87-a63603454f3e>‘) failed due to the following error: Interface not registered. (Exception from HRESULT: 0x80040155) at Microsoft.Pex.VsPackage.VsServiceProviderHelper.GetService[T](IServiceProvider serviceProvider) at Microsoft.Pex.VsPackage.Helpers.ProjectHelper.SaveAllFiles(IServiceProvider serviceProvider) at Microsoft.Pex.VsPackage.Actions.ActionComponent.SaveAll() at Microsoft.Pex.VsPackage.Actions.ExplorationActionBase.InternalExecute() at Microsoft.Pex.VsPackage.Actions.ActionComponent.Execute(Object target)
Current stacktrace at Microsoft.Pex.VsPackage.Controls.ErrorReport.CreateReport(Exception ex) at Microsoft.Pex.VsPackage.Controls.ErrorReport.<>c_DisplayClass4.b_3() at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner) at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) at System.Delegate.DynamicInvokeImpl(Object[] args) at Microsoft.Pex.VsPackage.Helpers.UIThreadInvoker.SafeMethodInvoker.Invoke() at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner) at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) at System.Delegate.DynamicInvokeImpl(Object[] args) at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbacks() at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
relevant environment variables: COR_ENABLE_PROFILER= COR_PROFILER= PROCESSOR_ARCHITECTURE=x86
Источник
Issue forked from Issue #90
Same error here with Outlook 2016 on Windows 10 (1703), Exchange 2016.
Outlook Google Calendar Sync.zip
Possible fixes to try [updated 17 Jul]:
The text was updated successfully, but these errors were encountered:
First things first. Have you tried running an Office Repair?
@phw198 office repair done. same problem
Are you running 64-bit Office? Could you try Hotfix-v2.4.0.4.zip which is compiled to handle 64-bit as well [see instructions for applying].
Are you running 64-bit Office? Could you try Hotfix-v2.4.0.4.zip which is compiled to handle 64-bit as well [see instructions for applying].
Yes I’m running Office 2016 64 bits.
I’ve tried the Hotfix, nothing change, same error.
Same problem here, Win10 x64, Office 2016. Tried the hotfix, but since it’s not installed yet, it’s not really relevant. Tried the portable version too, was not working either.
I’m seeing the same problem. Windows 10, Office 360 (Outlook 2016) x64 version.
I’m on ver. 2.5.0 beta.
Could you try following through these instruction and see if that helps?
It looks like that may have solved the issue. The initial reboot after registering the dll did not throw an error, lets hop it continues working. 32/64 bit incompatibility is a struggle!
Not solved for me. Same error. I can provide logs if needed.
And we are back to square. This morning it threw the error again. My log file is attached.
OGcalsync.zip
That is true. I don’t know why the log didn’t show anything from the 20th. I’ve closed the program and checked the log. Now it has the correct entries. See attachment.
This is probably whats going on: System.Runtime.InteropServices.COMException: Operation unavailable (Exception from HRESULT: 0x800401E3 (MK_E_UNAVAILABLE))
I still don’t see any logging of the original error 0x80040155 on the 20th.
Are you sure the problem isn’t fixed??
I’ve just updated to 2.5.1. Problem isn’t fixed for me. See attached debug logs
@TontonLud Just to be clear, the problem is primarily with your install of Office, will require searching Google and likely a registry fix on your computer. I say «primarily» as it may be possible to perform late binding within OGCS (note to self) to workaround an unregistered interface.
I’ve already checked my registry and everything seems to fine (see my registry export)
registry.zip
@TontonLud So something looks a bit off in your registry export:
Mine has an extra Root directory in there:
@=»C:Program FilesMicrosoft OfficeRootOffice16MSOUTL.OLB»
Can you check if the path in your registry to MSOUTL.OLB is actually correct?
@phw198 my MSOUTL.OB file is in C:Program FilesMicrosoft OfficeOffice16 directory.
I don’t have Root folder because it depends of the installation of Office 2016 (if you have Office 2016 or Office 365 ProPlus 2016)
c:WindowsMicrosoft.NETFramework64v4.0.30319regtlibv12.exe C:Program FilesMicrosoft OfficeOffice16MSOUTL.OLB
@phw198 C:Programmes is an alias of C:Program Files because I have a french Windows 10.
The real path is for sure C:Program FilesMicrosoft OfficeOffice16MSOUTL.OLB
Unfortunately, I’ve tried everything here, and nothing works. I still get the 0x80040155 error every time. Specifically:
I tried the solution at https://www.fieldstonsoftware.com/support/support_gsyncit_8002801D.shtml even before I joined the issue discussion here, and there is no problem with my registry. I have only one registered version, 9.6, which is correct for Outlook 2016.
I applied the solution at http://synqit.com/0x80040155-error-howto, and it made no difference whatsoever.
I tried running the Hotfix-v2.4.0.4.zip hotfix you provided, but then OGCS doesn’t execute at all.
My current version is 2.6.1 alpha.
However, I don’t understand your last post that says, «Have you tried re-registering it with regtlibv12.exe?», so I haven’t tried that. Could you please clarify what that means?
Yeah, I wouldn’t apply the hotfix 2.4.0.4 to 2.6.1 🙂
My last post was referencing my previous post which also provided an example command to execute.
Thanks for the response, but:
My registry key HKEY_CLASSES_ROOTWow6432NodeTypeLib<00062fff-0000-0000-c000-000000000046>9.6Win64 correctly points to the valid file «C:Program FilesMicrosoft OfficeRootOffice16MSOUTL.OLB». There doesn’t seem to be any problem there.
I’m sorry that you’re spending so much time on this, but I really do appreciate it. Do you have anything else I might try?
Looks like reglibv12.exe can be downloaded here.
Voilà! The reglibv12.exe finally worked! Specifically:
Источник
Interface not registered 80040155 windows server
Вопрос
This is a recent problem that just appeared this morning. The code is a VBA macro (not VB.Net) from Solidworks (CAD software) that opens and reads an Excel sheet before returning back to Solidowrks. It’s currently running fine on two other network computers, and was running fine on this one until this morning. Operating system is Windows 10.
Here is a snippet of the code: (error occurs on line three)
Dim xlApp As Excel.Application
Dim xlWB As Excel.Workbook
Set swApp = Application.SldWorks
Set swModel = swApp.ActiveDoc
Set xlApp = New Excel.Application
xlApp.Visible = False
Using this code for late-binding does not work either, however this brings up an ActiveX error.
Dim xlApp As Excel.Application
Dim xlWB As Excel.Workbook
Set swApp = Application.SldWorks
Set swModel = swApp.ActiveDoc
Set xlApp = CreateObject(«Excel.Application»)
xlApp.Visible = False
This brings up an error «ActiveX cannot create object.»
I’ve tried with different object libraries. The standard throughout the workplace is the Excel 14.0 object library. (Computer is currently running Excel 2019). I’ve tried with the Excel 16.0 object library and it made no difference.
Any thoughts on where this problem could be coming from?
Edit: This topic has been re-posted to the correct VBA forum instead of VB.Net. (That thread has the same title)
Все ответы
It’s currently running fine on two other network computers, and was running fine on this one until this morning.
Then its (of course you realize this) an environmental issue which is unrelated to VB.NET code. So the solution is to find out what is different between the computer which works and then one that does not past the OS.
Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via my MSDN profile but will not answer coding question on either.
SW is just an abbreviation for Solidworks, which is CAD software.
I understand there must have been some change on the problem computer, however I am self-taught in VB so I’m confident there are places I don’t know to look.
SW is just an abbreviation for Solidworks, which is CAD software.
I understand there must have been some change on the problem computer, however I am self-taught in VB so I’m confident there are places I don’t know to look.
VB.NET has nothing to do with the issue, it’s environmental outside of code.
Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via my MSDN profile but will not answer coding question on either.
I understand it’s not a coding issue, as the code works fine elsewhere. I’m looking for help identifying where that change could be, or ideally a more universal/robust method for adding the object libraries that would not be subject to seemingly random changes.
I understand it’s not a coding issue, as the code works fine elsewhere. I’m looking for help identifying where that change could be, or ideally a more universal/robust method for adding the object libraries that would not be subject to seemingly random changes.
Okay, EPPlus is a great choice yet all examples are in C# but take the documentation should make it easier to use in VB.NET (and we only deal with VB.NET in this forum). Add the library from NuGet.
Personally I’ve not done anything with Excel automation in over 15 years as this is problematic while using libraries that don’t depend on Excel to even be installed is better which is why I use GemBox Excel library (and its not cheap but worth it many times over).
Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via my MSDN profile but will not answer coding question on either.
Источник
- Remove From My Forums
-
Question
-
Was downloading windows 8.1 overnight expecting to complete in the morning and it did not.
Had to go to work so I disconnected and stopped the download. I went home and tried to continue the download/install and it gives me an error: 0x80040155
This is very frustrating, I tried to cancel the download and restart the download and same issue. I also tried restarting the computer several times and everything is up to date but it still produces the same error.
Very Frustrating!
Please Help!
Why did I get error 0x80040155?
Windows Update continous fails to search for Updates or cannot install them. The source of this problem could be various things as
> Windows Registry
> Windows Filesystem
> Internet access
> Windows Update service
> File corruption
> Misconfiguration
> Adware
> Virus and Malware
However, if you’re technically savvy, you can try the steps below:
1. Click Start and start typing on your keyboard for «services.msc»
2. In your search results «services.msc» should show up. Open it with a click.
3. A new windows will open containing all Windows services on your system.
4. Search for «Windows Update»
5. Right-click the «Windows Update» and then click Stop.
We will now clean the Windows Update temporary cache folder:
1. Hold your windows-key pressed and hit «R» key simultanous.
2. A small new windows will appear.
3. Type %windir%SoftwareDistributionDataStore in this new window and click OK.
4. This will open Windows Explorer on the correct location.
5. Delete all contents of this folder. (Hint: Use Ctrl + A to select all files and folders)
Now we will start the Windows Update Service again:
1. Switch back to the windows Services.
2. Locate Windows Update.
3. Right-click on it and choose Start.
If the problem still persists, you can run the System File Checker (SFC) utility. This handy in-built tool will check your filesystem.
1. Click Start and start typing on your keyboard for «cmd».
2. In your search results cmd should show up with an black icon.
3. Right-click it and select Run as administrator.
4. If you are prompted for the admin password, enter the password and click OK.
5. A new completely black windwos will open. You can type commands directly into this window.
6. Type sfc/scannow and press Enter.
7. This process will take a long time. You can minimize this black windows and work on.
Come back to the black window after a time and check if the process finished.
As soon as the SFC process finished, restart your computer. After the restart you search for Updates again.
You are still facing the same issue?
1. Restart your computer.
Next thing is to clean Windows Update download path. These steps are only for expirienced user! If you mess up your computer with Regedit, you could loose your files! Take care or use a professional tool to investiagte your computer.
1. Hold your windows-key pressed and hit «R» key simultanous.
2. A small new windows will appear.
3. Type regedit in this new windows and hit Enter.
4. In the new windows you have a navigation on the left side. Use it to navigate to
HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate
5. Once you found it, search for WUServer and WIStatusServer in the right hand pane.
6. If they are not listet we cannot clean the download path. Othwerwise delete both.
7. Restart your computer.
Try to search for new Updates again.
You are still facing this issue? I think this is not an usual problem and your computer should be checked by professional.
Try to look for a solution here or search further in the search box below.
Advanced information
The following Windows verisons are affected by this error:
> Windows Vista
> Windows 7
> Windows 8
> Windows 8.1
> Windows 10
> Windows 10 Redstone 2
> Windows 10 Creators Update
> Windows Server 2008 R2
> Windows Server 2012
> Windows Server 2016
Exception registered from Interface HRESULT Outlook System Archiving File error 2010 Microsoft observed nicht SystemRuntimeInteropServicesCOMException working issue Windows Community trying Word Schnittstelle Stack Trace workstation following install with Excel check State Report Task Mode Volume Processing Normal whithin 29052012 Type Int32 xlApp String Text COMException 16082011 After clicking ClarityFSRUIForms ExcelApplicationClassgetCommandBars ClarityFSRUIFormsLayoutFormGetExcelNewMenu ClarityFSRUIFormsLayoutFormIsExcelInEditMode making quote email save 2003 either send document recently moved fresh 27042016 seems related 2007 18122013 does point Solved Broken connection office found Accounting Express MicrosoftOfficeInteropExcelApplicationClassgetLanguageSettings Framework well Ibject Fehlermeldung einer Terminalumgebung bringt weiterkomme geschriebenes Addin Fehler tried downloading updatefrom contacts lautet etwa Imported Sourcemscorlib SystemRuntimeInteropServicesMarshalThrowExceptionForHRInternalInt32 errorCode Inner using getting MessageInterface IntPtr einem Problem dass steh errorInfo registriert Guten storeApprox creating account GitHub development calendars Contribute OutlookGoogleCalendarSync 23022017 Description MicrosoftOfficeInteropApplicationClassgetCOMAddins CognosControllerFormsCommonfFrmFrangoFuncInitExcelLink MicrosoftOfficeInteropExcel Standard Details Source message 0x80040155It said received halfway through download againWhich 26052017 Sync Google 64bit didseveral timesI running
Здравствуйте. Возникла проблема при получении интерфейса ICircles из IDrawingContainer. При выполнении выскакивает исключение. Пишет что интерфейс не зарегистрирован (HRESULT 0x80040155).
То же самое с IBeziers и IEllipses.
С ILineSegments и разными размерами все работает;
Visual Studio 2010 Язык C# Компас 13-й.
IKompasDocument2D doc=(IKompasDocument2D)app.Documents.Add(DocumentTypeEnum.ksDocumentDrawing, true);
IKompasDocument2D doc = (IKompasDocument2D)app.ActiveDocument;
IDrawingContainer box = (IDrawingContainer)doc.ViewsAndLayersManager.Views.ActiveView;
ISymbols2DContainer sco = (ISymbols2DContainer)doc.ViewsAndLayersManager.Views.ActiveView;
ICircles cls=box.Circles; //<-Здесь косяк.
ILineSegments lines = box.LineSegments; <-Здесь нормально
ILineDimensions dims = sco.LineDimensions; <-Здесь нормально
IRadialDimensions rs = sco.RadialDimensions; <-Здесь нормально
IDiametralDimensions ds = sco.DiametralDimensions; <-Здесь нормально
При этом окружности у меня однозначно есть в документе. Да и даже если бы их не было — без доступа к коллекции все равно в API7 их не нарисуешь. Подскажите пожалуйста в чем может быть проблема.
14.12.06 — 11:21
При запуске 1С 8.0 у некоторых пользователей выдает ошибку
«Не найден интерфейс сервера 1С Предприятия 80040155»
На диске ИТС описание ошибки с таким кодом не нашла. Подскажите, пожалуйста, как решить эту проблему.
1 — 14.12.06 — 11:24
разрешить использоать DCOM на этом компьютере
2 — 14.12.06 — 14:59
А как это сделать? Я не системный администратор, … а сисадмин сказал что не знает :-((( … недавно работает.
3 — 14.12.06 — 15:02
(2) прикинь, «Я не системный администратор, … а сисадмин сказал что не знает» — тоже самое было и у меня… :)), а франч вообще сказал, что на такой ОС не пойдет восьмерка :))
Какая операционка у пользователя?
4 — 14.12.06 — 15:04
Windows2000, Windows XP
5 — 14.12.06 — 15:07
начнем с 2000…
Панель управление — Администрирование — Службы компонентов — Компьютеры — Мой компьютер (правой кнопкой мыши на нем) — Свойства — закладка Свойства по умолчанию — Разрешить использовать DCOM на этом компьютере
6 — 14.12.06 — 15:12
Недавно устранял такую проблему по рекомендациям на диске ИТС.. все получилось… сперва удалил ключи в реестре как советовали и переставил 1С — не получилось… помогло через удаление СОМ+ и снова добавление его через установка удаление программ — компоненты виндовс
7 — 14.12.06 — 15:14
ЗЫ: метод описан на ИТС в разделе, по моему, администрирование — проблемы установки (или типа того)и там самый последний или препоследний пункт
8 — 14.12.06 — 16:12
Извините, отвлекли. Сделала все как написано в (5), все равно ту же самую ошибку выдает. Видимо дело еще в чем -то другом. На моем компьютере 8-ка запускается нормально, запретила использовать DCOM — не запускается.
Сейчас надо уже убегать к сожалению.
Завтра еще попробую (6)
Спасибо
9 — 14.12.06 — 16:28
(8)
галочка там стояла?
машину то перезагрузили?
права пользователя такие же как и у того у которого «запускается»?
10 — 15.12.06 — 11:01
Нет, галочки не было. Поставила, перезагрузила компьютер но это не помогло.
На диске ИТС прочитала «Проверить доступность DCOM серверов с клиентского компьютера можно при помощи утилиты Component Service. Для этого запустите на клиентском компьютере утилиту Component Serviece, добавте серверный компьютер в список компьютеров (Console Root -> Component Serviece -> Computers) и отобразите список COM+ приложений. В этом списке должно присутствовать приложение 1CV8.»
У меня восьмерка запускается и в списке присутствует приложение 1CV8. А у пользователя у которого восьмерка не запускается список тоже отображается но в нем нет приложения 1CV8. Галочка на использование DCOM у этого пользователя поставлена.
Дальше на диске написано «Если список отобразить не удалось то устраните возникшие проблемы в соответствии с процедурами администрирования сети на базе Microsoft Windows». Больше никаких рекомендаций по этому поводу нет.
11 — 15.12.06 — 11:03
Список то у него как раз отображается .. только нужного приложения в нем нет. Как его туда внести ? …
12 — 15.12.06 — 11:21
(11) ну… эта.. попробуйте удалить 8 и установить заново ПОД АДМИНСКИМИ правами!!!
13 — 15.12.06 — 11:23
+12 и ты не ответила на третий вопрос из (9)
14 — 15.12.06 — 11:25
Спасибо, но она и была установлена под админскими правами. Потом 8-ка установлена на сервере, на локальных компьютерах пользователя ее нет, пользователи подключаются к серверу.
15 — 15.12.06 — 11:32
Да админы сказали что права теже самые что и у других пользователей. А сейчас попросила их запустить 1С8.0 на компьютере пользователя под администратором и чудо ! 8-ка запустилась. Значит дело все-таки в правах
16 — 15.12.06 — 11:35
только интересно в каких именно правах
17 — 15.12.06 — 11:43
(14) это как? терминал что ль?
18 — 15.12.06 — 11:47
Нет не через терминал. Пользователям открыт доступ к каталогу bin. Выведен ярлык на рабочий стол. Вот они по этому ярлыку и запускают восьмерку.
19 — 15.12.06 — 11:54
(18) а сервер какой? ОС?
20 — 15.12.06 — 11:56
Windows2003
21 — 15.12.06 — 12:14
зайдите на серваке
Control Panel — Administrative Tools — Component Services — Computers — My Computer (правой кнопкой — Properties) — закладка Com Security —
группа Launch and Activation Permissions
дайте все права этому пользователю нажав на две кнопки Edit Limits и Edit Defaults…
22 — 15.12.06 — 14:06
Все заработалоб ураа!
Uho, большое прибольшое тебе спасибо !!!
23 — 15.12.06 — 14:22
ну теперь можно и фотку
а то чего-то в других ветках облом вышел :)))
24 — 15.12.06 — 14:52
А свою тоже отправишь?
25 — 15.12.06 — 15:08
а как же! :))
26 — 15.12.06 — 15:42
говори адрес :-))
28 — 15.12.06 — 18:30
еще раз удивляюсь, что такие девушки делают в 1С :)))