DR server on different OS

Dears,
Our PRD server is running on AIX and we are planning to install aDR server for this PRD on Linux OS.
Please confirm can we install our DR server on Linux while PRD is on AIX.
Shivam

I also read in one document of DR server that file system should be same on both servers means like if PRD's file system are in NTFS(Linux OS) then on DR server also it should be same.
Linux doesn´t use NTFS (that´s "NT file system" - http://en.wikipedia.org/wiki/NTFS). Most likely you are using EXT3 or ReiserFS on the Linux system.
It´s not a problem of the filesystem but of the endianess (http://en.wikipedia.org/wiki/Endianess).
Markus

Similar Messages

  • Hi, i am trying to open and view a report that comes from another server with different odbc connection

    hi, i am trying to open and view a report that comes from another server with different odbc connection
    i created a crystal report for a mysql database on my machine and everything works great
    but we have other reports that come from other machines with different odbc connection
    and this its not working when opens the report asks for credentials
    and i cannot use the remote ip for these reports that come from other machine
    question
    if i cannot connect to remote ip to open the report
    for each report i have to create a database the report database on my machine and then open the report ?
    or there is some other way to open the report ?
    i am using visual studio 2013 and mysql and
       <add key="MYSQLODBCDRIVER" value="{MySQL ODBC 5.3 UNICODE Driver}"/>
    thanks

    short
    i have a report that it was created on another server with a specific dsn
    now i am trying to open the report on my machine
    the database from the other server does not exist on my machine
    the server machine where the report was created the ip its not accessible
    question ?
    can i open the report on my machine or its impossible ?
    thanks

  • Development and Quality server using different screen color setting

    Hi,
    I want to differentiate the Development and Quality server using different screen colors,
    How can I set different color logon screen for the different kinds of servers.
    Thank You.
    Best Regards,
    M.Thirumoorthi
    [email protected]

    Hi Thiru moothi,
    Please check these links :
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/modifyingtheLogon+Page&
    Custom Password Change Page
    Custom Portal Logon Page
    Reward points if handy!
    Cheers,
    Sandeep
    Edited by: Sandeep Tudumu on Mar 26, 2008 7:41 PM

  • How to use the same OC4j server with different port number

    How to use the same OC4j server with different port numbers..?
    I have to OC4J installed on my machine on different hard disk drives....
    I want to be able to run both the server simultaneously..?
    is it possible ..it yes then how..?
    for that i have changed the port number of one server...
    but when i am trying to start the other server with different port number..it says that JVM -Bind already...
    Is there any clues...?
    Nilesh G

    In the config directory:
    default-web-site.xml: Change the port the HTTP listener listens on
    jms.xml: Change the port the JMS service listens on
    rmi.xml: Change the port the ORMI listener listens on.
    Or, you can add another web-site.xml file, and deploy your applications to 1 server, and bind the web applications to the different web sites. This way you only have to deploy your applications to 1 place.
    Rob
    Oracle

  • One Essbase Server to Different shared services Database

    I need to know if it is possible to point one essbase server to different shared services database and then have both of them working?

    Hi Vasvya,
    So, correct me if I am wrong, the way to do this is,
    Go to the computer where essbase server is installed and run the configurator and then where it asks for set up shared services and registry database connection, we give the schema we gave for the new shared services.
    Is that it? Do I have to change the instance home or something?
    Thanks. Would really appreciate it if you could helpme more.

  • Windows Server Backup 2008 - Recovery a backup of a server to different server / hardware?

    Is there a way to restore a backup of a server to different box? I'm using Windows Server 2008.

    Hello,
         I was about to ask the same question about restoring a dc in a different hardware.
         A question arises in my mind: Is there no need any longer for third-party software (Acronis...) to restore a dc in a different hardware?.
        I am reading also about the backup and restore process in Exchange 2007 and it looks like the same thing, that it is not necessary any third-party tool to fully recover a Exchange machine, which is simply great, if I understand this rightly.
    Thanks in advance!
    Luis Olías Técnico/Admon Sistemas . Sevilla (España - Spain)

  • How to use 2 AAA server for different login purpose

    Hello, could you help me?
    This is a part of my configuration; I would like to add another TACACS server, witch should take care of the telnet at vty 0 4.
    The Tacacs server 10.20.30.40 takes care of the virtual access, and I have another Tacacs server who takes care of login on our network equipment.
    ! Cisco 7204 with system flash c7200-io3s56i-mz.121-4.bin
    aaa new-model
    aaa authentication login default group tacacs+
    aaa authentication login no_tacacs enable
    aaa authentication ppp default group tacacs+
    aaa authorization exec default group tacacs+
    aaa authorization network default group tacacs+
    aaa accounting exec default start-stop group tacacs+
    aaa accounting network default start-stop group tacacs+
    aaa accounting connection default start-stop group tacacs+
    virtual-profile virtual-template 1
    virtual-profile aaa
    interface Serial2/0:15
    description ISDN30
    no ip address
    encapsulation ppp
    no ip route-cache
    no keepalive
    dialer pool-member 10
    isdn switch-type primary-net5
    isdn tei-negotiation first-call
    isdn caller xxxxxxx
    no fair-queue
    compress stac
    no cdp enable
    ppp authentication chap
    ppp multilink
    interface Virtual-Template1
    ip unnumbered FastEthernet1/0
    ip nat outside
    ppp authentication chap
    tacacs-server host 10.20.30.40 key ********
    line con 0
    exec-timeout 20 0
    password ************
    login authentication no_tacacs
    transport input none
    flowcontrol hardware
    line aux 0
    line vty 0 4
    access-class 1 in
    exec-timeout 60 0
    password *************
    login authentication no_tacacs
    transport input telnet
    transport output telnet
    If I just add
    aaa authentication login vtymethod group tacacs+ enable
    tacacs-server host 10.50.60.70 key ********
    line vty 0 4
    login authentication vtymethod
    My telnet request ask 10.20.30.40 and I have a deny! Could you help to make a secure solution?
    Thanks

    Jens
    I believe that your solution would be to configure a different tacacs server group with the new server in the new group and to use the new group to authenticate for your vty. The config might look something like this:
    aaa group server tacacs+ vty_TAC
    server 10.50.60.70
    aaa authentication login vtymethod group vty_TAC enable
    tacacs-server host 10.50.60.70 key ********
    I have configured this type of thing and it worked well. When I configured it I explicitly configured (and named) two different TACACS server groups and referenced specific server groups for each authentication method. I am not clear whether it works to keep the default group tacacs+ and use it for your normal authentication or whether you may need to configure a non-default group for it.
    Give it a try and let us know what happens.
    HTH
    Rick

  • SCCM Client on Site Server from Different Site within Same Domain

    Our desktop team has a site to manage desktops.
    We have a site to manage servers.
    Do you see any issue with the Server site managing the Desktop teams servers as their clients?
    In other words, desktop wants us to patch and manage their SCCM servers with our site. Placing the SCCM client on their servers pointing to our site.
    Thanks for any gotchas!

    Are you talking about different (standalone primary ConfigMgr) sites (e.g. site abc is used for managing desktops and xyz for servers)? And now you want to assign the ConfigMgr clients (on servers used in site xyz) to site abc? This does work, but I am not
    sure if it is supported.
    Torsten Meringer | http://www.mssccmfaq.de

  • Could not connect to db using connectring from the server as different user

    Oracle Binary is installed under "oracle" user. if we login using different os user, we could not connect using connectr string.
    we set all env variables including TNS_ADMIN.
    tnsping fails with "TNS-03505: Failed to resolve name"

    Version: 11gR1
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE     11.1.0.7.0     Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    There is not problem in the tnsnames configuration. Because if I login as oracle then I can connect to the db using connectring. Developers are not able to connect from the server(Developer have unix account because they are loading data from sql*loader).

  • Project Server 2010 - Different Schedule Dates for Different Users -- Same File

    We have an issue regarding users viewing the same schedule, different machines.
    The PMs have a schedule that was built in 2007 by the offshore team.  We are running Project Server 2010 corporate, and they the PMs here on site have Project Professional 2010.  Within the last couple of weeks, the PMs have noticed changes in
    the dates.
    When I open the schedule, I see the expected dates rendered in both PWA and Project Professional.  Both draft and published versions are the same regardless of where the schedule is opened for editing.  There are two PMs managing the schedules. 
    One sees what I see--the expected dates.  The other sees differences in dates--months, in fact.  Scheduled end date is 10/22/2013.   When the second PM opens the schedule, he sees a scheduled end date of 2/17/2014.
    I advised them that the offshore team needed to upgrade to 2010 due to the differences between 2007 and 2010.  Additionally, and I could be wrong, having the server run in compability mode for so long (the upgrade was done in May 2013), is not ideal. 
    (Offshore team has since updated to 2010.)
    Any thoughts on what could be causing this issue?  Corrupt version of Professional?  Settings askew?
    Thank you,
    L.D.

    My bad, I didn't know that you were not using Project Server.
    Then the file might be corrupted.
    Try the
    XML export and the
    save for sharing method to repair it.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Page that is uploaded to the server looks different from the preview in Dreamweaver browser

    Hi, I have a couple of questions.  Does anyone happen to know why my homepage looks different in Dreamweaver when I preview in browser then it does when I upload the page onto the server?  http://www.iewaterkeeper.org/  I see a join our mailing list button is intact when I preview in browser but is no where to be found when I view the uploaded page from the server.  Other weird things have been going on with Dreamweaver today like I wasn't able to absolute position a div tag in it's intended place and all the typography on my homepage looks very blurry in Dreamweaver but looks clearer when it's uploaded to the server.  Does anyone know what's going on?  Any help would be greatly appreciated.  .... Could it be a virus?

    That's so weird because I'm looking at the code in Dreamweaver and line 181 has a closing </body>.   Here's the code straight from Dreamweaver: 
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Inland Empire Waterkeeper</title>
    <link href="_css/styles.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body,td,th {
        color: #999999;
        font-family: Verdana, Geneva, sans-serif;
    body {
        background-color: #FFFFFF;
        color: #D6D6D6;
        background-image: url(_images/background_1255hompage.png);
        background-repeat: repeat-x;
        margin: auto;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    </style>
    </head>
    <body>
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <div class="container">
      <div class="header"><img src="_images/banner1.jpg" alt="Inland Empire Waterkeeper" width="933" height="300" /></div>
      <div class="menubar">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html" class="MenuBarItemSubmenu">Home</a>
            <ul>
              <li><a href="mission.html" class="MenuBarItemSubmenu">About Us</a>
                <ul>
                  <li><a href="mission.html">Our Mission</a></li>
                  <li><a href="history.html">Our History</a></li>
                  <li><a href="community.html">Our Community</a></li>
                </ul>
              </li>
              <li><a href="staff.html" class="MenuBarItemSubmenu">Our Team</a>
                <ul>
                  <li><a href="staff.html">Staff</a></li>
                  <li><a href="supporters.html">Supporters</a></li>
                  <li><a href="advisoryboard.html">Advisory Board</a></li>
                </ul>
              </li>
              <li><a href="coastkeeper.html">Coastkeeper</a></li>
            </ul>
          </li>
          <li><a href="projects.html" class="MenuBarItemSubmenu">What We Do</a>
            <ul>
              <li><a href="advocacy.html" class="MenuBarItemSubmenu">Programs</a>
                <ul>
                  <li><a href="advocacy.html">Advocacy</a></li>
                  <li><a href="education.html">Education</a></li>
                  <li><a href="research.html">Research</a></li>
                  <li><a href="restoration.html">Restoration</a></li>
                  <li><a href="enforcement.html">Enforcement</a></li>
                </ul>
              </li>
              <li><a href="projects.html">Projects</a></li>
              <li><a href="datareports.html">Data &amp; Reports</a></li>
            </ul>
          </li>
          <li><a href="volunteer.html" class="MenuBarItemSubmenu">Get Involved</a>
            <ul>
              <li><a href="volunteer.html">Volunteer</a></li>
              <li><a href="employment.html">Employment</a></li>
              <li><a href="events.html">Events &amp; Meetings</a></li>
              <li><a href="donate.html">Donate</a></li>
            </ul>
          </li>
          <li><a href="pressreleases.html" class="MenuBarItemSubmenu">News Room</a>
            <ul>
              <li><a href="pressrelease.html">In the News and Press Releases</a></li>
              <li><a href="legislation.html">Legislative Updates</a></li>
              <li><a href="waternews.html">Water in the News</a></li>
            </ul>
          </li>
          <li><a href="reportpollution.html" class="MenuBarItemSubmenu">Resources</a>
            <ul>
              <li><a href="watershed.html" class="MenuBarItemSubmenu">Information</a>
                <ul>
                  <li><a href="watershed.html">Our Watershed</a></li>
                  <li><a href="reportpollution.html">Report Pollution</a></li>
                </ul>
              </li>
              <li><a href="photos.html">Photo Gallery</a></li>
            </ul>
          </li>
          <li><a href="contact.html">Contact Us</a></li>
        </ul>
      </div>
        <div class="missionstatement"><img src="_images/mssionstatement.gif" alt="Inland Empire Waterkeeper" width="933" height="110" /></div>
    <div class="space1"><img src="_images/bar_left.png" alt="Inland Empire Waterkeeper" width="20" height="315" /></div>
    <div class="facebook">
          <div class="facebooktop">
          <img src="_images/facebooktop.gif" width="106" height="125" alt="Inland Empire Waterkeeper" /></div>
        <div class="facebookmailinglist">
        <div class="fb-like" data-href="http://www.iewaterkeeper.org/" data-send="true" data-width="106" data-show-faces="false"></div>
    <!-- BEGIN: Constant Contact Standard Email List Button -->
    <div align="center">
    <table border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td><img src="https://imgssl.constantcontact.com/ui/images/visitor/bevel_tl_gray.gif" width="6" height="6" alt=""></td>
    <td background="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bg_top_gray.gif"> </td>
    <td><img src="https://imgssl.constantcontact.com/ui/images/visitor/bevel_tr_gray.gif" width="6" height="6" alt=""></td>
    </tr>
    <tr>
    <td background="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bg_left_gray.gif"></td>
    <td bgcolor="#cccccc"><a href="http://visitor.r20.constantcontact.com/d.jsp?llr=wejp69bab&p=oi&m=1101488694422" target="_blank" style="text-decoration:none; font-weight: bold;  font-family:Arial; font-size:10px; color:#336666;">Join Our Email List</a></td>
    <td background="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bg_right_gray.gif"></td>
    </tr>
    <tr>
    <td><img src="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bl_gray.gif" width="6" height="6" alt=""></td>
    <td background="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bg_bottom_gray.gif"> </td>
    <td><img src="https://imgssl.constantcontact.com/ui/images/visitor/bevel_br_gray.gif" width="6" height="6" alt=""></td>
    </tr>
    </table>
    </div>
    <!-- END: Constant Contact Standard Email List Button -->
        </div>   
        <div class="space2"><img src="_images/bar_right.png" width="21" height="315" alt="Inland Empire Waterkeeper" /></div>
       <div class="video"><iframe width="560" height="315" src="http://www.youtube.com/embed/3OU8D8kBjWg" frameborder="0" allowfullscreen></iframe></div>
        <div class="space3"></div>
        <div class="photospace1"></div>
        <div class="photo1"><a href="_images/kayaking_6lg.png"><img src="_images/kayaking_6.jpg" alt="Inland Empire Waterkeeper" width="176" height="95" /></a></div>
        <div class="photospace2"></div>
        <div class="photo2"><a href="_images/riverkat_57lg.png"><img src="_images/riverkat_57.jpg" width="176" height="95" alt="Inland Empire Waterkeeper" /></a></div>
        <div class="photospace3"></div>
        <div class="photo3"><a href="_images/riverkat_172lg.png"><img src="_images/riverkat_172.jpg" width="176" height="95" alt="Inland Empire Waterkeeper" /></a></div>
        <div class="photospace4"></div>
        <div class="space4"></div>
      <div class="pillars"><img src="_images/pillars_grey.jpg" alt="Inland Empire Waterkeeper Pillars" width="933" height="400" border="0" usemap="#Map" />
        <map name="Map" id="Map">
          <area shape="rect" coords="77,54,297,198" href="advocacy.html" alt="Inland Empire Waterkeeper Advocacy" />
          <area shape="rect" coords="361,51,584,195" href="education.html" alt="Inland Empire Waterkeeper Education" />
          <area shape="rect" coords="636,54,858,196" href="research.html" alt="Inland Empire Waterkeeper Research" />
          <area shape="rect" coords="212,220,430,352" href="restoration.html" alt="Inland Empire Waterkeeper Restoration" />
          <area shape="rect" coords="502,222,726,364" href="enforcement.html" alt="Inland Empire Waterkeeper Enforcement" />
        </map>
      </div>
      <div class="footer"><img src="_images/footer2.png" width="933" height="100" alt="Inland Empire Waterkeeper" /></div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

  • Database restore of Content and Cache Server on different SID

    Hi Experts,
    I am trying to do backup \ restore method, is it the correct way to do.
    if not, please suggest me the correct methodology.
    if yes, please let me know the procedure to restore the database on different SID
    Content Server and cache server was installed on MaxDB 7.6 and build 18
    Regards,
    Sandeep

    >
    $@ndy wrote:
    > I am trying to do backup \ restore method, is it the correct way to do.
    Ok... is this supposed to be a question?
    Maybe reading the documenation would also help you in this case?
    Did you try?
    > if not, please suggest me the correct methodology.
    So it was indeed a question - but how do you expect us to answer it?
    Because you didn't really gave us any alternative to decide on here...
    > Content Server and cache server was installed on MaxDB 7.6 and build 18
    Are you guys getting any prizes for using the oldest software you can digg up in the service marketplace?
    If there  is anything I can recommend at this early stage of your question:
    Upgrade the database to a recent release, read the documentation/sap notes/WIKI/training content for MaxDB.
    regards and a sucessfull new year,
    Lars

  • Essbase Server and Deployment Server on different boxes

    Hi,We're currently testing Hyperion Essbase 7.1.2 and we were wondering if it was possible to have the Essbase (Analytic) Server on one machine and Deployment Server on a different one. At first sight, it seemed so, so we did just that.Now, we'd like to test our setup by signing on through the ESS command line prompt (on the Deployment Server machine) but seem to miss something since the connection ("signon") is refused. The funny thing is that on the machine on which the Essbase Server is installed, we've also installed the Administration Services: through the Administration Console, we can indeed connect to the Deployment Server and interact with it.So my first question is: is our setup possible (that is, having the Deployment and Essbase servers on distinct boxes)?If so, what is the meaning of all the parameters needed for the "signon" command of the ESS command line prompt?Any guidance would be greatly appreciated.Thanks,A. Lepage

    Yes, you can configure it that way and we have many customers with that setup.You have to login to the EDS console the first time using the 'default' admin username/password (system/password) and setup a username, with admin privileges, that also is on your Essbase server. Logout, then login with the 'real' username. Select the domain object ('essbase at the top of the tree'), right mouse click and add an analytic server. Type in the name of your Essbase server and it should be added (and you should be able to browse objects on the Essbase server). Finally, select the server, right mouse click and 'sync security'.Tim TowApplied OLAP, Inc

  • Deployment Server and Essbase Server on different boxes

    Hi,We're currently testing Hyperion Essbase 7.1.2 and we were wondering if it was possible to have the Essbase (Analytic) Server on one machine and Deployment Server on a different one. At first sight, it seemed so, so we did just that.Now, we'd like to test our setup by signing on through the ESS command line prompt (on the Deployment Server machine) but seem to miss something since the connection ("signon") is refused. The funny thing is that on the machine on which the Essbase Server is installed, we've also installed the Administration Services: through the Administration Console, we can indeed connect to the Deployment Server and interact with it.So my first question is: is our setup possible (that is, having the Deployment and Essbase servers on distinct boxes)?If so, what is the meaning of all the parameters needed for the "signon" command of the ESS command line prompt?Any guidance would be greatly appreciated.Thanks,A. Lepage

    I am running Essbase on one Windows server and EAS, EDS, ESS, and EIS on another. Did you create the Analytic Server in EDS and then Sync Security?

  • Forms server on Different OS

    Hi
    I am using R12.1.2 Application with 10.2.0.4 database. configuration is like
    Node 1 : Database and CM node
    Node 2 : Web, application, forms.
    my existing configuration is is running on HP-Unix 11.11 version.
    I want to add one more form server which should run on Linux. can i do like this? what issue i will face if i am doing like this. kindly suggest which flavor of linux will be more compatible.
    Thanks
    Krishna

    Krishna,
    According to the installation manual, you can add more than one application tier node and specify different OS for each node. However, I would suggest you log a SR (as mentioned above) to confirm with Oracle support.
    Oracle Applications Installation Guide: Using Rapid Install
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121oaig.pdf
    Thanks,
    Hussein

  • DB Server on Different subnet

    Hi there, We have SP 2010 installed, we are planning to upgrade to 2013. Our database server is on the different subnet that the new SharePoint 2013 Fron-end and application server. Office Web App server is also on different subnet. We have single network
    domain through out the firm. The question - Is there any pre-requisite or special configuration needed to setup such SharePoint 2013 environment?
    Regards,
    Khushi
    Khushi

    There is nothing wrong with that. The subnet, in that case, does not matter, as the latency and bandwidth are available, and you're not crossing any "distance". Stretched farms are defined as farms spread across data centers. You do not need
    to do anything special for your deployment.
    Trevor Seward
    Follow or contact me at...
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for

  • What the heck is going on with my Virtual Memory??!!

    I'm not really sure why but when I check activity monitor and see my VM it says i'm using anywhere from 230-270 gigs of virtual memory. This is literally fresh out of restart when it says this much and never changes. I go through and check every proc

  • Billing index table VKDFS

    Hi all, we have a rquirement that if we make invoices for two deliveries, the system should make only  one invoice. but the system did not allowed to make one invoice since the ship to party is different in both the  deliveries. so we did coding in s

  • Show NTP ACS version 5.1

    In the output of the show ntp in the ACS v5.1, What is the succesfull output of the show ntp ? I have the following output, the first show GPS and the second INIT acs/admin# show ntp Primary NTP   : 200.54.X.X synchronised to NTP server (200.54.X.X)

  • Application Manager says Photoshop is already installed?

    Finally decided to join Creative Cloud. Downloaded the latest version of Adobe Application Manager, and I can't download Photoshop because it is listed as "Up to date." I need to fix this problem ASAP! Note also that I previously had CS5 (master) ins

  • Missing swf file when publishing

    This is a new one for me anyway.  I just published a file and the only thing showing is the .htm and the js.  NO SWF!  What do I do?