File path not found

hi
i am using
parameters:p_file like rlgrap-filename,
to read the path for the file,
if the file is not found.
it should mention enter correct file path.
how do i handle this scenario.

You can check the SY-SUBRC returned form the UPLOAD FM.
Like:
  DATA: L_FILE TYPE STRING.
  L_FILE = P_LFILE.
  CALL METHOD CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD
    EXPORTING
      FILENAME            = L_FILE
      HAS_FIELD_SEPARATOR = 'X'
    CHANGING
      DATA_TAB            = IT_FILE
    EXCEPTIONS
      FILE_OPEN_ERROR     = 1
      FILE_READ_ERROR     = 2
      OTHERS              = 18.
  if sy-subrc <> 0.       "<<
    message e398(00) with 'Error while opening a file'.
  endif.
You can add the File Selection Pop up for the file on the presentation server.
Like:
PARAMETERS:       P_LFILE TYPE CHAR70 OBLIGATORY.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_LFILE.
  PERFORM F4_LOCAL_FILE.
FORM F4_LOCAL_FILE .
  DATA: LT_FILES TYPE FILETABLE,
        LW_FILES TYPE FILE_TABLE,
        RC       TYPE SY-SUBRC,
        L_TYPE   TYPE STRING.
  L_TYPE = '*.txt'.
  CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
    EXPORTING
      WINDOW_TITLE            = 'Raw data for RFBIBL00'
      DEFAULT_FILENAME        = L_TYPE
    CHANGING
      FILE_TABLE              = LT_FILES
      RC                      = RC
    EXCEPTIONS
      FILE_OPEN_DIALOG_FAILED = 1
      CNTL_ERROR              = 2
      ERROR_NO_GUI            = 3
      OTHERS                  = 4.
  IF SY-SUBRC <> 0.
    MESSAGE E398(00) WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
* Get file selected
  READ TABLE LT_FILES INDEX 1 INTO LW_FILES.
  MOVE LW_FILES-FILENAME TO P_LFILE.
ENDFORM.                    " F4_local_file
Regards,
Naimesh Patel

