Unable to connect copied vhd files to VM Hyper-v high availability cluster.

Hi
I have my VMs VHD files stored on my SAN  and I have a copied one of the LUNs containing a vhd file which I have then exported to the shared storage of the hyper-V cluster which is just like and other VHD. The problem comes when trying to connect this
copied vhd to the VM which still uses the original VHD . The system refuses reporting that it cannot add the same disk twice.. 
These are two different VHD files
I have: renamed the new file, changed the disk ID, changed the volume id and using vbox (because it was the only way I could find do it ) changed the uuid of the vhd file.  But still no joy.
I can connect the volume to any other VM without any issues, but I need to be able to connect it to the same VM..
I'm not sure how  Hyper-v is comparing the two VHD files but I need to know so I can I can connect the copy VHD without having to copy all its contents to a new VHD which is impractical..
Anyone got any ideas or a procedure??
windows 2008 R2 cluster with 3par SAN as storage.
Peter

Hi perter,
Please try to refer to the following items :
1. create a folder  in the LUN , then copy the problematic VHD into it ,attach the copied VHD to original VM.
2. copy the problematic VHD file to another volume ,then attach it to original VM again .
Best Regards
Elton Ji
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Download Helper, even with paid converter upgrade, gives "Invalid Capture File" errors and will not record audio, with "File Creation Error - Unable to rename/copy audio file" Error.

    Download Helper Screen Capture worked to capture video if the default "no audio" option is active. But, no audio. The "speakers" or "microphone" audio options are confusing....the audio to be captured is from the video, so what do you choose? With either "speakers" or "microphone" selected, the captured file has poor audio and no video. Re-capture efforts (speakers) get "Invalid capture file error" and "File Creation error- Unable to rename/copy audio file"
    The paid upgrade of "Converter" doesn't work.
    Instructive documentation - not very good.
    Suggestions - Need time delay between initiation of "Record" and starting the video to be recorded.
    Could use timer tracking of the record process.
    Are there operating system limitations? (Have Windows XP Pro)

    That is an issue for the developer of that Download Helper.

  • Unable to Connect to Windows File Shares

    Steps I take to attempt to connect to a Windows File Share within the office. Being relatively new to the Mac, I am curious on why I am not able to connect to Windows File Shares.
    1. Command-K
    2. Server Address: smb://[server-hostname]/[sharename]
    3. Click Connect
    4. Connecting To Server..... (takes a short amount of time)
    5. SMB/CIFS File System Authentication
    - I then enter the domain, username and password
    6. Click OK
    7. Error: Could not connect to the server because the name or password is not correct.
    What gives? I have confirmed and validated server hostname, sharename, appropriate persmissions for windows account, etc. I have tried IP Address instead of hostname, same outcome.
    Any Ideas?
    MacBook Pro 17"   Mac OS X (10.4.8)  

    Hi Arus, not really a Windows® expert, but I think I've seen were putting the Domain name in there fixed it, but I can't find the exact way to do it, this is the closest I could find...
    "If I try to connect to smb://domain, that's when I can authenticate. If I try smb://machine/share, I still get the error -43."
    http://discussions.apple.com/thread.jspa?messageID=4727809&#4727809

  • Unable ftp or copy xml file to XML Repository

    Hi,
    I'v successfully registered the following schema...
    /* schema */
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by Peter Sagarese (Phase Forward, Inc.) -->
    <!--Generated by Turbo XML 2.3.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema-->
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb" xdb:storeVarrayAsTable="true">
         <xsd:annotation>
              <xsd:documentation>CDISC Lab schema version 00-9-03. Based on "CDISC Lab Elements and Attributes 20Feb2003.xls". Includes changes discussed during the lab meeting on 20Feb2003.</xsd:documentation>
         </xsd:annotation>
         <xsd:element name="GTP">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="TransmissionSource"/>
                        <xsd:element ref="Study" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ModelVersion" use="required">
                        <xsd:annotation>
                             <xsd:documentation>Expected format is ##-#-##, where # represents a digit. Example: 01-2-07</xsd:documentation>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:length value="7"/>
                                  <xsd:pattern value="\d\d\-\d\-\d\d"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CreationDateTime" type="xsd:dateTime" use="required"/>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Study">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="Site" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="200"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="TransmissionType" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:enumeration value="C"/>
                                  <xsd:enumeration value="I"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Site">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="Investigator" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Investigator">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="Subject" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="80"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Subject">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:choice>
                             <xsd:sequence>
                                  <xsd:element ref="ScreenID"/>
                                  <xsd:element ref="SubjectID" minOccurs="0"/>
                             </xsd:sequence>
                             <xsd:sequence>
                                  <xsd:element ref="SubjectID"/>
                                  <xsd:element ref="ScreenID" minOccurs="0"/>
                             </xsd:sequence>
                        </xsd:choice>
                        <xsd:element ref="SpareSubjectID" minOccurs="0"/>
                        <xsd:element ref="Sex" minOccurs="0"/>
                        <xsd:element ref="Race" minOccurs="0"/>
                        <xsd:element ref="Confidential" minOccurs="0"/>
                        <xsd:element ref="Visit" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Visit">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="Accession" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Type" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:enumeration value="S"/>
                                  <xsd:enumeration value="U"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="TypeModifier">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="17"/>
                                  <xsd:enumeration value="T"/>
                                  <xsd:enumeration value="R"/>
                                  <xsd:enumeration value="O"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Accession">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="CentralLab"/>
                        <xsd:element ref="BaseSpecimen" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="LastActiveDateTime" type="xsd:dateTime"/>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="BaseSpecimen">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="SpecimenCollection"/>
                        <xsd:element ref="SpecimenTransport" minOccurs="0"/>
                        <xsd:element ref="SpecimenComment" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="SpecimenMaterial" minOccurs="0"/>
                        <xsd:element ref="SubjectAtCollection" minOccurs="0"/>
                        <xsd:element ref="BaseBattery" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="10"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="BaseBattery">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="BaseTest" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="BaseTest">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="PerformingLab"/>
                        <xsd:element ref="LabTest"/>
                        <xsd:element ref="ReceiverTest" minOccurs="0"/>
                        <xsd:element ref="LOINCTestCode" minOccurs="0"/>
                        <xsd:element ref="TestLevelComment" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="BaseResult" minOccurs="0"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="Status" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="13"/>
                                  <xsd:enumeration value="D"/>
                                  <xsd:enumeration value="N"/>
                                  <xsd:enumeration value="X"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="TestingDateTime" type="xsd:dateTime"/>
                   <xsd:attribute name="TestType">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="22"/>
                                  <xsd:enumeration value="S"/>
                                  <xsd:enumeration value="N"/>
                                  <xsd:enumeration value="U"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="BaseResult">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="ToxicityGrade" minOccurs="0"/>
                        <xsd:element ref="SingleResult" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ReportedResultStatus">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="11"/>
                                  <xsd:enumeration value="P"/>
                                  <xsd:enumeration value="F"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="AlertFlag">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="14"/>
                                  <xsd:enumeration value="LP"/>
                                  <xsd:enumeration value="LT"/>
                                  <xsd:enumeration value="LN"/>
                                  <xsd:enumeration value="N"/>
                                  <xsd:enumeration value="HN"/>
                                  <xsd:enumeration value="HT"/>
                                  <xsd:enumeration value="HP"/>
                                  <xsd:enumeration value="AB"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="DeltaFlag">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="2"/>
                                  <xsd:enumeration value="D+"/>
                                  <xsd:enumeration value="D-"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="ExclusionFlag">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="12"/>
                                  <xsd:enumeration value="LX"/>
                                  <xsd:enumeration value="HX"/>
                                  <xsd:enumeration value="EX"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="BlindingFlag">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="24"/>
                                  <xsd:enumeration value="S"/>
                                  <xsd:enumeration value="I"/>
                                  <xsd:enumeration value="B"/>
                                  <xsd:enumeration value="C"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="ReportedDateTime" type="xsd:dateTime"/>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="TransmissionSource">
              <xsd:complexType>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Sex">
              <xsd:complexType>
                   <xsd:attribute name="Value" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="1"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Race">
              <xsd:complexType>
                   <xsd:attribute name="Value" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="CentralLab">
              <xsd:complexType>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SpecimenCollection">
              <xsd:complexType>
                   <xsd:attribute name="ActualCollectionDateTime" type="xsd:dateTime" use="required"/>
                   <xsd:attribute name="PlannedCollectionTimeElapsed">
                        <xsd:annotation>
                             <xsd:documentation>Expected format is DDD-HH-MM, where DDD represents days [000-999], HH represents hours [00-23] and MM represents minutes [00-69].</xsd:documentation>
                        </xsd:annotation>
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:length value="9"/>
                                  <xsd:pattern value="\d\d\d-([01]\d|2[0123])-[012345]\d"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="PlannedCollectionTimeElapsedDescription">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CollectionEndDateTime" type="xsd:dateTime"/>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SpecimenTransport">
              <xsd:complexType>
                   <xsd:attribute name="ReceivedDateTime" type="xsd:dateTime"/>
                   <xsd:attribute name="SpecimenCondition">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="2048"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SpecimenComment">
              <xsd:complexType>
                   <xsd:attribute name="Source">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="12"/>
                                  <xsd:enumeration value="I"/>
                                  <xsd:enumeration value="L"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Text" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="2048"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SpecimenMaterial">
              <xsd:complexType>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SubjectAtCollection">
              <xsd:complexType>
                   <xsd:attribute name="AgeAtCollection">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:double">
                                  <xsd:minInclusive value="0"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="AgeUnits" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="6"/>
                                  <xsd:enumeration value="Y"/>
                                  <xsd:enumeration value="M"/>
                                  <xsd:enumeration value="D"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="FastingStatus">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="7"/>
                                  <xsd:enumeration value="Y"/>
                                  <xsd:enumeration value="N"/>
                                  <xsd:enumeration value="U"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="PerformingLab">
              <xsd:complexType>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="LabTest">
              <xsd:complexType>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="100"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="AdditionalDescription">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="100"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="ReceiverTest">
              <xsd:complexType>
                   <xsd:attribute name="ID" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Name">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="100"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="LOINCTestCode">
              <xsd:complexType>
                   <xsd:attribute name="Value" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="10"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="TestLevelComment">
              <xsd:simpleType>
                   <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="2048"/>
                   </xsd:restriction>
              </xsd:simpleType>
         </xsd:element>
         <xsd:element name="SingleResult">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="TextResult" minOccurs="0"/>
                        <xsd:element ref="NumericResult" minOccurs="0"/>
                        <xsd:element ref="ResultReferenceRange" minOccurs="0"/>
                        <xsd:element ref="ResultUnits" minOccurs="0"/>
                        <xsd:element ref="TransactionType" minOccurs="0"/>
                   </xsd:sequence>
                   <xsd:attribute name="ResultClass" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="12"/>
                                  <xsd:enumeration value="R"/>
                                  <xsd:enumeration value="C"/>
                                  <xsd:enumeration value="S"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="ResultType" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="12"/>
                                  <xsd:enumeration value="C"/>
                                  <xsd:enumeration value="N"/>
                                  <xsd:enumeration value="T"/>
                                  <xsd:enumeration value="G"/>
                                  <xsd:enumeration value="L"/>
                                  <xsd:enumeration value="R"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="TextResult">
              <xsd:complexType>
                   <xsd:attribute name="Value" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="2048"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="NumericResult">
              <xsd:complexType>
                   <xsd:attribute name="Value" type="xsd:double" use="required"/>
                   <xsd:attribute name="Precision" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="5"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="ResultReferenceRange">
              <xsd:complexType>
                   <xsd:attribute name="ReferenceRangeLow">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="ReferenceRangeHigh">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="ResultUnits">
              <xsd:complexType>
                   <xsd:attribute name="Value" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="20"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="ToxicityGrade">
              <xsd:complexType>
                   <xsd:attribute name="Value" use="required">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="1"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="CodeListID">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="40"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SubjectID">
              <xsd:simpleType>
                   <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="20"/>
                   </xsd:restriction>
              </xsd:simpleType>
         </xsd:element>
         <xsd:element name="ScreenID">
              <xsd:simpleType>
                   <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="20"/>
                   </xsd:restriction>
              </xsd:simpleType>
         </xsd:element>
         <xsd:element name="SpareSubjectID">
              <xsd:simpleType>
                   <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="20"/>
                   </xsd:restriction>
              </xsd:simpleType>
         </xsd:element>
         <xsd:element name="Confidential">
              <xsd:complexType>
                   <xsd:attribute name="Initials">
                        <xsd:simpleType>
                             <xsd:restriction base="xsd:string">
                                  <xsd:maxLength value="4"/>
                             </xsd:restriction>
                        </xsd:simpleType>
                   </xsd:attribute>
                   <xsd:attribute name="Birthdate" type="xsd:date"/>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="TransactionType">
              <xsd:simpleType>
                   <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="10"/>
                        <xsd:enumeration value="M"/>
                        <xsd:enumeration value="I"/>
                        <xsd:enumeration value="R"/>
                        <xsd:enumeration value="U"/>
                   </xsd:restriction>
              </xsd:simpleType>
         </xsd:element>
    </xsd:schema>
    ** LAB - Base http://tsglab1:8080/home/DEV/xsd
    BEGIN
    dbms_xmlschema.registerschema(
    'http://tsglab1:8080/home/DEV/xsd/LabReviewBaseSchema.xsd',
    sys.urifactory.geturi('/home/DEV/xsd/LabReviewBaseSchema.xsd'));
    END;
    However, I am unable to ftp or copy the following well formed and valid xml file to the repository.
    <?xml version="1.0" encoding="UTF-8"?>
    <GTP xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://tsglab1:8080/home/DEV/xsd/LabReviewBaseSchema.xsd" ModelVersion="01-0-01" CreationDateTime="2004-03-27T14:09:44-05:00">
         <TransmissionSource ID=""/>
         <Study ID="101" TransmissionType="C"/>
    </GTP>
    When I put a larger file in the repository.. it saved but did not shred?
    I ran each file through xmlspy all seem to be well formed and valid.
    Not sure what's incorrect about the file or process?
    Thx.

    Mark,
    I've tried this in 10.1.0.2.0 as suggested and it didn't work for me.
    My dateTime field is annotated in the schema with the xdb:SQLType="TIMESTAMP WITH TIME ZONE" attribute as suggested.
    My xml element looks like this:
    <ForecastDate>2004-03-05T06:00:19.876+00:00</ForecastDate>
    But I still get this error:
    Unable to load doc into database: ORA-01830: date format picture ends before converting entire input string
    Any idea where I'm going wrong?
    Thanks,
    Brad.

  • TS1702 Hi my Daughter and I got new iPad 4th generation for Christmas, we are unable to connect to FaceTime, it keeps saying we r not available. Can you please help me to figure this out ?

    Hi can someone please help ? My Daughter and I got new iPads for Christmas. 4th generation. We r unable to use FaceTime it is saying we are unavailable for FaceTime and it hangs up. Could someone please explain how to resolve this mater....thank you !

    That would be the wireless number assigned by AT&T when the purchaser of the iPhone signed up as a customer with AT&T. If neither you nor your uncle ever activated the iPhone with AT&T, click the "non customer" button.
    Note that jailbreaking often renders it impossible to get an iPhone officially unlocked, so don't be surprised if it fails. If it does, then you may have to buy a new iPhone, this time one that is officially unlocked.
    Regards.

  • Unable to copy VHD

    Hello,
    I am running Hyper-V on Windows Server 2012. I am trying to copy a VHD file to another Hyper-V host, however, the VHD will not copy. I've tried the following options:
    Used Windows Explorer to manually copy the VHD (fails about 50% of the way)
    Used Windows Explorer to manually copy the VHD with Hyper-V services off
    Used Hyper-V to Export the VHD (incorrect function error)
    Used PowerShell to copy the VHD
    Used PowerShell to copy the VHD with Hyper-V services off
    Used VMM to migrate the virtual machine to another host
    All of these options failed, multiple times with varying but non-descriptive messages.
    The virtual machine works fine on the host (turns on, functions as normal).
    Any help would be much appreciated.

    Hi hhancock,
    I do not think copy fails due to  occupation  by VM (cause of I copied a vhdx file of a running VM to another folder just now ).
    I am assuming that you shut down the VM and stoped hyper-v vmm service but still can not copy the vhd file of the VM.
    My suggestion is backup the host and all VMs then try to run chkdsk to check the disk .
    Hope this helps
    Best Regards
    Elton Ji
    If it is not the answer please unmark it to continue
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • In Aperture 3.4.1, I am not able to connect with referenced files on a network

    I am running OS X 10.8.2 and Aperture 3.4.1, and am unable to connect with referenced files on a network.  Specifically, the referenced files reside on my iMac and I am attempting to connect to them from my MBP.  They appear in red in the dialogue box.  While I know this has been a long standing issue in other versions, I was hoping it had been solved by now.  Any assistance will be appreciated.
    Thanks -
    Dudley

    http://support.apple.com/kb/HT5922
    If you want to mirror your desktop, see:
    http://support.apple.com/kb/HT5404
    Regards.

  • Unable to connect to DFS shares

    I know it is a known issue in Windows 10, that it is not possible to connect to DFS shares. Can we expect any hotfix for this soon? Because to be able to test Windows 10 in a enterprise, it is essential to be able to connect to a DFS share (at least in
    my case :) )

    Hi Richard Diphoorn,
    From the following news:
    As with the last build, you’re getting hot-off-the-presses code which means there are a few issues. We’ll be publishing WU updates shortly to fix the first two, but the remainder will not be fixed for 9879.
    •In some cases you may get a black screen when trying to log-in or unlock. The only option is to hold the power button to hard reboot.
    •You will be unable to connect to Distributed File System network locations.
    •Some systems may see disk growth of 20GB+ due to driver install duplication. On systems with low disk space this can block setup and cause a rollback to the previous build.
    •Skype calls will disconnect and Music will stop playing if those apps are minimized.
    •There are several known issues with screen sharing with Lync.
    There should be newly update released to fix this issue. You can try the newest update which released in 11.24:
    https://catalog.update.microsoft.com/v7/site/Search.aspx?q=KB3019269
    Alex Zhao
    TechNet Community Support

  • Unable to connect to iPhone software update server

    I'm trying to upgrade the firmware/software on my new iPhone and am unable to connect to the server. Is it experiencing high traffic at the moment? Just wondering if I should just try in a couple of days once the demand for the update slows down.
    Cheers!
    -jon

    I had the same problem on Fri evening and eventually gave up. Tried again on Sat morning and it was fine. So it probably is just high volume of traffic.

  • Hyper-V 2012 High Availability using Windows Server 2012 File Server Storage

    Hi Guys,
    Need your expertise regarding hyper-v high availability. We setup 2 hyper-v 2012 host in our infra for our domain consolidation project. Unfortunately, we don't have hardware storage that is said to be a requirement that we can use to create a failover cluster
    for hyper-v host to implement HA. Here's the setup:
    Host1
    HP Proliant L380 G7
    Windows Server 2012 Std
    Hyper-V role, Failover Cluster Manager and File and Storage Services installed
    Host2
    Dell PowerEdge 2950
    Windows Server 2012 Std
    Hyper-V role, Failover Cluster Manager and File and Storage Services installed
    Storage
    Dell PowerEdge 6800
    Windows Server 2012 Std
    File and Storage Services installed
    I'm able to configure the new feature about Shared Nothing Live Migration - i'm able to move VM's back and fort between my hosts without storage. But this is planned and proactive approach. My concern is to have my hyper-v host to become highly available in
    the event of system failure. If my host1 dies, the VMs should go/move to host2 and vice versa. In setting this up, i believe i need to enable the failover clustering between my hyper-v hosts which i already did but upon validation, it says "No disks
    were found on which to perform cluster validation tests." Is it possible to cluster it using just a regular windows file server? I've read about SMB 3.0 and i've configured it as well i'm able to save VMs on my file server, but i don't think that my hyper-v
    hosts are already highly available.
    Any feedback and suggestions or recommendation is highly appreciated. Thanks in advance!

    Hi Guys,
    Need your expertise regarding hyper-v high availability. We setup 2 hyper-v 2012 host in our infra for our domain consolidation project. Unfortunately, we don't have hardware storage that is said to be a requirement that we can use to create a failover cluster
    for hyper-v host to implement HA. Here's the setup:
    Host1
    HP Proliant L380 G7
    Windows Server 2012 Std
    Hyper-V role, Failover Cluster Manager and File and Storage Services installed
    Host2
    Dell PowerEdge 2950
    Windows Server 2012 Std
    Hyper-V role, Failover Cluster Manager and File and Storage Services installed
    Storage
    Dell PowerEdge 6800
    Windows Server 2012 Std
    File and Storage Services installed
    I'm able to configure the new feature about Shared Nothing Live Migration - i'm able to move VM's back and fort between my hosts without storage. But this is planned and proactive approach. My concern is to have my hyper-v host to become highly available in
    the event of system failure. If my host1 dies, the VMs should go/move to host2 and vice versa. In setting this up, i believe i need to enable the failover clustering between my hyper-v hosts which i already did but upon validation, it says "No disks were
    found on which to perform cluster validation tests." Is it possible to cluster it using just a regular windows file server? I've read about SMB 3.0 and i've configured it as well i'm able to save VMs on my file server, but i don't think that my hyper-v hosts
    are already highly available.
    Any feedback and suggestions or recommendation is highly appreciated. Thanks in advance!
    Your shared storage is a single point of failure with this scenario so I would not consider the whole setup as a production configuration... Also setup is both slow (all I/O is travelling down the wire to storage server, running VMs from DAS is ages faster)
    and expensive (third server + extra Windows license). I would think twice about what you do and either deploy a built-in VM replication technologies (Hyper-V Replica) and apps built-in clustering features that does not require shared storage (SQL Server and
    Database Mirroring for example, BTW what workload do you run?) or use some third-party software creating fault tolerant shared storage from DAS or investing into physical shared storage hardware (HA one of course). 
    Hi VR38DETT,
    Thanks for responding. The hosts will cater a domain controller (on each host), Web filtering software (Websense), Anti-Virus (McAfee ePO), WSUS and an Auditserver as of the moment. Is the Hyper-V Replica somewhat give "high availability" to VMs or Hyper-V
    hosts? Also, is the cluster required in order to implement it? Haven't tried that but worth a try.

  • Unable to copy or download vhd file.

    Gettitng this message when trying to set up SharePoint 2010 VHD:
    Unable to copy or download vhd file.  Please check the source settings and re-attempt. Exitiing...

    Your question is to vague to answer. You will need to tell us more about what you are trying to do, what code, script or application generated the error, and what you did up to the point of the error.
    A quick web search for "Unable to copy or download vhd file" (quotes included) returned a number of hits, including this one...
    https://social.technet.microsoft.com/Forums/en-US/8e90eb08-a433-461f-9db7-0708cf7cc4f9/sharepoint-2010-easy-setup-install-issue?forum=sharepointadminprevious
    Mike Smith TechTrainingNotes.blogspot.com
    Books:
    SharePoint 2007 2010 Customization for the Site Owner,
    SharePoint 2010 Security for the Site Owner

  • OraRRP Error with "Unable to copy data file;Error code 2, check disk space"

    Hi,
    Some users get this message -"Unable to copy data file;Error code 2, check disk space" when run report with orarrp, but most users do not get it.
    I check free space at both server and client side, they are very sufficient.
    I also checked directory exists for REPORTXX_TMP variable.
    My user call reports via URL (rwservlet) and it occur for all reports.
    How I can solve this problem?
    Thanks in advance.
    Tawatchai R.

    Hi,
    have the same problem now. One user has temporarily problems to download .rrpa files via URL (rwservlet) request. Error code: -"Unable to copy data file;Error code 2, check disk space". Did you get a solution??
    Thanks in advance. Axel

  • Crystal Report with text(csv) data file, unable to connect on deployment.

    Hi
    I have a crystal report that connects to a text file using (Access/Excel DAO).
    Now I wrote a C# .net code that loads this report and change the file name to the text file to a different file
    using table.TableName and  table.Location to the new file and location,
    then I do applyLogonInfo.
    This worked perfectly on the machine where I developed my report and code but when I put the
    files to a different machine where I need to deploy the reports, I get the following error.
    Unable to connect: incorrect log on parameters.
       at CrystalDecisions.ReportAppServer.Controllers.DatabaseControllerClass.SetTa
    bleLocation(ISCRTable CurTable, ISCRTable NewTable)
       at CrystalDecisions.CrystalReports.Engine.Table.set_Location(String value)
       at ComponentCalcsReport.GenerateCrystalReport.getReportInPdf(String reportfil
    e, String fileName)
    I have done the following on the deployment machine.
    1) I have installed the CR_runtime libraries required to be able to run crystal report applications.
    2) I have put my .rpt file and the .csv database files in the correct folder.
    3) I have put my exe file on the machine.
    I run it from the command line.
    Am I missing something like registering the DAO or creating a DSN explicitly?

    Hi,
    After searching through the forums I found this nice document
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0225775-88c4-2c10-bd80-8298769293de?quicklink=index&overridelayout=true
    Using it's steps, I found out that when I created the report file using CR, I had the data connection set as a path
    on the D drive. But the client/deployment machine did not have a D drive and hence the path to which the database was
    pointing to. Therefore, the error "cannot connect to database" since the database name was pointing to D:pathToData
    When I created a report that was on the C drive and it's data connection was also made from C drive then the same report worked fine on the client machine. I had to make sure that on the client machine I set up the exact same folder structure as the development machine's (i.e. C:pathToMyDataandReportFolder).
    I tried using the setConnection function to change this path at run-time but did not succeed.

  • Unable to connect the server, while open the rpt file in server from java.

    Hi,
    I have written one java class, that class deployed in solaris server. The BO server is avilable in another solaris server. i want to convert the rpt file to pdf format. for that i try to give the file path to the server for opening the rpt file, that time i got the follwoing error:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException:
    Unable to connect to the server: uinbrdcsap02. --- Connection refused
    (errno:239)---- Error code:-2147217387 Error code name:connectServer
            at
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwR
    eportSDKServerException(Unknown Source)
            at
    com.crystaldecisions.proxy.remoteagent.TCPIPCommunicationAdapter.connect
    (Unknown Source)
            at com.crystaldecisions.proxy.remoteagent.z.a(Unknown Source)
            at
    com.crystaldecisions.sdk.occa.report.application.ReportAppSession.int(Un
    known Source)
            at
    com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initia
    lize(Unknown Source)
    *My java code is the following ..*
    package com.ramco.report;
    //Crystal Java Reporting Component (JRC) imports.     
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.ByteArrayInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.ByteArrayOutputStream;
    import java.sql.Connection;
    import java.sql.CallableStatement;
    import java.sql.Statement;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.text.SimpleDateFormat;
    import com.crystaldecisions.sdk.occa.report.exportoptions.ReportExportFormat;
    import com.crystaldecisions.sdk.occa.report.exportoptions.ExportOptions;
    import java.util.Calendar;
    import java.util.Properties;
    import org.apache.log4j.Logger;
    import org.apache.log4j.SimpleLayout;
    import org.apache.log4j.FileAppender;
    import java.net.InetAddress;
    import java.net.UnknownHostException;
    // Class file starting.
    public class StandardReconReport
         private Connection objConnection = null;
         private DBConnection dbconnection = null;
         private ByteArrayInputStream byteArrayInputStream =null;
         private FileOutputStream fileOutputStream = null;     
         private ByteArrayOutputStream byteArrayOutputStream = null;
         private CallableStatement callablestatement = null;
         private CallableStatement callablestatement1 = null;     
         private ResultSet resultset1 = null;
         private ResultSet resultset = null;
         private String Deal_No = null;
         private String Job_Date = null;     
         private String Reportservername = null;
         private SimpleLayout layout   = null;
         private FileAppender appender = null;
         private Logger logger            = null;
         private String     DateTimeFormat = null;
         private String Report_File_path =null;
         private String Pdf_File_Name = null;     
         private Properties properties = null;
         private String LogFilePath = null;
         private String FileName = null;
         private String FullLogFilePath = null;
         private Statement statement = null;
         private String Report_upload_path = null;
         private String StanReconDir = null;
         private String winandsol = null;
         private com.crystaldecisions.sdk.occa.report.application.ReportClientDocument  reportClientDoc = null;
         private int count_tmp=0;
         private String DATE_FORMAT = null;
         private String dateformat = null;
         private Calendar cal = null;
        private SimpleDateFormat sdf = null;
        private String reconfilename = null;    
         // Method for Generating Report.....
         private void stanReportGeneration()
              try
                   properties = new Properties();
                   properties.clear();
                 properties.load(new FileInputStream("GeneralInfo.properties"));
                 Reportservername = properties.getProperty("reportservername");
                 reconfilename = properties.getProperty("reconfilename");
                 layout = new SimpleLayout();
                   LogFilePath = properties.getProperty("logfilepath");               
                   dateformat = dateTime1(properties.getProperty("dateformat1"));
                   StanReconDir = properties.getProperty("stanrecondir");
                  winandsol = properties.getProperty("windowsandsolaris");        
                  if (new File(LogFilePath).exists())
                       LogFilePath = LogFilePathdateformatwinandsol;
                       if (new File(LogFilePath).exists())
                       else
                            new File(LogFilePath).mkdirs();
                  FileName = "STANRECONLOGFILE-";             
                  FileName = FileNamedateformat".txt";             
                  FullLogFilePath = LogFilePath+FileName;
                  appender = new FileAppender(layout,FullLogFilePath,false);
                 logger = Logger.getLogger("MyLogger");
                 logger.addAppender(appender);
                 DateTimeFormat = properties.getProperty("datetimeformat");       
                 logger.info("The Start Recon Report Start Time: " +dateTime(DateTimeFormat));             
                 logger.info("");            
                 try
                      InetAddress address[] = InetAddress.getAllByName(Reportservername);                 
                     for (int i=0; i<address.length;i++)
                          logger.info("Report Server Name: " + address<i>.getHostName());
                          logger.info("Report Server Address: " + address<i>.getHostAddress());
                          logger.info("Report Server Canonical: " + address<i>.getCanonicalHostName());
                 catch (UnknownHostException e)
                      logger.error("The host "Reportservername"is not avilable");
                 Report_File_path = properties.getProperty("StandardReconReportpath");          
                  logger.info("The Report File Name is : "+Report_File_path " - "dateTime(DateTimeFormat));
                  //Report_File_path="rassdk://"+Report_File_path;
                  try
                       //Getting the Database connection....
                       dbconnection = new DBConnection();
                      objConnection = dbconnection.getConnections();
                      statement = objConnection.createStatement();
                      String sqlQuery = "SELECT TRIM(PARAM_VALUE) FROM SYS_USER_PARAM WHERE COMPONENT = 'REPORT' AND LINE_NO = 1 AND PARAM_NAME = 'REPORT_DOWNLOADPATH' AND STATUS = 'A'";
                      resultset = statement.executeQuery(sqlQuery);
                      while(resultset.next())
                           Report_upload_path = resultset.getString(1);
                           logger.info("Report_upload_path from the DB: "+Report_upload_path);
                  catch (SQLException ex)
                       ex.printStackTrace();
                       System.out.println(ex);
                       logger.error(ex);
                  catch(Exception ex)
                       ex.printStackTrace();
                       System.out.println(ex);
                       logger.error(ex);
                  finally
                       if(statement!=null)
                            statement.close();
                       if(resultset!=null)
                            resultset.close();
                  if (new File(Report_upload_path).exists())
                       Report_upload_path = Report_upload_path+StanReconDir;
                       if (new File(Report_upload_path).exists())
                            System.out.println("Directory is avilable"+Report_upload_path);
                       else
                            new File(Report_upload_path).mkdirs();
                  Report_upload_path = Report_upload_pathwinandsoldateformat+winandsol;              
                  if (new File(Report_upload_path).exists())
                  else
                       new File(Report_upload_path).mkdirs();
                  logger.info("Report_upload_path : "Report_upload_path" : "+dateTime(DateTimeFormat));
                  try
                       logger.info("Calling the REPORT_STAN_RECON_CON SP : "+dateTime(DateTimeFormat));
                      callablestatement = objConnection.prepareCall("{call REPORT_STAN_RECON_CON(?)}");
                      callablestatement.registerOutParameter(1, oracle.jdbc.driver.OracleTypes.CURSOR);
                        callablestatement.execute();
                        resultset=(ResultSet)callablestatement.getObject(1);
                        if(resultset!=null)
                             while(resultset.next())
                                  count_tmp = count_tmp+1;
                                  logger.info("");                              
                                 Deal_No   = resultset.getString(1);
                                  Job_Date = resultset.getString(2);
                                  DATE_FORMAT = resultset.getString(3);
                                  Job_Date = Job_Date.substring(0,10);
                                  logger.info("*********** PDF Convertion Starting for a Deal No: " +Deal_No " :: "dateTime(DateTimeFormat));
                                  Pdf_File_Name = Report_upload_pathreconfilenameDeal_No"-"DATE_FORMAT+".pdf";                              
                                  Job_Date = Job_Date.replace('-', '/');
                                  logger.info("The Deal_No is : "+Deal_No " - "dateTime(DateTimeFormat));
                                  logger.info("The Job_Date is : "+Job_Date " - "dateTime(DateTimeFormat));
                                  try
                                     reportClientDoc = new com.crystaldecisions.sdk.occa.report.application.ReportClientDocument();
                                       reportClientDoc.setReportAppServer(Reportservername);                                   
                                       logger.info("Report App server Name := "+ reportClientDoc.getReportAppServer());
                                       logger.info("Report_File_path  := "+ Report_File_path);                             
                                       reportClientDoc.preCreateServerAgent(true);                            
                                       reportClientDoc.open(Report_File_path,0);                         
                                       logger.info("After opening the RTF file for : "+Deal_No " Deal_No - "dateTime(DateTimeFormat));
                                                 callablestatement1 = objConnection.prepareCall("{call REPORT_STANDARD_RECON(?,?,?,?)}");
                                       callablestatement1.setString(1, Job_Date);
                                       callablestatement1.setString(2, Deal_No);
                                       callablestatement1.setString(3,"");
                                       callablestatement1.registerOutParameter(4, oracle.jdbc.driver.OracleTypes.CURSOR);
                                       callablestatement1.execute();
                                       resultset1=(ResultSet)callablestatement1.getObject(4);
                                       String tableAlias = reportClientDoc.getDatabaseController().getDatabase().getTables().getTable(0).getAlias();
                                       reportClientDoc.refreshReportDocument();
                                       reportClientDoc.getDatabaseController().setDataSource(resultset1, tableAlias , "Result Set");
                                       reportClientDoc.refreshReportDocument();                         
                                       ExportOptions oExportOptions = new ExportOptions();
                                       oExportOptions.setExportFormatType(ReportExportFormat.RTF);
                                       byteArrayInputStream = (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(ReportExportFormat.PDF);
                                       logger.info("After exporting the report file to PDF file for the : "+Deal_No " Deal_No - "dateTime(DateTimeFormat));
                                       //Use the Java I/O libraries to write the exported content to the file system.
                                       byte byteArray[] = new byte[byteArrayInputStream.available()];     
                                       //Create a new file that will contain the exported result.
                                       logger.info("Successfully exported report to " + Report_File_path" - "dateTime(DateTimeFormat));
                                       logger.info("*********** PDF Convertion Ending for a Deal : "Deal_No" "+dateTime(DateTimeFormat));
                                       logger.info("");
                                       Deal_No   = null;
                                       Job_Date  = null;
                                  catch (SQLException ex)
                                      ex.printStackTrace();
                                      System.out.println(ex);
                                      logger.error(ex);
                                  catch (IOException ex)
                                      ex.printStackTrace();
                                      System.out.println(ex);
                                      logger.error(ex);
                                  catch (Exception ex)
                                       ex.printStackTrace();
                                      System.out.println(ex);
                                      logger.error(ex);
                                  finally
                                       if(byteArrayInputStream!=null)
                                            byteArrayInputStream.close();
                                       if(byteArrayOutputStream!=null)
                                            byteArrayOutputStream.close();
                                       if(fileOutputStream!=null)
                                            fileOutputStream.close();
                                       if(callablestatement1!=null)
                                            callablestatement1.close();
                                       if(resultset1!=null)
                                            resultset1.close();
                                       if(reportClientDoc!=null)
                                            reportClientDoc.close();
                        if(count_tmp==0)
                             logger.info("");
                             logger.info(" $$$$$$$$ There is NO DATA for generating the Report $$$$$$$: " +dateTime(DateTimeFormat));
                  catch (SQLException ex)
                       ex.printStackTrace();
                       System.out.println(ex);
                       logger.error(ex);
                  catch (Exception ex)
                        ex.printStackTrace();
                       System.out.println(ex);
                       logger.error(ex);
                  finally
                       if(callablestatement!=null)
                            callablestatement.close();
                       if(resultset!=null)
                            resultset.close();
                       if(objConnection!=null)
                            objConnection.close();
                       if(callablestatement1!=null)
                            callablestatement1.close();
                       if(resultset1!=null)
                            resultset1.close();
              catch (IOException ex)
                  ex.printStackTrace();
                  System.out.println(ex);
                  logger.error(ex);
              catch (Exception ex)
                   ex.printStackTrace();
                  System.out.println(ex);
                  logger.error(ex);
              finally
                  properties.clear();              
              logger.info("");
              logger.info("*******Standard Recon Report End Time*******: "+dateTime(DateTimeFormat));
         // Getting the current date and time..
         public String dateTime(String dateFormat)
              cal = Calendar.getInstance();
             sdf = new SimpleDateFormat(dateFormat);
             return sdf.format(cal.getTime());
         //Getting the Yesterday Date and time...
         public String dateTime1(String dateFormat)
              cal = Calendar.getInstance();
              cal.add(Calendar.DATE, -1);            
             sdf = new SimpleDateFormat(dateFormat);
             return sdf.format(cal.getTime());
         public static void main(String[] args) {
              StandardReconReport  SR = new StandardReconReport();
              SR.stanReportGeneration();
    For the above code  i given the report parameter from  the property file.
    reportservername=servername
    datagenreportpath=rassdk\://C\:
    MyEclipseWorkPlace
    IDSREPORTGENERATION
    REPORTFILES
    STANDARD_RECON_REPORT.rpt
    The code is working fin, while i try to connect the BO which is avilble in Windows server, but this is not working if the BO is avilble in solaris server.
    Any bodies please help
    Edited by: velmurugan.spn on Sep 12, 2009 6:38 AM

    Hi,
    Not able to find Report - Standard templates or Report - Custom templates view in Administration - BIP reports in Siebel 8.1.1.3?
    We have applied 8.1.1.3 patch on 8.1.1.0
    below are the steps followed
    Reports are not generated after 8.1.1.3 patch installtion.
    we have also followed to below steps mentioned for this issue in oracle support.
    "In order to resolve this behavior it is necessary to ensure that the 8.1.1.3 FixPack has been applied to the Siebel Tools installation. This will provide an additional .zip file in the REPPATCH folder of the Siebel Tools installation. Once this has been done please then follow the configuration steps as documented :
    change sysprefix to X_ before sif import and chage back to SBL_ after sif import.
    1) Import the sif files from Siebel\8.1\Tools_1\REPPATCH\12-1VMBCSV.zip
    2) Import the 4 SIF files in the following order:
    S_XMLP_REP_TMPL_02112010.sif
    SBL_XMLP_REPORT_SELECTION_FLG.sif
    Report Template BC.sif
    Report Template Registration Applet.sif
    3)Apply the DDL for table S_XMLP_REP_TMPL and compile repository
    Once the above steps have been completed the Selected Record flag will appear in the Report Template Registration views."
    we still not able to generated able to generate reports even after following above steps.
    Thanks
    Sean

  • Windows File Sharing - Unable to copy/see files using MacBook  from XP PC

    I've trawled the internet for an answer to this and tried hundreds of little tweaks but all to not avail, so I'm here.
    I've set up two shared folders using simple file sharing on a Windows XP (SP3) laptop. They have been given read/write permissions and were setup using an Administrator account (the only account).
    Using Finder on my MacBook I can connect to the XP laptop and can see the shared folders. However, when I try to copy any file from the XP laptop's shared folders to my Macbook, it encounters an error (something about not having sufficient permissions). Also, if there are subfolders inside the main shared folder then I cannot see the individual files inside these subfolders.
    I've tried using the XP laptop with and without a password, have disabled all anti-virus software (including Windows Firewall) and yet it still won't work.
    After multiple restarts and changing options on both my MacBook and the XP laptop the same problem persits. Any light that can be shed would be most appreciated.

    Hi - Did you ever get this resolved? I'm having pretty much the same issue!
    Thanks,
    Jacki

