Incremental Updates and PKCS7 Signatures

Hello, this is my first message in this forum and I thank you in advance for your help.
I am developing a component to countersign PDFs. I was able to place the first signature ok, but when a countersign it problems come.
The way I countersign the document (as i read in the document "Digital Signatures in the PDF Language") is:
I create an incremental update with the following information:
1* Catalog changes
2* Info object
3* Acroform changes
4* New Annotation
5* New signature.
6* xref section
7* Trailer
The new signature is computed on the whole document but the signature new itself.
After this, not only the new signature is invalid, the previous signature becomes invalid althout there is no change in the previous version. I only have to remove the incremental update to get first signature to be valid again.
Acrobat Reader shows next message:
Error during signature verification.
Unexpected byte range values defining scope of signed data.
Details: byte range of signature is invalid.
I have reviewed thouse ranges several times but i did not find any error. Can anyone help me?
I could post a (badly) countersigned file if that could help.
Thank in advance,
José

Hello again. First of all, thanks again for your help.
I don't want to abuse but I have another problem with signatures.
I have two ways two sign a PDF.
A) Load the PDF, add the signature fields, sign and save.
B) Load the PDF, add the signature as an incremental update, sign and save.
I would prefer to use always the second alternative but problems come when I use method B to countersign.
If I sign a PDF with method A and then countersign using method B, I have a correct PDF with two signatures.
http://www.igijon.com/personales/josepm/RPACTCENTROS.SIGNED.signed_B.rar
If I sign and countersign usign method B, acrobat just ignore the second signature as it was not there, although It is able to detect changes after first signature.
http://www.igijon.com/personales/josepm/RPACTCENTROS.SIGNED.signed.rar
The incremental update is done always the same way, somethink like this:
%%EOF
1 0 obj
<<
/Type /Catalog
/AcroForm 26 0 R
/PageMode /UseNone
/Pages 2 0 R
/ViewerPreferences <<
/FitWindow true
/NonFullScreenPageMode /UseNone
/PageLayout /SinglePage
>>
>>
endobj
24 0 obj
<<
/CreationDate (D:20070824132228+02'00')
/ModDate (D:20070824132233+02'00')
/Producer (Burke - Componente de Firma)
>>
endobj
8 0 obj
<<
/Type /Page
/Annots [ 25 0 R 32 0 R ]
/Contents [ 5 0 R ]
/Parent 2 0 R
/Resources 6 0 R
>>
endobj
26 0 obj
<<
/Fields [ 25 0 R 32 0 R ]
/SigFlags 3
>>
endobj
32 0 obj
<<
/Type /Annot
/Border [ 0.000000 0.000000 5.000000 ]
/F 4
/FT /Sig
/M (D:20070824132233+02'00')
/P 8 0 R
/Rect [ 407.000000 58.000000 457.000000 16.000000 ]
/Subtype /Widget
/T (ContraFirmo yo)
/V 33 0 R
>>
endobj
33 0 obj
<<
/Type /Sig
/ByteRange [ 0 230122 250124 438 ]
/ContactInfo (Sin contacto)
/Contents <308 ... 000>
/FT /Sig
/Filter /Adobe.PPKMS
/Location (ContraFirmo aquí)
/M (D:20070824132233+02'00')
/Name (ContraFirmo yo)
/Reason (ContraFirmo porque si)
/SubFilter /adbe.pkcs7.detached
>>
endobj
xref
0 2
0000000000 65535 f
0000229283 00000 n
8 1
0000229602 00000 n
24 1
0000229465 00000 n
26 1
0000229712 00000 n
32 2
0000229772 00000 n
0000229997 00000 n
trailer
<<
/Info 24 0 R
/Prev 228481
/Root 1 0 R
/Size 34
>>
startxref
250310
%%EOF
I have tried to detect the error with the Preflight function of Acrobat and with the "PDF Appraiser" with no results.
Thanks again for your help.

