WSW0100: Unable to create Service

Hi,
I am trying to access a webservice(Location.jws) via a dataservice function(GetLocationResponse.ds)
The primary objective of the webservice is to post a request to GlobalLocate, a location provider and obtain the user's location co-ordinates.
On the test browser, I am able to test the webservice both by Test form and Text XML successfully.
I have created GetLocationResponse.ds as explained in Chp 9 of Sample tutorial 1.
However, when I execute the GetLocationResponse.ds in testview of DSP for the first time it works fine.
On subsequent execution,I am encountering the following errors:
com.bea.ld.wrappers.ws.exceptions.WSWrapperException: {bea-err}WSW0100: Unable to create Service {http://www.openuri.org/}Location of WSDL: http://localhost:7001/Location/controls/Location.jws?WSDL=.
     at com.bea.ld.wrappers.ws.exceptions.WSWrapperException.create(WSWrapperException.java:50)
     at weblogic.xml.query.exceptions.XQueryException.create(XQueryException.java:127)
     at weblogic.xml.query.exceptions.XQueryException.create(XQueryException.java:98)
     at weblogic.xml.query.exceptions.XQueryException.raise(XQueryException.java:575)
     at com.bea.ld.wrappers.ws.JAXRPCWebserviceAdapter.createService(JAXRPCWebserviceAdapter.java:341)
     at com.bea.ld.wrappers.ws.JAXRPCWebserviceAdapter.createNativeOperator(JAXRPCWebserviceAdapter.java:211)
     at weblogic.xml.query.operators.OperatorManager.getNativeOperator(OperatorManager.java:754)
     at com.bea.ld.wrappers.ws.JAXRPCWebserviceIterator.exec(JAXRPCWebserviceIterator.java:120)
     at com.bea.ld.wrappers.ws.JAXRPCWebserviceIterator.fetchNext(JAXRPCWebserviceIterator.java:103)
     at weblogic.xml.query.iterators.GenericIterator.hasNext(GenericIterator.java:134)
     at weblogic.xml.query.runtime.navigation.ChildPath.fetchNext(ChildPath.java:170)
     at weblogic.xml.query.iterators.GenericIterator.peekNext(GenericIterator.java:151)
     at weblogic.xml.query.runtime.node.Data.fetchNext(Data.java:83)
     at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:113)
     at weblogic.xml.query.runtime.constructor.AtomicElementConstructor.fetchNext(AtomicElementConstructor.java:129)
     at weblogic.xml.query.iterators.GenericIterator.peekNext(GenericIterator.java:151)
     at weblogic.xml.query.runtime.constructor.SuperElementConstructor.getPhase2(SuperElementConstructor.java:388)
     at weblogic.xml.query.runtime.constructor.PartMatElemConstructor.matEverything(PartMatElemConstructor.java:123)
     at weblogic.xml.query.runtime.constructor.PartMatElemConstructor.fetchNext(PartMatElemConstructor.java:197)
     at weblogic.xml.query.iterators.GenericIterator.peekNext(GenericIterator.java:151)
     at weblogic.xml.query.runtime.constructor.SuperElementConstructor.getPhase2(SuperElementConstructor.java:388)
     at weblogic.xml.query.runtime.constructor.PartMatElemConstructor.fetchNext(PartMatElemConstructor.java:229)
     at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:113)
     at weblogic.xml.query.xdbc.iterators.ItemIterator.fetchNext(ItemIterator.java:86)
     at weblogic.xml.query.iterators.GenericIterator.hasNext(GenericIterator.java:134)
     at weblogic.xml.query.runtime.sequences.Subsequence.fetchNext(Subsequence.java:101)
