On the fly modification of an updated file

Good Day,
I have a SharePoint library which keeps word documents (docx) in document sets. These word documents can be co-authored which means that more than one user can use Word application and work with the file at the same time. Each time user saves the file (i.e.
using Ctrl-S shortcut) the document is updated on the SharePoint.
1)
Is there any way of "on the fly" modification of updated file on server side and save such an altered version of the document?
(FYI - the file modification I'm talking about should remove all edition rights inside docx file)
I have tried with ItemUpdating but I cant figure out how to access new version of the file (the content which actually is going to be put on the server) alter and make sure it going to be stored on the server. I can easily access current version of the file
(which of doesn't have any modifications) - but it is not the case here - I need access to version which is going to be put on the server and alter it.
Is it possible to do something like that?
2)
I also went for other possibilities (although much less convenient) and experimented with ItemUpdated event. This time I was able to access the file and the content was updated but any alterations of the content failed with the exception saying:
{"The file "XXX" is locked for shared use by YYY."}
Why am I getting this exception? Of course the file is locked because is it still open by user in the Word app (who actually manually triggered document save operation) and this is a normal use case here. I can get more users to open that document and let
them edit it simultaneously and that is fine. Then, why I cannot modify the file in event receiver because of this exception?
I hope you'll come up with some ideas.
Thanks.

Hi,
We can use SystemUpdate() instead of Update()
to update the file in Event Receiver.
Here is a blog for your reference:
http://www.novolocus.com/2012/07/25/sharepoint-check-out-vs-lock/
Best Regards
Dennis Guo
TechNet Community Support

Similar Messages

  • How do you get the root folder to recognize updated file in nested folder?

    I believe in OS 9, a modified file nested in a folder would trigger the root folder to recognize and update to the top of the "date modified" column. As long as I've used the Mac (20 years) I've used the "date modified" to force my current client folders to the top of the column. Lately, I have many nested folders in the root client folder. When I make changes to a file in a nested folder, OS X doesn't make the root folder recognize changes within a nested folder. I realize there is not likely to be a fix for this in OS X, as Apple probably deems this behavior to be proper (I do not,) so my question would be expanded to include suggestions for third party software that may accomplish this.

    Sorry, posted that last post and ran out of time while editing it. It should read like this:
    "Yes, if you ADD a new item or folder to a folder, it updates the root folder, but if you simply MODIFY a file (like Photoshop) within a subfolder, the root folder WILL NOT update the date modified. Check it out."
    Actually, whether the directory that a file is re-saved in will be modified or not can depend on the application in question and how it saves files.
    Let's say a folder has a single file in it. The modification date of the folder will be the last time a change was made to the directory, either by adding or removing an item from it. (This can include the invisible .DS_Store file in which the Finder saves view settings for a folder, which can often be written without you're realizing it unless you have the Finder show all files like I do).
    Then, let's say you open that file, which is a stream of bytes, in an application. You make some changes which alters the representation of the stream of bytes in RAM. The application then saves the changes to the file by filling it with the stream bytes as they now are in RAM. Modifying the contents of a file in this manner does not alter the directory that it's in. The modified date of the folder should remain unchanged.
    Some applications use a different method than above to save files, however. Let's say that theoretically while the application is re-writing to the original file during a save, the power goes out and your computer shuts down. There's a good chance that the document that was being saved is now corrupt. A safer method that some applications use, is to first write out the information to a new file in the same directory as the original file, then delete the original file, and then rename the new file so that it has the same attributes as the old file. This method will, of course, modify the directory that the original file was in by adding and removing a file.
    Dual 2.7GHz PowerPC G5 w/ 2.5 GB RAM; 17" MacBook Pro w/ 2 GB RAM -   Mac OS X (10.4.8)  

  • HT4972 My ipad 1 is stuck on IOS 4 as the IOS 5 update instructions do not work. When I use itunes update the software looks for an update file and the apple site doesn't have one!

    My ipad 1 is stuck on IOS 4 as these IOS 5 update instructions do not work. When I use itunes update the software looks for an IOS 5 software update file and the apple site doesn't seem have one anywhere!

    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.0.1. For the iPad Mini the iOS is 6.0.2. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
     Cheers, Tom

  • HT1600 what is the size of the 5.1 Apple Tv update File?

    I would like to know the size of the latest update file for Apple TV (3rd Gen)
    Thanks.

    any one did update his mobile can tell me please
    thanks to u all

  • Compiling new classes on the fly without having a .java file

    Hi everybody,
    I'd like to compile dynamically produced JAVA code (code from user input in my application). I don't wanna store the source code in a .java file, but just compile the code (as char[] or something like that) to a byte[].
    Does anybody have an idea ??
    Thanks
    Jan

    Have you looked at the idea of interpreting rather than compiling, say using Jython (a python interpreter written in Java). Python and Java are extremely close in syntax, and it should be relatively easy to do what you are talking about.
    I am worried though, that you are going to let users type in text, and assume that it has valid syntax in the language you are using. Many years of UI experience indicate that letting users type in anything results in a certain error rate. Letting it be instructions you are to follow in your code is even more dangerous.
    There are many programs that let users define actions interactively. They seem to either let the user type in text, and error check it to death (a lot of work, think spreadsheet type programs), or they present the user with a set of choices, often using a wizard type interface, which takes more up front UI work, but only lets the users select valid options.
    It sounds like you want to interpret what the user types in as instructions. Even with Jython (or a similar interpreter), you would need to parse the user input for formatting errors, invalid variable names, and anything else they could make a mistake on, before you could pass any of it to the interpreter.
    Good luck.

  • The Finder Lies, Doesn't Update File Sizes or Modification Dates, Etc.

    When I save a file to my HD's (internal or otherwise), there's no guarantee that when I open a Finder window to view that file (see its file size, etc.) that the file will:
    • appear at all
    • if it does appear, that the file size will be correct, and/or
    • the modification date will not be correct
    Sometimes, yes, files will appear with all the requisite, updated information immediately. Other times it will take minutes, or hours, or even days before the Finder updates the file info (if the file even shows up at all).
    Also, simply opening a folder seems to change the modification date of that folder. That seems totally bizarre to me.
    This behavior has been going on ever since I can remember, and now it's at the point where it's causing serious problems.
    So... is there a fix for this? Or, is there a way to "refresh" a Finder window to force it to show current file information?
    Oh, one more thing... I just re-installed my system from a zero'd hard drive so everything about it, particularly Finder prefs, are all brand spanking new. It's disheartening to see that within 48 hours of a fresh install that I'm seeing these kinds of problems.
    Help? Advice?
    -=iSchwartz=-

    I suggest for starters you update to 10.4.8.
    If the problem continues here are two solutions:
    1) Quit Finder. You can enable the Finder "Quit" menu by pasting this command in Terminal:
    defaults write com.apple.finder QuitMenuItem YES
    This will allow you to quit Finder by either right-clicking the dock icon or from the "Finder" menu.
    2) Run an Applescript:
    Click here to launch Script Editor.
    tell application "Finder" to update folder (folder of the front window as string)
    This script will update the front open window. You can drag the script to the toolbar for quick access in all windows. For that, it might need to be saved "As Application", I don't remember.

  • [JS] I would like to find the date modifed of a link file

    I have a vbs script that updates my links. It checks if the file exists and then the modified date. I need to verify the link file had been updated within a few hours to verify it has today's info instead of yesterday's.
    I would like to convert this to use JavaScript but have had difficulties finding the link's modified date.
    I don't expect someone to rewrite my script but can someone give an example to find if a file exists and it's modified date?
    Terry W.
    Option Explicit
    msgbox "Press OK to continue!"
    'appliation object
    Dim objMyInDesign
    'document ofject
    Dim objMyDocument
    'table object
    Dim objTable
    'cell object
    Dim objCell
    Dim txtNewText
    'link object
    Dim objMyLink
    Dim txtFlag
    ' File from file system object
    Dim objFSO
    Dim objFileExistMessage
    Dim objFile
    Dim TimeDifference
    Dim FileDate
    ' Test for Message Box
    Dim MessageText
    ' myDocument will be the active document
    Dim myDocument
    'Windows Script object
    Dim WScript
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objMyInDesign = CreateObject("InDesign.Application.CS3")
    If objMyInDesign.Documents.Count = 0 Then
    MsgBox ("Please Open Document and Try again!")
    Else
    Set objMyDocument = objMyInDesign.ActiveDocument
    DoLinksExist()
    'ProcessLinks()
    End If
    Sub DoLinksExist
    For Each objMyLink In objMyDocument.Links
      If Not objFSO.FileExists(objMyLink.FilePath) And
    (TypeName(objMyLink.parent) <> "EPS") Then
       objFileExistMessage = MsgBox("File/Link does not Exist:"
    & vbCrLf _
       & vbCrLf & objMyLink.FilePath & vbCrLf & vbCrLf _
       & "Do you wish to continue with missing files??", _
       vbYesNo + vbCritical,"Stock Missing -- Continue?")
       If objFileExistMessage = vbYes then
        FilesAge()
        Exit Sub
       ElseIf objFileExistMessage = vbNo then
        MsgBox ("Script Quiting!!")
        Exit Sub
       End If
      End If
    Next
    FilesAge()
    End Sub
    Sub FilesAge()
    For Each objMyLink In objMyDocument.Links
      If objFSO.FileExists(objMyLink.FilePath) And
    (TypeName(objMyLink.parent) <> "EPS") Then
       Set objFile = objFSO.GetFile(objMyLink.FilePath)
       TimeDifference = abs(DateDiff("h", Now,
    objFile.DateLastModified))
       'If file is older than six hours then present error
    message
       If TimeDifference > 6 Then
        objFileExistMessage = MsgBox("ATTENTION!!!!" _
         & vbCrLf & "OLD!! OLD!! OLD!!" _
         & vbCrLf & vbCrLf _
         & "A Stock is very OLD" & vbCrLf _
         & vbCrLf & objMyLink.FilePath & vbCrLf &
    vbCrLf _
         & "Do you wish to flow old stocks onto
    page???", _
         vbYesNo + vbCritical,"STOCKS OLD --
    Continue?")
        If objFileExistMessage = vbYes then
         ProcessLinks()
         Exit Sub
        ElseIf objFileExistMessage = vbNo then
         MsgBox ("Script Quiting!!")
         Exit Sub
        End If
       End If
      End If
    Next
    ProcessLinks()
    End Sub
    Sub ProcessLinks
    For Each objMyLink In objMyDocument.Links
      If objFSO.FileExists(objMyLink.FilePath) And
    (TypeName(objMyLink.parent) <> "EPS") Then
       objMyLink.Update
      Else
       'objFileExistMessage = MsgBox("The following file/link
    DOES NOT exist" _
        '&  vbCrLf _
        '& vbCrLf & objMyLink.FilePath _
        '& vbCrLf & vbCrLf & "This link will not be
    processed" _
        '& vbCrLf & vbCrLf & "Click on 'OK' and" _
        '& " script will continue processing
    files/links")
      End If
    Next
    End Sub

    Seems like I may have found the answer of the modified date by using:
    var file2 = new File(myLink.filePath)
    alert("file2.name: " + file2.name)
    alert("file2.name: " + file2.modified)
    For the date I use:
    var currentTime = new Date() to get the time for Now and then subtract the file's date. If the difference is more then six hours I wan't to update the file. We link to text files created daily for lists of Dow stocks so must verify we're using today's stock info. I should change the time to one hour instead of six but it's worked for the past eight years.
    I'm now updating from InDesign CS to CS4 and from FreeHand?? to native Illustrator files for our graphs. I haven't figured out how to update the Illustrator graph's data using a script... well that's a different forum....
    Terry w.

  • I am having problem when i am updating my iphone 4 to ios 5 ..it get update n took 50 minutes then at the end when it was processing file ...suddenly an error comes that an unknown error accurred {9006}..please help me..how will i update my iphone 4

    i am having problem when i am updating my iphone 4 to ios 5 ..it get update n took 50 minutes then at the end when it was processing file ...suddenly an error comes that an unknown error accurred {9006}..please help me..how will i update my iphone 4

    Error 9006: Following Troubleshooting security software frequently resolves this error. There may be third-party software installed that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your Registry. Your default packet size being set incorrectly can cause this error. Contact the manufacturer of the software that installed the packet size modification for assistance.

  • I was transferring music from my (windows) laptop to my iPod 4. Some transferred, then all of the music(except for what I had bought from iTunes)was gone. Then, it started saying "updating files at the top of the computer, but nothing happened. HELP!

    Ok, so I transferred some songs using my USB cable. Then, I checked my iPod, and it had spaces where there would be songs (ones that I had transferred from my laptop when I first got my iPod, so not bought from iTunes) but they were blank, so I completely turned off my iPod and turned it back on, that's when all of those songs disappeared, but they were still on my computer. Only the ones I had purchased iTunes on my iPod remained. I got some other songs to transfer after that, then it started saying "preparing to update files on iPod" "finishing updates" then it doesn't say anything and the songs still aren't on my iPod. Please explain and tell me if there is a way to fix it!

    Maybe here:
    iCloud: Troubleshooting creating backups

  • Print Module templates layouts do not update on the fly

    Print layouts do not update on the fly when attempting to choose between various Print Module>Template Browser> Lightroom or User templates. This occurs in all three Layout Styles. The very first layout chosen in Single Image/Contact Sheet, Picture Package, or Custom Package is the permanent 'default' and cannot be changed. The Preview will show as expected however any image stays stuck in the very first layout I chose after installing LR4 beta.
    For example, I first chose Template Browser>Lightroom Templates>Maximum Size, and Layout Style>Single Image/Contact Sheet. Clicking through any other Templates (Lightroom or User defined) will alter the preview but not the layout display in the Print window. Same problem in either of the other Layout styles. I have been trying for days to rectify this, but it seems somehow more difficult than LR3. and not what I expect.
    As a comparison, using the same steps in LR3 works perfectly as all print template/layouts can be changed on the fly as expected. I have no problems generating different layouts in LR3 and have been using LR print module since version 1 without this issue.
    Is this a bug or are there any extra steps or workarounds I have not discovered? Any other testers seen this?

    Update with more info. What am I doing wrong, if anything?
    Print layouts do not update on the fly when attempting to choose between various Print Module>Template Browser> Lightroom or User templates. This is not a hang since the layouts do not change after the initial choice no matter how much time elapsed.
    iMac OS 10.6.8. 8GB RAM.Processor Intel Core 2 Duo. NVIDIA GeForce 8800 GS.
    The steps as follows:
    1) Lightroom 3.6 & LR4Beta exist side by side.
    2) LR4 Beta> Print Module;
    3) From filmstrip choose image;
    4) Template Browser> Lightroom4Beta Templates>Maximum Size;
    5) Preview displays as expected;
    6) Layout Styles>Single Image/Contact Sheets
    7) Template Browser> Lightroom4Beta Templates>click through any other templates (Lightroom or User defined);
    8) Image layout in main window does not update;
    9) Previews update;
    10) Layout Style>Picture Package;
    11) Template Browser>Maximum size is then automatically shown, however the template in the main window is actually (1) 7x5, (2) 2.5x3.5;
    12) Any further attempts to change the layouts regardless of Style Layout choices are not successful.
    13) Close LR4Beta>re-open LR4Beta;
    14) Repeat test;
    15) Print Module layouts do not update on the fly as expected;
    16) Close LR4Beta and all applications;
    17) Reboot iMac.
    18) Open LR4Beta only;
    19) LR4Beta>Print Module>Template Browser >Lightroom Templates>Maximum Size;
    20) Image displays in main layout window with Template and Preview display as expected;
    21) Choose different image>Template Browser>Lightroom Templates>Maximum Size;
    22) Click through templates, layouts DO NOT update in main window although previews do automatically update.
    23) CONCLUSION - In Lightroom 4 Beta>Print Module>Template Browser, image layouts do not change after initial choice as expected.
    I posted this on Photoshop.com as a problem.

  • Reading trace file on the fly.

    I came across one cool trick mentioned by Tanel Poder, but it doesn't seem to work for me. Could anyone please help in reading trace file on the fly.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    SQL> !uname -a
    Linux abc 2.6.16.60-0.34-smp #1 SMP Fri Jan 16 14:59:01 UTC 2009 x86_64 x86_64 x86_64 GNU/Linux
    SQL> select value ||'/'||(select instance_name from v$instance) ||'_ora_'||
      2             (select spid||case when traceid is not null then '_'||traceid else null end
                     from v$process where addr = (select paddr from v$session
      3    4                                               where sid = (select sid from v$mystat
      5                                                          where rownum = 1
      6                                                     )
      7                                          )
      8             ) || '.trc' tracefile
      9      from v$parameter where name = 'user_dump_dest'
    10     /
    TRACEFILE
    /n01/oraadmin1/diag/rdbms/abc/inst1/trace/inst11_ora_28754.trc
    SQL> host mknod /n01/oraadmin1/diag/rdbms/abc/inst1/trace/inst11_ora_28754.trc p
    SQL> set define off
    SQL> host grep "WAIT" /n01/oraadmin1/diag/rdbms/abc/inst1/trace/inst11_ora_28754.trc &
    SQL> set define on
    SQL> alter session set events '10046 trace name context forever, level 8';
    Session altered.
    SQL> select * from dual;
    D
    X
    SQL>
    SQL> select * from dual;
    D
    X
    {code}
    I dont get any WAIT printed into the pipe file created before tracing.
    Am i doing something wrong here ?
    Edited by: Yasu on Nov 12, 2012 10:14 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    I tried manual method and yes i am able to find WAIT lines in trace file.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    SQL> select value ||'/'||(select instance_name from v$instance) ||'_ora_'||
               (select spid||case when traceid is not null then '_'||traceid else null end
      2    3                   from v$process where addr = (select paddr from v$session
      4                                               where sid = (select sid from v$mystat
      5                                                          where rownum = 1
      6                                                     )
      7                                          )
      8             ) || '.trc' tracefile
      9      from v$parameter where name = 'user_dump_dest'
    10     /
    TRACEFILE
    /n01/oraadmin1/diag/rdbms/proddba/proddba1/trace/proddba1_ora_23021.trc
    SQL> alter session set events '10046 trace name context forever, level 8';
    Session altered.
    SQL> select * from dual;
    D
    X
    SQL> alter session set events '10046 trace name context off';
    Session altered.
    SQL> !ls -lrt /n01/oraadmin1/diag/rdbms/proddba/proddba1/trace/proddba1_ora_23021.trc
    -rw-r----- 1 oracle oinstall 2738 2012-11-12 01:13 /n01/oraadmin1/diag/rdbms/proddba/proddba1/trace/proddba1_ora_23021.trc
    SQL> !grep "WAIT" /n01/oraadmin1/diag/rdbms/proddba/proddba1/trace/proddba1_ora_23021.trc
    WAIT #1: nam='SQL*Net message to client' ela= 6 driver id=1650815232 #bytes=1 p3=0 obj#=-1 tim=1352704368368424
    WAIT #1: nam='SQL*Net message from client' ela= 4057810 driver id=1650815232 #bytes=1 p3=0 obj#=-1 tim=1352704372428142
    WAIT #1: nam='SQL*Net message to client' ela= 6 driver id=1650815232 #bytes=1 p3=0 obj#=-1 tim=1352704372428492
    WAIT #1: nam='SQL*Net message from client' ela= 195 driver id=1650815232 #bytes=1 p3=0 obj#=-1 tim=1352704372428892
    WAIT #1: nam='SQL*Net message to client' ela= 3 driver id=1650815232 #bytes=1 p3=0 obj#=-1 tim=1352704372428939
    WAIT #1: nam='SQL*Net message from client' ela= 46319788 driver id=1650815232 #bytes=1 p3=0 obj#=-1 tim=1352704418748740Not sure why using mknod fails in my case.
    Edited by: Yasu on Nov 12, 2012 12:48 PM

  • "The file 'iTunes Library.itl' cannot be read because it was created by a newer version of iTunes." Updates were only offered by Apple when I'd open iTunes. Now I can't open iTunes. How can I access the newest iTunes as an update, not a new program?

    "The file 'iTunes Library.itl' cannot be read because it was created by a newer version of iTunes." Updates were only offered by Apple when I'd open iTunes. Now I can't open iTunes. How can I access the newest iTunes as an update, not a new program?

    this just started w/ me yesterday.  I was running 10.5.3, and nothing changed - the message just appeard out of nowhere.  I update to the latest iTunes 10.6 but the message is the same.
    Sounds like probably some sort of Library file corruption.
    The two options available in the message box are "Download" and "Quit".  Download is useless because I'm already running the latest.  Quit is pretty useless.
    I was going to just create a new Library and re-import all my music.  Of course, all my iPhone sync settings are going go have to be recreated.

  • I have a hp C410 all-in-one series printer.  When I updated to 10.8.1 it was no longer supported.  HP told me to go to the Apple system updates and download an installation program.  I can't find that program in my Apple updates file.

    I have a hp C410 all-in-one series printer.  When I updated to 10.8.1 it was no longer supported.  HP told me to go to the Apple system updates and download an installation program update.  I can't find that program in my Apple updates file.  Please help.

    From the HP Support site, this may help:)
    "Re: Problem with latest HP software update for Mountain Lion and HP Photosmart Premier C410.
    Options 
    08-10-2012 10:54 AM
    Download and install this: http://support.apple.com/kb/DL907
    Reset the printing system:
    - Go to System Preferences > Print & Scan
    - Right (or control) click in the rectangle listing your printers and select Reset Printing System.
    WARNING - this will delete ALL of your printers!
    - Select the plus sign to re-add a printer. Select the Defualt tab on the top of the window. Look for the printer, select it and wait until the "Add" button becomes available. Click it."
    Hope this helps

  • The iPod "iPod" cannot be updated.The required file cannot be found.(again)

    tTunes recognizes my iPod and I can download the SONGS onto my iPod, but it gives me that message="The iPod 'iPod' cannot be updated. The required file cannot be found." and my videos and photos can't get onto my iPod.

    I have the same problem.
    I can update songs just fine.
    Ive restored and re-installed ipod and ipod software like a maniac.
    None of those work.
    D:
    I'm thinking theres somthing wrong with iTunes creating a new Ipod Cache folder.....
    Or it's a system error that happens when any software/hardware is updates (auto or not) or is changed in any form or way!
    (installed, un-istalled or the like)
    It prolly needs to fixed manualy.
    (not by reinstalling or update-dating ipod software)
    If some one could tell me what to do i'll be more than happy to do it.

  • The iPod "iPod" cannot be updated. The required file cannot be found.

    it won't let me put picture or videos on my ipod!! it keeps telling me that "The iPod 'iPod' cannot be updated. The required file cannot be found."

    Welcome to Apple Discussions! I'd be glad to help you
    Let's see...iTunes doesn't recognize your iPod?
    http://docs.info.apple.com/article.html?artnum=61711
    Have you updated everything?
    http://www.apple.com/ipod/download
    http://www.apple.com/itunes/download
    Repost if this doesn't work. Also-are there any error messages with numbers? We'd need all specific info around this if you can give any
    rjl

Maybe you are looking for

  • Is there any way to "Print book" with mixed version FM files?

    Am fairly new to Framemaker and we all just upgraded to TCS and FM 9 from FM 7.2. After upgrade, when I went to "print book" and generate the postscript file, I found I had to re-save each FM file in the book to the current version before it would wo

  • How can you avoid the empty line?

    hi all, i looked around quite a bit and didn't found an answer to this very common problem. i used this blog: Solution to the problem encountered using Variable Substitution with XI-SP12 for using a dynamic filename. the problem i get is the file ada

  • TS3988 I have had to reset my ipad2 to factory settings, how can I get my iCloud backup into ipad2

    I have my iPad backed up in iCloud, but had to take my iPad back to factory settings. How can I get my backup from iCloud to ipad

  • Write an ABAP to build a hierarchy

    Hi, I have a table TVBVK that is required to be read off from to create a hierarchy. The fiedl VKBUR is used to create a root node and the field VKGRP is then to be used to create the leaves. Has anyone written a program to read from this table and t

  • Db transactions show nothing

    Hi All, In one of our sap system when i tried performance monitoring and some database transactions after a long time now, i observed that no data is shown there. We need to apply any SQL server patch ? Thanks & Regards Subba Rao