Error in XSD Parsing - Imported XSD not being loaded

I am trying to validate XML with XSD. The XML has elements in two different namespaces:-
1-"http://schemas.xmlsoap.org/soap/envelope/"
2-urn:Hotel_Reserve
So in Schema I have defined elements Envelop, Header and Body in "http://schemas.xmlsoap.org/soap/envelope/" namespace and targetNamespace and imported another schema which is in "urn:Hotel_Reserve" namespace. Here it is:-
<xs:schema xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:n1="urn:Hotel_Reserve" targetNamespace="http://schemas.xmlsoap.org/soap/envelope/" elementFormDefault="qualified">
*<xs:import namespace="urn:Hotel_Reserve" schemaLocation="BookingRequestBody.xsd"/>*
<xs:element name="Envelope">
<xs:complexType>
<xs:sequence>
<xs:element name="Header">
<xs:complexType/>
</xs:element>
<xs:element name="Body">
<xs:complexType>
<xs:sequence>
*<xs:element ref="n1S_HotelRes_RQ"/>*
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
I am using JDK1.5. I am able to validate the XML in a standalone Java program. I suppose here the Xerces parse is being used which is shipped with JDK itself in com.sun.org.apache.xerces* package.
The problem is when the same code is deployed in JBoss 4.0.3SP1, I get following exception:-
org.xml.sax.SAXParseException: src-resolve: Cannot resolve the name 'n1S_HotelRes_RQ' to a(n) 'element declaration' component.
It seems that when the code is deployed in JBoss, and the main XSD(which is mentioned above) is loaded and parsed, the schema in the import section is not loaded. I have checked the schema are present in the required place.
Any clue where I may be doing wrong?

Instead of parsing the schema with DOM/SAX, just loading it with URL worked with JBoss.
But I don’t know how and why?
here is the sample code:
URL schemaURL = Thread.currentThread().getContextClassLoader().getResource(WSConstants.BOOKING_SCHEMA_FILE);
SchemaFactory provBookingSchemaFactory = schemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); provBookingSchemaFactory.setErrorHandler(new InvalidXMLErrorHandler());
Schema provBookingSchema = provBookingSchemaFactory.newSchema(schemaURL);
Validator provBookingValidator = provBookingSchema.newValidator();
provBookingValidator.validate(new DOMSource(requestDoc));
Earlier I was creating the schema instance using the DOM source:-
Schema provBookingSchema = provBookingSchemaFactory.newSchema(new DOMSource(schemaDoc));

