The final dedup ratio doesn't match the target dedupratio in vdbench configuration file

Hi,
I would like to fill-up the volumes with predefined dedup ratio using vdbench dedupratio and dedupunit values introduced in vdbench 5.03
I'm using 2 centos servers running vdbench50402 (also tried vdbench50403rc1). Below you can see the sample configuration file.
With all the dedup values i receive constantly 1.1 dedup ratio on the storage array. What are the possible reasons for incorrect final dedup ratio  ??
Thanks,
Alex I.
#********Vdbench configuration file*************************************
dedupratio=5
dedupunit=8k
hd=default,vdbench=/vdbench50402,user=root,shell=vdbench
hd=hostwg1,jvms=20,system=host-wg-1
hd=hostwg2,jvms=20,system=host-wg-2
#Define the test device size as "size=xxx"
sd=default,size=2136G,openflags=o_direct
sd=sd1hostwg1,lun=/dev/mapper/123456789010007a,host=hostwg1
sd=sd2hostwg1,lun=/dev/mapper/123456789010007b,host=hostwg1
sd=sd3hostwg1,lun=/dev/mapper/123456789010007c,host=hostwg1
sd=sd4hostwg1,lun=/dev/mapper/123456789010007d,host=hostwg1
sd=sd5hostwg1,lun=/dev/mapper/123456789010007e,host=hostwg1
sd=sd6hostwg1,lun=/dev/mapper/123456789010007f,host=hostwg1
sd=sd7hostwg1,lun=/dev/mapper/1234567890100080,host=hostwg1
sd=sd8hostwg1,lun=/dev/mapper/1234567890100081,host=hostwg1
sd=sd1hostwg2,lun=/dev/mapper/1234567890100082,host=hostwg2
sd=sd2hostwg2,lun=/dev/mapper/1234567890100083,host=hostwg2
sd=sd3hostwg2,lun=/dev/mapper/1234567890100084,host=hostwg2
sd=sd4hostwg2,lun=/dev/mapper/1234567890100085,host=hostwg2
sd=sd5hostwg2,lun=/dev/mapper/1234567890100086,host=hostwg2
sd=sd6hostwg2,lun=/dev/mapper/1234567890100087,host=hostwg2
sd=sd7hostwg2,lun=/dev/mapper/1234567890100088,host=hostwg2
sd=sd8hostwg2,lun=/dev/mapper/1234567890100089,host=hostwg2
wd=wd_fill,sd=sd*,xfersize=256k,rdpct=0
rd=default
rd=fill_pass1,wd=wd_fill,iorate=max,interval=1,elapsed=172800
#********Vdbench configuration file*************************************

'dedupunit=' is the key here.
The Vdbench dedup logic is based around "storage recognizes duplicate data blocks in chunks of 8k".
If your storage has a different 'dedup unit' Vdbench won't create the proper data patterns.
An other issue may be the FILLING and reporting of your luns: if you have a 10tb lun but Vdbench only writes 1tb, then your dedup will only include 1TB worth of Vdbench written data patterns.
Note: May I suggest in above parameter file to start using 'seekpct=eof'? Vdbench will then stop after the last block on all SDs has been written instead of your current 48 hours, which could result in rewriting the same blocks over and over again, because with seekpct=0 Vdbench just starts at the beginning again when it reaches the end.
Of course, if 48 hours is not enough elapsed time Vdbench will terminate BEFORE the last block has been written.
Hope this helps.
Henk.

