Template Import/Export using webcenter Portal Builder

Hello world

I use Jdeveloper version 11.1.1.7 with extension 11.1.1.8 Jdeveloper and Wenter Portal version 1.7

I created a page template in the portal Builder. I am trying to download this workflow in my Jdeveoper using Webcenter Design spaces. I don't know what are the changes to the properties template.PNG file

Can someone explain to me what are all properties should be changed or amended/updated in the config.properties for import/export model of custom page of Portal Builder for Jdeveloper

Thank you

Ravi

This link can help u

Implementation of Oracle JDeveloper for WebCenter Portal Asset Development

I'm also paste file config.prop mine for your reference.

----------------------------------------------------------------------------------------------------

Properties of #My

#CUSTOMER - all properties must be provided the eigenvalues

#Fri Jul 30 00:00:00 PDT 2010

# User inputs.

# Enter the base directory where JDeveloper is installed.

# For example:

# On Windows, if JDeveloper is installed in the directory

# C:\MYJDEV, enter the path as: C:\\MYJDEV

# On Linux, if JDeveloper is installed in the directory/scratch/MYJDEV,.

# Enter the path as: / scratch/mywork/MYJDEV

# Note that the JDeveloper directory contains other folders such as jdeveloper.

# wlserver_10.3, modules, and so on.

JDeveloper.Install.Home.Directory=C:\\Oracle\\Middleware\\

# Enter the executable wlst

# For example:

# On Windows, wlst.cmd

# On Linux, wlst.sh

#wlst.executable = wlst.cmd

WLST. Executable = wlst.cmd

# Enter the absolute path of the DesignWebCenterSpaces project.

# For example:

# On Windows, enter the path as:

# extending.spaces.home.dir=C:\\JDeveloper\\mywork\\DesignWebCenterSpaces

# On Linux, enter the path as:

# extending.spaces.home.dir=/scratch/mywork/DesignWebCenterSpaces

Extending.spaces.Home.dir=C:\\Users\\vinayk\\mywork\\DesignWebCenterSpaces

# Enter the path for the executable ojdeploy

# For example:

# On Windows, enter the path as:

# oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe

# On Linux, enter the path as:

# oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy

#oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe

Oracle.JDeveloper.ojdeploy.Path=${JDeveloper.Install.Home.Directory}/JDeveloper/jdev/bin/ojdeploy

# Enter the port number on which runs the Console of Administration of WLS.

# The URL for the Administration Console contains the port number.

# For example: http://myhost.com:7001 / console

WLS.port = 7001

# Enter the host computer on which the application of spaces is running and where

# the custom shared library must be deployed.

WLS. Host = WebCenter.Oracle.local

# Enter the number of host and port on which runs the application of spaces

# For example, if the application spaces runs to the: http://myhost.com:8888 / webcenter

# wc.host = myhost.com, wc.port = 8888 and wc.protocol = http

WC.port = 8888

WC. Host = WebCenter.Oracle.local

# Specify if spaces URL protocol is http or https.

WC. Protocol = http

# For reasons of security, information name and password for the administrator user

# are stored in secure files.

# Get the location of these files secure with your systems administrator

# or run commands WLST to generate these files as follows:

##   1. Navigate to: WC_ORACLE_HOME/common/bin

##   2. Enter the command: wlst.sh

##   3. The WLST command prompt, connect to the Administration Server

# for Oracle WebCenter:

##        connect('','', ':')

# Where admin_user is the user name of the administrator, admin_pwd is

# the administrator password, the host is the WebCenter instance and port is

# the port of the Administration Server.

##  4. Run the following command to create a user configuration file and the key file

# to a specified location:

# storeUserConfig('', ')

# Where userConfigFile is the name and location of the file that stores the information of the user

# and userKeyFile is the name and location of the file store passwords.

# For example:

# storeUserConfig ("C: / myFiles/myuserconfigfile.secure ', 'C:/myFiles/myuserkeyfile.secure'")

# For example:

# On Windows, enter the path as:

# wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure

# wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure

# On Linux, enter the path as:

# wls.userkey=/scratch/myfiles/ps1userkeyfile.secure

# wls.userconfig=/scratch/myfiles/ps1userconfigfile.secure

# Use the wls.userconfig property to set the path of the userConfigFile and

# the wls.userkey property to set the path for the userKeyFile.