Similar Messages

  • HT201210 I have an unknown error (1621) and my iPod is not being recognised in iTunes or the Finder, even in Disc mode.  Anyone know what's going on?

    I have an unknown error (1621) and my iPod is not being recognised in iTunes or the Finder, even in Disc mode.  Anyone know what's going on?

    Try and force iPod into Recovery Mode:
    1. Turn off iPad
    2. Connect USB cable to computer; leave the other end alone
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPod
    Note: You need to be patient and repeat the above many times to recover your iPad

  • Compiler error "oracle.xml.parser.v2.XMLElement" not found in class com.ora

    Compiler error "oracle.xml.parser.v2.XMLElement" not found in class com.oracle.demos......?
    I am currently testing a simple sample application with a java code similar to the one shown at
    the bottom of this post.
    However during deployment/compilation the compiler gives an error:
    Error(26,23): XMLElement not found in class com.oracle.demos.orderbooking.ApproveImpl
    Additionally similar other errors appear:
    Error(23,66): JAXBException not found in class com.oracle.demos.orderbooking.ObjectFactory
    Error(51,58): UnmarshalException not found in class com.oracle.demos.orderbooking.ObjectFactory
    Error(9,92): Element not found in interface com.oracle.demos.orderbooking.Approve
    What's wrong?
    It seems to me that I have to add some (more) *.jar files/libraries to the project?
    Which *.jars and where should I add them in JDeveloper?
    source code:
    package com.oracle.demos.orderbooking;
    public class ApproveImpl extends com.oracle.demos.orderbooking.ApproveTypeImpl implements com.oracle.demos.orderbooking.Approve
    public ApproveImpl(oracle.xml.parser.v2.XMLElement node)
    super(node);
    }

    Hai James this the response I am getting can you please tell what should I write inside ora:getNodeValue() to get the value of node <genReturnText>
    The drag and dropping the variable name is not working, I have to write the path manually but I dont know how.
    <ns1:getRoutingAndFrameJumpersResponse xmlns:ns1="com.NetworkInstallations">
    -<com.GetRoutingAndFrameJumpersOutput>
    <destination>
    SW
    </destination>
    <e2EData>
    busProcOriginator
    </e2EData>
    <genReturnCode>
    40777
    </genReturnCode>
    <genReturnText>
    EMW_Get_Routing_And_FrameJumpers_Succeeded
    </genReturnText>
    <supplCode>
    ISY002
    </supplCode>
    <supplText>
    Transaction successfully completed.
    </supplText>
    <severityCode>
    S
    </severityCode>
    <retriable>
    false
    </retriable>
    </com.GetRoutingAndFrameJumpersOutput>
    </ns1:getRoutingAndFrameJumpersResponse>

  • Essbase Error 1013206 - SetActive Commands are Currently Not Being Accepted

    Hi All,
    I am facing the below error very frequently which is causing the disabling the "Enable connects"on the respective application. It is not happening for all the scheduled processes, just BETWEEN the last cube build or first cube build of the day.
    In Essbase.log server logs observered as below:
    [Fri Sep  9 15:51:51 2011]SERVER NAME/ESSBASE0///Error(1051544)
    message on contacting or from application:
    [Fri Sep  9 15:51:51 2011]SERVER NAME////Error(1013206)
    SetActive Commands are Currently Not Being Accepted
    [Fri Sep  9 15:51:51 2011]SERVER NAME/ESSBASE0///Warning(1051003)
    Error 1013206 processing request [MaxL: Execute] - disconnecting
    Please suggest as It is happening repetedly andcausing the Down time.

    Is it possible that you've issued the command: alter application disable connects ;
    That would cause MaxL to send back that message.
    Per the docs:
    Prevent any user with a permission lower than Application Managers from making connections to the databases that require the databases to be started. This includes starting the databases or performing the ESSCMD SELECT command on the databases. Database connections remain disabled for all databases in the application, until the application setting is re-enabled by the administrator.Link: http://download.oracle.com/docs/cd/E17236_01/epm.1112/esb_tech_ref/maxl_altapp.html
    Is it possible that you issue that command and then try to do things with a username that doesn't have App Manager or higher rights?
    Regards,
    Cameron Lackpour

  • Unable to publish projects with inserted video - error message The Flash video can not be loaded

    I've created a project in Captivate 6 with two slides that have inserted videos in them
    Both the videos were created in Captivate 6 by publishing those projects as mp4 videos
    They play fine in the previews but when publishing I get the error saying the Flash video can not be loaded for both of those slides and in the output files the area for the video is blank.
    I have checked that the videos are not open anywhere else as I saw on a previous post this was the issue but the only place they are in use is in the project I am trying to publish.
    Below are my settings and the error message
    Any suggestions would be greatly appreciated.

    Your screenshot indicates you are publishing to a folder on a network drive.
    Have you:
    Verified whether or not the video file exists at the published folder location? (It should ideally be sitting in the same folder as the SWF that calls it.)
    Verified that the folder location is set up as a trusted location in your Flash Global Security settings?

  • Cover art not being loaded in iTunes 7

    How does iTunes get the artwork it displays in the new cover browser? From the artwork included with the id3 tag of the mp3 file, or from the directory the mp3 file is in?
    I have cover art in most directories (directories organized by album), but it is not being loaded. Does the filename have to be in a specific format? Or does the artwork actually have to be embedded in the id3 tag of the mp3 file?
    Thanks.
    Macbook Pro 15"   Mac OS X (10.4.7)   2.0Ghz

    The artwork must be embedded with each individual song, just having it in the directory doesn't allow iTunes to find it.

  • Validate XML against XSD with imported xsd's

    Hello,
    I'm stuck for a while attempting to validate a xml against some xsd's. In the code below you can find my xsd's structure: (I need to use this structure in order to reuse the baseXsd's files.
    CommonTypes.xsd
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema id="CommonTypes" targetNamespace="http://test.com/CommonTypes"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="qualified"
    attributeFormDefault="qualified">
    <xs:simpleType name="NonEmptyString">
    <xs:restriction base="xs:string">
    <xs:minLength value="1"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:schema>
    CommonLog.xsd
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema id="CommonLogConfig"
    targetNamespace="http://test.com/CommonLogConfig"
    xmlns:cmn="http://test.com/CommonTypes"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="qualified"
    attributeFormDefault="qualified">
    <xs:import schemaLocation="..\Base\CommonTypes.xsd" namespace="http://test.com/CommonTypes" />
    <xs:simpleType name="LogName">
    <xs:restriction base="xs:string"/>
    </xs:simpleType>
    <xs:simpleType name="LogPath">
    <xs:restriction base="cmn:NonEmptyString"/>
    </xs:simpleType>
    </xs:schema>
    LogConfig.xsd
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema xmlns:mlc="http://test.com/CommonLogConfig"
    targetNamespace="component1_LogConfig"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="qualified"
    attributeFormDefault="qualified">
    <xs:import schemaLocation="..\Base\CommonLogConfig.xsd" namespace="http://test.com/CommonLogConfig" />
    <xs:element name="root">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="default">
    <xs:complexType>
    <xs:all>
    <xs:element name="LogName" type="mlc:LogName" fixed="component.name" />
    <xs:element name="LogPath" type="mlc:LogPath"/>
    </xs:all>
    </xs:complexType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    LogConfig.xml
    <?xml version="1.0" encoding="utf-8"?>
    <root xmlns="component1_LogConfig">
    <default>
    <LogName>component.name</LogName>
    <LogPath></LogPath>
    </default>
    </root>
    As you can probably notice, the <LogPath> key on the LogConfig is empty, but, it is defined as a NonEmptyString type. That is the way I'm validating the xml against xsd:
    FileStream stream = new FileStream("LogConfig.xml", FileMode.Open);
    XmlValidatingReader vr = new XmlValidatingReader(stream, XmlNodeType.Element, null);
    vr.Schemas.Add(null, "LogConfig.xsd");
    vr.ValidationType = ValidationType.Schema;
    vr.ValidationEventHandler += new ValidationEventHandler(ValidationCallBack);
    while (vr.Read()) ;
    The validationCallBack is not being fired.
    I suppose it is possible since the visual studio show me the error at compile time:

    Well, it is weird, but, the code below works when validating the NonEmptyString type:
    XmlSchemaSet schemaSet = new XmlSchemaSet();
    schemaSet.Add(null, "LogConfig.xsd");
    XDocument doc1 = XDocument.Load("LogConfig.xml");
    doc1.Validate(schemaSet, new ValidationEventHandler(ValidationCallBack), false);
    However, if I leave the <LogName> empty it does not valid the values set on xsd fixed attribute, 
    The solution?
    Well, I'm validating the same xml twice, the code above and the code on my first question.

  • File read or delete error in oracle jca adapter is not being caught in java

    Hi,
    I am using oracle JCA file adapter to read and process file and that jca is being used in OSB. This is working fine. But if the file is not in proper format or file is alredy opened,jca is throwing error on console and control is not going to OSB. I have to log this error in database either by OSB or before OSB using EJB. I have inserted valve in jca for preprocessing. But in the any method of abstract valve , i am not getting able to access the error thrown by jca in case of invalid xml file. If i am able to fetch error message in execute method or any other message of AbstractValve, that error may be sent to database using EJB that not able to get the error message. Please let me know if there is any way to get the errors by jca in java code.

    In the case of error while reading or deleting file(if file is not in write format or opened or not accessible), control is not going to OSB. from JCA default error handling mechanism is throwing error to console. That's why i tried with inserting valve in jca adapter.

  • Error during transformation : Source parameter is not being used

    Hi,
    I am trying to map two fields from datasource into one field in DSO i.e
    Assigned Plant and storage location to Plant_storage infoObject.
    but I am unable as I am getting the error below.
    Rule (target: ZOBJ): Source parameter 0140 is not being used
    Message no. RSTRAN502
    Procedure for System Administration
    Internal rule ID 68
    I have checked online and seen related SAP notes but they are meant for BW 7.0. My system is BW 7.3
    how can I resolve this issue.
    thanks
    Bhat

    Hi Bhat,
    When you are using two source fields are you doing the result calculation through routine or formula?
    Just check if you are using any of these thing then both the source fields are getting used in the routine code.
    Regards,
    Durgesh.

  • [SOLVED]zsh completion config not being loaded but other settings work

    This seems like a slightly odd problem.  I've been using zsh quite happily for a while now and as far as I've been aware, my .zshrc has been loaded consistently and properly.
    Today I decided to add auto-completion for one of my own programs.  It works, BUT I have to manually `source ~/.zshrc` in each new terminal even after logging out and back in.  The `fpath` variable is not being read from the .zshrc when I log in or start a terminal/emulator, but if I manually source .zshrc it works fine.
    Here are the relevant files:
    ~/.zshenv
    #!/bin/zsh
    ZDOTDIR=~/.config/zsh
    typeset -U path
    path=($HOME/bin $HOME/scripts $path)
    export EDITOR=vim
    export DIRB=~/.local/share/DirB
    export LOCAL_PACKAGE_SOURCES=/home/ian/dl
    ~/.config/_zshrc
    # The following lines were added by compinstall
    zstyle ':completion:*' completer _complete _ignored
    zstyle :compinstall filename '/home/ian/.config/zsh/_zshrc'
    autoload -Uz promptinit colors
    colors
    promptinit
    # COMPLETION settings
    fpath=(~/.config/zsh/completion $fpath)
    autoload -Uz compinit
    compinit
    zstyle ':completion:*' menu select=2
    # Lines configured by zsh-newuser-install
    HISTFILE=~/.local/share/zshhistfile
    HISTSIZE=1000
    SAVEHIST=1000
    if ! [[ "${PATH}" =~ "^${HOME}/bin" ]]; then
    export PATH="${HOME}/bin:${PATH}"
    fi
    if ! [[ "${PATH}" =~ "^${HOME}/scripts" ]]; then
    export PATH="${HOME}/scripts:${PATH}"
    fi
    # history options:
    setopt append_history hist_ignore_dups hist_ignore_all_dups hist_ignore_space hist_no_store
    # background jobs:
    setopt notify
    # changing directory:
    setopt auto_cd auto_pushd pushd_silent
    # globbing:
    setopt extended_glob
    # unset:
    unsetopt beep flow_control
    # keymap: emacs
    bindkey -e
    # End of lines configured by zsh-newuser-install
    # make M-f and M-b stop at / in paths:
    export WORDCHARS=''
    source ~/.bash_profile
    source ~/.config/bash/aliases
    source ~/.config/zsh/alias_s
    source ~/.config/zsh/alias_g
    source ~/.config/bash/DirB
    source ~/.config/zsh/functions
    # prompt:
    PS1="%B%{$fg[black]%}::%{$fg[cyan]%}(%b%{$fg[cyan]%}%n@%m%B%{$fg[cyan]%})%{$fg[black]%}-%{$fg[cyan]%}(%b%{$fg[cyan]%}%T%B%{$fg[cyan]%})%{$fg[black]%}-%{$fg[cyan]%}[%b%{$fg[cyan]%}%h%B%{$fg[cyan]%}]%{$fg[black]%}-%{$fg[cyan]%}(%b%{$fg[yellow]%}%2~%B%{$fg[cyan]%})%{$fg[black]%}>%b %{$reset_color%}"
    The only changes I've made are the lines under "COMPLETION."
    Can anyone spot something in there to suggest why everything seems to work except the `fpath=(~/.config/zsh/completion $fpath)` line?
    Last edited by ibrunton (2015-06-09 22:43:24)

    This is what I use (note, different ZSHDOTDIR to you):
    # completions
    # add custom completion scripts
    fpath=(~/.zsh/completion $fpath)
    autoload -Uz compinit
    compinit
    zstyle ':completion:*' completer _complete _correct _approximate
    zstyle ':completion:*' expand prefix suffix
    zstyle ':completion:*' completer _expand_alias _complete _approximate
    zstyle ':completion:*' menu select
    zstyle ':completion:*' file-sort name
    zstyle ':completion:*' ignore-parents pwd
    zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
    zstyle ':completion:*:pacman:*' force-list always
    zstyle ':completion:*:*:pacman:*' menu yes select
    zstyle -e ':completion:*' hosts 'reply=(cent pi sent veles)'
    zstyle :compinstall filename '$HOME/.zsh/zshrc'

  • Avast antivirus page and microsoft web pages are not being loaded

    whenever i try to load www.avast.com or www.microsoft.com i get an error page saying server problem

    whenever i try to load www.avast.com or www.microsoft.com i get an error page saying server problem

  • Imported music not being saved!!

    I recently reinstalled iTunes on a new computer and successfully imported the library from my old iTunes which is being stored on a server. Today I began getting an error message telling me that many songs I had recently (since the new install) added to iTunes could not be played because the original file could not be found. I went into my iTunes Music folder and found that much of the music I had added had not been saved to the library. Only music that was imported directly from a CD had been saved. None of my downloaded music was saved. I know that on my old machine everything was saved to the iTunes library. I looked for a setting in preferences but didn't see anything. Is there any way to fix this?

    Instead of unchecking 18,000 songs, just create a Smart playlist and limit it to 1500MB. (You only have ~1800MB, not 2GB)
    Open iTunes prefs -> iPod and set it to Automatically update only selected songs and playlists.
    Also, you have to have room for the podcasts, so that is why to set it at 1500.

  • [SOLVED] Disk full errors on new install despite disk not being full

    Hi,
    I just installed Arch on my Thinkpad laptop as a way of trying out the distro. I followed the Beginner's Guide quite closely and used the latest install medium. My system is up to date.
    However, I did diverge a bit from the beaten path, as I re-used an old LVM-on-LUKS setup from the previous installation (Debian). It took a while to figure out how to make it work, but I managed and yesterday the machine seemed to run fine. Basically, my modifications to the default setup is adding encrypt and lvm to hooks in mkinitcpio.conf, and adding a kernel command line to decrypt my LUKS device containing the LVM volume to /etc/defaults/grub (this was tricky to figure out, by the way, since all documentation I could find spoke of the now-deprecated rc.conf). All that seems to work fine; the computer now boots and mounts root as expected.
    However, today when I started the laptop, I noticed that the password dialog in GDM wouldn't load. When I looked into the logs, I found that I had mostly the same problems as described in this thread, but the strange thing is that I'm not low on disk space:
    deanna% df
    Filesystem 1K-blocks Used Available Use% Mounted on
    rootfs 303565176 17339120 270805848 7% /
    dev 953648 0 953648 0% /dev
    run 957312 488 956824 1% /run
    /dev/mapper/deanna-root 303565176 17339120 270805848 7% /
    tmpfs 957312 96 957216 1% /dev/shm
    tmpfs 957312 0 957312 0% /sys/fs/cgroup
    tmpfs 957312 212 957100 1% /tmp
    /dev/sda1 240972 34562 193969 16% /boot
    So I thought I'd run into some bug, but then it turned out that systemctl scripts started complaining about lack of disk space, and then I got concerned:
    deanna% sudo systemctl start gdm.service
    Error: No space left on device
    deanna% sudo systemctl status gdm.service
    gdm.service - GNOME Display Manager
    Loaded: loaded (/usr/lib/systemd/system/gdm.service; enabled)
    Active: active (running) since Thu, 2012-12-20 11:17:03 CET; 41s ago
    Main PID: 1964 (gdm-binary)
    CGroup: name=systemd:/system/gdm.service
    ├─1964 /usr/sbin/gdm-binary
    ├─1968 /usr/lib/gdm/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0
    ├─1971 /usr/bin/Xorg :0 -background none -verbose -auth /var/run/gdm/auth-for-gdm-ZOCjk8/database -seat se...
    ├─1981 gdm-session-worker [pam/gdm-launch-environment]
    └─2051 gdm-session-worker [pam/gdm-password]
    Dec 20 11:17:03 deanna systemd[1]: Starting GNOME Display Manager...
    Dec 20 11:17:03 deanna systemd[1]: Started GNOME Display Manager.
    Dec 20 11:17:04 deanna gdm-simple-slave[1968]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Dec 20 11:17:17 deanna gdm-password][2051]: AccountsService-WARNING: Failed to monitor logind session changes: No spac...device
    deanna%
    Any help debugging would be greatly appreciated. Also, I may have missed something since I'm new to Arch. Not a new GNU/Linux user however, so you'd think I'd not manage to blow everything up.
    Last edited by albins (2012-12-28 13:56:30)

    No:
    deanna% df -h
    Filesystem Size Used Avail Use% Mounted on
    rootfs 290G 17G 259G 7% /
    dev 932M 0 932M 0% /dev
    run 935M 516K 935M 1% /run
    /dev/mapper/deanna-root 290G 17G 259G 7% /
    tmpfs 935M 76K 935M 1% /dev/shm
    tmpfs 935M 0 935M 0% /sys/fs/cgroup
    tmpfs 935M 216K 935M 1% /tmp
    /dev/sda1 236M 34M 190M 16% /boot
    Also, I just dd:d up a 1.5 GB file from /dev/zero into my home directory without any problems.
    Last edited by albins (2012-12-21 08:48:35)

  • Recently imported photos not being filed in LightroomMasters Folder...

    I'm a Mac user and a newbie to Lightroom having recently imported my Aperture Library to that application. Following the import from Aperture, a folder was created in my Pictures Folder called LightroomMasters and all the masters went into that folder in subfolders...year and date. I believe this is the correct default process. However, images I have imported since then have gone into the selected Collections OK but the later masters are not in Pictures/LightroomMasters, they have been put in dated folders but these are on the top level in Pictures. Hence looking at the content of my Pictures Folder I have dated folders (containing these later imports) and further down in Pictures I have the LightroomMasters Folder which has not been added to since the original Aperture import. I guess if I manually move these "outside" folders into the LightroomMasters folder, Lightroom Catalogue will then not be able to find them.  Am I missing something here? Any suggestions

    You can manually move the folders from within LR. Simply drag and drop the folder to its new location. This will move the files on your drive.
    If you move the folders with finder, you will have to tell LR where folder is now located. It will show a '?' on the folders it can not find. Right click a folder and select to update its location.
    NEVER do re-import!

  • HT201317 Imported photos not being pushed to photo stream

    I imported photos from a camera scan disk last night to my New iPad. The import using the connection kit is very easy, but the photos were not pushed to photo stream and it gives me no option of moving them manually in the photos app.  I checked to make sure photo stream was on for both my iPad and iPhone 4s and powered both devices off and on then waited until morning but nothing has happened. ***All other photos have been pushed. I am only having problems w imports. Any advice?

    Hi Gerard,
    You are correct - my bad! Photos imported directly into the iPad via a connection kit should also go to the Photo Stream.....
    I do find that sometimes folks expect this to happen faster than it sometimes does. Even photos taken with my iPhone will sometimes not show up in the on my iPad or Mac's Photo Stream for several hours, even when they are all on Wifi at home. Seems like sometimes they don't even start loading onto that device's Photo Stream until I wake it up....
    But thanks for pointing that out. Don't like to give out bad info!
    Cheers,
    GB

