Error: Specified WebLogic home is not associated with given Middleware home

Hi All,
I am getting an error -"INST-07250: Specified WebLogic home is not associated with the given Middleware home" while configuring "bi domain".
My requirement is to first install a domain in one host and then copy the installation to a different host so that domain can be configured in the new host.
To make it run on the new host, I have modified the path of fusion home directory and host info in all the required files. But when I run the below script which configures "bi domain" and does silent installation, I get the above INST-07250 error.
The paths of MW_HOME, WEBLOGIC_HOME, ORACLE_HOME and INSTALLER_DIR etc are as per the new host and correct.
Script:
$INSTALLER_DIR/runInstaller ORACLE_HOME="$ORACLE_HOME" -invPtrLoc $ORACLE_HOME/oraInst.loc -oneclick $COMMANDLINE -Doracle.config.mode=true
The variables are:
INSTALLER_DIR= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi/bin/../oui/bin
ORACLE_HOME= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi
COMMANDLINE= -weblogicConfigSilent -silent -waitForCompletion -responseFile /tmp/bi-facade-temp-dir505387909/configuration.rsp -jreLoc /scratch/kumasaur/prov/repos64ST3B17A/jdk6
and the configuration.rsp file contents are:
[ENGINE]
#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0
[GENERIC]
UNIX_GROUP_NAME=dba
#Set this to true if you want to create a new domain, all other required variables need to be provided. If this is set to true then variables "SCALEOUT_BISYSTEM" must be set to false, since the variables are mutually exclusive.
CREATE_BISYSTEM=true
#Set this to true if you want to extend an already existing domain, all other required variables need to be provided. If this is set to true then variables "CREATE_BISYSTEM" must be set to false, since the variables are mutually exclusive.
SCALEOUT_BISYSTEM=false
#Write the name of the domain you want to create. Domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
DOMAIN_NAME=BIDomain
#Write the name of the host to which you want to connect. It should have an already existing domain configured.
DOMAIN_HOSTNAME=adc6260266.us.oracle.com
#Give the port number at which the host should be connected.
DOMAIN_PORT=
#Give an administrator user name for the domain if you are creating a new one otherwise give the administrator user name for the domain configured at the host.
ADMIN_USER_NAME=FUSION_APPS_PROV_PATCH_APPID
#Give an administrator password for the domain if you are creating a new one otherwise give the administrator password for the domain configured at the host.
ADMIN_PASSWORD=Bcu#favw2goh1m
#Write the administrator password again to confirm.
ADMIN_CONFIRM_PASSWORD=Bcu#favw2goh1m
#Give the complete path to a valid Middleware Home.
MW_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps
#Give the complete path to a valid WebLogic Server Home.
WEBLOGIC_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/wlserver_10.3
#Give the complete path for an Oracle Instance directory to be created. This is the location where the software configuration files and runtime processes will reside.
INSTANCE_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/BIInstance
#Give a name for Oracle Instance corresponding to the Instance Home. The Oracle Instance name may only contain alphanumeric and underscore (_) characters, it must begin with an alphabetic (a-z or A-Z) character, and must be from 4 to 30 characters in length.
INSTANCE_NAME=BIInstance
#Give the complete path for a domain home to be created.
DOMAIN_HOME_PATH=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/domains/adc6260266.us.oracle.com/BIDomain
#Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
DATABASE_CONNECTION_STRING_BI=ap6055fems.us.oracle.com:1528:fadb04
#Enter the BIPLATFORM schema username.
DATABASE_SCHEMA_USER_NAME_BI=BIKUMASAUR_BIPLATFORM
#Enter the BIPLATFORM schema password.
DATABASE_SCHEMA_PASSWORD_BI=<SECURE VALUE>
#Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
DATABASE_TYPE_BI=Oracle Database
#Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
DATABASE_CONNECTION_STRING_MDS=ap6055fems.us.oracle.com:1528:fadb04
#Enter the MDS schema username.
DATABASE_SCHEMA_USER_NAME_MDS=FUSION_MDS
#Enter the MDS schema password.
DATABASE_SCHEMA_PASSWORD_MDS=<SECURE VALUE>
#Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
DATABASE_TYPE_MDS=Oracle Database
AUTOMATIC_PORT_DETECT=false
#Specify the full path to the staticports.ini file that lists the ports to use.
STATICPORT INI FILE LOCATION=/scratch/kumasaur/prov/apphome/ports/bi_staticports.ini
#Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
MYORACLESUPPORT_USERNAME=
#Provide the My Oracle Support Password
MYORACLESUPPORT_PASSWORD=<SECURE VALUE>
#Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
DECLINE_SECURITY_UPDATES=true
#Set this to true if My Oracle Support Password is specified
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
#Provide the Proxy Host
PROXY_HOST=
#Provide the Proxy Port
PROXY_PORT=
#Provide the Proxy Username
PROXY_USER=
#Provide the Proxy Password
PROXY_PWD=<SECURE VALUE>
#Provide the Password to encrypt the RPD
RPD_ENCRYPTION_PASSWORD=<SECURE VALUE>
#Confirm the RPD password
RPD_CONFIRM_PASSWORD=<SECURE VALUE>
[SYSTEM]
[APPLICATIONS]
#Set to true to configure Oracle Business Intelligence. Otherwise set to false.
CONFIGURE_BI=true
[RELATIONSHIPS]
Any help to resolve this would be greatly appreciated.
Thanks,
Saurabh

