Owc_lcs.zip location?

Greetings,
im trying to integrate my webcenter portal with instant messaging, but first i need to locate a file called owc_lcs.zip that is inside
middleware companion cd... i dont have such cd, i only have the middleware installer that is 1 file and i cant find such file to continue the
installation process.
and where is IIS Manager?
To install the Oracle RTC Web service for Microsoft Live Communications Server 2005, extract the owc_lcs.zip file from the Oracle Fusion Middleware companion CD. It is located in the directory /Disk1/WebCenter/services/imp/NT. The zip file contains the following:/Bin/imagesApplicationConfigurationService.asmxBlafPlus.cssExtAppLogin.aspxExtAppLogin.aspx.csGlobal.asaxLog4Net.configRTCService.asmxWeb.ConfigWebcenterTemplate.master
Open the Internet Information Services (IIS) Manager.
I am using middleware 11.1.1.7 with webcenter portal and content that im using their components from JDeveloper.

First of all there is no need for you to have
import oracle.jdbc.driver.*; statement in your JSP.
Can you post your JSP code?
You can do onething, place your classes12.zip in your
personal folder(C:\<your_dir>), add this file to the
classpath in system's environment. Then try running
the tomcat. By the way, where did you set your
TOMCAT_HOME?Hi,
1. if i remove the import oracle.jdbc.driver.*; statement, the pgm complains while it was trying to load the driver
2. the classes12.zip is already in the system classpath.
3. TOMCAT_HOME is set to C:\tomcat33\tomcat33
here's my code ( i have pasted only partial code , which would be of your interest)
<%@page import = "java.sql.*"%>
<%@page import ="java.io.*" %>
<%@page import ="oracle.jdbc.driver.*"%>
<html>
<head><title>JDBC - JSP Sample Oracle Driver</title></head>
<body bgcolor = lightblue>
<%! String name,email;%>
<%
DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
Connection con = DriverManager.getConnection("jdbc:oracle:thin:@jazz:1521:ICBD","pmtrsh_tmp","pmtrsh_tmp2000");
%>
<%
String qry = "select * from email_addr";
Statement stmt = con.createStatement();
ResultSet rs = stmt.executeQuery(qry);
and another question, after adding the classpath in the tomcat.bat, which command should i run? i mean should i use > "tomcat env" first before using "tomcat start"?
And also which is preferred to start the tomcat server? is it the "startup" command or the "tomcat start" command?
Thanx in adv,
Ganesh