WLS. Take is C:\\myFiles\\myuserkeyfile. Secure

WLS. UserConfig is C:\\myFiles\\myuserconfigfile. Secure

# Enter the target on which the shared library must be deployed.

WLS. Target = WC_Spaces, adminserver

# Enter the target on which the webcenter.ear file must be deployed.

WLS. WebCenter.app.Target = WC_Spaces

# Enter the name of the application of spaces (webcenter).

# Get this information from your system administrator or the

# WLS Administration Console as follows:

##    1. Connect to the Console of Administration of WLS.

##    2. Access deployments > webcenter > overview

# Name of the application the poster here.

WebCenter.app.Name = WebCenter

# Use the restart.implementation.version.suffix property to override the following default value

# Version number of implementation implementation of your shared library.

# You can get the latest version of the implementation of your

# system administrator or from the Console of Administration of WLS as follows:

##    1. Connect to the Console of Administration of WLS.

##    2. Access deployments > [your-shared-library-name] > overview

# The version number displayed here. For example: 11.1.1.2.5

# The current version of the implementation is the last number, i.e. 5 in this example.

# The default implementation increments of 1 version whenever you rebuild

# your shared library (using run the Ant Target > clean-Stadium).

# You can restart to a higher value if necessary. For example, if the current value is

11.1.1.2.20 # and you want the next new version to 11.1.1.2.41 rather than

# 11.1.1.2.21, do it by resetting the property restart.implementation.version.suffix to 40.

# Note:

# The first time you run Run of Target Ant > clean-point, the manifestImpl.properties file

# is created and the manifest.implementation.version property is set to

# 11.1.1.2.1. This initial version number is derived from the default.implementation.version

# in build.properties (11.1.1.2) and added to the property restart.implementation.version.suffix below.

# For example, if the restart.implementation.version.suffix is set to 1, the initial report

# manifest.implementation.version will be 11.1.1.2.1.

# In later versions, the restart.implementation.version.suffix and the lastNumber property

# in manifestImpl.properties are compared, and the largest of the two numbers is incremented by 1.

# If, for some reason, the manifestImpl.properties file is deleted, the file is re-created the next time

# run run the Ant Target > floors to clean and resets the version of the implementation by the

# restart.implementation.version.suffix only (as if for the first time). For example, 11.1.1.2.1,

# If restart.implementation.version.suffix = 1

restart.implementation.version.suffix = 2

restart.implementation.version.suffix.Ear = 2

-----------------------------------------------------------

You need to generate the secure file... See here in this link

http://www.techartifact.com/blogs/2013/04/generate-the-secure-files-in-WebLogic-in-WebCenter-spaces-applicaton.html

Tags: Fusion Middleware

