RTSP in a FW loadbalancing environment with CSM

Hi,
We use Regular Firewall Configuration with Dual CSMs for loadbalancing.
We try to loadbalance RTSP/UDP (/TCP no problem).
The RTSP Client send a SETUP(TCP 554) to the server requesting respond using UDP port alpha
When the UDP flow come back(using port alpha) , how can i be sure that it use the same FW as the TCP flow??
Thanks in advance.
Raphael

I read the example with sticky & reverse sticky.
Q1 : what does it occurs if there are 2 simultaneous connections from the client (Vlan499) towards the LAN server (Vlan500) and that these 2 connections pass each one by a different firewall?
Q2 : do you agree with me that this example supports only connections from customer = Vlan 499 towards server = Vlan 500 and not the server initiated traffic (= from Vlan 500) ?
Is it right to solve these issues as follow ?
CSM side Vlan499
Sticky 10 address source timeout 60
vserver SERV2FW
vlan499
sticky 60 group 10
vserver FW2SERV
vlan168
reverse-sticky 10
CSM side Vlan500
Sticky 10 address destination timeout 60
vserver SERV2FW
vlan500
sticky 60 group 10
vserver FW2SERV
vlan169
reverse-sticky 10
Regards,
Pascal.

Similar Messages

  • Eclipse as a development environment with Jakarta Tomcat - Need help!!

    Hello:
    Subject: Eclipse as a development environment with Jakarta Tomcat
    I am setting up the new development environment for my application (project). Below are the components involved::
    �     Eclipse 3.1
    �     myEclipse - EnterpriseWorkbenchInstaller_4.0GA_E3.1
    �     jakarta-tomcat-5.0.28 (Application Server)
    �     Sysdeo Eclipse Tomcat Launcher plugin - tomcatPluginV31beta
    �     SDK 1.4.2_08
    �     Microsoft XP sp2 operating system
    I have no issue with creation of project structure in eclipse IDE, compilation, and deployment, but there are some exception upon running the application.
    My project folder structure as follows:
    MyApplication/
    src/
    Conf/
    Web/
    classes
    taglib
    lib
    web.xml
    �     my application has few dependent projects, therefore I copied all the dependent projects final compiled classes (jars) to �lib� folder.
    �     I set all necessary classpath according to tomcat documentation.
    �     I created MyApplication.xml file under D:\jakarta-tomcat-5.0.28\conf\Catalina\localhost\ folder with the below context
    <Context path="/MyApplication " docBase="D:/xx/xxx/dev/src/ MyApplication/web" debug="0" reloadable="true" />
    �     I don�t get any exception during compilation and deployment process.
    �     I would greatly appreciate if you could give me a tips!!!!!!!!!!!!!!!!!!!!!!
    Error as follows:
    2005-10-10 17:31:45 StandardContext[balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
    2005-10-10 17:31:47 StandardContext[jsp-examples]ContextListener: contextInitialized()
    2005-10-10 17:31:47 StandardContext[jsp-examples]SessionListener: contextInitialized()
    2005-10-10 17:31:47 StandardContext[servlets-examples]ContextListener: contextInitialized()
    2005-10-10 17:31:47 StandardContext[servlets-examples]SessionListener: contextInitialized()
    2005-10-10 17:32:27 StandardContext[manager]HTMLManager: init: Associated with Deployer 'localhost'
    2005-10-10 17:32:27 StandardContext[manager]HTMLManager: init: Global resources are available
    2005-10-10 17:32:27 StandardContext[manager]HTMLManager: list: Listing contexts for virtual host 'localhost'
    2005-10-10 17:32:35 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
    java.lang.IllegalStateException: getOutputStream() has already been called for this response
         at org.apache.coyote.tomcat5.CoyoteResponse.getWriter(CoyoteResponse.java:599)
         at org.apache.coyote.tomcat5.CoyoteResponseFacade.getWriter(CoyoteResponseFacade.java:163)
         at org.apache.jasper.runtime.JspWriterImpl.initOut(JspWriterImpl.java:122)
         at org.apache.jasper.runtime.JspWriterImpl.flushBuffer(JspWriterImpl.java:115)
         at org.apache.jasper.runtime.PageContextImpl.release(PageContextImpl.java:190)
         at org.apache.jasper.runtime.JspFactoryImpl.internalReleasePageContext(JspFactoryImpl.java:115)
         at org.apache.jasper.runtime.JspFactoryImpl.releasePageContext(JspFactoryImpl.java:75)
         at org.apache.jsp.default_jsp._jspService(default_jsp.java:101)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    path setting as follows:
    %JAVA_HOME%\bin;D:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Borland\AppServer\bin;C:\Program Files\CA\PEC\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SystemRoot%\system32\nls;%SystemRoot%\system32\nls\ENGLISH;C:\Program Files\Attachmate\E!E2K\;C:\Program Files\CA\AllFusion Harvest Change Manager;D:\jwsdp-1.1\jaxb-1.0\bin;D:\jwsdp-1.1\jwsdp-shared\bin;C:\Borland\classes12.zip;C:\Program Files\UltraEdit;D:\jakarta-tomcat-5.0.28\webapps\cst\WEB-INF\classes;D:\EPS\EB_CST_v3.7.2\dev\src\cst;%PATH%
    Classpath setting as follows:
    .;%third_pty%\xerces.jar;D:\EPS\EB_CST_v3.7.2\dev\src\cst;D:\jakarta-tomcat-5.0.28\webapps\cst;D:\jakarta-tomcat-5.0.28\common\lib\servlet-api.jar;D:\jakarta-tomcat-5.0.28\common\lib\jsp-api.jar;D:\jwsdp-1.1\jaxb-1.0\lib\jaxb-api.jar;D:\jwsdp-1.1\jaxb-1.0\lib\jaxb-ri.jar;%third_pty%\ant.jar;D:\jwsdp-1.1\jaxp-1.2.2\lib\endorsed\dom.jar;D:\jwsdp-1.1\jwsdp-shared\lib\jax-qname.jar;D:\jwsdp-1.1\jaxb-1.0\lib\jaxb-libs.jar;D:\jwsdp-1.1\jaxb-1.0\lib\jaxb-xjc.jar;D:\jwsdp-1.1\jaxp-1.2.2\lib\jaxp-api.jar;D:\jwsdp-1.1\jaxp-1.2.2\lib\endorsed\sax.jar;D:\jwsdp-1.1\jaxp-1.2.2\lib\endorsed\xercesImpl.jar;%third_pty%\activation.jar;%third_pty%\ant-optional.jar;%third_pty%\j2ee.jar;%third_pty%\jakarta-regexp.jar;%third_pty%\jaxp.jar;%third_pty%\jcert.jar;%third_pty%\jnet.jar;%third_pty%\jsse.jar;%third_pty%\xalan.jar;C:\MSJDBSLib\msbase.jar;C:\MSJDBSLib\mssqlserver.jar;C:\MSJDBSLib\msutil.jar;
    Other IDE setting:
    As per tomcat documentation.

    Need tips to solve this issue!!!

  • Setting up a Service Manager Lab environment with prod. data

    Hi
    I´m about to set up a lab environment with production data. I´m following the guide here;  https://technet.microsoft.com/en-us/library/jj900180.aspx
    I have a question regarding the Management Group. The Lab environment will have the same Management group name. In the guide nothing is mentioned about changing the name of the management group.
    Will this be a problem when i fire up the Lab environment?
    /Regards

    Well in the guide https://technet.microsoft.com/en-us/library/jj900180.aspx states that you should
    install a secondary management server and stop the services, backup prod. db, restore prod db on the secondary server (lab-server), change  a bunch of rows in different tables.
    So naturally it will have the same management
    group name.
    Am i missing something?

  • How to create ios environment with adobe id?

    Hi , i am trying to create ios environment in windows platform.
    can any one please tell me, how to create IOS environment with adobe id.
    I a created adobe id and inserted code into it. But its running (Since one hour), and no response.
    Any one have idea on it, please let me know.
    Thanks in advance....
    Message was edited by: pathi rskumar

    Hi,
    If you have already set the number range as an external range.
    Then just passing the transaction type to field 'process_type' and external id to field 'object_id' of table ct_orderadm_h. Sales order will created with the assigned external id.
    Hope this help.
    cheers,

  • How to configure BODS in network environment with NAT ?

    Hi Team,
    Now we are working on POC of BO Data Services 4.0 with SI partner and they reported us that  a communication error (error code:BODI-1241023) occurred when they started a job from Designer. 
    They can do it without any problems in the following two cases.
    1. from Designer which is installed in the CMS/JobServer machine
    2. from Designer which is installed in local PC within internal network (without firewall / NAT) 
    That is, the cause is Firewall with NAT(Network Address Translation) between Designer and JobServer/CMS.
    And, they can log on to CMS/JobServer with NAT environment, however, cann't start a job from Designer.
    The port #3500 for JobServer is open. They confirmed that they could log on to the JobServer in the event log
    of the JobServer.
    That is,  Designer -> CMS/JobServer communication is OK, but JobServer -> Designer communication must be NG.
    Could you advise us how to configure BODS both client and server sides in the network environment with NAT ?
    Thanks and best regards,

    HI Buddy,
    You can achieve this by $FLEX$, create first value set, and assign it to first field. Create second value set based on first value set using $FLEX$.
    follow steps mentioned in the bellow link
    http://erpschools.com/articles/usage-of-flex

  • Configure HFM environment with SSL

    Hi all
    I am in the middle of process to install HFM environment
    For the first time I need to configure HFM environment with SSL
    Before I started to install the HFM environment with SSL
    I read the SSL CONFIGUATION GUIDE to understand what I need to configure
    My environment based on web logic web server version Bea WebLogic_9.1_Express
    As I started I read the part of information on configuring your web server for SSL
    The next step was creating CA. The Company created for me CA ( file *.cer ) that I can continue with the issue, and this is what I do:
    I configure the HSS for SSL Using a text editor, open Hub.properties. Create the following entry in Hub.properties. sslEnabled=true
    And. Saved the file Hub.properties.
    The next step was configure the HSS Server on WebLogic
    I Log on to the Web Logic Administration Console.
    Select Servers > Shared Services (admin).
    From General tab, I select SSL Listen Port Enabled.
    Specify the port (for example, 58082) on which Shared Services will listen for SSL communication
    At last I Navigate to Keystore tab and set up the identity and trust keystore
    And fill the parameters
    At the end I restarted HSS services and Log on to User Management Console as Shared Services Administrator. Connect using the secure
    URLhttps://<host>:<SSL-port>/interop; for example, https://myServer:58082/
    interop.
    The things doesn’t seems that they work, I don’t know how can I be sure that all the parameter's that I fill is right?
    Nothing writes on Hyperion SSL PDF
    The web logic doesn't notify any error, all I can is just to get to the standard port 58080
    Thank
    Renan

    Hi Renan,
    One thing to realize is you don't need to have Shared Services in SSL mode to have HFM in SSL mode.
    The main reason you would want Shared Services in SSL mode was if IT/Info security mandated that your directory service (active directory, ldap, ...) be encrypted. If the corporate directory service is not encrypted you should skip making Shared Services encrypted which will simplify things some.
    Also once you had gotten shared services up on 58082 you would need to unregister/register all the installs to use 58082 and check the SSL box on the Shared Services install.
    Good Luck,
    -John

  • Use of MapTool on environment with no internal network

    Is it possible to use MapTool on an environment with no internal network? All nodes are directly linked to the internet 

    If you have access to a FireWire equipped Mac that is capable of running 10.2, then you can do it. The iBook G4 can't run 10.2, though.
    If you do manage to get access to one, here's how to do it:
    1. Start the PowerBook G3 in Target Disk Mode (hold down 't' on boot.)
    2. Connect the PowerBook G3 via FireWire to the 'host' computer. (I'll call it an iBook, just for ease of talking.)
    3. Start the host iBook up off the 10.2 CD.
    4. Install to the 'external FireWire drive' that is really the PowerBook G3.
    5. Reboot the PowerBook G3, it will be running 10.2
    I used a similar method to get Tiger onto a Lombard (USB, no FireWire) G3. I installed to a hard drive that was in a combo FireWire/USB hard drive, then 'Carbon Copy'ed that drive via USB onto the Lombard's internal drive.
    But, since your iBook requires 10.3 or newer, I don't think you can use that method with your setup. The only way you could do it is with an external FireWire CD drive. (Which IS bootable on that model.)
    Unfortunately, I know of no way of convincing the computer that an external hard drive is really a CD drive, and no way of convincing your iBook to install 10.2 onto any drive. (I just tried rebooting my 10.3+ eMac with a 10.2 install CD, no go.) Of course, if you had a legal 10.3 or 10.4 install CD/DVD, you could install one of those onto the PowerBook using the method above, since the iBook is happy to install them.

  • How to Configure Transparent caching on Cat 6500 with CSM in bridge mode?

    hi.
    I found How to Configure Transparent caching on Cat 6500 with CSM in routed mode.
    But,
    I need help How to Configure Transparent caching on Cat 6500 with CSM in bridge mode?
    Please let me know sample configuration.
    thanks.

    Hi,
    I wrote the document you mentioned and I also wrote the one below.
    http://www.cisco.com/en/US/partner/products/hw/modules/ps2706/products_configuration_example09186a00802c1201.shtml
    The one with the SSLM is a bridge mode config.
    If you replace the SSLM with a cache [or a farm of caches] it would be a similar config.
    Replace the SSL21 vserver with an HTTP vserver [most important is to keep the vlan configured on each vserver]
    Regards,
    Gilles.

  • Combining Projects environment With Demand Flow Technology

    Hi,
    I am working in the Projects environment with Discrete Jobs that include the project/task definitions.
    One of our production lines is going to be converted to Flow Manufacturing, with PULL system and KANBAN (CARDS).
    How can I work with Flow Manufacturing and combining the needs of project/task definitions ?
    What is the oracle Application support for such thing ?
    ofir.

    There was a resolution to this posted on the forum that always worked for us. Go into the viewcontroller project properties and select the Dependencies node. Remove the dependency with the Model, then right click the struts diagram entry and select Goto Code. At that point, it should work.
    Set this back later.
    The other alternative would be to name/create the java class and then link it to the action inside the struts-config.xml via the source option tab on the struts config. Then you should be able to go in and edit from the picture.

  • How to cripple your XML DB environment with one statement

    The following COULD CRIPPLE YOUR ENVIRONMENT. It's just an example so you will be aware of the possibility...
    (Tested it on a VMware environment with Oracle Enterprise Edition 10.2.0.3.0 fresh installed, See also here: http://technology.amis.nl/blog/?p=1444)
    The following is executed under SYSTEM...
    SQL> conn system
    Connected.
    SQL> CREATE OR REPLACE TYPE XMLTYPE AS OBJECT
    2 (X INT
    3 )
    4 /
    Type created.
    SQL> CREATE TABLE XML_TEST
    2 (ID NUMBER(10,0) NOT NULL
    3 ,FAKE_XML XMLTYPE
    4 )
    5 /
    Table created.
    SQL> desc XML_TEST
    Name Null?
    Type
    ID NOT
    NULL NUMBER(10)
    FAKE_XML
    XMLTYPEOne would expect somehow that XMLTYPE would be a "preserved" word.
    Mark, if you see this post; what do you think?. I will test and create an SR for this, BUT are there other "types" which should be protected?
    Message was edited by:
    mgralike

    To show that it shouldn't be happening or it is at least inconsistent behavior, two examples one with "XMLTYPE" and one with "DATE"...
    SQL> CREATE OR REPLACE TYPE MYDATE AS OBJECT
      2  (X INT
      3  )
      4  /
    Type created.
    SQL> drop type mydate;
    Type dropped.
    SQL> CREATE OR REPLACE TYPE DATE AS OBJECT
      2  (X INT
      3  )
      4  /
    CREATE OR REPLACE TYPE DATE AS OBJECT
    ERROR at line 1:
    ORA-02302: invalid or missing type name
    SQL> CREATE OR REPLACE TYPE XMLTYPE AS OBJECT
      2  (X INT
      3  )
      4  /
    Type created.
    SQL> show user
    USER is "SYSTEM"Message was edited by:
    mgralike

  • How to Configure Transparent caching on Cat 6500 with CSM in routed mode

    I am trying to configure Transparent caching on Cat 6500 with CSM in routed mode, but facing some problems in it , also I have gone thru the example config on cisco site for transparent caching using CSM on Cat 6500 , but the above does not fit my clients requirement.
    The scenario is like
    Access Switches - Cat6500 with MSFC & CSM - Internet Router
    |
    Cache Engines and Real servers
    The clients as well as real servers are on seperate VLANs (L3) and the requirement is to load balance the internet traffic using cache engines.
    I'd really appreciate any helpful suggestions or any useful links/docs/info on this.
    Thanks
    kumar

    Hello Joerg,
    Thanks for the reply.
    I have already gone thru the sample config shown by this weblink, however this link refers to configuring transparent caching on the CSM in BRIDGED MODE ( i.e both the client and server vlans are having the same IP address ) but in our case , we have multiple L3 VLANS on the CAT6509 having IP addresses in different SUBNETS , and the Real servers to be used for caching also exist on one of these VLANS. Thus, the scenario described by the Weblink does not apply here. Also , in the configuration referred by the above weblink, the VLAN 100 is configured as client , however the endusers are shown to be on vlan200 which is configured as SERVER VLAN in the CSM.
    Dont you think there is something wrong here, I mean the endusers should be on VLAN 100 (Client) and real servers on VLAN 200 (SERVER).
    So, I have to configure CSM in routed mode ( i.e both the client and server vlans will have seperate IP addresses in different subnets ) and the endusers will be on all VLANS .
    Pls let me know , how I can implement this solution.
    Thanks again
    Sudhir

  • Copy weblogic environment with out install on Unix for weblogic6.1SP6

    Hi,
    I copied the weblogic home directory from one unix machine to another. Does the new machine work as the old environment with out any other configuration changes?
    Startup script has all path and class path settings required for the application.
    Please guide me if any docs available on what extra configurations do by installer when compare to the copying of the folders.
    In windows i tried this way which doesnt give any problem. I would like to make sure that copying of bea folders shouldnt cause any problems in future on unix environment.
    Any help on it is greatly apreciated.
    Thank You.

    HI,
    It worked after copieng the weblogic home directory to the new server. I observe groups and user file for the difference between 2 machiens. I found wlsvr user or other is not found in new machine is just added that user with him home directory. Then weblogic started smootly. Thank you.

  • SSL-Problems when setting up a test environment with Exchange

    Hello everyone,
    I am trying to set up a test environment with Exchange 2013 to learn how the stuff works. However, I am facing some problems due to the fact that Exchange is designed for use with SSL certificates. The main thing that makes problems is the connection with
    RPC over HTTP. I've used the MS remote connectivity analyzer to find out why it is not working and as I thought it is because of a missing SSL certificate (it seems the self signed doesn't work here). Now in order to get this working I just bought a certificate
    for "mydomain.com". Now here is the first problem: This certificate is NOT a wildcard certificate. So if I understood correctly it works for mydomain.com but it won't work for subdomain.mydomain.com. Is this correct? (First question)
    If this is correct I will probably another problem: As I said this is a learning-environment so the server is at home behind a router. This means: Only one WAN-IP. I think could get this working by forwarding everything to the Exchange Server (like mydomain.com
    goes to the WAN-IP where the router is forwarding everything like port 25 or 443 directly to the exchange Server). This way I wouldn't have any problems I think: mydomain.com has a valid SSL cert, it resolves to my WAN-IP which forwards everything to the internal
    Exchange Server. Now here is the problem: I plan to setup a SharePoint Server as well. I thought about using ARR (IIS) to make both available behind the same WAN-IP without using ports inside the url. Ideally the Exchange Server should then be available via
    "mail.mydomain.com". This will work fine with ARR but then I probably have SSL problems again? (second question)
    Do you have any ideas what I can do to solve such problems? Should I buy another certificate for mail.mydomain.com? But then I would need to buy several certificates (e.g. for autodiscover.mydomain.com to get this working as well). This can become very expensive...
    Thanks!
    Regards
    Christian

    Hi,
    For your first question, if there is a single certificate just for “mydomain.com”, it cannot work for subdomain.mydomain.com.
    Generally, antodiscover.domain.com is used to access the autodiscover service for external users. If you just need test users to access Exchange server from internal environment, it is not necessary to get a certificate for autodiscover.domain.com.
    Therefore, for your second question what I can ensure is that if all URLs that used to connect Exchange from internal and external are configured to mail.mydomain.com with all services(IIS,SMTP,POP,IMAP), there will be no certificate problems in Exchange
    side.
    Best Regards,
    Winnie Liang
    TechNet Community Support

  • Open Environment with different flags

    Hi,
    Is it correct to open an environment with different flags from that when it was created? For example, I use DB_INIT_CDB to open an environment directory which was not created using this flag? Will the environment support concurrency then? Thank you.

    on subsequent 'reopens' you should use the same set of flags as used when it the db files were created.   The exception is with create flag.  If you create a db file with one purpose in mind and want to change that purpose, you should recreate the db file with a new set of flags.    You can use dump/restore to dump and reload the data in the newly created db file
    thanks
    mike

  • Workflow in an environment with both CS3 and CS4

    Hi,
    I manage a Graphic Design work environment with work stations that range from CS2 to CS4. Is there an easy way to share files between versions?
    Specifically with regard to InDesign and also Illustrator.
    With InDesign I am just saving inx files, but those only work for cs3 when saved from cs4, and when they are opened it requires that they are saved as a new document, and this really interferes with my workflow.
    Any advice on how to get around this would be greatly appreciated...
    Thanks,
    Andy

    more than anything I want this for when I am working with off site resources who don't have the current version of CS that way I don't need to jump thru so many hoops to send them a file to work on. I do agree with you that it could create problems, but they give the warning with illustrator when you down save, why not just give the warning with Indesign as well?

Maybe you are looking for

  • Delete spaces on the right of a string of characters

    Hi, I'd like to know how to delete space on the right of a string of characters and ONLY the ones on the right in order I can get the real length of the string (I don't want to condense the spaces between words even though there's more than one). dat

  • Question for Ali Brown about split partition

    Ali: I thought that I was posting a new topic by changing the subject line but I saw that it didn't work--but it was already up in lights . . . . It's an amazing race, eh? Thanks for your previous reply, glad it's easy to do--please, informa me . . .

  • Need help with duplicating Movieclips!!!

    Hi! I have a movie where I want to call in a movieclip from the library (circleMC) and duplicate it 20 times horizontally and 15 times vertically and offsetting the new duplicates by 20 pixels in both directions to fill the stage. Also it would be ne

  • CS6 Font conflicts

    Hi We have recently upgraded to CS6 (illustrator and Indesign) at work, however, fonts that are on our system that worked with CS3 are no longer viewable in CS6 for some reason. The particular font is NewhouseDT with it's greek, cyrillic and romanian

  • Bill in collections on a current account?

    I have had my account for probably 10 years now, and I just saw there was something on my credit report recently from Verizon Wireless -- some kind of bill in collections. We pay the bill, and the account is still current/active, so how can I have so