Is CSS worth adding to a replication run?

I have found a replication house which has the price and product I want but they do not offer CSS protection - does anyone have any opinions regarding the worth of CSS?

Bad guys get around CSS if they want to. Some places may charge the same price for CSS/non-CSS depending on the size of the run.

Similar Messages

  • This is in the category of "dumb" questions. I am adding a new iMac running

         This is in the category of "dumb" questions. To my home office that includes
    a 2003 power pc G5 running system 10.4.11, I am adding a new iMac running
    Lion. Question - can you share files back and forth (e.g., a Word file, camera images) by simply
    coupling the two computers through USB ports? As opposed, for example, by burning
    a DVD and using that in the other computer.

    Why wouldn't you just use the network to share files, then?  Simply set up a folder on one of your systems (I would recommend the Lion system) for sharing, turn sharing on, and then connect to it from the other system.
    You might find this article useful.

  • HT1208 Information about turning menu bars on might be worth adding to this article?

    Re http://support.apple.com/kb/HT1208
    Doesn't mention turning on menu bars.  Might be worth adding.

    Terri Ann,
    Good point.  That article is 4 years old and it immediately assumes you can see the Help menu!
    Feel free to submit your suggestion to the iTunes Feedback page.

  • Installing ASM Issues - CSS Stack Appears not to be running

    I am installing ASM
    When I run root.sh I get the following error:Expecting the CRS daemons to be up within 600 seconds.
    Giving up: Oracle CSS stack appears NOT to be running.
    Oracle CSS service would not start as installed
    Automatic Storage Management(ASM) cannot be used until Oracle CSS service is started.
    The install is on Centos 5 (aka RHEL 5). I have set up a user and a group specifically for this install (user: oracleasm group: asmdba) all of which are the owners of the disks (dev/oracleasm/disks) and the home which i am installing it on. But cannot get past the CSS stack appears not be running.
    Any assistance would be greatly appreciated...I have been all over OTN and metalink but no luck.
    Regards,
    Matt

    Did you ever get and answer for this...I have EXACTLY the same issue but on AIX.

  • JDeveloper: Viewing a .css on JSP at design-time + run-time

    Hi,
    As a newbie to JDeveloper, i'm struggling to get a stylesheet reference to work in both the Design view and at run-time. Dragging a stylesheet on to the JSP works fine in the development enviroment, but when the JSP is called from a controlling servlet, the stylesheet doesn't render. From looking on the web it seems i have to use request.getContextPath() to get the path: doing this works at runtime, but in the design view of JDeveloper doesn't show anything (obviously wouldn't because the getContextPath is evaluated at runtime).
    Is there a work around so i can see a style sheet rendered in both design & runtime?
    Thanks,
    Phil

    Hi,
    Thanks for your reply. When I added my stylesheet (from the component palette) JDev put it in a 'css' folder. When I drag it on to the page it uses ..href = "css/stylesheet.css".. This doesn't work at runtime, neither does href = "/css/stylesheet.css".
    To explain the problem better...if I create a new project with 2 jsp files and link them together with Go to page 1 etc this is fine. As soon as I use the mvc method of controlling jsps thorough servlets I can call page 1 fine, but if I linked back to page 2 with the href calling the jsp directly (rather than through a servlet) it won't find the page, because the context root has an extra 'servlet' folder on the path, ie it's looking for page 2 in "Testing-Project-context-root/servlet/page2.jsp", when it's not located in a servlet folder. This is why the css file is not rendering, because it's looking for it in a servlet folder. I can only get round it at the moment by using:
    <link type="text/css" rel="stylesheet" href="<%=request.getContextPath()%>/css/stylesheet.css"/>. This of course is no good in the development environment.
    Thanks,
    Phil

  • Can DVDSP create a CSS enabled Video_TS ready for replication?

    Can I create a copy-protected DVD with a Video_TS folder ready for replication?
    From what I understand, copy-protected DVD's for replication can only be created through the DDP file process. That means that the replicator must apply a "mastering process" to the files before a glass master is created.
    I am being told my a replicator that in the past, they have received discs from clients that are copy protected and ready for replication. Is this possible? Can I burn these type of discs with DVD Studio Pro and a built in burner?
    Ed

    Here is a post from another site that provides more details--basically the answer to my question is no.
    Can I create a copy-protected DVD with a Video_TS folder ready for replication?
    Nope. All CSS encrypted DVD's must be in DDP or CMF format on either hard drive, DLT, or DVD-R (provided as DVD-ROM, not Video_TS).
    The "mastering process" is us (replicators) adding the actual CSS keys to the final image while it is premastering. DVD Studio Pro "flags" the master with CSS. The keys are added in the premastering stage at the replicator before glass is made (unless you use Scenarist, you can add the keys upon output, which doesn't make it playable but the Eclipse software will see the keys are present and we don't have to add them).
    I am being told by my replicator that in the past, they have received discs from clients that are copy protected and ready for replication. Is this possible? Can I burn these type of discs with DVD Studio Pro and a built in burner?
    I would think that this would be the DDP image with the CSS keys included. I dont believe there is any way to output a playable DVD that has CSS to a DVD-R on any authoring system. Even if there was you cannot premaster a DVD-Video with CSS at any replication facility.
    -Luke
    I think that pretty much sums it up.
    Ed

  • Adding DVM values at run time

    Hi,
    I am trying to adding domain values to DVM at run time,
    it is getting added to DVM at that movement ,bt
    when i redeploy the service I am not able to see the changes.
    so help required regarding this

    Hello
    That is the solution to his problem, by the sounds of it when he redploys his code he gets the old values (the one in his code) if he migrates it to the MDS when he redeploys it won't change. This will seperate his deployment from run time configuration values which is a good idea.
    Best Regards Tristan

  • Adding new rows at run time in alv oops

    HI ALL,
    I have a created an editable alv report in oops. Now i have to add a new row having similar values as the previous row at run time when a custom button is clicked in the output and after entering some values in the new row and pressing the database must be updated and also the internal table at run time itself.
    for example let us suppose i have the following row in the alv output.
    MATNR                          DESCRIPTION                             NAME                             DATE
    001                                 TEST                                        MATRIKS                      10092001
    NOW if we click the custom button added on the alv toolbar, it should a new row at the run time similar to previous row as shown below
    MATNR                          DESCRIPTION                             NAME                             DATE
    001                                 TEST                                        MATRIKS                      10092001
    001                                 TEST                                        MATRIKS                      10092001 -> NEW ROW.
    can we do it in alv oops? pls let me know the soln or any helpful links
    thanks
    john

    Hi John,
       I dont think, you can find any method for that,
    one way what I can suggest is
    Get the selected row index.
    Insert the blank row in your internal table at this index
    Refresh the container.
    Hope  this will help.
    Thanks,
    Anmol.

  • Adding a button at run time

    I know that you can add components at run time (I've done it with a tree for instance) but how do you link a run time added component with an action handler?
    For example, when you use the designer, you just double click on a button to get an action handler built that automatically gets called when the application is deployed and that button is clicked. Well, when you add a button at run time, you have no way of doing this.
    Just how do you link a dynamic button to an action handler then?
    Thanks

    Hi,
    I generate a table at runtime and also bind it to a dataprovider at runtime and display the records in a table. It works find and I have no problem with that.
    I am trying to add a new column with the button in them, i generate the buttons at runtime. Even this works fine. Along with the data in the table i have the last column with all buttons.
    I am having problem binding the method to the button at runtime. My code is something like this...
         for (int i = 0; i <= numOfCols ; i++) {
              //add the delete button as the first column
              if( i == 0 ){
              TableColumn column = new TableColumn();
              column.setHeaderText("Delete");
              Button st = new Button();
              st.setText("Del");
              st.setId("del");
              MethodBinding mb = (MethodBinding) context.getApplication().createMethodBinding("#{Page.delete_action}", null);
              st.setAction(mb);
              column.getChildren().add(st);
              getTableRowGroup1().getChildren().add(column);
              } else{
              TableColumn column = new TableColumn();
              column.setHeaderText(rsm.getColumnLabel(i));
              log("rsm.getColumnLabel("+i+"): "+rsm.getColumnLabel(i));
              column.setNoWrap(true);
              column.setSort(rsm.getColumnName(i));
              ValueBinding vb = app.createValueBinding("#{currentRow.value['" + rsm.getColumnName(i) + "']}");
              StaticText st = new StaticText();
              st.setValueBinding("text", vb);
              column.getChildren().add(st);
              getTableRowGroup1().getChildren().add(column);
    public String delete_action() {
    log("Inside delete_action().");
    return null;
    The method delete_action() is not called at all.
    It would be appreciated if someone could help me with this problem of mine.
    Thanks,
    Adi.

  • CSS - 11506 - Adding New SSL Services on Single SSL Modules

    Hi,
    We are having one pair of CCS 11506 currently SSL services are running on slot4 with single SSL module.Now we are planning to add one more SSL application with different certificates & keys on different VIP.
    Can we use the same slot4 for new application & using different certicates & keys on same SSL modules.Your reponse is appriecated

    Hi Sean,
    Thanks for replying back just want few clarifcations in configuration part.
    1. If new vlan is given for new application then how to point routes to the new vlan as default routes to exisitng vlan is already present.
    2. I've prepare sample config template with details steps & let us know will it work & if changes is required kindly let us know.
    1.# ftp-record ssl_record 192.168.19.21 johndoe "abc123"
    /home/johndoe
    2.# copy ssl sftp ssl_record import rsacert.pem PEM "passwd123"
    Connecting
    Completed successfully
    3.# copy ssl sftp ssl_record import rsakey.pem PEM "passwd123"
    Connecting
    Completed successfully
    4.Enter configuration mode.
    # config
    (config) #
    4. To use RSA public key exchange and authentication:
    a. Associate the imported RSA certificate with a file.
    (config) # ssl associate cert myrsacert1 rsacert.pem
    b. Associate the imported RSA key pair with a file.
    (config) # ssl associate rsakey myrsakey1 rsakey.pem
    5. Compare the public key in the associated certificate with the public key
    stored with the associated private key and verify that they are identical.
    (config) # ssl verify myrsacert1 myrsakey1
    Certificate mycert1 matches key mykey1
    ssl associate rsakey NEWKEY newkey.pem
    ssl associate cert NEWCERT newcert.pem
    !************************* INTERFACE *************************
    interface 3/3
    description "****WEB SIDE****"
    bridge vlan _ID_X.X.X.X
    bridge port-fast enable
    interface 3/4
    bridge vlan_ID_Y.Y.Y.Y
    bridge port-fast enable
    description "****PIX SIDE****"
    !************************** CIRCUIT **************************
    circuit VLAN_ID_X
    ip address A.A.A.A B.B.B.0
    ip virtual-router 2 priority 101 preempt
    ip redundant-interface 3 C.C.C.C
    ip critical-service 3 chk-con-pix_Y.Y.Y.Y
    ip critical-service 3 chk-con-web_X.X.X.X
    circuit VLAN_ID_Y
    ip address D.D.D.D E.E.E.0
    ip virtual-router 4 priority 101 preempt
    ip redundant-vip 4 F.F.F.F
    ip critical-service 4 chk-con-pix_Y.Y.Y.Y
    ip critical-service 4 chk-con-web_X.X.X.X
    !*********************** SSL PROXY LIST ***********************
    ssl-proxy-list NEW
    ssl-server 20
    ssl-server 20 vip address F.F.F.F
    ssl-server 20 cipher rsa-with-rc4-128-sha F.F.F.F 81
    ssl-server 20 cipher rsa-with-rc4-128-md5 F.F.F.F 81
    ssl-server 20 rsacert NEWCERT
    ssl-server 20 rsakey NEWKEY
    active
    !************************** SERVICE **************************
    service FRONT_SSL
    type ssl-accel
    slot 4
    keepalive type none
    add ssl-proxy-list NEW
    active
    service WEBSERVER-03
    ip address G.G.G.G
    redundant-index 3
    protocol tcp
    port 80
    active
    service WEBSERVER-04
    ip address H.H.H.H
    redundant-index 4
    protocol tcp
    port 80
    active
    service chk-con-pix_Y.Y.Y.Y
    keepalive type script ap-kal-pinglist "N.N.N.N"
    ip address J.J.J.J
    keepalive frequency 2
    keepalive maxfailure 2
    keepalive retryperiod 2
    active
    service chk-con-web_X
    ip address K.K.K.K
    keepalive type script ap-kal-pinglist "P.P.P.P"
    keepalive frequency 2
    keepalive maxfailure 2
    keepalive retryperiod 2
    active
    !*************************** OWNER ***************************
    owner NEW
    content BACKNEW_HTTP
    vip address F.F.F.F
    add service WEBSERVER-03
    add service WEBSERVER-04
    protocol tcp
    port 81
    url "/*"
    redundant-index 5
    no persistent
    active
    content FRONTENDNEW_SSL
    vip address F.F.F.F
    protocol tcp
    port 443
    application ssl
    add service FRONT_SSL
    active
    content NEW
    url "//www.ABC.com/*"
    vip address F.F.F.F
    protocol tcp
    port 80
    redundant-index 4
    redirect "https://ABC.com"
    active
    your reply on this would be highly appericated.

  • BADI for adding subcontract quantity while running MRP

    Dear All,
    Here we have developed a BADI which will collect subcontract data and add to the stock and show in MD04 Transaction.
    For this in development server we had developed BADI It is working fine in development server. But same thing we have ported into production server ,BADI
    also in activation mode in production server but still it is not working ..
    please help me to solve this.
    Reards,
    Kumar.

    this is not the way SAPs MRP run works.
    Where is the benefit for this?
    the requisitions are not even split into header and item table, it is just one table EBAN, and either way you would get exact the same number of records in EBAN.

  • Adding new coloumns at run time in report

    hi friends,
    i wan to knw, how to add coloumns at runtime in the report.
    the requirement is like,,the user wll enter the cost center group in selection screen n i have to show all the cost elements in tht cost elements group as different coluomn, with the name of the costelement as the coloumn header.
    so it is not fixed tht how many coloumn wll be there in report.
    so plz help me out.
    good points wll be rewarded for helpful ans....
    thankx
    brij

    Hi John,
       I dont think, you can find any method for that,
    one way what I can suggest is
    Get the selected row index.
    Insert the blank row in your internal table at this index
    Refresh the container.
    Hope  this will help.
    Thanks,
    Anmol.

  • Error on CSS on adding url "/*"

    Whenever i try to add url command on the following config it gives me an error :
    %%Content already exists.
    configuration;
    content abc-80
    vip address X.X.X.X
    add service abc100-6115
    add service abc102-6115
    protocol tcp
    port 80
    url "/*"
    sticky-inact-timeout 20
    string range 1 to 200
    string prefix "HININGID="
    string process-length 1
    advance-balance cookies

    No that's not the case. As i changed the Name of the content to something else but the same issue. I can activate the content without the URL but not with the URL. So that verifies that ports and VIP are not being used anywhere else.

  • Adding stateful failover to running configuration

    Hi,
    I have failover pair of ASA boxes without configuration of stateful failover. There is only basic LAN failover.
    I want to add stateful failover configuration using dedicated interface of ASA. Is this with downtime zero when I will add command for stateful failover?
    Thanks
    Peter

    As far as I know it won't affect traffic flow and there's not gonna be any downtime.

  • 10g fails to run on Mac OS X 10.3.8: OracleCRS is a directory

    Hi,
    I have had no luck installing Oracle 10g on a Mac OS X Server (running 10.3.8). I followed the instructions in the Quick installation guide religiously and everything works, until the very last moment when the services are supposed to be launched. This is the output of the root.sh script (in my case, /Volumes/xserve.system/app/oracle/product/10.1.0/db_1/root.sh):
    ===== terminal output =======
    Running Oracle10 root.sh script...
    \nThe following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /Volumes/xserve.system/app/oracle/product/10.1.0/db_1
    Enter the full pathname of the local bin directory:
    [usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]:
    y
    Copying dbhome to /usr/local/bin ...
    The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]:
    y
    Copying oraenv to /usr/local/bin ...
    The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]:
    y
    Copying coraenv to /usr/local/bin ...
    Adding entry to /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'wheel'..
    Operation successful.
    Oracle Cluster Registry for cluster has been initialized
    Adding to inittab
    Checking the status of Oracle init process...
    Expecting the CRS daemons to be up within 600 seconds.
    Giving up: Oracle CSS stack appears NOT to be running.
    /Volumes/xserve.system/app/oracle/product/10.1.0/db_1/root.sh: line 788: /System/Library/StartupItems/OracleCRS: is a directory
    Oracle CSS service would not start as installed
    Automatic Storage Management(ASM) cannot be used until Oracle CSS service is started
    ===== end of terminal output =======
    Any idea why this "OracleCRS: is a directory" would come up, and what I could do to remedy it? This was a clean install on a more or less clean system (definitely had no other Oracle installed before) so there must be something wrong in the Installation script or the installer...
    Any feedback would be greatly appreciated!
    Thanks
    Roland

    Hello Ronald,
    Here is my Oracle script. The permission on the script is 700. Owner of the script is root:wheel.
    #!/bin/sh
    # source the common startup script
    . /etc/rc.common
    # Change the value of ORACLE_HOME to specify the correct Oracle home
    # directory for you installation
    ORACLE_HOME=/app/oracle/product/10.1.0/db_1
    # change the value of ORACLE to the login name of the
    # oracle owner at your site
    ORACLE=oracle
    PATH=${PATH}:$ORACLE_HOME/bin
    export ORACLE_HOME PATH
    export ORACLE
    export ORACLE_SID=btm
    # Set shell limits for Oracle Database
    ulimit -c unlimited
    ulimit -d unlimited
    ulimit -s 65536
    StartService()
    if [ -f $ORACLE_HOME/bin/tnslsnr ] ; then
    ConsoleMessage "Starting Oracle Net"
    su - $ORACLE -c "$ORACLE_HOME/bin/lsnrctl start"
    fi
    ConsoleMessage "Starting Oracle Databases"
    su - $ORACLE -c "$ORACLE_HOME/bin/dbstart"
    StopService()
    ConsoleMessage "Stopping Oracle Databases"
    su - $ORACLE -c "$ORACLE_HOME/bin/dbshut"
    if [ -f $ORACLE_HOME/bin/tnslsnr ] ; then
    ConsoleMessage "Stopping Oracle Net"
    su - $ORACLE -c "$ORACLE_HOME/bin/lsnrctl stop"
    fi
    RestartService()
    StopService
    StartService
    RunService "$1"
    One thing I am wondering is when I reinstall oracle, I did not do $ORACLE_HOME/bin/localconfig delete. So, I did not stop the css and delete the configuration. Will it matter?
    Thanks,
    /Jennifer

Maybe you are looking for

  • SSO to ECC (without java stack), BI (on NetWeaver), & Portal

    I have a client that wants to configure their SAP systems in such a way so that the users sign onto their Windows workstations, are authenticated by Windows Active Directory and from then on they can sign on directly to an ECC ABAP instance, a BI ins

  • Need Autorization to download...

    Hi all, I'm trying to download episodes of a (video)Podcast, and I'm getting the following error: There was a problem downloading <filename>. Authorization is needed to access <url>. It´s the Jim Cramer show The Lightning Round. The problem might be

  • Okay, what is the deal with ITUNES plus?

    I've read multiple threads and post. I've downloaded the new version. From what I've gathered, it seems only EMI artists are currently part of the ITUNES plus? I also understand you are "supposed" to be getting a better quality of sound from artists

  • TS1363 why the i tunes can not show in my ipod?

    please kindly help me because i can not connect the itunes to my ipod?

  • Kernel Panic accesssing Photobucket

    Don't know if there are flash inside because I can't see the full page and started a kernel panic. OS 10.6.4 + Safari 5.0.3 (6533.19.4) Since I'm using Firefox, no panics until now.