Similar Questions

  • Advantage of using Webcenter Portal 11.1.1.8.0 more 11.1.1.5.0

    Hi all

    We currently use PS4 for our application. Can anyone suggest me the benefits of using SS7 (11.1.1.8.0) during the PS4. I know that oracle does not support the 4 PS, but apart from this can someone list down to advantage and new features in the PS7?

    Concerning

    KS

    Of Webcenter 11.1.1.8, Webcenter spaces has been merged to the Webcenter portal. In gross terms, you can do development of portal within a space.

    Having said that you can still have the old plain custom portal, but the above is the way to move forward. It might take time to get used to!

    jWebCenter: Oracle WebCenter 11 g R1 PS7 (11.1.1.8.0) has been released with new features in WebCenter 11 g PS7 Portal

    ADF / WebCenter nice to know

    Nassima

    http://ptotech.blogspot.com

  • Import Export using SQL Developer

    People

    I have 6 tables whose data must be exported from a database and imported into the other. The structure of the table constraints etc. is the same across both of the DB.

    Database is 11g. Average amount of data in tables 5 is 2.5million contain lines and 1 340million.

    Could you please suggest the best possible way to the export and import of data using SQL Developer. Developer SQL version 3.2.20.09

    There is an option in the 'View' tab in Developer SQL by using 'DBA' but do not have s/n of these patterns. I am well aware expdp and impdp operations but it is managed by another team that can cause delays both want to do it myself.

    Can we do expdp and impdp on SQL Developer without access s/n?

    All of the suggestions.

    Thank you

    Simple method would be to create external table Using the ORACLE_DATAPUMP Access Driver. Its neat and fast.

    http://docs.Oracle.com/CD/B28359_01/server.111/b28319/et_dp_driver.htm#i1007502

  • vRO package import/export using the REST API, but what to rebuild a package?

    Hello

    I can export and import a package using the REST API. The package consists of all the workflows in a certain folder of the project.

    That's fine, but when we do another workflow example in the folder of our project, it is not automatically part of the package. This reduces the value of planning an export of it, because it would still this manual interaction.

    Is there a way to do it (automate/CLI/REST /...) this?

    Thank you!

    Ed

    Hello

    REST API for package management (adding/removing items to package, rebuild a package, etc.) are planned for the next version of vRO - vRO 7.1 (or whatever the COMP version it gets).

  • import/export page

    4.2, 12 c Oracle Linux Oracle APEX.

    I worked a request and had a problem.  I moved it to apex.oracle.com so that you, the experts could see my problem.  One of you did, THANK YOU, and now I want to go back the page assigned to my local workspace.  I tried to export the page and got a sql file on my local machine.  When I tried to import it, I got an error:

    This page has been exported from another application or application in the different workspace. Page cannot be installed in this application.


    Then I exported the application full apex.oracle.com (an abridged version of my original CD) and it imported successfully to my local workspace.  I then exported fixed a problem page, deleted the page of my original app (there were the same number of page) and I tried to import it.  I got the same error when importing.


    How to get the beautiful new and well functioning page again in my original application?

    HustlingHare wrote:

    4.2, 12 c Oracle Linux Oracle APEX.

    I worked a request and had a problem.  I moved it to apex.oracle.com so that you, the experts could see my problem.  One of you did, THANK YOU, and now I want to go back the page assigned to my local workspace.  I tried to export the page and got a sql file on my local machine.  When I tried to import it, I got an error:

    This page has been exported from another application or application in the different workspace. Page cannot be installed in this application.

    Then I exported the application full apex.oracle.com (an abridged version of my original CD) and it imported successfully to my local workspace.  I then exported fixed a problem page, deleted the page of my original app (there were the same number of page) and I tried to import it.  I got the same error when importing.

    How to get the beautiful new and well functioning page again in my original application?

    Page level import/export using the App Builder is possible between separate instances where the request and workspace have the same ID.

    It can be done in SQL * Plus, or using SQL Developer apex_application_install API, but generally it is easier to simply import the entire application and copy the page between applications. To a page in the application, select Create > new page as a copy, copy the apex.oracle.com application page.

  • What is the best solution of Webcenter to build an institutional Portal?

    In my team, we need to build an institutional portal for our company (it's a financial services company). So, we start rating the WebCenter Suite, but I m a bit confused about its battery.

    The needs of the portal is based to share dynamic content, such as news, information pages, cats/instant messages with clients, hotsites, change the skin/template/logo in run mode.

    Based in this tip, I know webcenter has two main ways to do things like that, there are site webcenter and webcenter space; so, my question:

    One of which are the best choice to offer this solution? Or the two working together in this case? How do you do that?

    Thank you.

    Edited by: user2043351 09/02/2012 05:37

    Check if the following information is userful, copied from the site of yannick:

    There have been many questions about when to use the WebCenter portal and when to use spaces WebCenter. There are specific use cases for each, and you can ask yourself a few simple questions that can help you to decide what to use. Generally WebCenter spaces is intended for intranet collaboration portals. In previous versions, spaces has been used because there is no easy way to build a portal with the WebCenter framework. Spaces was simply because it's there and that's why it has been misused a lot! Since the PS3, all good feature are out of the box available in a WebCenter portal application, then you should really watch the correct reason to use spaces or a portal. In this post, you can find a few questions that you can use to help your client or company to make the right decision. :

    (1) each user requires a personal space?
    One of the features in WebCenter spaces is personal space. In this space, each user can create their own pages and put some components they want to this topic. As an administrator, you can also create pages of role of companies that can be propagated to the personal space of specific users. When you want this kind of functionality, spaces WebCenter is necessary. These features are not available in a WebCenter portal. If you want to build in portal, it will take a lot of work.

    (2) not your project requires separate groups or micro-sites?
    One of the biggest features spaces is to create spaces for group. The space of each group have different pages. All the resources that you create (documents, discussions, events, lists,...) are related to the space of the group. You usually create a group for a Department, project,... to the Group of information into a coherent unit. If it's the functionality you are after, you definitely need spaces. These features are the main features of the spaces are usually among the first that you should look for.

    (3) not your project requires many customizations of the OOTB taskflows
    WebCenter to customize most of the out of the box taskflows. You can rearrange items, or add your own components. The way portal and workspaces with these customizations are slightly different. For portal, it can be easier. Taskflows customization Portal is just edit some pages jsff and xml with the role of customizer. They are automatically added to your gate, so no additional steps required. With spaces, you must create a separate project and import the contents of a generates the MAR file in the MDS using WLST scripts. This can be a bit heavy when you work with large projects and not as easy to maintain as a Portal personalization.

    (4) is the focus on the development of your project?
    When you set up a portal that requires a lot of custom development. If the amount of taskflows, you need to build is big and you need to do this split into several teams, it's a good idea to think using WebCenter portal instead of spaces. The reason is that the portal can be extended more easily. It is easy to separate the core portal development and the different taskflows. When you work with spaces, it's quite complicated to work as a team on the DesignwebCenterSpaces project, which is necessary to extend the spaces with additional taskflows.

    (5) do you need to build a PoC or very quickly?
    For proof of concept, spaces WebCenter is the way to go because you will not lose time on the construction of the core portal components. With a CEP, the base model is not the most important past. A CEP is all about to prove a technology or idea works. This can be easily done in spaces. Also note that once the POC is done, make sure you take the right decision for the use of spaces or a portal based on the previous questions. Not one of my arguments preferred for the use of spaces, but more often you want... When your due date is very close and you build a real working environment that it is better to go to space because you will not have to build the base of the portal. You can concentrate on the integration of your own custom features. This can still be a hassle as explained in question 4.

    What happens if you need both?
    These questions will help you decide whether to use WebCenter spaces. Of course, it happens a lot that you need to have the best of both worlds. What to do in such cases? Suppose you need to build a large intranet portal for a multinational company. Requirements requires each user to have a personal space to enable them to develop their own dashboards. The company also has a custom application that require the presence in the portal there is a lot of taskflows to develop. Basically, it is very easy. When you answer YES on both questions 1 and 2, you must go to space, regardless of the results of other issues. The reason for this is that implementation of these features in a custom WebCenter Portal requires such a big effort you'll save time by going for the spaces. You will lose time in the expansion of the spaces with your own custom taskflows, but it's nothing compared to the effort required to build your own framework for custom dashboard or spaces of group. If the two question 1 and 2 are NOT there is basically no real reason why you should go for spaces.

  • Portal Builder (Spaces) vs development WCP

    Please let us know of your experiences that based on what type of requirements to choose the development strategy (IE Portal Builder or development of the WCP), here is my understanding, 1) in both cases we must develop trade, taskflows & Portlets components separately to embed on the page Template development effort 2) also we can't jump 3) Web 2.0 integration services configurations are also even in team I have more than 5 projects using charge WCP development only, now, here, I wanted to know why I can't use the portal Builder if it gives more benefits? Please correct me guys?

    The guys finally below document links are helped me (thanks Françoise & Rohan). http://docs.Oracle.com/CD/E29542_01/WebCenter.1111/e35813/pywcp_planning.htm#CHDFDFHH Oracle WebCenter Portal: statement of management for WebCenter Framework portal (Doc ID 1913370.1) applications

  • WebCenter Portal frame Application system requirements

    Hello

    I have 2 WebCenter Portal Framework Applications, based on installation requirements, it seems I am only required to run the RCU once and each application is deployed in the respective MDS partition.

    Do I need to run twice the UCR and how WebLogic Custom Portal Managed Server is required?

    If you want to use WebCenter portal but also to build a Framework of portal applications, you must run the RCU twice since both require their own WEBCENTER scheme.

    Patterns for discussions and portlets are also required if you plan to use them. If you plan to use the recommendations, then the product of graphic activity must be installed. Analytical and graphical activity can be used by a single application within a domain. If the graphic activity is installed, the ACTIVITIES schema cannot be shared.

    http://docs.Oracle.com/CD/E29542_01/doc.1111/e22628/wcmap.htm#WCMAP103

    http://docs.Oracle.com/CD/E29542_01/WebCenter.1111/e35813/pywcp_planning.htm#CHDFDFHH

    Hello

    See that you want to deploy your application in HA environment you don't need to run the RCU for both parameters. You can use the same prefix...

    You must first install all binaries in knot and go more based on the topology you i.e. active - active or active-passive.

    In either model, you must configure the domain on node 1 say and propagate to the node 2 pack use unzip utility.

    Ref: http://docs.oracle.com/cd/E23943_01/core.1111/e10106/adf.htm#ASHIA1198

    If that's the answer to your questions. Please mark - it correct for another reason.

    Thank you

    Amey

  • Taskflow consume in webcenter Portal

    Hello

    I made these step to consume the taskflow from an ADF application to the Webcenter Portal Builder.

    1. I create an ADF application using the business component and it contains a workflow. I deploy it as a pot of shared library.

    2 - I create another project (Extension of the Webcenter Portal Server) consume this pot. This project to create two project of this kind.

    a portal extension

    b PortalSharedLibrary

    3 - I create the connection through the range of resources. and add this jar to the shared library of portal.

    4 - deploy the portal shared library project to the application server (WC_Spaces).

    5 - connection to the webcenter Portal Builder and go to the catalogues of resources and add the workflow from there.

    6 but when I drag this taskflow on the page created, then I got an exception (JNDI failure).

    7 - once I got the exception below. I create datasource on the weblogic.

    Exception-

    10:32:02 CEST > < Info > < oracle.webcenter.webcenterapp.internal.view.error.WCErrorHandlerImpl > < BEA-000000 > < reportException called fororacle.jbo.DMLException >

    < 7 may 2015 10:32:02 CEST > < Info > < oracle.webcenter.webcenterapp.internal.view.error.WCErrorHandlerImpl > < BEA-000000 > < reportException called fororacle.jbo.DMLException >

    < 7 may 2015 10:32:02 CEST > < WARNING > < oracle.adf.view.rich.component.fragment.UIXRegion > < ADF_FACES-00009 > < error treatment viewId: jobSummary/jobSummaryTF/URI: /pages/jobSummary.jsff real-URI: / pages/jobSummary.jsff.

    oracle.jbo.DMLException: Houston-27200: failure JNDI. Cannot search the Source of data in the context of the java: comp/env/jdbc/taskflowConnDS

    at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1491)

    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:335)

    at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)

    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:620)

    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:425)

    at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:9316)

    at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4530)

    at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2460)

    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2270)

    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3169)

    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:592)

    ---------------------------------------------------------------------------------------------------

    Is there any other configuration must be apart from that (as in weblogic.xml and web.xml).

    Help, please.

    Kind regards

    Maury

    Test you the data source after it is created. Check the JNDI name, even you have an ADF application. ?

  • WebCenter portal and Content Server Security Risk (servlets useless and exposed the contents of the Directory Content Server)

    Hello

    I developed an Application Framework of Portal WebCenter using 11.1.1.6 and I saw there are many servlet defined in the web.xml file. This portal is a developed public portal without needing the user authentication / login and I'm paranoid of those unknown servlets and context path request he presentation.

    I would like to remove the useless servlets as the/Admin Admin Servlet and prevent public users to access these servlets.

    Can I find out which ones can be removed?

    2015_10_03_12_36_53_Oracle_JDeveloper_11g_Release_1_BBSS.jws_ParentPortal.jpr_D_mywork_BBSS_P.png

    2015_10_03_12_36_33_Oracle_JDeveloper_11g_Release_1_BBSS.jws_ParentPortal.jpr_D_mywork_BBSS_P.png

    These servlets are used internally. If you do not, then you can remove the URL mapping in the Web.XML even that someone will hit the URL, nothing will happen.

    But these servlets are used internally by webcenter portals. My recommendation to use webcenter Portal 11.1.1.9 and these servlets will not harm you. If you want to change url mapping in the web.xml file

  • Pass the connection parameter to connected in portal Builder page

    Hi all

    WebCenter Portal Builder:

    I created the navigation link and connection that link to the page. I just want the parameter to link to this page.

    Please help me.

    Kind regards

    Maury

    See the discussion in passing the parameter through links page (navigation)

  • Move a template personalized for portal Builder page

    I create a new portal using the portal generator. I have a custom page template I want my pages to use. What should be the correct procedure to create and deploy templates.

    This method allows us to create a new project in jDeveloper 11.1.1.7 (Extension of Webcenter Portal Server project) and allows to create a shared library where we define our controlled beans, task flow etc Question: can also create my model Page here? If so, how do it appears in the interface Builder portal user.

    This allows us to download the ear for jdeveloper, make changes, and then upload it to the Portal Server. Question: If I create a Page template and create a resource portal out of it, that should be enough? How it will appear in Portal Builder UI?

    Can anyone guide me on this please? I tried to look in the documentation, but didn't find anything useful. Maybe I'm missing something?

    Hello.

    This is the GUID of resourceType. If you create a global assets in s8bba98ff_4cbb_40b8_beee_296c916a23ed keep the default GUID provided by DesignWebCenterSpaces.

    For the new folder structure created for the assets, for example \DesignWebCenterSpaces\WebCenterSpacesResources\public_html\oracle\webcenter\siteresources\scopedMD\\siteTemplate\

    One option is to get the first Template_GUID is to create a Page template locally on your portal at run time. Download from the Administration console and check the decompression the. EAR. MAR siteTemplates GUID file. Create a folder using this GUID.

    The best option is to create the runtime of the Page template and upload it to your Application DesignWebCenterSpaces using the Upload/Download server option, it will generate it automatically (instead of manually as shown above).

    I hope it helps.

    Kind regards.

  • Adobe Acrobat Standard allow import/export in XML format even if the form is not enabled using LiveCycle Reader?

    My apologies if this isn't the right section. I build software that depends on the function data data import/export Adobe Acrobat under the menu options, as shown below. :

    screen.png

    This image was generated by using the Adobe Acrobat Pro version, and these buttons import and export XML files. I wonder if XML import/export will also work with the Standard version, although the creators of form did not compatible with LiveCycle Reader?

    The version I'm curious about is the version for $299 (Standard) as shown here: Plans and prices: compare plans | Adobe Acrobat DC

    The below included image says that it will not work if the user has "Acrobat". I wonder if this includes a Standard version. Thank you very much!

    chart.png

    Yes, it will work with Acrobat Standard.

  • Do I have reason to think Import/Export tools I've previously used to move from one computer to another are no longer available?

    When I moved to Win7, I used the add-on Import/export to TB, but I can't find it now. It just seems to be some weird songs, some in German. Whhat did?

    https://addons.Mozilla.org/en-us/Thunderbird/addon/ImportExportTools/

    http://www.Ramsden.org.UK/3_How_to_install_Add-ons_in_Thunderbird.html

  • How can I keep IE and FireFox Favorites in local sync to my PC only, without the use of an external server or import/export?

    FireFox Sync is not an option, because the use of an external server is not allowed.
    Use of third-party modules is not really an option.
    Import/export is inefficient because it is not put them in the same exact place in every browser.

    I am happy to be able to use the same favorites/bookmarks file if it is an option.

    Thank you

    You do not have.

    Sorry, IE and Firefox use different methods of storage Favorites / Bookmarks to data that are not compatible with the other program.