Caused by: javax.xml.rpc.JAXRPCException: failed to create service
     at weblogic.webservice.core.rpc.ServiceImpl.getWebService(ServiceImpl.java:123)
     at weblogic.webservice.core.rpc.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:42)
     at com.bea.ld.wrappers.ws.JAXRPCWebserviceAdapter.createService(JAXRPCWebserviceAdapter.java:298)
     at com.bea.ld.wrappers.ws.JAXRPCWebserviceAdapter.createNativeOperator(JAXRPCWebserviceAdapter.java:211)
     at weblogic.xml.query.operators.OperatorManager.getNativeOperator(OperatorManager.java:754)
     at com.bea.ld.wrappers.ws.JAXRPCWebserviceIterator.exec(JAXRPCWebserviceIterator.java:120)
     at com.bea.ld.wrappers.ws.JAXRPCWebserviceIterator.fetchNext(JAXRPCWebserviceIterator.java:103)
     at weblogic.xml.query.iterators.GenericIterator.hasNext(GenericIterator.java:134)
     at weblogic.xml.query.runtime.navigation.ChildPath.fetchNext(ChildPath.java:170)
     at weblogic.xml.query.iterators.GenericIterator.peekNext(GenericIterator.java:151)
     at weblogic.xml.query.runtime.node.Data.fetchNext(Data.java:83)
     at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:113)
     at weblogic.xml.query.runtime.constructor.AtomicElementConstructor.fetchNext(AtomicElementConstructor.java:129)
     at weblogic.xml.query.iterators.GenericIterator.peekNext(GenericIterator.java:151)
     at weblogic.xml.query.runtime.constructor.SuperElementConstructor.getPhase2(SuperElementConstructor.java:388)
     at weblogic.xml.query.runtime.constructor.PartMatElemConstructor.matEverything(PartMatElemConstructor.java:123)
     at weblogic.xml.query.runtime.constructor.PartMatElemConstructor.fetchNext(PartMatElemConstructor.java:197)
     at weblogic.xml.query.iterators.GenericIterator.peekNext(GenericIterator.java:151)
     at weblogic.xml.query.runtime.constructor.SuperElementConstructor.getPhase2(SuperElementConstructor.java:388)
     at weblogic.xml.query.runtime.constructor.PartMatElemConstructor.fetchNext(PartMatElemConstructor.java:229)
     at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:113)
     at weblogic.xml.query.xdbc.iterators.ItemIterator.fetchNext(ItemIterator.java:86)
     at weblogic.xml.query.iterators.GenericIterator.hasNext(GenericIterator.java:134)
     at weblogic.xml.query.runtime.sequences.Subsequence.fetchNext(Subsequence.java:101)
     at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:113)
     at weblogic.xml.query.runtime.querycide.QueryAssassin.fetchNext(QueryAssassin.java:54)
     at weblogic.xml.query.iterators.GenericIterator.peekNext(GenericIterator.java:151)
     at weblogic.xml.query.runtime.qname.InsertNamespaces.fetchNext(InsertNamespaces.java:238)
     at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:113)
     at weblogic.xml.query.runtime.core.QueryIterator.fetchNext(QueryIterator.java:127)
     at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:113)
     at weblogic.xml.query.xdbc.iterators.ItemIterator.fetchNext(ItemIterator.java:86)
Could you please help me resolve this?
Thanks
Vidya

Sounds like the webservice is not available.
Is http://localhost:7001/Location/controls/Location.jws?WSDL= the correct URL?
Try putting http://localhost:7001/Location/controls/Location.jws?WSDL= in a browser and seeing if you get the wsdl back.