Similar Messages

  • Getting a runtime exception saying file/path not found

    Hey, I'm pretty new to Java, or programming, and I'm trying to make this program work which asks the user for a file that stores transactions made using their creditcard and then posts a statement, but when i run the program, I get an error saying that the file/path was not found even though, the file is saved in the same directory as the public class, and my second problem is that i have to get the program to read the code, which is the first token in the loop as upper or lower case, i.e. that it is case-insensitive...any help would be greatly appreciated...
    import type.lang.*;
    import type.lib.*;
    import java.util.StringTokenizer;
    public class Check07A
    {     public static void main (String [] args)
         {     IO.println ("Enter name, limit, and trx filename (comma-delimited): ");
              String entry = IO.readLine();
              StringTokenizer st = new StringTokenizer(entry, ",");
              String name = st.nextToken();
              IO.println (name);
              double limit = Double.parseDouble(st.nextToken());
              IO.println (limit);
              int num = 3456;
              CreditCard visa = new CreditCard(num, name, limit);
              String file = st.nextToken();
              IO.println (file);
              UniReader ur = new UniReader(file);
              for (String code = ur.readLine(); !ur.eof(); code = ur.readLine())
              int amount1 = ur.readInt();
              IO.print(code);
              IO.print(amount1);
              StringTokenizer test = new StringTokenizer(file,"");
                   while (test.hasMoreTokens())
    {IO.println(test.nextToken());
                   code = test.nextToken();
                   IO.println(code, "5Z");
                   String amount = test.nextToken();
                   if (amount1 > limit)
                   {IO.println(amount1, "10.2");
                   IO.println("rejected.");
                   else
                   {IO.println(amount1, "10.2");
                   IO.println("done.");
                        ur.close();
    }     

    ummm - I think this must be something like:
    http://www.cs.yorku.ca/java/api/type/api/type/lang/package-summary.html
    right?

  • Blu-ray Ojbect: slideshow raams, Error:"internal error 11" (file path not found), Code:11, Note ""

    I have no idea what is going on.  I have 8 slideshows in my Encore cs4 project.  I delete the one it says is bad and redue.  Then it goes to the next one and says this error.  The file that is being imported that is said could not find file path is right were all the other files are.  Any ideas?

    Encore Roxio component problem http://forums.adobe.com/thread/400484?tstart=0
    More on Encore and Roxio http://forums.adobe.com/thread/528582?tstart=0 or direct to
    http://kb.roxio.com/search.aspx?URL=/content/kb/General%20Information/000070GN&PARAMS
    Long File Names Cause Crashing http://forums.adobe.com/thread/588273
    Encore Tutorial http://www.precomposed.com/blog/2009/05/encore-tutorial/
    Also... the more DETAILS, the better... This is aimed at Premiere Pro, but may help
    A link with many ideas about computer setup http://forums.adobe.com/thread/436215?tstart=0
    Work through all of the steps (ideas) listed at http://ppro.wikia.com/wiki/Troubleshooting
    If your problem isn't fixed after you follow all of the steps, report back with the DETAILS asked for in the FINALLY section, the questions at the end of the troubleshooting link... most especially the codec used... see Question 1

  • "File path not found" when opening an Encore DVD project made 2 years ago

    Configuration:
    XP SP3, Encore DVD CS3 coming from Creative Suite.
    2Gb RAM, fast-enough-CPU, large-enough-harddisk (~70Gb space).
    The project, as I remember, should has been made with Encore DVD 2.0 2 years ago.
    The project file is placed on the C:\ with no invalid characters on the path or filename.
    The message prompts when I try to open the project file and after some loading(1 sec).
    I have been searching on the Internet for these problems on other people but there are no satisfactory solutions yet. Does anyone have the same issue?
    Thanks!

    ummm - I think this must be something like:
    http://www.cs.yorku.ca/java/api/type/api/type/lang/package-summary.html
    right?

  • Style library files give Path Not Found in Process Monitor (sysinternals)

    Hello,
    i have a question, i am using Process Monitor to diagnose SharePoint performance issues.
    I am getting a lot of the following types of messages
    11:27:54.3064738 w3wp.exe
    3160 CreateFile
    C:\INETPUB\WWWROOT\WSS\VIRTUALDIRECTORIES\{site}443\SITES\{SC}\STYLE LIBRARY\BRANDING\JS\BOOTSTRAP.MIN.JS
    PATH NOT FOUND Desired Access: Generic Read, Dis, Options: Sequential Access, No Buffering, Attributes: RE, ShareMode: Read, Write, Delete, AllocationSize: n/a, Impersonating: NT AUTHORITY\IUSR
    This only occurs with files stored in SharePoint (Style library/document libraries), i have seen this behavior on multiple servers so it appears to be working by design, does anyone have an explanation as to why this happens? is there also anyway to stop
    this happening?
    my concern is that this happens on every page load accumulating to a lot of wasted disk reads.
    Thanks for your time!
    Ben

    Hi,
    11:27:54.3064738 w3wp.exe
    3160 CreateFile
    C:\INETPUB\WWWROOT\WSS\VIRTUALDIRECTORIES\{site}443\SITES\{SC}\STYLE LIBRARY\BRANDING\JS\BOOTSTRAP.MIN.JS
    PATH NOT FOUND Desired Access: Generic Read, Dis, Options: Sequential Access, No Buffering, Attributes: RE, ShareMode: Read, Write, Delete, AllocationSize: n/a, Impersonating: NT AUTHORITY\IUSR
    This bootstrap is usually for the CSS/ SharePoint styling. It may have some code to access this path. While I checked on my environment, it seems I am not seeing this actual path, and from my registry editor as well.
    Please have a check if it should have the same path at your environment. If not, I do believe some of the code are directing to the path, and since the path is not available, then the issue may appear.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • WLWPatchInitialize.cmd file is not found in specified directory

    iam trying to install weblogic 9.2, i have checked "apply patches" option and "the patches were successfully applied" message is also displayed, but the WLWPatchInitialize.cmd file is not found in the path they provided. please let me know what may be the mistake iam doing. Did anyone have the same issue?
    Thanks,
    Viswanath.

    Exactly what do you mean by a 'downloader'?
    Thanks
    Pete

  • ERROR: NetExpress 5.0 path Not found - OUAF SDK 4.1 install

    I was finally able to install the SDK with all your help but now I am looking at another problem.
    In the installation document, after adding Eclipse it says:
    Start Eclipse by opening the Oracle Utilities Software Development Kit Client Scripts directory
    (Start ? All Programs ? Oracle Utilities Software Development Kit 4.0.0.x ? Oracle Utilities
    Software Development Kit Client Scripts) and then double-clicking startEclipse.bat; x is the
    build number.
    This launches Eclipse with the Welcome tab shown.
    When I run the .bat file I get the following error:
    ERROR: NetExpress 5.0 path Not found ... at C:\OUAFSDK\SDK\4.0.0.5\Scripts\bin\getBinDirectory.pl line 52.
    Nowhere in the install doc does it mention anything about NetExpress.
    Any ideas?
    Thank you.

    Actually I was happy to soon.
    After installing Net Express, I don't get that message anymore but nothing at all is happening. Eclipse should be starting according the the install guide. I am starting to wonder how accurate that guide is since quiet a few things are missing already. This is really frustrating.

  • Bonjour.msi path not found

    Bonjour.msi path not found
    I am trying to update my itunes to version 10.5.1 but unable to as I keep getting the following error:
    The feature that you are trying to use is on a network resource that is unavailable.
    Click ok to try again or enter an alternative path to a folder containing the installation package 'Bounjour.msi' in the box below.
    This is all new to me and I do not understand what I can do to fix this.  I have tried to unistall itunes altogether from my computer but I cannot do this either as the same error message keeps coming up there too.
    If anyone can help me I would be most grateful.
    Thanks

    Unfortunately, this sort of trouble has gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. (The results from mydigitallife and Major Geeks are worth checking.)
    After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove".
    Quit out of CleanUp. Restart the PC, and try another iTunes install. Does it go through properly this time?

  • CIM.bat giving error that weblogic lib path not found

    I am using atg 9.1 and weblogic 10.3.2. Installed both s/w and started weblogic server. I am using cim.bat to configure and I am stuck at a point where it asks for the app server I am using and I selected 'Weblogic' and when it asked for the path..I gave the correct path where weblogic is installed...but it says Weblogic lib path not found...even though I can see the server/lib directory...could you please help ?

    Yes, I did that...my weblogic is installed in c:\Oracle\Middleware\wlserver_10.3.2 and CIM gives a message that [c:/Oracle/Middleware/wlserver_10.3.2/server/lib] weblogic lib path not found
    Also I see c:\Oracle\Middleware\wlserver_10.3.2\server\lib directory and all the required weblogic files available in that directory.

  • The TestStand Engine cannot be initialized. Path not found.

    Hi, up until now i installed and removed TestStand 3.5 3 times in a row, just to always get this message (see subject) when i try to start the Sequence Editor. I even uninstalled all NI-Software i had on this laptop to reinstall the whole package... Nothing worked. Now i wonder, is there anything i am doing wrong ? What can i do to get TestStand running ?
    Well, on that message when i hit OK, another message
     The sequence editor cannot start up. Unable to create the TestStand Engine.
     Hitting OK on that message again just terminates the sequence editor leaving me with a blank screen.
    Any ideas whats wrong ?
    best regards and thanks in advance,
    Ingo
    Solved!
    Go to Solution.

    Ingo -
    Sorry for your frustration. Your idea to uninstall and reinstall should typically work. The second message is just a result of the first error, so we need to figure out what path is not found, and it is unclear why this is occurring. I tried to force my copy of TestStand 3.5 to fail in a similiar way by messing around with the installation and I could not find a way to cause the "Path not found" error. I got many other more detailed errors, but I have been unable to duplicate your message.
    Some questions:
    1) What operating system are you using?
    2) Are you installing to the default location under Program Files? Are you using a network path in any way?
    3) Do you have write authority to the the installation locations on you system?
    4) Are you logged in as an administrator when installing, restarting, and launching the sequence editor.
    5) Have you manually messed with any of the registry settings under HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\TestStand\3.5, where something is incorrect?
    6) Have you added any User components under the TestStand directory that might somehow load and cause an issue?
    If you currently have an installation on the system, you could quickly try to clear out the Cfg directory under TestStand, so that it generates new copies of these files.
    Message Edited by Scott Richardson on 11-20-2008 12:38 PM
    Scott Richardson
    National Instruments

  • " Path not found() "error when implementing single sign on

    Hi,
    We are implementing single sign on so that when users click on the "Reports Login" he is navigated to the obiee presentation services screen. For the reports login we have a .asp page which directs to the presentation services.
    I have done the necessary changes in the instanceconfig and credentialstore xml files.
    I have been receiving a strange error when I click on the reports login. I get the error
    Path not found ()
    Error Details
    Error Codes: U9KP7Q94
    I have checked the presentation server log file and I see the below error
    Type: Error
    Severity: 45
    Time: Tue Mar 09 09:18:44 2010
    File: project/websubsystems/ssportal.cpp Line: 1907
    Properties: ThreadID-2672;HttpCommand-Dashboard;Proxy-;RemoteIP-127.0.0.1;User-;Impersonator-
    Location:
         saw.subsystem.portal
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Path not found ()
    Can anyone provide me an input how to resolve this issue?
    This is bit urgent for me.
    Thanks

    Hi,
    Please ensure that the navigational attribute is checked at the attribute level and also at the Infocube level and also check that correct mapping of this navigational attribute is done at the Multiprovider level.
    Thanks,
    Venkat

  • Include file was not found

    I create a web application using spring+hibernate+struts with cxf in MyEclipse. It works fine in Tomcat.
    Then, I export it as a war file and deploy it to weblogic 12c. However, I get error:
    Compilation of JSP File '/BZWeb/index1.jsp' failed:
    index1.jsp:2:18: The include file was not found.
    <%@ include file="/common/taglibs.jsp"%>
    ^-------------------^
    index1.jsp:2:18: The include file was not found.
    <%@ include file="/common/taglibs.jsp"%>
    ^-------------------^
    index1.jsp:7:22: The include file was not found.
    <%@ include file="/common/meta.jsp"%>
    ^----------------^
    index1.jsp:7:22: The include file was not found.
    <%@ include file="/common/meta.jsp"%>
    ^----------------^
    My weblogic.xml is as follow:
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-web-app
    xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.4/weblogic-web-app.xsd">
    <wls:weblogic-version>12.1.1.0</wls:weblogic-version>
    <wls:context-root>BZWeb</wls:context-root>
    <wls:charset-params>
    <wls:input-charset>
    <wls:resource-path>/*</wls:resource-path>
    <wls:java-charset-name>UTF-8</wls:java-charset-name>
    </wls:input-charset>
    </wls:charset-params>
    <wls:container-descriptor>
    <wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>
    <wls:index-directory-enabled>false</wls:index-directory-enabled>
    </wls:container-descriptor>
    <wls:jsp-descriptor>
    <wls:keepgenerated>true</wls:keepgenerated>
    <wls:precompile>true</wls:precompile>
    <wls:print-nulls>false</wls:print-nulls>
    </wls:jsp-descriptor>
    </wls:weblogic-web-app>
    Is weblogic.xml wrong?

    Also, do you have SSI turned on in IIS? I believe it's a module that you will need to turn on.
    http://tech.mikeal.com/blog1.php/server-side-includes-for-html-in-iis7
    Have you opened up the page in a web browser? All I see is the code. It is not rendering in the browser.
    Jim

  • Changing 'Path Not Found ()' error

    Hi,
    Can anyone point me to where I can change the 'path not found ()' message a user gets when trying to access Dashboards and they have no access to any dashboards ?
    I've scanned all the files in the OracleBI\web\msgdb\l_en and I cant find anything ??
    can anybody point me in the right direction ?
    thanks

    As I said before this may happen if the Web Catalog directory had a user account already created with the same name. As you are migrating from a non-SSO setup to an SSO setup it seems that the Presentation Services thinks the SSO accounts are different than the non-SSO accounts and it tries to create a new account. As the directory already exist the creation fails and the user is then not able to read the previous user directory. I am not sure how you going to get around that. You might have to migrate the user folders manually. Perhaps you should raise an SR with Oracle.

  • CF 9.01 - jrun.exe SQLServerURLParser Path Not Found

    I found a similar post about this from 2 years ago (http://forums.adobe.com/thread/920226) but it had no responses. I'm hoping someone sees this and has some ideas. The server in question is running CF 9.01 Enterprise in multiserver configuration in a cluster with hf901-00008.jar  as the current patch level. all on Windows Server 2008 R2
    We began having problems a couple of days ago where sites were unresponsive, restarting IIS seemed to be the only thing that fixed the issue. We also began seeing problems with application pools shutting off (or not starting when IIS was restarted)
    Below is an exerpt from a Process Explorer log file, over the course of 45 minutes more than 1.4 MILLION of these errors are repeated.
    "11:05:03.7878844 AM","jrun.exe","1996","QueryOpen","D:\JRun4\lib\macromedia\jdbc\sqlserver\SQLServerURLPar ser.class","PATH NOT FOUND",""
    "11:05:03.7878824 AM","jrun.exe","1996","QueryOpen","D:\JRun4\classes\macromedia\jdbc\sqlserver\SQLServerUR LParser.class","PATH NOT FOUND",""
    "11:05:03.7880570 AM","jrun.exe","1996","QueryOpen","D:\JRun4\macromedia\jdbc\sqlserver\SQLServerURLParser. class","PATH NOT FOUND",""
    "11:05:03.7881455 AM","jrun.exe","1996","QueryOpen","D:\JRun4\servers\server1\macromedia\jdbc\sqlserver\SQL ServerURLParser.class","PATH NOT FOUND",""
    "11:05:03.7882880 AM","jrun.exe","1996","QueryOpen","D:\JRun4\servers\server1\cfusion.ear\cfusion.war\macro media\jdbc\sqlserver\SQLServerURLParser.class","PATH NOT FOUND",""
    "11:05:03.7884580 AM","jrun.exe","1996","QueryOpen","D:\JRun4\servers\server1\cfusion.ear\cfusion.war\WEB-I NF\classes\macromedia\jdbc\sqlserver\SQLServerURLParser.class","PATH NOT FOUND",""
    "11:05:03.7907685 AM","jrun.exe","1996","QueryOpen","D:\JRun4\servers\server1\cfusion.ear\cfusion.war\WEB-I NF\cfusion\lib\macromedia\jdbc\sqlserver\SQLServerURLParser.class","PATH NOT FOUND",""
    "11:05:03.7908994 AM","jrun.exe","1996","QueryOpen","D:\JRun4\servers\server1\cfusion.ear\cfusion.war\WEB-I NF\cfusion\gateway\lib\macromedia\jdbc\sqlserver\SQLServerURLParser.class","PATH NOT FOUND",""
    "11:05:03.7910091 AM","jrun.exe","1996","QueryOpen","D:\JRun4\servers\server1\cfusion.ear\cfusion.war\WEB-I NF\flex\jars\macromedia\jdbc\sqlserver\SQLServerURLParser.class","PATH NOT FOUND",""
    "11:05:03.7911502 AM","jrun.exe","1996","QueryOpen","D:\JRun4\servers\server1\cfusion.ear\cfusion.war\WEB-I NF\cfform\jars\macromedia\jdbc\sqlserver\SQLServerURLParser.class","PATH NOT FOUND",""
    "11:05:03.7914672 AM","jrun.exe","1996","QueryOpen","D:\JRun4\servers\lib\macromedia\jdbc\sqlserver\SQLServ erURLParser.class","PATH NOT FOUND",""
    "11:05:03.7916013 AM","jrun.exe","1996","QueryOpen","D:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-I NF\cfusion\lib\oosdk\classes\macromedia\jdbc\sqlserver\SQLServerURLParser.class","PATH NOT FOUND",""
    "11:05:03.7917110 AM","jrun.exe","1996","QueryOpen","D:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-I NF\cfusion\lib\oosdk\lib\macromedia\jdbc\sqlserver\SQLServerURLParser.class","PATH NOT FOUND",""
    "11:05:03.7918284 AM","jrun.exe","1996","QueryOpen","D:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-I NF\cfusion\lib\lib\macromedia\jdbc\sqlserver\SQLServerURLParser.class","PATH NOT FOUND",""
    "11:05:03.7919388 AM","jrun.exe","1996","QueryOpen","D:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-I NF\cfusion\lib\oosdk\bin\macromedia\jdbc\sqlserver\SQLServerURLParser.class","PATH NOT FOUND",""
    This seems excessive and a waste of processor cycles if this is part of the normal class loading process...

    This behavior occurs only If I put a <cfapplication> tag on my cfm page.
    When I put the <cfapplication> tag in an explicit file Application.cfm, cfc syntax error messages appears correctly.
    Maybe just a problem with my configuration (IIS7), but perhaps an indication...

  • "Audio Record Path Not Found" error and new details

    I've been having problems opening up older GarageBand files I've created and trying to add new content. When I try to record on an existing track, or in a new track, I get the error: "Audio Record Path not Found! Please enter it in the following dialog." (and there's no following dialog). I've tried to save the file as an archive, which has worked in the past, but doesn't work any longer. I'm using a MacBook Pro Core 2 Duo 15"
    As a test, I installed iLife 06 on my older (PowerPC-based) Mac Mini. On that computer, I'm able to open the files, and record onto an existing track. None of my recording equipment is attached to this machine, however. If I save an archive and move it to my macBook Pro, I'm still not able to add recordings to it.
    I tried reintalling GarageBand on my MBP, but I still get the same error. I've also deleted the preference files from Library > Preferences. (the two com.apple.garageband... files), and still no luck. It doesn't sound like the audio files themsleves are corrupted since I can open them on the Mini, so it's likely GarageBand. What else can I delete to make it a pristine installation?
    I don't want to use my Mac Mini for recording, as it's too slow for my editing needs, but if I can't open the files on my MacBook Pro, I'll have to re-record them.
    Anyone have any ideas I can try?

    Excellent suggestion! I actually left the files on the external USB drive on which I store them, and accessed them from my MacBook Pro (instead of moving the files to the MacBook Pro), and sure enough, I'm able to edit and add to the files!
    I still don't know why I can't access them locally on the MBP, but this workaround is certainly acceptible for my needs!
    Thanks out to everyone who helped on this thread!
    Brian Ibbott
    Coverville.com
    The Cover Song Podcast

Maybe you are looking for

  • To Flash Bios or not???? MS-7345 PLATINUM

    Hi,  I use the MSI Live Update5.  I am having issues with NOT RESPONDING and GHOSTING of the screen. I have a Nvidia Geforce 8600GT, DirectX11. I use Photoshop CS5, and Pinnacle Studio 15, but always get these Not responding error messages that drive

  • Zcomp kw number range

    Dear all, while doing goods receipt, i m getting following error..m not able to figure out the document type for kw..or is it something else? please reply imm and get full points... error- For object ZCOMP KW, number range interval 01 does not exist

  • Please help me with this code, can't figure it out!!!!! Please!!!!!!

    class Vehicles public String name="<unnamed>"; Vehicles Ferrari1=new Vehicles(); Vehicles Honda1=new Vehicles(); Vehicles Toyota1=new Vehicles(); Ferrari.nameFor="Ferrari"; Honda.nameFor="Honda"; Toyota.nameFor="Toyota"; public void main(String[]args

  • InDesign and Google Maps

    I have an Indesign file that I need export into a PDF format to be access on a Smart Board. However, I have embedded a google map into the file using the folio overlays. What is the best way to export the file and still be able to actively use the ma

  • Storage; 13GB of "other"

    My iPad is a 32GB third generation.  Recently, I've had trouble fitting all of my stuff onto it; apparently, 13GB is taken up by "Other".  Any idea what this "Other" is, and how to get rid of it?