Installation of CM fails(par files deployed but connection to database fail

Hi,
I have just installed CM EP6 SP2 on an old sandbox system (which has been upgrade from SP0 I believe), and I have some problems. The installation went fine untill I got the error message "CJS-00276  The upgrade failed.  The installation report file cf_installation.report does not exist.  Check the log files under the server directory and, if necessary, contact your local support center." But  I, at least now, find the file but this is probably from my installation of CM SP2 Patch4 and CM SP2 Patch4 hf8 (I was hoping the installation of them would clear the problem).
I believe the problem is that there are missing some files under the SAPPRT share (
server\SAPPRT\EPS1\global\config\cm), this because it was giving some error messages earlier about it. I was running the portal under localsystem user, which hasn't got the possiblity to have access to share's. (I would get an exception about access denied from the file system when starting it up, but after changing the user I don't).
Under
server\SAPPRT\EPS1\global\config\cm the portal has created the following folders:
Backups
config
etc
reports
<b>Are there any one missing ?</b>
(to resolve the problem I tried create the following folders, but still the same problem:
system/updateQueue/events
system/command
system/deployment/archives
system/deployment/upgrades
utilities/connection_pools/db_type/default)
The property files in \usr\sap\EPS1\j2ee\j2ee_01\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\WEB-INF\portal\system\cm
look correct, and also the file under portalapps/com.sap.portal.km.application (or something).
When I went into KM configuration in the portal, I noticed there were no JDBC connection pools, and I therefore created two as described in http://help.sap.com/saphelp_ep60sp2/helpdata/en/eb/d10ef2b6a311d5993900508b6b8b11/content.htm
But that is something which the installer should have done for me. (and still the connection pools won't start)
The main error message I get at startup is the following:
Jun 28, 2005 4:45:17 PM      com.sapportals.config.queue.UpdateQueueService [System_Thread_12] Warning": There was a problem initializing the queue service for config manager : configuration plugin for queue service not found (/system/updateQueue/events)
java.lang.RuntimeException: Failed to init. connection pool configuration: Failed to init. connection pool configuration: missing configurable /cm/utilities/connection_pools/db_type/default
     at com.sapportals.wcm.util.jdbc.connectionpool.JDBCConnectionPoolManager.initConfig(JDBCConnectionPoolManager.java:566)
     at com.sapportals.wcm.util.jdbc.connectionpool.JDBCConnectionPoolManager.getInstance(JDBCConnectionPoolManager.java:99)
     at com.sap.workflow.util.config.WorkflowProperties.initProperties(WorkflowProperties.java:188)
     at com.sap.workflow.util.config.WorkflowProperties.<init>(WorkflowProperties.java:48)
     at com.sap.workflow.util.config.WorkflowProperties.getInstance(WorkflowProperties.java:56)
     at com.sap.workflow.es.portal.WFPortalService.init(WFPortalService.java:74)
     at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
     at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:519)
     at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:875)
     at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1470)
     at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1426)
     at com.sapportals.portal.prt.core.broker.PortalAppBroker.startNonCoreApplications(PortalAppBroker.java:1383)
     at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:371)
     at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit(PortalCoreInitializer.java:55)
     at com.sapportals.portal.prt.dispatcher.PortalInitializer.<init>(PortalInitializer.java:129)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
     at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3284)
     at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2542)
     at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:765)
     at com.inqmy.services.servlets_jsp.server.WebApplicationStarter.run(WebApplicationStarter.java:57)
     at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
java.lang.NullPointerException
     at javax.naming.NameImpl.<init>(NameImpl.java:250)
     at javax.naming.CompositeName.<init>(CompositeName.java:223)
     at com.inqmy.services.jndi.implclient.OffsetClientContext.parse(OffsetClientContext.java:129)
     at com.inqmy.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:200)
     at javax.naming.InitialContext.lookup(InitialContext.java:345)
     at com.sap.workflow.util.ejbfactory.EJBFactory.getUserTransaction(EJBFactory.java:282)
     at com.sap.workflow.es.portal.WFPortalService.init(WFPortalService.java:83)
     at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
     at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:519)
     at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:875)
     at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1470)
     at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1426)
     at com.sapportals.portal.prt.core.broker.PortalAppBroker.startNonCoreApplications(PortalAppBroker.java:1383)
     at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:371)
     at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit(PortalCoreInitializer.java:55)
     at com.sapportals.portal.prt.dispatcher.PortalInitializer.<init>(PortalInitializer.java:129)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
     at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3284)
     at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2542)
     at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:765)
     at com.inqmy.services.servlets_jsp.server.WebApplicationStarter.run(WebApplicationStarter.java:57)
     at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
