Jump to content


  • 0
bpsoft

SCCM 2012 SP: BGB http proxy Error 25001. 80070057

Question

Hi,

 

I'm experimenting on SCCM 2012 SP using a fresh install in a Server 2012 / SQL 2012 SP1.

 

Prereq were green.

Install passed with no Errors.

 

but after some configuration:

- SMS_NOTIFICATION_SERVER became red: Could not install bgbisapi.msi

 

Part of bgbisapiMSI.log is as follows:

 

MSI (s) (04:20) [17:15:29:109]: Executing op: CustomActionSchedule(Action=CcmRegisterPerfCounters,ActionType=3073,Source=BinaryData,Target=CcmRegisterPerfCounters,CustomActionData=C:\Program Files\SMS_CCM\

APP:SmsBgb,C:\Program Files\SMS_CCM\BgbPerf.dll,1033|c:\program files\sms_ccm\1033\ccmres.dll
OBJ:BgbIsapi,250,251,novice,0
CTR:LoginRequests,252,253,65792,novice,0
CTR:ContinueRequests,254,255,65792,novice,0
CTR:LogoutRequests,256,257,65792,novice,0
CTR:ActiveRequests,270,271,65792,novice,0
CTR:ActiveClients,272,273,65792,novice,0
CTR:FailedRequests,258,259,65792,novice,0
CTR:LoginRequestsPerSecond,260,261,272696320,novice,0
CTR:ContinueRequestsPerSecond,262,263,272696320,novice,0
CTR:LogoutRequestsPerSecond,264,265,272696320,novice,0
CTR:FailedRequestsPerSecond,266,267,272696320,novice,0


)
MSI (s) (04:30) [17:15:29:113]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI11E1.tmp, Entrypoint: CcmRegisterPerfCounters
[17:15:29] @@ERR:25001
MSI (s) (04!A0) [17:15:29:129]: Product: BGB http proxy -- Internal Error 25001. 80070057

Internal Error 25001. 80070057
CustomAction CcmRegisterPerfCounters returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (04:20) [17:15:29:138]: Note: 1: 2265 2: 3: -2147287035
MSI (s) (04:20) [17:15:29:138]: User policy value 'DisableRollback' is 0
MSI (s) (04:20) [17:15:29:138]: Machine policy value 'DisableRollback' is 0
Action ended 17:15:29: InstallFinalize. Return value 3.

 

- the http://localhost/CMApplicationCatalogSvc/ApplicationOfferService.svc is working

- the http://localhost/CMApplicationCatalog Fails with 401.1

 

Has anybody ended up with this - or better found a solution?

 

Thanks

BPSoft

Share this post


Link to post
Share on other sites

Recommended Posts

  • 0

If you do want to re-add the namespace use this VBS script:

 

strComputer = "."

Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root")
Set objItem = objWMIService.Get("__Namespace")
Set objNamespace = objItem.SpawnInstance_
objNamespace.Name = "ccm"
objNamespace.Put_

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.