Not able to open a .pcz file in Windows XP

i have a .pcz file which i want to open in my win xp system.
hope somebody cud help me out in this issue.

Templeton has done you a service and provided you information about what kind of file you have. I'll add to that and point you to this page on www.versiontracker.com. The software here may or may not convert your file but you'll need to determine that yourself.
Both of us used simple search tools on the Internet to help you. While folks here are glad to answer questions, online forums are best used after you've tried to answer the questions for yourself. If you've already tried to answer your own question, please indicate what steps you've taken. This will help others better determine the complexity of your question and help them avoid repeating your efforts.
Hope this helps! bill
1 GHz Powerbook G4   Mac OS X (10.4.5)  

Similar Messages

  • I am not able to open a PDF file that I just created. I get an access denied message instead.

    I am not able to open a PDF file that I just created. I get an access denied message instead.

    Thanks for asking.
    I was combining different types of files into a single PDF. Some of them were excel spreadsheets and I had set the print areas in each file. When I cleared the print area the problem stopped. So I am assuming that had something to do with it. Though I am not sure.
    The strange thing was that I was able to open the excel source documents after creating the faulty PDF but some of the MS word source documents also had "access denied" status. I still cannot figure that part out.

  • Magic Mouse not not able to open folders or files

    Magic Mouse not able to open folders or files on desk top. I can drag folders around but not able to open either with a double or single click of the mouse.
    Tried an older BT mouse with same effect.
    Command O works fine.

    Hey there kwilli2,
    It sounds like your mouse left click is not functioning correctly. I have a couple of things to recommend and see what might be happening. First check in the Universal Access preferences pane to see if either, the double click speed is set to high.
    From the Apple () menu, choose System Preferences.
    From the View menu, choose Universal Access.
    Click the Mouse & Trackpad tab.
    For Magic Mouse, click Mouse Options to show these slider controls:
    Adjust the sliders to your preference for double-click and scrolling speeds.
    From: Magic Trackpad and Magic Mouse: How to adjust double-click and scrolling speed in Lion
              http://support.apple.com/kb/ht4930
    If lowering the double click speed does not resolve the issue, I would next try these troubleshooting steps in this article named:
    Troubleshooting wireless mouse and keyboard issues
    http://support.apple.com/kb/ts3048
    Mouse buttons do not work as expected.
    The Mouse preference pane allows users to customize the mouse features to meet their needs.
    Choose System Preferences from the Apple () menu, then choose Mouse from the View menu. Set the Tracking slider to adjust how fast the pointer moves as you move the mouse.
    Try using a different surface to see if the tracking improves.
    Turn the mouse over and inspect the sensor window. Use compressed air to gently clean the sensor window if dust or debris is present.
    If multiple Bluetooth wireless devices are in use nearby, try turning them off one at a time to see if the issue improves. Bandwidth intensive devices could affect tracking.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • Not able to open a PDF file in Creative Cloud Illustrator. It shows missing links and so forth

    I'm working on CS5 and saving my AI files as PDF. This is all for print, I have created the outlines, and flattened transparency between an image I had placed in on the PDF. My CreativeCLoud AI is not able to open the PDF. It shows that it is missing links. How do I fix this?

    Provide the files linked to.

  • Not able to open a downloaded file - paint??

    I cannot open a file downloaded in Adobe.  This is the error message:  "Paint cannot read this file.  This is not a valid bitmap file, or its format is not currently supported."  I get the same message when I try to open saved adobe files or files that have just been downloaded.  I think the downloading is ok as I get the message that the file has downloaded.  But, I am not able to open it.  Paint is elicited instead.  I am using a windows operating system and firefox for a browser.  Does anyone have some hints to pass on?  I don't know where to begin.

    What do you mean by "Adobe files"?
    What is your operating system?

  • Not able to open flash supported file

    Hello Friends,
    i have been just bought new pc & just transfer my backup files to my new apple pc & just need to konw...
    i just my transfer company's data from my pc to apple pc but i am not able to open any flesh plyer...
    i just want to use few links & because my site is web design company i have to see so many things reagrading flash & just want to work on with great resoulution which i can only get it from apple.com.
    can any one guide me about new flash player for the power mac.....
    if this can be happend by manually so just let me know the steps which can be done manually.
    Thanks in advance for support
    Kristen Stewart.

    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS. Note that version 10,1,102,64 is the last version available to PPC Mac users*. The latest version, 10.3 or later, is for Intel Macs only, as Adobe no longer support the PPC platform. Version 11.0.1.152 is for Lion.
    * Unhelpfully, if you want the last version for PPC Macs, you need to go here:  http://kb2.adobe.com/cps/142/tn_14266.html  and scroll down to 'Archived Versions/Older Archives'. Flash Player 10.1.102.64 is the one you download. More information here:  http://kb2.adobe.com/cps/838/cpsid_83808.html
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/909/cpsid_90906.html
    and also that you follow the instructions closely, such as closing ALL applications first before installing. You must also carry out a permission repair after installing anything from Adobe.
    (If you are running a PPC Mac with Flash Player 10.1.102.64 and are having problems with watching videos on FaceBook or other sites, contributor Texas Mac Man suggests the following solution which fools the site into thinking that you are running the latest version:)
    Download this http://www.steelbin.com/FPforFBPPC.zip to your desktop, unzip it, and replace the current Flash Player plug-in which is in your main/Library/Internet Plug-Ins folder, (not the user Library). Save the old one just in case this one doesn't work.

  • I have installed the latest Reader version and I am not able to open a PDF file, why not?

    Please advise why I cannot open a pdf file?
    Al

    Any number of possibilities.
    What happens when you try? Or don't you know how?

  • Crystal report not able to export in EXCEL file in windows 7

    Hi Expert,
    I have an Form, in which there is a button print.  when I press Print button Crystal report open with data. upto here is fine with any operating system (OS).
    When I press Export report in XP it working fine, ShowDialog is show on screen where I have to save this file. but When I run as application on windows 7 I got  below as error
    Current thread must be set to single thread apartment (STA) mode before OLE calls can be made .......
    rptDoc.PrintOptions.PaperSize = CType(rawKind, CrystalDecisions.Shared.PaperSize)
                rptView.ReportSource = rptDoc
                rptView.Show()
                Dim oFrm As New System.Windows.Forms.Form
                rptView.DisplayGroupTree = False
                rptView.Dock = System.Windows.Forms.DockStyle.Fill
                rptView.Location = New System.Drawing.Point(0, 0)
                oFrm.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
                oFrm.Controls.Add(rptView)
                oFrm.Name = "Report Viewer"
                oFrm.Text = "Report Viewer"
                oFrm.ResumeLayout(False)
                oFrm.WindowState = System.Windows.Forms.FormWindowState.Maximized
                oFrm.TopMost = True
                oFrm.ShowDialog()
            Catch ex As Exception
                objMain.objApplication.MessageBox(ex.Message)
    Can you please tell me why is I am not able to export report on windows 7 thru Crystal report
    Thanks
    Kevin

    Hi Kevin,
    You may check: Error in Export to PDF for crystal reports
    Thanks,
    Gordon

  • Not able to run the mxml file (Browser window is not launching)

    Hello All,
    I have flex 2.0 version installed on my window xp desktop. I have created one very simple form using TextInput and Label (Like:Video 04: Using Pre Built Flex Controls) but when I am clicking on the "Run" button at top near Print icon nothing is happening and I am not able to see form in browser window( window is not launching).
    I have attached the flex project screen shot. (ProjectScreen.gif)
    Do anyone have any idea why it is happening.
    I would appreciate your help.
    Thanks & Regards,
    Chetan Tyagi

    Got It !!
    I have re-installed the flex builder 2 again and now its working file.

  • Adobe reader not able to open links to files on FTP sites (10.1.3)

    Hi,
    After the recent Reader upgrade to 10.1.3, we are no longer to use the existing documentation that has hyperlinks to our company FTP site.
    The document is published using Adobe Acrobat 9.5.1, and the staff open the document using Reader 10.1.3.
    In reader when they click on the hyperlinks to the FTP files, the following error is shown:
    'Could not open the file: 'ftp://******(doc name)****.zip'
    In Adobe Acrobat Pro Extended - when you click on the hyperlinks you get this error;
    'This file is set to be launched by this PDF file. This is currently disallowed by your system administrator'
    Can someone please let me know how to fix this?
    Thanks!

    Hi Pat,
    Thanks for the reply.
    I'm confused at why this worked in March 2012, but not now (May 2012).
    Previously having a hyperlink in a document to download a ZIP file from a FTP site worked.
    I did take a look at forum you listed, but I couldn't work out how the document could help me to fix this situation.
    http://learn.adobe.com/wiki/download/attachments/64389123/AcrobatApplicationSecurity.pdf?v ersion=1&modificationDate=1334708197000
    Have you been able to get a hyperlink to work to download a file from a FTP site?
    Thanks!

  • I upgraded my Mac OSX by downloading Maverick.  I am not able to open backed up files that have .cwk format.  Is there a solution?

    Mac OS X, Version 10.9.5.  4GB 1067MHz DDR3  I recently upgraded to Maverick.  Now I am unable to open Genealogy files with .cwk format.  I spent an hour at an Apple Store Genius Bar with no solution. 

    Hello,
    knowing the type of the files that you want to convert is interesting :
    - if there are text/spreadsheet/presentation files, iWork'09 may be able to convert them,
    - if there are graphic vector files, there exists some commercial solutions : EazyDraw Retro ( http://www.eazydraw.com/appleWorks.htm ), Intaglio which can give good or less good results
    Concerning LibreOffice, normally, the LibreOffice 4.3 tries to convert all AppleWorks/ClarisWorks documents ( excepted the presentation files ), the result can be good or not ( this depends on the complexity of the original documents, ...) :-~
    Notes:
    - you can find more informations about migrating AppleWorks files in http://www.wilmut.webspace.virginmedia.com/notes/aw/page1.html
    - if your documents do not contain ant confidential data, seeing some of them may interest me to see what happens with the LibreOffice's filter : check if some parts of the documents are not parsed, ...

  • I am not able to open the.json file when I try to save my bookmarks.

    I tired to back up my files but it does not open in any program.
    In addition, I downloaded the AOL toolbar and spent an hour putting my information I wanted on the toolbar and then the tool bar disappeared.

    JSON files aren't meant to be opened directly. When you back up your bookmarks, the JSON file that is created can be used to restore that backup or to move your bookmarks to another computer. You do that by opening the Library window ("Show all bookmarks"), clicking on "Import and Backup -> '''Restore'''" option and choosing that backup file. See this article for details:
    *[[Restore bookmarks from backup or move them to another computer]]

  • Why is Firefox 5.0.1 on my mac with v10.7 not able to open an .m4v file that four other browsers can?

    I have a file at url: http://dl.dropbox.com/u/16813292/boating_projects/pilot_house/Tabernacle_Test.m4v that I can open with Safari, Google Chrome, Opera, and Camino but not with Firefox 5.0.1. Firefox gives me a dialog suggesting I need QuickTime for Leopard. I have the same results with any .m4v file on my hard drive or on the internet. I have a desktop mac running OSX v10.7

    That file is send as <b>video/mp4</b> by the server.
    Do you see that content type listed on the about:plugins page or in Firefox > Preferences > Applications?
    You can open about: pages via the location bar like you open a website.

  • Am running itunes 11.0.4 and not able to open either wav file or mp3 ?

    Ok, so as someone who has been using Macs for a very long time and making music and the rest, I have suddenly found that I can't open a file for a backing track that has been sent to me using .wav format and now .mp3 - the files wont open in itunes (or show up in itunes) after I have tried adding to library and have even tried adding to my drop box and listening but NOTHING! Have checked settings and preferences and have mp3 decoder in drop down menu and have also turned off 'itunes match' incase that caused a conflict of some sort.
    Am totally bemused.
    Any advice from anyone?

    user13162661 wrote:
    Thanks Pavan for yoour response, but how can i find, which is good copy of the controlfile?
    Now i have 3 controlfiles in spfile or in pfile, Can i directly remove the 1 and 2 controlfiles from pfile and put the 3rd there itself and start the db.
    startup pfile='file_path';
    Is there any thing i am missing?
    Please helpout.
    control file '/u02/oradata/beacondp/control02.ctl' version 390158 inconsistent with file '/u01/oradata/beacondp/control01.ctl' version 390097I suspect that control02.ctl is the good one since it has the higher SCN

  • Not able to open existing cp file

    I am using the Adobe captivate trial version. I tried
    recording a presentation and it came to something between 30-40MB.
    I tried previewing it in browser after saving the cp and it
    worked fine. Then i tried opening it up in the application again
    and it gave me a prompt message saying that the file already exists
    and whether I want to overwrite, save or cancel the operation. I
    tried doing all three on the copy of the file and it didn't further
    do anything. I tried creating a new file and importing the original
    file but it did the same thing again. Before I closed the
    application first time it encoded the file and created a
    presentation in swf and mp3 file. Do anybody know is there anywhere
    we can trace the intermediate file incase I can't recover the
    original file?
    Thanks and regards,
    Venkat

    Hello Venkat and welcome to our community
    Please don't ask the same question repeatedly in different
    forum categories. Instead, take a peek at the Forum Posting
    Guidelines, which you can read by
    clicking
    here. Cross posting like this just causes headaches for
    everyone. Those that are likely to help are already keeping an eye
    on all categories.
    The original thread can be found by
    clicking
    here
    Cheers... Rick

Maybe you are looking for

  • How do I transfer files from one account to another?

    I did a PC to Mac migration and that was transferred successfully. Now, though, I want to transfer the files brought over from my PC (that are now on another account on my Mac) to my main account. I searched for a solution and found that I should be

  • Report Layout issue

    Dear Sapgurus, while taking the report for GL using T code fbl3n , format by default is coming as custom and not SAP standard format, how to correct the default setting to SAP Standard. Please tell me what is the procedure. Regards MY

  • Everytime i try to open the mac app store it doesn't connect

    I've just downloaded the new ios x software mountain lion. I am trying to get a few new apps from the mac app store. However everytime I open the mac app store application it dooesn't start and the error. "cannot connect to the mac app store" appears

  • Live stream switching

    hi! I have a problem. I want to set up a live streaming experience, where streams will be switched live by a server side application written in .NET. The flash clients will have no control over what stream they want to watch.the setup is such: video

  • IPhone 4S running 6.1.2 but "restore" insists on downloading update

    I installed 6.1.2 on my iPhone 4S. The battery life was greatly reduced so following some tips, I'd like to do a "restore" then "restore backup" to see if it fixes the battery life issue. However everytime I select "restore" in iTunes it wants to dow