Similar Messages

  • Error: The decapsulated inner packet doesn't match the negotiated policy in the SA

    I upgraded my ASA from 8.2(1) to 8.4(3) as I wanted to try to get Android devices to properly connect via VPN.
    After some effort, I was able to get the Android devices to connect via VPN.  However, my syslog server has a number of errors recorded that look this this:
    %ASA-4-402116: IPSEC: Received an ESP packet (SPI= 0x1E76EFA6, sequence number= 0x1F0) from x.x.x.x (user= testuser) to y.y.y.y.  The decapsulated inner packet doesn't match the negotiated policy in the SA.  The packet specifies its destination as z.z.z.z, its source as a.a.a.a, and its protocol as tcp.  The SA specifies its local proxy as y.y.y.y/255.255.255.255/udp/42246 and its remote_proxy as x.x.x.x/255.255.255.255/udp/0.
    Digging further, it seems this error might be due to a NAT issues with the VPN connections.  VPN previously worked with Cisco's VPN client on Windows, though I did not test to see if that is no longer working.  However, I made no changes in the config, except for those related to additions needed to support L2TP.  With the below config, Android clients can connect to the ASA and access the internal network, but they cannot connect to external addresses.  I'm at a loss.
    The addresses used in the config: 192.168.1.0/24 are on the internal LAN and 192.168.3.0/24 are addresses assigned to VPN clients.
    I noted in the config this line:
    access-list inside_nat0_outbound extended permit ip any 192.168.3.0 255.255.255.0
    The access list is not referenced anywhere, though it was referenced in the 8.2(1) config like this:
    nat (inside) 0 access-list inside_nat0_outbound
    I'm not sure what else changed, but I've looked over the config and I just cannot see what the issue might be.  I'm hoping somebody might be able to point out my error.
    Here's the config file (at least the parts that might be of interest):
    : Saved
    ASA Version 8.4(3)
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address dhcp setroute
    boot system disk0:/asa843-k8.bin
    object network obj-192.168.3.0
    subnet 192.168.3.0 255.255.255.0
    object network obj_any
    subnet 0.0.0.0 0.0.0.0
    access-list outside_access_in extended permit icmp any interface outside time-exceeded
    access-list outside_access_in extended permit icmp any interface outside echo-reply
    access-list outside_access_in extended permit icmp any interface outside unreachable
    access-list outside_mpc extended permit ip any interface outside
    access-list inside_mpc extended permit ip 192.168.1.0 255.255.255.0 any
    access-list testVPN_splitTunnelAcl extended permit ip 192.168.1.0 255.255.255.0 any
    access-list inside_nat0_outbound extended permit ip any 192.168.3.0 255.255.255.0
    ip local pool VPN-Pool-1 192.168.3.1-192.168.3.254 mask 255.255.255.0
    ip verify reverse-path interface outside
    nat (inside,any) source static any any destination static obj-192.168.3.0 obj-192.168.3.0 no-proxy-arp
    object network obj-192.168.3.0
    nat (outside,outside) dynamic interface
    object network obj_any
    nat (inside,outside) dynamic interface
    access-group outside_access_in in interface outside
    crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANSP esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANSP mode transport
    crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANSP esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANSP mode transport
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 10 set ikev1 transform-set ESP-AES-128-SHA-TRANSP ESP-3DES-SHA-TRANSP
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside_map interface outside
    crypto ikev1 enable outside
    crypto ikev1 policy 5
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 10
    authentication pre-share
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    group-policy testVPN internal
    group-policy testVPN attributes
    wins-server value 192.168.1.8
    dns-server value 192.168.1.8 192.168.1.4
    vpn-idle-timeout none
    vpn-tunnel-protocol ikev1
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value testVPN_splitTunnelAcl
    default-domain value test.us
    group-policy testVPNnsl2tp internal
    group-policy testVPNnsl2tp attributes
    wins-server value 192.168.1.8
    dns-server value 192.168.1.8 192.168.1.4
    vpn-idle-timeout none
    vpn-tunnel-protocol l2tp-ipsec
    group-policy testVPNns internal
    group-policy testVPNns attributes
    wins-server value 192.168.1.8
    dns-server value 192.168.1.8 192.168.1.4
    vpn-idle-timeout none
    vpn-tunnel-protocol ikev1
    username testuser password PASSWORD encrypted privilege 15
    username testuser2 password PASSWORD nt-encrypted privilege 15
    tunnel-group DefaultRAGroup general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPNnsl2tp
    tunnel-group DefaultRAGroup ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group DefaultRAGroup ppp-attributes
    authentication ms-chap-v2
    tunnel-group testVPN type remote-access
    tunnel-group testVPN general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPN
    tunnel-group testVPN ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group testVPNns type remote-access
    tunnel-group testVPNns general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPNns
    tunnel-group testVPNns ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group testVPNnsl2tp type remote-access
    tunnel-group testVPNnsl2tp general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPNnsl2tp
    tunnel-group testVPNnsl2tp ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group testVPNnsl2tp ppp-attributes
    authentication ms-chap-v2
    One last question: in order to get the connection from Android to work, I was forced to use "tunnel-group DefaultRAGroup".  Is that actually a limitation, or did I make an error that forced that requirement?  I wanted to use "tunnel-group testVPNnsl2tp".
    Thanks!

    Chris,
    This is still a bit off the mark.  I think I might be confusing the issue by including some of the VPN configuration that I had previously installed and working (e.g., two other VPN tunnel groups with split tunneling on one of them).  Let's just remove that stuff from consideration.  I actually tested the current configs just to see if they are working since the upgrade.  testVPN is working with the split tunneling, but testVPNns (no-split tunneling) does not allow external access.  I guess there is a NAT config issue there, too, but not sure what it is, yet.  I've not investigated that closely.
    I want to solve one problem at a time, though I understand there are some interdependencies.
    What I'd like to focus on right now is just the L2TP VPN connection.
    From what I've been able to understand from the documentation, what I need are these lines:
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANSP esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANSP mode transport
    crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANSP esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANSP mode transport
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 10 set ikev1 transform-set ESP-AES-128-SHA-TRANSP ESP-3DES-SHA-TRANSP
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside_map interface outside
    crypto ikev1 enable outside
    group-policy testVPNnsl2tp internal
    group-policy testVPNnsl2tp attributes
    wins-server value 192.168.1.8
    dns-server value 192.168.1.8 192.168.1.4
    vpn-idle-timeout none
    vpn-tunnel-protocol l2tp-ipsec
    tunnel-group DefaultRAGroup general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPNnsl2tp
    tunnel-group DefaultRAGroup ipsec-attributes
    ikev1 pre-shared-key P74bmqL6rT40bl5
    tunnel-group DefaultRAGroup ppp-attributes
    authentication ms-chap-v2
    crypto ikev1 policy 5
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    I still want to assign the IP addresses to VPN clients out of 192.168.3.0/24.
    The tricky part is understanding exactly what NAT rules to insert and to avoid that error message I'm getting relatred to the encapsulated packets.  I tried to introduce the commands you had, but it's missing stuff that I would need for L2TP/IPSec (e.g., "mode transport").  I also don't think I want "pfs group5".  The above config "works" in that I get connected -- all negotiation is done.  It's just that packets from the VPN client are not able to go out to the Internet and I'm seeing that encapsulation error messages when I try to send a packet.
    Paul

  • The kernel the system is running doesn't match the one installed

    I've been trying to install Arch to a new desktop I've built. The wireless card(TP-link wn725n v2) requires a driver that I've downloaded, and have been trying to get on the system. I finally decided to install Arch to a flash drive, install the driver to the flash drive, and then install Arch to the desktop. When installing the driver to the desktop, I don't run into any problems. When I tried installing on the USB, I got an error message. I did a quick google search and found I forgot to install the linux headers. Then another problem showed its face.
    "make ARCH=i386 CROSS_COMPILE= -C /lib/modules/3.12.3-1-ARCH/build M=/home/Test/Driver/rtl8188eu-master  modules
    make[1]: *** /lib/modules/3.12.3-1-ARCH/build: No such file or directory.  Stop.
    Makefile:146: recipe for target 'modules' failed
    make: *** [modules] Error 2"
    I looked around more, and I think I've located the source of the error.
    When I type in 'uname -r'
    I get: '3.12.3-1-ARCH'
    When I type in 'pacman -Q linux'
    I get: 'linux 3.12.6-1'
    I'm not sure where to go from here. Any ideas?
    Last edited by ryanfahy314 (2013-12-28 17:16:48)

    Ryan, could you also revise your title to more specifically identify the problem you are facing.  I suspect an update and reboot will fix the problem, as I'd agree with your diagnosis: the kernel running does not match the one installed - but in case we're wrong, the title-worthy component of the problem would relate to failure to build rtl8188eu driver.
    Last edited by Trilby (2013-12-28 12:43:48)

  • I have been buying apps for a long time  without a problem using my credit card on file. All of a sudden itunes is not recognizing my card which is in good standing. All the info is correct but itunes/apple says it doesn't  match the bank info. Any ideas

    I have been buying apps for a long time  without a problem using my credit card on file. All of a sudden itunes is not recognizing my card which is in good standing. All the info is correct but itunes/apple says it doesn't  match the bank info. Any ideas?

    Answered in your Other post on this Topic...
    https://discussions.apple.com/message/24053626#24053626

  • I have been having a issue with getting the colors on my monitor to match the colors fro my print lab. I now have the monitor calibrated to match the prints but when I open elements it doesn't use the same colors. If i have it use the calibrated profile b

    I have been having a issue with getting the colors on my monitor to match the colors fro my print lab. I now have the monitor calibrated to match the prints but when I open elements it doesn't use the same colors. If i have it use the calibrated profile by changing the color management settings, the color picker no longer shows true white or black. How do I get elements 12 to honor the new calibrated settings?

    Ok so I've done what you said and this is what it's come back ....
    I don't know that these are the errors , but they're the things which don't look right ...
    Throughout the shut down there is a recurring line ;
    It says ;
    Com.apple.launchd 1 0x100600e70.anonymous.unmount 301 PID still valid
    Then there are 2 more which I think are related ;
    Com.apple.securityd 29 PID job has I overstayed its welcome , forcing removal.
    Then the same with fseventd 48 and diskarbitrationd 13
    Oh and on Launchd1 : System : stray anonymous job at shut down : PID 301 PPID13 PGID 13 unmount...
    Then the last process says "about to call: reboot (RB_AUTOBOOT).
    Continuing...
    And stops ...
    Hope this means something to you ... Thanks again for your help so far :-)

  • 3201: The publisher display name FooBar, specified in the package doesn't match the publisher name, FooBar

    I've updated a WP 8.0 application to WP 8.1 Silverlight. When I try to deploy a demo application I get the following error;
    3201: The publisher display name, FooBar, specified in the package doesn’t match the publisher name,
    FooBar, that’s associated with the developer account.
    I've seen several cases with people encounter this issue and then solved by modifying WPAppManifest or the Packages file. My problem is that the
    display name and publisher name is exactly the same. Both in the application xml files and in the error message displayed by windows phone store. 
    Any suggestions?

    There is no requirement that source code files are in the correct directory structure. If you want javac to be able to automatically compile dependent files, then the source code must be in an appropriate structure and find-able from the classpath.
    Also, when you use the -d option, javac will create an appropriate directory relative to the directory specified in the -d option. That's how it is supposed to work.
    So it is working as designed and specified.

  • The pt 3 tutorial code doesn't match the pt 2 tutorial code.  Nowhere to insert head in pt 2 code.

    At the end of the part 2 tutorial, this was the code:
    @charset "utf-8";
    /* CSS Document */
    #container {
    width: 968px;
    background: #FFF;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    }#main_image {
    background-image: url(images/main.jpg);
    background-repeat: no-repeat;
    #container #main_image {
    height: 376px;
    width: 968px;
    #left_column, #center_column, #right_column {
    width: 316px;
    float: left;
    #center_column, #right_column {
    margin-left: 10px;
    The part 3 tutorial instructed this:
    Copy the <script> tags from the Edge Web Fonts site, and paste them into the <head> section of index.html in Dreamweaver just above the <link> that attaches the style sheet like this:
    <head>
    <meta charset="utf-8">
    <title>Check Magazine</title>
    <script src="http://use.edgefonts.net/sarina.js"></script>
    <link href="styles/check_cs6.css" rel="stylesheet" type="text/css">
    </head>
    As you can see from the code at the end of part two (listed at the top), there is no reference to <head> anywhere in the code; therefore, I am uncertain as to where to insert these code instructions.

    I assume that the embedded tags are in the index document, not the styles type document?   I appreciate the information, but I don't see how it relates to my question.  Maybe your answer was just over my head? My original question was: If the instructions say this:
    Copy the paste them into the  section of index.html in
    Dreamweaver just above the  that attaches the style
    sheet like this:
    and there the word does not appear anywhere on the index file that I can see it (whether it's embedded or otherwise), where do I insert the code?
    Date: Fri, 8 Feb 2013 10:29:29 -0800
    From: [email protected]
    To: [email protected]
    Subject: The pt 3 tutorial code doesn't match the pt 2 tutorial code.  Nowhere to insert &lt;head&gt; in pt 2 code.
        Re: The pt 3 tutorial code doesn't match the pt 2 tutorial code.  Nowhere to insert  in pt 2 code.
        created by Nancy O. in Dreamweaver - View the full discussion
    The pair of and  tags are an integral part of any HTML document. When you create a new page in DW, it automatically creates the core HTML tags for you, so in that regard, there's nothing for you to add except content and styles. Embedded CSS styles are inserted inside the document's  tags like so:       body      #LeftSideBar       #RightSideBar      #MiddleContent
    External CSS is a separate physical file to which all your HTML pages are linked. Similar to above, links to external style sheets go inside the  tags like this:
      HTML & CSS Tutorials - http://www.html.net/http://w3schools.com/  Nancy O.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5058678#5058678
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5058678#5058678
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5058678#5058678. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Audio doesn't match the video ... why

    Last night I tried to sort some of the clutter from my desk by downloading some recorded video on VHS tapes. The images worked fine with no dropped frames at all, however, the audio doesn't match the video.
    Example 1: the footage is of skydiving recorded from Channel 4 (UK) while the audio that is captured with is commentry from several years ago when we lived back in Australia (Channel 7).
    Example 2: the audio is very very slow.
    The footage was recorded on a VCR which has no audio/video out facility and is converted via the ADVC 110 from a VCR which does have the audio/video out plugs. The DV is then saved to an external drive 500GB.
    Can anyone suggest a way around this unique effect .... please.
    Blue skies
    Dean

    G'day Martin,
    Here are the answers to the questions you asked.
    As far as I can tell everything is PAL. The VCR used to record the footage and the VCR used to download to the converter. The later has NTSC capability but not turned on (I checked).
    The Canopus is set to PAL and the FCE easy set up is set to DV PAL converter.
    The Video and Audio are recorded at the same time.
    I should add that I tried it again this morning and it worked for a short while but then reverted to previous reported faults. I have tried about 8 different VHS tapes and they all do either of the two described faults.
    Thanks for your suggestions.

  • Final Cut pro doesn't play the frames

    My final cut pro doesn't play the frames in the application.
    The whole time it works great but at ones this happend.

    Couple of things to check and try.
    1) In Viewer Display options check to see whether Better Performance is checked in the Quality section. If not, check it and that should help you set real time playback with a slight reduction in quality in the Viewer. However, it will not have any affect on your project.
    2) If that doesn't work, consider generating Proxy files by eight clicking clips >Transcode Media. There is also a setting in Viewer Display Options to use Proxy in editing your project. Before you export the finished project, remember to change that setting  back to Original/Optimized.
    3) If that doesn't work, download a speed test and check the throughput of your media drive. It should be a separate drive from your start up disk and should be connected by Thunderbolt (fastest) USN3 (next fastest) or Firewire 800.
    Russ

  • The license state for the current server doesn't match the farm's license state

    I am trying to build a development Server, to mirror our Production Server. 
    I have copied the Config_Database and WSS_Content from our Production Server to a Development Server that is on a separate network. I installed SharePoint 2010 and ran the Config Wizard, entered in the database server and chose the Config_database that I
    copied over previously.
    But I receive the error:
    "The license state for the current server doesn't match the farm's license state"
    Can anyone help me with this.
    dfrancis

    Hi,
    Please have a look at links below:
    https://sharelockpoint.wordpress.com/2014/01/09/sharepoint-2013-installation-error-the-current-server-cannot-be-joined-to-this-farm/
    http://blogs.msdn.com/b/sowmyancs/archive/2012/08/08/the-license-state-for-the-current-server-doesn-t-match-the-farm-s-license-state-sharepoint-psconfig-error.aspx
    Hope it helps!
    Thanks,
    Avni Bhatt
    If this helped you resolve your issue, please mark it Answered

  • When opening the project at a new computer, the sound and picture doesn´t match

    We are editing a documentary and when we open the project at a new computer the sound and clip doesn't match. We have noticed that the problem is that if we have a clip named 0001 on one SD card, it takes the sound from another SD card where the clip also is named 0001. Since we are working with a lot of material and this has happened on almost every one of them, its a huge problem, since we got no time to reimport and redo every clip. Thankful for your help.

    Try batch renaming some of the files.

  • I have redemption code from 500px but it does't work because of country of account doesn't match the country of the code  , they gave me another one and does't work also because something is wrong and try again?

    I have redemption code from 500px but it does’t work because of country of account doesn't match the country of the code  , they gave me another one and does’t work also because something is wrong and try again?

    creative cloud abo from 500px does not work with german Adobe ID!! What can I do? has the email address for 500px (for anyone else reading this message) and a note saying that 500px has a fix... so you might try writing to 500px again

  • The https URL hostname does not match the Common Name (CN) on the server.

    Hi,
    I am getting the following error while trying to use https with our self-signed certificates.
    javax.xml.ws.soap.SOAPFaultException: Marshalling Error: The https URL hostname does not match the Common Name (CN) on the server certificate. To disable this check (NOT recommended for production) set the CXF client TLS configuration property "disableCNCheck" to true.
    The above error is the error I get, when I try to use the Web Services using https.
    I have added the following lines in cxf.xml but it still doesn't seem to work correctly.
    <http-conf:conduit name="*.http-conduit">
    <!-- deactivate HTTPS url hostname verification (localhost, etc)
    WARNING ! disableCNcheck=true should NOT be used in production -->
    <http-conf:tlsClientParameters disableCNCheck="true" />
    Kindly let me know on what would be the issue here?.

    I had P2V'd a SQL 2008 server and was having this issue.  I tried everything I could find to get the affinity corrected; setting the Lock Pages security policy, trying the affinity commands in Single User mode, etc.
    Then wrighbar's response got me headed in the right direction, but I ran into an issue where the previous engineer had set the Physical SQL server to have affinity on procs 9-16 of a 16 proc box, I could only set up to 8 procs on my VM.  After searching
    for a while for registry keys or config files that might be editable to change the affinity I couldn't find where SQL got that information from.  Finally it hit me, maybe it's stored in the master or msdb datatbases.  
    SOLUTION: I was able to go back to the original Physical machine, change the affinity settings there, Stop SQL on both boxes, then copied MASTER, MODEL, MSDB, TEMPDB from the original Physical machine to the new virtual machine.  All services started
    OK on the virtual machine now and affinity was set the way I needed it.

  • The affinity mask specified does not match the CPU mask on this system.

    We are having a problem with one of our SQL servers, and in comparing it to the backup server which is working fine, I noticed some differences. I attempted to correct the differences, but no luck.
    The dell server has 4 dual-core processors and at one point hyper-threading was enabled. One of our DBAs recommended that it be turned off. We didn't have any major problems until recently and it seems that getting this setting right is the lynchpin. Any suggestions?
    John
    EXEC sys.sp_configure N'show advanced options', N'1' RECONFIGURE WITH OVERRIDE
    GO
    EXEC sys.sp_configure N'affinity mask', N'0'
    GO
    EXEC sys.sp_configure N'affinity I/O mask', N'0'
    GO
    RECONFIGURE WITH OVERRIDE
    GO
    EXEC sys.sp_configure N'show advanced options', N'0' RECONFIGURE WITH OVERRIDE
    GO
    Configuration option 'show advanced options' changed from 0 to 1. Run the RECONFIGURE statement to install.
    Msg 5832, Level 16, State 1, Line 1
    The affinity mask specified does not match the CPU mask on this system.
    Msg 15123, Level 16, State 1, Procedure sp_configure, Line 51
    The configuration option 'affinity mask' does not exist, or it may be an advanced option.
    Msg 15123, Level 16, State 1, Procedure sp_configure, Line 51
    The configuration option 'affinity I/O mask' does not exist, or it may be an advanced option.
    Msg 5832, Level 16, State 1, Line 1
    The affinity mask specified does not match the CPU mask on this system.
    Configuration option 'show advanced options' changed from 1 to 0. Run the RECONFIGURE statement to install.
    Msg 5832, Level 16, State 1, Line 1
    The affinity mask specified does not match the CPU mask on this system.

    I had P2V'd a SQL 2008 server and was having this issue.  I tried everything I could find to get the affinity corrected; setting the Lock Pages security policy, trying the affinity commands in Single User mode, etc.
    Then wrighbar's response got me headed in the right direction, but I ran into an issue where the previous engineer had set the Physical SQL server to have affinity on procs 9-16 of a 16 proc box, I could only set up to 8 procs on my VM.  After searching
    for a while for registry keys or config files that might be editable to change the affinity I couldn't find where SQL got that information from.  Finally it hit me, maybe it's stored in the master or msdb datatbases.  
    SOLUTION: I was able to go back to the original Physical machine, change the affinity settings there, Stop SQL on both boxes, then copied MASTER, MODEL, MSDB, TEMPDB from the original Physical machine to the new virtual machine.  All services started
    OK on the virtual machine now and affinity was set the way I needed it.

  • Closing the browser in InfoView doesn't log the user off.

    In Business Objects XI R2 Infoview, closing the browser in InfoView doesn't log the user off no matter how you answer the subsequent popup question "A window has closed. Log off as well?" Is there a fix for this somewhere?

    hi,
    In InfoView, with Performance Management installed, user sessions fail to be released immediately when the Log Off button is clicked.
    If you click the logoff button in Infoview and watch the address bar you will notice that it actually goes to another page called default.htm. It does this really fast. That page is located at C:\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\InfoView. Remove both the default.htm and index.html and reboot your Tomcat server. Open a browser and go to Infoview. Once you have gotten in to Infoview click the log off button. You will get and error from the tomcat server and that is because the page does not exist anymore. If you look in CMS under servers and CMS you will also notice it dropped the session as well. So if you create another Default.htm page of your own and just redirect to another page it all should work.
    However I did notice an interesting ADAPT in CHF15 :-
    http://support.businessobjects.com/CommunityCS/FilesAndUpdates/boxir2_en_chf15_readme.pdf
    ADAPT00576483 Patch ID: 39,216,665
    Also did u do any customization setting before ?