Maybe you are looking for

  • ShipMent and Delivery Extractor

    Can somebody explain the differences between shipment extractors and Delivery Extractors (SD). when exactly we use shipment and when 2lis_12_vchdr or itm. If anybody has document on shipment please mail it <b>[email protected]</b> Regards Kunal

  • ThinkPad t420 cant power on after some water...

    An accident happened today morning. I was drinking above my laptop and accidently some juice is spilled into the keyboard of my T420. After that I plugged out the AC and removed the battery immadiately. It dried out and I tried to power it on. The wi

  • Snow Leopard 10.6  HDD format??

    I want to do a SL clean install. I removed HDD from laptop and formated it on a Windows machine. Was showing  up Lion in Drive Utilities.  Did format on Windows machine then installed back to Apple laptop  "Macbook 4.1 A1181". Now laptop does not see

  • Calling 00800 Numbers on BT Landline

    Hi guys, A quick query. I was going to call a business r.e. an electronics repair. I noticed that the contact phone number starts 00800 (note, not 0800). I've had a quick look online and apparently this pre-fix is a 'universal freephone number' (http

  • I need to reinstall photoshop 2004 from disk  to my new windows 8 or 8.1

    My laptop crashed.  I need to reinstall photoshop 2004 from disk  to my new windows 8 or 8.1 (can't remember which it is), but my laptop freezes every time I insert the disk.  Can anyone help?