An OPC client as NT service will always create its own instance of Filedpoint OPC ? Why ?

My Nt service applications needs to access FieldPoint via OPC. We use the stand OPC method to connect the OPC server. Here is problem we got
If the FieldPoint OPC is not running, the connectiong to the OPC will bring the FieldPoint OPC up as expected. But the FieldPoint OPC server runs as background program. But when we try to run the other NT service application to connect to the FieldPoint OPC, it will create anothe instace of the FieldPoint OPC server.
Is this right ? How can we make it work properly ?

JYC,
The behavior you are seeing is not correct. You should only see one instance of the FieldPoint OPC server running at a time. I do know that there has been fixes to the FieldPoint OPC server that are available in FieldPoint Explorer 2.0.4. If you are not running this version, I highly recommend that you do, since I tested this version on a Windows NT machine with service pack 6a and did not see the problem that you are seeing. You can obtain the most recent version of FieldPoint Explorer at: http://digital.ni.com/softlib.nsf/current?OpenView&Start=1&Count=500&Expand=3#3
If upgrading FieldPoint Explorer does not fix the problem, I then recommend that you installed service pack 6a for Windows NT.
John M

Similar Messages

  • Will Apple Create Its Own Version Of 2-Step Verification For Apple Services?

    I create strong passwords which include numbers, upper and lower case letters, !? and other allowed symbols.  However, even with good passwords, key-logger programs and other methods can be used to hack accounts.
    Google has created the Google Authenticator App which is 2-step Verification.  It is very secure and makes external hacking as close to impossible as one can get.  I use it for my Google Products, including Gmail, Blogger, Google+ and so on.  It is an added step which can seem like a pain, but I really enjoy the sense of added security.
    Will Apple ever create its own version to help secure iCloud, Apple Mail, iTunes, so on?  I would really like to see this as an optional security feature.

    Will Apple ever create its own version to help secure iCloud, Apple Mail, iTunes, so on?  I would really like to see this as an optional security feature.
    You can make feature enhancement requests directly to the Apple folks if you like. Here's a link to the iTunes product feedback form:
    http://www.apple.com/feedback/itunesapp.html

  • ITunes producer will not upload its own files?

    I have tried to publish through the publish process from within IBooks as well as outside of it through Itunes producer. Both stop me at the final upload process. The file that Itunes producer made of my ibook, early in the publish process, is grayed out as well as my ibooks file. I get no message of error, just gray out files that cannot be uploaded.
    Appreciate any help I can get!  I just downloaded the updated Itunes producer I'm running OS X 10.9.
    Thanks!

    Rather than remark on your issues, because you mention files etc but not if they are iba .ibooks or .itmps,  perhaps some process tips may help.
    When the book is finished, save it and export it ... if you are using one, same applies to your sample/ preview.
    I find its better to have all the screen shots, cover page image and the the "mybook".ibooks exported book files on one folder
    You can either use "Publish" in iBooksAuthor or open iTunesProducer to start tbe delivery process.
    Some have made the mistake of trying to deliver the .iba file..which is wrong, it has to be the .ibooks file.
    You say your are stopped at the final upload process... what error message? 
    Did you fill in everything required in iTunes Producer. You need to fill in all form fields, author, publisher, categories etc.
    Your screenshots and cover need to comply with the assets guide. ie either, 1024 x 768 or 2048 x 1536 and the cover image needs to be 1400 on the width.
    You need a preview/ sample book or elect to state a chapter of at least 15 pages or allow the delivery process to select a preview.
    You should also stay with the same .itmps  ( iTunes Producer) file. using two with the same info will cause you problems.

  • The web.de version of Firefox is a pain (it always ignores my start page and gives me Web.de Search instead and worse it ignores how I choose to manage my search engines and always restores its own preferred list!

    The installed software is:
    Mozilla Firefox 3.6.8
    Firefox WEB.DE Edition
    WEB.DE update

    If you download a version of Firefox from some site other than the official Mozilla site, then you accept their terms and conditions and you agree to use the product with any changes that they made to the product.
    '''Official Firefox download sites''':
    *https://www.mozilla.com/en-US/firefox/personal.html
    *http://www.mozilla.com/en-US/firefox/all.html

  • Java client for OSB service

    Hi All,
    We have to talk to OSB11g proxy service which is created as Any Soap service (url: http://myosb.firmname.com:7001/osb-ws)
    I have java client applications which need to consume this proxy service built on top of OSB by providing the necessary inputs.
    Typically we get wsdl url's and then we use Jdeveloper to create web service client proxies to generate client side web service artifacts and call the web service.
    But I am confused here as to how can I get a handle to the OSB service from a java client. The OSB developers on the project tell me they don't have and cannot provide a WSDL based URL.
    What are the general practices for consuming OSB proxy service from java client apps. Google search result did not yield much help.
    Please let me know your thoughts.
    Regards,

    Hi Anuj,
    Thanks for reply. As u guys mentioned that about the URL I have rechecked the URL and realized the port number which I was using that was Admin Server Port while environment contains two servers Admin and Managed both. I have change the Port Number from Admin to Managed now its hitting the Service but now another problem I start facing that I need to pass a big XML as input request to that OSB Proxy Service. I have two different code where I am attaching the input request in two different ways but none of them is passing that request to URL and in both cases I am getting default response from URL.
    Here is the Code, Code1 through Core Java:
    ===============================================================================================
    package retriggerpsftorder;
    import java.io.BufferedReader;
    import java.io.InputStreamReader;
    import java.io.OutputStreamWriter;
    import java.net.URL;
    import java.net.URLConnection;
    import java.net.URLEncoder;
    public class MyTest {
    public MyTest() {
    System.out.println("Constructor executing");
    System.out.println("JAVA Version : " + System.getProperty("JAVA.VERSION"));
    public static void main(String arga[]) {
    try {
    // Construct data
    String data = URLEncoder.encode("key1", "UTF-8") + "=" + URLEncoder.encode("<migrateOrder>\n" +
    " <migrateOrderId>51c797d61dd211b2818a</migrateOrderId>\n" +
    " <createCustomer>false</createCustomer>\n" +
    " <createBillingAccount>false</createBillingAccount>\n" +
    " <Customer>\n" +
    " <ID>\n" +
    " </PIN>\n" +
    "     </customerAccountNumber\"></customerAccountNumber\">\n" +
    " </externalIdentifier>\n" +
    " </ID>\n" +
    " <creditClass>W</creditClass>\n" +
    " </Customer>\n" +
    " <Account>\n" +
    " <name>Gurwinder Singh</name>\n" +
    " <ID>\n" +
    " <PIN>1987</PIN>\n" +
    "     <billingAccountNumber>695909361</billingAccountNumber>\n" +
    " </ID>\n" +
    " </Account>\n" +
    " <CustomerOrder>\n" +
    " <customerOrderPartyReference>\n" +
    " <MSISDN>61425265789</MSISDN>\n" +
    " </customerOrderPartyReference>\n" +
    " <orderSource>\n" +
    " <templateName>AUP1057_AU10357_24_DATA_0113</templateName>\n" +
    " </orderSource>\n" +
    " <typeCode>Connect</typeCode>\n" +
    " <futureSubmitDate>2011-02-28</futureSubmitDate>\n" +
    " <cancelOpenOrdersIndicator>false</cancelOpenOrdersIndicator>\n" +
    " <lineItem actionCode=\"Add\" priorityRanking=\"1\">\n" +
    " <product ID=\"AUX221\" type=\"SAMID\" attributeCount=\"19\">\n" +
    " <attribute>\n" +
    " <name>Accept Code</name>\n" +
    " <value>Accept 5</value>\n" +
    " </attribute>\n" +
    " </product>\n" +
    " </lineItem>\n" +
    " <lineItem actionCode=\"Add\" priorityRanking=\"2\">\n" +
    " <product ID=\"OFF0018\" type=\"SAMID\" attributeCount=\"1\">\n" +
    " <attribute>\n" +
    " <name>Period Override</name>\n" +
    " <value>24</value>\n" +
    " </attribute>\n" +
    " </product>\n" +
    " </lineItem>\n" +
    " <lineItem actionCode=\"Allocate\" priorityRanking=\"3\">\n" +
    " <equipment ID=\"012645002053476\" type=\"Handset\" />\n" +
    " </lineItem>\n" +
    " <lineItem actionCode=\"Allocate\" priorityRanking=\"4\">\n" +
    " <resource ID=\"89610300000905636996\" type=\"SIM\" />\n" +
    " </lineItem>\n" +
    " <externalOrderReference>\n" +
    " <serviceID>75055433</serviceID>\n" +
    " <customerID>921092224696621123154029260421</customerID>\n" +
    " <serviceStartDate>2009-02-10</serviceStartDate>\n" +
    " <serviceRatePlan>X3Cap $29 24m($29min-35cFF)</serviceRatePlan>\n" +
    " <agreementNumber>VHU0029215</agreementNumber>\n" +
    " <accountNumber>3382437469</accountNumber>\n" +
    " <migrationType>Loyalty Handset Upgrade Acq</migrationType>\n" +
    " <receiveMarketingInfoOverrideIndicator>false</receiveMarketingInfoOverrideIndicator>\n" +
    " </externalOrderReference>\n" +
    " <orderSalesReference>\n" +
    " <dealerReferenceID>D3641</dealerReferenceID>\n" +
    " <trailingCommissionRatePlan>MUPR9</trailingCommissionRatePlan>\n" +
    " <trailingCommisionDealerReference>D3734</trailingCommisionDealerReference>\n" +
    " </orderSalesReference>\n" +
    " </CustomerOrder>\n" +
    " <ContactManagementActivity>\n" +
    " <activityCategory>Proof of Purchase - Mig from 3</activityCategory>\n" +
    " <activityType>Migration from 3</activityType>\n" +
    " <activityDescription>Proof of Purchase Information</activityDescription>\n" +
    " <activityComment>MSISDN: 0425265789354610026170561</activityComment>\n" +
    " </ContactManagementActivity>\n" +
    "</migrateOrder>\n", "UTF-8");
    //data += "&" + URLEncoder.encode("key2", "UTF-8") + "=" + URLEncoder.encode("value2", "UTF-8");
    System.out.println("Data going for Request : "+data);
    // Send data
    URL url = new URL("http://172.22.161.101:8017/app/mig3/migrate/MigrateOrder");
    URLConnection conn = url.openConnection();
    conn.setDoOutput(true);
    OutputStreamWriter wr = new OutputStreamWriter(conn.getOutputStream());
    wr.write(data);
    wr.flush();
    // Get the response
    BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream()));
    int i=0;
    while ((line = rd.readLine()) != null) {
    System.out.println("Values of Line : "+ i + " : "+ line);// Process line...
    i++;
    wr.close();
    rd.close();
    } catch (Exception e) {
    =========================================
    Code 1 Response
    Values of Line : 0 : <?xml version="1.0" encoding="UTF-8"?>
    Values of Line : 1 : <migrateOrderReply><statusCode>Failed</statusCode><errorReturn><errorCode>CORE_SYS_GENERIC</errorCode><errorMessage>Unexpected System exception</errorMessage></errorReturn></migrateOrderReply>
    Process exited with exit code 0.
    Note: The above response message is the default response message, even if u not pass any input parameter then also the above message will come.
    ==========================================================================================================
    Code 2 : Using Servlet
    package retriggerpsftorder;
    import java.io.IOException;
    import java.io.PrintWriter;
    import javax.servlet.Servlet;
    import javax.servlet.ServletConfig;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import org.apache.http.client.HttpClient;
    import org.apache.commons.httpclient.HttpConnection;
    import org.apache.commons.httpclient.HttpState;
    import org.apache.commons.httpclient.NameValuePair;
    import org.apache.commons.httpclient.URI;
    import org.apache.commons.httpclient.methods.PostMethod;
    import org.apache.commons.httpclient.methods.RequestEntity;
    import org.apache.http.client.HttpClient;
    public class GIFTProcess extends HttpServlet implements Servlet {
    private static final String CONTENT_TYPE =
    "text/html; charset=windows-1252";
    public void init(ServletConfig config) throws ServletException {
    super.init(config);
    public void doGet(HttpServletRequest req,
    HttpServletResponse resp) throws ServletException,
    IOException {
    resp.setContentType(CONTENT_TYPE);
    PrintWriter out = resp.getWriter();
    try {
    NameValuePair nvpRtn =
    new NameValuePair("body", "<migrateOrder>\n" +
    " <migrateOrderId>51c797d61dd211b2818a</migrateOrderId>\n" +
    " <createCustomer>false</createCustomer>\n" +
    " <createBillingAccount>false</createBillingAccount>\n" +
    " <Customer>\n" + " <ID>\n" +
    " </PIN>\n" +
    "     </customerAccountNumber\"></customerAccountNumber\">\n" +
    " </externalIdentifier>\n" +
    " </ID>\n" +
    " <creditClass>W</creditClass>\n" +
    " </Customer>\n" + " <Account>\n" +
    " <name>Gurwinder Singh</name>\n" +
    " <ID>\n" + " <PIN>1987</PIN>\n" +
    "     <billingAccountNumber>695909361</billingAccountNumber>\n" +
    " </ID>\n" + " </Account>\n" +
    " <CustomerOrder>\n" +
    " <customerOrderPartyReference>\n" +
    " <MSISDN>61425265789</MSISDN>\n" +
    " </customerOrderPartyReference>\n" +
    " <orderSource>\n" +
    " <templateName>AUP1057_AU10357_24_DATA_0113</templateName>\n" +
    " </orderSource>\n" +
    " <typeCode>Connect</typeCode>\n" +
    " <futureSubmitDate>2011-02-28</futureSubmitDate>\n" +
    " <cancelOpenOrdersIndicator>false</cancelOpenOrdersIndicator>\n" +
    " <lineItem actionCode=\"Add\" priorityRanking=\"1\">\n" +
    " <product ID=\"AUX221\" type=\"SAMID\" attributeCount=\"19\">\n" +
    " <attribute>\n" +
    " <name>Accept Code</name>\n" +
    " <value>Accept 5</value>\n" +
    " </attribute>\n" +
    " </product>\n" + " </lineItem>\n" +
    " <lineItem actionCode=\"Add\" priorityRanking=\"2\">\n" +
    " <product ID=\"OFF0018\" type=\"SAMID\" attributeCount=\"1\">\n" +
    " <attribute>\n" +
    " <name>Period Override</name>\n" +
    " <value>24</value>\n" +
    " </attribute>\n" +
    " </product>\n" + " </lineItem>\n" +
    " <lineItem actionCode=\"Allocate\" priorityRanking=\"3\">\n" +
    " <equipment ID=\"012645002053476\" type=\"Handset\" />\n" +
    " </lineItem>\n" +
    " <lineItem actionCode=\"Allocate\" priorityRanking=\"4\">\n" +
    " <resource ID=\"89610300000905636996\" type=\"SIM\" />\n" +
    " </lineItem>\n" +
    " <externalOrderReference>\n" +
    " <serviceID>75055433</serviceID>\n" +
    " <customerID>921092224696621123154029260421</customerID>\n" +
    " <serviceStartDate>2009-02-10</serviceStartDate>\n" +
    " <serviceRatePlan>X3Cap $29 24m($29min-35cFF)</serviceRatePlan>\n" +
    " <agreementNumber>VHU0029215</agreementNumber>\n" +
    " <accountNumber>3382437469</accountNumber>\n" +
    " <migrationType>Loyalty Handset Upgrade Acq</migrationType>\n" +
    " <receiveMarketingInfoOverrideIndicator>false</receiveMarketingInfoOverrideIndicator>\n" +
    " </externalOrderReference>\n" +
    " <orderSalesReference>\n" +
    " <dealerReferenceID>D3641</dealerReferenceID>\n" +
    " <trailingCommissionRatePlan>MUPR9</trailingCommissionRatePlan>\n" +
    " <trailingCommisionDealerReference>D3734</trailingCommisionDealerReference>\n" +
    " </orderSalesReference>\n" +
    " </CustomerOrder>\n" +
    " <ContactManagementActivity>\n" +
    " <activityCategory>Proof of Purchase - Mig from 3</activityCategory>\n" +
    " <activityType>Migration from 3</activityType>\n" +
    " <activityDescription>Proof of Purchase Information</activityDescription>\n" +
    " <activityComment>MSISDN: 0425265789354610026170561</activityComment>\n" +
    " </ContactManagementActivity>\n" +
    "</migrateOrder>\n");
    NameValuePair[] nvpout = { nvpRtn };
    HttpConnection httpConn = new HttpConnection("172.22.161.101", 8017);
    System.out.println("httpConn : " + httpConn.getHost() + " getPost: " + httpConn.getPort());
    httpConn.open();
    System.out.println("Is Connection Open? --> " + httpConn.isOpen());
    PostMethod postMethod = new PostMethod();
    postMethod.setPath("http://172.22.161.101:8017/app/mig3/migrate/MigrateOrder");
    System.out.println("postMethod.getPath() : " + postMethod.getPath());
    //postMethod.setQueryString("http://172.22.161.101:8017/app/mig3/migrate/MigrateOrder");
    //System.out.println("getQueryString : " + postMethod.getQueryString());
    //System.out.println("postMethod.getParams() : " + postMethod.getParams());
    postMethod.setRequestBody(nvpout);
    System.out.println("validate--> " + postMethod.validate());
    postMethod.execute(new HttpState(), httpConn);
    System.out.println("isRequestSent --> " + postMethod.isRequestSent());
    System.out.println("statusLine--> " + postMethod.getStatusLine());
    String serviceResponse = postMethod.getResponseBodyAsString();
    System.out.println("Response from Call : " + serviceResponse);
    } catch (Exception e) {
    out.println("Error Occured during the process.");
    e.printStackTrace();
    ==========================================================================================
    Code 2 Response -----
    C:\Oracle\Middleware\SOASuite101351\jdk\bin\javaw.exe -jar C:\jdevstudio10135\j2ee\home\admin.jar ormi://10.161.1.169:23891 oc4jadmin **** -updateConfig
    11/03/02 15:30:19 WARNING: Shared-library oracle.expression-evaluator:10.1.3.1 is closing, but is imported by adf.oracle.domain:10.1.3.1, adf.generic.domain:10.1.3.1.
    2/03/2011 15:30:19 com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl preInitApplicationServer
    WARNING: ORB ignoring configuration changes. Restart OC4J to apply new ORB configuration.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 7765 ms.
    Target URL -- http://10.161.1.169:8988/JAVAProject-RetriggerPSFTOrder-context-root/giftprocess
    ERROR: Unable to connect to JQS service: connection refused
    11/03/02 15:30:22 httpConn : 172.22.161.101 getPost: 8017
    11/03/02 15:30:22 Is Connection Open? --> true
    11/03/02 15:30:22 postMethod.getPath() : http://172.22.161.101:8017/app/mig3/migrate/MigrateOrder
    11/03/02 15:30:22 validate--> true
    11/03/02 15:30:22 isRequestSent --> true
    11/03/02 15:30:22 statusLine--> HTTP/1.1 200 OK
    2/03/2011 15:30:22 org.apache.commons.httpclient.HttpConnection releaseConnection
    WARNING: HttpConnectionManager is null. Connection cannot be released.
    11/03/02 15:30:22 Response from Call : <?xml version="1.0" encoding="UTF-8"?>
    <migrateOrderReply><statusCode>Failed</statusCode><errorReturn><errorCode>CORE_SYS_GENERIC</errorCode><errorMessage>Unexpected System exception</errorMessage></errorReturn></migrateOrderReply>
    ==================================================================================
    If u find any thing wrong then please let me know.
    Any reply is highly appreciated.
    Thanks Manish

  • WDS service will not start

    this is a server 2008 sp2 and WDS roles was added after sp2 it worked at first but then just stoped working
    i restarted the service and it just times out and refues to start
    the DCHP is on another server
    i have
    wdsutil /uninitialize-server
    wdsutil /initialize-server /reminst:D:\REMOTEINSTALL
    makes no diffrance
    have uninstalled and reinstalld and this makes no diffrance
    in the events every time i try to start the service i get
    257
    an error occured while trying to start the windows seployment services server.
    error information: 0x5
    513
    an error occured while trying to initalize provider WDSPXE from c:\windows\system32\wdspxe.dll. windows seployment server will be shutdown.
    error information 0x5
    265
    An error occured while trying to initalize provider BINSVC. since the provider is makerd as
    critical the windows deployment services server will be shutdown.
    error information 0x5
    261
    an error occured while trying to inisalize provider BINLSVC loaded from C:\windows\system32\binlsvc.dll. if the provider is maked as critical the windows deployment services server will be shutdown.
    error information 0x5
    1811
    an error occured while checking for exsitence or creation of service control point for BINLSVC provider
    error information 0X5
    below is the trace log i got just after reinstalling the service so there where no images attached but i was unable to start the service by command line or via the management consol
    [2072] 08:50:51: WDS Diagnostics Initialized
    [2072] 08:50:51: [Profiles] Initialized.
    [2072] 08:50:51: [MCSCOPE] Address Range=239.0.0.1-239.0.0.254, Count=254
    [2072] 08:50:51: [UDPPorts] Dynamic Port Range: 64001-65000.
    [2072] 08:50:51: [RPC] Using Tcp Port 5040 for Rpc Calls.
    [2072] 08:50:51: [RPC] Client Impersonation Logging=Disabled
    [2072] 08:50:51: [RPC] Host Name: FBK-SR-GLaDOS.fullbrook.internal
    [2072] 08:50:51: [RPC] NTLM/Kerberos Spn: ldap/FBK-SR-GLaDOS.fullbrook.internal
    [2072] 08:50:51: [RPC] Initialized
    [600] 08:50:51: [RPC] Server Started.
    [2072] 08:50:52: WDS VSS Writer Pre-Initialized
    [2072] 08:50:52: [BINLSVC][RPC][Ep={5F4FB9F0-C0E3-41C1-AA00-9A7C690AC3A3}] Registered
    [2072] 08:50:52: [BINLSVC] Provider Initialized.
    [2072] 08:50:52: [296][WdsImgSrv] -> Initialize
    [2072] 08:50:52: [312][WdsImgSrv] -> pInitializeManagement
    [2072] 08:50:52: [406][WdsImgSrv] <- pInitializeManagement=0
    [2072] 08:50:52: [406][WdsImgSrv] -> pWdsImgSrvRefreshSettings
    [2072] 08:50:52: [562][WdsImgSrv] <- pWdsImgSrvRefreshSettings=0
    [2072] 08:50:52: [WdsImgSrv][RPC][Ep={D8DEEB5A-EFFD-43B2-99FC-1A8A5921C227}] Registered
    [2072] 08:50:52: [562][WdsImgSrv] <- Initialize=0
    [2072] 08:50:52: [WdsImgSrv] Provider Initialized.
    [2072] 08:50:52: [WDSMC][RPC][Ep={865BCE30-ACF1-410C-B5ED-142096663914}] Registered
    [2072] 08:50:52: [WDSMC][RPC][Ep={6F13A317-3687-4B54-81A5-504DAA9062FA}] Registered
    [2072] 08:50:52: [WDSMC] Provider Initialized.
    [2072] 08:50:52: [1125][WDSPXE] -> CBannedGuids::Initialize
    [2072] 08:50:52: [1125][WDSPXE] -> CBannedGuids::Shutdown
    [2072] 08:50:52: [1125][WDSPXE] <- CBannedGuids::Shutdown=0
    [2072] 08:50:52: [1125][WDSPXE] <- CBannedGuids::Initialize=0
    [2072] 08:50:52: [1125][WDSPXE] [BINLSVC] GetDSSServer: Domain=
    [2072] 08:50:52: [1125][WDSPXE] [BINLSVC] GetDSServer: Ldap Server=FBK-SR-001.fullbrook.internal
    [2072] 08:50:52: [1125][WDSPXE] [BINLSVC] CLdap::Open: Server=FBK-SR-001.fullbrook.internal, Port=389, DN=
    [2072] 08:50:52: [1125][WDSPXE] [BINLSVC] GetDSSServer: Domain=fullbrook.internal
    [2072] 08:50:52: [1125][WDSPXE] [BINLSVC] GetDSServer: Ldap Server=FBK-SR-001.fullbrook.internal
    [2072] 08:50:52: [1125][WDSPXE] [BINLSVC] CLdap::Open: Server=FBK-SR-001.fullbrook.internal, Port=389, DN=
    [2072] 08:50:52: [1203][WDSPXE] [BINLSVC] [d:\longhorn\base\ntsetup\opktools\wds\wdssrv\binlsvc\binlprovider.cpp:151] Expression: , hr=2147942405 (0x80070005)
    [2072] 08:50:52: [1203][WDSPXE] [BINLSVC] [d:\longhorn\base\ntsetup\opktools\wds\wdssrv\binlsvc\pxeprovider.cpp:124] Expression: , Win32 Error=5
    [2072] 08:50:52: [1203][WDSPXE] [d:\longhorn\base\ntsetup\opktools\wds\wdssrv\wdspxe\src\pxeprov.cpp:172] Expression: , Win32 Error=5
    [2072] 08:50:52: [1203][WDSPXE] [BINLSVC] Initialization failed (rc=5)
    [2072] 08:50:52: [1203][WDSPXE] [d:\longhorn\base\ntsetup\opktools\wds\wdssrv\wdspxe\src\pxeprovhdl.cpp:481] Expression: , Win32 Error=5
    [2072] 08:50:52: [1203][WDSPXE] -> CBannedGuids::Shutdown
    [2072] 08:50:52: [1203][WDSPXE] <- CBannedGuids::Shutdown=0
    [2072] 08:50:52: [1203][WDSPXE] [d:\longhorn\base\ntsetup\opktools\wds\wdssrv\wdspxe\src\pxeprovhdl.cpp:598] Expression: , Win32 Error=5
    [2072] 08:50:52: [1203][WDSPXE] [d:\longhorn\base\ntsetup\opktools\wds\wdssrv\wdspxe\src\pxemain.cpp:201] Expression: , Win32 Error=5
    [2072] 08:50:52: [d:\longhorn\base\ntsetup\opktools\wds\wdssrv\server\src\wdsprovider.cpp:147] Expression: , Win32 Error=5
    [2072] 08:50:52: [WDSPXE] Initialization Failed (rc=5)
    [2072] 08:50:52: [1203][WDSPXE] -> CBannedGuids::Shutdown
    [2072] 08:50:52: [1203][WDSPXE] <- CBannedGuids::Shutdown=0
    [2072] 08:50:52: [d:\longhorn\base\ntsetup\opktools\wds\wdssrv\server\src\wdsprovhdl.cpp:169] Expression: , Win32 Error=5
    [2072] 08:50:52: [WDSPXE] Deleted.
    [2072] 08:50:52: [d:\longhorn\base\ntsetup\opktools\wds\wdssrv\server\src\wdsservice.cpp:177] Expression: , Win32 Error=5
    [2072] 08:50:52: [Udp] Listen Shutdown.
    [600] 08:50:52: [RPC] Server terminated (rc=0)
    [2072] 08:50:52: [RPC] Listen Stopped.
    [2176] 08:50:52: [NetMon] Network Interface(s) Change Notification
    [2072] 08:50:52: [BINLSVC] Shutting down
    [2072] 08:50:52: [BINLSVC][RPC][Ep={5F4FB9F0-C0E3-41C1-AA00-9A7C690AC3A3}] Closed
    [2072] 08:50:52: -> CBannedGuids::Shutdown
    [2072] 08:50:52: <- CBannedGuids::Shutdown=0
    [2072] 08:50:52: -> CBannedGuids::Shutdown
    [2072] 08:50:52: <- CBannedGuids::Shutdown=0
    [2072] 08:50:52: [BINLSVC] Deleted.
    [2072] 08:50:52: [WdsImgSrv] Shutting down
    [2072] 08:50:52: [1218][WdsImgSrv] -> Shutdown
    [2072] 08:50:52: [WdsImgSrv][RPC][Ep={D8DEEB5A-EFFD-43B2-99FC-1A8A5921C227}] Closed
    [2072] 08:50:52: [1218][WdsImgSrv] <- Shutdown=0
    [2072] 08:50:52: [WdsImgSrv] Deleted.
    [2072] 08:50:52: [WDSMC] Shutting down
    [2072] 08:50:52: [WDSMC][RPC][Ep={865BCE30-ACF1-410C-B5ED-142096663914}] Closed
    [2072] 08:50:52: [WDSMC][RPC][Ep={6F13A317-3687-4B54-81A5-504DAA9062FA}] Closed
    [2072] 08:50:52: [WDSMC] Deleted.
    [2072] 08:50:52: [d:\longhorn\base\ntsetup\opktools\wds\wdssrv\server\src\ifmonitor.cpp:174] Expression: , Return Value=1 (WSLE=10038)
    [2072] 08:50:52: Timer Queue deleted successfully.
    [2072] 08:50:52: WDS Vss Writer Shutdown
    [2072] 08:50:52: WDS Diagnostics Shutdown
    i have added images back but it makes no diffance
    in the registry
    HKLM>control>services>SDSserver>Providers>WDSPXE
    iscritical=1 if i change this to 0 then the service will start but it is not loading the pxe provider
    the REMOTEINSTALL folder as the secrity setting that it should
    if i turn off the firewall it makes no diffrance
    AD rights are inplace for the server
    GPO for DNS is there in the AD
    i have read alot of info but now seem to be going in circles,  has any one got any ideas on what i should try next

    Hi,
    Please refer to the following articles:
    http://technet.microsoft.com/en-us/library/cc726736(WS.10).aspx
    http://technet.microsoft.com/en-us/library/cc726644(WS.10).aspx
    http://technet.microsoft.com/en-us/library/cc726729(WS.10).aspx
    http://technet.microsoft.com/en-us/library/cc726735(WS.10).aspx
    Tim Quan - MSFT

  • [help] how to client a Web Services server which need authenticate?

    I am programming a Web Services Client, and the Web Services need http basic authentication.
    Most of codes are generated by Netbeans from a WSDL file, but the program return me a ClientTransportException: request requires HTTP authentication: Unauthorized.
    How to write codes and where should I insert them?
    printStackTrace as follow:
    com.sun.xml.ws.client.ClientTransportException: request requires HTTP authentication: Unauthorized
    com.sun.xml.ws.transport.http.client.HttpClientTransport.checkResponseCode(HttpClientTransport.java:232)
    com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:151)
    com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:88)
    com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:595)
    com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:554)
    com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:539)
    com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:436)
    com.sun.xml.ws.client.Stub.process(Stub.java:248)
    com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:134)
    com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:244)
    com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:224)
    com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:117)
    $Proxy27.zbjdaFmMd0H(Unknown Source)
    org.apache.jsp.index_jsp._jspService(index_jsp.java:94)
    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
    org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    java.lang.Thread.run(Thread.java:619)and my page code as follow:
    <%--
        Document   : index2
        Created on : 2008-10-13, 16:25:54
        Author     : Hawkeyes
    --%>
    <%@page contentType="text/html" pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <title>JSP Page</title>
        </head>
        <body>
            <h2>Hello World!</h2>
        <%-- start web service invocation --%><hr/>
        <%
        try {
         com.heliteq.wsclient.client.ZBJDAFMMD0HV1_Service service
    = new com.heliteq.wsclient.client.ZBJDAFMMD0HV1_Service();
         com.heliteq.wsclient.client.ZBJDAFMMD0HV1 port = service.getZBJDAFMMD0HV1();
          // TODO initialize WS operation arguments here
         javax.xml.ws.Holder<com.heliteq.wsclient.client.TableOfZbjdaTbMd0R> tabItab
    = new javax.xml.ws.Holder<com.heliteq.wsclient.client.TableOfZbjdaTbMd0R>();
         javax.xml.ws.Holder<com.heliteq.wsclient.client.Bapireturn> expReturn
    = new javax.xml.ws.Holder<com.heliteq.wsclient.client.Bapireturn>();
         port.zbjdaFmMd0H(tabItab, expReturn);
        } catch (Exception ex) {
         // TODO handle custom exceptions here
        %>
        <%-- end web service invocation --%><hr/>
        </body>
    </html>Edited by: Winds on Oct 16, 2008 9:49 AM

    This thread will soon be locked. You are replying to a topic which is -years- old, the person you demand help from is not going to see your cry for help.
    Create a new thread and post all relevant information that you have, including exception stacktraces that you are getting. But before that you should take a big hint from this thread; the OP found a solution. This means you should be able to find one too, if you take the time to look for it. a Google search on parts of the exception stacktrace usually lead to the answer very quickly.

  • Coldfusion 8 service will not start.  Server log is ending with "Starting license..." (Emergency)

    Our server has gone down and the Coldfusion 8 service will not start.  There is no information in any of the logs for anything today since its gone down.  Ive checked the root logs directory as well as the runtime logs directory.
    The server.log is the only file being updated and it shows "Starting logging..." and then "Starting license..." and hangs.  The service does not start and the log gets nothing more after this point.  Memory continues to go up slowly, we've increased the start timeout tremendously with no effect.  There is little to no CPU usage.
    Our server is licensed and has never had this problem before.  It is the standard version.
    Our server is completely down and we are losing clients.  From what we can tell a windows update occurred, which we have since removed in case it was the issue, and when the server restarted CF did not come back.  We have been working on this for hours with no results.
    Please help and let me know anything you may need which will help diagnose our issue.
    Thanks

    So that others who see this know the solution.
    I started Coldfusion from the command line: c:\Coldfusion8\runtime\bin\jrun -start coldfusion.  This brought up all the commands as it worked through them.  From that we found that CF was looking for license.properties in the C:\Coldfusion8\runtime\lib folder.  We found a copy in the C:\Coldfusion8\lib folder.  For now we've left it running under my account and then after hours are going to try and see if the service will run now that we've copied that properties file to the other direcory.
    Probably simple to everyone on here but was new and odd to us.  Wanted to put what we found out here in case it happens to anyone else.

  • Integration Service will not start

    When I try to start the SAP Business One Integration Service will not start.
    Windows says it could not start the service... see the System Event log...if this is a non-Windows service, contact the service vendor.
    This is what the System Event error is:
    The SAP Business One Integration Service service terminated with service-specific error 0 (0x0).
    System details:
    2003 Server Standard 32bit
    Duo Core processor
    4gb memory
    SqL 2005
    SAP 8.8 PL15
    Thanks for any help,
    Ron

    Hello,
    I have exactly the same error. I have set the log level to INFO and the log shows following messages when trying to start the service:
    [2011-02-02 15:42:49] [info] Commons Daemon procrun (1.0.2.0) started
    [2011-02-02 15:42:49] [info] Running Service...
    [2011-02-02 15:42:49] [info] Starting service...
    [2011-02-02 15:42:49] [206  javajni.c] [error] %1 ist keine zulässige Win32-Anwendung.
    [2011-02-02 15:42:49] [985  prunsrv.c] [error] Failed creating java C:Program Files (x86)SAPSAP Business One Integrationsapjre_6_64jre inserverjvm.dll
    [2011-02-02 15:42:49] [1280 prunsrv.c] [error] ServiceStart returned 1
    [2011-02-02 15:42:49] [info] Run service finished.
    [2011-02-02 15:42:49] [info] Commons Daemon procrun finished.
    Row 4 says that %1 is not a valid win32 application...?
    Windows Server 2008 64bit
    SAP 8.8 PL15 Server and Client
    SAP B1iSN 8.8 PL03 -> 64bit
    Installation procedure of B1iSN was run as administrator (after I removed old components of integration component).
    I have also tried to install it in different folders (c:program files and c:sap)
    Java JDK 1.5.0_22 is installed both for 32 and 64 bit. (Folders in progam files (x86) and program files)
    And I have tried to start tomcat6w manually from bin and bin_64 folder with administrator rights, everytime the same log entries are created.
    Can someone give me a hint where and for what I should look for?
    Thanks
    Sebastian

  • WDS service will not start Windows Server 2012 R2 with Update

    Greetings,
    After building my WSE box clean with new hardware and with Update version of WiSE 2012 R2, I find that it let me set up Windows Client Restore but now the WDS Service will not start for love nor money.
    Any suggestions?  Am I missing a Win-PE boot Image?  Should I do something else?
    Please assist,
    Bob Hessenauer

    All,
    The problem was a conflict between DHCP and WDS.  Followed the instructions in this article and all is now fine:
    https://vkarthickeyan.wordpress.com/2013/05/21/wds-service-unable-to-start/
    Just so you know,
    Bob Hessenauer

  • Failed to create client for Net8 Service

    Using Windows 2000.
    I have tried to install Oracle Forms and Reports 6i and Oracle 8i Personal Edition six times now with no success. I install Forms and Reports first. However, I am unable to get past an error when installing the Reports. The error message states "Failed to create client for Net8 Service". I get the erro about 30 seconds into the installation of Reports. Forms installs just fine.
    The procedure I am using can be found at course.com using the ISBN # 0-619-03549-8 and the instructions for the 2nd edition of the "Enhanced Guide to Oracle 8i" by Morrison and Morrison for Windows 2000. This is for a class that I am taking at DeVry.
    I have followed the instructions to a "T" during the installation process and also for when I uninstall the software to try it again.
    Is there a simple answer to why the software can't create the Client for Net8 Service?
    Any help would be appreciated.
    Thanks
    Leo Donahue

    Hi ...
    I don't know whether urs and mine is the same scenario..
    I have tried to install forms in windows XP also. getting the same error message. One more thing. I was trying install forms and reports. If 'm installing forms first,It'll get installed with out any probs. Then this error will come in reports installation and vice versa.. 'm getting it from 3 workstations. plssss help me....
    Any help will b greatly appreciated..
    thanks.

  • Hello. I just know the muse and I need an organization of customers in alphabetical order. The problem is that you will always get new customers. I need to know how to insert a new customer (square) and it already comes in alphabetical order on the page.

    Hello.
    I just know the muse and I need an organization of customers in alphabetical order. The problem is that you will always get new customers. I need to know how to insert a new customer (square) and it already comes in alphabetical order on the page. The site will be like in the link below, and each client will be a window of these: http://www.connary.com/. I look back.
    A hug, Murilo.

    I believe you are referring to thumbnail image rectangles as customers on page ? not exactly customer database ?
    You can add rectangle with different effects with mouse rollover state and regarding adding new ones , you would need to do that manually in design mode .
    Thanks,
    Sanjit

  • RE: Native Forte Clients with Express Services

    I would be very interested in hearing from anyone using Express who may
    have attempted using Native Forte Clients with Express Services, especially
    what problems/issues (if any) you encountered and whether you found it to
    be a successful way to develop complex screens where the 'look and feel'
    can't be achieved with Express alone.I wrote a general-purpose windows framework which uses Express Services for its
    database access. Had I known what I was letting myself in for, I probably
    wouldn't have attempted it! I started it when Express V1 was fairly new, and
    Express Windows did not support the types and complexity of relationships
    required by the application we were developing. I soon discovered how
    difficult it is to implement a completely general framework which handles every
    possible permutation. Obviously I ended up making compromises, but what we
    have now meets our needs very well. We are about to upgrade to Express V2, so
    the real test will be whether the framework migrates smoothly to the new
    release.
    If I were starting a new project now with Express V2, I don't know if I would
    go down the same path. If you do, be aware of the following (based on my
    experience of Express V1):
    * Your design MUST obey the fundamental rules of Express Services. Your
    BusinessQueries must be fired off by the correct BusinessClient subclass,
    your BusinessClass attributes must be logged at the right time (depending
    on which concurrency scheme you are using), and you must start and end
    Express transactions (different to Forte transactions) appropriately.
    * Your design needs to take into account the difference in the way Express
    Services handles aggregate and non-aggregate associations.
    * If you manage parent-child class relationships from your windows, you must
    make sure you set and log foreign key attributes at the right time. If
    the relationship is not aggregation, you must also manage the order in
    which the records are saved to the database (if you use referential
    integrity constraints).
    * If you call Express Services directly from the windows, it is hard to
    reconcile the asynchronous nature of a windows interface with the
    database's requirement for things to happen in a certain order. (From
    memory, there was a very good discussion in this user group last year of
    what should constitute a unit of work in the windows paradigm.) If I
    were doing it again, I would move all the Express-related objects and
    method calls from the windows to a separate layer, which would manage
    putting together the data from multiple windows, assigning foreign keys
    and firing things off in the right order.
    Fiona Symon
    Babylon Software Pty Ltd

    Hello Kevin,
    Normally, it has been corrected from the last public release 2.
    Hope this helps.
    Daniel Nguyen
    Kevin Klein wrote:
    >
    We had a similar problem. We reported the problem to Forte technical
    support and they determined that it is a bug. I don't know if this has been
    fixed in the 3.0.F release.
    The Stopwatch seems to be accurate for long (several second) intervals, but
    it can't be trusted for measuring short intervals.
    Kevin Klein
    Millennium Partners, Inc.
    -----Original Message-----
    From: [email protected] <[email protected]>
    To: [email protected] <[email protected]>
    Date: Tuesday, December 30, 1997 1:40 PM
    Subject: The Forte Stopwatch
    All,
    At our site we are using Windows NT 4.0 clients and a Windows NT
    Server with Forte 3.0.E.0.
    Periodically, we use the Forte StopWatch class to measure durations for
    access to data. We've noticed
    a strange phenomenon, and we're not sure if it's simply circumstance or if
    there's a problem. All of the
    measured durations that we receive through the Split method appear to
    contain either a 0 or a 9 in the
    tenth-of-a-second position. For example, values of 1011 and 1912. Has
    anybody noticed this?
    Thank you,
    Keith
    Name: Kevin Klein.vcf
    Part 1.2 Type: text/x-vcard
    Encoding: 7bit

  • Regarding mountain lion server: clients experience intermittent service connections. the server system log has the following error- Client handshake failed (6):113: Server not accepting client connections (any ideas???)

    regarding mountain lion server: clients experience intermittent service connections. the server system log has the following error- Client handshake failed (6):113: Server not accepting client connections. any suggestions would be greatly appreciated - thank you

    Hi Jason
    I was getting the same behavior after Apple support had me delete some plist files to get Airplay going. I was also getting the following error:
    the error occurred while processing a command of type 'writesettings' in the plug-in 'server vpn'
    I went into ~/Library/Preferences/ and /Library/Preferences/ and deleted every plist contating the word server. I had to re-set up my server (meaning walk through some intial steps) but all of my settings were still there after that and everything started working again.
    Just a thought, obviously try at your own risk but it worked for me.
    Kellen

  • How can I add a link to an item within a workflow email - which will always find the item - even if it's status has changed?

    I've used the method within the SharePoint designer to add a link to the workflow context current item URL, but when the current item status changes then obviously this link will no longer work.
    How can I change this link so that it will always open the item, even if someone has changed it within the list, before I clink on the link?
    This is an important one as over 300 people will use the list and many of these will be emails about items on the list will be in different time zones.  I don't want to have lots of mails from people saying "this list doesn't work" as it's
    critical they keep using it.
    Please help.
    P.S.  I don't know if the <href> method will work, so if someone can confirm to me then that would be great.

    Hi,
    According to your post, my understanding is that add a link to an item within a workflow email.
    I’ m not very clear about the status you said. Please descript more detail which URL do you want to display.
    Per my knowedge, you can display the following url in your email body:
    [%Workflow Context: Current Item URL%]
    [%Workflow Context: Current Site URL%]
    [%Workflow Context: Workflow Status URL%]
    [%Current Item: Encoded Absolute URL%]
    Please start the workflow automatically when an item is changed and changed.
    No matter how you  edit the item or update the approve status, the URLs remains the same.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