Hi All,
I am getting an error -"INST-07250: Specified WebLogic home is not associated with the given Middleware home" while configuring "bi domain".
My requirement is to first install a domain in one host and then copy the installation to a different host so that domain can be configured in the new host.
To make it run on the new host, I have modified the path of fusion home directory and host info in all the required files. But when I run the below script which configures "bi domain" and does silent installation, I get the above INST-07250 error.
The paths of MW_HOME, WEBLOGIC_HOME, ORACLE_HOME and INSTALLER_DIR etc are as per the new host and correct.
Script:
$INSTALLER_DIR/runInstaller ORACLE_HOME="$ORACLE_HOME" -invPtrLoc $ORACLE_HOME/oraInst.loc -oneclick $COMMANDLINE -Doracle.config.mode=true
The variables are:
INSTALLER_DIR= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi/bin/../oui/bin
ORACLE_HOME= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi
COMMANDLINE= -weblogicConfigSilent -silent -waitForCompletion -responseFile /tmp/bi-facade-temp-dir505387909/configuration.rsp -jreLoc /scratch/kumasaur/prov/repos64ST3B17A/jdk6
and the configuration.rsp file contents are:
[ENGINE]
#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0
[GENERIC]
UNIX_GROUP_NAME=dba
#Set this to true if you want to create a new domain, all other required variables need to be provided. If this is set to true then variables "SCALEOUT_BISYSTEM" must be set to false, since the variables are mutually exclusive.
CREATE_BISYSTEM=true
#Set this to true if you want to extend an already existing domain, all other required variables need to be provided. If this is set to true then variables "CREATE_BISYSTEM" must be set to false, since the variables are mutually exclusive.
SCALEOUT_BISYSTEM=false
#Write the name of the domain you want to create. Domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
DOMAIN_NAME=BIDomain
#Write the name of the host to which you want to connect. It should have an already existing domain configured.
DOMAIN_HOSTNAME=adc6260266.us.oracle.com
#Give the port number at which the host should be connected.
DOMAIN_PORT=
#Give an administrator user name for the domain if you are creating a new one otherwise give the administrator user name for the domain configured at the host.
ADMIN_USER_NAME=FUSION_APPS_PROV_PATCH_APPID
#Give an administrator password for the domain if you are creating a new one otherwise give the administrator password for the domain configured at the host.
ADMIN_PASSWORD=Bcu#favw2goh1m
#Write the administrator password again to confirm.
ADMIN_CONFIRM_PASSWORD=Bcu#favw2goh1m
#Give the complete path to a valid Middleware Home.
MW_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps
#Give the complete path to a valid WebLogic Server Home.
WEBLOGIC_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/wlserver_10.3
#Give the complete path for an Oracle Instance directory to be created. This is the location where the software configuration files and runtime processes will reside.
INSTANCE_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/BIInstance
#Give a name for Oracle Instance corresponding to the Instance Home. The Oracle Instance name may only contain alphanumeric and underscore (_) characters, it must begin with an alphabetic (a-z or A-Z) character, and must be from 4 to 30 characters in length.
INSTANCE_NAME=BIInstance
#Give the complete path for a domain home to be created.
DOMAIN_HOME_PATH=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/domains/adc6260266.us.oracle.com/BIDomain
#Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
DATABASE_CONNECTION_STRING_BI=ap6055fems.us.oracle.com:1528:fadb04
#Enter the BIPLATFORM schema username.
DATABASE_SCHEMA_USER_NAME_BI=BIKUMASAUR_BIPLATFORM
#Enter the BIPLATFORM schema password.
DATABASE_SCHEMA_PASSWORD_BI=<SECURE VALUE>
#Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
DATABASE_TYPE_BI=Oracle Database
#Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
DATABASE_CONNECTION_STRING_MDS=ap6055fems.us.oracle.com:1528:fadb04
#Enter the MDS schema username.
DATABASE_SCHEMA_USER_NAME_MDS=FUSION_MDS
#Enter the MDS schema password.
DATABASE_SCHEMA_PASSWORD_MDS=<SECURE VALUE>
#Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
DATABASE_TYPE_MDS=Oracle Database
AUTOMATIC_PORT_DETECT=false
#Specify the full path to the staticports.ini file that lists the ports to use.
STATICPORT INI FILE LOCATION=/scratch/kumasaur/prov/apphome/ports/bi_staticports.ini
#Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
MYORACLESUPPORT_USERNAME=
#Provide the My Oracle Support Password
MYORACLESUPPORT_PASSWORD=<SECURE VALUE>
#Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
DECLINE_SECURITY_UPDATES=true
#Set this to true if My Oracle Support Password is specified
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
#Provide the Proxy Host
PROXY_HOST=
#Provide the Proxy Port
PROXY_PORT=
#Provide the Proxy Username
PROXY_USER=
#Provide the Proxy Password
PROXY_PWD=<SECURE VALUE>
#Provide the Password to encrypt the RPD
RPD_ENCRYPTION_PASSWORD=<SECURE VALUE>
#Confirm the RPD password
RPD_CONFIRM_PASSWORD=<SECURE VALUE>
[SYSTEM]
[APPLICATIONS]
#Set to true to configure Oracle Business Intelligence. Otherwise set to false.
CONFIGURE_BI=true
[RELATIONSHIPS]
Any help to resolve this would be greatly appreciated.
Thanks,
Saurabh

