An error occurred while getting a portlet instance

Hello all
I am trying to deploy and test accessing tn3270 portlet found here
http://www.oracle.com/technology/products/ias/portal/point/tn3270/installation.html
using Jdev 10.1.3.3 with preconfigured OC4J
deployed the portlet to preconfigured OC4J
and then created a new webcenter application in JDEV
rigisted the portlet
created jspx page
while trying to add the portlet
i am getting below error.
I am trying to
java.lang.ClassNotFoundException
java.lang.RuntimeException: java.lang.ClassNotFoundException: oracle.adfdt.controller.struts.ui.db.StrutsConfigDbUtilsImpl
     at oracle.adf.dt.struts.Utils.getStrutsConfigUtils(Utils.java:28)
     at oracle.adf.dt.managers.PageDefinitionManager.generateDefaultPageDefinitionName(PageDefinitionManager.java:506)
     at oracle.adf.dt.managers.PageDefinitionManager.findOrCreatePageDefinitionUsage(PageDefinitionManager.java:254)
     at oracle.adf.dt.managers.PageDefinitionManager.findOrCreatePageDefinitionUsage(PageDefinitionManager.java:244)
     at oracle.adfdt.jdev.JDevDesignTimeContext.findOrCreatePageDefinitionUsage(JDevDesignTimeContext.java:129)
     at oracle.adfdtinternal.view.faces.portlet.PortletNodeCreator.createNode(PortletNodeCreator.java:198)
     at oracle.bali.xml.util.XmlModelUtils.initializeAndInvokeCreatorIfNeededOrSpecified(XmlModelUtils.java:186)
     at oracle.bali.xml.util.XmlModelUtils.createNodeFromKey(XmlModelUtils.java:158)
     at oracle.bali.xml.model.AbstractModel$1.performTask(AbstractModel.java:459)
     at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:190)
     at oracle.bali.xml.model.AbstractModel.insertXmlKey(AbstractModel.java:447)
     at oracle.bali.xml.model.datatransfer.operation.CreateFromXmlKeyOperation$1.performTask(CreateFromXmlKeyOperation.java:43)
     at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:167)
     at oracle.bali.xml.model.datatransfer.operation.CreateFromXmlKeyOperation.apply(CreateFromXmlKeyOperation.java:38)
     at oracle.bali.xml.model.datatransfer.operation.OperationProcessor._apply(OperationProcessor.java:393)
     at oracle.bali.xml.model.datatransfer.operation.OperationProcessor._forceSimpleApplyImpl(OperationProcessor.java:346)
     at oracle.bali.xml.model.datatransfer.operation.OperationProcessor.forceSimpleApply(OperationProcessor.java:293)
     at oracle.bali.xml.model.datatransfer.operation.OperationProcessor.forceSimpleApply(OperationProcessor.java:243)
     at oracle.bali.xml.gui.swing.dnd.DropHandlerHelper._doRegularDrop(DropHandlerHelper.java:268)
     at oracle.bali.xml.gui.swing.dnd.DropHandlerHelper.performDrop(DropHandlerHelper.java:87)
     at oracle.bali.xml.gui.swing.dnd.ModelDropHandler.drop(ModelDropHandler.java:153)
     at java.awt.dnd.DropTarget.drop(DropTarget.java:430)
     at sun.awt.dnd.SunDropTargetContextPeer.processDropMessage(SunDropTargetContextPeer.java:500)
     at sun.awt.dnd.SunDropTargetContextPeer.access$800(SunDropTargetContextPeer.java:53)
     at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchDropEvent(SunDropTargetContextPeer.java:812)
     at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchEvent(SunDropTargetContextPeer.java:736)
     at sun.awt.dnd.SunDropTargetEvent.dispatch(SunDropTargetEvent.java:29)
     at java.awt.Component.dispatchEventImpl(Component.java:3826)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processDropTargetEvent(Container.java:3963)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3817)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by: java.lang.ClassNotFoundException: oracle.adfdt.controller.struts.ui.db.StrutsConfigDbUtilsImpl
     at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     at oracle.ideimpl.IdeClassLoader.loadClass(IdeClassLoader.java:140)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:242)
     at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)
     at oracle.jbo.common.JBOClass.forName(JBOClass.java:164)
     at oracle.adf.dt.struts.Utils.getStrutsConfigUtils(Utils.java:23)
     ... 41 more
Thanks for your time
Regards
Srinivas

Hello Peter
Thanks for your response , here are the steps i have done
1. Created a new Application from the ear file extracted from the downloaded ZIP file in JDeveloper version 10.1.3.3
2. Deployed to the application Webcenter Preconfigured OC4J
3. Following the instructions in the install notes changed the provider.xml to point to our server
4. and then tried to validate the install per instructions in install notes and got error nameKey setters not found in some class . and in the installed application provider.xml file i see
<nameKey>Tn3270 Client</nameKey>
<descriptionKey>This is the Tn3270 Mainframe's Client.</descriptionKey>
but in the install instructions page i see name and description tags instead of nameKey and descriptionkey, so changed the tags to name and description and saved and accessing the test URL showed successful message
5. Created a new webcenter application in jdeveloper
6. from view project, context menu selected new/web tier/portlets and selected Oracle PDK Portlet registration and completed the wizard
7. Created new JSPX page and from components panel / customizable components core , dragged Panel Customizable onto the page
8. from component panel tried to drag tn3270 ( my portlet) to the page and getting the error described above
if i missed any steps can you please let me know
and regarding your question
can you successfully consume other portlets from preconfigured OC4J
This is first time i am trying to use a portlet on a page
Best Regards
Srinivas
P.S
I sincerly hope you start your own blog soon, we can use lot of help with tips and tricks about webcenter from smart people like you and your team