Maybe you are looking for

  • Progress Bar freeze after 4.2.1 Update - any news?

    Hey Guys, any news on the progress par freeze after the installation of 4.2.1 on the iPad? After a horrible 8 hours(!) Backup phase, my iPad 3G 32 Gigabyte freezes after the progress bar reaches 80%. I tried to do a hard reset but it would just stuck

  • Wifi no longer connects

    OK this is driving me mad: wifi works perfectly for a month or so from new. Then it breaks mid iplayer stream and that's it... no more connections; any attempt to connect to any wifi network results in the "Unable to join the network..." Now, here's

  • What will happen after I deactivate my iphone?

    Hello, fellow people of the internet!! I'd really like to know, what will happen if I have AT&T deactivate the sim card on my iphone and reactivate the one from my old samsung phone? If someone has gone through a similar experience, would it be possi

  • Issues regarding the testing of the web dynpro abap service

    Hi all, I am working on web dynpro (ABAP). After activating the whole object. When I test the web dynpro service. The browser gives me the following error. The server <server_name> is taking too long to respond. I am new to Web Dynpro ABAP, can anyon

  • Is it possible to include a linked file in a T4 template

    Hi All I'm trying to create a T4 file that includes a linked file. So my project looks like: Project     File1.ttinclude     File2.tt         File2.cs Here File1.ttinclude is a linked file (Add existing item -> add as link). Unfortunately it seems th