Change wizard stub client

Hi all,
How can i change de SOAP Request message in an automatic JDev10g wizard develop stub code?
How can i print the SOAP Request/Receive message used in it?
How can i write the SOAP Request/Receive message used in it?
Thanks in advance.
Regards.

Juan,
I have read this note but according to this procedure is
Choose System Management ® Administration ® Identity Management ® Configuration.
Procedure
       1.      On the AS Java, start UME configuration.
For more information, see Configuring Identity Management.
       2.      Choose the ABAP Server tab.
       3.      Choose Modify Configuration.
       4.      Enter the new client value under Client.
       5.      Choose Test Connection.
If the test fails, go back and reenter the connection data and test the connection until you are successful. Make sure the AS ABAP is running and has access to your network.
       6.      Choose Save All Changes.
       7.      Restart the AS Java.
But in  ® Identity Management ® Configuration tab i am not getting option for ABAP server tab.
Where is the tab for ABAP server.
please help me out for the same.
Best Regards,
AjitR

Similar Messages

  • How to implement an independent static stub client ? Please, help

    Hi everybody!
    I'm using the jwsdp1.2 and i got the static stub tutorial client to test my webservice. It works fine! However, i tried to compile the client code separately and it didn't worked. The jvm can't find the webservice class. So, the questions are:
    - How to implement an independent static stub whithout the ant help?
    - How can the client get the endpoint to create the proxy?
    - Must I use any javax.xml.rpc interface (call or service maybe) to do the job?
    - Could anybody show me some sample code?
    Well, that's it. I'm waiting for some answer. Please, help me.
    Tks in advance,
    Rodrigo.

    Can you explain what you mean by "independent static stub" ?
    JWSDP Tutorial explains all the steps required to create a static stubs client and invoke the service. In addition, https://jax-rpc.dev.java.net/whitepaper/1.1/index-part2.html#Scenario2 explains the detailed steps to achieve the same from command line.
    Hope that helps.
    Post your JAX-RPC related questions to [email protected] for a quicker resolution.
    Send an email to [email protected] to subscribe to the alias.
    Send an mail to [email protected] for a complete list of help commands.
    -Arun

  • Change default BW Client

    Hello All,
          I want to change my existing default BW client XYZ in system ABC to another client which already exists viz., MNO.
    The System in Netweaver 04.
    SAP_BW Release is 350, Patch level is 0009
    BI_CONT Release is 352, Patch lebel is 004
    Database is  Oracle 9 on Win Server 2003 server.
          Please do suggest me the steps and precautions to be taken before proceeding.
    Thank you All,
    Bob

    Hi Bob,
    Default client as default login client or as RFC connection???
    Change default login client at RZ10 parameter login/system_client
    if you're talking about RFC connection just go to SM59 in the target system and change the client for the BW RFC connection...
    You may want to give us more details.
    Regards
    Juan
    Please reward with points if helpful

  • Best Way to Change Source System Client

    We initially had a ECC source client for BI as 35.  But over time, we suffered with good test data because the ECC team use client 15 and not 35.  We want to change BI 7 to use client 15.  I have created a new source system in RSA1 for Client 15 but when I try to delete client 35 and /or change the source client on a datasource, all the data mappings are deleted!
    I would really appreciate any advice or information on the best way to change the source R3 client for Bi without losing data mappings.  Point awarded and much respect
    Warm regards
    Lee Lewis

    Hi,
    Yes. There is a way to change the source system without deleting the old system. Please use the T.code BDLS and for more information refer the below link
    Re: Changing a Source System.
    OSS note 886102 will also give more information about this.
    Hope it helps.
    Thanks.

  • Problem in Static Stub Client

    Hello...!!!
    I am trying to learn web services using j2ee.
    when I try to build the static stub client, using 'asant build', build always failed. I've already built the service n can see its wsdl in ie.
    I have given all the process below after typing 'asant build'
    (I also donn understand 1 thing, I have set all environment variables on D drive though it shows C drive[see ** below], o/s:win xp)
    Plz. help asap.
    Thanks in advance.
    .Mohit
    /*process after asant build command*/
    Buildfile: build.xml
    clean:
    [delete] Deleting directory D:\Mohit\j2eetutorial14\examples\jaxrpc\staticstub\build
    generate-stubs:
    j2ee-home-test:
    init:
    prepare:
    [echo] Creating the required directories....
    [mkdir] Created dir: D:\Mohit\j2eetutorial14\examples\jaxrpc\staticstub\build
    set-wscompile:
    run-wscompile:
    [echo] Running wscompile:
    [echo] ** c:\sun\appserver/bin/wscompile.bat -gen:client -d build -classpath build ${config.wsdl.file}
    [exec] error: error: file not found: ${config.wsdl.file}
    [exec] Usage: wscompile [options] configuration_file
    [exec] Use "wscompile -help" for a detailed description of options.
    j2ee-home-test:
    init:
    prepare:
    [echo] Creating the required directories....
    compile-client:
    [echo] Compiling the client source code....
    [javac] Compiling 1 source file to D:\Mohit\j2eetutorial14\examples\jaxrpc\staticstub\build
    [javac] D:\Mohit\j2eetutorial14\examples\jaxrpc\staticstub\src\HelloClient.java:46: cannot find symbol
    [javac] symbol : class HelloIF
    [javac] location: class staticstub.HelloClient
    [javac] HelloIF hello = (HelloIF) stub;
    [javac] ^
    [javac] D:\Mohit\j2eetutorial14\examples\jaxrpc\staticstub\src\HelloClient.java:46: cannot find symbol
    [javac] symbol : class HelloIF
    [javac] location: class staticstub.HelloClient
    [javac] HelloIF hello = (HelloIF) stub;
    [javac] ^
    [javac] D:\Mohit\j2eetutorial14\examples\jaxrpc\staticstub\src\HelloClient.java:56: cannot find symbol
    [javac] symbol : class MyHelloService_Impl
    [javac] location: class staticstub.HelloClient
    [javac] return (Stub) (new MyHelloService_Impl().getHelloIFPort());
    [javac] ^
    [javac] 3 errors

    i think these 2 lines are needed in <home>/examples/jaxrpc/common/build.properties to build jaxrpc examples
    config.wsdl.file=config-wsdl.xml
    config.interface.file=config-interface.xml

  • Static Stub Client

    Hi everyone
    I am using  Static Stub.
    The add(2,3) method works  but not the getName() 
    when String  getName() invoked  Null value is returned.
    ----------------------- my  Static Stub Client -----------------------------
    public class Tester
      public static void main(String [] args) throws Exception {
        // Make a service
       EmployeeRecordServiceLocator service = new EmployeeRecordServiceLocator();
        // Now use the service to get a stub .
       EmployeeRecord  port = service.getEmployeeRecord();
        // Make the actual call
    int adding = port.add(2,3);
       System.out.println("Show adding -->" + adding );
       port.setName("reza");
       String myName = port.getName();
       System.out.println("Show my name -->" +  myName  );
    ------------------------ my Java class which is being used ------------------------------------
    package bankStaff;
    import java.io.*;
    public class EmployeeRecord
      private String name ;
       public String getName()
         return name;
    public void setName(String name)
        this.name = name;
    public int add(int a, int b)
       return a+b;
    The only way that will return a value is when I modify it as the following but don't think is correct.
    Because it behaves as setter & getter at the same time!!!!!!!!!!
    public String setName(String name)
       return (this.name = name);
    But When I use the EmployeeRecord class in  standalone application  (Non Web service) the String getName() works! It returns  String value.
    EmployeeRecord class used in  standalone application
    EmployeeRecord myVar = new EmployeeRecord():
    myVar.setName(String name);
    myVar.getName();
    (Obivosualy the class EmployeeRecord has to be instantiated)
    Q2 - Also How can we instantiate a class  in the Web services or do we have to?
    e.g. EmployeeRecord myVar = new EmployeeRecord():  
    BTW: I am using Eclipse 3.1
    Any clues please?
    Kind regards

    Hi
    Find the build.properties located in the same directory of targets.xml
    Add the j2ee.home location, in my case
    j2ee.home= C:/Sun/AppServer
    Good Luck
    Marlene

  • How to copy changes to Productive client? URGENT!

    SAP has a note related to the payroll module which we had to apply to Client 000. We were able to use SCC1 to copy from Client 000 to Client 200 in our QA environment.
    However in Production we are unable to use the same method due to our SCC4 settings.
    SAP revert that we cannot use SCC1 in Production and that we should identify the changes and tie to table changes to a transport request and transport to Production.
    Can anybody please advise what is the best way to copy the changes to Productive client?
    Thank you.

    Hi,
    If that Org is with in the Parent Org unit, you can do.
    Good Luck
    Om.
    <b>Reward</b> ponts are always appreciated.

  • Building stubs & Client-side bindings

    Hi everyone
    I have created a simple web service from my EmployeeRecord class.
    I am using Static Stub to test it.
    The add(2,3) method works  but not the getName() 
    when String  getName() invoked  Null value is returned.
    ----------------------- my  Static Stub Client -----------------------------
    public class Tester
      public static void main(String [] args) throws Exception {
        // Make a service
       EmployeeRecordServiceLocator service = new EmployeeRecordServiceLocator();
        // Now use the service to get a stub .
       EmployeeRecord  port = service.getEmployeeRecord();
        // Make the actual call
       int adding = port.add(2,3);
       System.out.println("Show adding -->" + adding );
       port.setName("reza");
       String myName = port.getName();
       System.out.println("Show my name -->" +  myName  );
    ------------------------ my Java class which is being used ------------------------------------
    package bankStaff;
    import java.io.*;
    public class EmployeeRecord
    private String name ;
    public String getName()
    return name;
    public void setName(String name)
    this.name = name;
    public int add(int a, int b)
    return a+b;
    The only way that will return a value is when I modify it as the following but don't think is correct.
    Because it behaves as setter & getter at the same time!!!!!!!!!!
    public String setName(String name)
       return (this.name = name);
    But When I use the EmployeeRecord class in  standalone application  (Non Web service) the String getName() works! It returns  String value.
    EmployeeRecord class used in  standalone application
    EmployeeRecord myVar = new EmployeeRecord():
    myVar.setName(String name);
    myVar.getName();
    (Obivosualy the class EmployeeRecord has to be instantiated)
    Q2 - Also How can we instantiate a class  in the Web services or do we have to?
    e.g. EmployeeRecord myVar = new EmployeeRecord():  
    Any clues please?
    Kind regards
    reza

    Does debugger help ???
    Please post the soln, if u solve
    L.

  • What has changed in HTTP Client VIs from LV2010 to LV2010 SP1

    Hi all,
    It appears to be a major internal undocumented change for HTTP Client VIs between LV2010 and LV2010 SP1. In LV2010, the client VIs used a dll called "ni_httpClient.dll", but in LV2010 SP1 it is not used any more, probably used pure LabVIEW solution. There was a bug in HTTP PostMultipart, since it couldn't be executed twice, needed to disconnect and connect to get it work again. However, in LV2010 SP1, they have done some changes, since this VI now returns a header stating it using HTTP 1.0 and not HTTP 1.1 as "old" LV2010 did. I've also had problems in LV2010 SP1 that if the server doesn't reply anymore the HTTP Client VIs hangs and I need to kill LabVIEW.exe process. In LV2010, there was a timeout. I've tried to set different time out between 10 and 10000. No difference. I know that there has been a bug in LV2010, since time out was in s and not ms as the controls says. Don't know if they have fixed this in SP1, it seems to be an infinite timeout...
    Anybody has an experience of HTTP Client problems between LV2010 and LV2010 SP1?
    Thanks,
    Mattias

    Hi,
    I found what has changed from LV2010 to LV2010SP1
    * ni_httpClient.dll is now included in the runtime engine (that was why I though they didn't use the ni_httpClient.dll anymore, but that is not the fact. It's not included in the builds anymore though)
    * ni_httpClient.dll is version 1.1.0f14 in Lv2010 and version 1.1.0f0 in LV2010SP1. They have stepped back??? Why?
    In Lv2011, ni_httpClient.dll is version 1.2.0f0. Maybe I can try this and see what happens.
    Thanks,
    Mattias

  • Changing the source client of a transport request

    Hi!
    I transported few requests from client 300 to client 200 using transaction scc1.
    Now, i want to transport them to another client from 200. But when i try to release those requests the systems prompts "Request <#> (300) belongs to a different client".
    I tried changing the source by double clicking the request, but I'm unable to do so.
    Can u please suggest any way of changing the source client of these requests ?
    Thanks!!
    Regards,
    Muzammil.

    Hi,
    Goto SE01,
    The type transport number
    Display
    Place cursor on the TR
    Click Utilities=>Reorganize=>Change Project.
    Best regards,
    Prashant

  • Changes in one client

    Hi,
    Could you please correct me if I'm wrong.
    we did the changes in one client let us say 100 client in r/3 then if these changes has to reflect into remaining clients. After transporting the request only these changes are going to be reflected into remaining clients correct?

    Hi Harsha,
    Suppose client 100 is ur customizing client. And 200 is your data client.
    Now you activated the datasource in 100 client. It will ask you for a customizing request.
    Create a request for this.
    Now go to client 200 transaction SCC1. Give the request number and execute.
    This will copy the customized changes from Client 100 to 200.
    Regards,
    Mansi

  • Stub/Client Generation of WSDL for Windows Communication Foundation Service

    Hii,
    I am building a client for the WCF service using Soap1.2 and ws-security. I have tried building a stub for the service using JDeveloper 10 g and also tried to validate the wsdl using XML spy. Both are giving errors. I wanna know how could i genrate the stub for the service and also Validate WSDL? I know i might have to modify the WSDL, but dont know what changes must be required? And Also which std i must adhere?
    Here is the WSDL
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
                      xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
                      xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
                      xmlns:wsap10="http://www.w3.org/2005/08/addressing"
                      xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
                      xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
                      xmlns:i0="http://Corona.Services.UserMgmt.UserMgmtSrv"
                      xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/09/policy/addressing"
                      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                      xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"
                      xmlns:tns="http://tempuri.org/"
                      xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
                      xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
                      xmlns:wsa10="http://www.w3.org/2005/08/addressing"
                      targetNamespace="http://tempuri.org/" name="UserMgmtSrv">
      <wsdl:import namespace="http://Corona.Services.UserMgmt.UserMgmtSrv"
                   location="http://debugger/Corona.Services/Corona.Services.svc?wsdl"/>
      <wsdl:types/>
      <wsdl:binding name="WSHttpBinding_UserMgmtSrv" type="i0:UserMgmtSrv">
        <wsp:PolicyReference URI="#WSHttpBinding_UserMgmtSrv_policy"/>
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="Authenticate">
          <wsdl:input>
            <soap12:body use="literal"/>
          </wsdl:input>
          <wsdl:output>
            <soap12:body use="literal"/>
          </wsdl:output>
          <wsdl:fault name="ArgumentExceptionFault">
            <soap12:fault name="ArgumentExceptionFault"
                          namespace="http://Corona.Services.UserMgmt.UserMgmtSrv.FaultException"/>
          </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="SaveHealthProfileWrapper">
          <wsdl:input>
            <soap12:body use="literal"/>
          </wsdl:input>
          <wsdl:output>
            <soap12:body use="literal"/>
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:service name="UserMgmtSrv">
        <wsdl:port name="WSHttpBinding_UserMgmtSrv"
                   binding="tns:WSHttpBinding_UserMgmtSrv">
          <soap12:address location="https://debugger/Corona.Services/Corona.Services.svc"/>
          <wsa10:EndpointReference>
            <wsa10:Address>https://debugger/Corona.Services/Corona.Services.svc</wsa10:Address>
          </wsa10:EndpointReference>
        </wsdl:port>
      </wsdl:service>
      <wsp:Policy wsu:Id="WSHttpBinding_UserMgmtSrv_policy">
        <wsp:ExactlyOne>
          <wsp:All>
            <wspe:Utf816FFFECharacterEncoding xmlns:wspe="http://schemas.xmlsoap.org/ws/2004/09/policy/encoding"/>
            <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:TransportToken>
                  <wsp:Policy>
                    <sp:HttpsToken RequireClientCertificate="false"/>
                  </wsp:Policy>
                </sp:TransportToken>
                <sp:AlgorithmSuite>
                  <wsp:Policy>
                    <sp:Basic128/>
                  </wsp:Policy>
                </sp:AlgorithmSuite>
                <sp:Layout>
                  <wsp:Policy>
                    <sp:Strict/>
                  </wsp:Policy>
                </sp:Layout>
                <sp:IncludeTimestamp/>
              </wsp:Policy>
            </sp:TransportBinding>
            <sp:EndorsingSupportingTokens xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:SecureConversationToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
                  <wsp:Policy>
                    <mssp:RequireCancel wsp:Optional="true"
                                        xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy"/>
                    <sp:BootstrapPolicy>
                      <wsp:Policy>
                        <sp:TransportBinding>
                          <wsp:Policy>
                            <sp:TransportToken>
                              <wsp:Policy>
                                <sp:HttpsToken RequireClientCertificate="false"/>
                              </wsp:Policy>
                            </sp:TransportToken>
                            <sp:AlgorithmSuite>
                              <wsp:Policy>
                                <sp:Basic128/>
                              </wsp:Policy>
                            </sp:AlgorithmSuite>
                            <sp:Layout>
                              <wsp:Policy>
                                <sp:Strict/>
                              </wsp:Policy>
                            </sp:Layout>
                            <sp:IncludeTimestamp/>
                          </wsp:Policy>
                        </sp:TransportBinding>
                        <sp:EndorsingSupportingTokens>
                          <wsp:Policy>
                            <sp:SpnegoContextToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
                              <wsp:Policy>
                                <mssp:RequireCancel wsp:Optional="true"
                                                    xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy"/>
                              </wsp:Policy>
                            </sp:SpnegoContextToken>
                          </wsp:Policy>
                        </sp:EndorsingSupportingTokens>
                        <sp:Trust10>
                          <wsp:Policy>
                            <sp:MustSupportIssuedTokens/>
                            <sp:RequireClientEntropy/>
                            <sp:RequireServerEntropy/>
                          </wsp:Policy>
                        </sp:Trust10>
                      </wsp:Policy>
                    </sp:BootstrapPolicy>
                  </wsp:Policy>
                </sp:SecureConversationToken>
              </wsp:Policy>
            </sp:EndorsingSupportingTokens>
            <sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:MustSupportIssuedTokens/>
                <sp:RequireClientEntropy/>
                <sp:RequireServerEntropy/>
              </wsp:Policy>
            </sp:Trust10>
            <wsap10:UsingAddressing/>
          </wsp:All>
        </wsp:ExactlyOne>
      </wsp:Policy>
      <wsp:UsingPolicy/>
    </wsdl:definitions>

    I had the problem with JDev (9.0.4) when trying to generate server side classes from a homemade wsdl which took a complex type as a parameter. The only thing I got from JDeveloper was a class receiving an Element. Which pretty much means you have to do the work yourself.
    Quite disappointing....!
    I see to possibilities:
    1) If you are stuck with 9.0.4 you will have to parse to and from xml yourself. For this you can use jax-b which is a Sun API used to create classes for a given XML Schema to parse and validate XML. You have some work creating the classes, but it runs very fast when you have generated the classes.
    2) You use the topdown approach described on OTN. http://www.oracle.com/technology/sample_code/tech/java/codesnippet/webservices/doc-lit/index.html
    I think this is the example for OC4J (9.0.4). There is a new and improved version of the tool (wsa.jar) with the new OC4J (10.1.3)
    Have fun......and I am sure that Oracle quite soon will deliver the functionality directly from JDev....:-)
    /Peter

  • PI7.1 change the default client 001

    HI.
    I want to change the client from 001 to 100 in PI7.1.
    The configuration wizard configure JAVA, to connect client 001.
    What is the advantage and dis-advantage to change the client.
    regards,

    Hi,
    If you will go to SLD. There you can be able to understand the concept of it.
    The heirarchy is :
    Technical Sytem can have different Client numbers
    Each Client Number is related to one bussiness system.
    And only for SAP system client numbers are required.
    You will be provided with a specific client to logon to. A client is a separete data environment within SAP. You must use the client number provided for you or your attempts to login to the system will fail.
    May be this will be helpful to understand the use of client number in R/3 system to connect to XI/PI
    Regards,
    Nutan

  • Anyconnect client problem, load balancing fqdn changes after update client?

    Hi,
    We use two asa's in loadbalancing. Users use the loadbalancing fqdn name to connect. This works fine until we push new client anyconnect software, that the connect to field changes from the fqdn to the appliance ip address where the client downloaded the software. So loadbalancing will not work anymore. Is there a solution for this?
    Thx,
    Marc

    This sounds like CSCsz39019:
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCsz39019
    Symptom:
    Anyconnect client preserves the FQDN name of the ASA its connecting to instead
    of load-balancing cluster FQDN.
    Workaround:
    When the cluster member appears in the host list, user can select the correct
    host by clicking the drop down. The next time user starts the client, the
    cluster member will no longer be visible. It will have been replaced with the cluster name last selected.
    This should be fixed in 2.3(2028)
    2.4(192) and 2.5(53) or any higher release. Keep an eye out for the next release with this fix.

  • Transacation log in 2 client after Change PI default client (Note 940309)

    Hi,
    I have changed the PI default client follow the SAP note 940309, and then all the transaction working fine, but then i realize that the xml transaction log save in both client. (001 and new client(220)).
    SXMB_MONI
    - Monitor for Processed XML Messages (Got data both client).
    - Processing Statistics (Only new client 220).
    I used PI 7.0 SP 11.
    Anybody have same problem with me, Please advise
    Regards
    Fernand

    Hi Fernand,
    You mean XML messages?
    If Yes
    then you see the XML messages in both the clients.
    Since the program which selects the messages RSXMB_SELECT_MESSAGES
    doesnt take the client into consideration.
    If we see the code inside..we will find the following..
        LOOP AT rt_mandt INTO rs_mandt.
          SELECT *
            FROM (lv_master) CLIENT SPECIFIED
            APPENDING TABLE ex_msgtab
            WHERE (where_clause)
            AND   mandt      =    rs_mandt-low
            AND   pid        IN   rt_pid
    Correct me if i am wrong.
    Cheers,
    Sumit
    ps : award points if the solution helped u ..
    Message was edited by:
            Sumit Khetawat