Similar Messages

  • Not able to see ikm oracle incremental update and ikm oracle slowly changing dimensions under PHYSCIAL tab in odi 12c

    not able to see ikm oracle incremental update and ikm oracle slowly changing dimensions under PHYSCIAL tab in odi 12c
    But i'm able to see other IKM's please help me, how can i see them

    Nope, It has not been altered.
    COMPONENT NAME: LKM Oracle to Oracle (datapump)
    COMPONENT VERSION: 11.1.2.3
    AUTHOR: Oracle
    COMPATIBILITY: ODI 11.1.2 and above
    Description:
    - Loading Knowledge Module
    - Loads data from an Oracle Server to an Oracle Server using external tables in the datapump format.
    - This module is recommended when developing interfaces between two Oracle servers when DBLINK is not an option.
    - An External table definition is created on the source and target servers.
    - When using this module on a journalized source table, the Journaling table is first updated to flag the records consumed and then cleaned from these records at the end of the interface.

  • Update and lnconsistant Signature

    Since I installed Firefox for android browser every week or so the auto update kicks in but I can't just simply update because with the update it states there is an inconsistent signature. It requires me to uninstall and a Chinese version displays to be installed. I delete Firefox completely, redownload from playstore and same think happier in about one week...
    Any assistance is appreciated

    Your Ip address will determine which language pack is downloaded from the play store.
    You could download a version with the correct language pack from here: [https://ftp.mozilla.org/pub/mozilla.org/mobile/releases/35.0b1/]
    However updates will just give you the language detected from the IP.

  • Error in odi- IKM oracle incremental update

    hi,
    i am integrating Oracle to Oracle databse using ODI.
    i am using IKM Oracle Incremental Update and i am having the following error:
    ORA-01747: invalid user.table.column, table.column, or column specification
    for the description below
    update EBS.SY_NAMADD T
    set (
    ) =
    select
    from EBS.I$_SY_NAMADD S
    where T.NADCOD =S.NADCOD
    where (NADCOD)
    in (
    select NADCOD
    from EBS.I$_SY_NAMADD
    where IND_UPDATE = 'U'
    since in the SQL in the EST there is no column specify it gin=ving me this error.
    should i have specify it somewhere
    thanks a lot
    nazeedah

    hi,
    another error is taht when i set the control to Yes unser IKM and in the control tab i have chosen :CKM oracle.
    i am having an error while creating teh table below
    create table EBS.SNP_CHECK_TAB
    CATALOG_NAME VARCHAR2(100 CHAR) NULL ,
    SCHEMA_NAME VARCHAR2(100 CHAR) NULL ,
    RESOURCE_NAME VARCHAR2(100 CHAR) NULL,
    FULL_RES_NAME VARCHAR2(100 CHAR) NULL,
    ERR_TYPE VARCHAR2(1 CHAR) NULL,
    ERR_MESS VARCHAR2(250 CHAR) NULL ,
    CHECK_DATE DATE NULL,
    ORIGIN VARCHAR2(100 CHAR) NULL,
    CONS_NAME VARCHAR2(35 CHAR) NULL,
    CONS_TYPE VARCHAR2(2 CHAR) NULL,
    ERR_COUNT NUMBER(10) NULL
    error: missing parenthese
    please help
    nazeedah

  • Air application incremental update

    Hi All,
    I have an AIR application of more than 300 MB.
    For update I am using NativeApplicationUpdater-0.5.1.swc.
    Whenever there is a small update, user have to download the entire installer package which is quite frustrating.
    Is there any mechanism we can download only the updated files and push it to the existing application.
    Please suggest.
    Thanks in advance.

    I believe the installation directory will get replaced, but not the applicationStorageDirectory, so what I've done is when the application runs for the first time (or after update) I copy the installed assets to applicationStorageDirectory. Future updates can incrementally update/add assets this way.
    Keep in mind that if you have multiple incremental updates and someone updates from, say, version 2 to version 4, they will not get the incremental update in version 3. My solution was simply to require a full update if the current version was more than a required minimum version specified by the current update, which was usually onyl 1 version behind.
    Another way I've done this with a more complex app that used a large library of media assets was to only install a manifest of required files, and the app would download any it didn't already have from a server when they were required (with a "downloading" message in the app).
    Hope that helps.
    -Aaron

  • Incrementally updated backup and EMC NMDA

    Hello Everyone,
    I'm kind of a newbie in setting up networker module for oracle, to backup database to tape. We use the oracle's suggested backup strategy to backup DB to Disk first using the incrementally updated backups with recovery set to 3 days (RECOVER COPY OF DATABASE WITH TAG ... UNTIL TIME 'SYSDATE-3') , which helps us to recover DB to any point in time using the backup files in disks vs. going to tape. After backup to disk, we backup recovery area to tape nightly. However, we do want to maintain backup Retention Policy of 1 month. Couple of questions,
    1. If i set RP to recovery window of 31 days in RMAN, then backups don't obsolete at all. this forces me to set RP in networker and they don't recommend setting RP in both RMAN and networker. how is this done generally to obsolete backups from tape as well as rman (catalog in CF) with above strategy. perhaps in this case i should set RP in netwoker and set RP in RMAN to none and rely on crosscheck and delete expired commands to sync with RNAM catalog.
    2. Wondering if nightly backup of recovery area to tape is going to take incremental from previous day and NOT full backup. The reason i ask is, i do not want the tape to do full backup of FRA every day cause full backup datafiles change once in 3 days based on the until time set. is there an option do set in networker to do incremental only or that's the default.
    Thanks in Advance!
    11gR2, 4 Node RAC, Linux, NMDA 1.1, Networker 7.6 sp1

    Loic wrote:
    You do a full backup of the FRA on tape ?No, I do a full backup of the database on tape. Using RMAN together with Veritas NetBackup.
    I mean if you use incremental updated backup it'll not work on tape... Because the level 0 backup that will be updated with the backup of the day after will be on tape and will not be updated.The incrementally updated backup is in the FRA only, on disk (both the image copy and the following backup sets that are used for recovery of the image copy). Never gets written to tape or updated on tape.
    Why don't you use then normal incremental backup ? That will have no problem with the tape backup even if level0, or level1,2 becomes reclaimable... ?I think I do :-)
    Maybe:
    To keep that you can put the redundancy to 2 out of 1 copy. Like this even with one copy on disk and tape it'll say keep the 2 copies.
    CONFIGURE RETENTION POLICY TO REDUNDANCY 2;I'll think about that.

  • Reindexing and Incremental Update

    Indexes can be scheduled,but I don't know they are scheduled for Reindexing or for Incremental Update.
    If I want them to work as Incremental Update everyday and work as Reindexing everyweek, what do I have to do?

    If you schedule, it will basically do an incremental update.  As far as I know you can't schedule a reindex.  Warning - doing a reindex deletes the index and starts again - so it will work your TREX very hard!
    Paul

  • IPS Signature Updates and CCO logins

    I cannot seem to get my IPS 4255 on version 7.0(3)E4 go gather signature updates and I think it is becasue my CCO accound is not setup correcly. I took a browse through the discussions (admittedly did not read them entirely) but can anyone point me to a discussion on how to setup my CCO account or give me instructions on what I need to do?
    Thank You
    Unprotected,
    Jason Bielenda

    Small correction.
    The URL to create the account is https://tools.cisco.com/RPF/register/register.do
    And you need an IPS services contract to get access to them.
    There are trial licenses available too
    https://tools.cisco.com/SWIFT/LicensingUI/demoPage

  • WRVS4400N - firmware issues and IPS signature update messages

    On my WRVS4400N with Firmware Version: V1.1.03 I keep getting the message:
    "Your Signature Version is beyond xxx days. Please Update it!"
    Cisco/Linksys: about time to update the IPS signature, because I always have the latest available, but you don't update it anymore.
    Besides: there are a lot of known issues with this router, but you don't provide us with a new firmware. OK, I did find a beta WRVS4400N_v1108.img on rapidshare, but is this really a Linksys beta? Why don't you publish updates anymore?
    I am very disappointed by your service on this matter :-(
    JJ (ICT dept 2500+ employees + Cisco user)

    Hi Tom,
    Last night I reset the setting to factory default, reinstalled firmware v2.0.2.1 and then restored my settings I backed up. Everything worked great after that but this morning it was down again. Same thing, no network and can't log into the router and forced to cycle the power.
    As a "way out there" guess, are there any compatibility issues with certain switches? One thing I did change the past few days was that I took out an older cheap 8-port D-Link Gigabit switch which was maxed-out and replaced it with a Netgear ProSafe 16-port Gigabit switch (model JGS516).
    Another thing that has changed is that I have added another network by cascading a D-Link DIR-655 wireless router. I have the WAN port of this router connected to a LAN port on the WRVS4400N router. The WRVS4400N router is using IP 192.168.21.x (subnet mask 255.255.255.0) and the other router is set to 192.169.10.x (subnet mask 255.255.255.0). I may be wrong but I can't see this being an issue. ANy ideas?

  • WebDAV repository and incremental update

    Hi guys
    Does any of you know what is needed in order to make incremental update work when you have configured a WebDAV repository manager?
    Is it only neccessary to check "Send events" or do you also have to activate some services like "properties"?
    Any help will be rewarded.
    Kind regards,
    Martin

    Hi Julian
    Thank you for your answer.
    It is a win2000 server, so I guess that should not be the problem? But since the data communication is going through the IIS, it might be a setting that needs to be set there?
    Kind regards,
    Martin

  • Invalid signature on iTunes update and iPhone software update

    I have a problem, which has stopped me from updating to the latest version of iTunes and the latest iPhone software. This has caused my iPhone to crash during updating and now needs to be restored, but cant as I cant update to the latest version of the software!
    The long story is that for the past few weeks I've been having problems downloading new music, or films from the iTunes store, sometimes saying the file is corrupt, and basically being very hit and miss.
    When my phone tried to update to the latest software this weekend, it crashed during the install and now needs to be restored.
    I called Apple and they suggested deleting itunes and starting again. They also suggested trying this with my antivirus turned off!
    As I recently bought Windows 7 Home Ultimate, I decided to try and start from scratch and removed iTunes, Quicktime, my antivirus (Virgin Media's own) and install Windows.
    This worked fine, but now I cant install iTunes at all, I have the setup file downloaded and click on it and nothing at all happens. I've tried running it in different compatibility modes, and still nothing.
    I now cant download the antivirus software either as it states there is an error.
    There seems to be something stopping me from downloading, saying signitures are invalid, there are errors, or files are corrupt.
    My internet connection still works, although I'm worried about using it as I have no Firewall, antivirus etc.
    Sorry for the rambling post, but I wanted to give as much info as possible..

    Yeah, this problem continues to exist and no one ever has the answers to this problem. I've monitored this problem for over a year and yet Apple and Microsoft has again and always dropped the ball. I've read and tried all the articles people direct you to to help resolve this, and nothing. I am so sick of almost having to get get a degree in Computers to fix these problems that shouldn't exist. I think this may actually be me last IPOD I ever purchase if I am going to have these issues all the time. Sorry this is happening to you dude, but it doesn't surprise me one bit.

  • I do updates and then have to reinstall previous versions - time and time again because of the number of unsupported add-ons

    4 or 5 times I've updated Firefox only to have to reinstall the previous version due to incompatibility with add-ons / plug-ins / toolbars. I'm not a big user of Toolbars but I have some add on I use daily.
    The last 3 times I did a "suggested by Firefox" update I've had to reinstall a previous version from my saved files in order to use Firefox. This problem has caused me to return to IE as my default browser - but unwillingly.
    My current setup is Firefox 4.0.1 Beta and I had to reinstall a version 3 in the Firefox folder until addons starting working in this 4.0.1 Beta. However 4.0.1 has always hung up, even opening a tab and ceases to respond; sometimes for minutes.
    I run Win XP - SP3 Dell Pentium 4 - 3.0ghz with 4 gigs of DDR2 - GX520. So it's not an equipment problem - (I have 4 PC's on my home LAN - although each serves it's purpose and seldom are 2 used at the same time.
    When I installed 4.0.1 and then reinstalled 3.x ... I've been hoping for an update --- I love Firefox - have ever since first use - and then today I saw the update versions had jumped from 4 all the way to 7. I was enthused.
    Same issue. On install over the V 3.x it showed 6 items of add-ons that were incompatible. I did not remove the V 7 ... I simple reopened the 4.0.1 beta. I use it for single page browsing as tabs locks it up or slows it to a crawl.
    I'm having to continue using IE as my default --- I always keep a backup browser, but I don't care for much of anything that has an MS on it's name.
    I've never posted to Mozilla ... but the idea crossed my mind over a year ago when I updated and had to back-up and reinstall. WHY can't a program precede the update to check for compatibility, just as an upgrade adviser from one OS to another?
    This was the biggest list of all. NET Framework Assistant, Google Toolbar, Yahoo Toolbar, Roboform ... there were 2 others. I don't use the Yahoo Toolbar. I have Google Toolbar installed but keep it hidden except when I need it (for Page Rank, etc., I work websites).
    But I won't use a browser that doesn't support AI Roboform.
    I honestly love Firefox. I code webpages - .asp, .html and do SEO ... but I don't know the difficulty of writing even a small application. Would it be too difficult to have a small program that would check for these add-on incompatibilities before installing the updates.
    I was impressed with 4.0.1 beta until I realized that opening a new window or tab bogged it down.
    I want Firefox back but not with band-aids and work-around bandages. Is there a version between 4.0.1 and v7 which I tried tonight that would support my plug-ins / add-on. My experience with Firefox using versions up to 3.x has been great. But for months and months I open 4.0.1 and open my TV guide at ZapIt and then I've had to use IE 8 for all my web browsing.
    My most important add-on is for Roboform and 2nd would be for Google Toolbar - but on a scale of 1-10 Roboform is a 10+ and Google Toolbar a 3.
    If this post does not go to the support team at Firefox then how would I go about suggesting an Update Adviser prior to installing an update?
    Anyone with a flexible solution - even short term - that would allow me to see Firefox improvements since the v4 I'm using would be more appreciated than I could ever express.
    Since I've never posted before I'm not even sure how I'll get a response or be able to see any responses. Something during the registration said I could get an email when a reply was posted.
    Thanks again for listening to me whimper and beg for a workable Firefox; I miss it.

    this is all I can find, thank you for your time.
    Problem signature
    Problem Event Name: BlueScreen
    OS Version: 6.0.6002.2.2.0.768.3
    Locale ID: 1033
    Files that help describe the problem
    Mini010710-11.dmp
    sysdata.xml
    Version.txt
    View a temporary copy of these files
    Warning:If a virus or other security threat caused the problem, opening a copy of the files could harm your computer.
    Extra information about the problem
    BCCode: 1000007f
    BCP1: 00000008
    BCP2: 80176000
    BCP3: 00000000
    BCP4: 00000000
    OS Version: 6_0_6002
    Service Pack: 2_0
    Product: 768_1

  • Adobe Bridge CS3 2.1 Update and Vista 64 bit

    I updated my CS3 applications using the Adobe Updater.
    Now when I launch Bridge (either standalone or through one of the other applications in the suite) Windows immediatly reports that Bridge "has stopped working", closes the application and says it is checking for a solution. Needless to say no solution is found.
    Bridge was working fine in Vista 64bit before I used the Adobe Updater.
    Anyone else seen this?
    Below is the Windows Vista "Problem Report and Solution" signature for the event:
    Problem signature
    Problem Event Name: APPCRASH
    Application Name: Bridge.exe
    Application Version: 2.1.0.100
    Application Timestamp: 465ce93c
    Fault Module Name: QuickTimeStreamingAuthoring.qtx
    Fault Module Version: 7.2.0.240
    Fault Module Timestamp: 4684a83a
    Exception Code: c0000005
    Exception Offset: 00016c09
    OS Version: 6.0.6000.2.0.0.256.1
    Locale ID: 2057
    Additional Information 1: 4edb
    Additional Information 2: 9240e826603dd5a3076c4757e237232f
    Additional Information 3: 6dbe
    Additional Information 4: 056748c7b224c0580db04342d0abcc3b
    Thanks
    'b' Steven M Brown

    Bridge CS3 crashing on E6600 DUO Core w/4gig ram two terabytes of drives. Vista Ultimate 64
    I too have been encountering the mysterious Bridge crashes .."Stopped working.." .."insufficient disk space to complete."..
    and .."insufficient memory .." when processing images in the RAW Plugin. Thiss has been going on for weeks and has been quite frustrating. And yes..this started after using the Adobe Updater ..
    Note one line of the Bridge Error report lists:
    Fault Module Name: QuickTimeStreamingAuthoring.qtx
    I don't know what Quick Time has to do with Bridge ..but..
    I went to Apple & got the latest Quicktime for Vista 64..and ALL the crashing problems have ceased! I have even turned back on "MULTI-PROCESSOR" Support. Running smoothly...
    So what does Quicktime have to do with bridge image processing?
    Please & thanks

  • What is difference between 10.5.6 COMBO Update and 10.5.6 Update ? Both say

    Both say +"The 10.5.6 Update is recommended for all users running Mac OS X Leopard and includes general operating system fixes that enhance the stability, compatibility and security of your Mac."+
    *Mac OS X 10.5.6 Combo Update* (669 MB)
    http://support.apple.com/downloads/MacOS_X_10_5_6_ComboUpdate
    *Mac OS X 10.5.6 Update* (373 MB)
    http://support.apple.com/downloads/MacOS_X_10_5_6Update
    I've never had any issue whatsoever before in using Software Update to handle all such OS updates. This is my first time encountering problem: It says "Restart", so I click Restart; and it starts on that purple default OS background, then starts an install process. But that status bar has been seemingly stopped for over 40 minutes after just advancing about 1/8th of an inch....
    So I forced power-off, restarted, found these forums, and one of many seemingly contradictory knowledge base documents says if you're having problems with automatic Software Update, then instead download a standalone installer.
    Which is why I ask the question of this thread. Normally, when I see "Combo Update", the implication is that there are multiple incremental updates stacked sequentially on top of each other, and the Combo will ensure that all intermediate updates get installed along with the most current update.
    But in this case, the information at the links above does not differentiate in any way WHICH of the two someone should use if their current OS version is 10.5.5 .

    That was really very helpful. So for me it begs a followup.
    I ran the "regular" installer since I had 10.5.5 prior to running the update. Via the automated Software Update feature, the update failed several times. However, when I came to the support forums here and then downloaded and ran the standalone update file (the regular one), the process was simple, and my system updated to 10.5.6.
    I have checked my system profiler and it says 10.5.6 ...
    But based on things you have said, it seems to me that I would be adding an extra layer of solid foundation for my installed OS X if I were to run the COMBO Updater now -- even though I am at 10.5.6 -- so as to ensure the thorough code set is in place.
    Am I reading correctly? Is that what you would recommend? Because I already earlier downloaded the COMBO update installer file, at the same time I also downloaded the smaller standalone updater file... At that time I wasn't certain which I should run. And I'd much rather take a little extra time now to run the COMBO if it would enhance the stability of the OS on my computer.
    So I look forward to your reply.
    In a separate posting I made tonight, in another thread, I am annoyed that for a major OS update Apple didn't entrust their consumer marketing division to write the instructions for consumers... so that instead of just that regular ol' automated convenience of set-n-forget "Software Update", in this case it actually communicated to the customer: "You might want to update Safari and iTunes using this automated process, but we also are updating the full operating system of OS X. And thus we recommend you download that file separately and run it from your desktop as follows...."
    Apple Support has historically never been in sync with the Consumer Sales side of the business -- the group that is Best in Class in knowing how to communicate with mainstream consumers.
    Thank you again for your reply. I wish the Support gods would take your posting and make it STICKY so that 1000 new threads don't have to be started. But that is like praying for competence from U.S. Congress.

  • System error after installing 10.4.6 Update and J2SE 5.0 Release 4

    Hi,
    I just installed OS X 10.4.6 update and J2SE 5.o Release 4 and the system doesn't start any more. I get a black screen which says:
    [date] [my computer name] getty:/dev/console: Operation not supported by device
    Any suggestions?
    I will try to start from CD (when I am home later), but first I need to eject the DVD, which is still in the drive. How to do this when the system does not start?
    Thanks,
    Ulrike

    Hi Ulrike,
    I will try to start from CD (when I am home later),
    but first I need to eject the DVD, which is still in
    the drive. How to do this when the system does not
    start?
    All CD/DVD drives that come installed in a Mac should allow you to eject the CD/DVD tray. Check your owner's manual--the instructions on how to eject the tray are usually given there. For example, on some PowerBook models you had to gently insert a paper clip into one side of the loading slot and push. On the DVD drive in my PowerMac there is a small hole through which I can instert a paper clip.
    As for what is causing your problems, I don't know. From what I've gathered, however, installing the combo update (~140 megs) is more reliable than the incremental one (~60 megs). Booting from an external drive helps, too. You might try that.
    -Josh

Maybe you are looking for

  • Visa write problem

    hello, I am trying to control a Coherent Cube laser with labview 8.0 (RS232) I always get the response 'invalid cmd' from the laser. There is a software furnished by Coherent which works without any problem. I monitored the datas sent by this softwar

  • How can I copy multiple pages in a spreadsheet

    There seems to be a bug in one of my Numbers spreadsheets (it has repeatedly caused Numbers to crash, even after restart), so I'd like to create a new spreadsheet. How can I copy multiple pages in a spreadsheet?

  • Scores of Duplicates in Address Book

    Somehow I have come up with scores of duplicates in my address book. Short of going through one by one, how can I eliminate the duplicates?

  • Remove Column in Standard Search Help(SAKO)

    Hi Experts, I have a requirement in that i have to hide some column in SAKO search help i tried all the posibilities in search help exits but couldn't find any way to remove its just going from header selection in search help pop up (input field n it

  • How to disable a workflow from getting generated inside a workflow

    Hi, Background : I am using a sequential list workflow (VS 2010) in a SP 2010 site collection. Problem : the work flow gets generated when an item is created. Now the workflow code is also to create another few items in the same list, so again it wil