And if I go to content administration->KM content I get the following stack trace:
java.lang.RuntimeException: Failed to init. connection pool configuration: Failed to init. connection pool configuration: missing configurable /cm/utilities/connection_pools/db_type/default
     at com.sapportals.wcm.util.jdbc.connectionpool.JDBCConnectionPoolManager.initConfig(JDBCConnectionPoolManager.java:566)
     at com.sapportals.wcm.util.jdbc.connectionpool.JDBCConnectionPoolManager.getInstance(JDBCConnectionPoolManager.java:99)
     at com.sapportals.wcm.repository.runtime.CmSystemInfo.createDBConnection(CmSystemInfo.java:221)
     at com.sapportals.wcm.repository.runtime.CmSystemInfo.checkDB(CmSystemInfo.java:138)
     at com.sapportals.wcm.repository.runtime.CmSystem.startUp(CmSystem.java:226)
     at com.sapportals.wcm.repository.runtime.CmSystem.getInstance(CmSystem.java:161)
     at com.sapportals.wcm.repository.runtime.CmAdapter.getResource(CmAdapter.java:81)
     at com.sapportals.wcm.portal.service.KMServiceImpl.afterInit(KMServiceImpl.java:260)
     at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstanceStep2(PortalServiceItem.java:736)
     at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:909)
     at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1470)
     at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1426)
     at com.sapportals.portal.prt.core.broker.PortalAppBroker.startNonCoreApplications(PortalAppBroker.java:1383)
     at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:371)
     at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit(PortalCoreInitializer.java:55)
     at com.sapportals.portal.prt.dispatcher.PortalInitializer.(PortalInitializer.java:129)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
     at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3284)
     at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2542)
     at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:765)
     at com.inqmy.services.servlets_jsp.server.WebApplicationStarter.run(WebApplicationStarter.java:57)
     at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
com.sapportals.wcm.repository.ResourceException: CM Startup failed: CM startup failed: Failed to init. connection pool configuration: Failed to init. connection pool configuration: missing configurable /cm/utilities/connection_pools/db_type/default
     at com.sapportals.wcm.repository.ResourceException.fillInStackTrace(ResourceException.java:401)
     at java.lang.Throwable.(Throwable.java:85)
     at java.lang.Exception.(Exception.java:33)
     at com.sapportals.wcm.WcmException.(WcmException.java:78)
     at com.sapportals.wcm.WcmException.(WcmException.java:74)
     at com.sapportals.wcm.util.content.ContentException.(ContentException.java:42)
     at com.sapportals.wcm.repository.ResourceException.(ResourceException.java:251)
     at com.sapportals.wcm.repository.runtime.CmAdapter.makeStartupResourceException(CmAdapter.java:397)
     at com.sapportals.wcm.repository.runtime.CmAdapter.getResource(CmAdapter.java:84)
     at com.sapportals.wcm.portal.service.KMServiceImpl.afterInit(KMServiceImpl.java:260)
     at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstanceStep2(PortalServiceItem.java:736)
     at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:909)
     at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1470)
     at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1426)
     at com.sapportals.portal.prt.core.broker.PortalAppBroker.startNonCoreApplications(PortalAppBroker.java:1383)
     at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:371)
     at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit(PortalCoreInitializer.java:55)
     at com.sapportals.portal.prt.dispatcher.PortalInitializer.(PortalInitializer.java:129)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
     at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3284)
     at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2542)
     at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:765)
     at com.inqmy.services.servlets_jsp.server.WebApplicationStarter.run(WebApplicationStarter.java:57)
     at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
javax.servlet.ServletException: CM Startup failed: CM startup failed: Failed to init. connection pool configuration: Failed to init. connection pool configuration: missing configurable /cm/utilities/connection_pools/db_type/default
     at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:111)
     at com.sapportals.portal.prt.core.broker.ServletComponentItem$ServletWrapperComponent.doContent(ServletComponentItem.java:110)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:576)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:669)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:209)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
     at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:832)
     at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:665)
     at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:312)
     at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
     at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1245)
     at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
     at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
     at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
I appreciate any help !
PS sorry for the unstructured post, but I am hungry and want to go home now.

