Dreamweaver 8 bindings - to MySQL, error code 500

Hello!
Well, I've spent five days searching online forums, and a few
posts come close to my problem, but not getting any clues to a
solution. I hope one of the resident experts or members could shed
some light...
Windows XP
Dreamweaver 8.0.2 (just upgraded - same problem)
- Used setup-v1.17-apache-2.2.2-win32.exe for setup - from
devside.net PHP 5.2.0-dev MySQL 4.1.7 (installed new after package.
Have two instances of mysql on my system - one active, one in
manual-inactive)
- All was going well until trying to establish bindings in
Dreamweaver. PHP is up and running. MySQL loaded, and database
connection fine. Bindings gets the error... "HTTP Error Code 500
Internal Server Error"
Just getting back to it... Again, thank you for your help!
Dreamweaver 8 has support for PHP 5. Version I'm using is
5.2.0. MX specifies versions 4.x and above are required. I'll have
to research if the support cuts off at 5.0.
My Connections file: conn_newland.php (I'm following the book
tutorial):
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_conn_newland = "localhost";
$database_conn_newland = "newland_tours";
$username_conn_newland = "root";
$password_conn_newland = "";
$conn_newland = mysql_pconnect($hostname_conn_newland,
$username_conn_newland, $password_conn_newland) or
die(mysql_error());
$Recordset1 = mysql_query("SHOW variables", $Connection1);
echo "<table border=1 width=100%>";
while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)) {
echo
"<tr><td>".$row_Recordset1['Variable_name']."</td><td>".$row_Recordset1['Value']."</td></ tr>";
echo "</table>";
?>
Recordset parameters I entered in bindings:
Name: rs_journal
Connection: conn_newland
Table: tbl_journal
Columns: Selected - journalID, journal_entry
Filter: none
Sort: journalID Descending
Clicking Test gives: "HTTP Error Code 500 Internal Server
Error"
By the way, the reason I didn't specify a password in "root'
is that I had a problem before that I didn't know enough to
overcome, so had to reinstall MySQL. However, the same error occurs
if I specify another user name and password (previously set up).
7:30 pm -
Adding to this post...
I found the following at
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16515.
However, it appears it may be referring only to Dreamweaver MX 2004
on Mac OS X. I have Dreamweaver 8 on Windows XP:
Verify that the connection scripts are up on the server
This section is related to the section above. In a web
browser, browse to the URL prefix you have defined in the Testing
Server category of the site definition and add
/_mmServerScripts/MMHTTPDB.php. For example:
http:/myserver/mysite/_mmServerScripts/MMHTTPDB.php. If things are
working correctly, you should see something like the following text
returned in the web browser:
Notice: Undefined index: Type in
c:\inetpub\wwwroot\mysite\_mmServerScripts\MMHTTPDB.php on line 13
Notice: Undefined variable: oConn in
c:\inetpub\wwwroot\mysite\_mmServerScripts\MMHTTPDB.php on line 20
When I go to the file above, this is the message I receive
(only thing that appears):
The files from the _mmServerScripts folder are for the server
model PHP-MySQL. You try to connect to a database using a different
server model . Please remove this folder outside the Dreamweaver
environment on both local and testing machines and try again.\n
Is there a hint here of what the problem is? I need some help
in possible interpretations.
Previous attempts made to solve:
- re-installed MySQL with mysql-5.0.24-win32.zip in
recommended directory (outside the www directory). I now have two
instances of MySQL on my local server - one set to automatic
loading and the other manual (switched off)
- one post suggested problem might be with ODBC - installed
SQL ODBC with mysql-connector-odbc-3.51.12-win32.msi. However, I
don't have a clue as to whether it's connected to anything...
- successfully connected to SQL database through root without
password and specific logon and password. No difference.
- other posts suggest problem could reside in php.ini,
htaccess, my.ini (SQL). I know where to find them, but don't have
an understanding of what parameters to shift, if any. One post
suggested a port problem, and I did see a port problem, presently
set to 3306.
From what I've been able to gather, this has been recognized
as an issue before, but there doesn't seem to be any documentation
online (or at least what I've been able to find) dealing with this.
And any mention of the problem that I've seen references
Dreamweaver MX, not 8, although I don't think the version
difference is a significant issue.
This error must be relatively rare, or I'd see more out there
about it. Still, I hope that at least one of the community experts
may have come across it.
Will be waiting with bated breath -- at least for a few
days...
Thanks!
Joe

Hello,
I have also had the same error - namely that whilst I could connect via ftp, upload/download files, and view database tables, any attempt to view of modify recordsets resulted in error 500.
Having checked other potential causes (e.g. selection/non-selection use of passive FTP setting, enabling of php, etc.), on the back of posts here I contacted my host and asked if if could relate to mod security, as further investigation revealed that the issue only occurred on sites where mod security had not been disabled (I don't like to disable mod security for obvious reasons - and I'm told you can't do that site by site with apache2 anyway).
After a few false starts, the problem was resolved - with the following response from my host: "The false positives were being generated by "/_mmServerScripts/MMHTTPDB.php" and that is what we've worked around in the rules. As such, any domain on [servername] using that script in the same way shouldn't generate a false-positive moving forward."
So it seems the answer (assuming your on an apache server of course) may be to modify the rules to allow full access for MMHTTPDB.php.
I hope that is of help to some.

Similar Messages

  • PHP MySQL Error Code 500

    May be someone can help me out with this problem.
    I have setup a new site using PHP MySQL and Dreamweaver 8.02.
    Dreamweaver connects to the database but after creating a
    recordset the recordset cannot be used.
    instead Dreamweaver returns:
    HTTP Error Code 500 internal Server Error
    Any help will be much appriciated.
    Jos

    Hello,
    I have also had the same error - namely that whilst I could connect via ftp, upload/download files, and view database tables, any attempt to view of modify recordsets resulted in error 500.
    Having checked other potential causes (e.g. selection/non-selection use of passive FTP setting, enabling of php, etc.), on the back of posts here I contacted my host and asked if if could relate to mod security, as further investigation revealed that the issue only occurred on sites where mod security had not been disabled (I don't like to disable mod security for obvious reasons - and I'm told you can't do that site by site with apache2 anyway).
    After a few false starts, the problem was resolved - with the following response from my host: "The false positives were being generated by "/_mmServerScripts/MMHTTPDB.php" and that is what we've worked around in the rules. As such, any domain on [servername] using that script in the same way shouldn't generate a false-positive moving forward."
    So it seems the answer (assuming your on an apache server of course) may be to modify the rules to allow full access for MMHTTPDB.php.
    I hope that is of help to some.

  • HTTP Error Code 500 Internal Server Error creating connection

    Hi, i have an error when i try to create a database connection
    i have windows 7
    php 5
    mysql 5
    if i try to connect to mysql with a icode i gererate it connects perfect.
    if i use for example ems mysql manager it connects perfect to the databases
    but when i try to create a connection in dreamweaver it appears:
    HTTP Error Code 500 Internal Server Error
    i dont know what to do.
    i have done a lot of steps for solve other errors:
    - chance mysql passwords for old_password
    - remove cache file
    any idea ??
    thanks.

    I would look at your log files on your server to see what is the issue.
    You most likely will have a php error log and a server error log.  That will point you in the right direction.

  • Failed to Open FR report With Error code 500 - 'unable to process request'

    I am running a load test against PBCS service. The service is load-balanced with 2 managed servers : EPMServer0 and EPMServer1
    When I put the loads with 60 VUs -- all visiting FR reports, the service runs without error. But when the VU# increased to 90, it began to respond with Error code 500  - 'unable to process request'.
    I tried to correlate the FRLogging logs to the errors, and found during the time those error happens, there are logs like this:
    >>>>>>>>>>>>>>>>>>>>>>>>>>
    [2013-09-27T05:21:29.325+00:00] [EPMServer0] [WARNING] [00365] [oracle.EPMFR.core] [tid: [ACTIVE].ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: sysname50134114.PerfUser0439] [ecid: 004tpQ^VFHT7m3RLIYDCif0007a30002bD,0:2:1:1] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_CLASS: com.hyperion.reporting.connection.UserConnection] [SRC_METHOD: openConnection] User authentication information is invalid. Unable to connect to datasource.[[
    com.hyperion.reporting.util.HyperionReportException: Error connecting to database connection Vision:Plan1: Failed to sync with user provisioning.com.hyperion.planning.HspRuntimeException
            at com.hyperion.reporting.connection.UserConnection.openConnection(Unknown Source)
            at com.hyperion.reporting.connection.UserConnection.openConnection(Unknown Source)
            at com.hyperion.reporting.connection.UserConnection.<init>(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getConnection(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getCube(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getCube(Unknown Source)
            at com.hyperion.reporting.webviewer.WebDynamicReport.validateDatasources(Unknown Source)
        at jsp_servlet._modules._com._hyperion._reporting._web._reportviewer.__hrhtmlreport._jspService(__hrhtmlreport.java:1999)
            at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at com.hyperion.reporting.webviewer.HRSecurePagesFilter.needAuthentication(Unknown Source)
            at com.hyperion.reporting.webviewer.HRSecurePagesFilter.doFilter(Unknown Source)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at com.hyperion.reporting.webviewer.FRClusterHelper.doFilter(Unknown Source)
    >>>>>>>>>>>>>>>>>>>>>>>>>
    It looks like the servlet failed to open the datasource connection while handling the FR requests. But there are several data sources. My questions are:
    1) Which datasource is corresponding to the issue? Is it EPMSystemRegistry?
    2) What is the recommended configuration for the connection pool max capacity setting? -- current setting for EPMSystemRegistry is 30
    3) Whether it could be a connection leak problem as only 90 concurrent end user is visiting and it failed to connect?
    Thanks,
    Ellick Lu
    Type
    JNDI Name
    Targets
    aif_datasource
    Generic
    jdbc/aif_datasource
    EPMServer
    calc_datasource
    Generic
    jdbc/calc_datasource
    EPMServer
    EPMSystemRegistry
    Generic
    jdbc/EPMSystemRegistry
    EPMServer
    odiMasterRepository
    Generic
    jdbc/odiMasterRepository
    EPMServer
    planning_datasource
    Generic
    jdbc/planning_datasource
    EPMServer
    raframework_datasource
    Generic
    jdbc/raframework_datasource
    EPMServer

    It is checking for Database connection in Workspace. Check Editing Database Connections
    Can those users login to Planning? Do they have correct security setup (I guess not)
    Regards
    Celvin
    http://www.orahyplabs.com

  • CLIENT_SEND_FAILED error code: 500, error text: Internal Server Error

    Hi,
    Developed Proxy <-->PI<-->JDBC SELECT scenario and getting the following error.
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">CLIENT_SEND_FAILED</SAP:Code>
      <SAP:P1>500</SAP:P1>
      <SAP:P2>Internal Server Error</SAP:P2>
      <SAP:P3>(See attachment HTMLError for details)</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>Error while sending by HTTP (error code: 500, error text: Internal Server Error) (See attachment HTMLError for details)</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    When I cross checked the JDBC Receiver communication channel in Runtime Work Bench
    request and response were successfull. RWB shows the following message.
    2009-06-12 09:34:50 Information The message was successfully received by the messaging system.
    2009-06-12 09:34:50 Information Message successfully put into the queue.
    2009-06-12 09:34:50 Information The message was successfully retrieved from the request queue.
    2009-06-12 09:34:50 Information The message status was set to DLNG.
    2009-06-12 09:34:50 Information Delivering to channel: DB2ReceiverTableSPT
    2009-06-12 09:34:50 Information JDBC Adapter Receiver processing started, required QoS BestEffort
    2009-06-12 09:34:50 Information JDBC Adapter Receiver Channel DB2ReceiverTableSPT:
    2009-06-12 09:36:35 Information Database request processed successfully.
    2009-06-12 09:36:35 Information The message was successfully delivered to the application using connection JDBC_http://sap.com/xi/XI/System.
    2009-06-12 09:36:35 Information The message status was set to DLVD.
    I had gone thru all the previous threads related to 'CLIENT_SEND_FAILED' but
    those did not solve my problem.
    Can some one help me to solve this issue.
    Thanks,
    Vijay.

    I made necessary changes as per the blog. Appended '_response' for JDBC response structure.
    Still I am facing same problem.
    Strange....delibarately gave the link so that you can cross-check the JDBC config on receiver side...I assume that the proxy is configured properly with the Sync communication....also mapping is done accordingly...
    Regards,
    Abhishek.

  • Error code 500 internal server error

    I got a computer from my brother. It has windows 7 starter on it. It has been running fine, but now it says that the Microsoft teredo tunneling adapter driver is not working. It also gives me an error code 500 internal server error, when I try to search
    for album information on windows media player. I don't understand IT jargon so can someone help me with this in plain English.

    Hi,
    Could you please have a share with the event log information? Reference for
    opening Event Viewer.
    What information appears in event logs? (Event Viewer)
    For the Microsoft teredo tunneling adapter driver, take a try to uninstall and then reinstall it in
    Device Manager.
    Error code 500 internal server error, if possible please have a share with a screenshot for this error message.
    As it states, the error is based on the server side.
    Here is a similar thread for reference:
    Windows Media Player Script Error while looking up album info
    Best regards
    Michael Shao
    TechNet Community Support

  • HTTP request failed. Error code: "500". Error message

    Hi ,
    When we are trying to test webservices (exposed webservice in PI)  scenarios in PI box we are getting error related Adapter framework service
    HTTP request failed. Error code: "500". Error message: "Internal Server Error [http://xxxx:xxxx/AdapterFramework/rtc]"
    in the RWB it is showing that
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: XIAdapterFramework:GENERAL:com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message 01d76ce0-972e-11e0-c652-b25394b91e0c(INBOUND) expired
    Can any body help .
    Edited by: subhaniABAP on Jun 15, 2011 11:30 AM

    Hi,
    If you want to resolve this error when dealing with the messages, please try the cache refresh with the link:
    http://host:j2eeport/CPACache/refresh?mode=full
    And also go thorugh:
    - In Integration Repository/Directory go to menu Environment ->
    Clear SLD Data Cache
    - In R/3 go to transaction SXI_CACHE -> menu XI Runtime Cache -> Start
    Complete Cache Refresh
    MESSAGE EXPIRED:
    Increase the value of the timeout parameter 'xiadapter.inbound.timeout.default' under Services -> 'XPI Adapter:XI'
    to a higher value say '600000'.
    Regards,
    Caio Cagnani

  • I have an error code , 500, internal server error, Is this an airport card problem?

    I get an error code, 500 Internal Server Error when I try to open Safari. How do I correct it or somehow remedy this?

    Hello Thomas,
    Thank you for the details of the issue you are experiencing with Safari when using Wi-Fi.  I would be concerned about this too.
    I recommend following the steps in the section labeled "Symptom: My Mac does not connect to the Internet" in the following article to resolve an issue like the one you described:
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT4628
    Thank you for posting in the Apple Support Community.
    Best,
    Sheila M.

  • Error code 500-1

    I have the 1st ipad. It has  not updated to the new ios6 system, but all my apps have. I now cannot watch my abc or nbc apps, it keeps shutting down. I am constantly getting the error code 500-1 on the abc app. How can fix this?????????????

    I did a Google search for the error & found many others with the same problem, but no solution.
    Suggest you delete the app & redownload.
    The iPad 1 can't download or run iOS 6.
     Cheers, Tom

  • Cisco ISE 1.1.4 Error Code 500

    Hello,
    I just installed the evaluation of Cisco ISE 1.1.4 on ESXi 5.1.
    My EXSi config is this:
    4GB RAM, 80GB HDD, 2 cores, Redhat 5 32bit
    I was able to install it with no problem, but when I tried to login using the web GUI, I am getting an error message stating:
    Internal Error
    Error Code 500.
    I am able to login using the console and SSH. I already set the correct timezone for both ISE and my computer.  I also tried different browsers, but I am still getting the same error and can't login at all via GUI.
    Any help would be greatly appreciated.
    Thanks

    Here is my show application status ise output
    KA-ISE/admin# show application status ise
    ISE Database listener is running, PID: 3960
    ISE Database is running, number of processes: 28
    ISE Application Server is still initializing.
    ISE M&T Session Database is running, PID: 3620
    ISE M&T Log Collector is running, PID: 5785
    ISE M&T Log Processor is running, PID: 6001
    ISE M&T Alert Process is running, PID: 5674
    % WARNING: ISE DISK SIZE NOT LARGE ENOUGH FOR PRODUCTION USE
    % RECOMMENDED DISK SIZE: 200 GB, CURRENT DISK SIZE: 85 GB
    KA-ISE/admin#
    I have rebooted my ISE server, but I am still getting the same error message. Regarding the DNS, I have not set up my AD/DNS yet. But I am guessing I should be able to GUI to ISE server regardless of not having it connected to AD or DNS.

  • Handler for http error code 500 is outside of app server

    Hello,
    I am wondering if it is possible to redirect to a error page outside of app server in web.xml, this is required by our customer. For example:
    <error-page>
    <error-code> 500</error-code>
    <location>http://my-different-appserver/errorpage.jsp</location>
    </error-page>
    Thanks a lot,

    Hello,
    I am wondering if it is possible to redirect to a
    error page outside of app server in web.xml, this is
    required by our customer. For example:In about 30 secs of googling I found this modification to an htaccess file.
    .htaccess
    ErrorDocument 500 /error-docs/500.shtmlWhy do continue to post such questions when they can be answered with 10 s of work.

  • IM error code 500 for sprint centro

    I have been receiving error code 500 "server is temporarily unavailable" for the past 2 days and I get it when attempting to log into yahoo or msn. I haven't been able to find a real solution for this anywhere and I'm hoping someone here can help. I've done a soft, warm and hard reset on my phone...deleted the IM program, attempted to reinstall it but was unable to do so (yet I still have access to the program) and I'm still receiving the same message. Any help is very appreciated.
    Post relates to: Centro (Sprint)

    I can't offer any help, but can commiserate a bit.
    The IM app has been pretty flaky on my AT&T Centro.  I'll see this error for several days, then it works fine. 
    I just logged into AIM and Yahoo with mine and it worked correctly today...?
    WyreNut
    Post relates to: Centro (AT&T)
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Email attachments - Network Access Message, Error Code: 500

    Hi!
    '''Can't open or save attachments from my email''' (after upgrade to Firefox 6.0). By clicking on them, the tab with an error comes (Error Code: 500):
    '''Network Access Message: The page cannot be displayed'''
    '''Next info:''' If i simply add an 's' to http:// in the error tab link (manually rewrite the adress to https://), '''it works''' and the attachment opens (jpg, pdf, sound file or all others) or can be saved! (comes the dialog window if I want to open or save it).
    I am using XP, Mozilla Firefox 6.0.
    With IE the same problem.
    With Firefox 5.0 came this problem only from time to time, vanished mostly by refreshing the site.
    Under W7 on my laptop no problems occured.
    I tried to search in the Mozilla support, forums, google and in the Firefox network and proxy setup, but i can't figure it out.
    Thanks for advices!

    Dear Wang Chao:
        I checked http://localhost:8080/flashaccessserver/flashaccess/license/v1?tenant=sampletenant .It seems alright ,as below:
        License Server is setup correctly. Total successful requests = 0 requests in 0 ms. Average response time = 0 ms. Average throughput = 0 requests per sec Verifying tenant 'flashaccessserver/sampletenant'... Schema ... Valid. Credentials ... Valid. Authorizer extensions: com.adobe.flashaccess.server.license.extension.auth.sample.SampleAuthorizer ... Valid.
        PS:I posted  vinwang<[email protected]>  with demanded files ,but I did see your private email ,did I miss it?
    Best regards,
    Sun zhenyu

  • HTTP error code 500 when acessing webservice

    Hi Guys,
    We are trying to access a webservice through HTTPS. It's a document-oriented webservice implemented using weblogic. Both WSDL and service are accessible from the browser.
    Can somebody please, invest sometime on this? We would be grateful for all the effort you spend on this.
    Exception on client-side:
    java.io.IOException: Server returned HTTP response code: 500 for URL: https://avisheko:7002/handler_log/EchoString?WSDL
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unkn
    own Source)
    at examples.webservices.ssl2way.SSLCFASAAJclient.main(SSLCFASAAJclient.j
    ava:151)
    We get some strange information on the server side:
    Got a Web Service Request at URL: '/handler_log/EchoString' for web service 'null'
    Got a Web Service Request at URL: '/EchoString' for web service 'LogHandler'
    Client-code:
    KeyStore ks = KeyStore.getInstance(KEYSTORE_TYPE);
    ks.load(new FileInputStream("E:/test/keytool/2/cfakeystore"), "cfakeystorepass".toCharArray());
    KeyStore ts = KeyStore.getInstance(KEYSTORE_TYPE);
    ts.load(new FileInputStream("E:/test/keytool/2/cfatruststore"), "cfatruststorepass".toCharArray());
    KeyManagerFactory kmf = KeyManagerFactory.getInstance(SECURE_ALGORITHM);
    kmf.init(ks, "cfakeystorepass".toCharArray());
    KeyManager[] km = kmf.getKeyManagers();
    TrustManagerFactory tmf = TrustManagerFactory.getInstance(SECURE_ALGORITHM);
    tmf.init(ts);
    TrustManager[] tm = tmf.getTrustManagers();
    SSLContext sslCtx = SSLContext.getInstance(SECURE_PROTOCOL);
    sslCtx.init(km, tm, null);
    System.setProperty("weblogic.webservice.verbose", "true");
    URL endpoint= new URL("https://avisheko:7002/handler_log/EchoString?WSDL");
    javax.net.ssl.HttpsURLConnection con = (javax.net.ssl.HttpsURLConnection)endpoint.openConnection();
    con.setSSLSocketFactory(sslCtx.getSocketFactory());
    com.sun.net.ssl.HostnameVerifier hv=new com.sun.net.ssl.HostnameVerifier()
         public boolean verify(String urlHostname, String certHostname)
              System.out.println("WARNING: Hostname is not matched for cert.");
              return true;
    com.sun.net.ssl.HttpsURLConnection.setDefaultHostnameVerifier(hv);
    con.setDoOutput(true);
    con.setDoInput(true);
    con.setRequestMethod("POST");
    con.setRequestProperty("Connection", "Keep-Alive");
    con.setRequestProperty("Content-Type", "text/xml;charset=utf-8");
    con.setRequestProperty("SOAPAction", "");
    File f1 = new File("Soap6.xml");
    BufferedReader inFile = new BufferedReader(new InputStreamReader(new FileInputStream(f1)));
    StringBuffer sb = new StringBuffer();
    String temp = null;
    while((temp = inFile.readLine()) != null && !(temp.startsWith("0000")))
         sb.append(temp);
    PrintWriter out = new PrintWriter(con.getOutputStream());
    BufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream()));
    out.write(sb.toString());
    out.flush();
    String answer = in.readLine();
    System.out.println(answer);
    out.close();
    in.close();
    WSDL:
    <?xml version="1.0" encoding="UTF-8" ?>
    <definitions xmlns:tns="http://www.wisor.com/loguser" xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding" xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.wisor.com/loguser">
    <types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:stns="http://www.wisor.com/loguser" elementFormDefault="unqualified" attributeFormDefault="unqualified" targetNamespace="http://www.wisor.com/loguser">
    <xsd:element type="xsd:string" name="echoString" nillable="true" />
    <xsd:element type="xsd:string" name="echoStringResponse" nillable="true" />
    </xsd:schema>
    </types>
    <message name="echoString">
    <part xmlns:partns="http://www.wisor.com/loguser" name="echoStringRequest" element="partns:echoString" />
    </message>
    <message name="echoStringResponse">
    <part xmlns:partns="http://www.wisor.com/loguser" name="echoStringResult" element="partns:echoStringResponse" />
    </message>
    <portType name="LogHandlerPort">
    <operation name="echoString">
    <input message="tns:echoString" />
    <output message="tns:echoStringResponse" />
    </operation>
    </portType>
    <binding type="tns:LogHandlerPort" name="LogHandlerPort">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    <operation name="echoString">
    <soap:operation style="document" soapAction="" />
    <wsr:reliability persistDuration="60000" />
    <input>
    <soap:body namespace="http://www.wisor.com/loguser" use="literal" />
    </input>
    <output>
    <soap:body namespace="http://www.wisor.com/loguser" use="literal" />
    </output>
    </operation>
    </binding>
    <service name="LogHandler">
    <port name="LogHandlerPort" binding="tns:LogHandlerPort">
    <soap:address location="https://avisheko:7002/handler_log/EchoString" />
    </port>
    </service>
    </definitions>

    Check for a problem with Windows update KB902400.
    Once this update was uninstalled, ActiveSync now works. No
    problems with it recognizing my firewall or virus protection
    either.
    HTH
    "Hoggies_Oz2" <[email protected]> wrote in
    message
    news:g5a105$ifc$[email protected]..
    > Hi,
    >
    > I'm a new user of Dreamweaver having been appointed
    webmaster of a local
    > club.
    > Have been working my way through the
    'dw_getting_started' manual (which is
    > generally excellent - thanks). Have installed IIS, PHP
    and MySQL on my XP
    > PRO
    > SP3 PC - all OK so far and installed exactly as per the
    recommendations in
    > the
    > dw_getting_started manual. But when I try to do the test
    database
    > connection
    > (page 136) I get HTTP Error 500 Internal Server Error.
    When I examine the
    > event viewer I can see the error which is Event ID: 1802
    ' The Windows
    > Security
    > Center Service was unable to establish event queries
    with WMI to monitor
    > third
    > party AntiVirus and Firewall'. Have spent many hours
    scouring the 'net as
    > well
    > as with McAfee. At one stage I completely uninstalled
    McAfee using their
    > clean
    > out program but the error still occurred with McAfee
    totally removed from
    > my PC.
    >
    > Any help will be appreciated.
    >
    > Thanks, Hoggies_Oz2
    >

  • HTTP request failed :Error code 500 internal server error

    In PI 7.0 system we are getting http error for rwb and exchage profile portal function
    Detail:
    HTTP request failed : Errro code 500 internal server error
    ( http://hostname:50000/adapterframework/rtc)
    If I do a connection test  for  ping(sap >bc >ping) from SICF, I am getting HTTP error.
    Please help me out to resolve this problem.
    I would be thankful for your suggestion

    from SM59 I tested the connection of INTEGRATION_DIRECTORY_HMI(HTTP connection to ABAP system)
    detail:
    staus HTTP response 500
    status text : internal server server
    duration test call 17173 ms
    Please help me out to resolve this issue

Maybe you are looking for

  • Why is itunes removing podcasts from my iphone?

    I keep having things going missing from my iphone. It backs up to both my work pc and my home one, but I'm having so many problems with the work connection. For example today, I spent a good few hours downloading podcasts to my phone, I plug it in to

  • Captilization of  the materil Via Stock Rote

    Hi I need some clarification Can we captilize the materil Via Stock Rote ,Please Explain How the materail can be booked to asset with Stock route (Blank Acct Assingement) Regards Sameer

  • Change logo in Travel Express template????

    Hello, Does anyone know how to change the logo in the "Travel Express" template. The main template loads the "header" template and teh header template loads a module inside settings called "logo".  This file however is not editable and therefore ther

  • Jdeveloper 10.1.2- subversion plugin

    I am triyng to get a subversion plugin for jdevleoper10.1.2.2.0(Build 1929). When I say check for updates-> it asks for otn username/password. when I put in the username and password, I get the following error "An error occured while getting updates

  • Tiger on LaCie EHD

    Hi all. I want to install Tiger on my LaCie in a specially created partition, which I will later use to download BootCamp and install Microsoft Vista. I have already installed XP on my Mac HD, using Boot Camp and it is working perfectly. Now I am get