Maybe you are looking for

  • My ipod wont update comes up with an error message saying some random crap

    k so it says The Ipod *ipod Name* cannot be updated the required file cannot be found. ive tried restoring the ipod uninstalling itunes and reinstalling it and all that good stuff and it doesnt only do it on one song i watched it very carefully its l

  • How do we handle multiple items in Apex?

    Hi All, I have a requirement in to process the fileds data.I have a item by name as "Platts Lead1 to Platts Lead10" of type list items. By assuming end user can select entire fileds or we can first five items i.e "Platts Lead1 to Platts Lead5" and th

  • How to upgrade Stellent 7.5.1 to Oracle Content Server 10gR3

    Hi, I need to upgrade Stellent 7.5.1 to OCS 10gR3. Can someone provide the steps. Do I need to install OCS 10gR3 and then migrate the folders and content how do I migrate all the folder, content to 10gR3. Is there any documentation, blogs, steps that

  • Help is not rendering correctly in Portrait view on a Tablet

    I'm making the Help from a Frame12 file, using the Responsive HTML5 format. Viewed in Portrait orientation on a tablet, the page is just blank. On Landscape view, the information appears, but isn't scrollable past the first view. I have searched thro

  • Assembly at customers site

    hi PP gurus My client is  a construction equipment manufacturing company and he will give subcontracting to many vendors and he wants to assemble the final assembly at the customer site. Please throw some  light on  how to map this. Thanks in advance