Can not execute 'asset year change' successfully.

Hi all,
I started run asset accounting sub-module of ECC 6.0 in 2007. After I posted depreciation on all of periods of fiscal year 2008. I change asset fiscal year to 2009 by 3 steps: First, I checked all of periods from fiscal year 2007 to fiscal year 2008 to ensure them were posted. Second, I executed "Year-end Closing" fiscal year 2007 and 2009. Third, I run "Fiscal Year Change" program to change fiscal year into 2009. But, the system responsed as below:
"Target fiscal year specifications 2009 wrong for company code MH01
Message no. AA709
Diagnosis
You have requested a fiscal year change for the year 2009.
In company code MH01, this is not the fiscal year which directly follows the current, or just completed, fiscal year.
System Response
Company code MH01 will not be processed.
Procedure
Correct your entry."
I'm very confuse. Please help me.

Hi,
check t.code:ob52  and make sure that periods in 2009 has been open?
all the best
Prasad

Similar Messages

  • Compiling COBOLs in PSOVM - psrun.mak error - "cob64: can not execute Id".

    Hi All,
    After installing PeopleSoft OVM in our server, I need to recompile the COBOL. I believe this is not included in the OVM. These are the steps I did.
    1. Installed Microfocus Server Express 5.0 WrapPack 4
    2. Follow the steps in Compiling Cobol in Unix mentioned is the PeopleTools_8.50_Installation_Oracle guide.
    I was able to successfully compille the COBOL files by running ./pscbl.mak. The next step is Linking COBOL Components on UNIX by running ./psrun.mak and here I got the error:
    +./psrun.mak - linking PSRUN for oel-5-x86_64, Version 2.6.18-92.0.0.0.1.el5xen ...+
    +./psrun.mak - Error(s) encountered creating PSRUN!+
    +./psrun.mak - See /opt/oracle/psft/appbatch/tools/setup/psrun.err for messages+
    +[root@pshcm91ab setup]# more /opt/oracle/psft/appbatch/tools/setup/psrun.err+
    cob64: can not execute ld
    +[root@pshcm91ab setup]#+
    I followed all the steps in setting environment variable mention in the "Compiling Cobols in Unix" in PeopleTools_8.50_Installation_Oracle.
    Is there any specific documentation of compiling COBOLs in PeopleSoft OVM?
    Can anyone help me with this?
    Thanks in advance.
    -Chris
    Edited by: user9977167 on 4/02/2010 15:52
    Edited by: user9977167 on 5/02/2010 06:18

    Hi,
    Ok, I reproduce your case :
    [psadm1@psovmab setup]$ ./psrun.mak
    ./psrun.mak - linking PSRUN for oel-5-x86_64, Version 2.6.18-92.0.0.0.1.el5xen ...
    ./psrun.mak - Error(s) encountered creating PSRUN!
    ./psrun.mak - See /opt/oracle/psft/appbatch/tools/setup/psrun.err for messages
    [psadm1@psovmab setup]$ more /opt/oracle/psft/appbatch/tools/setup/psrun.err
    cob64: can not execute ld
    [psadm1@psovmab setup]$It looks like a lot of rpm packages required by ld are missing on Peoplesoft OVM App/Batch server compared to the Peoplesoft OVM database server for instance.
    I added a lot of packages because of the dependendcies as below :
    From OEL5.2 Disk 1
    ==================
    -rw-r--r-- 1 root root  899210 Feb  7 10:10 kernel-headers-2.6.18-92.el5.x86_64.rpm
    -rw-r--r-- 1 root root  3073639 Feb  7 10:25 binutils-2.17.50.0.6-6.el5.x86_64.rpm
    -rw-r--r-- 1 root root  3114462 Feb  7 10:29 cpp-4.1.2-42.el5.x86_64.rpm
    [root@psovmab rpm]# rpm -Uvh kernel-headers-2.6.18-92.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:kernel-headers         ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh binutils-2.17.50.0.6-6.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:binutils               ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh cpp-4.1.2-42.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:cpp                    ########################################### [100%]
    [root@psovmab rpm]#
    From OEL5.2 Disk 2
    ==================
    -rw-r--r-- 1 root root  614718 Feb  7 10:05 glibc-headers-2.5-24.x86_64.rpm
    -rw-r--r-- 1 root root 2535024 Feb  7 10:05 glibc-devel-2.5-24.x86_64.rpm
    -rw-r--r-- 1 root root 2105297 Feb  7 10:05 glibc-devel-2.5-24.i386.rpm
    -rw-r--r-- 1 root root 5544086 Feb  7 10:20 gcc-4.1.2-42.el5.x86_64.rpm
    -rw-r--r-- 1 root root 3987493 Feb  7 10:20 gcc-c++-4.1.2-42.el5.x86_64.rpm
    -rw-r--r-- 1 root root    83518 Feb  7 10:31 libgomp-4.1.2-42.el5.i386.rpm
    -rw-r--r-- 1 root root    84654 Feb  7 10:41 libgomp-4.1.2-42.el5.x86_64.rpm
    -rw-r--r-- 1 root root  2980440 Feb  7 10:43 libstdc++-devel-4.1.2-42.el5.x86_64.rpm
    -rw-r--r-- 1 root root    20483 Feb  7 11:46 elfutils-libelf-devel-0.125-3.el5.x86_64.rpm
    -rw-r--r-- 1 root root    58852 Feb  7 11:46 elfutils-libelf-devel-static-0.125-3.el5.x86_64.rpm
    -rw-r--r-- 1 root root   102193 Feb  7 11:49 elfutils-libs-0.125-3.el5.x86_64.rpm
    [root@psovmab rpm]# rpm -Uvh glibc-headers-2.5-24.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:glibc-headers          ########################################### [100%]
    [root@psovmab rpm]#
    [root@psovmab rpm]# rpm -Uvh glibc-devel-2.5-24.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:glibc-devel            ########################################### [100%]
    [root@psovmab rpm]#
    [root@psovmab rpm]# rpm -Uvh glibc-devel-2.5-24.i386.rpm
    Preparing...                ########################################### [100%]
       1:glibc-devel            ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh libgomp-4.1.2-42.el5.i386.rpm
    Preparing...                ########################################### [100%]
       1:libgomp                ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh libgomp-4.1.2-42.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:libgomp                ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh gcc-4.1.2-42.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:gcc                    ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh  libstdc++-devel-4.1.2-42.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:libstdc++-devel        ########################################### [100%]
    [root@psovmab rpm]#
    [root@psovmab rpm]# rpm -Uvh gcc-c++-4.1.2-42.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:gcc-c++                ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh elfutils-libs-0.125-3.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:elfutils-libs          ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh elfutils-libelf-devel-0.125-3.el5.x86_64.rpm elfutils-libelf-devel-static-0.125-3.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:elfutils-libelf-devel-s########################################### [ 50%]
       2:elfutils-libelf-devel  ########################################### [100%]
    [root@psovmab rpm]#
    From OEL5.2 Disk 3
    ==================
    -rw-r--r-- 1 root root  4588773 Feb  7 10:22 compat-gcc-34-3.4.6-4.x86_64.rpm
    -rw-r--r-- 1 root root 13542100 Feb  7 10:23 compat-gcc-34-c++-3.4.6-4.x86_64.rpm
    -rw-r--r-- 1 root root   232846 Feb  7 12:21 compat-libstdc++-33-3.2.3-61.x86_64.rpm
    [root@psovmab rpm]# rpm -Uvh compat-gcc-34-3.4.6-4.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:compat-gcc-34          ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh compat-gcc-34-c++-3.4.6-4.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:compat-gcc-34-c++      ########################################### [100%]
    [root@psovmab rpm]#The initial error is gone, but got a new one when linking :
    [psadm1@psovmab setup]$ ./psrun.mak
    ./psrun.mak - linking PSRUN for oel-5-x86_64, Version 2.6.18-92.0.0.0.1.el5xen ...
    ./psrun.mak - Error(s) encountered creating PSRUN!
    ./psrun.mak - See /opt/oracle/psft/appbatch/tools/setup/psrun.err for messages
    [psadm1@psovmab setup]$ more /opt/oracle/psft/appbatch/tools/setup/psrun.err
    ld: cannot find -lgcc
    [psadm1@psovmab setup]$I looked around for this error, found a Metalink note, but the suggestion does not apply here, the path directory metioned in $COBDIR/etc/cobopt already exists :
    [psadm1@psovmab setup]$ more $COBDIR/etc/cobopt
    -C nolist
    set GCC_LIB=/usr/lib/gcc/x86_64-redhat-linux/3.4.6
    [psadm1@psovmab setup]$ ls /usr/lib/gcc/x86_64-redhat-linux/3.4.6
    32          crtbeginS.o  crtend.o   include   libgcc_eh.a  libgcc_s_32.so  libstdc++.a   libstdc++_nonshared.a  libsupc++.a
    crtbegin.o  crtbeginT.o  crtendS.o  libgcc.a  libgcc_s.so  libgcov.a       libstdc++.so  libstdc++_shared.so    specs
    [psadm1@psovmab setup]$So far, no luck, I'll still try, but you may have more luck to install a separate server with all the packages install from the scratch and run a process scheduler from there.
    Nicolas.

  • The "always allow" button is grayed out in settings regarding cookies, and I can not find where to change the setting.  (Restrictions are not on.)

    The "always allow" button is grayed out in settings regarding cookies, and I can not find where to change the setting.  (Restrictions are not on.)  Do you know where I go to change the setting to allow me to "always allow" cookies?

    Hi lisaarnett111,
    If you are having issues turning on Always Allow for cookies in Safari on your iPad, you may want to check to make sure that you don't have Private Browsing enabled, as noted in the following article:
    Turn Private Browsing on or off on your iPhone, iPad, or iPod touch - Apple Support
    Regards,
    - Brenden

  • Hello. My trial version of  PSP has expired where I can find the serial number to enter if the suscribption form? I'm stuck ans can not purchase the yearly bundle for cloud creative

    Hello
    I have used the trial version of Dreamweaver and Photoshop; Both have then expired. When I try to purchase an yearly suscribption, during the process, there is step 3 which ask le to enter the serial number, but I do not have access to these number anymore. What should I do?
    Thnaks

    Hello
    Your answer is not fixing the pb I’m facing; Attached a screen shot of the issue I face.. Can you help urgently please? thanks
    Le 17 avr. 2015 à 18:57, jomarielawrence <[email protected]> a écrit :
    Hello. My trial version of  PSP has expired where I can find the serial number to enter if the suscribption form? I'm stuck ans can not purchase the yearly bundle for cloud creative
    jomarielawrence <https://forums.adobe.com/people/jomarielawrence?et=watches.email.outcome> marked Sumit Singh <https://forums.adobe.com/people/Sumit+Singh?et=watches.email.outcome>'s reply on Hello. My trial version of  PSP has expired where I can find the serial number to enter if the suscribption form? I'm stuck ans can not purchase the yearly bundle for cloud creative <https://forums.adobe.com/thread/1819540?et=watches.email.outcome> as helpful. View the full reply <https://forums.adobe.com/message/7447312?et=watches.email.outcome#7447312>
    Marked as helpful:
    Hi Jean,
    Please refer the solutions given in the following help article.
    https://helpx.adobe.com/creative-cloud/kb/ccm-prompt-serial-number.html <https://helpx.adobe.com/creative-cloud/kb/ccm-prompt-serial-number.html>
    Hope this helps.
    Regards,
    Sumit Singh
    Following Hello. My trial version of  PSP has expired where I can find the serial number to enter if the suscribption form? I'm stuck ans can not purchase the yearly bundle for cloud creative <https://forums.adobe.com/thread/1819540?et=watches.email.outcome> in these streams: Inbox

  • Error: can not execute binary files SAP on Linux

    Dear Gurus.
    I have installed SAP test drive netweaver 2004 on my Linux. when ever i am trying to get the hardware key by the command Saplicense - get, I am getting the error message that " can not execute binary file."
    pls do let me know how to get rid of this.
    Abhishek

    > I have installed SAP test drive netweaver 2004 on my Linux. when ever i am trying to get the hardware key by the command Saplicense - get, I am getting the error message that " can not execute binary file."
    Please post the output of the commands (as use <sid>adm):
    file `which saplicense`
    uname -a
    Markus

  • Operating System Window XP Professional. I can not open Firefox. I have reset it and it worked for a few days. Now I can not execute it. Appreciate help.

    Can not execute Firefox. So I updated it and reinstalled it. Then I reset it. For a couple days it worked fine. Now I am back to square one. Can not open firefox again.

    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox and any leftover program files and then reinstall Firefox. Please follow these steps one by one:
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu) and confirm all upcoming messages.
    #Now, uninstall Firefox by following the steps mentioned in the [[Uninstall Firefox from your computer#w_uninstall-firefox|Uninstall Firefox]] article.
    '''IMPORTANT:''' On Windows, the uninstaller has the option to remove your personal data and settings. Make sure that you do '''not''' check this option; otherwise all of your bookmarks, passwords, extensions, user customizations and other Firefox [[Profiles|user profile data]] will be removed from your computer.
    After uninstalling Firefox on Windows, delete the "Mozilla Firefox" program folder, located by default in one of these locations:
    * '''(On 32-bit Windows)''' ''C:\Program Files\Mozilla Firefox''
    * '''(On 64-bit Windows)''' ''C:\Program Files (x86)\Mozilla Firefox''
    #Go to the Windows Start menu and click on "Computer".
    #In the Explorer window that opens, double click Local Disk (C:) to open the C:\ drive.
    #Find the "Program Files (x86)" folder or "Program Files" folder.
    #* On 32-bit Windows, double-click the '''Program Files''' folder to open it.
    #* On 64-bit Windows, you will see a "Program Files (x86)" folder AND a "Program Files" folder. Open the '''Program Files (x86)''' folder.
    #Look for a '''Mozilla Firefox''' folder. If you find one, right-click it and select ''Delete'' and confirm that you want to move the folder to the Recycle Bin.
    Now, go ahead and reinstall Firefox:
    #Double-click the downloaded installation file and go through the steps of the installation wizard.
    #Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!

  • I had to change my email acct and do not have access to the original one my icloud, iTunes,etc have. I changed it and signed out and was able to successfully change to the new email on iTunes and Apple ID. However, I can not get icloud to change over and.

    I can not get icloud to let me change the email to my new acct???

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, and if your old ID is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Contribute 6.5 can not ftp after years of no issues with CS4 and CS5

    The problem
    Contribute 6.5 can not connect via ftp using settings that formerly worked (and still do) in CS4 and CS5.
    How we ended up here
    I am the administrator website where
    Our content editors have been using Contribute CS 4 and Contribute CS 5 without issue, 6+ years.
    We are trying to upgrade to CS 6.5 to better support HTML5 markup now used within the site.
    When attempting to configure a website connection in 6.5, Contribute alerts:
    "Contribute cannot find the website files on the server. Please contact the website's administrator for assistance."
    After closing the dialog box the failed connection is removed from contributes website connection list.
    We have a shared hosting account and utilize ftp to publish changes.
    Server is Win2008 with IIS 7.5
    Again it's shared hosting, so read/write ftp are scoped to our account's directory.
    We attempted this on serveral pcs including on a PC with a fresh install of Windows 7.
    We can still connect successfully via ftp with CS4, CS5, dreamweaver, and Filezilla.
    Which is why I believe this to be a Contribute 6.5 issue.
    I've attempted the following troubleshooting articles:
    Use network I/O logging to log operations, identify problems
    I compared the I/O logging for both CS5 and CS 6.5 which both appear to log the same diagnostic steps.
    Contribute FTP Server Checker (quite dated)
    All successes reported. No failures.
    Troubleshooting a Connection CS4 (linked from with CS 6.5's help UI)
    As indicated above, alternate FTP clients have no issue.
    This appears to be similar issue to the following posts:
    5301620 - HELP - FTP Connection Error with Contribute 6.5
    5907180 - Contribute 6.5 can no longer connect to sites ...
    Unfortunately, there has been no solutions posted on either of these threads.
    Any help would be greatly appreciated.
    I can PM the network I/O log details if there is adobe staff who can get them in the right hands.
    (Again the logs only show successes.)

    @Zaldomoh
    Have you found a solution or been given assistance from Adobe to resolve this issue? I'm having the same problem (CS 6.5 ftp'ing to a shared hosting enviroment). Details of our situation can be found on thread 1384686

  • Remote procedure call failed and did not execute response after changing contents

    Hey Hey!
    I have reviewed the other posts related to this issue but have not found a solution.
    I have done myself quite a mischief and hope someone here can help me out!
    I'm running an old ACER laptop with Windows 7. This PC belonged to an old colleague and therefore all of the folders and user names were still under his name, so I decided to try to change them all to my name. The main issue was the USER folder which had
    the locked symbol next to it but it wasn't locked at all. I googled how to delete this folder and one bright spark suggested I create a new folder with my name, copy all of the folders from the other 'locked' user's folder into my folder, and then delete the
    old user's folder. 
    That was fine. All seemed well. When I tried to delete the old folder the computer sat around thinking saying it was 'moving' but not doing anything. So, I cancelled the operation in the Task Manager. When I attempted to open any folder from the start menu
    or desktop or task bar I was presented with a bunch of numbers and letters and the message "REMOTE PROCEDURE CALL FAILED AND DID NOT EXECUTE."
    I quickly googled the message realising I'd made a major error and the first response was to type in services.msc or something to that effect, so I typed that into the Start Menu search bar and hit enter and nothing came up. So, I tried again, but now I
    couldn't type anything into the search bar, I could not even select any programs from the Start Menu. 
    So, I can't access the Start Menu, search bar, or any of the folders unless I open uTorrent, select open containing folder, and from there I can access what I need.
    I'm too afraid to reboot the PC. I can't locate my copy of Windows 7 anywhere. I'm freaking out!!
    Before I pour my lowly student wage into getting a professional to fix it, could someone please offer some suggestions??
    Greatly appreciated in advance. 
    Paris, Texas. 

    Hi,
    Based on your description, for this question is more related to NetQueryDisplayInformation() API, in order to get better help, we may ask for suggestions in the following MSDN forum.
    MSDN Forum
    https://social.msdn.microsoft.com/Forums/en-US/home
    Besides, we can try to use a script to get all domain users. Regarding this point, the following script can be referred to as reference.
    How to list all active directory users in a particular domain using PowerShell
    https://gallery.technet.microsoft.com/office/How-to-list-all-active-0d9be7ce
    In addition, for scripts, we can also ask for help in the following forum.
    The Official Scripting Guys Forum
    https://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    Best regards
    Frank Shen 

  • Business Activities - not visible on year change

    Hi Gurus,
    I am facing a weird problem, in SAP CRM 2007 - we created business activities in the year 2009, which were visible in IC - Web Client till Dec 31st 2009. As year changed to 2010, all business activities are now not visible in IC - Web Client. How can I display back these business activities in IC - Web Client??
    Cheers,
    Peter J.

    Hi Chandra,
    i try with logoff and relogin, but the issue remain.
    Thank's .
    Andrea

  • When adjusting the date of a photo I can not enter the year

    When in I photo , and I need to adjust the date of the photo that I have scanned in, I go to that drop down menu and try to enter the year but can not do so.

    I go to that drop down menu
    Which menu would that be?  Have you tried the Photos ➙ Batch Change ➙ Date menu option?  That menu option should add the Image Capture date to the EXIF data for the photo.
    OT

  • I can not map field after changing data source location

    Hi
    I have a small problem that I got a report file and database from my customer, after that I setup database, open the file and change data source to my setting. but some filed can not map. The field mapping widonw does not display all field in the table. Of course I have checked the missing fields are existing in the table.
    OS:Windows7
    DB:Oracle11
    CR:XI Release 2
    Does anyone have an idea?

    hi,
    In Map Fields window, there is an option "Match Type".
    Please Unchek that option, so that you will be able to see all the fields from that table.
    Also, while mapping please verify the datatypes of source and target fields.
    Regards,
    Vamsee

  • Lock a stamp so it can not be moved or changed

    I found a way to do this one in Acrobat 7 pro and now can not remember how it is done.
    It ends up that you click on the stamp and the black box appears but you can neither move nor change the contents.
    Any ideas on this?
    Thought it was in

    There's probably another way (I think through the PDF optimizer), but certainly through the JavaConsole you can run the following (paste it and press the Enter next to the keypad):
    this.flattenPages();
    The stamp properties can be accessed by right-clicking on the stamp and selecting Properties.

  • Why I can not find the backgound change button in the iBooks created by the iBooks author?

    Every iBooks download in the iBooks store all have this option, why I can not find it in the iBooks created by myself? Is it the benefit for the iBooks store stuffs only?
    Thanks for the help in advance!

    Those options are only available for books _not_ made using iBooks Author.
    iBooks Author outputs a hybrid e-pub of Apple's design that only works on iPad.
    Your example above is from a book using a standard e-pub format that works on both iPhone and iPad.
    And example of an OS X application that outputs a standard e-pub file is Pages.

  • How can i download something and then open it to use? I can not figure out how to successfully download the new iTunes.

    I can not figure out how to download the new version of itunes and open it on my mac. Might be a simple solution i just cant get it to work.
    Thanks for your help!    
              Amber Rose

    Did it not show up in yoour Software Update (in System Preferences)?
    You can directly download 10.5.2 from Apple from here.  And if that doesn't work (it didn't when I just tried it -- something wrong with the apple itunes site I assume) download it through macupdate from here.

Maybe you are looking for

  • SAP NetWeaver 7.02 ABAP Trial Version - Any plan?

    As [SAP Enhancement Package 2 for SAP NetWeaver 7.0|SAP Enhancement Package 2 for SAP NetWeaver 7.0] is available, I wonder if there will be a 7.02 version of NSP? Is there any plan? Thanks, Peter

  • "Layers" on webpages not working for me

    I am not very well versed in webpage lingo, but I will try to explain the problem I am having. I have noticed that recently with Safari, the certain "layers" of a webpage will fall behind other "layers." For instance, I might go to a drop-down menu o

  • Acr 6.2 slow zoom

    Hi i run photoshop cs5 and acr 6.2 under w7 32bit i found that the zoom tool is slow and sluggish is a issue of my system ? i mean i have to wait one second or more to zoom thanks

  • Itunes says syncing but no new music transfers to iphone

    When i try to sync my iPhone 3gs to my laptop, it briefly says syncing but no music I have added to my library actually transfers to my phone.

  • Installing Adobe Bridge

    I'm looking for some help and advice. I have just bought an Acer Aspire One Windows XP Netbook and would like to install Adobe Bridge onto it so that I can view and organise my RAW images after downloading from the camera whilst away on holiday. I do