Web service php file: unable to change "inStock" number with "Product_UpdateInsert"

I am new to php and can't figure out how to change the in stock number through the eCommerce api.
Here is what I am trying:
I'm sure this example looks stupid to all the pros out there.
If someone could just point me in the right direction for resources, that would be helpful.
I suspect "productList" is where it is failing. It gives me no errors but doesn't update the "inStock" quantity to 1900 either.
<?php
$_prod = array("productId" => 2345678 , "productCode" => "YoYo" , "productName" => "4-Piece Accessory Kit" , "inStock" => 1900);
$_pass = array("username" => "username", "password" => "password" , "siteId" => 1234567 , "productList" => $_prod);
$client = new SoapClient("https://domain.worldsecuresystems.com/CatalystWebService/CatalystEcommerceWebservice.asmx? WSDL");
$result = $client->__soapCall('Product_UpdateInsert', array('parameters' => $_pass));
?>

Here is another version I tried and got the same result.
<?php
$_prod = array(
  'productId' => 2345678,
  'supplierCommission' => 0,
  'weight' => 24,
  'inStock' => 1900,
  'inventoryControl' => true,
  'canPreOrder' => false,
  'captureDetails' => false,
  'isOnSale' => false,
  'hideIfNoStock' => false,
  'isGiftVoucher' => false,
  'enableDropShipping' => false,
  'excludeFromSearch' => false,
  'cycletypeCount' => -1,
$_list = array('Products' => $_prod);
$_products = array('ArrayOfProducts' => $_list);
$_pass = array('username' => 'username',
  'password' => 'password',
  'siteId' => 1234567,
  'productList' => $_products);
$client = new SoapClient('https://domain.worldsecuresystems.com/CatalystWebService/CatalystEcommerceWebservice.asmx? WSDL',array('trace' => 1));
$result = $client->__soapCall('Product_UpdateInsert', array('parameters' => $_pass));
print_r(get_object_vars($result));
echo $result;
?>

Similar Messages

  • Dashboards web service config file set up

    I am new to dashboards and want to understand, how do we make a web service connection to the dashboard?
    We previously had the web services set up and never got a chance to set it up, but now there is a need to set it up in our own machines.
    The issue exactly being faced right now is:
    we tried setting up the web service config file and it works when we execute it ( i.e. I get a URL) but it comes as
    http://localhost:2910/QueryService.asmx
    which we tried using as  " http://localhost:2910/QueryService.asmx?wsdl " in the dashboard connection manager and i am able to get the methods (runSQLQuery etc).
    When trying to see the dashboard in the bo Infoview, we get the below error:
    To access external data, add a Cross Domain policy file  to the external data web server.
    Please help me in understanding the issue and significance of all these things.
    Any help would be appreciated.
    Thanks,
    Khushboo

    First of all change localhost to proper host name or IP address in connection.
    You need to place crossdomain policy file in the root of the web server. Please check this for details:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40c58930-c78f-2f10-cf82-8b90999065cc?overridelayout=t…
    http://www.adobe.com/devnet/flashplayer/articles/cross_domain_policy.html

  • Why i am I getting Error (5,8) TestCas for a Web Service Test File Generate

    why i am I getting the following error for a Web Service Test File Generated by jdeveloper when i run it:
    Error (5,8) TestCase not Found
    Error(12,14):constructor Object(java.lang.String) not found in java.lang.Object

    actually i removed that error by added the junit.jar to my libraries but i am getting a new error when accessing the webservice with a Jdev generated web service proxy:
    WARNING: Unable to connect to URL: https://mytest.test.com/WebService/MyTest_1.0/soap.soap due to java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
    java.rmi.RemoteException: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
         at project7.proxy.runtime.MyTestSoapBinding_Stub.echoOfficeLocation(MyTestSoapBinding_Stub.java:11977)
         at project7.proxy.MyTestClient.echoOfficeLocation(MyTestClient.java:1276)
         at project7.proxy.MyTestClient.main(MyTestClient.java:38)
    Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
         at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:174)
         at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:150)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:176)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:113)
         at project7.proxy.runtime.MyTestSoapBinding_Stub.echoOfficeLocation(MyTestSoapBinding_Stub.java:11961)
         ... 2 more
    Process exited with exit code 0.
    looks like something to do with the certificate or keystore... how do you add the keystore to JDev.. i tried the JDK cacert but that doesnt work...

  • (261936172) Q general Where are the Web Service source files?

    Q <general> Where are the source files for a Web Service created
    with WebLogic Workshop stored? How do I deploy the Web Service
    on a different WebLogic Server? Is there a way to bundle the
    Web Service project files manually to distribute them?
    Is there a way to configure the directory where Workshop stores
    the files?
    ANSWER: (by Adam Fitzgerald, [email protected]) The .jws files are stored
    in the project folder. This can be located on a local system, although by default
    they are in c:\bea\wlserver700b\sample\workshop\applications. The Web Service
    structure is understood by WLS 7.0 so by archiving the appropriate folder you
    can transfer the Web Service in its entirety from one deployment to another.

    Hi Dean,
    In SharePoint 2013 Designer, the help files are online. They provide tons of general information regarding SharePoint Designer 2013.  You can also find help files at:
    http://technet.microsoft.com/en-us/library/jj219638%28office.15%29.aspx .
    And find a great set of information on SPD 2013 and the new Workflow architecture here:
    http://msdn.microsoft.com/library/office/jj163986(v=office.15)
    More information, please refer to the link:
    http://blogs.msdn.com/b/sharepointdesigner/archive/2012/08/07/welcome-to-sharepoint-designer-2013-customer-preview.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Web Service mapping file

    You will be greatly appreciated if you can help me on following question:
    In a web service mapping file, under <java-xml-type-mapping> element, either <anonymous-type-qname> or <root-type-qname> is valid element according to schema. My question is which one should be used under which situation?
    Thanks,
    Michael
    ===========
    Mapping file
    ===========
    <java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd"
    version="1.1">
    <package-mapping>
    <package-type>test</package-type>
    <namespaceURI>http://test/</namespaceURI>
    </package-mapping>
    <java-xml-type-mapping>
    <java-type>test.Status</java-type>
    <anonymous-type-qname>{http://test/}Status</anonymous-type-qname>
    <qname-scope>complexType</qname-scope>
    ==========
    Schema
    ==========
    <xsd:sequence>
    <xsd:element name="java-type" type="j2ee:java-typeType">
    <xsd:annotation>
    <xsd:documentation>The java-type element is the fully qualified class name of a Java class, primitive, or array type.</xsd:documentation>
    </xsd:annotation>
    </xsd:element>
    <choice>
    <xsd:element name="root-type-qname" type="j2ee:xsdQNameType"> <xsd:annotation>
    <xsd:documentation>The root-type-qname identifies the WSDL QName of an XML type.
    </xsd:documentation>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="anonymous-type-qname" type="j2ee:string">
    <xsd:annotation>
    <xsd:documentation>The anonymous-type-qname identifies the WSDL QName of an anonymous XML type.
    </xsd:documentation>
    </xsd:annotation>
    </xsd:element>
    </choice>

    I am stuck here with the same problem - don't know what to do with the (required) Mapping File.
    Has anyone found out?
    Please let me know.
    Best,
    Philipp
    [email protected]

  • Merging web-services.xml files

    Good day,
    Is there an easier way to merge a custom web-services.xml file with the
    one generated by servicegen? It makes it very difficult to have a clean
    build when you have to go in and edit the web-services.xml to add your
    own types.
    Thanks,
    Sean

    This is no good tool to merge web-services.xml.
    You can run servicegen once and get the web-services.xml file, then modify
    it as you need.
    In your automatic build process, run autotype, then use wspackag to package
    your customized web-services.xml.
    Thanks,
    -Neal
    "Sean Garagan" <[email protected]> wrote in message
    news:[email protected]..
    Good day,
    Is there an easier way to merge a custom web-services.xml file with the
    one generated by servicegen? It makes it very difficult to have a clean
    build when you have to go in and edit the web-services.xml to add your
    own types.
    Thanks,
    Sean

  • Following error occours when running a BI Publisher report in Siebel: Operation ' ? ' of Web Service ' ? . ? ' at port ' ? ' failed with the following explanation: " ? ".(SBL-EAI-04308)

    I am installing a new reporting server.
    When running a report I get the above error:
    Operation '<?>' of Web Service '<?>.<?>' at port '<?>' failed with the following explanation: "<?>".(SBL-EAI-04308)
    Any ideas?

    Have a look here for Oracle's guidelines on troubleshooting such errors:
    http://download.oracle.com/docs/cd/E14004_01/books/Reports/ReportsTroubleshoot.html

  • Web Service Endpoint URI expected. Not found endpoint with URI /wssproc

    Hi All,
    We are following the steps mentioned here http://help.sap.com/saphelp_nwpi71/helpdata/en/ea/c91141e109ef6fe10000000a1550b0/frameset.htm to configure the message level security in our new PI 7.1 system.
    We have created the RFC destination with prefix /wssproc/plain?style=document. But when we test the RFC connectioon, we get the following error message:
    Status HTTP Response     404
    Status Text     Not Found
    And response body is: Web Service Endpoint URI expected. Not found endpoint with URI /wssproc.
    Are we missing a configuration point? Do we need to create the endpoint manually? And if yes, how?
    Regards,
    Masoud
    Edited by: Masoud Ahanchian on Jul 23, 2009 4:58 PM

    Well, in addition to the 404 message I get the following error as well (i.e. if I go to the link http://<server>:<port>/wssproc/plain?style=document)
    Web Service Endpoint URI expected. Not found endpoint with URI /wssproc.
    Regards,
    Masoud

  • Deploying web service ear file

    Hi,
    I've developed a simple web service using NetWeaver Developer studio 2.0.5 and created an .ear file for deployment to SAP WAS 6.2.  While trying to load ear file from the deploy tool it throws an error - "Unable to load ear file".  Has anyone seen this error before?  Any problems with the NetWeaver and SAP WAS versions? Any suggestions on how to deploy a web service on SAP J2EE 6.2?

    Hi Dipesh,
    well, if you are using J2EE Engine 6.20 you cannot deploy directly from the NetWeaver Developer Studio (as far as I know, this feature is available only after 6.30/6.40 versions).
    Also, web services are only partially implemented on J2EE Engine 6.20! So it is possible that the web service you've developed with the Developer studio depends on features that are not available on J2EE Engine 6.20. My recommendation is to give a try to the J2EE Engine 6.40, if possible for you at all.
    Finally, there is an alternative to Deploy Tool for deployment on the J2EE Engine 6.20. This is the DEPLOY shell command that you can execute in the server console. For more info about that, refer to the Shell Commands Reference section in the Administration Manual for J2EE Engine 6.20 located here: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/administration manual for sap j2ee engine 6.20.pdf
    Hope that helps!

  • Web Services - PHP client

    Hi,
    I'm trying to connect a php script using NuSOAP to a web service implemented with Netbeans 5.5 and runnig on Tomcat 5.5.20
    The web-service provider:
    package server;
    import javax.jws.WebMethod;
    import javax.jws.WebParam;
    import javax.jws.WebService;
    @WebService()
    public class NewWebService {
    @WebMethod
    public String getUserName(@WebParam(name = "id") String id) {
    return "Hi Number "+id+"!";
    the php client:
    require_once('nusoap.php');
    $wsdl="http://192.168.0.1:8080/Server/NewWebService?wsdl";
    $client=new soapclient($wsdl, 'wsdl');
    $param = array('id' => $_POST['id']);
    print_r($client->call('getUserName', $param));
    Netbeans generates this WSDL:
    <?xml version="1.0" encoding="UTF-8"?><definitions xmlns:tns="http://server/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://server/" name="NewWebServiceService">
    <types>
    <xsd:schema>
    <xsd:import namespace="http://server/" schemaLocation="http://server/Server/NewWebService?xsd=1"></xsd:import>
    </xsd:schema>
    </types>
    <message name="getUserName">
    <part element="tns:getUserName" name="parameters"></part>
    </message>
    <message name="getUserNameResponse">
    <part element="tns:getUserNameResponse" name="parameters"></part>
    </message>
    <portType name="NewWebService">
    <operation name="getUserName">
    <input message="tns:getUserName"></input>
    <output message="tns:getUserNameResponse"></output>
    </operation>
    </portType>
    <binding type="tns:NewWebService" name="NewWebServicePortBinding">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"></soap:binding>
    <operation name="getUserName">
    <soap:operation soapAction=""></soap:operation>
    <input>
    <soap:body use="literal"></soap:body>
    </input>
    <output>
    <soap:body use="literal"></soap:body>
    </output>
    </operation>
    </binding>
    <service name="NewWebServiceService">
    <port binding="tns:NewWebServicePortBinding" name="NewWebServicePort">
    <soap:address location="http://192.168.0.1:8080/Server/NewWebService"></soap:address>
    </port>
    </service>
    </definitions>
    PHP returns an array that, when printed, looks like this:
    Array ( [faultcode] => soapenv:Client [faultstring] => Cannot find the dispatch method )
    Can anyone help me?

    Try saving the wsdl to a file and then remove all schemaLocation=xxx. I have not tried nusoap, but that works for the stand SoapClient.
    $ini = ini_set("soap.wsdl_cache_enabled","0");
    $url = 'test.wsdl'; # in same directory as script
    try {
    $client = new SoapClient($url,
    array(
    "trace" => 1,
    "exceptions" => 1));
    # print_r($client->__getFunctions());
    } catch (SoapFault $e) {
    print("SOAP Fault: faultcode: ".$e->faultcode." faultstring: ".$e->faultstring);
    print "<BR><BR>Error: SOAP failure\n";
    return;
    $result = $client->getMyFunction('xyz');
    print_r($result);

  • Web service to File scenario

    hello experts
    I would like to know how to configure WS to File Scenario.
    (if possible all the steps will be appreciated)
    thanks
    Kfir

    Hi kfir goldwasser,
    Here is a scenario i'm explaining webservices(SOAP)  to file scenario step by step:
    SENDER SOAP ADAPTER: The sender SOAP adapter is basically used to send content from remote clients or Web service servers to the XI.
    To do the end to end scenario let us consider a simple scenario
    IR:
    1. source data type
    2.target data type
    3.MT for Both
    4.Message interface for both
    5.message mapping
    6.interface mapping
    ID:
    1)Define Serder Comunication channel type SOAP.
    in DEFAULT XI PARAMETER you must put Message interface and Namespace of serder structure defined in IR
    2) Define Receiver Communication channel.
    3)define Receiver Determination
    3)define Interface Determination
    4)Define Sender agreement
    5) Define Receiver Agreemen.
    6)Active your changes.
    DEFINE WEB SERVICE:
    7)go to tool>enviroment>define Web services and put this string
    http://<Host>:<Port>/XISOAPAdapter/MessageServlet?channel=:<Bussines_System>:<Communication Channel>.
    Example: http://srv-xi01-adm:50000/XISOAPAdapter/MessageServlet?channel=:SCR_D:scr_d_soap_customer_sender
    8)next step select MI of list
    9)en next step you must define your sender BS and Message Interface.
    10) Save Web service.
    Test ur service with for example XML-Spy
    Steps to make a request using the XML SPY:
    1. Open the XML SPY, in the menu go to SOAP  Create new SOAP request
    2.it will open a new window you will provide the path wsdl file that you have recently save .
    3.Click on OK button a new window will be opened which shows the SOAP request
    4.In the menu choose SOAP  Send request to server
    5.Asynchronous Request: If your request is successful you will receive a SOAP response which will be empty response in an asynchronous request .
    to configure file receiver adapter take in mind these blogs
    File Receiver with Content Conversion
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)
    For webservice to file scenario:
    Plz Do check the following blog:
    Invoke Webservices using SAPXI
    In your case, receiver is file.. so you need to create Message Interface etc for the file output..
    Also refer this document to understand the steps-
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79
    For SOAP see below links
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    RFC -> XI -> WebService - A Complete Walkthrough (Part 2)
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f222711d10c0
    An Overview of SOAP
    An Overview of SOAP
    http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79
    Regards,
    Vinod.
    Edited by: Vinod Reddy on Jul 1, 2008 9:46 AM

  • PL/SQL web services - WSDL file generation weirdness

    Hi there,
    I am using JDeveloper 11.1.1.3.0 to generate web services from PL/SQL packages.
    I noticed a strange behavior regarding the generated xmlns mappings in the WSDL file. Sometimes it is generated like this:
    <?xml version="1.0" encoding="UTF-8" ?>
    <wsdl:definitions
         name="CSOHSServices"
         targetNamespace="http://apps/CSOHSServices.wsdl"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
         xmlns:tns="http://apps/CSOHSServices.wsdl"
         xmlns:tns0="http://apps/CSOHSServices.wsdl/types/"
        >
        <wsdl:message name="CSOHSServices_getAssetsIwResponse">
            <wsdl:part name="result" type="tns0:XxpoCsoHsAssetRecUserArray"/>  <==== HERE
        </wsdl:message>
    ...Then, if I re-generate the web service, without changing anything, it is generated like this:
        <wsdl:message name="CSOHSServices_getAssetsIwResponse">
            <wsdl:part name="result" type="tns:XxpoCsoHsAssetRecUserArray"/>  <==== HERE
        </wsdl:message>
    Note that instead of tns0 the type attribute now points to tns.
    I have other code that relies on the xmlns mappings and I have to keep changing it to reflect what is generated. This is driving me crazy!
    Any explanation why this happens and/or how to fix it so the WSDL is always generated the same way?
    Thanks
    Luis

    Thanks for your answer, Timo.
    After briefly googling the term ojdeploy I found out that it is a utility for "building and deploying applications via the command line without starting JDeveloper" - exactly what I need actually.
    What I have just tried is to create a build.xml from my project. It worked. In build.xml I found information like compile java source file and copy to a certain directory. I have already seen similar information in .jpr and .jws (how a WAR is created, what are the names of deployment descriptors, how the war is packaged to EAR and so on).
    But the starting point of my development are not the java sources but a pl/sql package -> the java sources and deployment descriptors are created by Jdev like described in the first post. Still, I haven't found an ant task for creating java and deployment descriptor from pl/sql package (don't know if it works also with pl/sql sources?).
    (1) Could you please provide a hint where to search for all ant tasks shipped with jdev? Or I rather expect that those ant tasks are generated depending on user input...
    (2) Is there an ant task for the function pl/sql to java like described in the first post? Just noticed that in jdev 11.1.2.3 the name of the dialog differs that in the first post -> first post referencing 11.1.1.6. In 11.1.2.3 the name is "Publish as JAX-RPC Web Service..." when right-clicking on a DB package.
    (3) If there is no such ant task and jdev is doing the magic internally via a java class, is it a way to call such a function via console? I assume a shipped jar needs to be unzipped...
    Thanks in advance for any hint.
    Kind regards,
    Anton

  • Reading an xml file in the web services java file

    I want to read some data in the webservices file.so i am writing my own xml file through which i want to read data.but i am not able to read xml file from web services file.also , i am not able to put xml file in the .ear file,as there is no such tag in servicegen script through which i can add xml file in the .ear file.
    i know in case of servlets,i will specify context-param attributes in web.xml,and i can access those in my servlet.can i do anything like this for webservices,and i am not using any servlets for web services.
    kindly tell any solution.

    One possible option to parse an xml-file to a flex XML object:
    public function parseConXML(source:String):void
                    xmlLoader = new URLLoader();
                    xmlLoader.load(new URLRequest(source));
                      // Eventlistener: if URL loaded --> onLoadComplete function
                      xmlLoader.addEventListener(Event.COMPLETE, xmlLoadComplete);
                public function xmlLoadComplete(evt:Event):void{               
                    var xml:XML = new XML();
                     // ignore comments in XML-File
                    XML.ignoreComments = true;  
                       //ignore whitespaces in XML-File
                     XML.ignoreWhitespace = true;
                    // XML-Objekt erstellen
                    xml = new XML(evt.target.data);
                   //AFTERWARDS use your xml as your wish

  • Web service returned error: "Unable to process the request"

    Hello,
    i´ve created a small Rule Project to test creating webservices. I´m using XSD to define the Rules.
    After this, i´ve created the .ear file with the webservice generation tool and i´ve deployed the file. I´ve built and deployed the Rule Project too.
    Now i will test the Webservice with the WebService Navigator and i get the following fault code:
    After i´ve read some posts, i´ve found in Log and Traces the Error "No GUID found for ruleset 'FindUser'". I´ve checked the name of the ruleset in the webservice generation tool, but it´s exactly the same!
    I´ve checked the tips from my last post , but the error still exists.
    Has anyone any idea what the problem might be?
    Regards,
    Bastian

    Hi Arti,
    yes, i´ve deployed the rule project into the Application Server.
    The link that you´ve send me is from my last post. I´ve already checked all tips, but the error still exists.
    In this case i´ve created a very small rule project, with one Decision Table and one Rule. I´ve created my own .xsd file to create the Decision Table. After this i´ve deployed the rule project into the Application Server and generated the .EAR file with the Web Service Generator Tool. Then i´ve deployed the .EAR file into the Application Server and tried to test this.
    Do you have another idea?
    Thanks and Regards,
    Bastian

  • Web Service WSDL File Generation

    hello everybody, I have an outbound interface with sender soap adapter to work as a web service, I tested it by generating the wsdl file in the integration directory, and I tested it with altova xmlspy and it works really fine, but now I have a problem another aplication needs to call the webservice, but when they try to import the wsdl file it turns out that in their system they can only import rpc files and not document style files, is there a way to generate a RPC file from an xi interface, or is there a third tool to do this conversion, or what needs to be done, has anyone found this problem before??? thanks in advance.
    Regards,
    Julio Cesar

    Hi ,
    As far as I am aware of ...
    3 SOAP encoding styles are there :
    SOAP Remote Procedure Call (RPC) encoding, also known as Section 5 encoding, as defined by the SOAP 1.1 specification and later defined in SOAP 1.2 as RPC encodings and conventions
    SOAP Remote Procedure Call Literal encoding (SOAP RPC-literal,) uses RPC methods to make the call but uses an XML do-it-yourself method for mar-shaling the data.
    SOAP document-style encoding, also known as message-style or document-literal encoding.
    Kindly Check this Link out
    http://msdn.microsoft.com/msdnmag/issues/03/05/XMLFiles/

Maybe you are looking for

  • Can't find filecache to stop ICERegions.htm errors on opening dw cs4

    Hi I have recently started getting this error on opening DW cs4. "The following translators were not loaded due to errors ICERegions.htm has configuration that is invalid" I also get javascript errors when I try to save (although save us seems to wor

  • How do I use External Hard Drive for my iTunes Library?

    I have a Mac Mini that my iTunes Library has outgrown.  I want to use my Mac Air as my primary iTunes "sync" computer using an external hard drive. How do I move my iTunes library to the external hard drive? How do I get MacBook Air to sync iDevices?

  • BAPI_PO_CREATE1 of services

    Hi, While using this BAPI with the service option, i get the 3 following errors. -No instance of object type PuchaseOrder has been created. -Purchase order still contains faulty items. -Please enter either material or short text. The first two, i hav

  • OBIEE 11.1.1.6.X MUD - Empty Presentation Folders Disappearing after checkout

    Hello , We are facing an issue when checking out a project from Master Repository configured in MUD environment. Empty presentation folders in subject area's are disappearing when a project is checked out. I confirmed Master repository has all the em

  • How to use a excel sheet as a database.

    Using JSP i have to use a Excel sheet as a database.ie, i have to store and fetch data into or from a Excel Sheet and execute SQL Queries. Is it possible? If possible please give a sample code for that if anybody have the sample code.