Similar Messages

  • Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection

    "[DBNETLIB] Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection"
    After patches applied on patch Tuesday the database reports the above error. 
    All accounts are domain accounts and SQLServer uses Windows auth.
    DCDIAG show no errors
    All servers and DC have been restarted,
    Message in db log confirms the connection is being denied due to trust.
    Event log shows same rejection
    Protocols enabled: named pipes, tcpip, memory
    TESTS:
    PortQry: "
    TCP port 1433 (ms-sql-s service): LISTENING"
    Connect with domain admin accounts works from multiple clients systems to DB.
    Cannot connect with newly created domain admin account
    Can connect if new admin account connect to server in terminal server session and uses UDL wizard or any other tool including isql.
    New standard user also fails to connect.
    NOTES:
    I removed the SSL patch and the IE security update to see if that was an issue.
    ¯\_(ツ)_/¯

    Has someone left the company or has an account of some nature been dropped/replaced?
    Please click "Mark As Answer" if my post helped. Tony C.
    Hi Tony,
    Srry but No.  We just installed the monthly updates.
    I went back and found I had missed removing a patch.  I missed the rollup for Windows Server 2003:
    Event Type: Information
    Event Source: NtServicePack
    Event Category: None
    Event ID: 4382
    Date:  3/12/2015
    Time:  12:26:04 PM
    User:  NETTEST\admin
    Computer: DATA1
    Description:
    Windows Server 2003 KB954920 was removed from your computer, and the previous Windows Server 2003 configuration was restored.
    After I removed that is still didn't work but after about five minutes it started working.
    I guess I ned to report that to MS after I research what might be changed to make the patch work.
    Every time I get stuck and ask for help it seems to be just before I stumble on the solution.
    Thanks for replying.
    Well - maybe this will help someone else.
    Thanks again for replying Tony
    ¯\_(ツ)_/¯

  • Since changing our computer I have been unable to download ebooks to my Reader Library I get a message Some file types associated with EPUB files are not associated with Reader Library; Waterstones suggest that I may have accidentally created a new Adobe

    When I try to download them from the Waterstones website I get a message saying:
    ‘Some file types associated with EPUB files are not associated with Reader Library.  Do you want to associate them now?  When I reply yes I get another message; ‘Configuration error unable to update EPUB files check network firewall and try again’.
    The ‘books’ are saved in the Download directory and I can’t transfer them from there to my E-Reader. I have not had any problems before, it was very simple; I saved the download and it automatically went into the Reader Library.
    I contacted HP and they said it is a software error and suggested I contact Waterstones.  I contacted Waterstones Customer Support and got the following response:
    As the error message is specifically mentioning the firewall it does sound like something in the firewall settings is stopping the download from taking place correctly. However, the files should not be being saved to the Download folder. It would be worth trying again by going to your Digital Order History on your Waterstones.com account and pressing the download button, and then making sure to press "Open" not "Save". When you press Open rather than Save it should give the option to open the file with Adobe Digital Editions. If the firewall message still comes up then I'm afraid something is blocking it on your end.
    If the above "Open" download method works but you then still get an error message it could possibly be that you have accidentally created a new Adobe ID when setting up on the new computer, rather than signing in with your old Adobe ID. It would be worth trying the aforementioned download technique again first, but if problems did still persist it would be worth calling Adobe themselves on 0207 365 0735, as they should be able to sort out any account issue.
      In response to the first para of Waterstones email I already do what they suggest I do press ‘Open’ not ‘Save’ but I don’t get the open with Adobe Digital Editions (we have installed Adobe Digital Editions on the new computer. Waterstones say we may have ‘accidentally created a new Adobe ID when setting up the new computer’ does that mean that we shouldn’t have installed Adobe Digital Editions on the new computer as it would have already been there? How do I sign in with my old Adobe ID? 

    Hi all after attampting to get some supoport from adobe by phone.... nice people infurating policys as far as support for digital editions or DRM is conserned... However I got no where with support.
    I ended up instaling Digital editions on my desktop PC and going through the motions of registering and borrowing a book then returning it. Then I trying on my iPad, Bluefire worked, Over drive did not so I completely removed Overdrive and reinstalled and re registered. all working now.
    Maybe some one at adobe did something. Maybe the install of the adobe DE client on a PC corrected what ever was out of wack with my account. Mayby the server that my account lives on did a scan disk and corrected a bad clustrer.
    What ever happend My account is actiove and working again. hope this helps others.

  • Better privecy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers?

    Question
    better privacy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers? edit
    Details

    As a temporary workaround, I believe this Adobe management page allows you to clear your "Flash cookies": [http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html Adobe - Flash Player : Settings Manager - Website Storage Settings panel] (hosted on macromedia.com -- Macromedia was the original developer of Flash).
    Regarding the script error, if I'm reading the script correctly, it is related to accessing your Flash cookies directory. It seems the publisher's support forum is not currently available for searching, but that might be a good next step.
    In the meantime, could you check whether the script has the correct location for your Flash cookies directory? If you can't access Tool > BetterPrivacy, you could check here:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''bpr''' and pause while the list is filtered
    (3) There should be a bolded setting named '''extensions.bprivacy.DataDir''' which looks approximately like the following:
    C:\Users\''yourWindowsUsername''\AppData\Roaming\Macromedia
    Do you have a similar value? If you paste the path used by BetterPrivacy into a Windows Explorer window, does it open? Also, click a couple levels in the folder, can you see:
    Flash Player \ #SharedObjects
    If the value is wrong, right-click the wrong value and choose Reset. BetterPrivacy should update the value the next time you try to access it.
    If the value is blank, you could try inserting a sensible value and see whether that helps.
    Any luck?

  • The vendor account is not associated with the file you are trying to open.Please try again.

    Please help me to understand what is the problem with the set up of the program. I bought an ebook from an internet site to which my IP address was blocked (in country 1). My brother bought it on a computer in country 2  and wanted to download and send me the file so I can open it on my computer. He set up initial download without Adobe ID. Afterwards he downloaded the pdf and send it to me. I tried to upload it  with my ADE reader but it didn't work without ID. My brother then deleted afterwards his ADE and installed it again, downloaded the ebook again but this time setting up an ID. He transferred me the file ,I used the same ID  but then the following message appeared "The vendor account is not associated with the file you are trying to open. Please try again." . Can this be fixed somehow? I cannot open the URLLinks even as there is no connection from my IP , but I have the pdf file ( ebook) but I don't know how to set up the program.

    Sorry Everyone this error message appeared in Digital Editions 4 used on a windows 8 laptop.  Thanks Chris

  • "The vendor account you entered is not associated with the item you are trying to open.  Please try again".  How do I fix this?

    Digital editions is set-up and accepting books.  Everything seems fine except when I try to open the books, it asks for authorisation.  I enter the Adobe ID which works when I go into the Adobe site, but gives me the error "The vendor account you entered is not associated with the item you are trying to open.  Please try again".  How do I fix this?

    This is the Adobe Reader forum; please ask in the Digital Editions forum.

  • Can't open re-installed Firefox - get this message: Error: platform version5.0 is not compatible with minVersion = 6.0 maxVersion = 6.0

    Had to uninstall Firefox as it stopped working. The went to website and downloaded Firefox once more. Pressed the .exe and the file went through the installation okay, but when I tried to open Firefox I get:
    Error: platform version5.0 is not compatible with
    minVersion > = 6.0
    maxVersion < = 6.0
    The only option i have is to press OK and nothing else happens.
    Can you offer any help - it is beyond me and I am missing Firfox and have lost all my bookmarks.

    The updater wasn't able to update all the files and some were left as older versions.<br />
    Do a clean reinstall.
    Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 6.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Uninstall your current Firefox version.
    * Do not remove personal data when you uninstall the current version.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • A while back I made a gamecenter account that was not associated with an Apple ID, it was with my email, now my gamecenter account IS my Apple ID. I want to delete it and make a new one, but i can't figure out how. Help!

    A while back I made a gamecenter account that was not associated with an Apple ID, it was with my email, now my gamecenter account IS my Apple ID. I want to delete it and make a new one, but i can't figure out how. Help!

    Since you can't delete Apple IDs and having multiple Apple IDs can cause confusion, what you may want to do is rename your existing Apple ID to the new email (desired Apple ID).  That would in effect do what you want, get rid of the old and give you the new.
    See "Apple ID: Changing your Apple ID"
    ivan

  • App store update shows I can't update an app since my Apple ID is not associated with my account on Yosemite

    App store update shows I can't update an app since my Apple ID is not associated with my account on Yosemite. How can I just force it to allow me to RE-BUY the app again since I don't even have it to update, but I want it?
    Currently, I even though I don't have the app, I am not given the option to buy, only to "update", and when I click on that it either hangs or it complains that it can't since my Apple ID is not associated with my account.

    And it was your wife's Apple ID that was used to download and install the Yosemite you are using on this computer? If so then I suggest you need to contact Apple to get his straightened out.
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes
    international calling numbers..
    For Mac App Store: Apple - Support - Mac App Store.
    For iTunes: Apple - Support - iTunes.

  • Adobe reader not associating with pdf files

    i've installed adobe reader X after reinstalling windows, but reader is not associating with pdf files and also not showing in "open with.." list, even after browsing and try to associate it manually it's not visible in recommended program list and in other program list. to open pdf files i've to open adobe reader and then open files.

    Please use the "Adobe Reader and Acrobat Cleaner Tool" from http://labs.adobe.com/downloads/acrobatcleaner.html and remove any traces of Adobe Reader already on your system.
    Post successfully removing the application, please re-install Adobe Reader from: http://get.adobe.com/reader
    Hope this helps
    Ankit

  • The vendor account you entered is not associated with the item you are trying to open. Try again.

    installed eBook and authorized on Adobe Digital Edition and was able to read eBook earlier.
    Due to some issue I had to reinstall the eBook. Now I am unable to read eBook it is asking for Authorization and when I input my Adobe ID and pass it gives message 'The vendor account you entered is not associated with the item you are trying to open .Try again'.
    I have wasted whole day trying fixing but it does not work, i wasted my money for purchasing eBook that works on Adobe Digital Edition which only adds complexity and wasting peoples time.
    Is there anyone who can help answering how can I fix vendor account not associated message issue, while i am entering correct Adobe ID and pass.

    installed eBook and authorized on Adobe Digital Edition and was able to read eBook earlier.
    Due to some issue I had to reinstall the eBook. Now I am unable to read eBook it is asking for Authorization and when I input my Adobe ID and pass it gives message 'The vendor account you entered is not associated with the item you are trying to open .Try again'.
    I have wasted whole day trying fixing but it does not work, i wasted my money for purchasing eBook that works on Adobe Digital Edition which only adds complexity and wasting peoples time.
    Is there anyone who can help answering how can I fix vendor account not associated message issue, while i am entering correct Adobe ID and pass.

  • The Vendor account entered is not associated with the item you are trying to open

    Hi
    I moved from a Windows laptop to a Mac Book pro and moved all my files across, now I have found that two of my purchased books I can no longer open, I always get "The Vendor account entered is not associated with the item you are trying to open" message, I have the correct authorisation but they do not open, is theer a way to recover these 2 books?
    Thanks in advance

    This is the Adobe Reader forum; please ask in the Digital Editions forum.

  • The vendor account you entered is not associated with the item you are trying to open?

    the vendor account you
    entered is not associated with the item you are trying to open?

    This is the Adobe Reader forum; please ask in the Digital Editions forum.

  • The vendor account entered is not associated with the item you are tryingto open. I get this message when i want to open a downloaden book.

    The vendor account entered is not associated with the item you are trying to open. I get this message when i want to open a downloaded book.

    This is the Adobe Reader forum; please ask in the Digital Editions forum.

  • A have new problem that has appeared in my Mac Mail.  When I type a frequently used email into the 'To: line' it populates the correct name but with 8 different email addresses not associated with that name.

    A have new problem that has appeared in my Mac Mail.  When I type a frequently used email into the 'To: line' it populates the correct name but with 8 different email addresses not associated with that name.  I have gone to the window pop-down to 'previous recipients' and deleted that addressee as well as all the email addresses it is assigning to that name.  I have also deleted the account entirely from my address book.  I have have run repair permissions and also full defrag in iDefrag.  Still the problem persists.  Any suggestions?

    Hello CarolineLongEaton,
    I noticed you posted this problem quite a while ago and wondered if you managed to have it fixed in an alternative way then posting here. It is too bad no one has posted a solution here. I have a similar problem and if you have had yours solved since this occurance how you accomplished it may help me with mine. I am interested to know what you have done about yours.
    If you are interested in comparing the problems to see if your solution (if you have found one) might help me also then here is the link to the discussion.
    https://discussions.apple.com/thread/6116927
    If your problem has not been solved then I will comment here again if/when my issue is resolved as it may help you too. My hope here is that we may help each other. To quote you "all ideas gratefuly recieved". I hope your problem was resolved, ernestly for your sake and selfishly for mine also. I wish you and yours a great day!
    dofromon

Maybe you are looking for