Similar Messages

  • Ant deployESBSuitcase - Is it possible to override created zip location?

    I am trying to create a CD based ESB deployment process so you can run Ant and deploy ESB projects from the CD to the application server. However using the Ant task deployESBSuitcase it creates a zip file for each project and then deletes it. This clearly isn't going to work from a CD as I can't write to it. Using a staging area will get round this but if I don't have this option what else can I do?
    It doesn't appear possible to specify a different location for the zip file as it appears to use the same location as the sourceDirectory parameter of deployESBSuitcase which is on the CD.
    I'm using Oracle SOA Suite 10.1.3.4.0
    Any ideas?
    Regards
    Alistair
    Edited by: user2000 on Mar 16, 2010 1:11 PM

    I think I have done it.
    This may not be the best way of achieving a resolution, but it seems to be working - for now...
    1. I opened the Accounts.plst file located in:
    users>myname>library>Mail>V2>MailData
    2. Find and Replace all path references that pointed to my boot drive. These were changed to the new path location on the secondary drive. I saved and closed the updated accounts.plist file.
    3. Moved the mailbox folders (pertaining to my email accounts) to the new folder. Created aliases for each folder and placed them in the original file location. (Probably unnecessary, but useful for my reference).
    4. Deleted the original mailbox folder.
    5. Restarted Mail and hey presto!

  • Jcademo.zip location?

    On OTN page http://otn.oracle.com/tech/java/oc4j/htdocs/how-to-j2ca.html there is a hyperlink reference to file jcademo.zip which points to http://otn.oracle.com/tech/java/oc4j/htdocs/jcademo.zip.
    This gives page not found error.
    Does anybody know where this file can be located?
    Thank you,
    Robert

    Thanks,
    Goal is to tap into OC4J container connection pooling, but first must learn basics.
    I have downloaded examples and am trying to follow exmaple instructions for embedded connector deployment, but when I try to deploy ear file to running OC4J container(9.0.3.0.0) from the command line I get the following exception:
    C:\J2EE_Examples>java -jar c:\oc4j\j2ee\home\admin.jar ormi://localhost/ admin password -deploy -file jcademo.ear -deployment
    jcademo
    Fatal Error: javax/resource/spi/ResourceAdapter
    Auto-unpacking C:\OC4J\j2ee\home\applications\_jcademo.ear... done.
    Auto-unpacking C:\OC4J\j2ee\home\applications\_jcademo\blackbox-notx.rar... done.
    Copying default deployment descriptor from archive at C:\OC4J\j2ee\home\applications\_jcademo/META-INF/orion-application.xml
    ployment directory C:\OC4J\j2ee\home\application-deployments\jcademo...
    Auto-deploying jcademo (New server version detected)...
    java.lang.NoClassDefFoundError: javax/resource/spi/ResourceAdapter
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:1647)
    at java.lang.Class.getDeclaredMethods(Class.java:1131)
    at java.beans.Introspector$1.run(Introspector.java:1126)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:1124)
    at java.beans.Introspector.getTargetMethodInfo(Introspector.java:989)
    at java.beans.Introspector.getBeanInfo(Introspector.java:370)
    at java.beans.Introspector.getBeanInfo(Introspector.java:144)
    at com.evermind.util.ObjectUtils.setProperty(ObjectUtils.java:436)
    at com.evermind.server.connector.ApplicationConnectionManager.init(ApplicationConnectionManager.java:265)
    at com.evermind.server.Application.initConnectors(Application.java:284)
    at com.evermind.server.Application.postInit(Application.java:426)
    at com.evermind.server.Application.setConfig(Application.java:136)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1635)
    at com.evermind.server.administration.ServerApplicationInstallation.finish(ServerApplicationInstallation.java:556)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:119)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    Advise anyone?

  • File global_awm10g.zip has corrupted contents

    The file GLOBAL_AWM10g.zip located on download.oracle.com/otn/java/olap has several invalid files in it. Four of the .xml files have invalid checksums and the global_awm10g_handson.doc and global_tables.dmp generate an "invalid compressed data to inflate" error when attempting to unzip them. Please refresh the contents of this .zip file, if possible.
    Thanks,
    Jim

    I also get a CRC error when unzipping these same files.

  • Problem in zip generation when exporting Publisher content

    Hi all
    On AIX when exporting, the publisher content size of the generated zip located in ptcs/6.4/settings/migration/ is changing between exports.
    For example, the first time export generates a 1234 bits file and the second (same content is exported) generates a 1238 bits file.
    does anybody know why?

    Hi all
    On AIX when exporting, the publisher content size of the generated zip located in ptcs/6.4/settings/migration/ is changing between exports.
    For example, the first time export generates a 1234 bits file and the second (same content is exported) generates a 1238 bits file.
    does anybody know why?

  • How to Configure MS Office Comminication Server 2007 with WebCenter Spaces?

    Hello All,
    Has anyone successfully configured MS Office Comminication Server(OCS 2007) with WebCenter 11g Spaces?
    I have installed the RTCServices on the MS OCS server, and wll the services and wsdls are accessible. The IM is working with MS Communicator and also Communicator Web Access (CWA). The Webcenter administrator guide does not have any configuration information about how to use the RTCServices (extracted from Oracle's owc_lcs.zip, part of the Oracle Fusion Middleware Companion 11g).
    In the EM's webcenter control -->Settings -->Service Configuration, I tried to create a new IM service and an External Application but not sure what the URL to use.
    If anyone have a successful OCS 2007 integration, could you please share your configuration steps?
    Thanks,
    Johnny
    Edited by: user459212 on Feb 10, 2010 12:30 PM
    Edited by: user459212 on Feb 10, 2010 12:31 PM

    Hi,
    I am also facing the same issue, not sure about what url to use. And also the login webservice doesn't work while I am testing using http://localhost:81/RTC/RTCService.asmx. It always throwing the following error
    " Unable to cast COM object of type 'RTCLib.RTCClientClass' to interface type 'RTCLib.IRTCClient'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{07829E45-9A34-408E-A011-BDDF13487CD1}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))."
    Is the current owc_lcs.zip support MS Office Communication Server 2007?
    Please share the configuration step if anyone already integrated OCS 2007.
    Thanks,
    -Mukesh.
    Edited by: user9127933 on Feb 19, 2010 4:05 AM

  • How to configure MS-Access 2010 DB details on weblogc using DBAdapter

    Hi Experts,
    Can any one help me how to configure MS-Access 2010 DB details on weblogic 11g using DBAdapters.
    If you provide step by step instuction, it is very usful to me.
    If you have any screen shots you can any one please send a file to my mail ID:[email protected]
    My Requirement:
    I need to fetch 3 columns data (product code/ serial numer and serial status) from MS-Access 2010 and store it on oracle 11g, for that I have wrote a web service code and I need to make it automation. I don't have any IDEA, how to make this web serevice as automation (automation means, when ever new record stored in MS-Access data I need to fetch newly created record from MS-Access 2010 and send it to Oracle 11g)
    Note: MS- Access 2010 present at vision system and Oracle 11g installed in linux server.
    Thanks,
    Phani

    Hi,
    I am also facing the same issue, not sure about what url to use. And also the login webservice doesn't work while I am testing using http://localhost:81/RTC/RTCService.asmx. It always throwing the following error
    " Unable to cast COM object of type 'RTCLib.RTCClientClass' to interface type 'RTCLib.IRTCClient'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{07829E45-9A34-408E-A011-BDDF13487CD1}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))."
    Is the current owc_lcs.zip support MS Office Communication Server 2007?
    Please share the configuration step if anyone already integrated OCS 2007.
    Thanks,
    -Mukesh.
    Edited by: user9127933 on Feb 19, 2010 4:05 AM

  • Deletting the file that has been used in 'Additional Files' in FILE SENDER

    Hi people.
    I've developed an interface that has to send a ZIP file to an email address.
    I pick that file using a dummy file. This file is picked as an attachment and has been defined in 'additional parameters' of SENDER FILE.
    My problem is that i want to delete that 'additional file' once it has been procesed. I think that this could be done running an operating system command.
    My problem is that i don't know how to do this in UNIX systems.
    Can anyone tell me how to delete (in UNIX) a file with name dummy.zip located in folder /usr/sap.../ ?
    Regards,
    Inigo

    You can probably do this by executing a shell script on the server!
    You can only run commands on the PI Server
    See here for details and help on writing shell scripts!
    http://www.injunea.demon.co.uk/pages/page205.htm

  • Unable to implement OCI8 driver (missing oci804.dll)

    Hi,
    I am at a total loss how to get my servlet to communicate with a
    jdbc/oci8 driver.
    I installed Oracle8i server, client + programmer. Configured
    Net8, the database, and even ODBC.. but still i can't get the
    example found in the
    orahome\jdbc\demo\samples\oci8\basic-~1\Employee to run properly.
    I have all classpaths set correctly (c:\jdk1.1.6\lib\classes.zip
    + c:\jdbc\lib\classes111.zip) + my path references to
    c:\oracle8\orahome\bin) -> oci804jdbc.dll
    when i Run 'Employee.java' by executing :
    java -classpath
    c:\jdbc\lib\classes111.zip;c:\jdk1.1.6\lib\classes.zip Employee
    it gives my an error saying i miss DLL ORA804.DLL
    i've looked through documentation and as far as i can see the
    Oracle Installer should have installed it on my system, but i
    can't find it anywhere (not on my PC, not on the Oracle CDROM
    Enterprise Edition, not on SUN's website, and not even on any
    ftp/webcrawler) !!
    Please help me, if you have it or know how to obtain it please
    please please let me know (email me :
    [email protected])
    i'm using jdk1.1.6 (using jkd12 things wouldn't even compile),
    NT4, 128mb, Oracle8i and everything else from oracle
    (tools/utils/sql+ etc) work great.
    Thanks,
    Tamerius Cohen.
    null

    You are using a version of the classes111.zip which is linked for
    the 8.0.4 OCI driver (which will require the 8.0.4 client files).
    Why not use the classes111.zip located in your oracle 8.1
    oracle_home\jdbc\lib directory? That one will use the Oracle 8.1
    client.
    null

  • Problem XI 2.0  java.lang.ClassNotFoundException

    We are trying to connect a DB2 system to XI via adapter. We get
    java.lang.ClassNotFoundException: COM.ibm.db2.jdbc.net.DB2Driver
    error when we try the restart.
    CLASSPATH includes the .jar and .zip fies for the DB2 JDBC driver.
    xidadm> echo $CLASSPATH
    /usr/opt/db2_08_01/java/db2java.zip:/usr/opt/db2_08_01/java/db2jcc.jar:/
    usr/opt/db2_08_01/java/db2fs.jar:/usr/opt/db2_08_01/java/db2jcc_license_
    cu.jar:/usr/opt/db2_08_01/java/Common.jar:/usr/sap/XID/SYS/global/tech_a
    dapter/aii_rfcadapter.jar:/usr/sap/XID/DVEBMGS00/j2ee/cluster/server/add
    itionallib/servlet.jar:/usr/sap/XID/DVEBMGS00/j2ee/cluster/server/additi
    onal-lib/sapjco.jar:
    We updated EXTLIBS and ADAPTERLIBS with the .jar and .zip locations.
    What is missing ?

    Hi Hart - Our Basis person made the change noted, but still getting the same problem. He also posted the problem in OSS. Adapter configuration are --
    jdbc adapter java class
    classname=com.sap.aii.messaging.adapter.ModuleDB2XMB
    mode=DB2XMB
    Integration Engine address and document settings (example, see docu)
    XMB.TargetURL=http://xid:50000/sap/xi/engine?type=entry
    XMB.SenderBusinessSystem=abcXXXX
    XMB.SenderInterfaceNamespace=http://sap.com/xi/xidemo
    XMB.SenderInterfaceName=ExtAdapterSenderIF
    XMB.QualityOfService=EO
    db.jdbcDriver=COM.ibm.db2.jdbc.net.DB2Driver
    db.connectionURL=jdbc:db2://xxxxx.xxxxxxx.com:50000;user=xxxxxxx;databaseName=xxxxx
    db.table=<sapprodorders>
    db.processDBSQLStatement=select zorder status from sac.sapprodorders where status = 'R'
    db.pollInterval=600
    Log msg--
    15:57:48 (4205): JDBC adapter stopped
    15:57:59 (4207): JDBC adapter terminated
    Thu Sep 23 15:57:59 EDT 2004 *****
    15:57:59 (4210): ERROR: Attempt to load JDBC driver failed ("java.lang.ClassNotFoundException: COM.ibm.db2.jdbc.net.DB2Driver ")
    Attempt to intialize JDBC adapter failed
    15:57:59 (4203): Unable to start JDBC adapter (not initialized)

  • Imports not recognised

    I'm new to using Sun One Studio 5. Having problems with import statements in example source I've mounted to the file system. All are showing as not existing, i.e. when I compile the MIDlet, I get compilation errors:
    package javax.microedition.lcdui does not exist
    package javax.microedition.midlet does not exist
    The example source is only improting lcdui and midlet packages.
    How can I fix this.

    Hi ,
    I am assuming you are using studio5 SE
    You need to mount the jar/zip file containing the midp classes to have them in your classpath.
    The file name is midpapi.zip located in the lib of
    J2ME Wireless Toolkit .Then you have to set the compiler as preverify
    Easy way to run MIDP application would be to use either use studio 5 Mobile edition which is available for download at http://wwws.sun.com/software/sundev/jde/studio_me/early_access.html
    or upgrade your studio standard edition to mobile edition using update center
    Refer article,
    http://developers.sun.com/tools/javatools/documentation/s1s5/mobilequote.html for how to get this modules from update center.
    -Amol

  • Where's the real installation guide?

    After nearly reaching the limit of my patience with Oracle's documentation and the UCM setup process, I'm putting the call out to anyone who's gone through the installation pain already to throw up a step-by-step installation process that works. So far, documenation that I've found on the Oracle site and various things floating around in the land of Google make small pieces of the whole pie work, but never the whole pie start-to-finish. I and one of my coworkers are very much feeling like anything we get up and running was hacked together just to gain basic functionality.
    In terms of basic functionality and architecture, our goals are the following (and I'd love to know if one of these pieces is specifically known to NOT work):
    Server 1:
    Oracle DB 11g
    Server 2:
    JRun4 (in lieu of Tomcat)
    Apache 2.2.9
    Content Server
    Content Integration Suite (haven't even gotten to Portlet suites yet - just trying to establish base functionality)
    Site Studio
    Full-text search
    JSP Enabled
    For the time being, we've been attempting the setup using Win XP Pro on both boxes.
    I'm hoping I'm just missing a setting or referencing a name incorrectly in my configuration, but I've run into nonstop roadblocks, java and SQL errors and all-around pain and misery. Anybody up for a complete step-by-step that I KNOW a lot of frustrated users are dying to see?
    Thanks!

    Installation of the Database:
    Install OracleXE
    After installing the software, taking all the defaults, follow these steps to create the schema
    Open the SQL Command window:
    On Windows, from the Start menu, select Programs (or All Programs), then Oracle Database 10g Express Edition, and then Run SQL Command Line.
    Connect system/welcome1@XE
    @ <location of installables dir>/Createuser.sql
    @ <location of installables dir>/UCMRole.sql
    The result of this action is a user id (db_admin) with the password of db_admin
    Exit the sql command line
    Installation of content server:
    Navigate to [Install_Dir]\UCM\ContentServer\win32 directory of the extracted zip location. Run Installer.exe
    Use the following options
    Your Locale = English-US
    Installation Type = Install new server
    Installation Directory = c:/oracle/ucm/idc
    Create Directory = Yes
    Java Virtual Machine = Sun Java 1.5.0_11 JDK
    Native File Repository = c:/oracle/ucm/idc/vault/
    Create Directory = Yes
    Web viewable File Repository = c:/oracle/ucm/idc/weblayout/
    Create Directory = Yes
    Master or proxy server = Configure as a Master server
    Admin Server Config = Install an admin server to manage this server
    Note: For subsequent installations you can select to configure an existing admin server and save disk space
    Location of web browser executable path = usually the default
    Content Server Locale = English-US
    Timezone = Use timezone of operating system
    Content Server Port Number = 4444
    Note: Subsequent installation will increment this number. There is no magic to the number other than it is a unique port number on the server
    Admin Server Port Number = 4440
    Incoming connection address filter: 127.0.0.1
    Web Server relative root = /idc/
    Note: Similar to the installation directory above, it helps to name the relative root as to what you are using it for so that you can easily confirm the instance you are working with from the URL in the browser
    Company Mail Server = localhost
    Administrator E-Mail Address = sysadmin@localhost
    Web Server HTTP Address = let it default to your host name. If your web server is on a port other than 80 then enter hostname:port
    Server Instance Name = idc
    Content Server Instance Label = Content Server Master 1
    Content Server Description = Content Server Master 1 for UCM Product Training
    Web Server = Apache
    Database = Oracle
    Manually configure JDBC = No
    Oracle Server Hostname = localhost
    Oracle Listener Port = 1521
    Oracle User = db_admin
    Oracle password = db_admin
    Oracle instance name = XE
    Find the JDBC driver in a specific jar file = no
    Create database tables = no (since we have created them earlier, otherwise) yes
    Components to install =F
    Configure Administrative Server service = Install service and start automatically
    Configure the admin service to run as a specific user = no
    Configure admin service to be dependent on another service = no
    Configure Content Server service = Install service and start automatically
    Configure the service to run as a specific user = no
    Configure service to be dependent on another service = no
    Proceed with install = Proceed
    Disable 8.3 Filename creation=true
    Proceed with intsall : 1
    Verify the installation
    Open Windows Explorer
    Navigate to “c:\oracle\ucm\idc\install”
    Open the “log.txt” file in a text editor
    NOTE: Content Server writes files in UNIX style, using only a line feed and not the carriage return/line feed combination that Microsoft uses. So using Notepad as your text editor will give you huge run-on sentences. Use WordPad or TextPad or some other “real” text editor
    Review the log for errors.
    NOTE: The default English-US locale uses two digits to represent the year (‘yy’), where the year is interpreted to be between 1969 and 2068. In other words, 65 is considered to be 2065, not 1965. If you want years prior to 1969 to be interpreted correctly in the English-US locale, you need to change the default date format for that locale to use four digits to represent years (‘yyyy’).
    modify the default English-US date format
    From the Windows Start menu, select Programs—Oracle Content Server—[Instance Name]—Utilities—System Properties.
    The System Properties applet is started.
    Open the Localization tab.
    Select the English-US entry in the list of locales, and click Edit.
    The Configure Locale dialog is displayed.
    Modify the date format to use four digits for the year (‘yyyy’) rather than two (‘yy’). This is done by changing the Date/Time Format from “M/d/yy {h:mm[:ss] {aa}[zzz]}!mAM,PM” to “M/d/yyyy {h:mm[:ss] {aa}[zzz]}!mAM,PM”
    After you are done editing, click OK to close the Configure Locale dialog.
    Click OK to apply the change and exit System Properties.
    Stop and restart the Content Server (otherwise the change will not take effect).
    Note: Open the services applet from the control panel. Locate the “IDC Content Admin Service idc_admin” service and restart it.
    Install Web Server
    Run <InstallablesDir>/*Apache* with defaults
    Open httpd.conf file (From the Windows Start menu, select Programs—Apache HTTP Server-Configure Apache Server – Edit the httpd.conf file
    Add the following entry at the end of the file and restart the http server :
    LoadModule IdcApacheAuth C:/oracle/ucm/idc/shared/os/win32/lib/IdcApache22Auth.dll
    IdcUserDB idc "C:/oracle/ucm/idc/data/users/userdb.txt"
    Alias /idc C:\oracle\ucm\idc\weblayout
    <Location /idc>
    Allow from all
    DirectoryIndex portal.htm
    IdcSecurity idc
    </Location>
    Note : The above entry is located in the Apache.txt file in the installables dir
    Results of a Content Server Installation
    Verify the browser interface by opening your web browser to http://localhost/idc
    The system administrator user id is sysadmin with a default password of idc. These are case sensitive. Select the Login link and log in as sysadmin.
    Try this for content server installation let me know if you face any issues....
    Regards
    Rakesh

  • XPATH not reading my xml properly.

    <?xml version="1.0"?>
    <xml class="1" index="0" xmlns="http://www.blablabla.com/lsr/blablalba"
         xmlns:testBase="http://www.blablabla.com/lsr/blablalba" service="localservicepreordering">
         <header>
              <testBase:interfaceid>testid</testBase:interfaceid>
              <testBase:actionrequired>No Validation</testBase:actionrequired>
              <testBase:applicationid>VFO</testBase:applicationid>
         </header>
         <lsng class="1" index="0">
              <pform>
                   <txnum class="0" index="0" fieldno="02">1187FRONTPO3A</txnum>
                   <dtsent class="0" index="0" fieldno="03">201001271341</dtsent>
                   <txtyp class="0" index="0" fieldno="04">B</txtyp>
                   <txact class="0" index="0" fieldno="05">U</txact>
                   <cc class="0" index="0" fieldno="07">ZBEL</cc>
                   <location>
                        <at class="0" index="0" fieldno="13">N</at>
                        <so class="0" index="0" fieldno="17">1600</so>
                        <sn class="0" index="0" fieldno="21">Market</sn>
                        <sh class="0" index="0" fieldno="22">St</sh>
                        <l1 class="0" index="0" fieldno="26">FL</l>
                        <l2 class="0" index="0" fieldno="27">17</l2>
                        <city class="0" index="0" fieldno="31">Philli</city>
                        <state class="0" index="0" fieldno="32">PA</state>
                        <zip class="0" index="0" fieldno="33">19103</zip>
                   </location>
                   <location>
                        <aft class="0" index="0" fieldno="13">N</aft>
                        <sano class="0" index="0" fieldno="17">1600</sano>
                        <sasn class="0" index="0" fieldno="21">Market</sasn>
                        <sath class="0" index="0" fieldno="22">St</sath>
                        <ld2 class="0" index="0" fieldno="26">FL</ld2>
                        <lv2 class="0" index="0" fieldno="27">17</lv2>
                        <city class="0" index="0" fieldno="31">Philli</city>
                        <state class="0" index="0" fieldno="32">PA</state>
                        <zip class="0" index="0" fieldno="33">19103</zip>
                   </location>
                   <rdata>
                        <reqnum class="0" index="0" fieldno="42">2159777290</reqnum>
                   </rdata>
              </pform>
         </lsing>
    </xml>
    I am trying to read this data using the xpath.. and its going crazy with out reading the xml.
    When I use the dom object to read this xml its failing to read the xml file.
    When i tried to remove the header part and read the xml file its working fine.
    I appreciate if some one can have the inputs in this.
    Thanks
    troubleshooter

    You aren't allowed to use element names which begin with "xml".

  • Igfxtray.exe has stopped working

    Hi,
    The error message "igfxtray.exe has stopped working" appears every time I start my computer (a newly bought asus G551jm running Windows 8.1).
    I already tried to reinstall both the Intel and the Nvidia graphic drivers but the message keeps popping, I can't find igfxtray in the control panel programs list and I can't find it neither on the start-up programs list.
    Scanned with a registry cleaner and with an anti-malware: no change.
    Looking forward for a solution.
    Thank you.

    Download intel graphic card driver from intel's website. Extract the installer with win zip or,7-zip.locate IGFXtray.exe and extract it.
    Rename c:\windows\system32\IGFXtray.exe and copy the newly extracted file to that location.
    S.Sengupta, Windows Entertainment and Connected Home MVP

  • Integration of Microsoft OCS 2007 with WebCenter Spaces 11G PS4

    Hi All,
    I want to know has anyone successfully integrate Microsoft OCS 2007 with WebCenter Spaces 11G PS4? If yes, pls share detail. Thank you.
    Regards,

    Hi,
    I am also facing the same issue, not sure about what url to use. And also the login webservice doesn't work while I am testing using http://localhost:81/RTC/RTCService.asmx. It always throwing the following error
    " Unable to cast COM object of type 'RTCLib.RTCClientClass' to interface type 'RTCLib.IRTCClient'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{07829E45-9A34-408E-A011-BDDF13487CD1}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))."
    Is the current owc_lcs.zip support MS Office Communication Server 2007?
    Please share the configuration step if anyone already integrated OCS 2007.
    Thanks,
    -Mukesh.
    Edited by: user9127933 on Feb 19, 2010 4:05 AM

Maybe you are looking for

  • Multiple Script Logics in Default Logic.. order of execution... Commit

    Hi, I have a situation where I need to perform two activities... i) Perform a multiplication operation on the data input by the user - Script Logic A ii) Send the data at a summary level to another application. - Script Logic B Both Script logics are

  • Is there a way i can install one licensed adobe cs4 design premium in both my desktop and lap top?

    I just bought a macbook pro and would like to install adobe cs4 design premium on it, but I also like to keep it install on my desk top. Is there a way i can install one licensed application on both computers? Thanks for your help.

  • How do you close only one window (not tab) when you have two open?

    I can close a tab when I have multiple ones open but if I have two windows open and I close one window it closes all other windows. How can I close just one window without shutting down any other windows?

  • Mavericks c309a

    After installing the Mavericks upgrade on my Macbook pro, my C309a AIO returned a message saying "the wireless radio is not responding" It worked fine up to the point I did the OS upgrade....  Please help! This question was solved. View Solution.

  • Final Cut Pro Trial Event and Project Folders

    I've just started my Final Cut Pro X TRIAL for 30 days on my Mac OS X version 10.9.4. I've used Final Cut Pro in a class before, and normally, I save all of my events and projects on an external drive to save space on my computer's hard drive. BUT TH