The files under the SAPPRT share had somehow failed (some where there, but a lot of the important ones where missing).
I found out that these files were in .configarchive files in the par files to be deployed, and manually unpacked them using these two commands
$ for file in `ls -1 .par` ; do unzip $file ".configarchive" -d extracted >> logfile.txt ; done
$ for file in `ls -1 *.configarchive` ; do unzip -o $file -d extracted >> logfile.txt ; done
Afterwards I had to make some tiny customization (search for %[a-zA-Z]% , especially for the connection pools.
Then a restart, and most of it seems to work (the system will not live much longer so that is acceptable)

Similar Messages

  • Par file deployment from nwds - sap-plugin.log error

    i'm trying to deploy par file
    all my setting are right, but i get error that i see in sap-plugin.log file
    Server returned HTTP response code: 401 for URL: http://sapepdev:50100
    does anyone knows how to fix that problem?
    is my "nwds-> preference-? workbench-> proxy " settings should be like the settings in the browser?
    thanks
    Roni

    the error in sap-plugin.log is:
    [02.01.07 / 11:05] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > No Information
    java.io.IOException: Server returned HTTP response code: 401 for URL: http://sapepdev:50100/irj/servlet/prt/portal/prteventname/upload/prtroot/com.sap.portal.runtime.system.console.ArchiveUploader?login_submit=on&j_user=amit-y&j_password=123456&j_authscheme=default&uidPasswordLogon=Log%20on
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:800)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.readResponse(DeployEngine.java:363)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.uploadPar(DeployEngine.java:435)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.deploy(DeployEngine.java:221)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.processUpload(SAPMPWizard.java:416)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.run(SAPMPWizard.java:350)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard.performFinish(SAPMPWizard.java:531)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
         at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
         at org.eclipse.jface.window.Window.open(Window.java:563)
         at org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.java:112)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
         at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
         at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)

  • Par file deployment error

    Hi
    I am trying to deploy the par file from NWDS. First time i was able to deploy with out any error. But after that i get the following error (Taken from sap-plugin.log)
    [30.05.06 / 11:05] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > No Information
    java.io.IOException: Server returned HTTP response code: 500 for URL: http://xxxx:50100/irj/servlet/prt/portal/prteventname/upload/prtroot/com.sap.portal.runtime.system.console.ArchiveUploader?login_submit=on&j_user=xxxxxxxx&j_password=xxxxxxxxx&j_authscheme=default&uidPasswordLogon=Log%20on
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:800)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.readResponse(DeployEngine.java:361)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.uploadPar(DeployEngine.java:433)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.deploy(DeployEngine.java:220)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.processUpload(SAPMPWizard.java:404)
    I am using the administrator user id for deploying the par. I am using NWDS Version: 7.0.07 (NW 2004s)
    Any help on this
    Regards
    NagaKishore V

    Hi
    Try upload from portal
    Login to Portal using Administrator id or any account having super_admin role.(admin /admin)
    Navigate through System Administrator>>Support>>Portal runtime>>"Portal Anywhere" Admin Tools>>Administrator Console
    You will see a link for uploadin the par file from there
    Cheers
    Jawahar Govindaraj

  • Automatic par file deployed after every AS restart

    Dear collegues,
    I am not able to understand an EP behaviour. When I restart the AS there is a single par file automatically deployed, even if I undeploy it before restarting.
    This is a problem for me because the par in subject is an illegal par file that compromises other applications.
    Looking for it in the filesystem for it I found several references. I delete these references but every time I restart the AS I am always in the same situation.
    Could you be so kind to help me?
    Hoping to receive your support, thanks in advance for your replies.
    Regards,
    Mirco.

    Hi Mirco,
    Did you undeploy the application from Administration Console?
    System Administration-> Support-> Portal Runtime-> Administration Console
    Did you find an entry of the application in coreapplication.xml under ...\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\system\xml ?
    If so delete the entry in this xml and also delete the par.bak file under
    ..\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment
    Regards,
    Praveen Gudapati

  • Par file deployed without code

    Hi Experts,
    Our portal version is SAP EP 7.02 SP23.
    We have a custom par file developed. Now we want to do changes to it.
    When I try to download the custom par file. It contains only custom jar file (in that jar file there is only one class file.).  how  can I customize this par file.
    I believe the developer who developed this applicaiton has not deployed the par file with the code. Generally from deploying through NWDS, we need to check the deploy par file with code check box.
    Now we don't that code available in NWDS. We have only the par file which is deployed in the portal server.
    Can you please throw some lights like is there any possiblity to customize this particular par file. If it is possible please let me know , how to achieve this.
    Thank you,
    Raghu

    Hi,
    To import a par file, from NWDS, select File - Import and choose the PAR file option to import the PAR file into NWDS.
    Also, when you import the PAR file into your NWDS, the necessary jar files are not usually copied over. You will have manually import them into your project structure.
    If you unzip the original par file, you can find the needed jar files there under the lib folder.
    Basically if you do not have the source code, you will need to use a decompilar (search java decompiler in google) in order to decompile the .class files that are inside the jar.
    Then modify the code, compile it and pack it back
    You will find the .class files in jar files which reside in the following paths in your par files:
    \PORTAL-INF\lib
    \PORTAL-INF\private\lib
    Follow this links to see the stucture and building par files:
    http://help.sap.com/saphelp_NW70EHP1/helpdata/en/bb/1bb8428e05c86ae10000000a155106/frameset.htm
    http://help.sap.com/saphelp_NW70EHP1/helpdata/en/44/46bae270e20597e10000000a155369/content.htm
    Thanks,
    Tal

  • How can I use File DSN to connect to database?

    Hi,
    I am using ODBC-jdbc driver to connect to the database. It seems that the DSN name is required. How can I use a file DSN instead of system DSN to connect to database? Please help?

    oracle provided jdbc drivers (thin and oci) do not use odbc.
    why would you want to slow things down by sending "round trip" data transfers thru a "jdbc to odbc" and thru "odbc to jdbc" conversion routines.
    It isn't necessary with the oracle provided drivers !!

  • Deploying a Par file using ANT

    Hi All,
    Can anyone tell me the steps how to deploy a PAR file using ant script on netweaver server.Give me some sample ant file.Suggestions will be rewarded.
    Thank you in advance.
    Regards,
    Karthick

    Hi Karthick,
    see PAR-File deployment with ANT (EP6)
    Hope it helps
    Detlev

  • Deployed PAR file webservices are not displayed in SOAP admin

    Hi,
    we were facing the problem with customized PAR file deployment and
    associated webservices.We have deployed the the PAR file on two
    different versions of EP as given below.
    EP6.0(WAS620)-SP2(J2EE and Portal versions are identical)
    EP6.0(WAS640)-SP13(J2EE and Portal versions are identical)
    The problem was the webservices has been shown in the case of
    EP6.0(WAS620)-SP2 under SOAP Administration and not shown in case
    of EP6.0(WAS640)-SP13.Is there any specific version made PAR files are
    required for each of above portal versions or any other way to
    check the webservcies in EP6.0(SP13).
         Kindly help us to resolve this issue.

    Hi Swetha ,
    in Bypass scenario if you are fetching a flat file from source to target some time you are not able to view the file in payload .However it does not make any difference as you are simply tunnling the file not doing any transformation with it .
    If it is a flat file in sender CC just make      1 .file type as bin     or   2 . file type as text and  encoding as UTF-8 and then check you can view the file content or not .check with both  bin and text ( one by one ) .might be you will able to view payload in MONI with any one of that setting in sender CC .
    Regards,
    Saurabh

  • Error while importing logon par file into NWDS.

    Dear Friends ,
    I m trying to customise the logon screen for my project. For this I have downloaded the "com.sap.portal.runtime.logon.par.bak" from portal server instance with the help of basis team. I have locally saved this file on my desktop[. I have renamed the file as .par and removed the .bak extension. Now I have tried to import the file onto NWDS in EP perspective by following File>Import>Par file. But its giving me this error:
    error in opening zip file
    Reason: Sorry, an error occured creating the new project.
    The plugin "com.sap.portal.plugins.config-archiver caused an exception during the
    "Unpack" Operation See log for more details.
    In some of the solutions provided in SDN saying that after renaming the file to par open with zip if i done it is again showing the error as "Start of the central directory not found .Zip file corrupt.Possible cause :file transfer error."
    Kindly suggest me the solution.
    Thanks and regards.

    Hi,
    I think you have taken this file from a wrong path and hence this issue.
    Pls download the par file from the below path and try importing it into EP perspective..
    System admin> Support>Portal Runtime > Browse Deployment>
    Browse through the following to find the com.sap.portal.runtime.logon.par.bak file:
    WEB-INF u2013> deployment u2013> pcd
    Root>WEB-INF>Portal>Portalapps> temp--> download the com.sap.portal.runtime.logon.par.bak
    Regards,
    Vijay.
    Edited by: VijayKPappala on Sep 7, 2011 8:46 AM

  • Cannot create iView from PAR file

    I am trying to create an iView from PAR file. But when I select the option,
    "Portal component - create an iView from a portal component contained in a deployed portal archive (PAR) file"
    and click next, I get the following error.
    Error______________________________________
    Step 1:  Portal Archive Selection
    No templates to display. You are not assigned to any existing templates.
    I have portal_configurator and developer roles assignmed to myself. Which other role do I need? I cannot get admin role.
    Note: Other users with admin roles can create iViews.

    Hi
    What is your portal version details ?
    In EP 7.0 you do not have the option -- New From PAR.
    So to create IView from Par, you should select the option New --> IView and then there will be an option to select par file.
    Otherwise
    1.Check if your par file is deployed on server.
    2. Check the portalapp.xml, if you have configured your components properly.
    Cheers
    Chinmaya
    reward for helpful answers

  • How to create a .par file from console apart from tools like eclipse,studio

    Plz reply me if any body knows how to create .par file from Console i.e command prompt.just like creation of .jar & .war file in java.I have created some iViews and making .par files from tool Eclipse/Netweave rstudio etc..I waqnt to create from console..How it is possible?
    Regards
    Sridhar Raju

    Hi Sridhar,
    I'm unsure for what you'd need this, but in general there are at least two possibilities:
    - manually pack everything into the dir structure needed (documented here: http://help.sap.com/saphelp_nw04/helpdata/en/f9/561140d72dc442e10000000a1550b0/frameset.htm ), than create a ZIP with some command line tool (e.g. JAR), naming it to .par.
    - use ANT to do this; with this, you can even deploy the file, see PAR-File deployment with ANT (EP6)
    Hope it helps
    Detlev

  • Error occuring during importing .par file

    Hi all,
    I m trying to customise the logon screen for my project. For this I have downloaded the "com.sap.portal.runtime.logon.par.bak"  from System administration>Support->Portal Runtime->Browse Deployement. I have locally saved this file on C:\temporary. I have renamed the file as .par and removed the .bak extension. Now I have tried to import the file onto NWDS in EP perspective by following File>Import-->Par file. But its giving me this error:
    error in opening zip file
    Reason: Sorry, an error occured creating the new project.
    The plugin "com.sap.portal.plugins.config-archiver caused an exception during the
    "Unpack" Operation See log for more details.
    However, in my package explorer in NWDS I can see a project created and with the structure. But in Portal-INF I cant see seven jsp files and four text files which comprises of basic functionality of the Logon Page.
    Can anyone suggest me a solution to this?
    Regards,
    Priyanka.

    Hi,
    After renaming com.sap.portal.runtime.logon.par.bak to com.sap.portal.runtime.logon.par. Try opening the file with winrar/winzip to see if you have a right par file structure. On some portal versions, when you open com.sap.portal.runtime.logon.par file, you have again a com.sap.portal.runtime.logon.par file inside it.
    So if you find com.sap.portal.runtime.logon.par file inside com.sap.portal.runtime.logon.par. Then just extract it again and try importing it into NWDS.
    Greetings,
    Praveen Gudapati
    [Points are always welcome for helpful answers]

  • Recovery from a corrupted par file

    The "com.sap.portal.layouts.default" par file in our EP6 SP9 development environment has become corrupted.  This renders many of our admin tools useless, including par file deployment.
    Is there an easy way (or any way!) to retrieve this par file from a working portal environment and overlay it in the corrupted environment, maybe through a file transfer, without using the portal System Administration tools?
    Any suggestions will be greatly appreciated!
    Thanks,
    Manny

    Raj,
    Thanks for the quick response.  Unfortunately, it did not work.  Even more unfortunately, I am not the actual system administrator, so I don't have the operating system access to the file system (although I do have admin access via the portal).  Therefore, I'm not positive that the person who tried to implement your suggestion did it right.
    I downloaded the good version of the par file from a working portal environment and emailed it to our administrator.  He took it and placed it in the directory that you mentioned, and restarted the server.  Is it possible that something got lost in the translation from the par file getting downloaded, emailed, and detached?
    Anyway, the portal is not completely down.  I am actually able to go to Content Administration (which I could do before your suggestion as well).  When I open a page in the page editor that contains one of the default layout, and go to Page Layout, I get this message:
    Error in Layout Jsp component (pageId or jspName not available)
    Anyway, I may have our administrator try it again.  Our other option at this point is to perform a database & filesystem restore.
    Thanks,
    Manny

  • No Par File upload option in NWDS

    Hi Experts,
    Yesterday i was working on NWDS when i go to file --> import --> i used to get many options including PAR file option but today
    when i tried the same go to file--> import, i get only two options Developement component and Multiple existing component into
    workspace
    How do i get back to previous setting so that i can import par files into NWDS.
    Regards,
    Siva
    Edited by: bsivasap on Aug 27, 2011 11:13 AM
    Edited by: bsivasap on Aug 27, 2011 11:14 AM

    I was able to solve a similar issue in the past using the following approach.
    First, check the file plugin.xml at the following location on your computer where NWDS is installed.
    .....\SAP\IDE\IDE70\eclipse\plugins\com.sap.ep.applicationDevelopment_7.00\plugin.xml
    Paste the following code in this file under extension point for the open par wizard.
    <wizard
    name="PAR file"
    icon="icons/OpenPar.gif"
    class="com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.openPar.OpenParWizard"
    id="OpenParWizard">
    <description>
    Create a Portal Application Project from a PAR file.
    </description>
    </wizard>
    Also, place the same code in plugin.xml file located at the following location: ....\SAP\IDE\IDE70\eclipse\plugins\com.sap.ide.eclipse.import.iaik_2.0.0\plugin.xml
    Thanks,
    Shanti

  • TMG NIS definition files download but update fails during installation

    Hi Folks,
    Runnning Forefront TMG build 7.0.9193.500
    When attempting to update the NIS definition files, the files download but fail to install and the following message is logged in the TMG alert section:
    "Definition Updating Failed
    Description: An error occurred during an attempt to check for, download, or install definition updates on the server ServerName.
    The failure is due to error: 0x80240022"
    When looking in the windowsupdate.log file, it appears that there is a permissions problem encountered during the update process (WARNING: ExtractUpdateFiles failed with 0x80070005)
    Here are the full contents of the C:\Windows\windowsupdate.log file logged during the update process:
    =========== 
    Logging initialized (build: 7.5.7601.17514, tz: -0700) 
    ===========
      = Process: C:\Program Files\Microsoft Forefront Threat Management Gateway\UpdateAgent.exe
      = Module: C:\Windows\system32\wuapi.dll
    -- START -- 
    COMAPI: Search [ClientId = Forefront TMG]
    <<-- SUBMITTED -- COMAPI: Search [ClientId = Forefront TMG]
    ** START ** 
    Agent: Finding updates [CallerId = Forefront TMG]
      * Online = Yes; Ignore download priority = No
      * Criteria = "(IsInstalled = 0 and IsHidden = 0 and CategoryIDs contains 'ae4483f4-f3ce-4956-ae80-93c18d8886a6' and CategoryIDs contains 'e0789628-ce08-4437-be74-2495b842f43b')"
      * ServiceID = {00000000-0000-0000-0000-000000000000} Third party service
      * Search Scope = {Machine}
    Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
     Microsoft signed: Yes
    Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
     Microsoft signed: Yes
    Checking for updated auth cab for service 7971f918-a847-4430-9279-4a52d1efe18d at http://download.windowsupdate.com/v9/microsoftupdate/redir/muauth.cab
    Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab:
     Microsoft signed: Yes
    Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab:
     Microsoft signed: Yes
    Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\muv4muredir.cab:
     Microsoft signed: Yes
    Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\muv4muredir.cab:
     Microsoft signed: Yes
    +++++++++++ 
    PT: Starting category scan  +++++++++++
      + ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}, Server URL = https://www.update.microsoft.com/v6/ClientWebService/client.asmx
    Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\muv4muredir.cab:
     Microsoft signed: Yes
    Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\muv4muredir.cab:
     Microsoft signed: Yes
    +++++++++++ 
    PT: Synchronizing server updates  +++++++++++
      + ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}, Server URL = https://www.update.microsoft.com/v6/ClientWebService/client.asmx
      * Added update {A1395633-49F7-4A6C-AEE9-7166E952BCFD}.100 to search result
    Update {E27A995F-A0EC-4A58-8FCA-B8E190D68D27}.100 is pruned out due to potential supersedence
      * Added update {72ABF509-5624-4520-A70D-BD25033E2423}.100 to search result
      * Found 2 updates and 4 categories in search; evaluated appl. rules of 28 out of 35 deployed entities
    END  **  Agent: Finding updates [CallerId = Forefront TMG]
    >>-- 
    RESUMED  -- COMAPI: Search [ClientId = Forefront TMG]
      - Updates found = 2
    END  --  COMAPI: Search [ClientId = Forefront TMG]
    -- START -- 
    COMAPI: Download [ClientId = Forefront TMG]
      - Forced: No; Download priority: 3
      - Updates in request: 2
      - ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D} Third party service
    <<-- SUBMITTED -- COMAPI: Download [ClientId = Forefront TMG]
    ** START ** 
    DnldMgr: Downloading updates [CallerId = Forefront TMG]
      * Call ID = {4328BC7B-E197-42E3-BFF2-96BCCAA86280}
      * Priority = 3, Interactive = 1, Owner is system = 1, Explicit proxy = 1, Proxy session id = -1, ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}
      * Updates to download = 2
    Title = Definition Update for Microsoft Forefront Threat Management Gateway (Network Inspection System 4.32)
    UpdateId = {A1395633-49F7-4A6C-AEE9-7166E952BCFD}.100
    Bundles 1 updates:
    {8614B1DC-943B-425B-B995-9F0FCD2E961D}.100
    Title = Definition Update for Microsoft Forefront Threat Management Gateway (Network Inspection System 11.39.0.0)
    UpdateId = {72ABF509-5624-4520-A70D-BD25033E2423}.100
    Bundles 1 updates:
    {8A1DD8C3-CF18-45BE-9F0D-68DBD4A53409}.100
    DnldMgr: New download job [UpdateId = {8614B1DC-943B-425B-B995-9F0FCD2E961D}.100] 
      * All files for update were already downloaded and are valid.
    DnldMgr: New download job [UpdateId = {8A1DD8C3-CF18-45BE-9F0D-68DBD4A53409}.100] 
      * All files for update were already downloaded and are valid.
    END  **  Agent: Downloading updates [CallerId = Forefront TMG]
    >>-- 
    RESUMED  -- COMAPI: Download [ClientId = Forefront TMG]
      - Download call complete (succeeded = 2, succeeded with errors = 0, failed = 0, unaccounted = 0)
    END  --  COMAPI: Download [ClientId = Forefront TMG]
    -- START -- 
    COMAPI: Install [ClientId = Forefront TMG]
      - Allow source prompts: Yes; Forced: No; Force quiet: No
      - Updates in request: 2
      - ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D} Third party service
      - Updates to install = 2
    <<-- SUBMITTED -- COMAPI: Install [ClientId = Forefront TMG]
    ** START ** 
    Agent: Installing updates [CallerId = Forefront TMG]
      * Updates to install = 2
    Title = Definition Update for Microsoft Forefront Threat Management Gateway (Network Inspection System 4.32)
    UpdateId = {A1395633-49F7-4A6C-AEE9-7166E952BCFD}.100
    Bundles 1 updates:
    {8614B1DC-943B-425B-B995-9F0FCD2E961D}.100
    Title = Definition Update for Microsoft Forefront Threat Management Gateway (Network Inspection System 11.39.0.0)
    UpdateId = {72ABF509-5624-4520-A70D-BD25033E2423}.100
    Bundles 1 updates:
    {8A1DD8C3-CF18-45BE-9F0D-68DBD4A53409}.100
    WARNING: failed to calculate prior restore point time with error 0x80070002; setting restore point
    WARNING: LoadLibrary failed for srclient.dll with hr:8007007e
    Preparing update for install, updateId = {8614B1DC-943B-425B-B995-9F0FCD2E961D}.100.
    =========== 
    Logging initialized (build: 7.5.7601.17514, tz: -0700) 
    ===========
      = Process: C:\Windows\system32\wuauclt.exe
      = Module: C:\Windows\system32\wuaueng.dll
    :: START :: 
    Handler: Command Line Install
      : Updates to install = 1
      : WARNING: Command line install completed. Return code = 0x8007000d, Result = Failed, Reboot required = false
      : WARNING: Exit code = 0x8024200B
    END  ::  Handler: Command Line Install
    Preparing update for install, updateId = {8A1DD8C3-CF18-45BE-9F0D-68DBD4A53409}.100.
    FATAL: Failed to copy file from C:\Windows\SoftwareDistribution\Download\57418eecd53e3e067a25056fe4892d0420c6ac8a to C:\Windows\SoftwareDistribution\Download\Install\mpips-fe.exe (hr = 80070005) after 10 retries
    WARNING: ExtractUpdateFiles failed with 0x80070005.
    FATAL: Failed to delete file \\?\C:\Windows\SoftwareDistribution\Download\Install\mpips-fe.exe (hr = 80070005) after 0 retries
    REPORT EVENT: {F363E0CC-B0F5-4B28-8C27-631AC7CAD332}
    2012-03-15 11:32:37:899-0700
    1
    REPORT EVENT: {336A98E0-0970-4297-B746-1A8A4B45F3CF}
    2012-03-15 11:32:40:099-0700
    1
    END  **  Agent: Installing updates [CallerId = Forefront TMG]
    Triggering Offline detection (non-interactive)
    ## START ## 
    AU: Search for updates
    <<## SUBMITTED ## AU: Search for updates [CallId = {9BB9AE78-F80D-4236-AD77-8E261ABB97E0}]
    CWERReporter::HandleEvents - WER report upload completed with status 0x8
    WER Report sent: 7.5.7601.17514 0x80070643 A1395633-49F7-4A6C-AEE9-7166E952BCFD Install 101 Unmanaged
    CWERReporter finishing event handling. (00000000)
    ** START ** 
    Agent: Finding updates [CallerId = AutomaticUpdates]
      * Online = No; Ignore download priority = No
      * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1
    or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
      * ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D} Third party service
      * Search Scope = {Machine}
    >>-- 
    RESUMED  -- COMAPI: Install [ClientId = Forefront TMG]
      - Install call complete (succeeded = 0, succeeded with errors = 0, failed = 2, unaccounted = 0)
      - Reboot required = No
      - WARNING: Exit code = 0x00000000; Call error code = 0x80240022
    END  --  COMAPI: Install [ClientId = Forefront TMG]
      * Found 0 updates and 68 categories in search; evaluated appl. rules of 1058 out of 2009 deployed entities
    END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    >>## 
    RESUMED  ## AU: Search for updates [CallId = {9BB9AE78-F80D-4236-AD77-8E261ABB97E0}]
      # 0 updates detected
    END  ##  AU: Search for updates [CallId = {9BB9AE78-F80D-4236-AD77-8E261ABB97E0}]
    No featured updates notifications to show
    Successfully wrote event for AU health state:0
    Successfully wrote event for AU health state:0
    REPORT EVENT: {03FCFF25-6464-4C3E-A939-3E46A39BED6A}
    2012-03-15 11:32:45:262-0700
    1
    CWERReporter::HandleEvents - WER report upload completed with status 0x8
    WER Report sent: 7.5.7601.17514 0x80070005 72ABF509-5624-4520-A70D-BD25033E2423 Install 101 Unmanaged
    CWERReporter finishing event handling. (00000000)
    Since it seemed to help some folks that were having trouble downloading the NIS updates, I have also tried downloading the updates with (winhttp) Proxy authentication on and off.
    I have also tried recreating the C:\Windows\SoftwareDistribution folder (Stop wuauserv; Rename folder; Start wuauserv; Folder recreated)
    Still no luck. Any help or direction you can provide is much appreciated.
    Cheers,
    John

     
    Hi,
    Thank you for the post.
    I did some research regarding error “0x80070005”, you may perform the following steps and see if it helps:
    Step 1: Verify DCOM security
    1. Click Start, click Run, type Dcomcnfg, and then click OK.
    2. Expand Component Services, and then expand Computers.
    3. Right-click My Computer, and then click Properties.
    4. Click the COM Security tab.
    5. Under Access Permissions, click Edit Default.
    6. Verify that the following accounts are listed:
    7. If any one of these accounts is missing in the Access Permission box, follow these steps:
    a.  Click Add, click Advanced, and then click Locations.
    b.  In the Locations box, click the Local_Computer_Name, and then click OK.
    c.  Click Find Now.
    d.  Press CTRL, click the required account names, and then click OK two times.
    e.  In the Group or User names box, click an account that you added, click Local Access in the Permissions for Account_Name box, and then click to select the check box in the Allow column.
    f.  Repeat step 7e for all the accounts that you just added, and then click OK.
     Step 2: Verify DCOM default properties
    1. Click the Default Properties tab.
    2. Verify that the following configuration:
    • The Enable Distributed COM on this computer check box is selected.
    • In the Default Authentication level box, Connect is selected.
    • In the Default Impersonation level box, Identify is selected.
    3. Make any required changes, and then click OK.
    4. Restart the computer.
    http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/29d7f9d1-56cd-42f3-bd44-7de8448ef70e
    http://social.technet.microsoft.com/Forums/en-US/itprovistasetup/thread/95edbee4-a75c-48ad-91d1-5316a96f9567
    Regards,
    Nick Gu - MSFT

Maybe you are looking for

  • Insert Statement in ABAP

    Hi, I am new to ABAP Programming., i had created a function module with 5 import parameters enableing optional and pass value options. I need to insert values to database. But function module contains only the following statemet. FUNCTION ZEMP_CREATE

  • Attachments shown in-line, any way to get the icons back?

    The email app has stopped showing icons for attachments and instead just produces them as in-line text. Is there a way to get my attachment icons back? I prefer to use Good Reader for PDFs and trying to see them inside the body of an email just plain

  • Image white c3,m2,y2,k0

    Doing some head scratching here... I've a whole catalogue full of graphite drawings that I've meticuously corrected to the same consistent cmyk background. I'm going with a c-3, m-2, y-2, k-0. If I make a swatch of this with photoshop and export a pd

  • Cannot compile form..  the PLL's are not being recognized

    I'm in the Oracle Forms tool and have a form that I'm trying to compile. The PLL's are in the same directory. I get lots of error messages saying it cannot find the functions within the libraries. I've got around some of this by copying the funcitons

  • Is it possible to import a mock up from Omnigraffle into Reflow and edit the mockup on Reflow ?

    Is it possible to import a mock up from Omnigraffle into Reflow and edit the mockup on Reflow ?