Site definition in SMOEAC

Hello everyone,
We recently performed a system copy from our production system into a test system.
We are trying to connect this new system to the old R/3, but we are facing a problem right now.
We created new RFC connections, logical systems and run BDLS.
We removed the old sites in SMOEAC and created new sites.
But the problem is we cannot select these new sites in transaction R3AS. When we hit the F4 for source and destination sites, we see that old sites are appearing.
In addition when we try to edit the newly created sites we see that the RFC connection is missing in site attributes part although there was no problem in first creation.
Do you have any idea on what is going on?
Help needed...
Regards...

Ninge,
1) We did a client copy of SRM QA system from production.
After client copy the SMOEAC is totally wiped out (In New QA client, Old QA client as well as production). There is no objects for SITE etc. Is it possible to create "SITE" has an object in SMOEAC.
2) Also the table SMOF_ERPSH in QA contains SITE Id of those entries that is present in Production. Since Client copy was done from production, I guess the entry in QA contains the Side Id that is maintainted in Prod.
Seems like you had similar problem. Can you tell me how the BASIS issue that u had was resolved ?
Appreciate your help.
Thanks
Venkatesh

Similar Messages

  • R/3 site Definition in SMOEAC

    Hi Guys,
    When I am trying to define the R/3 site in the SMOEAC transaction when I am trying to give the RFC destination in the SITE attributes I am getting the Following error
    The logical system is assigned to another site. This is not allowed!
    Message no. SMOF_ERPSITE011
    Diagnosis
    A Site for an R/3 Backend should be created. But a Site for this Backend does already exist or the Logical System is not maintained in the desired R/3 Backend client.
    Procedure
    Maintain the Logical System for the desired client in the R/3 Backend and create the Site again.
    If the logical system is already maintained, please refere to the existing Site that is assigned to the same R/3 Backend.
    Note:
    One R/3 Backend client is identified uniquely by a Logical System. For this reason it's not possible to use the same name for Logical Systems of different systems or clients.
    I have defined the logical system int he R/3 side and I am not sure why I am gettign the error.
    RGDS

    Hi Zack,
    I am not sure where you have missed. Are you sure you have defined proper Logical System & RFC destinations ?
    Please go through the Connectivity guide in the following link:
    <a href="http://help.sap.com/bp_crmv340/CRM_DE/BBLibrary/html/BBLibrary.htm">http://help.sap.com/bp_crmv340/CRM_DE/BBLibrary/html/BBLibrary.htm</a>
    There should not be any problem if this is correctly followed.
    -Liju

  • Show a WebPart view in a visual studio site definition

    Hi Guys ,
    i developed a Site definition in VS. In this Definition i have a list instance  based on Promoted link template (type 170).Now i want to show in the Deafault.aspx a view of the promoted link but when i put the snipet
    <WebPartPages:WebPartZone runat="server" FrameType="TitleBarOnly" ID="full" Title="loc:full">
    <WebPartPages:XsltListViewWebPart runat="server"
    ListUrl="Lists/List1"
    IsIncluded="True"
    JsLink="clientTemplate.js"
    NoDefaultStyle="TRUE"
    PageType="PAGE_NORMALVIEW"
    Default="False"
    ViewContentTypeId="0x">
    </WebPartPages:XsltListViewWebPart>
    </WebPartPages:WebPartZone>
    the server respond me  : ..Type 'Microsoft.SharePoint.WebPartPages.WebPartZone' does not have a public
    property named  'XsltListViewWebPart'. I added
    <%
    @RegisterTagprefix="WebPartPages"Namespace="Microsoft.SharePoint.WebPartPages"Assembly="Microsoft.SharePoint,
    Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>
    but it doesn´t work..
    Any suggestion?

    Hi gohberto,
    Before <WebPartPages:XsltListViewWebPart> tag,you can add <zoneTemplate>
    Here is a code snippet for your reference:
    <WebPartPages:WebPartZone runat="server" FrameType="None" ID="Main" Title="loc:Main">
    <ZoneTemplate>
    <WebPartPages:XsltListViewWebPart runat="server" ListUrl="Lists/My List" [abbreviated...]>
    <XmlDefinition>
    <View Name="Some View" Type="HTML" Hidden="TRUE" TabularView="FALSE" DisplayName="" Url="View.aspx" Level="255" BaseViewID="1" ContentTypeID="0x" ImageUrl="/_layouts/images/generic.png">
    <Query>
    <OrderBy>
    <FieldRef Ascending="FALSE" Name="ID"/>
    </OrderBy>
    </Query>
    <ViewFields>
    <FieldRef Name="ID"/>
    </ViewFields>
    <RowLimit Paged="TRUE">1</RowLimit>
    <Aggregations Value="Off"/>
    <Toolbar Type="Standard"/>
    </View>
    </XmlDefinition>
    <DataFields>
    </DataFields>
    </WebPartPages:XsltListViewWebPart>
    </ZoneTemplate>
    </WebPartPages:WebPartZone>
    Here is a similar thread for your reference:
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/7740935e-d4d7-46f8-9dac-09b9c46855c6/type-microsoftsharepointwebpartpageswebpartzone-does-not-have-a-public-property-named-webpart?forum=sharepointcustomizationlegacy
    Best Reagrds
    Zhengyu Guo
    TechNet Community Support

  • Backing up and restoring site definitions

    Losing your site definitions in Dreamweaver can be a disaster, but it does happen sometimes. The best way to prepare for such an eventuality is to back up your site definitions on a regular basis.
    Creating a backup
    You can back up all your site definitions in a single operation by selecting Site > Manage Sites. In the dialog box that opens, Shift-click to select all site names, and then click Export.
    In Dreamweaver CS6, the Manage Sites dialog box looks like this:
    In earlier versions of Dreamweaver, it looks like this:
    Dreamweaver asks if you want to include passwords and login details (this is the default option). Whichever option you choose will be applied to all sites, so click Cancel if you want to treat some sites separately, and export your sites in two sets by using Ctrl/Cmd-click to select them.
    When you click OK, Dreamweaver asks where you want to export the definitions. Navigate to a suitable location, leave the File name field unchanged, and click Save. Although only one site name is listed in the File name field, Dreamweaver exports all the site definitions as .ste files in a single operation.
    NOTE: This process backs up only the details of your sites, such as the location of the root folder, FTP details, and so on. It does not back up the actual files in your site, such as .html (or .php, .asp, .cfm) files, images, and style sheets. It's a good idea to use your normal file backup routine on your actual files from time to time, as well as exporting the site definitions.
    Restoring site definitions
    In the event of losing your site definitions in Dreamweaver or moving to a new computer, open the Manage Sites dialog box, and use the Import button to navigate to your backup .ste files.
    What if I don't have a backup?
    Often, if you don't have a backup of .ste files, you need to go through the whole process of re-entering the details for each site manually.
    However, you might be able to restore them by using a restore point on Windows or Time Machine in Mac OS X.
    On Windows, the site definitions for Dreamweaver CS6 are stored in the Windows Registry at HKEY_CURRENT_USER\Software\Adobe\Common\12.0\Sites.
    In Mac OS X, they are at Macintosh HD:<username>:Library:Application Support:Adobe:Common:12.0:Sites:Site Prefs.
    In recent versions of Mac OS X, the Library folder is hidden. In the Mac Finder, select Go > Go to Folder, type ~/Library in the search field, and click Go.
    Dreamweaver CS5.5 site definitions are in the same location, except use 11.5 instead of 12.0. The numbers for CS4 and CS3 are 10 and 9 (without a decimal fraction) respectively. For earlier versions of Dreamweaver, substitute Macromedia for Adobe, and adjust the number accordingly.
    If you don't have a backup of the actual files on your site, download the files from your remote server.

    Hello,
    We are running iPlanet 5.2 Messaging Server and need
    to migrate to another (duplicate) 5.2 Messaging
    Server. We have all the software installed and the
    LDAP user accounts created. Now we just need to move
    the existing mail from one server to the other.
    I found the Backing Up and Restoring the Message
    Store section in the Admin Guide says to back up and
    restore your data, Messaging Server provides the
    imsbackup and imsrestore utilities.
    However I am wondering about the Queue?
    Under <instance>/imta/queue
    What is the difference between the Message Store
    and the Queue? The Message Store is where messages get delivered to, so you can read them.'
    The queue is where messages are temporarily stored, pending delivery to wherever they go.
    You can use tar, cpio, or what have you for the queue. Stop the server first. . .
    You then just restore the files to the new server. No need to restart or anything like that. Just dump the files in, and run
    imsimta cache -sync
    to tell the MTA to re-read the queue.
    Can I just backup and restore the
    Queue using tar or cpio?
    Thanks in advance for any advice.
    Regards,
    Tim

  • Remote and Testing Server Site Definitions

    I am confused about what information I should put in my
    remote site definition info and testing server FTC Host directory
    text boxes. My host placed 3 directories: database, log, and www on
    my server and Dreamweaver placed two directories, Connections and
    _mmServerScripts in the same directory as the above 3. I have
    placed all of my site files, including my home page and folders in
    the www directory and my Access database in the database directory.
    Dreamweaver placed the connection info in the Connections folder an
    d _mmServerScripts in the same directory.
    In order to construct my local site to match the remote site,
    I created a www folder on my local site and placed all of my HTML
    files and supporting folders in it.
    From various Adobe Tech Notes I have read, I was led to
    believe my FTP host directory
    Should be www/. However, when I do this and create a new web
    page on my local site and upload it to my remote site, Dreamweaver
    creates a new www directory inside of the one my host created on
    the remote site and uploads the file to it instead of placing it in
    the www directory my host created. Also, when I use F12 to test my
    page in my browser I get a 404 page not found because Dreamweaver
    placed a www in the page URL that shouldn’t be there and
    after I remove it I’m able to see my page in my browser. My
    URL prefix on my testing server site definition is:
    http://I.P.number.html.
    What am I not doing right?
    Should I use www/ as my FTP host directory or leave it blank?
    Also, what should my URL prefix be?
    Thanks for your help.

    What you need to do is set up so that in the remote server
    you point to the
    www level on the server, and don't replicate this locally.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "Jim_Moore" <[email protected]> wrote in
    message
    news:[email protected]...
    >I am confused about what information I should put in my
    remote site
    >definition
    > info and testing server FTC Host directory text boxes.
    My host placed 3
    > directories: database, log, and www on my server and
    Dreamweaver placed
    > two
    > directories, Connections and _mmServerScripts in the
    same directory as the
    > above 3. I have placed all of my site files, including
    my home page and
    > folders
    > in the www directory and my Access database in the
    database directory.
    > Dreamweaver placed the connection info in the
    Connections folder an d
    > _mmServerScripts in the same directory.
    >
    > In order to construct my local site to match the remote
    site, I created a
    > www
    > folder on my local site and placed all of my HTML files
    and supporting
    > folders
    > in it.
    >
    > From various Adobe Tech Notes I have read, I was led to
    believe my FTP
    > host
    > directory
    > Should be www/. However, when I do this and create a new
    web page on my
    > local
    > site and upload it to my remote site, Dreamweaver
    creates a new www
    > directory
    > inside of the one my host created on the remote site and
    uploads the file
    > to it
    > instead of placing it in the www directory my host
    created. Also, when I
    > use
    > F12 to test my page in my browser I get a 404 page not
    found because
    > Dreamweaver placed a www in the page URL that shouldn?t
    be there and after
    > I
    > remove it I?m able to see my page in my browser. My URL
    prefix on my
    > testing
    > server site definition is:
    http://I.P.number.html.
    >
    > What am I not doing right?
    > Should I use www/ as my FTP host directory or leave it
    blank?
    > Also, what should my URL prefix be?
    >
    > Thanks for your help.
    >
    >

  • Create a Site Definition file with Visual Web part in Visual Studio

    I tried to create a site definition file in Visual Studio 2013 and SharePoint 2013 by following the MSDN tutorial:
    Walkthrough: Create a Basic Site Definition Project. Near the end, I added a virtual web part control to the site definition and registered MyWebPartControls in the site definition's default ASPX page as written in the MSDN tutorial:
    Unfortunately, IntelliSense doesn't show any MyWebPartControls: tags, and VisualWebPart1 is highlighted with a warning “Element 'SMWebPart3' is not a known element. This can
    occur if there is a compilation error in the Web site, or the web.config file is missing.”
    Since it’s a warning, I went ahead to build and deploy the solution. However, when I used the site definition template to create a subsite, it returned a parser error:
    Unknown server tag 'MyWebPartControls:TestSiteDef1.VisualWebPart1'
    I spent half day researching and debugging, and finally solved the problem. The issue is on the registration line:
    <%@ Register Tagprefix="MyWebPartControls" Namespace="TestSiteDef.VisualWebPart1" Assembly="$SharePoint.Project.AssemblyFullName$" %>
    The $SharePoint.Project.AssemblyFullName$ is a replaceable parameter to provide values for SharePoint solution items whose actual values are not known at design time. Unfortunately, it does not find the right assembly name during the deployment. It should
    be replaced by the Assembly’s Strong Name. Here is how I fixed the problem step by step:
    In Solution Explorer, open the package node and double click Package.package
    Click Manifest tab in the Package.package.
    Copy the full assembly name in the package’s manifest. It may be similar like this:
              Assembly="TestSiteDef,
    Version=1.0.0.0, Culture=neutral, PublicKeyToken=a300f1f2da8ae976"
    Back to the site definition’s default.aspx page, replace the
                     Assembly="$SharePoint.Project.AssemblyFullName"
    in the registration line with the copied text:
    Assembly="TestSiteDef,
    Version=1.0.0.0, Culture=neutral, PublicKeyToken=a300f1f2da8ae976"
    Change the Namespace from
    Namespace="TestSiteDef.VisualWebPart1"
    to
    Namespace="TestSiteDef".
    The line to register the web part in a site definition file will look like this:
    <%@
    Register
    Tagprefix="MyWebPartControls"
    Namespace="TestSiteDef "
    Assembly="TestSiteDef, Version=1.0.0.0,
    Culture=neutral, PublicKeyToken=a300f1f2da8ae976"
    %>
    Clean, build and deploy the solution. It works like charm. (Note: the warning message on visual web part may still exist, but you can ignore it).

    Assuming your .ascx.vb file is inheriting from the web part class, you can add the custom properties in the same manor (language syntax aside).
    Be sure to use the attributes to correctly identify and scope the properties. (see:
    http://www.sbrickey.com/Tech/Blog/Post/SharePoint_Attributes_for_Web_Part_properties)
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com

  • Issue in Custom Blog site definition based on SharePoint 2010 blog site definition after migrating the sites to SharePoint 2013 and site collection upgrade

    I have created a custom blog site definition using SharePoint 2010 blog site definition with Configuration ID 31 in onet.xml (new value). This was working fine for SharePoint 2010.
    We created new SharePoint 2013 farm and deployed the all Custom solutions in
    14/15 folders. After migrating the sites to SharePoint 2013 using Content DB approach, site created previously using my custom definition are working fine.
    But after running site collection upgrade these sites stop working. When I post a comment then comments not getting listed on post detail page. However comments are getting added to Comments List but
    PostTitle column  of Comment is not getting populated.
    Also, when we create a new site in SharePoint 2013 using my custom blog template then that is also not getting provisioned.  default.aspx and look-up between post and comment list are not working.
    If any one has faced such issue then please share your findings and any solution to fix this.
    Thanks in Advance :)

    Hi ,
    According to your description, my understanding is that the blog based on custom blog site definition didn’t work correctly after migrating custom blog site definition to SharePoint 2013.
    If you customized the Onet.xml file in a previous version's site definition, you should modify some sections in the file to work in the current version, like  <BaseTypes> and  <ListTemplate>  etc. More information, please refer
    to the link below:
    http://msdn.microsoft.com/en-us/library/office/aa543837(v=office.14).aspx
    For that the PostTitle column  of Comment is not getting populated, please try to modify the view, then compare the result.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Site Definitions not working in CC 2014

    Since the update, my site definitions are no longer working. I try to set up a new site, navigate to the correct folder and get the warning: 'site is inside the site "x"' This may cause conflicts … ' etc. The site folder isn't inside another site at all. I've even tried trashing the 'x' site folder, and Dreamweaver just throws up the same warning with the next alphabetically listed folder. Then I tried removing all the site definitions and setting up a new one, but I get the same problem. Is anyone else suffering?

    In order to preview .php pages locally, you need a local testing server (Wamp, Xampp, Mamp).  Is yours properly defined in DW CC?  See screenshots.
    Nancy O.

  • Preview versus Real View Not the Same, Site Definition Errors - Dreamweaver CS4

    I am having trouble working on sites where it seems that Dreamweaver wants me to specify different file locations for various "includes" depending on whether I want to view the site as a preview (F12) vs. on a local test server vs. on the real website server.  Note I am using Dreamweaver CS4 (ver. 10) on Windows, my local test server is Apache running via an Xampp installation on Windows, and my production server is also Apache, running at Hostgator.  I am building a fairly basic html site using SSI via SHTML files, rather than PHP or a more sophisticated method.  Here is what seems to be happening:
    1.  In my index.shtml file I call, for example, a subheader file called "header-nosub-menu.inc.htm."  I have my site definitions set to "relative to document root."  Using the insert -> SSI command, Dreamweaver links to the file with the following: My first problem is that, as specified, the subheader.menu.inc.htm file is not found and the preview gives me an error.  I get the same error if i try to display the file on my local test server (http://localhost/domainname).  However, if I upload the file to my production server, it seems to work fine.  If I change the include command to: #include virtual="./includes/subheader.menu.inc.htm," by manually inserting the "./" to change the directory reference, then the file seems to work in all three situations  Which is the correct directory specification, and why is Dreamweaver not generating it automatically?
    While I can make the manual changes in the directory specifications, I am concerned that if Dreamweaver is making an error in this instance, it may generate more serious problems that are harder to find later.
    2. The second issue seems to involve the Site Definition file configuration.I get an error message when I set up my site definition in what seems to be the correct way, specifically, using the following specifications:
    Local Root folder:  "C:\htdocs\domainname-dev\"
    http address:   "http://www.domainname/"
    testing server folder:  "C:\htdocs\domainname-dev"
    url prefix:  "http://localhost/domainname-dev"
    The error message is: "The site url prefix for the testing server does not match the site url prefix specified in the http address for the site."
    However, when I change the testing server url prefix to one that does not yield an error message ("http://localhost") I then have problems with the preview (F12) display.  Specifically, instead of a preview request generating the following url: "http://localhost/domainname-dev/TMPm393xnclqu.shtml" I find that it generates the following: "http://localhost/TMPm393xnclqu.shtml"  The so called incorrect definition seems to be the correct one, but  why is Dreamweaver not recognizing it as such?  Am I making a error somewhere else in my configuration?
    I would appreciate any assistance that anyone here can provide,
    Thanks,
    http://localhost/

    except for the Apache virtual host configuration, which I do not see a need for
    I wasn't suggesting that you use virtual hosts (although I have defined about 50 virtual hosts on my own development machine). I was trying to understand the url you listed:
    http://www.domainname/
    Without a virtual host definition, that would have no meaning and could not point to anything, unless you simply were leaving off the TLD in the example. (.com, .net, etc)
    I often use the PHP $_SERVER superglobal to define paths and handle differences between the development environment and the remote server environment. Examples:
    DOCUMENT_ROOT: D:/ZendServer/Apache2/htdocs/website/ranch (machine path)
    REQUEST_URI: /topic/calendar (url parameters)
    SCRIPT_NAME: index.php
    HTTP_REFERER: (the url of the script preceding the current script)
    HTTP_HOST: (this is the domain name. It is very useful for distinguishing between the local and remote environments)
    COMPLETE EXAMPLE:
    echo "<p><a class='noPrint' href='".$_SERVER['HTTP_REFERER']."'>RETURN TO PREVIOUS PAGE</a></p>";

  • Which port number to use in remote site definition? [was:Help!]

    I recently upgraded from Dreamweaver 8 to Dreamweaver cs6.  I'm having trouble accessing my website because I dont know which port to choose.  I never had to choose a port in Dreamweaver 8.  How does one decide which port to use?  Do you just keep picking random numbers until you get one that works?

    Generally, the port next to your FTP address in the site definition will be 21 by default.
    If that isn't working, you'll need to contact your hosting company to see if they use something else.

  • To decide save site as a template, web template or site definition

    hi,
    I have to create a generic site template which has few tabs in the home page and on click of these links/tabs
    in this site template it will navigate to the sub sites created under that[this generic site template shud contain 3 sub sites -
    [1 blog, 1 search center sub site, meeting workspace as tabs in the site template’s top navigation] and
    a) 2 Doc Libs
    b) 2 splists by default present in this site template [ most prob. its a team site template]
     What should be the correct approach for creating this site template:
     I have thought of implementing using:
     a) save site as a template and upload this wsp into the solution gallery. and based on this site template
    i will create new subsites. one problem i will be facing is that, mine is a publishing site template not team site template.
     b) create a  web template having the above subsites and doc libs and splists
     c) last option is to create a  site definition [ complex ]
    which one should i choose, assuming that, there would be future changes from customer side in the
    site template.like, adding a new splist, sp doclic or a new custom web part.
    in that case, adding a new addtion to the already existing site template will not affect/reflect the already running
    sites' content.
    only those new sites which is created  based on the updated site template would be having the new additions 
    implemented.
      help is highly appreciated.

    Hi,
    From your description, the most concern you might have is that customers will have the requirements to add other components into their sites and created with them afterwards.
    Since SharePoint 2010, it is recommended to take use of something like “a la carte” pattern to manage SharePoint sites. If there are needs to add sites, lists or other components,
    we can make them as solution(.wsp) and deploy to our sites. By doing this, we will be more flexible and easier to manage the features and structure of sites.
    So you can just create a site template with simple structure and deploy the solutions you want after sites created.
    Here are two links about
    Plan for sites and solutions for your reference:
    http://technet.microsoft.com/en-us/library/cc789336(v=office.14).aspx
    http://technet.microsoft.com/en-us/library/ee476993(v=office.14).aspx
    What’s more, you can take a look at the two links below about
    Custom Web Templates and Custom Site Definitions:
    http://msdn.microsoft.com/en-us/library/office/aa979683(v=office.14).aspx
    http://sharepointchick.com/archive/0001/01/01/site-definitions-vs.-webtemplates.aspx
    Thanks
    Patrick Liang
    TechNet Community Support

  • How do I manually recreate the site definition (.ste) for an existing site?

    My iMac hard drive recently failed and had to be replaced.
    Though I had backed up my web site files, I don't have a backup of the site's Site Management (*.ste) file.
    Thus, I'm unable to manage this site in Dreamweaver (reinstalled on the new hard drive).
    In some forum threads, there are references to "manually recreating the site definition." How do I do this?
    Thanks!

    paintwlight wrote the following:
    Does Putting the site to the remote server constitute an Export, whereby a .ste file would have been created during the Put process and, therefore, exist on the remote server?
    No. Hit F1 and search for Export.
    If so, I assume that if I copy the .ste file currently on the remote server and save it locally (into Library:Application Support:Adobe:Common:9:Sites:Site Prefs), all will be well and Dreamweaver will once again be able to manage the site.
    DW can manage the site after you have defined the site as mentioned
    earlier. It does not need the .ste files at all. Those are created by
    the user via the Export feature and are not used by DW itself.
    Gosh, I wish I would have known about the .ste file before my hard drive died. This seems like way too much responsibility to put on one teeny tiny little file -- especially one that's not kept with the rest of the web site files.
    The .ste file contains only the paths to your site and the login
    information - if you choose to include that information. It does not
    contain any of the actual files. DW does not act as a backup or archival
    program. You need to keep backups of your entire site (including source
    files used to create the site, such as Photoshop/Fireworks layered
    images, Flash .fla files, etc...) as well as backups of the .ste files.
    HTH
    Mark A. Boyd
    Keep-On-Learnin'

  • Site definition not saved after closing DW

    I moved my copy of DW to a new computer. I exported the site
    definitions from the old computer and used the Import option in
    Manage Sites to restore them on the new computer. It brought them
    all over just fine. When I tried to update a site, though, it saved
    it for the duration of the session then behaved as if it never
    happened the next time I opened DW. This goes for site name
    changes, FTP info, or anything. How can I fix this? Does it have to
    do with a profile name? I have a different username on this new
    computer if that has anything to do with it. Thanks

    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=3491671c
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "avylon" <[email protected]> wrote in
    message
    news:fuo0ki$pe$[email protected]..
    >I moved my copy of DW to a new computer. I exported the
    site definitions
    >from
    > the old computer and used the Import option in Manage
    Sites to restore
    > them on
    > the new computer. It brought them all over just fine.
    When I tried to
    > update
    > a site, though, it saved it for the duration of the
    session then behaved
    > as if
    > it never happened the next time I opened DW. This goes
    for site name
    > changes,
    > FTP info, or anything. How can I fix this? Does it have
    to do with a
    > profile
    > name? I have a different username on this new computer
    if that has
    > anything to
    > do with it. Thanks
    >

  • Can I store my Dreamweaver site definitions on an external drive?

    I just purchased 2 brand new iMacs (one for office and one for home) to replace my old MacBook Pro. I am now moving all of my client files to an extranal hard drive so that I can share the same exact files in both locations. I just realized it won't be that easy with Dreamweaver because of the site definitions, which are stored locally on the computer.
    Is there a way for me to move and store site definitions of the external hard drive. If so, can you provide detailed instructions on how to do this. I am paranoid about losing important data!
    I am also assuming that Dreamweaver looks in a specific place for site definitions, so I'll need to 'train' it to look on my external hard drive to find them (if that's even possible).
    Thank you SO much, in advance!
    Jackie

    I think the OP was wondering if there could just be a single location that held the site definitions andnthat both computers would read when DW was launched on either machine to populate the site list.
    Just clarifying the question, but that can't be done so Nancy's instructions are what needs to be done. Each computer will maintain it's own list of defs, but being able to export and import makes it a little easier.  Part of my workflow when setting up a site involves making an immediate export of the site def in a location that is being backed up. I also keep another secure file of FTP info as an added layer - just because there was ne particular web host that included special characters in the UserID, which did not retain in the site definition.  I don't mind having to do this, but I wish you could export the entire list and not have to do one at a time.

  • Backing up Site Definitions in Ultradev 1.0

    I'm finally going to upgrade, but I have a lot of Site
    Definitions in Dreamweaver Ultradev 1.0.
    Is there a way to backup and transfer Site Definitions from
    Ultradev 1.0 to the latest Dreamweaver on a new PC?
    I did find a few utilities but none that support backing up
    from the old Ultradev 1.0 version.

    Good idea....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Tom Muck" <[email protected]> wrote in
    message
    news:[email protected]...
    > Or export them one by one if it doesn't work and
    reimport them. You can
    > multiple-select site definitions when importing.
    >
    > --
    > --
    > Tom Muck, Adobe Community Expert
    > Dreamweaver Extensions/Articles --
    http://www.tom-muck.com/
    > Cartweaver Development Team -
    http://www.cartweaver.com/
    > Extending Knowledge Daily -
    http://www.communitymx.com/
    >
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> You're hosed, I believe, unfortunately. Even the
    best of the utilities
    >> available doesn't dig that deep -
    >>
    >> MM-Exporter recognizes installed versions of
    Dreamweaver® 3, 4, UD4, MX,
    >> MX 2004 and DW8 under Windows and saves selectively:
    >>
    >> (taken from
    http://mm-exporter.joexx.de)
    >>
    >> But, since it's free, you could get it and try it.
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> "Soporose" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>> I'm finally going to upgrade, but I have a lot
    of Site Definitions in
    >>> Dreamweaver Ultradev 1.0.
    >>>
    >>> Is there a way to backup and transfer Site
    Definitions from Ultradev 1.0
    >>> to
    >>> the latest Dreamweaver on a new PC?
    >>>
    >>> I did find a few utilities but none that support
    backing up from the old
    >>> Ultradev 1.0 version.
    >>>
    >>
    >>
    >
    >

Maybe you are looking for

  • Print HTML to Tiff

    how can I convert or print a html to a tiff format? since i would like to fax out the html by using some fax program!

  • How do I batch the file name (without extention) into the keyword in the metadata

    I am trying to use a keyword into sets of images, each of the images on the set contains in the file name what I want for keyword and an extension. Example, File names:    WD111_main WD111_01 WD111_02 I want all of them to have on the metadata just W

  • HT2397 can i change the regional code after it has misstakenly been changed to a permanent ?

    i cant change my regional (DVD) code after i misstakenly have changed the code !!!!    can someone please help me ?

  • Thermaltake Volcano 7+

    I bought a Thermaltake Volcano 7+ HS&F, and noticed it has a silicon based thermal compound, however it is in a powder form. (presumably you mix with water?) Is it better to by a different compound paste or is it fine to use the powder stuff they pro

  • MacBook Pro Retina 2013 Wifi Problem

    My mbp retina is having wifi issues. It says there is no ip address and has an exclamation mark over the wifi signal symbol. I know it is not my router because everything else is working fine. I have tried adding a new location, clearing out system c