RSC does not get files correctly + inconsistent shading issues (Viste 64 bits)

We experience serious trouble with RH 7 update 1 on Windows
Vista 64 bits.
We work with a team on our software helpfile. When a member
starts typing in a topic RH checks out the file. When the topic is
checked-in RSC performs an undo check out and all the mutations are
lost.
Secondly, when we open RSC some files are yellow (shaded).
This is an option of RSC. When we get all topics, some topics stay
shaded. When we view differences, RSC says that the files are
identical.
Any help is greaty appreciated!
Casper Lange
AFAS ERP Software B.V.

Adobe has confirmed (through the Dutch support team) that
they do not support RH7 in combination with Microsoft Vista 64
bits.
We downgraded to 32 bits and we have a much more stable
system.
I just wanted to share this information for anyone
interested.

Similar Messages

  • Java does not get file list from shared folder in another server.

    Hi,
    I'm using java 1.4.2.16,
    Command below does not get file list.
    import java.io.;*..
    File file = new File("\\\\10.242.22.28\\SapMII");
    File[] files = file.listFiles();
    SapMII folder is Everyone full Control permission.
    How can i solve this problem?
    Thanks.

    Could you please post replies in a more helpful way? Just informing me that it was an NPE doesn't really tell me anything. Post the stacktrace (Exception#printStackTrace()). And the listFile() methods API has this to say:
    Returns null if this abstract pathname does not denote a directory, or if an I/O error occurs.I'm able to run this sample code easily:
    import java.io.File;
    public class TestFileList {
         public static void main(String[] args) {
              File file = new File("\\\\10.40.55.33\\shared");
              File [] files = file.listFiles();
              for(File currentFile: files )
                   System.out.println(currentFile.getName());
    }

  • Content Organizer bug - PDF files does not get routed correctly if autodeclaration is on and library level default values are set

    It looks like whenever one specifies Column default values at a library level then the content organizer routing goes a bit awry SPECIFICALLY FOR NON OFFICE FILES [e.g. PDF] . Below are the observations and issues
    1. Column level default value set on a record library with auto declaration of records turned on.  The content organizer routes the document to the library but also keeps a copy of the document in the drop off library. It does not remove it from the drop
    off library. The instant we clear the default value settings at the library level of the target library the content organizer works as expected again. 
    2. If default value settings are specified on a column in the target library then the PDF file gets routed to the document library but all the metadata is blanked out. The copy of the file that remains in the drop off library has all the correct metadata but
    the target library has blanked out metadata. 
    Are the 2 observations described above by design or are they bugs? If so is there any documentation that is available that proves this because this does not make logical sense and proving this to a client in the absence of any documentation is a challenge.
    The problem goes away if we shift the default value to the site columns directly at the site collection level. It's just the library level defaults that the pdf files do not seem to agree with

    Hi Lisa,
    Thanks for responding. This can be replicated in any environment but is only replicable for a specific combination of content organizer settings . The combination of settings I am referring to can be seen in the screenshot below. If you turn off redirect
    users to the drop off library for direct uploads to libraries and if you turn on sharepoint versioning then you should be able to replicate the issue. Also we are using managed metadata site columns. I simplified this use case to a custom content content type
    with just 2 custom managed metadata columns and can still replicate the issue in several environments. Also note the issue does not occur if the default values are set at the site or site collection level. It only occurs if you set the column value default
    at a library level.  I was able to replicate this on a completely vanilla Enterprise records site collection freshly created just to test this.  Also note that the issue is not that the file does not reach the destination library. The issue is the
    document does not get removed from the drop off library after it is transfered to the destination library which technically should have gotten removed.

  • Sender File Adapter does not get files when there is a large number ( 300)

    We are on XI 7.0 (SAPKB70015)
    We have an issue picking up a large number of files from a particular server. We are trying to pickup the files based on a wildcard e.g. test
    - we can retreive up to 200 files from the same server (using the same config) no problem
    - we can pull lots of files (>3000) files from other servers (using the same config) no problem
    - we can write an mget command (mget test) to reteive the files no problem
    So the only issue is retrieving a large number of files from a parfticular server. We see no errors in the RWB.
    To get this sorted out we need to find the exact commmands that XI executes to attempt to retrieve the files. Can anyone point me in the right direction on how to find this.
    Thanks
    Richard

    It turned out that this was caused by a limitation on the ftp server.
    The file adapter uses the dir command to get a listing of the files matching a specific mask. The dir command does not return any files if there are a large number (the ls command works fine but the file adapter uses dir instead of ls).
    sap told me that 'According to this FTP server is no compliant with RFC 959 and that is
    why DIR command returns an error.'
    We were able to get this resolved by applying a patch on the ftp server.
    Thanks
    Richard

  • Opening file in Illustrator prompts "Text Import Options" and does not open file correctly.

    I've been dealing with this issue for quite a while and I am thoroughly stumped. A co-worker has emailed me .ai files in the past without issue. In the last couple months, however, her attached .ai files no longer open properly.
    This is the first screen I get when trying to open the files:
    Regardless of what checkboxes are marked or options changed, the outcome is always the same:
    If you can't read that, the error code is as follows:
    {"Body":{"ErrorCode":500,"FaultMessage":"Unable to get write stream for mac attachment.","IsTransient":false}}
    Putting this line of code into Google returns exactly "0" finds.
    Nobody else in the company seems to have an issue with opening the same file when this co-worker forwards it to them. I did notice, however, that the file is 141 kb within her email, but when I download it, it shrinks to 344 bytes. I don't know if for whatever reason my computer is just not downloading all of the information or what might be going on.
    To reiterate, these are the facts that I know:
    1. She is on a mac and I am on a PC.
    2. We are both using Illustrator CS6.
    3. Other co-workers on PCs do not have this problem when she emails it to them.
    4. The file shrinks from 141 kb to 344 bytes when I try to download it from her email.
    Edit: I just had her send the email to my personal gmail account and the file opened perfectly, so this appears to be an issue with office365.com which is where my business email is located. Everyone else here uses the same email service, however, so this is still an isolated issue with my account.
    Any help or ideas would be very much appreciated.
    Thank you!

    Thank you for the reply. We went through a lot of different ideas to try and fix this, but zipping the file never even crossed our minds for some reason... :\

  • Message does not get sent correctly???

    Hello everyone ,
    I have to do a program that captures traffic from a client and sends it to a server and gets the traffic from the server and sends it back to the client... it's a intermediate Java program between a server and a client ( i need it in order to analyze a protocol ) .
    In more concrete terms:
    1) I have my java program, a windows server and a windows client.
    2) My java program connects to the windows server.
    3) My java program listens for an incoming connection and accepts the windows client.
    4) The java program reads a string from the windows client and send it to windows server. Than it reads from the windows server the response and send it back to the client ... And so on... and it prints the string so that I can analyze the protocol...
    The thing is that my program does receive a string from the client and it does send it to the server but it doesn't read the response for some reason ( it gets stuck ) ....
    Here is my source code:
    import java.io.*;
    import java.net.*;
    public class TrafficCapture{
         public static void main (String[] args) {
              ServerSocket trafficCaptureSocket = null;
              Socket clientSocket = null;
              Socket serverSocket = null;
              InputStream fromClient = null;
              PrintWriter toClient  = null;
              InputStream  fromServer = null;
              PrintWriter toServer   = null;
              int BUFFER_SIZE = 2048;          
              int numBytes;
              try{
                   serverSocket = new Socket("127.0.0.1",2000);
              catch(IOException e){
                   System.out.println("Could not connect to server.");               
                   System.exit(-1);
              System.out.println("Connected to server.");
              try{
                   fromServer = serverSocket.getInputStream();
                   toServer   = new PrintWriter ( serverSocket.getOutputStream(), true );
              catch(IOException e){
                   System.out.println("Error while getting server input and output streams");
              System.exit(-1);
              try{
                   trafficCaptureSocket = new ServerSocket(1000);
              catch (IOException e){
                   System.out.println("Could not listen.");
                   System.exit(-1);
              System.out.println("Waiting for client.");
              try{
                   clientSocket = trafficCaptureSocket.accept();
              catch (IOException e){
                   System.out.println("Accept failed");
                   System.exit(-1);
              System.out.println("Client connected.");
              try{
                   fromClient = clientSocket.getInputStream();
                   toClient   = new PrintWriter (clientSocket.getOutputStream() , true );
              catch(IOException e){
                   System.out.println("Error while getting client input and output streams.");
                   System.exit(-1);
              try {
              while ( true )
                   byte[] buffer = new byte[BUFFER_SIZE];
                   char[] line   = new char[BUFFER_SIZE];     
                   if ( (numBytes = fromClient.read(buffer))!=-1  ){
                        System.out.println("Received: " + numBytes);
                        System.out.print("Client to Server>");                         
                        for (int i = 0; i < numBytes; i ++ )
                              System.out.print( (char) buffer[i] + ",");
                              line[i] = (char) buffer;
                        toServer.write(line, 0 , numBytes);
                   // toServer.flush();
                        System.out.println();
                   if ( (numBytes = fromServer.read(buffer))!=-1) {
                        System.out.print("Server to Client>");
                        for(int i = 0; i < numBytes; i ++ )
                             System.out.print((char) buffer[i] + ",");
                             line[i] = (char) buffer[i];
                        toClient.write(line, 0, numBytes);
                        // toClient.flush();
                        System.out.println();
              catch(IOException e){
                   System.out.println("Error while redirecting data.");
              System.out.println("Out");
              try {
                   clientSocket.close();
                   serverSocket.close();
                   trafficCaptureSocket.close();
                   fromServer.close();
                   toServer.close();
                   fromClient.close();
                   toClient.close();     
              catch(IOException e){
                   System.out.println("Failed to close sockets.");          
    Message was edited by:
    HeartOpenBook

    Read the different directions in separate threads, wo you don't have to worry about who reads/writes when.

  • HT1347 I have an mp3 DVD with episodes of Gunsmoke.  iTunes imports them, but does not sort them correctly by date or episode.  One file name is GS 52-04-26 001 Billy the Kid.mp3

    I have an mp3 DVD with episodes of Gunsmoke.  iTunes imports them, but does not sort them correctly by date or episode.  One file name is GS 52-04-26 001 Billy the Kid.mp3.  iTunes sorts them by month/day/year.  How can I fix that?

    The weird thing is, it worked before. I encoded all the videos previously and had them all listed and didn't encounter this problem, but I noticed I'd forgotten to decomb/detelecine the videos so I deleted everything and re-encoded it all. AFter filling the tags out and setting poster frames again I was thinking of making life easier by just pasting the same artwork for every episode, so I did, but didn't like the results so I deleted it again (I selected every video, used Get Info and pasted the artwork that way).
    I think it was after this that the problem started to occur. In any case I've been through every episode and made sure the name, series, episode and episode id fields are all filled in with incremental values and they are. I even made sure the Sort Name field was filled in on every video. But this didn't work either.
    So, thinking another restart was needed I deleted every video again. Re-encoded them all, again. Set the tags for every video and poster frame again. Finished it all off nicely, checked cover flow and was highly annoyed to find it was STILL showing the same two pieces of art work for every video as shown in that image I posted.
    Ultimately, I wouldn't care so much that cover flow is screwing up like this as I always intended to sort by program anyway so it would only ever display one piece of artwork for an entire series of videos, however where-as when it was working it picked the artwork for the first episode of a series to display, its instead picking one of the latter episodes. I can't seem to find any way of choosing what artwork I want displayed.

  • JAR file does not get uploaded to client for my SERVLET generated APPLET

    Some help please...
    I have a servlet that generates the HTML code that contains an APPLET. This APPLET needs a JAR file that is listed under its ARCHIVE property. The SERVLET is in a JAR file that is in the same directory as the other needed JAR file. If I create a static HTML with the output of the SERVLET it works fine. But if go through Weblogic the needed JAR file does not get uploaded to the client so I get a java.lang.NoClassDefFoundError:and my APPLET does not load.
    Q1: I am not sure what to put under the CODEBASE tag. I tried "." and I also tried "http://mymachine" but both did not work. I also tried without the CODEBASE tag. No luck. The SERVLET is bound to http://mymachine/servlet.
    Q2: Does anyone have any suggestions on how to do this? Is there a way to force the browser to upload a certain JAR file?
    Thanks...

    It works!!
    This is what I did:
    The jar file in question was the weblogic.jar. I tried putting it under the lib directory of my war file but I had problems because the weblogic.jar contains other war files inside so when I tried to deploy my war file it also tried to deploy the inner war files which for some reason did not work. So I tried removing the war files from the weblogic.jar and this time I had no problems deploying my war file but I still could not find the classes I needed. So I tried moving the weblogic.jar to the root dir of my war file and it worked!! Now the trick here was: I did not set the CODEBASE AND I had the ARCHIVE paramenter set in TWO places like below:
    <APPLET CODE = "marketmap.client.MarketMapApplet"
    ARCHIVE = "weblogic.jar"
    WIDTH = "657"
    HEIGHT = "382"
    ALIGN = "BOTTOM"
    ALT = "APPLET tag not recognized">
    </XMP>
    <PARAM NAME = CODE VALUE = "MyApplet" >
    <PARAM NAME = "type" VALUE="application/x-java-applet;version=1.2.2">
    <PARAM NAME = "scriptable" VALUE="false">
    <PARAM NAME = ARCHIVE VALUE="weblogic.jar">
    </APPLET>
    Actually if you do not place a parameter named ARCHIVE (at the end) it wil NOT work. I tried with multiple jar files listed and it works great too.
    Anyway I figure I'd share. Thanks for the help too.
    Lastly for people who choose not to upload the jar files to clients, you should look at the bea documentation on applets. It lists a classpath servlet that allows you to provide classes to the clients without having to force them to download the jar file.

  • Creative ZEN, Albums fused, does not sort albums correctly!

    ;Creative ZEN, Albums fused, does not sort albums correctly! http://nl.creative.com/products/prod...t=6999&listby=
    Creative ZEN, Albums fused, does not sort albums correctly!
    I attach my Creative Zen to my computer true USB,
    I manually copy Albums to my creative zen.
    If i view my (ZEN) folder in Windows XP, everything looks great and sorted!
    I safely remove my ZEN player from my computer,.
    The ZEN rebuilds his data.
    I go and view albums, and what do i see each time! over and over again!
    Albums fused together, albums scattered true each other, MOST albums got different names then in windows XP!
    I get really frustrated from this! how can i make this right!
    I want the ZEN to show the albums like in WINDOWS XP! how hard can this be!!!
    Thanks for the help in advance!
    Greetz!
    Support4u

    Hi,
    The Creative ZEN organizes songs according to the ID3tag of the music file, not by folders. If you want to arrange the music files in the order you want, please check and make sure that the music files are tagged properly. You may need a third-party tag editor to do this.

  • SQLite encrypted Database does not get attached Using Adobe Air,Why?

    Hi,
    Any one knows the solution, am trying to attach the encrypted SQLite database adobe air-adobe flex bulder , it does not get attached using sqlconnection.attach throws error, though the given key is correct, but it gets open using sqlconnection.open with the same key, any one knows the solution, how to attach the encrypted data base, since am using two data base one is opened and another must be attached to the existing ,thanks in advance. using adobe air- flex related. i use the following code
                   databaseFile1 = File.applicationStorageDirectory.resolvePath("Sample_1.sqlite");
                   databaseFile2 = File.applicationStorageDirectory.resolvePath("Sample_2.sqlite");
    dbConnection.open(databaseFile1, SQLMode.CREATE, false, 1024, secKey);
    dbConnection.attach("db2",databaseFile2,null,secKey);
    got the following error.
    ERROR #3125 Unable to open the database file.

    And I would say more "this is the issue" !
    It should be possible as it is clearly stated in the doc :
    public function attach(name:String, reference:Object = null, responder:Responder = null, encryptionKey:ByteArray = null):void
    with 
    encryptionKey:ByteArray (default = null) — The encryption key for the database file. If the attach() call creates a database, the database is encrypted and the specified key is used as the encryption key for the database. If the call attaches an existing encrypted database, the value must match the database's encryption key or an error occurs. If the database being attached is not encrypted, or to create an unencrypted database, the value must be null (the default).
    so with a same encryptionkey, I (and this should be the same for FinalTarget) can open the encrypted db but not to attach it... quite strange.

  • HP Officejet 6000 Wireless - Does not print black correctly.

    HP Officejet 6000 Wireless - Does not print black correctly.
    Previously the printer was printing fine.
    This evening I printed a diagram I made in MS PowerPoint. The diagram contained black and red text along with black, red, and blue lines. When I took the printed page from the printer, all the black items looked faded. Instead of black, they printed as a light, faded gray. The red and blue printed correctly.
    Another user of the printer printed some documents around the same time. These documents had nothing but black text. Every page this user printed showed up completely blank. The black was not even faded. There were no signs of anything being printed on the pages at all.
    It seemed strange that one print job would print faded black and the other printed nothing. Considering the possibility that the ink was low, a new black cartridge was placed into the printer. The exact same results occured. My diagram printed correctly except for the fact that the things that were supposed to be black were coming up as light gray. Once again, the documents printed by the other user came up completely blank.
    I ran a print test on the printer. It printed a Windows logo with the word "Windows" below. The logo printed correctly. The text showed up as a light, faded gray.
    A third user printed an Excel spreadsheet. The cell borders were printed as a light gray. Nothing else printed. Everything in the spreadsheet was supposed to be black.
    The third user also printed a recipe from MS Word. Most of the text showed up as a light, faded gray. Some text did not show up at all. I could not see any correlation between what showed up in faded gray and what did not show up.
    It seems to me that if something was wrong with the cartridges, it would either always be faded or not print at all. I can consistently get some things to print faded and other things to not print at all. Color always prints correctly.
    The print jobs were sent to the printer wirelessly from three different computers. Two computers run Windows 7 (x64). The third computer runs Windows XP SP2.
    As far as I can tell, nothing was changed or done differently between now and the last time something printed correctly.
    Might this be a driver issue? Since the printing consistently prints one way for certain files and another way for other files, I don't see it as being caused by hardware. If it's not a software issue, what could possibly cause the effects I described above?

    This article should help resolve your partial/blank pages:
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c01892627&cc=us&dlc=en&lc=en
    Give the steps listed under your operating system a try and let us know if it helps.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • The illustration does not have the correct number of operands...

    I work on a Macbook Pro 10.8.5. When I open a file in AI CC and place any number of images, save and close the file. When I reopen the file I get this message. 'Can't open the illustration. The illustration does not have the correct number of operands for an operator... etc.' The file scan still open after this but all the placed images disappear.
    I've tested placing different formats ie. JPGs, TIFs, PNGs, flattened PSDs etc. They all come up with the same error.
    I've searched in Google and I haven't found a solution yet. There was a suggestion to import the AI file in INDD, this doesn't help beause all copy converts to outlines and embeds the images.
    Can anyone help?

    Hi, just tried this and AI says 'Could not open the file'. Here's a couple of screen grabs to show you my file setup and the exact error message.

  • TS1702 The Calendar app that came on my i4S Phone does not sync the correct time for items posted on my Yahoo Calendar.  Actually, they post exactly 4 hours earlier than the correct time on my Yahoo Calendar.  Does anyone have a "fix" to correct the "time

    The Calendar app that came on my i4S Phone does not sync the correct time for items posted on my Yahoo Calendar. Actually, items post exactly 4 hours earlier than the correct time on my Yahoo Calendar.   My i4S is in the correct New York time zone.  Help?

    I posted this question a while ago and didn't receive any responses but there are a lot of people who have viewed it and 10 have said they have the same question so I thought I would update you that I added my nanny to my exchange server account (created an email for her) and I send all invites to that email address and they work.  So sending invites from an exchange server account to a non-exchange server account apparently is a bug so to solve it, get on an exchange server I guess.

  • Audigy 4 Pro - I/O Hub does not get any po

    Hello all,
    I purchased an Audigy 4 Pro a few days ago and I cannot get the external hub to power on.
    This somewhat sumarizes what I tried so far:
    . Uninstalled all drivers and software of my old Soundblaster Li've 5. Platinum
    2. Also removed all entries of the old soundcard from Device Manager
    3. Powered down the PC fully, took out the Li've 5. and powered it back on and logged on to my Windows XP (SP2).
    4. Just to be sure before installing the drivers for the Audigy 4 Pro I cleaned out the cookies, temporary internet files, all other Temp folders, the Prefetch folder and also ran a program to clean the registry.
    5. De-activated my Norton AntiVirus Corporate Edition's Real-time protection, it's services and also my ZoneAlarm Pro from starting up the next time I reboot Windows.
    6. Powered down the PC again, took the power cable out, made sure there was no power whatsoever left and carefull inserted the Audigy 4 Pro card in an empty PCI slot.
    7. Connected the larger AD_Link to the card, then to the hub
    8. Connected the smaller AD_Link to the card, then to the hub
    9. Finally connected the power convertor cable to a free systems power unit
    0. Double-checked the entire hardware setup a few times and power the PC back on
    . Windows XP detected and installed the OHCI Compliant IEEE 394 Host Controller and the 394 Net Adapter
    2. Canceled to proceed looking for a driver when it found the Audigy 4 Pro card
    3. Installed the drivers and applications that came with the Audigy 4 Pro. Everything went smooth - no error messages during the installation.
    4. Rebooted PC after prompting to do so.
    5. With ZoneAlarm and my Norton Antivirus de-activated, all drivers and programs installed properly the external I/O hub does NOT get any power. I also made sure to check this with the remote control.
    I have ofcourse no sound coming out that hub when plugging in my headphone and also cannot use my microphone.
    6. I ran the Diagnostics program that was installed automatically with the other Creative applications: It claims there aren't any problems.
    7. Powered down the PC again, checked all connectors, powered the PC up again: Same problem... no power.
    8. Installed the latest 4-in- drivers found on viaarena.com: Same problem
    9. Uninstalled and reinstalled the drivers and applications: Same problem
    20. Uninstalled and reinstalled the drivers and applications after taking out all other PCI cards and placing the Audigy 4 Pro card into an other PCI slot: Same problem
    2. Set my BIOS to factory defaults: Same problem
    22. Formatted the PC and reinstalled Windows XP (SP) with every update thinkable... Same problem
    23. Formatted the PC AGAIN ( ! ) and reinstalled Windows (SP2) with updates .... Same problem
    Another problem: Sent a detailed e-mail to Creative Support Europe.... Still NO respons after 48+ hours.
    Anyone else should have a solution I would appreciate trying out, or if all fails I'll go for a Terratec model.
    Thanks in advance!
    PC Stats: Asus A7V266 - VIA KT266 Chipset (VT8366 North Bridge with VT8233 South Bridge) / BIOS version: 0 / AMD Athlon .4GHz / 52Mb
    Message Edited by HilTek on 07-05-2005 :04 PM

    Amazing, I got mine about 3 days ago and have been pulling my hair out trying to resolve the same problem. I have checked power connections, reinstalled drivers. I think something is wrong with the box. I tried to call support yesterday, which was a Saturday, but they aren't available til Monday. I guess I will call them Monday. Let me know if you find anything out in the mean time.
    Thanks
    John
    AMD Athlon(tm) 64 FX-57 Processor
    A8N-SLI Premium
    NVIDIA GeForce 7800 GTX
    GB RAM
    WIN Pro x64

  • I have had my iMac for 55 days now and twice I had to power off/on and then It does not power up correctly.  I verified my disk and found errors that could not be repaired.  I erased the drive and restored system back to the previous day.

    I have had my iMac for 55 days now and twice I had to power off/on and then It does not power up correctly.  I verified my disk and found errors that could not be repaired (errors were associated with boot drive)  I erased the drive and restored system back to the previous day.  Has anyone else experienced this problem?

    Since it's a new machine, contact Apple's Support and let them deal with it. Allen's already recommended an Apple repair station visit. Do note that if you have AppleCare's protection plan and you're within 50 miles (80 KM) of an Apple repair station, you might be eligible for an onsite repair since yours is a desktop machine (depends on where you're located).  BTW, the AppleCare Protection Plan's the best warranty policy available for desktop machines. Get it if you don't have it before contacting Apple.
    27" i7 iMac (Mid 2011) refurb, OS X Mavericks (10.9.4), ML & SL, G4 450 MP w/Leopard, 9.2.2

Maybe you are looking for

  • Adobe Photoshop 8.0 Object Library for PSE 8 ?

    Hi I want to write a program to loop over all tags and copy the associated fotos to folders named with the tag-name. By this way I have a good structure to select the fotos on stick / DigiFrame. I'm a Unify TeamDeveloper developer, so it's no problem

  • I can't download apps to my I pad mini

    Ok so I tried to download a Free app but it told me to sign in. That mention that I had to put a card in and when I do it says it's declined and so I can't get any apps and I just got the update. It wasn't doing this before it.

  • When i try to open itunes it says 'Error - New iTunes Library"

    when i try to open itunes it says 'Error - New iTunes Library" and iTunes doesn't open. I need iTunes to work why is it not working??

  • How to add report name to MSS reports in NWBC

    I am using the standard report Launchpad in HRMSS_REPORTING_LAUNCHPAD in role SAP_MANAGER_MSS_SR_NWBC_3 role to allow managers run certain reports. When I open Reports launch pad, all the reports appear with the description of the report such as Pers

  • Code to get past months

    Hi, The foll. is the code from the sdn posting for calculating past 12 months from a given date. data: olddate like sy-datum, newdate like sy-datum. clear: olddate, newdate. now pass given year/period to olddate, then use below function module. CALL