Similar Messages

  • An error occured while getting a portlet instance

    Hello all
    I am trying to deploy and test accessing tn3270 portlet found here
    http://www.oracle.com/technology/products/ias/portal/point/tn3270/installation.html
    using Jdev 10.1.3.3 with preconfigured OC4J
    deployed the portlet to preconfigured OC4J
    and then created a new webcenter application in JDEV
    rigisted the portlet
    created jspx page
    while trying to add the portlet
    i am getting below error.
    I am trying to
    java.lang.ClassNotFoundException
    java.lang.RuntimeException: java.lang.ClassNotFoundException: oracle.adfdt.controller.struts.ui.db.StrutsConfigDbUtilsImpl
         at oracle.adf.dt.struts.Utils.getStrutsConfigUtils(Utils.java:28)
         at oracle.adf.dt.managers.PageDefinitionManager.generateDefaultPageDefinitionName(PageDefinitionManager.java:506)
         at oracle.adf.dt.managers.PageDefinitionManager.findOrCreatePageDefinitionUsage(PageDefinitionManager.java:254)
         at oracle.adf.dt.managers.PageDefinitionManager.findOrCreatePageDefinitionUsage(PageDefinitionManager.java:244)
         at oracle.adfdt.jdev.JDevDesignTimeContext.findOrCreatePageDefinitionUsage(JDevDesignTimeContext.java:129)
         at oracle.adfdtinternal.view.faces.portlet.PortletNodeCreator.createNode(PortletNodeCreator.java:198)
         at oracle.bali.xml.util.XmlModelUtils.initializeAndInvokeCreatorIfNeededOrSpecified(XmlModelUtils.java:186)
         at oracle.bali.xml.util.XmlModelUtils.createNodeFromKey(XmlModelUtils.java:158)
         at oracle.bali.xml.model.AbstractModel$1.performTask(AbstractModel.java:459)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:190)
         at oracle.bali.xml.model.AbstractModel.insertXmlKey(AbstractModel.java:447)
         at oracle.bali.xml.model.datatransfer.operation.CreateFromXmlKeyOperation$1.performTask(CreateFromXmlKeyOperation.java:43)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:167)
         at oracle.bali.xml.model.datatransfer.operation.CreateFromXmlKeyOperation.apply(CreateFromXmlKeyOperation.java:38)
         at oracle.bali.xml.model.datatransfer.operation.OperationProcessor._apply(OperationProcessor.java:393)
         at oracle.bali.xml.model.datatransfer.operation.OperationProcessor._forceSimpleApplyImpl(OperationProcessor.java:346)
         at oracle.bali.xml.model.datatransfer.operation.OperationProcessor.forceSimpleApply(OperationProcessor.java:293)
         at oracle.bali.xml.model.datatransfer.operation.OperationProcessor.forceSimpleApply(OperationProcessor.java:243)
         at oracle.bali.xml.gui.swing.dnd.DropHandlerHelper._doRegularDrop(DropHandlerHelper.java:268)
         at oracle.bali.xml.gui.swing.dnd.DropHandlerHelper.performDrop(DropHandlerHelper.java:87)
         at oracle.bali.xml.gui.swing.dnd.ModelDropHandler.drop(ModelDropHandler.java:153)
         at java.awt.dnd.DropTarget.drop(DropTarget.java:430)
         at sun.awt.dnd.SunDropTargetContextPeer.processDropMessage(SunDropTargetContextPeer.java:500)
         at sun.awt.dnd.SunDropTargetContextPeer.access$800(SunDropTargetContextPeer.java:53)
         at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchDropEvent(SunDropTargetContextPeer.java:812)
         at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchEvent(SunDropTargetContextPeer.java:736)
         at sun.awt.dnd.SunDropTargetEvent.dispatch(SunDropTargetEvent.java:29)
         at java.awt.Component.dispatchEventImpl(Component.java:3826)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processDropTargetEvent(Container.java:3963)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3817)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Caused by: java.lang.ClassNotFoundException: oracle.adfdt.controller.struts.ui.db.StrutsConfigDbUtilsImpl
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at oracle.ideimpl.IdeClassLoader.loadClass(IdeClassLoader.java:140)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)
         at oracle.jbo.common.JBOClass.forName(JBOClass.java:164)
         at oracle.adf.dt.struts.Utils.getStrutsConfigUtils(Utils.java:23)
         ... 41 more
    Thanks for your time
    Regards
    Srinivas

    Hello Peter
    Thanks for your response , here are the steps i have done
    1. Created a new Application from the ear file extracted from the downloaded ZIP file in JDeveloper version 10.1.3.3
    2. Deployed to the application Webcenter Preconfigured OC4J
    3. Following the instructions in the install notes changed the provider.xml to point to our server
    4. and then tried to validate the install per instructions in install notes and got error nameKey setters not found in some class . and in the installed application provider.xml file i see
    <nameKey>Tn3270 Client</nameKey>
    <descriptionKey>This is the Tn3270 Mainframe's Client.</descriptionKey>
    but in the install instructions page i see name and description tags instead of nameKey and descriptionkey, so changed the tags to name and description and saved and accessing the test URL showed successful message
    5. Created a new webcenter application in jdeveloper
    6. from view project, context menu selected new/web tier/portlets and selected Oracle PDK Portlet registration and completed the wizard
    7. Created new JSPX page and from components panel / customizable components core , dragged Panel Customizable onto the page
    8. from component panel tried to drag tn3270 ( my portlet) to the page and getting the error described above
    if i missed any steps can you please let me know
    and regarding your question
    can you successfully consume other portlets from preconfigured OC4J
    This is first time i am trying to use a portlet on a page
    Best Regards
    Srinivas
    P.S
    I sincerly hope you start your own blog soon, we can use lot of help with tips and tricks about webcenter from smart people like you and your team

  • SRDEMO ??? error occurred while getting property "userId" from an instance

    Error
    JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: java.lang.RuntimeException, msg=javax.servlet.jsp.el.ELException: An error occurred while getting property "userId" from an instance of class oracle.mysrdemo.view.UserInfo
    JBO-29000: Unexpected exception caught: java.lang.RuntimeException, msg=javax.servlet.jsp.el.ELException: An error occurred while getting property "userId" from an instance of class oracle.mysrdemo.view.UserInfo
    javax.servlet.jsp.el.ELException: An error occurred while getting property "userId" from an instance of class oracle.mysrdemo.view.UserInfo
    Hello,
    Can you please guide to correct the above error. Thanks a lot.
    DShah

    Hi,
    I got the answer to my question. The tables were not populated. So I ran the script - populateSchemaTables.sql, and got the data into the tables. The error is gone!
    Lin

  • An error occurred while getting property "userId" from an instance of class

    Running application SRDemo (Tutorial Chapter 6 Implementing Login Security)
    After logging, the List page popped up. But no data returned. Get Error
    JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: java.lang.RuntimeException, msg=javax.servlet.jsp.el.ELException: An error occurred while getting property "userId" from an instance of class oracle.srdemo.view.UserInfo.
    Questions:
    1. What are possible reasons to cause the getting property "userId" problem?[
    2. Why the Login page asked User Name and Password and the program used the query with "WHERE (EMAIL = 'sking')"
    The Log file shows the select statement:
    SELECT USER_ID, FIRST_NAME, LAST_NAME, CITY, POSTAL_CODE, EMAIL, STATE_PROVINCE, COUNTRY_ID, STREET_ADDRESS, USER_ROLE FROM USERS WHERE (EMAIL = 'sking')
    [TopLink Info]: 2006.11.08 11:07:09.468--ServerSession(1235)--Thread(Thread[ApplicationServerThread-0,5,RequestThreadGroup])--SRDemoSession login successful
    [TopLink Finer]: 2006.11.08 11:07:09.468--ServerSession(1235)--Thread(Thread[ApplicationServerThread-0,5,RequestThreadGroup])--client acquired
    [TopLink Fine]: 2006.11.08 11:07:09.500--ServerSession(1235)--Connection(1925)--Thread(Thread[ApplicationServerThread-0,5,RequestThreadGroup])--SELECT USER_ID, FIRST_NAME, LAST_NAME, CITY, POSTAL_CODE, EMAIL, STATE_PROVINCE, COUNTRY_ID, STREET_ADDRESS, USER_ROLE FROM USERS WHERE (EMAIL = 'sking')
    [TopLink Finer]: 2006.11.08 11:07:09.578--ClientSession(2021)--Thread(Thread[ApplicationServerThread-0,5,RequestThreadGroup])--client released
    [TopLink Finer]: 2006.11.08 11:07:09.625--ServerSession(1235)--Thread(Thread[ApplicationServerThread-0,5,RequestThreadGroup])--client acquired
    [TopLink Fine]: 2006.11.08 11:07:09.625--ServerSession(1235)--Connection(1922)--Thread(Thread[ApplicationServerThread-0,5,RequestThreadGroup])--SELECT USER_ID, FIRST_NAME, LAST_NAME, CITY, POSTAL_CODE, EMAIL, STATE_PROVINCE, COUNTRY_ID, STREET_ADDRESS, USER_ROLE FROM USERS WHERE (EMAIL = 'sking')
    [TopLink Finer]: 2006.11.08 11:07:09.625--ClientSession(2027)--Thread(Thread[ApplicationServerThread-0,5,RequestThreadGroup])--client released
    2006-11-08 11:07:09.640 WARNING JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: java.lang.RuntimeException, msg=javax.servlet.jsp.el.ELException: An error occurred while getting property "userId" from an instance of class oracle.srdemo.view.UserInfo
    2006-11-08 11:07:09.640 WARNING JBO-29000: Unexpected exception caught: java.lang.RuntimeException, msg=javax.servlet.jsp.el.ELException: An error occurred while getting property "userId" from an instance of class oracle.srdemo.view.UserInfo
    2006-11-08 11:07:09.640 WARNING javax.servlet.jsp.el.ELException: An error occurred while getting property "userId" from an instance of class oracle.srdemo.view.UserInfo
    2006-11-08 11:07:11.515 WARNING rowIterator is null
    2006-11-08 11:07:11.515 WARNING rowIterator is null
    Process exited.

    Hi,
    I got the answer to my question. The tables were not populated. So I ran the script - populateSchemaTables.sql, and got the data into the tables. The error is gone!
    Lin

  • Error occurred while getting a schedule list.The system cannot find the fil

    Hi all,
    If i open the "packages shedule status".I am getting error like  "Error occurred while getting a schedule list.The system cannot find the file specified".How to fix this issue?.Anyone have idea please share.
    Thanks in advance
    AD

    Hi Venkii,
    This kind of error message is usually fixed by deleting all entries in tblSchedule table and in tblScheduleHist table in SQL, and then deleting all schedules in the Scheduler server (Control Panel --> Scheduled Tasks)...
    Hope it will help...
    Kind Regards,
    Patrick

  • Error occurred while getting reports on Blackberry.

    We are using BO4.0 mobile service. When I open some Crystal reports in my blackberry  I got an error:
    u201CAninternal server error occurred while processing the client request. (MOB00082)u201D .
    I also noticed,
    1. reports which directly connect to the database using sql command are working fine.
    2. for some reports having saved data, it could open fine, but if I try torefresh the parameters and get report again error will occur.
    3. the webi reports have the same issue.
    please help
    the following appeared  in the logging (Mobi_VMSServer_XX...XX_trace.glf)
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key 42085_code
         at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:381)
         at java.util.ResourceBundle.getString(ResourceBundle.java:344)
         at com.businessobjects.foundation.exception.ExceptionWorker.initErrorCode(ExceptionWorker.java:415)
         at com.businessobjects.foundation.exception.ExceptionWorker.<init>(ExceptionWorker.java:131)
         at com.businessobjects.foundation.exception.CheckedException.<init>(CheckedException.java:73)
         at com.crystaldecisions.celib.exception.CEException.<init>(CEException.java:98)
         at com.crystaldecisions.celib.exception.AbstractException.<init>(AbstractException.java:87)
         at com.crystaldecisions.sdk.exception.SDKException.<init>(SDKException.java:156)
         at com.crystaldecisions.sdk.exception.SDKException$PageServerError.<init>(SDKException.java:1025)
         at com.crystaldecisions.sdk.occa.managedreports.ps.internal.PageServerError.GetErrorMessage(PageServerError.java:76)
         at com.crystaldecisions.sdk.occa.managedreports.ps.internal.SendRequestHelper.sendRequest(SendRequestHelper.java:67)
         at com.crystaldecisions.sdk.occa.managedreports.ps.internal.CacheReportSource.sendRequest(CacheReportSource.java:1523)
         at com.crystaldecisions.sdk.occa.managedreports.ps.internal.CacheReportSource.getPage(CacheReportSource.java:1036)
         at com.businessobjects.mobilebi.server.crystaltranslator.ps.CrystalTranslator.getPage(Unknown Source)
         at com.businessobjects.mobilebi.server.crystaltranslator.ps.CrystalPage.loadCrystalPage(Unknown Source)
         at com.businessobjects.mobilebi.server.crystaltranslator.ps.CrystalPage.<init>(Unknown Source)
         at com.businessobjects.mobilebi.server.crystaltranslator.ps.CrystalReport.getPrivatePageByNumber(Unknown Source)
         at com.businessobjects.mobilebi.server.crystaltranslator.ps.CrystalReport.getPageByNumber(Unknown Source)
         at com.businessobjects.mobilebi.server.commands.impl.GetReportPageCommand.execute(Unknown Source)
         at com.businessobjects.mobilebi.server.commands.impl.dispatch.PropertyFileCommandDispatcher.dispatchMessage(Unknown Source)
         at com.businessobjects.mobilebi.server.connector.MessageHandler.received(Unknown Source)
         at com.vaultus.common.core.bl.comm.CMSessionReceiveEvent.dispatchInternal(CMSessionReceiveEvent.java:34)
         at com.vaultus.common.core.bl.comm.CMSessionDispatchableEvent.dispatch(CMSessionDispatchableEvent.java:91)
         at com.vaultus.server.core.CMMessageTask.runInContext(CMMessageTask.java:60)
         at com.vaultus.server.core.JobTask.run(JobTask.java:75)
         at com.vaultus.server.core.concurrent.Task.run(Task.java:118)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    |49988AEBC37C4723ADE0F9D989CB5110fe30|2011 11 22 09:14:14.897|-0500|>=|W| |Mobi_VMSServer| 7404| 450|Job-74          | ||||||||||||||||||||VMS_SERVER.VDSC_DRIVER_MobileBIConnector||Returning an error to the client. Details:
    java.lang.RuntimeException: Information is needed before this report can be processed.
         at com.businessobjects.mobilebi.server.crystaltranslator.ps.CrystalReport.getPageByNumber(Unknown Source)
         at com.businessobjects.mobilebi.server.commands.impl.GetReportPageCommand.execute(Unknown Source)
         at com.businessobjects.mobilebi.server.commands.impl.dispatch.PropertyFileCommandDispatcher.dispatchMessage(Unknown Source)
         at com.businessobjects.mobilebi.server.connector.MessageHandler.received(Unknown Source)
         at com.vaultus.common.core.bl.comm.CMSessionReceiveEvent.dispatchInternal(CMSessionReceiveEvent.java:34)
         at com.vaultus.common.core.bl.comm.CMSessionDispatchableEvent.dispatch(CMSessionDispatchableEvent.java:91)
         at com.vaultus.server.core.CMMessageTask.runInContext(CMMessageTask.java:60)
         at com.vaultus.server.core.JobTask.run(JobTask.java:75)
         at com.vaultus.server.core.concurrent.Task.run(Task.java:118)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)

    we re-installed the server but still have the same issue. we also noticed there is another error:
    |D7AAE0E1036C45EA94842CAAB137950D0|2011 11 25 08:44:37.480|-0500|>=|W| |Mobi_VMSServer| 1092|8129|Job-43          | |4|0|0|0|BIPSDK.EnterpriseSession:getService|vtorbodev02:1092:8129.4:1|-|-|BIPSDK.EnterpriseSession:getService|vtorbodev02:1092:8129.4:1|Cr36auY2UUrBu1kOmdGVKVw3|||||||||com.crystaldecisions.sdk.occa.pluginmgr.internal.PluginSecurityInfo||Bad plugin xml, SI_TOTAL is different from the actual size. SI_TOTAL=11 actual size=10
    |D7AAE0E1036C45EA94842CAAB137950D1|2011 11 25 08:44:37.487|-0500|>=|W| |Mobi_VMSServer| 1092|8129|Job-43          | |4|0|0|0|BIPSDK.EnterpriseSession:getService|vtorbodev02:1092:8129.4:1|-|-|BIPSDK.EnterpriseSession:getService|vtorbodev02:1092:8129.4:1|Cr36auY2UUrBu1kOmdGVKVw3|||||||||com.crystaldecisions.sdk.occa.pluginmgr.internal.PluginSecurityInfo||Bad plugin xml, SI_TOTAL is different from the actual size. SI_TOTAL=11 actual size=10
    |D7AAE0E1036C45EA94842CAAB137950D2|2011 11 25 08:44:37.817|-0500|>=|W| |Mobi_VMSServer| 1092|8129|Job-43          | |2|0|0|0|BIPSDK.InfoStore:query|vtorbodev02:1092:8129.7:1|-|-|BIPSDK.InfoStore:query|vtorbodev02:1092:8129.7:1|Cr36auY2UUrBu1kOmdGVKVw6|||||||||com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects||continueUnpack(): plugin not found, type=380
    com.crystaldecisions.sdk.exception.SDKException$PluginNotFound: The 380 plug-in does not exist (FWM 02016)
         at com.crystaldecisions.sdk.occa.pluginmgr.internal.PluginMgr.getPluginInterface_aroundBody12(PluginMgr.java:351)
         at com.crystaldecisions.sdk.occa.pluginmgr.internal.PluginMgr.getPluginInterface(PluginMgr.java:1)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects.continueUnpackHelper(InfoObjects.java:544)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects.continueUnpack(InfoObjects.java:489)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects.startUnpack(InfoObjects.java:464)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore$XRL3WireStrategy.startUnpackTo(InternalInfoStore.java:1484)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore$XRL3WireStrategy.startUnpackTo(InternalInfoStore.java:1464)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.unpackAll(InternalInfoStore.java:910)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.queryHelper(InternalInfoStore.java:944)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.queryHelper(InternalInfoStore.java:929)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.query_aroundBody24(InternalInfoStore.java:798)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.query(InternalInfoStore.java:1)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoStore.query_aroundBody20(InfoStore.java:175)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoStore.query_aroundBody21$advice(InfoStore.java:42)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoStore.query(InfoStore.java:1)
         at com.businessobjects.mobilebi.server.utils.enterprise.persistence.GenericListOfDocuments.<init>(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.EnterpriseSubscriptionList.<init>(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.EnterpriseSubscriptionListFactory.getListOfDocuments(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.EnterpriseSubscriptionListFactory.getListOfDocuments(Unknown Source)
         at com.businessobjects.mobilebi.server.utils.enterprise.persistence.GenericListOfDocumentsManager.getListForUser(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.EnterpriseSubscriptionManager.<init>(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.EnterpriseSubscriptionManagerFactory.getManager(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.SubscriptionChecker.<init>(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.EnterprisePublisher.startPublishing(Unknown Source)
         at com.businessobjects.mobilebi.server.connector.CredentialsMessageHandler.received(Unknown Source)
         at com.vaultus.common.core.bl.comm.CMSessionReceiveEvent.dispatchInternal(CMSessionReceiveEvent.java:34)
         at com.vaultus.common.core.bl.comm.CMSessionDispatchableEvent.dispatch(CMSessionDispatchableEvent.java:91)
         at com.vaultus.server.core.CMMessageTask.runInContext(CMMessageTask.java:60)
         at com.vaultus.server.core.JobTask.run(JobTask.java:75)
         at com.vaultus.server.core.concurrent.Task.run(Task.java:118)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619

  • TF255424: An error occurred while installing SharePoint Products. (SharePoint 2012)

    I want to install both SQL Server and Team Foundation Server on the same machine. Operating system of my server machine is Microsoft Windows Server 2008 R2 Service Pack 1. I first install Microsoft SQL Sever 2012 Enterprise edition without any error. After
    that i tried to install Microsoft Team Foundation Server 2012. Team Foundation Server configuration got complete. Microsoft SharePoint Foundation 2010 installed successfully but while configuring SharePoint extension i am getting the following error.
    "TF255424: An error occurred while installing SharePoint Products. For more information, open Event Viewer and review the application log. You might need to manually install Windows SharePoint Foundation 2010."
    Please help.
    [Info   @12:19:36.259] 
    [Info   @12:19:36.259] +-+-+-+-+-| Environment |+-+-+-+-+-
    [Info   @12:19:36.260] Environment: FullEnvironment
    Setup: 
    InstallPath: C:\Program Files\Microsoft Team Foundation Server 11.0\
    IsTfsExpress: False
    ToolsPath: C:\Program Files\Microsoft Team Foundation Server 11.0\Tools
    ApplicationTierPath: C:\Program Files\Microsoft Team Foundation Server 11.0\Application Tier
    BuildTierPath: C:\Program Files\Microsoft Team Foundation Server 11.0\Tools
    ProxyPath: C:\Program Files\Microsoft Team Foundation Server 11.0\Version Control Proxy
    SetupUser: ETS-WEBAPP\tfsadmin
    WebServicePath: C:\Program Files\Microsoft Team Foundation Server 11.0\Application Tier\Web Services
    LicenseEdition: PID_RANGE_VL
    SystemTfsTemp: C:\Windows\Temp\TFSTemp
    SharePointInstallTemp: C:\Windows\Temp\TFSTemp\WSSInstall
    InstalledLanguages: System.Collections.Generic.List`1[System.Int32]
    InstalledLanguagesString: 1033;
    OS: 
    MachineName: ETS-WEBAPP
    HostName: ETS-WEBAPP
    IsClientOS: False
    IsServerOS: True
    IsDomainController: False
    IsMachineInWorkgroup: False
    IsMachineInDomain: True
    IsHomeEdition: False
    IsUnsupportedEdition: False
    Version: Server2008R2
    MajorVersion: 6
    MinorVersion: 1
    ProcessorCount: 4
    ServicePackMajor: 1
    ServicePackMinor: 0
    IsOSPostTfsRelease: False
    VisibleMemoryMB: 12287
    AdjustedMemoryGB: 12
    Iis: 
    IsInstalled: True
    PreviouslyFailedConfig: False
    RequiredIisFeaturesInstalled: True
    OS: 
    MachineName: ETS-WEBAPP
    HostName: ETS-WEBAPP
    IsClientOS: False
    IsServerOS: True
    IsDomainController: False
    IsMachineInWorkgroup: False
    IsMachineInDomain: True
    IsHomeEdition: False
    IsUnsupportedEdition: False
    Version: Server2008R2
    MajorVersion: 6
    MinorVersion: 1
    ProcessorCount: 4
    ServicePackMajor: 1
    ServicePackMinor: 0
    IsOSPostTfsRelease: False
    VisibleMemoryMB: 12287
    AdjustedMemoryGB: 12
    Sql: 
    SqlInstance 0: 
    Name: MSSQLSERVER
    FullName: ETS-WEBAPP
    Edition: Enterprise Edition
    Version: 11.0.2100.60
    IsWow64: False
    LCID: 1033
    IsExpressEdition: False
    IsFullEdition: True
    IsSupported: True
    IsSharePointSupported: False
    IsUpgradable: False
    WindowsServiceName: MSSQLSERVER
    SharePoint: 
    IsInstalled: True
    IsProvisioned: False
    IsAdminDbConfigured: False
    IsAdminSiteConfigured: False
    IsRunningSiteOnWebAppPort: False
    Version: 14.0.6029.1000
    WssAdminUrl: http://ets-webapp:17012/
    WssSiteUrl: http://ets-webapp/sites
    ReportingServices: 
    IsInstalled: True
    DefaultInstance: 
    InstanceIdentifier: ETS-WEBAPP
    HostName: ETS-WEBAPP
    InstanceName: MSSQLSERVER
    ReportServerInstance: Microsoft.TeamFoundation.Admin.ReportServerInstance
    IsConfigured: True
    ReportWebServiceUris[0]: http://ETS-WEBAPP:80/ReportServer
    ReportManagerUris[0]: http://ETS-WEBAPP:80/Reports
    Instances[0]: 
    InstanceIdentifier: ETS-WEBAPP
    HostName: ETS-WEBAPP
    InstanceName: MSSQLSERVER
    ReportServerInstance: Microsoft.TeamFoundation.Admin.ReportServerInstance
    IsConfigured: True
    ReportWebServiceUris[0]: http://ETS-WEBAPP:80/ReportServer
    ReportManagerUris[0]: http://ETS-WEBAPP:80/Reports
    PowerTools: 
    IsBackupToolConfigured: False
    [Info   @12:19:36.260] 
    [Info   @12:19:36.260] +-+-+-+-+-| Configuration Plan |+-+-+-+-+-
    [Info   @12:19:36.260] - ContainerTask (ContainerNode) : root
    - ConditionalTask (ConditionalNode) : Provisioning SharePoint
    - ContainerTask (ProgressNode) : Configure SharePoint
    - ConfigureSharepointProvision (ConfigureNode, 208) : Configuring the SharePoint Products
    SqlInstance = ETS-WEBAPP
    AdminSiteAccountName = Domain\tfsuser
    PasswordSupplied = *****
    SiteUrl = http://ets-webapp/
    AdminPort = 17012
    TfsServiceAccount = Domain\tfsuser
    - ContainerTask (ProgressNode) : Extending SharePoint
    - ConfigureSharepointUploadData (ConfigureNode, 209) : Uploading solutions and templates ...
    - ConfigureResetSPTimer (ConfigureNode, 214) : Resetting Sharepoint Timer Service ...
    - ConfigureIisReset (ConfigureNode, 801) : Resetting IIS ...
    - ConfigureMarkFeature (ConfigureNode, 140) : Marking feature configured status
    FeatureType = SharePointExtensions
    IsConfigured = True
    - ConfigureWssHealthCheck (ConfigureNode, 210) : Check if sharepoint is responsive
    SiteUrl = http://ets-webapp/
    - ConditionalTask (ConditionalNode) : SharepointEntries
    - ContainerTask (ProgressNode) : Configuring Services
    - ConfigureAddSharePointEntries (ConfigureNode, 207) : Configuring SharePoint application entries
    SharepointRootUri = http://ets-webapp
    SharepointAdminUri = http://ets-webapp:17012/
    DefaultSharePointPath = sites
    ApplicationTierUri = http://ets-webapp:8080/tfs
    ApplicationTierServiceAccount = NT AUTHORITY\NETWORK SERVICE
    - ConfigureAddAccountToLocalWss (ConfigureNode, 800) : Add account to WSS farm admin group
    Account = NT AUTHORITY\NETWORK SERVICE
    AdminUrl = http://ets-webapp:17012/
    UseRetainedSettings = False
    [Info   @12:19:36.260] 
    [Info   @12:19:36.260] +-+-+-+-+-| Running root: root |+-+-+-+-+-
    [Info   @12:19:36.260] 
    [Info   @12:19:36.260] +-+-+-+-+-| root |+-+-+-+-+-
    [Info   @12:19:36.260] Starting Node: CONTAINER
    [Info   @12:19:36.261] NodePath : Container
    [Info   @12:19:36.261] Node returned: Ignore
    [Info   @12:19:36.261] Completed root: Ignore
    [Info   @12:19:36.261] -----------------------------------------------------
    [Info   @12:19:36.261] 
    [Info   @12:19:36.261] +-+-+-+-+-| Running Provisioning SharePoint: Provisioning SharePoint |+-+-+-+-+-
    [Info   @12:19:36.261] 
    [Info   @12:19:36.261] +-+-+-+-+-| Provisioning SharePoint |+-+-+-+-+-
    [Info   @12:19:36.261] Starting Node: CONDITION
    [Info   @12:19:36.261] NodePath : Container/Conditional
    [Info   @12:19:36.261] Node returned: Ignore
    [Info   @12:19:36.261] Completed Provisioning SharePoint: Ignore
    [Info   @12:19:36.261] -----------------------------------------------------
    [Info   @12:19:36.262] 
    [Info   @12:19:36.262] +-+-+-+-+-| Running Configure SharePoint: Configure SharePoint |+-+-+-+-+-
    [Info   @12:19:36.262] 
    [Info   @12:19:36.262] +-+-+-+-+-| Configure SharePoint |+-+-+-+-+-
    [Info   @12:19:36.262] Starting Node: CONTAINER
    [Info   @12:19:36.262] NodePath : Container/Conditional/Progress
    [Info   @12:19:36.262] Node returned: Ignore
    [Info   @12:19:36.262] Completed Configure SharePoint: Ignore
    [Info   @12:19:36.262] -----------------------------------------------------
    [Info   @12:19:36.262] 
    [Info   @12:19:36.262] +-+-+-+-+-| Running ConfigSPProvision: Configuring the SharePoint Products |+-+-+-+-+-
    [Info   @12:19:36.263] 
    [Info   @12:19:36.263] +-+-+-+-+-| Configuring the SharePoint Products |+-+-+-+-+-
    [Info   @12:19:36.263] Starting Node: CSPPROVISION
    [Info   @12:19:36.263] NodePath : Container/Conditional/Progress/CSPPROVISION
    [Info   @12:19:36.263] 
    [Info   @12:19:36.263] +-+-+-+-+-| SharepointProvision::ConfigureDatabase |+-+-+-+-+-
    [Info   @12:19:36.263] Configuring the SharePoint Products database ...
    [Info   @12:19:36.263] SharePoint Products::ConfigureDatabase
    [Info   @12:19:36.263] GrantLogOnAsAService is called. User name: tfsuser [Info   @12:19:36.269] Checking if Authenticated Users group is a member of Users group.
    [Info   @12:19:36.272] sid = S-1-5-4
    [Info   @12:19:36.272] sid = S-1-5-11
    [Info   @12:19:36.272] sid = S-1-5-21-1481031050-1694664162-2121907377-513
    [Info   @12:19:36.272] sid = S-1-5-21-1529747324-2324938602-2105273467-1015
    [Info   @12:19:36.272] Authenticated Users group is a member of Users group.
    [Info   @12:19:36.300] C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\bin\stsadm.exe
    [Info   @12:19:36.300] -o setconfigdb
    [Info   @12:19:36.300] -databaseserver ETS-WEBAPP
    [Info   @12:19:36.300] -farmuser domain\tfsuser
    [Info   @12:19:36.300] -farmpassword ********
    [Info   @12:19:36.300] Process starting: fileName=C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\bin\stsadm.exe arguments=-o setconfigdb -databaseserver ETS-WEBAPP -farmuser domain\tfsuser -farmpassword ****************
    [Info   @12:20:04.869] Process finished: fileName=C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\bin\stsadm.exe arguments=-o setconfigdb -databaseserver ETS-WEBAPP -farmuser domain\tfsuser -farmpassword **************** exitCode=-1
    in 28566 ms
    [Info   @12:20:04.869] 
    [Info   @12:20:04.869] WARNING: SharePoint no longer customizes Integrated Authentication security settings. This Web application may be using Kerberos, which can require manual configuration. See "http://support.microsoft.com/?id=832769" for
    more information.
    [Info   @12:20:04.869] 
    [Error  @12:20:04.869] An error occurred while getting information about the user tfsuser at server telenor.com.pk: Access is denied
    [Error  @12:20:04.869] 
    [Info   @12:20:04.869] ReturnCode=-1
    [Info   @12:20:04.874] Node returned: Error
    [Error  @12:20:04.874] TF255424: An error occurred while installing SharePoint Products. For more information, open Event Viewer and review the application log. You might need to manually install Windows SharePoint Foundation 2010. 
    [Info   @12:20:04.874] Completed ConfigSPProvision: Error
    [Info   @12:20:04.874] -----------------------------------------------------
    [Info   @12:20:04.880] Execution results:
    [Info   @12:20:04.880] Overall result: Failure
    [Info   @12:20:04.880] Nodes completed: 1
    [Info   @12:20:04.880] Nodes succeeded: 0
    [Info   @12:20:04.880] Nodes skipped: 0
    [Info   @12:20:04.880] Nodes with errors: 1
    [Info   @12:20:04.880] Nodes with warnings: 0
    [Info   @12:20:04.880] Number of error messages: 1
    [Info   @12:20:04.880] Number of warning messages: 0
    [Info   @12:20:04.880] Number of info messages: 0
    [Error  @12:20:04.881] Activity failed.
    [Info   @12:20:04.881] Configuration failed. Unconfiguring.
    [Info   @12:20:04.885] Setting the IsConfigured flag for feature SharePointExtensions to False.
    awias

    looks like here is the your problem "An error occurred while getting information about the user moss.service
    at server telenor.com.pk: Access is denied"
    try to add the user into the managed account via powershell. the user you trying to configure it.
    or change the user to some body else here is culprit account "telenorpk\moss.service"
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Error Occured while rendering portlet :see provider log for details

    Hi All,
    I have installed OAS 10.1.3.1 on RHEL 5.4 64 bit m/c when after deploying the application when i tried to access the application through portlet i am getting the following error
    Error Occured while rendering portlet :see provider log for details
    when i opened the application.log it gives the following error description
    11/01/24 01:55:53.397 oz: [instance=(null), id=12768745408768,6] CONFIGURATION: Invalid or null value for property - executionWarningTimeout = null - setting to default value of 20 seconds
    11/01/24 01:55:54.369 oz: [instance=35044_LOGIN_4935021, id=12768745408768,3] CONFIGURATION: Default container renderer not specified
    11/01/24 01:55:54.370 oz: [instance=35044_LOGIN_4935021, id=12768745408768,3] CONFIGURATION: defaulting container renderer to DefaultContainerRenderer
    11/01/24 01:55:57.259 oz: JspServlet: unable to dispatch to requested page: Exception:oracle.jsp.provider.JspCompileException: <H3>Errors compiling:/u01/app/oracle/product/10.1.3/ozapp/j2ee/OC4J_OZ/application-deployments/oz/oz/persistence/_pages/_jsp/_main/_copyright.java</H3><pre></pre>
    11/01/24 01:55:57.269 oz: [instance=35045_COPYRIGHT_4935021, id=12768745408768,3] ERROR: AbstractResourceRenderer.renderBody - Resource "/action/copyright" returned HTTP Status: 500. Error message: OracleJSP:
    oracle.jsp.provider.JspCompileException: <H3>Errors compiling:/u01/app/oracle/product/10.1.3/ozapp/j2ee/OC4J_OZ/application-deployments/oz/oz/persistence/_pages/_jsp/_main/_copyright.java</H3><pre></pre>. Content returned follows....
    11/01/24 01:55:57.269 oz: [instance=35045_COPYRIGHT_4935021, id=12768745408768,3] ERROR:
    Regards
    Yeshwant

    Hi All,
    After changing the Debug properties in the Web.xml we are getting the following log in application.log
    </pre>
    11/02/01 10:13:00 oz: [instance=35045_COPYRIGHT_4935021, id=12593371698998,3] ERROR: AbstractResourceRenderer.renderBody - Resource "/action/copyright" returned HTTP Status: 500. Error message: OracleJSP:
    oracle.jsp.provider.JspCompileException: <H3>Errors compiling:S:\oracle\product\1020\ozportal\j2ee\OC4J_OZ\application-deployments\oz\oz\persistence\_pages\_jsp\_main\_copyright.java</H3><pre>error: error reading ..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\ldapjclnt10.jar; The system cannot find the path specified
    1 error
    guess the system is refering to ldapjclnt10.jar in some path which is not avalible .
    Could you please let us know the path where we have to keep this perticular jar file.
    Regards
    Yeshwant

  • A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (p

    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that
    the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)(Microsoft SQL Server, Error: 2)
    The system cannot find the file specified
    Cannot connect to COWBOYS.
    Here are the technical details===================================
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=2&LinkId=20476
    Error Number: 2
    Severity: 20
    State: 0
    Program Location:
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover)
       at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
       at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer
    timeout)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance,
    SqlConnectionString userConnectionOptions, SessionData reconnectSessionData)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerService.ValidateConnection(UIConnectionInfo ci, IServerType server)
       at Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()
    ===================================
    The system cannot find the file specified
    I have tried from so many forms. This is so frustrating. Thank for everyone/anyone who wants to help. So this is what happened: I had to uninstall my previous sqlserver 2012(which worked great) for some reason, and I uninstalled everything from that download.
    Then I installed the trial edition of sql server 2012 (64 Bit) and It wouldn't connect to the database. (Error mentioned above.) My local DB is COWBOYS. (COWBOYS is also my computer name.) After this, I have tried downloading sqlexpress and sqlserver 64bit
    many times and cannot connect to my local DB. 
    How do I connect to my Local DB? 
    Also, I think this might help: (When I run sqlserve.exe, which I was able to find in C:\Program Files\Microsoft SQL Server\110\LocalDB\Binn, I get an error: Your SQL server installation is either corrupt or has been tampered with(Error getting
    instance ID from name). Please uninstall then re-run setup to correct this problem.
    I would happily re install it, if it wasn't my 20th time.
    I don't have any remote connections, I don't use username/password, only window authentication. I work mostly on visual studio, but without able to store /retrieve data, I don't know how to survive.
    May be the solution is very simple, but I am too frustrated. 
    Some of the things I have tried:
    From a command prompt, enter one of the following commands:
    net start "SQL Server Agent (MSSQLSERVER)" OR 
    net start "SQL Server Agent(instancename)"(for instance)
    on my sql configuration, I cannot start anything because there is nothing there to start. I can post more details, if that would help. Also, some more details about the error:
    Details
    Product:
    SQL Server
    ID:
    2
    Source:
    MSSQLServer
    Version:
    10.0
    Component:
    SQLEngine
    Message:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:
    40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    Explanation
    SQL Server did not respond to the client request because the server is probably not started.
    User Action
    Make sure that the server is started.
    Version:
    9.0
    Component:
    SQLEngine
    Message:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:
    40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    Explanation
    SQL Server did not respond to the client request because the server is probably not started.
    User Action
    Make sure that the server is started.
    Any one that can help me, I will be greatful. Thank you so much. p.s. please ask me anything if you have any questions.

    It sounds like there are a couple things going on here.  First check if you have a successful install of SQL Server, then we'll figure out the connection issues.
    Can you launch SQL Server Configuration Manager and check for SQL Server (MSSQLSERVER) if default instance or SQL Server (other name) if you've configured your instance as a named instance.  Once you find this, make sure the service is started. 
    If not started, try to start it and see if it throws an error.  If you get an error, post the error message your hitting.  If the service starts, you can then launch SSMS and try to connect.  If you have a default instance, you can use the machine
    name in the connection dialog.  Ex:  "COWBOYS" where Cowboys is the machine name.  However, if you named the SQL Server instance during install, you'll need to connect using the machine\instance format.  Ex:  COWBOYS\Romo (where Romo
    is the instance name you set during install).
    You can also look at the summary.txt file in the SQL Server setup error logs to see what happened on the most recent install.  Past install history is archived in the log folder if you need to dig those up to help troubleshoot, but the most
    recent one may help get to the bottom of it if there is an issue with setup detecting a prior instance that needs to be repaired.
    Thanks,
    Sam Lester (MSFT)
    http://blogs.msdn.com/b/samlester
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and
    "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • Azure Webjobs with EF DB - A network-related or instance-specific error occurred while establishing a connection to SQL Server

    Hi,
    I have been trying to get a very simple WebJob developed and deployed onto Azure with little to no luck.  I have a MVC Website which has a common project which handles my Data Access Layer with Entity Framework.  I have created a WebJob project
    using Visual Studio and added the following lines of code to the Manual Trigger Function
    [NoAutomaticTrigger]
    public static void ManualTrigger(TextWriter log, int value, [Queue("queue")] out string message)
    RitualDBEntities db = new RitualDBEntities();
    log.WriteLine("Function is invoked with value={0}", value);
    List<Location> locations = db.Locations.ToList();
    string msg = string.Empty;
    foreach (Location location in locations)
    msg += location.Name;
    message = msg;
    log.WriteLine("Following message will be written on the Queue={0}", message);
    In my app.config of my WebJob i have the following connection strings:
    <add name="RitualDBEntities" connectionString="metadata=res://*/RitualDBEntities.csdl|res://*/RitualDBEntities.ssdl|res://*/RitualDBEntities.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=ritual-pc\sqlexpress;initial catalog=RitualDB;integrated security=True;persist security info=False;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
    <add name="RitualContext" connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=RitualDB;Data Source=ritual-pc\sqlexpress" providerName="System.Data.SqlClient" />
    <add name="AzureWebJobsDashboard" connectionString="DefaultEndpointsProtocol=https;AccountName=ritual***;AccountKey=tQAP0gyMYKtWPJeIbsqk2iT2k69gyd1FwcyRf3+5Mc9b9EdYzpj0Dq8X2VHUmF*****"/>
    <add name="AzureWebJobsStorage" connectionString="DefaultEndpointsProtocol=https;AccountName=ritual***;AccountKey=tQAP0gyMYKtWPJeIbsqk2iT2k69gyd1FwcyRf3+5Mc9b9EdYzpj0Dq8X2VHUmF*****" />
    When i test locally (F5 Debugging) the webjob runs successfully and does the loop of the objects returned from the database.  When i deploy this Azure the WebJob fails with the following error:
    [03/29/2015 22:07:39 > 6ca05b: SYS INFO] Status changed to Initializing
    [03/29/2015 22:07:41 > 6ca05b: SYS INFO] Run script 'Ritual.WebJobs.Members.exe' with script host - 'WindowsScriptHost'
    [03/29/2015 22:07:41 > 6ca05b: SYS INFO] Status changed to Running
    [03/29/2015 22:07:44 > 6ca05b: INFO] Found the following functions:
    [03/29/2015 22:07:44 > 6ca05b: INFO] Ritual.WebJobs.Members.Functions.ManualTrigger
    [03/29/2015 22:07:44 > 6ca05b: INFO] Executing: 'Functions.ManualTrigger' because This was function was programmatically called via the host APIs.
    [03/29/2015 22:08:01 > 6ca05b: INFO] Function had errors. See Azure WebJobs SDK dashboard for details. Instance id is e99d7205-3ca0-4674-9414-f0381d5c2316
    [03/29/2015 22:08:01 > 6ca05b: ERR ]
    [03/29/2015 22:08:01 > 6ca05b: ERR ] Unhandled Exception: System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ---> System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlConnection.Open()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.<Open>b__36(DbConnection t, DbConnectionInterceptionContext c)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.EntityClient.EntityConnection.<Open>b__2()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.<>c__DisplayClass1.<Execute>b__0()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute(Action operation)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of inner exception stack trace ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__5()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Ritual.WebJobs.Members.Functions.ManualTrigger(TextWriter log, Int32 value, String& message)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at lambda_method(Closure , Object[] )
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.VoidInvoker.InvokeAsync(Object[] arguments)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<ExecuteWithWatchersAsync>d__23.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<ExecuteWithOutputLogsAsync>d__1c.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<ExecuteWithLogMessageAsync>d__c.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<ExecuteWithLogMessageAsync>d__c.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<TryExecuteAsync>d__1.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.ExceptionDispatchInfoDelayedException.Throw()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.JobHost.<CallAsyncCore>d__7.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.JobHost.Call(MethodInfo method, Object arguments)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Ritual.WebJobs.Members.Program.Main()
    [03/29/2015 22:08:01 > 6ca05b: SYS INFO] Status changed to Failed
    [03/29/2015 22:08:01 > 6ca05b: SYS ERR ] Job failed due to exit code -532462766
    If i remove any of my database code and use just the basic Stub code my webjob will run successfully so i know that my connection strings (outside of the DB ones) are correct.  My MVC web application also runs perfectly using the same connection strings
    in Azure so i also know that they have also been configured.  
    I am now lost and need some guidance, so if someone is able to assist me that would be much appreciated.
    Thanks
    Ritual.

    Can you try to log the connection string you are using in both cases to make sure they are the same?
    Also can you share your site name, either directly or indirectly?
    This will help us investigate.
    Thanks,
    Amit

  • A network-related or instance-specific error occurred while establishing a connection to SQL Server2012

    TITLE: Connect to Server
    Cannot connect to RAVI\SQLEXPRESS.
    ADDITIONAL INFORMATION:
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=-1&LinkId=20476
    BUTTONS:
    I installed it many times correctly,every thing installed succeeded  but when trying to connect getting the above error...
    please help me to solve this..:(((

    Hi,
    Following should be taken care of
    1. Make sure TCP/IP and named pipes protocol is enabled
    2. Make sure browser service is up and running
    3. Make sure SQL express service is up and running
    4. If you are connecting from remote make sure exception in firewall should be made.
    5. If your SQL Server is listeing on port apart from 1433 make sure you connect like
    RAVI\SQLEXPRESS,portno
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Connecting to the LOB system has failed. A network-related or instance-specific error occurred while establishing a connection to SQL Serve

    Hi!
    I'm using consume adapter service> sqlbinding >  to connect to sql database in order to generate sql schemas.
    I'm getting below error:
    Connecting to the LOB system has failed. 
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified).
    Christiane

    Hi, 
    As suggested earlier this seems to be a DTC related issue. It can only occur if the DTC settings are not proper or if firewalls don't allow the default ports to communicate.
    Check DTC settings on both SQL and BizTalk Box and also check if MSDTC service is up and running.
    Go to Start
    à Run
    à (type in) Dcomcnfg. You should be inside Component Services MMC.
    Expand Component Services
    à Computers
    à My Computer (right click)
    à Properties
    à MSDTC tab
    à Security Configuration button.
    Select the checkboxes as following : 
    Check the below article from Microsoft Support Team, they have listed all the errors which may come during setting up a new system. They also have your MSDTC error listed.
    Resolving the issues you may face during BizTalk Runtime Configuration
    Thanks,
    Prashant
    Please mark this post accordingly if it answers your query or is helpful.

  • Response Group: A network-related or instance-specific error occurred while establishing a connection to SQL Server.

    Hi all,
    I have three central sites with each having a Front End server pool (standard).
    Site A and Site B are paired for resiliency. Site C is on its own.
    On two of my Front Ends (Site A and Site B), when I click on response group tab i get the following warning on the top of the page:
    "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
    (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)"
    I have check out the following articles about dont think they apply to me:
    http://unifiedme.co.uk/2014/01/network-related-instance-specific-error-occurred-accessing-lync-control-panel-response-group-tab/
    I dont see any Event logs that would direct me to a cause. 
    Which database it is complaining about? RGSDYN and RGSCONFIG are local databases as it is an standard installation. What could be the possible cause for this issue?
    Thanks in advance.

    My latest change was the addition of Site C. 
    Going through logs (i must have missed it the first time, with all the noisy EWS errors), i found event ID 31147. I am investigating network issues although I have MPLS running to that location.
    Does Lync set up open correct ports on the machine itself?

  • Connecting to the LOB system has failed. A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is

    hi ,
    when generate the schema , i  got the below error, please any one put your inputs:
    Connecting to the LOB system has failed.  A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server
    is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server).

    thaks shanky,
    but facing another , after generate schema from  WCF_SQL, im unable get elements in my schema.
    this is schema generate from storeprocduer , but thru WCF-sql im unable get the elements like
    id, name
    <xsd:schema targetNamespace="urn:schemas-microsoft-com:sql:SqlRowSet2" xmlns:schema="urn:schemas-microsoft-com:sql:SqlRowSet2" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sqltypes="http://schemas.microsoft.com/sqlserver/2004/sqltypes" elementFormDefault="qualified">
      <xsd:import namespace="http://schemas.microsoft.com/sqlserver/2004/sqltypes" schemaLocation="http://schemas.microsoft.com/sqlserver/2004/sqltypes/sqltypes.xsd" />
      <xsd:element name="Test.dbo.sample">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="id" type="sqltypes:int" minOccurs="0" />
            <xsd:element name="name" minOccurs="0">
              <xsd:simpleType>
                <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1033" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth" sqltypes:sqlSortId="52">
                  <xsd:maxLength value="1000" />
                </xsd:restriction>
              </xsd:simpleType>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:schema>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>18</id>
      <name>BIRADAR</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>18</id>
      <name>BIRADAR</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>19</id>
      <name>sw</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>18</id>
      <name>BIRADAR</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>14</id>
      <name>swe</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>13</id>
      <name>se</name>
    </Test.dbo.sample>

  • Network related or instance specific error occurred while establishing a connection to sql server

    Hi all,
    I am getting  a SQL error - A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not
    found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified).
    Problem is when a user tries to connect with remote SQL Server
    through VPN from Domain, it throws this error, and when the same machine tries to connect with Remote SQL Server through VPN as a standlone machine, it is getting connected.
    I checked all the settings but ....... There is no any policies deployed in Active Directory.
    Any suggetion?
    Rajneesh
    Rajneesh Kumar MCITP - SA, MCSE, CNA

    check these
    1) Make sure your server name is correct, e.g., no typo on the name.
    2) Make sure your instance name is correct and there is actually such an instance on your target machine.
    [Update: Some application converts \\ to \. If you are not sure about your application, please try both Server\Instance and Server\\Instance in your connection string]
    3) Make sure the server machine is reachable, e.g, DNS can be resolve correctly, you are able to ping the server (not always true).
    4) Make sure SQL Browser service is running on the server.
    5) If firewall is enabled on the server, you need to put sqlbrowser.exe and/or UDP port 1434 into exception.
    http://uk.linkedin.com/in/ramjaddu

Maybe you are looking for