Maybe you are looking for

  • ITunes 10.7 and AS working perfectly on Mavericks! But now I want to add an iPod-

    Somehow- I don't know how or why- my computer running Mavericks is completely happy with iTunes 10.7 installed, and the App Store apparently works perfectly! I'm very, very happy about this (and happy with Apple lately for other reasons) because I do

  • Fan Errors on MCS-7825-I2

    I have a new Unity server (MCS-7825-I2) that I began to load Unity on when I encountered a hardware error on the server. I pulled the cover and all the fan error LEDs are lit... Fan 1-5. I found this odd that all would fail. Is tehre a reset of these

  • Parameter 1 not being set

    Hi everyone, I'm trying to delete a row from a data table and although I'm using a simple piece of code which works elsewhere I'm getting a parameter1 not set error. The problem is with cursorFirst() but I haven't got an idea why... Anyone got a sugg

  • Blackberry 8520 wont sync previous dates in calander

    Hi there, It is the 23rd June as I post this. I dont know why an appointment I entered on the Blackberry last week  wont sync in the usual way to outlook. The appointment was on 21st June. Also an appointment I entered on Outlook calander last week,

  • Dynamically loading text into SWF

    I'm building a flash web site and here are a couple parts of the site the client is going to want to update regularly. Is there a simple way that I can have an external file (XML?) that a client can edit to update parts of the site without having to