Help required in installation of designer package

Hi ,
I am new to Forms. I have got request from one of our users that he is not able to install Designer package of Oracle Forms 6i.
He says "I have successfully isntalled a version of the runtime application but I am unable to install the Designer Package. The installer stops at plus80.map(0) FILE_NOT_FOUND ..."
Any suggestions on this?

Try the Designer Forum for designer specific questions.
Tony

Similar Messages

  • Help required in the installation of Designer package

    Hi,
    I have a query from the user on the installation of Designer package of Oracle Forms 6i.
    He says "I have successfully isntalled a version of the runtime application but I am unable to install the Designer Package. The installer stops at plus80.map(0) FILE_NOT_FOUND ..."
    Any suggestions on this?

    I am not quite sure what you are doing.
    Are you trying to install Designer or a form that was generated by Designer?
    Michael

  • Help required with Hierarchical XSD design

    Can someone tell me whats wrong with this XSD? As you can see there are 26 levels of parent, child, grandchild........... The idea is that even if a child is missing, the relationship is not broken and an XML tag is still generated. This design is not working however
    <?xml version="1.0" encoding="UTF-8"?>
    <schema xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
    xmlns:tns="http://www.oracle.com/ias/processconnect"
    targetNamespace="http://www.oracle.com/ias/processconnect"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified"
    nxsd:stream="chars"
    nxsd:version="NXSD">
    <element name="root_element">
    <complexType>
    <sequence>
    <!-- FILEHD -->
    <element name="FILEHD" type="tns:FILEHD" startsWith="FILEHD" maxOccurs="unbounded" nillable="true" >
    <complexType name="FILEHD">
    <sequence>
    <!-- <element name="RecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="CustomerName" type="string" nxsd:style="fixedLength" nxsd:length="7" />
    <element name="VersionNumber" type="string" nxsd:style="fixedLength" nxsd:length="6" />
    <element name="CreationDate" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- FILETL -->
    <element name="FILETL" type="tns:FILETL" startsWith="FILETL" maxOccurs="unbounded" nillable="true" >
    <complexType name="FILETL">
    <sequence>
    <!-- <element name="FiletlRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <complexType>
    <sequence>
    <!-- CATID-->
    <element name="CATID" type="tns:CATID" startsWith="CATID" maxOccurs="unbounded" nillable="true" >
    <complexType name="CATID">
    <sequence>
    <!-- <element name="CatRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="CatalogueID" type="string" nxsd:style="fixedLength" nxsd:length="3" />
    <element name="VaxCatalogueName" type="string" nxsd:style="fixedLength" nxsd:length="70" />
    <element name="OpelCatalogueName" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- FWDREF-->
    <element name="FWDREF" type="tns:FWDREF" startsWith="FWDREF" maxOccurs="unbounded" nillable="true" >
    <complexType name="FWDREF">
    <sequence>
    <!-- <element name="FwdRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="Filler" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="FwdLanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="FwdCatllustRef" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- SECTID-->
    <element name="SECTID" type="tns:SECTID" startsWith="SECTID" maxOccurs="unbounded" nillable="true" >
    <complexType name="SECTID">
    <sequence>
    <!-- <element name="SecRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="SectionCode" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="SecLanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="SectionName" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- ILLREF-->
    <element name="ILLREF" type="tns:ILLREF" startsWith="ILLREF" maxOccurs="unbounded" nillable="true" >
    <complexType name="ILLREF">
    <sequence>
    <!-- <element name="ILLRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="Effectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="IllustRef" type="string" nxsd:style="fixedLength" nxsd:length="8" />
    <element name="CatIllusRef" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- SUBSEC-->
    <element name="SUBSEC" type="tns:SUBSEC" startsWith="SUBSEC" maxOccurs="unbounded" nillable="true" >
    <complexType name="SUBSEC">
    <sequence>
    <!-- <element name="SubsecRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="SubsecEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="SubsecLanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="SubsecName" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- SUBSET-->
    <element name="SUBSET" type="tns:SUBSET" startsWith="SUBSET" maxOccurs="unbounded" nillable="true" >
    <complexType name="SUBSET">
    <sequence>
    <!-- <element name="SubsetRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="SubsetEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="SubsetTagCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="SubsetTagText" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- MAINHD-->
    <element name="MAINHD" type="tns:MAINHD" startsWith="MAINHD" maxOccurs="unbounded" nillable="true" >
    <complexType name="MAINHD">
    <sequence>
    <!-- <element name="MainRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="MainEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="MainLanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="MainHeadingText" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- SUBHD-->
    <element name="SUBHD" type="tns:SUBHD" startsWith="SUB-HD" maxOccurs="unbounded" nillable="true" >
    <complexType name="SUBHD">
    <sequence>
    <!-- <element name="SubhdRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="SubhdEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="SubhdLanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="SubhdHeadingText" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- SUBHT-->
    <element name="SUBHT" type="tns:SUB-HT" startsWith="SUB-HT" maxOccurs="unbounded" nillable="true" >
    <complexType name="SUBHT">
    <sequence>
    <!-- <element name="SubhtRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="SubhtEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="SubhtLanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="SubhtHeadingText" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- NOTESTA-->
    <element name="NOTESTA" type="tns:NOTESTA" startsWith="NOTE-S" maxOccurs="unbounded" nillable="true" >
    <complexType name="NOTESTA">
    <sequence>
    <!-- <element name="NotestaRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="NotestaEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="NotestaLanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
         <element name="NotestaNoteWord" type="string" nxsd:style="fixedLength" nxsd:length="15" />
    <element name="NotestaNotetext" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- NOTEMID-->
    <element name="NOTEMID" type="tns:NOTEMID" startsWith="NOTE-M" maxOccurs="unbounded" nillable="true" >
    <complexType name="NOTEMID">
    <sequence>
    <!-- <element name="NotemidRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="NotemidEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="NotemidLanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="NotemidNotetext" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- NOTEEND-->
    <element name="NOTEEND" type="tns:NOTEEND" startsWith="NOTE-E" maxOccurs="unbounded" nillable="true" >
    <complexType name="NOTEEND">
    <sequence>
    <!-- <element name="NoteendRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="NoteendEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="NoteendLanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="NoteendNotetext" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- DDESC-->
    <element name="DDESC" type="tns:DDESC" startsWith="D-DESC" maxOccurs="unbounded" nillable="true" >
    <complexType name="DDESC">
    <sequence>
    <!-- <element name="DdescRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="DdescEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
         <element name="DdescIllusxref" type="string" nxsd:style="fixedLength" nxsd:length="3" />
         <element name="DdescQnty" type="string" nxsd:style="fixedLength" nxsd:length="2" />
         <element name="DdescFootxref" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="DdescPartnbr" type="string" nxsd:style="fixedLength" nxsd:length="12" />
         <element name="DdescCatnbr" type="string" nxsd:style="fixedLength" nxsd:length="12" />
         <element name="DdescCatsym" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="DdescLhdRhd" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- DUSAGE-->
    <element name="DUSAGE" type="tns:DUSAGE" startsWith="D-USG" maxOccurs="unbounded" nillable="true" >
    <complexType name="DUSAGE">
    <sequence>
    <!-- <element name="DusgRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="DusgEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="DusgLanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="DusgUsgtext" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- DUSGTAG-->
    <element name="DUSGTAG" type="tns:DUSGTAG" startsWith="D-USGT" maxOccurs="unbounded" nillable="true" >
    <complexType name="DUSGTAG">
    <sequence>
    <!-- <element name="DusgtRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="DusgtEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="DusgtTagCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="DusgtTagtext" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- DRANGE-->
    <element name="DRANGE" type="tns:DRANGE" startsWith="D-RGE" maxOccurs="unbounded" nillable="true" >
    <complexType name="DRANGE">
    <sequence>
    <!-- <element name="DrgeRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="DrgeEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="DrgeTagCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="DrgeTagtext" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- DES0-->
    <element name="DES0" type="tns:DES0" startsWith="DES0" maxOccurs="unbounded" nillable="true" >
    <complexType name="DES0">
    <sequence>
    <!-- <element name="Des0RecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="Des0Effectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="Des0LanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="Des0DescText" type="string" nxsd:style="terminated" nxsd:quotedBy="&lt;" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- DES1-->
    <element name="DES1" type="tns:DES1" startsWith="DES1" maxOccurs="unbounded" nillable="true" >
    <complexType name="DES1">
    <sequence>
    <!-- <element name="Des1RecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="Des1Effectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="Des1LanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="Des1DescText" type="string" nxsd:style="terminated" nxsd:quotedBy="&lt;" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- DES2-->
    <element name="DES2" type="tns:DES2" startsWith="DES2" maxOccurs="unbounded" nillable="true" >
    <complexType name="DES2">
    <sequence>
    <!-- <element name="Des2RecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="Des2Effectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="Des2LanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="Des2DescText" type="string" nxsd:style="terminated" nxsd:quotedBy="&lt;" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- DES3-->
    <element name="DES3" type="tns:DES3" startsWith="DES3" maxOccurs="unbounded" nillable="true" >
    <complexType name="DES3">
    <sequence>
    <!-- <element name="Des3RecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="Des3Effectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="Des3LanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="Des3DescText" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- DES4-->
    <element name="DES4" type="tns:DES4" startsWith="DES4" maxOccurs="unbounded" nillable="true" >
    <complexType name="DES4">
    <sequence>
    <!-- <element name="Des4RecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="Des4Effectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="Des4LanguageCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="Des4DescText" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- DEST-->
    <element name="DEST" type="tns:DEST" startsWith="DEST" maxOccurs="unbounded" nillable="true" >
    <complexType name="DEST">
    <sequence>
    <!-- <element name="DestRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="DestEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="DestTagCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="DestTagText" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- FOOTNT-->
    <element name="FOOTNT" type="tns:FOOTNT" startsWith="FOOTNT" maxOccurs="unbounded" nillable="true" >
    <complexType name="FOOTNT">
    <sequence>
    <!-- <element name="FootntRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="FootntEffectivity" type="string" nxsd:style="fixedLength" nxsd:length="1" />
    <element name="FootntLangCode" type="string" nxsd:style="fixedLength" nxsd:length="2" />
         <element name="FootntXref" type="string" nxsd:style="fixedLength" nxsd:length="2" />
    <element name="FootntText" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    <complexType>
    <sequence>
    <!-- CATEND-->
    <element name="CATEND" type="tns:CATEND" startsWith="CATEND" maxOccurs="unbounded" nillable="true" >
    <complexType name="CATEND">
    <sequence>
    <!-- <element name="CatendRecordID" type="string" nxsd:style="fixedLength" nxsd:length="6" /> -->
    <element name="CatendCatID" type="string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
              </element>
              </schema>

    I would suggest you should start with much smaller schema or to test step-by-step on the way of expanding the schema : not only to make sure it validates what is intended for but to make sure the schema itself being correct.
    I have only read through the first tens of lines and there are already "many" fundamental errors in schema construction.
    Take this starting fragment.
    <!-- taken from the orignal post -->
    <element name="root_element">
    <complexType>
    <sequence>
    <!-- FILEHD -->
    <element name="FILEHD" type="tns:FILEHD" startsWith="FILEHD" maxOccurs="unbounded" nillable="true" >
    <complexType name="FILEHD">
    <sequence>
    <!-- <element name="RecordID" type="string" nxsd:style="" /> -->
    <element name="CustomerName" type="string" nxsd:style="" />
    <element name="VersionNumber" type="string" nxsd:style="" />
    <element name="CreationDate" type="string" nxsd:style="" />
    <complexType>
    <sequence>
    <!-- FILETL -->
    <element name="FILETL" type="tns:FILETL" startsWith="FILETL" maxOccurs="unbounded" nillable="true" >
    <complexType name="FILETL">
    <sequence>
    <!-- etc etc... -->[1] What is the attribute startsWith which should be defined in the schema namespace (http://www.w3.org/2001/XMLSchema). Where do you get the idea it means something in the "element" element? What does it mean? I ask because I think it is wrong.
    [2] And then type="tns:FILETL" attribute in the element. I think I get the idea that you want to refer to the following complexType named="FILETL". But this is wrong construction. It won't never work for multiple reason.
    [2.1] Either you close the element right away and take out what follows and make the latter as a top-level complexType element named "FILETL", or
    [2.2] Or you take out the name attribute in the following line of complexType. As such, it is a local type (or an anonymous type) which is forbidden to have a name attribute. That's strict and forbidden.
    [3] And then after element named CreationDate which has a well-defined type string and is closed. But immediately after, you have complexType... This is not an acceptable construction. You cannot have complexType (or simpleType for that matter) as immediate child of sequence (or any other component like choice or all etc.) That is fatal error. The schema processing engine cannot go any further.
    After the quoted fragment, you probably have a lot of similar constructions that you've to correct them all to begin with. There is a very slim chance to furnish you further help if those kinds of errors appear all over the places.

  • Help required regarding installation of OS X Mavericks

    Want to install OS X Mavericks on my macbook air
    msg is coming to install MacBook Air Flash Storage Firmware Update 1.1
    tried to install....but not getting installed on my OS
    Kindly help
    presently using MAC OS X (10.7.4) Lion

    Download the update from this page and install it.
    https://support.apple.com/kb/dl1690
    Then restart you mac before you try and install OS X Mavericks again.

  • When i run installation itunes,i see this massage "there is a problem with this windows installer package.a program required for this install to complete could not be run. contact your support personnel or package vendor."please help me for installation i

    when i run installation itunes,i see this massage "there is a problem with this windows installer package.a program required for this install to complete could not be run. contact your support personnel or package vendor."please help me for installation itunes on my pc completely.

    Apparently it's an itunes issue. I just tried to update and got the same issue. Called att to activate my iphone 4s and they say they can do the swap but apple is telling them itunes is down atm.  So will have to wait

  • Acrobat didn't install properly with CS4 Premium Design package. Help?

    I apologize, but I have been so frustrated with technology lately, because I have been having the worst luck it seems.
    I have the Creative Suite 4 Premium Design package.
    I had NO idea that Acrobat Professional was included, because it has never appeared on my computer.
    Now, I find out - 4-5 months later that I DO have it, but WHY can't I use it?
    So, I called Adobe support yesterday, and they suggested that I try to reinstall JUST Acrobat Professional.
    I will have to get the original CD from my parent's home, and that will take another week or so.
    Q: Sorry for the long explanation, but HAS anyone else had this problem with Acrobat?
    Q:  What is acrobat.com that keeps appearing in my programs, but not the Acrobat Professional?
    Can anyone/someone please give me some feedback?
    Thank you greatly for your time and help!

    I forgot to add (i'm sorry)-
    I'm running Windows Vista Home Edition.
    Thank you!

  • HELP! adobe reader XI (11.0.09)  hangs on installation (running scripts package)

    adobe reader XI (11.0.09) hangs on installation (running scripts package). I cannot shut my computer down, because the installer won't let it and says "interrupting the install will damage the computer) I just wanted to update from 11.0.07 but it said contents had been changed so I had to reinstall adobe reader. So I am trying but it has been hours.

    Hi andrea02,
    Are you still facing this issue?
    You may try uninstall previous installation copy using Adobe Acrobat/Reader cleaner tool::  http://labs.adobe.com/downloads/acrobatcleaner.html
    Regards,
    Ajlan Huda.

  • Help Required - Oracle AS 10g

    hello,
    i have just downloaded oracle 10g softwares ...
    i installed database then developer suite ... everything was fine ... until i was unable to run forms ...
    a friend of mine told me that i need to install application server in order to run forms ...
    1st of all i want to know that is there any way i can run forms without using Oracle AS 10g ...
    2ndly i m facing problems in installation of Oracle AS 10g ...
    i have studied online documentation but it ain't so helpfull for me ...
    it seems like ... i have to install "Oracle AS infrastructure" first and then "Middle-tier: Business Intelligence and forms" ...
    i m using P-IV (AMD Athlon XP 2100+, MMX, 1.7GHz Processor) with 512 MB DD RAM and Windows XP Professional with Service Pack 2 as Operating System.
    During installation, the installer is warning dat only "Oracle Application Server (J2EE and Web Cache)" and "Oracle Application Server Developer Kits" are supported installations on dis platform ...
    what should i do ... urgent help required ...
    regards,
    yasir ([email protected])

    @ brusardl and rkogelhe
    thanx for replying ...
    brusardl
    i didn't changed da port while installing Oracle AS ...
    inspite i stopped all services using/listening from dat port ...
    now ... i guess there has been some conflict ... as database listner stops automatically just after starting !!!
    rkogelhe
    can u plz tell me what is BI version of Forms ...
    and can i view forms running on web without installing Oracle AS with OC4J bundled in Forms ???
    Another Problem:
    I re-installed Database, Developer suite and then Oracle AS infrastructure ...
    everthing went fine ...
    when i installed Oracle AS Middle Tier - Business Intelligence & Forms
    during installation ... some configuration assistants failed/skipped ...
    da OC4J configration assistant at 5th last position failed ... so remaining 4 configuration assistants were skipped ...
    at da end it said ... Installation Succesfull but with some configuration assistants failed/skipped ...
    is dis a installation useless ... can i fix dis ?
    regards,
    yasir

  • Help required from JDeveloper Development Team.

    HI there,
    I Download the JDeveloper 10.1.2 (1811) from OTN, But the downloaded archive file is unable to open. I did the download once again but I am facing same problem. I want to JDeveloper 10.1.2 for the installation of BI Beans 10.1.2.
    Help required from JDeveloper Development Team
    Thanks For Your Time,
    Regards,
    ViSHAL.

    Please use an informative Subject line, there is more chance that people will read the post.
    All we can suggest is that you try the download again.

  • Help required with (soundcard) connection / settings, thanks in advan

    Help required with connection / settings between a Creative Sound Blaster Audigy Platinum EX (soundcard) and a Creative DTT3500 Digital (5. speakers).
    The problem
    No sound from any of the speakers. (Exception can plug in headphones at front)
    Background
    My computer has been recently upgraded at my local computer shop and all programs re-installed (including driver update from Creative's website). However after reconnecting speakers and restoring the original settings I?m getting no sound from any of the speakers. I?ve followed all the available advice/instructions I can find on this website and manuals to no avail.
    Set-up
    Physical
    (Digital DIN) Speakers/decoder amplifier (DTT3500) connected to the (digital out) soundcard (Audigy Platinum EX) using minijack to DIN cable. (As per instruction manual)
    Software
    Creative Audio Consul ? setting as per instructions, however have tried variations in vain. (Note: above tabs there is a select device box with SB Audigy [A0000] in it ? only option. Just wondering what [A0000] means?)
    Your advice please. A simple step by step guide would be appreciated, many thanks in advance, Jon

    "My computer has been recently upgraded at my local computer shop and all programs re-installed (including driver update from Creative's website). "
    Do you have the original installation disk?
    If so, try installing THOSE drivers, ESPECIALLY if it worked before. Be sure to uninstall what is there now, first.
    Its natural for most people to want the 'latest' drivers for their hardware. However:
    After experiencing some difficulties with some CL 'updates' for certain products, I now avoid them UNLESS I am having a PROBLEM with the existing drivers.

  • The installed version of SQL Server could not be verified or is not supported. Verify that the computer and the installed version of SQL Server meet the minimum requirements for installation

    Hi Guys,
    Currently i am trying to install SCOM2012R2 with SQL 2012 SP1. When i proceed with SCOM installation, getting an error
    "The installed version of SQL Server could not be verified or is not supported. Verify that the computer and the installed version of SQL Server meet the minimum requirements for installation, and that the firewall settings are correct. See the Supported
    Configurations document for further information.
    SQL Collation i selected as per System Center2012 guide SQL_Latin1_General_CP1_CI_AS
    Can some one please help me on this?
    Regards
    Kris
    Kris

    Hi,
    Please check logs for further information. Let us know what the logs says:
    http://www.systemcentercentral.com/opsmgr-2012-my-installation-failed-what-log-files-do-i-read-and-where-can-i-find-them/
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • The installation of this package failed" error while installing Nov 2013 CU (KB 2889944) for SharePoint 2013

    Hi,
    I'm currently installing Nov CU on my Sharepoint 2013 farm, I have 2 APPS and 2 WFE. I successfully installed the patch in 3 servers however, I got this error "The installation of this package failed” in one of my server.
    Now i cant run the configuration wizard because it of this error.
    Any advise how on to solve this issue? it's giving me headache the whole day already.
    thanks!
    JD

    Hi Trevor,
    Thank you for your reply, I just want to share with you what i found in the msi logs.
    DEBUG: Error 2746:  Transform 9010F70000100015.0.4454.1510 invalid for package C:\Windows\Installer\27476d.msi. Expected product {90150000-10F7-0000-1000-0000000FF1CE}, found product {90150000-104B-0000-1000-0000000FF1CE}.
    MSI (s) (A8:10) [14:34:35:466]: Skipping validation for patch transform #9010F70000100015.0.4454.1510.  Will not apply because previous transform was invalid
    MSI (s) (A8:10) [14:34:35:466]: Looking for patch transform: 9010F70000100015.0.4420.1017
    1: 2746 2: 9010F70000100015.0.4454.1510 3: C:\Windows\Installer\27476d.msi 4: {90150000-10F7-0000-1000-0000000FF1CE} 5: {90150000-104B-0000-1000-0000000FF1CE} 
    DEBUG: Error 2746:  Transform 9010F70000100015.0.4420.1017 invalid for package C:\Windows\Installer\27476d.msi. Expected product {90150000-10F7-0000-1000-0000000FF1CE}, found product {90150000-104B-0000-1000-0000000FF1CE}.
    MSI (s) (A8:10) [14:34:35:466]: Skipping validation for patch transform #9010F70000100015.0.4420.1017.  Will not apply because previous transform was invalid
    MSI (s) (A8:10) [14:34:35:466]: Looking for patch transform: 9010FB0000100015.0.4454.1510
    1: 2746 2: 9010F70000100015.0.4420.1017 3: C:\Windows\Installer\27476d.msi 4: {90150000-10F7-0000-1000-0000000FF1CE} 5: {90150000-104B-0000-1000-0000000FF1CE} 
    DEBUG: Error 2746:  Transform 9010FB0000100015.0.4454.1510 invalid for package C:\Windows\Installer\27476d.msi. Expected product {90150000-10FB-0000-1000-0000000FF1CE}, found product {90150000-104B-0000-1000-0000000FF1CE}.
    MSI (s) (A8:10) [14:34:35:466]: Skipping validation for patch transform #9010FB0000100015.0.4454.1510.  Will not apply because previous transform was invalid
    MSI (s) (A8:10) [14:34:35:466]: Looking for patch transform: 9010FB0000100015.0.4420.1017
    1: 2746 2: 9010FB0000100015.0.4454.1510 3: C:\Windows\Installer\27476d.msi 4: {90150000-10FB-0000-1000-0000000FF1CE} 5: {90150000-104B-0000-1000-0000000FF1CE} 
    DEBUG: Error 2746:  Transform 9010FB0000100015.0.4420.1017 invalid for package C:\Windows\Installer\27476d.msi. Expected product {90150000-10FB-0000-1000-0000000FF1CE}, found product {90150000-104B-0000-1000-0000000FF1CE}.
    MSI (s) (A8:10) [14:34:35:466]: Skipping validation for patch transform #9010FB0000100015.0.4420.1017.  Will not apply because previous transform was invalid
    MSI (s) (A8:10) [14:34:35:466]: Looking for patch transform: 90107F0000100015.0.4454.1510
    1: 2746 2: 9010FB0000100015.0.4420.1017 3: C:\Windows\Installer\27476d.msi 4: {90150000-10FB-0000-1000-0000000FF1CE} 5: {90150000-104B-0000-1000-0000000FF1CE} 
    DEBUG: Error 2746:  Transform 90107F0000100015.0.4454.1510 invalid for package C:\Windows\Installer\27476d.msi. Expected product {90150000-107F-0000-1000-0000000FF1CE}, found product {90150000-104B-0000-1000-0000000FF1CE}.
    MSI (s) (A8:10) [14:34:35:482]: Skipping validation for patch transform #90107F0000100015.0.4454.1510.  Will not apply because previous transform was invalid
    MSI (s) (A8:10) [14:34:35:482]: Looking for patch transform: 90107F0000100015.0.4420.1017
    1: 2746 2: 90107F0000100015.0.4454.1510 3: C:\Windows\Installer\27476d.msi 4: {90150000-107F-0000-1000-0000000FF1CE} 5: {90150000-104B-0000-1000-0000000FF1CE} 
    DEBUG: Error 2746:  Transform 90107F0000100015.0.4420.1017 invalid for package C:\Windows\Installer\27476d.msi. Expected product {90150000-107F-0000-1000-0000000FF1CE}, found product {90150000-104B-0000-1000-0000000FF1CE}.
    MSI (s) (A8:10) [14:34:35:482]: Skipping validation for patch transform #90107F0000100015.0.4420.1017.  Will not apply because previous transform was invalid
    MSI (s) (A8:10) [14:34:35:482]: Looking for patch transform: 90104B0000100015.0.4454.1510
    1: 2746 2: 90107F0000100015.0.4420.1017 3: C:\Windows\Installer\27476d.msi 4: {90150000-107F-0000-1000-0000000FF1CE} 5: {90150000-104B-0000-1000-0000000FF1CE} 
    DEBUG: Error 2749:  Transform 90104B0000100015.0.4454.1510 invalid for package C:\Windows\Installer\27476d.msi. Expected product version == 15.0.4454.1510, found product version 15.0.4420.1017.
    I hope you can help me shed light on this.
    Regards,
    JD

  • SAP Installation java error package j2sdk-1_4_2_16-fcs is already installed

    Hi All,
    I need one help.
    I am trying to install SAP ECC 6.0 in REDHAT Linux 5.0 and Database Oracle 10.2.
    I have downloaded the below two java files
    j2sdk-1_4_2_16-linux-i586.bin
    j2sdk-1_4_2_16-linux-i586-rpm.bin
    I uncared the file j2sdk-1_4_2_16-linux-i586.bin. Then I searched and come to know we have to install the .rpm file, so I deleted the /java folder (perhaps a mistake, I didn't use the uninstall command).
    Then I uncared the file j2sdk-1_4_2_16-linux-i586-rpm.bin  and tried to run the below rpm command to install the java package. Now I am getting the below response
    rpm -iv j2sdk-1_4_2_16-linux-i586.rpm
    Preparing packages for installation...
    package j2sdk-1_4_2_16-fcs is already installed
    Please help me how correct this error.
    I searched and found the below command to replace the already installed java file, with the new file.
    rpm -iv --replacepkgs j2sdk-1_4_2_16-linux-i586.rpm
    but it does not worked facing the below error
    --replace:unknownoption.
    Please help me, thanks.
    Thanks,
    Senthil.

    Hi,
    Please, install correct version of sdk 1.4.2:
    https://service.sap.com/sap/support/notes/716604
    And check thread Re: SAP ECC-6.0 in Suse Linux 10 sp1 for uninstallation info.
    Best Regards,
    Aleh
    Edited by: Aleh Mikhniuk on Mar 23, 2011 9:34 AM

  • How to create installation scripts in packaged application

    can u tel me How to create installation scripts for packaged application.
    also tell me , i have to first install scripts and then supporting objects or
    supporting objects first then installation scripts..

    Hi,
    Depending upon your usecase there are different ways to implement this logic.
    Check this for example (Read my answer in this post):
    https://forums.sdn.sap.com/thread.jspa?threadID=349151
    Also check these senarios:
    http://help.sap.com/saphelp_nw70/helpdata/en/42/9ddf20bb211d72e10000000a1553f6/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/42/9ddcc9bb211d72e10000000a1553f6/frameset.htm
    Also the delegation may be interesting for you:
    http://help.sap.com/saphelp_nw70/helpdata/en/a0/44b742cafec96ae10000000a155106/frameset.htm
    Greetings,
    Praveen Gudapati

  • CC Design package.

    I think it would be helpful to offer a few more packages (maybe an à la carte option as well) to the subscription model, besides the one or all model you currently have.
    For example, I think many creatives would want a traditional print + web design app package only:
    InDesign
    Photoshop
    Illustrator
    Bridge
    Along with the rest of your CC services:
    Typekit integration
    Cloud File Sharing
    Behnace, etc.
    There's no need for Flash, DW, video editing, etc.
    I do appreciate the big discount for CS registered users, but this is just for the first year. Seems like Adobe could offer something between the $9 and $49 price point, without things getting too complicated.

    Thank you very much for your feedback Ladri-bici.  I will certainly forward on your suggestion.

Maybe you are looking for

  • What is the name of the song on the OVI maps comme...

    What is the name of the song featured on the commercial for OVI maps, the ad looks as though it's set in Florence, Italy but I'm not sure. Really would like to know. Also, I believe it's a female singer. Thanks a bunch, please help. 

  • Transfer/Conversion of Existing Open Item GL to a new Open Item GL

    Greetings, We're standardizing our banking GL accounts and as part of this we have to transfer open items and line items (line items from non-open item GL's to a new Open item GL).  What might be the best way to transfer multiple open items from one

  • Login user id is invalid in oracle 11i apps 11.5.8 on windows 2003 server

    Dear All, I Installed oracle 11i apps 11.5.8 on windows server, when I try to start ie browser with user administrator and password, it is showing me, user id is invalid, try to login in again. and on the status bar down it is showing loginscript_log

  • Installing a unifying switch for many switchs linksys slm 224g

    currently I am the administrator of a network containing 6 linksys switch SLM224G... for optimal use I think bying and installing a unifying switch cisco .. is it the right solution ? what is the best solution and what is the best Cisco product ?

  • Production confirmation screen CO11

    Hi All, My requirement is that during Prod Order Confirmation using transaction code CO11, the yield is not appearing in the initial screen to suitably select the quantity needed for confirmation. It comes in a subsequent screen and in case I need to