Maybe you are looking for

  • MacPro end of 2013

    Hello I use a MacPro specs are: Processor: 3.7 GHz Quad Intel Xeon E5 cord Memory: 12 GB 1866 MHz DDR3 ECC Chart: AMD over-pants D300 2048 MB OS X Version of Yosemite 10.10.5 Monitors: Dell U2312HM screen 23 '' x 2 251 GB of storage: free 57.5 GB Fla

  • Need driver XP for Nvidia Go7300 series Satellite has

    Hello. I am looking for a driver for Nvidia 7300 Go.My operating system is Windows XP and the problem is that the driver I have doesn't have resolution 1280 x 1050

  • Batman: Arkham City: games for windows live is not pop up!

    Hi, I'm here today because I have some problems with Games for Windows Live or GFWL. I used it for many games, including Arkham asylum, in which GFWL works fine, but when I try to open GFWL in pressing home city Arkham, that nothing is happening. I h

  • Reuse Windows 7 Key on the same computer?

    I will soon get an SSD that I intend to install my OS on. I can't create a system image to transfer to the new drive because my scores are all strange, and there is not much point in trying to correct. I have to turn off the key with slmgr.vbs /upk i

  • Connection of phones smart blackBerry and use the BB App World

    Hi, I just bought a BB8900 in Jamaica with Digicel carrier. I don't want to use the web or by e-mail on the phone but I want to download applications through my PC. However, I have a problem being accepted by BB App World. I created an account throug