Execution problem Problem

Hi Experts,
I design a screens (5) and wrote the programme for that screens using VB.NET, in that programme i used some methods .up to now its work fine but when i am trying to add some more methods then it not work properly.it's means when u debugg at that time any  screen open but functionality was not work as well as  .when u close this  screen and try to open anther screen it not open .even dotnet programme was running.
What is the problem .plz help me.
Regards,
MTR

Hi,
Use a Try & Catch block to locate the error.
Vasu Natari.

Similar Messages

  • Second Time, RFC execution Problem!

    Hi all,
    Has any one encountered this problem, when calling RFC First time fine and getting data from BAPI, when i call same RFC again, Second Time, RFC execution Problem!. Any idea!, Now i restarted server, that may cause the problem. Other than this, please give me your idea.
    Thanks
    Ravi Golla

    Hi Bhavik,
    <b>In View Controller:</b>
    public void onActionCreateProject(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionCreateProject(ServerEvent)
        wdThis.wdGetArchCompController().CreateProject();
         wdThis.wdFirePlugOutToProjectCreationResult();
        //@@end
    <b>In Custom Controller:
    </b>
    wdDoInit()
    __Arch__Arm_Project_Create_Input create = new __Arch__Arm_Project_Create_Input();
         wdContext.node__Arch__Arm_Project_Create_Input().bind(create);
    public void CreateProject( )
        //@@begin CreateProject()
         try
                             wdContext.current__Arch__Arm_Project_Create_InputElement().modelObject().execute();
                             wdContext.nodeOutput().invalidate();
                        catch(WDDynamicRFCExecuteException ex)
                             wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(ex.toString());
                             ex.printStackTrace();
        //@@end
    I am using other functional modules they all working fine, this is one only has problem
    Thanks  Bhavic.
    Regards
    Ravi

  • QA08 execution problem

    Hi all,
    QA08 execution problem, one material lying in QA32 stock that is cancel condition only (qa32 status for the material is LTCA, CALC) so I canu2019t deactivate the insp type through QA08, kindly help me to solve the problem.

    Hi,
    Thanks a lot your suggestion is 100% correct, problem has solved.
    Regards,
    Karthick.

  • Package execution problem with SQLSERVERAGENT

    Hello,
    I'm having a problem with the execution of SSIS packages: I created locally a package with SQL Server Data Tools, then I deployed it on my server in the SSISDB database. Then I created a job to execute periodically this package with SQL Server Agent. The
    package works fine and does everything I want, but I always get a failed notification. In the global view of the execution I can see:
    Result: "failed"
    Package name: "Package.dtsx"
    Task name: "Package"
    Execution access path: "\Package"
    Every other task returns a success and their execution access path is a subfolder of "\Package". I tried everything I found on the web, check the "Runtime 32bits" box, create a "Job Account" user to execute the package via a
    "Job Account Proxy", modify the ProtectionLevel of the package to "DontSaveSensitive", give the "Job Account" user full rights on everything, nothing works.
    Do you have an idea of what my problem is and how to solve it?
    I must precise that all my packages do the same thing: I have a loop on all the csv files in a folder that for each file loads the contents of the file in my database and the delete the file. I observed that the error message do not appear when there is
    no file in the folder when the package executes.
    Thanks in advance.

    Not sure what error message, is the one "est introuvable.
    Cette erreur est retournée par la collection Connections lorsque l'élément de connexion spécifique est introuvable"?
    So, here is in short: the ForEach Loop once in its beginning of operation "senses" the files currently present in the working folder. If a new file arrives after this stage, it will not see it.
    In your case it seems that the ForEach "saw" a file at the beginning, but it was gone at the time the processing wanted it for execution.
    Like many above indicated, the common practice, call
    it elegant or not is to indeed move the files to a different directory (working folder). This is done to avoid collisions with some other activity in that folder.
    Furthermore, you can have all the files deleted using a ForEach against the working folder as say in
    http://beyondrelational.com/modules/2/blogs/88/posts/10178/ssis-delete-files-from-specified-folder-using-file-system-task-in-sql-server.aspx And there is no need to delete the working folder
    itself.
    The job is run in SQL Server's Agent
    need to be set to run using a domain proxy account as it needs write access to the file system.
    Arthur My Blog

  • Command line program execution problem.

    Hey there, I'm about to complete my Java thesis project, but I can't fix a problem: i have to find a command line programme (which is in python but i think its not a big deal) through a java programme. Getting some information around I ended up i could execute the program with the command:
    Process proc = Runtime.getRuntime().exec("...");
    and create the streams:
    OutputStream out = proc.getOutputS 14.49
    InputStream in = proc.getInputStream();
    the problem is that calling a programme which prints on screen something and then it ends (ex. ipconfig) the following sequence works out:
    do
    int i=in.read();
    if(i==-1) break;
    System.out.print((char)i);
    }while(true);
    instead in the specific case of the programme that i need to execute it canno't work because this programme after its opening prints a couple of lines, at this stage you need to type the input in and when the eof font is sent the output is printed. i've tried to send the input thru OutputStream but the execution gets stuck when it reads the output (in.read());
    Can you guys help me out? What do i need to do? Please it's very important, let me know ASAP.
    Thanks very much,
    Fabio

    I would not recommend the use of raw "InputStream" for much of anything.
    Try Scanner if you can use JDK5, if not, try BufferedReader.
    Scanner:
    Process proc = Runtime.getRuntime().exec("...");
    BufferedOutputStream out = new BufferedOutputStream(proc.getOutputStream());
    Scanner in = new Scanner(proc.getInputStream());
    while(in.hasNextLine()) {
         String s = in.nextLine();
         System.out.println(s);
    }BufferedReader:
    Process proc = Runtime.getRuntime().exec("...");
    BufferedOutputStream out = new BufferedOutputStream(proc.getOutputStream());
    BufferedReader in = new BufferedReader(new InputStreamReader(proc.getInputStream()));
    String l = " ";
    while(l != null) {
         l = r.nextLine();
         System.out.println(s);
    }

  • Script execution problem

    dear sir
    i got a problem with script execution. i have successfully  activate the form painter in ABAP editor. but i am getting the error like "Form  ZLASRISUD language EN is not active and has no errors". please give me the solution for above as soon as possible.

    dear sir
    i got a problem with script execution. i have successfully  activate the form painter in ABAP editor. but i am getting the error like "Form  ZLASRISUD language EN is not active and has no errors". please give me the solution for above as soon as possible.

  • Execution problem with java.exe

    Hi everybody. I am a student in a belgian university, and i've got a problem with the execution of my binaries in the JVM.
    I'm developping my project with Eclipse. When I build the project, Eclipse launch perfectly my application with javaw.exe (I supposed it because it's written in the console when I run the project).
    Thus, I wanted to try to launch my application by myself, to check if everything is right...
    My project is composed like this :
    - creavea/src : the sources of my project (a package called "main" , and a package "com.creavea. ..." and other .jar files like a MySQLConnector/J, edtFTPj, the JOutlookBar by lf2prod, ...
    - creavea/bin : Eclipse puts the binaries there, when I run my project.
    - creavea/files : Somes files like configuration files for my application, etc ...
    - creavea/images : Images for my interface.
    - the main class, containing the pubilc static void main method, is called CreaGesta, and is in the "main" package.
    creavea is the name of my project, but i think you supposed it !
    I want to run the binaries, then i do this :
    - I open a ms-dos console
    - I'm going in the C:\eclipse\workspace\creavea\bin folder
    - I execute the command : java main.CreaGesta ...
    And it doesn't work :'( ! An error appears :
    Exception in thread "main" java.lang.NoClassDefFoundError : com/lf2prod/common/swing/JOutlookBar.
    This class, JOutlookBar is used by my application, and the jar file containing the class is in my /bin folder. I can't understand, i'm a little bit disapointed.
    It's my first big project in Java, then i don't really understand what's happening. So if someone can help me, it will be really nice for me ! Thanks a lot for your help !
    J�r�me - Belgium

    Thank you for your reply Atmguy ! I put in my command the classpath of the jar's who are in my /bin folder.
    Like this : java -classpath edtftpj-1.4.9.jar; jdom.jar;l2fprod-common-outlookbar.jar;mysql-connector-java-3.1.8-bin.jar main.CreaGesta But now, i've got an other error message :
    Exception in thread "main" java.lang.NoClassDefFoundError : main/CreaGestaOh, it changed ! but I don't understand the problem . What does it mean? "Java cannot find the class main/CreaGesta", or "An error occured in main.CreaGesta" ?
    Can somebody help me to solve this new error ? Thank you !

  • Execution problem a stored java class

    Hi,
    I loaded a java class ("ConvertisseurXMLPDF") in an oracle 8.1.7 database and in a specific schema "SCHEMA1".
    I loaded it with the loadjava command included the -synonym and the -grant attributes to create the public synonym on this class and the grant execute to a role "ROLE1".
    Problem :
    I connect with a user "USER1" which is associated to the role "ROLE1" (so, he should have the execution privilege on the class) and
    When I execute the procedure which launches the execution of the java class, I have the following error message :
    java.lang.illegalAccessException
    at java.lang.Class.newInstance0(Class.java)
    at java.lang.Class.newInstance(Class.java)
    at ConvertisseurXMLPDF.createParser(ConvertisseurXMLPDF.java:162)
    at ConvertisseurXMLPDF.converssion(ConvertisseurXMLPDF.java:162)
    It seems, it does not even achieve to instantiate the class!
    What could be the reason of this problem?
    Thanks in advance
    bye
    [email protected]
    null

    Make sure you have the following privileges:
    grant javasyspriv to schema1;
    grant javauserpriv to role1;
    Jack

  • ABAP Program : Execution problem

    Hi Guys!
    I have a problem during the execution of a program.
    I’ve created a new program that merges two programs into one program named ZWORXX0020XX with t-code ZWOXX30XX.I've run the program via SE38 (ABAP Editor) and everything's fine…then when i run via t-code(that i've created -ZWOXX30XX) program goes to selection screen, but when i execute the program, it goes back to SAP Easy Access Screen.Why is this happen? I really stuck rite now..please advise..
    Thanks.

    Make sure the transaction type which you gave for the tcode is a report transaction (program and selection screen).
    Your problem occurs if you have chosen the wrong one.
    For this go into SE93 --> ZWOXX30XX --> Change Mode
    and under Edit --> Change Transaction Type to  Report Transaction
    This solves ur problem
    Regards
    Gopi

  • Broadcaster Serial Execution Problem

    Hello everyone,
    We have a problem with some reports and Broadcaster.
    These reports have huge runtime execution, and there is no possiblity to reduce this, client does not want more filtering or restriction in seletion.
    We scheduled the Broadcast execution for these reports with Event Data Change in a process chain, but they don't seem to work fine, we think is because they all execute at the same time and they get blocked.
    We tried to use RSRD_BROADCAST_STARTER program, in different ABAP process types in a process chain, one after the other, in serial execution, but as you might know, when you execute an ABAP process type in a process chain, the next process gets triggered automatically, as there is no option of failure or correct execution in ABAP process types.... So at the end, they run again in paralell.
    Do you have any idea on how can we proceed?
    Thank you and regards.

    Hi Alberto,
    you are describing a behaviour which is explained in detail in the following paper:
    "Checking Precalculation Server Issues for BEx Analyzer Workbooks in BW 7.X"
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30e3d697-4ca0-2c10-4b81-c474b1490064?quicklink=index&overridelayout=true
    To circumvent your issue you can add an additional wait step in your process chain. The wait step calls an ABAP program which waits for some time. Depending on your programming skills you can implement this wait step as easy as WAIT UP TO X SECONDS or if you are more experienced you can retrieve some information from the current process chain, identify the precalculation job, read the job log of the precalculation job and wait until the job (and the precalculation) has been finished.
    Regards Matthias Nutt
    SAP Consulting Switzerland

  • Tracing report execution Problem

    I am trying to trace report execution which gives me some problems!!!
    First i tried to use report builder (via tools --> trace option) to add tracing options and then when i executed the report using View--> Runtime Priview it does not produce the trace file. This works if i am using Live Previewer instead of Runtime Preview.
    But what i need is the trace file of runtime Previewer as it is giving me some problem.
    If i programatically do it using report triggers using SRW built-in packages then the report builder itself closes and says RWBLD60 has generated an Error. Since my report is very complex i need the help of report tracing to confirm the flow and execution. Please can somebody shed some light into this problem....
    It will be great if anyone tell me how to do it!!!!!.
    i am using Windows 2000 & Reports 6i (6.0.8.11.3). IS THIS A BUG IN REPORTS 6i????
    Thanks
    Mahesh Mathew

    The first thing I would do if I were you would be to upgrade to the latest patch version (we're up to about 6.0.8.23 now).
    If you're still having problems with tracing you could contact support, or workaround by testing the report with rwrun60 and adding the tracing options on the command line.
    Regards,
    Danny

  • Customized Crystal Report execution problem in Win 7

    Hi Experts,
    I am getting a screen of Server : Database : Userid : Password while attempt to run a customized crystal report from Win 7 based platform. In the screen database selection option is inactive so it is not possible to select the databse.
    The OS of user PC has been formated recently current OS is Win 7 and before that it was XP running fine. Is it a report problem or any other problem please guide??
    SK

    Hi ,
    are you running report from SAP ? if so , Run SAP as administrator(right click on SAP icon and click run as administrator) and run report - it will work fine .
    if ypu are running report directly from crystal report , run crystal report as administrator.
    or change crystal report connection from SAP business one to OLEDB and update datasource.
    Thanks,
    Neetu

  • Report Painter Execution Problem

    Hi,
    I am working on Report Painter in which i am facing a problem that when i execute the Tcode GR55 and fill the Group Name in it ,if there is only 1 report in it ,it gets executed but when there are more than 1 report in it ,some times it gets executed ot sometimes it does not.
    I want to know how can i execute a selected indiviual report when there are about number of reports present in the library assigned to that group.
    Please provide me guidelines for solving this  problem.
    Edited by: ricx .s on Jul 24, 2009 10:10 AM

    Hi,
    The reports in a report group are executed at the same time, so that in the report display you can switch between the individual reports.
    Thanks.

  • Program Execution Problem

    Dear All,
    I am in one strange problem. I have created one BDC program to upload. It gets uploaded and executed when I go through debugging ( I do not make any change while in debugging only do F5 and F6 and F8). But,  when I run it directly It does not upload data to one particular screen but gets executed with display with no errors.
    Can any one please suggest what could be the reason for this? I am really in a fix. Any inputs or suggestions is appreciated.
    Regards
    SM.

    While executing in No display/Error mode, the internal commit work or some action might not
    have worked properly. So use the following command where the process strucks.
    WAIT UP TO 5 SECONDS.
    (or)
    Check the BDC okcode properly while in ALL DISPLAY mode
    Regards,
    Prem

  • 8.1.5 query execution problem

    Hello,
    I am using the following:
    Oracle database ver 8i
    Oracle spatial Ver 8.1.5
    windows 2000 server
    I have a Polygon fatured layer in the db , exported from the Java SDO-sample programs 'sampleshapefileToSDO.java'.
    when I run the "desc MJM_Parcel" I get
    SQL> desc mjm_parcel;
    Name Null? Type
    GID NUMBER
    GEOMETRY MDSYS.SDO_GEOMETRY
    when I query a simple query like
    "select sdo_aggr_mbr(geometry)from MJM_parcel where GID=100;"
    I get the following error:
    select sdo_aggr_mbr(GEOMETRY) from MJM_PARCEL where
    GID=100
    ERROR at line 1:
    ORA-00904: invalid column name
    any problem with respect to Installation...how to correct it ? or problems with the query itself...n how do I do?
    Plz help me ...
    Thanx in advance

    The function sdo_aggr_mbr does not exist in 8i, it is a new function in 9i.

  • JSP Execution Problem

    We have implemented a servlet that uses a RequestDispatcher to forward to a JSP. The JSP instantiates an object (passing the Request and Response as parameters) that uses the RequestDispatcher once again to include another JSP.
    This has been working fine in a Sun Solaris single-server environment using Apache as webserver and BroadVision as application server. After moving our application to a multi-server HP-UX environment with iPlanet as webserver and BroadVision as application server we have experienced a problem with our included JSPs. They are not executed but inserted as plain text. The first JSP that we use forward to execute still get executed.
    The first time each JSP is included an ServletException is thrown: Failed to set include attributes.
    I suspect that the problem has to do with the url mapping in web.xml. The web.xml file from the application server is included below.
    Any help and information on how to solve this problem would be appreciated.
    Thanks,
    Magnus
    <web-app>
    <servlet-mapping>
    <servlet-name>jspCompiler</servlet-name>
    <url-pattern>*.jsp</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>Main</servlet-name>
    <url-pattern>/main</url-pattern>
    </servlet-mapping>
    <servlet>
    <servlet-name>jspCompiler</servlet-name>
    <servlet-class>org.apache.jasper.runtime.JspServlet
    </servlet-class>
    <init-param><param-name>scratchdir</param-name>
    <param-value>myscratchdir</param-value>
    </init-param>
    </servlet>
    <servlet>
    <servlet-name>Main</servlet-name>
    <servlet-class>
    myclass
    </servlet-class>
    </servlet>
    </web-app>

    I don't know if you using Servlet2.3 but if you are, then try using correct order
    <servlet
    <servlet
    <servlet-mapping
    <servlet-mapping
    Please consult the DTD

Maybe you are looking for

  • Security Update 2008-001

    Well I did this afternoon's security update like a good little user, and now on the restart all my machine does is sit there and spin on startup. Anyone else? What to do from here? Couldn't have come at a worse time. shannon

  • Sql Query to know the OS in which database is installed

    Hi, I want to know the OS in which my database is installed using SQL Query. Is it possible? Regards Salih KM

  • URGENT !! linking.jnlp file.

    This is kinda urgent as this is my last step to completion. Hi, i currently have a project runnin using netbeans 5.5. In this project, it is suppose to perform a search by reading from some directories containing only .txt files and writing into anot

  • Reg: Installing Oracle RAC on windows 2003 32 bit

    Hello All, I am new to Oracle RAC Currently I have two systems with 32bit processor and windows server 2003 installed. I need to configure Oracle RAC in the above 32 bit systems using openfiler/vmware Is it possible?

  • Viewing location and resource details in iCal

    Hi, I'm trying to better understand the use of the ICal Server Utlity for creating shared resources and locations. I'm still a SLS Server user (no plan to migration to Lion server soon), and all my users are using Lion. Simply put, I have rooms I'd l