Failed to calculate size of Filter in %CHARSET% charset

What does the error "Failed to calculate size of Filter in %CHARSET% charset" actually mean?
We get the error if we want to update a filter to a user account, specifically when that particular user is a member of several (native) groups.

I saw this error after just installing Planning 9.3.1. After some discussion with Oracle support the conclusion was we need to apply Planning patch, 9.3.1.1.1. After applying the patch planning now will refresh security with out the message.
You may have to work through Oracle support to be able to download the patch.
JS

Similar Messages

  • ORA-19510: failed to set size with ORA-27059: could not reduce file size

    Hi,
    I have RMAN backup implemented and getting below error.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on c1 channel at 01/12/2014 04:28:37
    ORA-19510: failed to set size of 12839996 blocks for file "/home/oracle/DBBACKUP/Oracle10g1/Full_Backup/DB_Backup_201401128366598241" (blocksize=16384)
    ORA-27059: could not reduce file size
    Linux Error: 28: no space left on device
    Additional information: 2
    I have checked with following scenarios:
    1. taking backup by setting the MAXSETSIZE parameter value greater than the maximum size of tablespace.
    2. taking compressed incremental backup with maxsetsize as unlimited.
    3. taking compressed incremental backup with maxpiecesize value as 20G/40G/80G/120G and maxsetsize as unlimited.
    Following is the RMAN backup script:
    RMAN> run
    2>  {
    3>  allocate channel c1 device type disk maxpiecesize 120G
    4>  format '/home/oracle/DBBACKUP/Oracle10g1/Full_Backup/DB_Backup_%Y%M%D%t%p';
    5>  backup incremental level 0 as compressed backupset database plus archivelog delete input;
    6>  crosscheck backup of database;
    7>  crosscheck backup of controlfile;
    8>  crosscheck archivelog all;
    9>  delete noprompt expired backup of database;
    10>  delete noprompt expired backup of controlfile;
    11>  delete noprompt obsolete recovery window of 15 days;
    12>  release channel c1;
    13>  }
    14> exit;
    Oracle database version is 10.2.0.1.
    The database is on Linux system and we are taking the RMAN backup on mounted Windows NTFS disk.
    The remaining space on NTFS system 1.7TB and the total database size 850GB. Used size by database is 500GB.
    Regards,
    Yogesh.

    Hi,
    First get the backup piece size its trying to allocate for file "/home/oracle/DBBACKUP/Oracle10g1/Full_Backup/DB_Backup_201401128366598241"
    = 12839996*16384
    = 210370494464/1024/1024/1024
    =195.9GB
    Its trying to allocate ~196GB for the file.
    1. Make sure the RMAN backup piece won’t exceed the O/S permitted filesize limit.
    2. But we can restrict the RMAN backup piece using the MAXPIECESIZE option.
    You restricted it to 120GB but actual requirement to allocate backup piece file is ~196GB.
    I think you need to change the MAXPIECESIZE and give it a try.
    Please update if it succeeded or failed.
    Thanks & Regards,
    Gayu

  • ORA-19510 failed to set size of 12288 blocks for file "/sisdev01/dbs/log01b.dbf

    My company's harddisk has corrupted and files under /sisdev01/dbs/ cannot list and don't have any backup, then I have to create a new database again after changing the disk and recovering the data. I plan to reuse the /sisdev01/dbs/ as following.
    I fail in creating database by using the following script:
    CREATE DATABASE SISDEV01
         LOGFILE GROUP 1 '/sisdev01/dbs/log01a.dbf' SIZE 10M
         ,     GROUP 1 '/sisdev01/dbs/log01b.dbf' SIZE 10M
         ,     GROUP 2 '/sisdev01/dbs/log02a.dbf' SIZE 10M
         ,     GROUP 2 '/sisdev01/dbs/log02b.dbf' SIZE 10M
         NOARCHIVELOG
         CHARACTER SET ZHT16BIG5
         NATIONAL CHARACTER SET ZHT16BIG5
         DATAFILE '/sisdev01/dbs/system01.dbf'      
              SIZE 210M AUTOEXTEND OFF
         , '/sisdev01/dbs/rbs01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev01/dbs/temp01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev01/dbs/users01.dbf'
    SIZE 1050M AUTOEXTEND OFF
         , '/sisdev01/dbs/ts_index_ivr01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev01/dbs/ts_ivr01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev01/dbs/ts_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev01/dbs/ts_index_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
    but I receive error message:
    CREATE DATABASE SISDEV01
    ORA-01501: CREATE DATABASE failed
    ORA-19510: failed to set size of 12288 blocks for file "/sisdev01/dbs/log01b.dbf
    " (blocksize=512)
    ORA-27059: skgfrsz: could not reduce file size
    IBM AIX RISC System/6000 Error: 28: No space left on device
    Additional information: 1
    ORA-19502: write error on file "/sisdev01/dbs/log01b.dbf", blockno 8193 (blocksi
    ze=512)
    ORA-27063: skgfospo: number of bytes read/written is incorrect
    IBM AIX RISC System/6000 Error: 28: No space left on device
    Additional information: -1
    Additional information: 524288
    Here is the content of my parameter file:
    db_file_multiblock_read_count = 8 # SMALL
    # db_file_multiblock_read_count = 16 # MEDIUM
    # db_file_multiblock_read_count = 32 # LARGE
    # db_block_buffers = 60 # SMALL
    db_block_buffers = 550 # MEDIUM
    # db_block_buffers = 3200 # LARGE
    # shared_pool_size = 3500000 # SMALL
    shared_pool_size = 5000000 # MEDIUM
    # shared_pool_size = 9000000 # LARGE
    log_checkpoint_interval = 10000
    processes = 400 # SMALL
    # processes = 100 # MEDIUM
    # processes = 200 # LARGE
    dml_locks = 100 # SMALL
    # dml_locks = 200 # MEDIUM
    # dml_locks = 500 # LARGE
    # log_buffer = 8192 # SMALL
    log_buffer = 32768 # MEDIUM
    # log_buffer = 163840 # LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 5 Meg each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    log_archive_start = false
    log_archive_dest = /u01/sisdev01_arch
    log_archive_format = arch%s.dbf
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    rollback_segments = (r01, r02)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/10 = 4:
    transactions = 40
    transactions_per_rollback_segment = 10
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com # global database name is db_name.db_domain
    # define two control files by default
    # control_files = (/sisuat02/dbs/ctl01.ora,/sisuat02/dbs/ctl02.ora)
    control_files = (/sisdev01/dbs/ctl01.ora,/sisdev01/dbs/ctl02.ora)
    DB_NAME=sisdev01
    DB_BLOCK_SIZE=8192
    # DB_BLOCK_LRU_LATCHES=4
    DB_FILES=500
    DB_DOMAIN=shk.sony.com.hk
    background_dump_dest = /u01/dba/sisdev01/log
    user_dump_dest = /u01/dba/sisdev01/log
    NLS_LANGUAGE="traditional chinese"
    NLS_TERRITORY="hong kong"
    NLS_CURRENCY="HK$ "
    NLS_DATE_FORMAT="DD/MM/YYYY"
    NLS_NUMERIC_CHARACTERS=".,"
    utl_file_dir = *
    compatible = 8.1.5
    remote_os_authent = TRUE
    sort_area_size = 65536
    sort_area_retained_size = 65536
    It always fail during creation of logfile log01b.dbf.
    I have tried to send same size logfiles to the directory but it fails too when inserting the second logfile log01b.dbf too.
    NETOUT: 10054452 Error writing file: Error 0
    Can anyone kindly help me?

    This may be a blindingly obvious question but do you have sufficient disk space on /sisdev01/dbs/ partition?

  • Calculate size of output from HttpServletResponse

    how to calculate size (in bytes) of the output from HttpServletResponse.
    can anyone tell me....
    thanks in advance

    > how to calculate size (in bytes) of the output from
    HttpServletResponse.
    can anyone tell me....
    1) Read the bytes from the servlet output stream and count them.
    2) Determine the content to be sent in the response and count the bytes.
    ~

  • Calculate size of row

    HI all,
    I need to calculate size of row in bytes .
    Is there any way to do this ?
    I have heard about vsize function..
    TIA
    Sumukh

    Or since vsize requires data to exist run an analyze or dbms_stats and then see the dba_tables.avg_row_len column value.
    This is the average row length for the existing data including the row overhead.
    HTH -- Mark D Powell --

  • HP CLJ 4700dn + Mac OS 10.10.1 Yosemite + custom page size + landscape = Filter failed

    Hi!
    I am having the same problem as described here, but with a HP Color Laserjet 4700dn printer:
    http://h20565.www2.hp.com/hpsc/doc/public/display?sp4ts.oid=3737540&docId=emr_na-c04477046&docLocale...
    When printing in MacOS 10.10.1 Yosemite from any non-Adobe app and
    1. selecting a custom paper size - in my case: a C5 envelope with the following sizes (in mm):
    width: 162 mm
    height: 229 mm
    margins top: 70, left 75, right 0, bottom 10 mm
    but I've also tried to create a custom size that's the same size as A4 but with different margins
    2. selecting landscape orientation,
    I get a "filter failed" error in the printer queue and then a Apple crash report window that starts with the following:
    Process: cgpdftops [9142]
    Path: /usr/libexec/cups/filter/cgpdftops
    Identifier: cgpdftops
    Version: 234
    Code Type: X86-64 (Native)
    Parent Process: cupsd [2129]
    Responsible: cupsd [2129]
    User ID: 26
    Date/Time: 2014-12-21 17:25:48.262 +0100
    OS Version: Mac OS X 10.10.1 (14B25)
    Report Version: 11
    Anonymous UUID: D9AD003C-4B2A-0877-567C-3E3E3B9D9514
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    I've tried to reset the printing subsystem and re-adding the printer, and also repairing permissions, but it didn't help.
    Is HP and/or Apple aware of that this is a problem also for the CLJ 4700 series? Any info on when this will be fixed?

    Hi!
    I am sorry you are having this issue since you updated to Apple's Mac OS X 10.10 Yosemite.
    After reading all the clear information you provided, I strongly believe the document you reference is related to your problem's scenario: using custom papers in landscape mode with a PostScript driver, after updating to Mac OS X 10.10 Yosemite.
    I recommend you frequently update your Mac OS X 10.10 system with Apple updates, as the component crashing is part of Mac OS. I have verified that the issue is, as today, not yet fixed in Apple's Mac OS X 10.10.
    Until then, the workarounds referenced in the document should be applicable to your scenario as the only solution. Alternatively, Mac OS X versions prior to 10.10 Yosemite do not include this bug.
    I would like to hear from you if the workarounds worked for you. I will post an update once I verify Apple finally released a fix for Mac OS X 10.10 Yosemite.
    Best Regards
    I am an HP employee.

  • Calculate size of table with BLOB column

    Hello,
    when trying to calculate the occupied space for a table, I'm using DBA_SEGMENTS, which works fine as long as the table does not have a BLOB column.
    As far as I can tell, the size of the BLOB data is stored with the SEGMENT_TYPE = 'LOBSEGMENT', but I cannot find a view that tells me which DBA_SEGMENT row belongs to the BLOB column in the table I'm checking.
    To give you an example:
    select sum(BYTES)
    from DBA_SEGMENTS
    where owner = user
    and segment_name = 'MY_TABLE'
    group by SEGMENT_NAMEreturns 262144
    running:
    SELECT sum(length(blob_column))
    FROM my_tablereturns 821333
    There are entries in DBA_SEGMENTS for my user with the type LOBSEGMENT, but I cannot find a way to map the correct DBA_SEGMENTS row to the table I am checking.
    Any ideas?
    I'm using Oracle 10.2.0.3.0 on Redhat
    Thanks in advance
    Thomas

    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/statviews_1092.htm#i1581211
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:266215435203#993030200346552097

  • How to calculate size of a folder located on different machine(Remote) in sql server 2008?

    DECLARE @TenantId UNIQUEIDENTIFIER ='A79ED820-2E5E-4A9D-B930-B7597DC97081'
    DECLARE @BusinessName VARCHAR(200)
    declare @line  varchar(255) =''
    declare @path varchar(255)=''
    declare @command varchar(255)=''
    DECLARE @folderSizeGB decimal (16,8) = 0
    DECLARE @AttachmentDiscSpaceUsed decimal (16,8) = 0
    -- Code to calculate folder size in GB BEGINs
                IF OBJECT_ID('tempdb..#temp') IS NOT NULL
                drop table #temp
                create table #temp (line varchar(255))
                --set @path = '\\ewp-dev18\\c$\\Attachments\\' +  CONVERT(varchar(50),@tenantId)
                set @path = '-S ewp-dev18 -E -i ewp-dev18\\c$\\Attachments\\' +  CONVERT(varchar(50),@tenantId)
                set @command = 'dir "' + @path +'"'                               
                insert into #temp
                exec master.dbo.xp_cmdshell @command
                select
                @line=
                ltrim(replace(substring(line, charindex(')', line)+1,
                len(line)), ',', ''))
                from #temp where line like '%File(s)%bytes'
                SET @line=
                (Case WHEN @line IS NULL or @line ='' THEN '0' ELSE @line END)
                set @folderSizeGB  = Cast(Replace(@line,'bytes', '') as decimal)/1073741824
                if (@folderSizeGB is null )
                set @folderSizeGB =0
                SET @AttachmentDiscSpaceUsed = @folderSizeGB
                SET @path=''
                SET @command=''
                SET @line=0
                -- Drop #temp table
                IF OBJECT_ID('tempdb..#temp') IS NOT NULL
                drop table #temp
                -- Code to calculate folder size in GB ENDs
                

    hello RSingh,
    Once again thanks for your cooperation,
    I applied the script you posted, but it is not giving me the size of the folder which is located at a remote machine. Please note the " I need to calculate the size of the folder which is located at a remote machine".and when i applied its path in your script,
    it raises "Access is denied" error message.
    My path is - '\\ewp-dev18\c$\Attachments'
    EXEC getFileProperties '\\ewp-dev18\c$\Attachments'
    and this folder does not have any sub folders, it contains only some txt files, image files or some doc files. so no issue of sub folder.
    and about my remote server 'ewp-dev18', i have all access and rights, but still raising "Access is denied". why?
    do i need to pass any login credential with it ???

  • Why ulimit  fails for stack size in Sol 10 update 11 with project settings?

    Hi,
    The following command fails on Solaris 10 update 11 platform. It works fine with update 10. Something has changed in update 11. Any ideas?
    ulimit -Ss 1 (or any number for that matter)
    /bin/ksh: ulimit: exceeds allowable limit
    We have the following setting in project as well.
    process.max-stack-size=(basic,137988707188736,deny)
    process.max-stack-size=(priv,137988707188736,deny)
    Thanks for your help in advance.
    Samy

    Here are the values from the project command if you anyone is wondering
    update 10
    ======
    cat /etc/release
    Oracle Solaris 10 8/11 s10x_u10wos_17b X86
    Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
    Assembled 23 August 2011
    prctl -n process.max-stack-size $$
    process: 10189: /bin/ksh -i
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    process.max-stack-size
    privileged 125TB max deny -
    system 125TB max deny -
    update 11
    ======
    cat /etc/release
    Oracle Solaris 10 1/13 s10x_u11wos_24a X86
    Copyright (c) 1983, 2013, Oracle and/or its affiliates. All rights reserved.
    Assembled 17 January 2013
    prctl -n process.max-stack-size $$
    process: 24776: /bin/ksh -i
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    process.max-stack-size
    basic 125TB - deny 24776
    privileged 125TB - deny -
    system 125TB max deny -

  • Compress PDF vs. Reduced File Size Quartz Filter?

    Sometimes the PDFs I produce through the print function get pretty huge.
    In the PDF drop down on the print menu there is a compress PDF option that I sometimes use.
    Then someone said I should go to print, to the copies and pages, select "colour sinc" and on the Quartz Filter select "Reduce File Size" then hit the "save as pdf" on the pdf button.
    I have no idea what I just typed
    What's the difference between the two approaches and which would produce the best quality PDF at an manageable size?
    I just tried PDFing this page using the three options -- regular pdf, compressed pdf and that colour sink / quartz filter / reduce file size. Damned if the smallest file isn't the regular (at 76 kb) next is the reduced (92kb) and the largest file is the compressed (140kb). Maybe not a proper test but what the heck?
    Any thoughts?
    Thanks

    I believe that the same filter is applied no matter whether it is done through the Compress PDF button, which is an Automator action, or using ColorSync.
    If you would like to experiment with it, you can also apply it through the ColorSync Utility. If you copy the Reduce File Size filter, you can change the amount of reduction done. You can preview the results there, too.
    The filter only affects images, not text.

  • Smart Folder Bug: Iphoto fails to match using 'filename' filter

    Hi, this issue has popped up here:
    http://discussions.apple.com/message.jspa?messageID=6008267
    and here:
    http://www.mac-forums.com/forums/showthread.php?t=22401
    though I've yet to find an answer.
    Briefly, the problem:
    When using a smart album with a 'filename' filter, iphoto fails to produce a match when it should. Interestingly, I have some of my photo's included from their current location (simply a folder structure on my mac) and others imported directly into iphoto, so are directly in the library. Now, those photo's that are included from their current location are correctly indexed, and the smart folder provides correct matches (e.g. all filenames that contain '.jpg'). However, none of the photo's that reside in iphoto's own library are present with the example filter above.
    I'm not sure how much this topic has been bashed, but this is definitely an iphoto issue, and an irritating one! (Yep, I've rebuilt the library too)
    Thoughts?

    Tom
    Thoughts?
    Here's one:
    I have some of my photo's included from their current location (simply a folder structure on my mac) and others imported directly into iphoto, so are directly in the library.
    Running a mixed library, where iPhoto is managing some of the files and you are managing the others, is a recipe for data loss. When there's complexity in managing the data, mistakes will occur.
    That said: this could be a damaged db file.
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • Epson XP-200 failing on CUPS with a "Filter Failed" error

    After this last update, my printer has stopped working completely, always with a "Filter failed" error. 
    Before the update it worked perfectly, never had an issue. 
    I've tried every combination of turning on and off, reinstalling the drivers, reinstalling cups, etc... nothing got any results.
    None of the related issues I found googling got me anywhere closer to having it work either. 
    If anyone has some fix for this it would be very appreciated

    You show the OS receiving an image from Photoshop, and the OS starting the Epson print driver and handing it part of the image, the driver connects to the printer, then the print driver fails. It looks like a bug in the Epson rasterizer, or the printer communication.
    You really need to talk to Epson.  Photoshop isn't involved in that error.

  • How To set memory parameters /calculate size of data files for 100 gb db

    Dear all,
    I am new in Oracle db admin. I request to all of you buddies to please help in the following query.
    For a production database of about 100 GB in archivelog mode and 50 users simultaneously connecting to it. How
    to calculate the memory parameters (SGA PARAMETERS ) and size of all users/rbs/temp tablespaces ? I mean to
    say how to reverse enginner the sizes.
    like - how set settings of following
    SGA_max_size=
    Shared_pool_size=
    db_cache size,=
    buffer_pool_size=
    db_cache_size=
    db_block_size=
    log_buffer=
    large_pool_size=
    Thanks in advance. Please help me in this case
    Regards
    vs

    Friend 191264
    To tune the SGA parameters is something equivalent to knowledges for a complete course. Really the question is so wide to answer and overall for you that you are new to Oracle. Some people does not like to read documents but in this case you will have to do it.
    Performance Planning Contents / Search / Index / PDF
    Performance Tuning Guide and Reference Contents / Search / Index / PDF
    http://otn.oracle.com/pls/db92/db92.docindex?remark=homepage
    Oracle9i Database Online Documentation
    (Release 2 (9.2))
    http://otn.oracle.com/pls/db92/db92.homepage
    Good Luck!
    Joel P�rez

  • Can't get file size, possibly because of charset problem

    I have an application that needs to recursively find directory sizes, I have a class extending java.io.File with an internal method to do this:
    private static long getSize(File file) {
                    long size = file.length();
                    if (file.exists()) {
                            if (file.isDirectory()) {
                                    File[] files = file.listFiles();
                                    for (int i = 0; i < files.length; i++) {
                                            size += getSize(files);
    } else {
    System.out.println("Problem checking size on \"" + file + "\", reported file size is: " + file.length());
    return size;
    It works (matches du -b output) with the exception of some problematic files I have.
    Output from ls:
    $ ls -l
    total 5461
    -rw-r--r--  1 xyz users    1003 Feb 16 22:06 FileWRS.class
    -rw-r--r--  1 xyz users     831 Feb 16 22:04 FileWRS.java
    -rw-r--r--  1 xyz users     489 Feb 16 22:07 FolderSizes.class
    -rw-r--r--  1 xyz users     198 Feb 16 21:23 FolderSizes.java
    -rwxrwxrwx  1 xyz users 5568138 Apr 25  2004 test.?.abcOutput from du -b:
    $ du -b
    5583203 .Output from my code:
    $ java FolderSizes .
    Problem checking size on "./test.?.abc", reported file size is: 0
    15065The character displaying as "?" is actually an accented e character ("�") and displays correctly in konqueror (my gui file browser).
    I don't really know why it can't pick up the character, but I'm more interested in just getting the file size and ignoring the character problem, any solutions/suggestions for places to look? Do I need to supply more information?

    Try:
    LC_ALL=en_US.ISO8859-1 java FolderSizes .
    Does this help?Yes, that does fix it for my terminal, but if possible I would like a solution that can determine this at run time and solve (so that when it's running on some other terminal, with some other charset, with someother file system charset it will still work).
    Any ideas for doing this from withing the VM?
    p.s. thanks for the fast reply.

  • Qosmio G10-100: HDD has failed - what HDD size do I need to buy?

    My hard drive has failed after 4 reliable years. What size HD do I need to buy? (2.5" or 3.5")
    Any other compatibility things to consider when purchasing an internal notebook HD?
    Thanks!
    Ben.

    It seems the largest 2.5" Toshiba IDE drive available 120Gb (based on http://sdd.toshiba.com).
    Thanks again,
    Ben.

Maybe you are looking for

  • I got update 23 and then it cks if all add ons are ok. But every time I turn firefox on it keeps recking if add ona are good. How do i stop firefox from cking??

    Hello I got update 23 and when it finished and restarts it cks all my add on's and then its ready to finish updating. but this update the cking for good add ons keeps scanning each time i turn on firefox. so the 1st part of the 2 part scans ok but wh

  • Normal Style not displaying

    RH 11.0.4. I have been using RH since 4.0 and am currently I have a RoboHelp HTML project where I am using two different style sheets. Each style sheet is associated with its own Master Page. I've done this because my client wants to eventually migra

  • Pricing Error (help required)

    Is there any routine which includes the tax value in R100 as well ,currently  the problem is that the 100% Discount condition is only including the net price And in the pricing procedure i m using two prices one price of tax calculation and the other

  • Question re. behaviour of single homed FEX with vPC

    Hi Folks, I have been looking at configuring Nexus 5Ks with FEX modules.  Referring to the Cisco documentation; http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/layer2/513_n1_1/b_Cisco_n5k_layer2_config_gd_rel_513_N1_1_chapter_01001.h

  • Image captions not showing in fancybox...

    I was 99% sure that Chad's answer from April 2012 would work for me too, but, alas, it did not fix my photo gallery problem, and messed up my galleries. I can go back to the fancybox without captions, but I would really like to have them if possible.