Maybe you are looking for

  • ITunes sync bug causes space on iPod/iPhone to be gradually lost over time

    This topic pertains to iTunes for Windows version 10.1.1 and most likely all prior versions. At the time of this writing 10.1.1 is the latest version. I have clearly identified a bug with the procedure iTunes uses specifically to copy Music over to t

  • Adobe InDesign CC2014 has stopped working

    I subscribed 2 days ago to Adobe CC but am unable to work on InDesign without getting this response.... "Adobe InDesign CC2014 has stopped working... A problem caused the program to stop working correctly. Windows will close the program and notify yo

  • Need help Staffing a Portal Project

    Can anyone tell me how many people are needed to staff a sun Portal implementation project. We are estimating 2 fulltime developers for a 6 month duration. The client wants the follwing features: Personalization, Online forums/collaboration, Portlets

  • Books Java Server Pages. I would like to learn

    I have been using PHP for the last 4 years, but would love to learn Java Server Pages, .jsp Can anyone recommend good books that can teach me the basics of .jsp so that I can start creating webpages with webforms etc.... I see .jsp as a logical progr

  • Bi Publisher email server bursting

    Hello, Does anyone knows how to retreive a deleted email server name within the Bi publisher Admin tab -- option Delivery --Email tab It was created then I deleted it and now I can't recreate the server name it says "A server with the name ##### alre