Similar Messages

  • *Unable to create Service Entry Sheet.*

    Hi,
    Iu2019m trying to create service entry sheet for a service PO but all the item level fields in ML81N screen are appearing in display mode (non-editable) also I cannot see the u201CService Selectionu201D button. So Iu2019m unable to insert/select the service detail and cannot create the entry sheet. If I use the menu path Edit->Service Selection, still cannot adopt services and system gets busy for a substantial period and eventually timed out.
    Please helpu2026
    Iu2019m using ECC 6.0
    Thanks, Pratap

    Service PO: Intangible good that is the subject of business activity and that can be performed internally or procured externally (outsourced).
    -     Services are regarded as being consumed at the time of their performance. They cannot be stored or transported.
    -     Examples of services include construction work, janitorial/cleaning services, and legal services.
    Steps involved in Service PO:
    1.     Define Organizational Status for Service Categories, in IMG - MM - External Services Management.
    2.     Define Service Category, Enter Service Category, Org. Service Category, External Number Assignment
    Without Validation, Acct. Category Reference & Service Category Description.
    3.     Define Number Ranges for Service Category.
    4.   Create Service Master Record (AC03), SAP Menu u2013 Logistics u2013 MM u2013 Service Master, Enter Service Category,
          Base unit of measure, Mat/srv.grp (007 u2013 Service), Division, Valuation class u2013 3200 & Service type.  
    5.     Create Service PO with Acct. Assignment u2013 Cost Center (K), Item Category u2013 D, Material Short Text, Mat. Group, Plant, Entry for Services in Item Level i.e. Service No., Quantity & Gross Price u2013 Save.
    6.     Maintain Service Entry Sheet u2013 ML81N in SAP Menu u2013 Logistics u2013 MM choose PO in ML81N edit and save.
    7.     Then do MIRO from PO reference u2013 Service Entry sheet.
    8.     Collective Release of Service Entry Sheet u2013 ML85
    Organizational Status for Service Category: The organization status indicates the areas in which service master records are used.
    Service Category: The service category is the most important criterion for structuring service master records. It provides a default value for the valuation classes. Service master records can be assigned to number ranges on the basis of the service category.

  • Unable to create service user Installation

    Hi am unable to create PIAPPLUSER service user.Am installing NW2004s on AIX.
    Its using the BAPI_USER_CREATE1 to create the user, everything is successful but at last it gets a message RFC connection closed.Is this some thing to do with SLD? I created the user PIAPPLUSER manually, but then also its giving RFC connection closed...Please help me...Answers will be greatly rewarded...
    INFO       2007-04-19 12:31:08 [iaxxrfcimp.cpp:478]
               CAbRfcImpl::checkSysInfoSAP
    Version 700  of remote SAP System QPI accepted.
    INFO       2007-04-19 12:31:08 [iaxxrfcimp.cpp:594]
               CAbRfcImpl::setFunction
    Setting new application function BAPI_USER_CREATE1.
    INFO       2007-04-19 12:31:08 [iaxxrfcimp.cpp:1017]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    INFO       2007-04-19 12:31:09 [iaxxrfcimp.cpp:1065]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2007-04-19 12:31:09 [iaxxrfcimp.cpp:924]
               CAbRfcImpl::getRfcInterfaceSAP
    Function interface generated successfully.
    INFO       2007-04-19 12:31:10 [iaxxrfcimp.cpp:926]
               CAbRfcImpl::getRfcInterfaceSAP
    Technical properties of function set successfully.
    INFO       2007-04-19 12:31:10 [iaxxrfcfls.cpp:107]
               CRfcFuncRep::insFuncIf
    Information for application function BAPI_USER_CREATE1 copied to local Repository.
    INFO       2007-04-19 12:31:10 [iaxxrfcimp.cpp:622]
               CAbRfcImpl::setFunction
    Function module BAPI_USER_CREATE1 set successfully.
    INFO       2007-04-19 12:31:10 [iaxxrfcimp.cpp:1032]
               CAbRfcImpl::callFunction
    Executing function call BAPI_USER_CREATE1.
    INFO       2007-04-19 12:31:10 [iaxxrfcimp.cpp:1065]
               CAbRfcImpl::performFunctionCall
    Function call was successful.
    INFO       2007-04-19 12:31:10 [iaxxbjsco.cpp:561]
               CIaJSCo::disconnect_impl(001:DDIC:EN:tsqa1d03:40:::)
    RFC connection closed.
    ERROR      2007-04-19 12:31:11 [iaxxejsbas.cpp:178]
               EJS_ErrorReporter
    FJS-00003  TypeError: this.getSystemInfo() has no properties (in script NW_Onehost|ind|ind|ind|ind, line 12941: ???)
    ERROR      2007-04-19 12:31:11 [iaxxgenimp.cpp:736]
               showDialog()
    FCO-00011  The step CreateUser with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Configuration_PI|ind|ind|ind|ind|1|0|GenericNewCreateAbapUser|ind|ind|ind|ind|1|3|CreateUser was executed with status ERROR .

    Hi
    I did that....I created the user manually and assigned the role...Then also its not crossing the step "Creating PIAPPL USER step".If it passes thru this step...am all set to go with my installation...Any help??

  • Unable to create service central contract items

    Hi Experts
    We are in SRM 7 EHP 2 ECC 6 EHP 6
    We are unable to create Central Contract with Service.
    There is no "Outline" or "Service" on drop down from ADD LINE in Central Contract.
    Please help urgently.
    Thanks
    Ajit

    Hi Ajit,
    Please check if hierarchy template HIER_SE is assigned to this contract transaction type in the following customizing.
    spro -> SRM Server -> Cross-Application Basic Settings -> Service Procurement Activate Service Procurement
    Also SM34: /SAPPSSRM/VC_HT -> Assign to Transaction Type
    Best regards,
    Wendy

  • Unable to Create Service Request Template in CRM

    Hello,
    I need to create a service request template in crm web ui,
    Following are the steps followed.
    I have identified the transaction type as SRQT screen shot attached below
    However when I click on on the work center link groups of the service pro role, I am not able to find the same for the service request template
    As per the post below it says that you need to go navigation bar profile and add the SM-SUPPORT work center and the work center link group as SM-SRQT-CR
    How to customize service request templates
    The error appears when I try to add the logical link id,
    Because of the above error I am not able to create service request template in sap crm, please advice which logical link ID, I need to use so that the service request template can be created in the system.
    Kind Regards
    Atul

    Hi Atul,
    1. Screen shot 1 is correct
    2. Screen shot 2 - You are at end of all work centers in your custom role which you might have copied from standard or Z role. If you look in standard role SERVICEPRO, navigation bar profile SRV-PRO, work center - SRV-ORD, you will find service request template
    In Cases work Center in standard SERVICEPRO role you can create service request template.
    Try copying this to your custom role in your required work center. It should work.
    Regards,
    Niraj

  • Unable to create Service PR using BAPI_PR_CREATE

    Hi Guys,
    I am creating PRs using BAPI_PR_CREATE. I am able to create all type of PRs except Service.
    I have tried passing additional data to structures servicelines, servicelinesx, serviceaccount, serviceaccountx, but still i could not able to create service PR successfully. Getting error message like 'In case of account assignmernt, please enter acc. assignment data for item'.
    Please let me know what data I need to pass to get service PR created.
    Thx in advance.

    Hi,
    In order to create the Service PR you need to pass the list of services in a way similar to that in which they appear in the ESLL table i.e with the combination of the package number and the subpackage number and that option is not there in this bapi so either you need to activate the properties of the business function LOG_MM_CI_2 using the T-Code SFW5 or you need to use the
    BAPI:-       'BAPI_REQUISITION_CREATE'
    In which need to pass the following tables:-
    REQUISITION_ITEMS
    REQUISITION_SERVICES
    REQUISITION_SRV_ACCASS_VALUES
    The First table will contain the data relevant to the items that will be created in the PR.
    The Second table will contain the Header and Item level data for each item defined in the previous table
    Say for Example:-
    Header Data You need to pass a Pack Number that could be any number I passed 1234 and then the sub package number will be the pack number + 1. Other fields that we need to pass are ext_line line_no and short_text.
    ITEM DATA   Here we need to pass the subpackNumber from the header data as the pack number
    and the sub pack number will be left blank here at the item level and the other details like the qty and gross price and the activity number and others will be passed here.
    So if there are multiple services( Say 5 ) in the single line item of a PR you should create a single header data and append that to the table REQUISITION_SERVICES and then you must create or get the item data 5 times one for each service and append all those to the same table   REQUISITION_SERVICES.
    Third Table  This table will contain the account assignment data for the line items of the PR.
    In Case of any issue do revert back and i will give you the test data.
    <removed by moderator>
    Regards,
    Dev
    Message was edited by: Thomas Zloch

  • Solution Manager 4.0 - Unable to create service message

    Hello all,
    I am trying to configure our solution manager 4.0 to work with service messages. This is a single system, i.e., I am trying to create a message in the same system where the solution manager resides (no satellite).
    I followed the IMG customizing and thought I finished all (I am probably wrong because it does not work ...).
    When I try to create a message (Help > Create message...) I receive the following error  :
    "Error in local message system; message 009999000001 not complete".
    What am I missing ?
    What else should I do that I did not ?
    Thank you for your help,
    Isaac

    Hi,
    Well I create the business partner using T Code DSWP. It creates  the following ID TSM 0040564686 100 SOLMANTSM100.
    There are something that I don't understand well. If the guide says that you have to create one BP for each landscape component How do you know the identification of the end user that has posted the message??? all messages that are registered has the same BP ID. Well something that I'm thinking to do is create all end users in Solution Manager and create one Business Partner for each end user. Is this a correct way to identify each end user in messages?.
    Regards.
    Alvaro

  • Unable to create Service Contract from Sales Order

    Hi Guru's,
    I put a sales order with one product and service line. SO has been closed and then I ran 'Service Contract Order Capture Integration' program.
    When I query my SO using Reprocess Order, I got error status with message as "Request ID : 8360452; Referenced Product not present in the Installed Base;".
    So I searched in metalink found - 'Referenced Product not present in the Installed Base [ID 549160.1]'.
    As mentioned in the document I checked the freeze flag in Oracle Installed Base Admin --> Setup --> Install Parameters.
    The same already been checked. I also checked the service item definition and found IB track not checked under service tab. When I tried to check the flag, an error states that 'Non subscription contract Item cannot be Install Base trackable'.
    Now how to overcome this issue. Any help will be highly appreciate.
    Instance Details:-
    RDBMS : 10.2.0.4.0
    Oracle Applications : 11.5.10.2
    Thanks,
    Bala

    Hello Bala,
    The 'Installed Base Trackable Flag' is a Master Item Controlled attribute in Inventory, which means that when the Attribute is set at the Master Item Level it is cascaded to all Child Organizations.
    If there is inventory in any of the Child Organizations, the flag cannot be changed at the Master level.
    You must issue all of the Inventory out of each Child Organization, change the flag at the Master level.
    Thanks
    -Arif.

  • Unable to create service

    Hi experts,
    I am new in oracle forms. I have installed oracle 11g database and oracle forms 10g. When i am trying to add service of database in forms it was not succeeded. I did it so many times.
    So please help me........

    Oracle - DevSuiteHome1 -> Configuration and Migration Tools -> Net Configuration Assistant
    I go through the path given above.
    As well as copy syntax from oracle 11g database tnsnames.ora file.
    Still its not working......
    Edited by: vivek on Nov 5, 2012 6:19 AM

  • Not able to create service requests in E-Service

    HI all,
    I am unable to create service requests in the e-service scenario, after i enter all the data and press save button, it says that number is null.
    There is no dump in the crm system.
    I am able to create the same service request in CRM system and also can see these transactions in search list of e-service, but cant view them.
    its giving an error message "An error occurred. The action that you requested could not be performed"
    Regards,
    Karunakar.

    When i tried through DBCA it hanged...
    through oradim it the posted error was appearing
    I have all the privileges as i logged in as domain admin.
    Oradim says it cannot create but the service has been created in services.msc but when i start the service the posted error message was appearing on the Eventlog

  • I am unable to use services for objects  while creating a PO

    Hi All,
    I am unable to use services for objects  while creating a PO ie in me21n / Me22n .
    Our client wants to attach some doucument along with the PO, we want to use services for object for this. I use this services for objects in admin level , but unable to use this at user level. 
    System gives the following message
    No service available
    Message no. SGOS_MSG002
    Regards
    Gsg

    Hi,
    Refer the following OSS notes 552127, 598073
    For getting Object for services icon in ME21N and ME51N refer OSS note 913251

  • Unable to create a service contract from IDoc BLAORD FM IDOC_INPUT_BLAORD

    I've been testing creating service contracts using BLAORD and it appears that SAP does not have any way of creating a service contract using IDOC_INPUT_BLAORD. Inside this function a BDC is built and either ME31K or ME32K is called. There is processing that checks the service line package numbers, but it doesn't appear to be creating them (Maybe I'm overlooking something). When the BDC is being built the services screen is ignored. There is a user exit that could be used to populate the BDC for these screens.
    I recently had to develop a custom BDC to create service contracts becuase, to the knowledge of our best ABAP-ers, there is no SAP standard functionality to create service contracts programmatically besides using a BDC. My custom BDC will fail when run in background because of a GUI control on the services screen. It runs fine in the foreground. The short dump is 'RAISE_EXCEPTION'. Short text: Exception condition "CNTL_ERROR" raised. Termination is occurring in CL_GUI_DOCKING_CONTAINER->CONSTRUCTOR. We're on ECC 6.0.
    I checked the SAP Notes system and I was unable to find anything related specifically to contracts for this issues. I did see that SAP has released OSS notes for other BDC processes so that they would be able to run in background.
    I am wondering if there is anyone who currently is able to create service contracts using IDOC_INPUT_BLAORD. My plan is to set up an RFC between SAP systems. The customer wants to be able to receive contracts on demand. Has anyone done this before for service contracts? What has your approach been? Is there anyway of having the function run in foreground when it receives a IDoc?
    Thanks for your input,
    Steve

    Hello Steve,
    Did you get a solution to Service Contract (Purchase) creation through BLAORD or through any other FM please?
    BAPI_CONTRAT_CREATE does not handle services.
    Have a similar requirement and trying to avoid BDC.
    Thanks & Regards
    Prashanth

  • Unable to create a business service from a jca file

    I have taken a jca file of a file adapter from Oracle JDeveloper and I am trying to create a business service though eclipse for OSB.
    But I am unable to create a business service as the jca protocol is NOT available in the "Transport Configuration" section of a business service.
    I have got OSB 11.1.1.3 and wls 10.3.3.0 installed along with the corresponding integrated eclipse(oepe_11gR1PS2).
    Pls suggest!

    Refer this for the solution
    Business service NOT getting configured from jca file in Windows 7

  • Unable to create database entry in the directory service. - TNS-04

    We run into this error when we tried to register an Oracle 10.2.0.4 database with OID server (10.1.4.3):
    Unable to create database entry in the directory service. - TNS-04409: Directory service error
    We use Oracle DBCA to register to the OID. Both Oracle database and OID server are all running under Sun Solaris environment.
    In the meantime, I found these errors in the oid logs:
    oidldapd01.log:
    2009/07/13:21:15:47 * DispatcherListener:2 * ERROR : gslsflAcceptConnAndSend : OS 2 : Unable to accept New TCP
    connection
    Any ideas?
    Thanks
    Naiying

    Hi,
    Thanks for update.
    No, didn't find DSCC agent logs get updated when I have the pop up.
    C:\dsee7\var\dcc\agent\logs
    In the glassfish server log, I didn't find new transaction when I hit the issue
    C:\glassfish3\glassfish\domains\domain1\logs

  • Unable to create a Service Connection Point

    Hi -
    I set up a new SharePoint 2013 environment.  Everything installed successfully.  When I launch Central Admin, it doesn't accept my logon ID/password.  I found the following in the application event logs.    I assume our AD guys will
    need to set up a new SCP as pointed out here:   http://technet.microsoft.com/en-us/library/ff730261.aspx
    I just don't recall having to ever do this before in any of the dozen or environments that I had set up.   
    Unable to create a Service Connection Point in the current Active Directory domain. Verify that the SharePoint container exists in the current domain and that you have rights to write to it.
     Microsoft.SharePoint.SPException: The object LDAP://CN=Microsoft SharePoint Products,CN=System,DC=cprt,DC=adt,DC=net doesn't exist in the directory.
       at Microsoft.SharePoint.Administration.SPServiceConnectionPoint.Ensure(String serviceBindingInformation)
       at Microsoft.SharePoint.PostSetupConfiguration.CentralAdministrationSiteTask.ProvisionAdminVs()
    By the way, when I tried to run PowerShell to create the Admin Content DB, I got this error, even though the install account has sysadmin privileges on all databases: 
    New-SPConfigurationDatabase : Cannot connect to database master at SQL server
    at SP2013Server -AdministrationContentDatabaseName. The database might not
    exist, or the current user does not have permission to connect to it.
    At line:1 char:1
    + New-SPConfigurationDatabase -DatabaseName SharePoint_Config -DatabaseServer
    VMRS ...
    I just went ahead and then ran the Product Config Wizard and it set up everything fine.  Some folks were able to resolve by running config wizard twice? 
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/6ae61eb1-9405-4421-9bc7-a0037f4ec29b/sp1-upgrade-failure-service-connection-point?forum=sharepointadminprevious

    Hi,
    According to your post, my understanding is that you were unable to create a Service Connection Point.
    To resolve the “Unable to create a Service Connection Point in the current Active Directory domain”
    error, you need to make sure you have permission to write to this container.
    “You have to grant permission to write to this container to any user accounts or domain accounts that could run the SharePoint Products
    Configuration Wizard. If the account does not have permission to write to this container, the following warning will appear in the log file for the SharePoint Products Configuration Wizard:  Unable to create a Service Connection Point in the current Active
    Directory domain. Verify that the SharePoint container exists in the current domain and that you have rights to write to it.”
    http://technet.microsoft.com/en-us/library/ff730261.aspx
    The “New-SPConfigurationDatabase : Cannot connect to database master at SQL server”
    error is a common issue and has various resolutions.
    More often than not it is a firewall issue on the SQL server so check that OR it's that SQL server has not been enabled for remote connections.
    I would recommend you follow all the steps and options in
    Cannot connect to database master at SQL server
     and
    SharePoint Install – Cannot connect to database master.
    More information:
    Configuring Service Connection Points for SharePoint 2013:
    http://onpointwithsharepoint.blogspot.in/2013/06/configuring-service-connection-points.html
    Thanks,
    Linda Li
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

Maybe you are looking for