Need help ActiveX to close process

I use activeX steps in my test sequence.
First, I use a sequence in which I create an object reference (I click on Create object). Then in the next sequences, I call methods (I can see in the Windows task manager the process running).
But at the end of my test sequence, I don’t know how to close this process! I looked for a method but I can’t find one.
Should I delete my Object reference?
The solution I found is to create a script file (xxx.bat) which kills the process used. Then I launch this executable.
Thank you
Solved!
Go to Solution.

My activeX references were "FileGlobals" (), that's why i had a lot of  exe COM servers running on my PC.
I tried to set my activeX references in "Locals" or to set the variable to the keyword Nothing : it works :smiley happy:!!!
Thank you for you help.
Jean

Similar Messages

  • Need help in optimizing the process

    I need help in optimizing my process. Here is what am I doing:
    I have two tables table A and table B. table A has list of names and table B has name and ID. Right now I am loading name into cursor from table A and for each name from the cursor I try to match with name in table B to get the ID. This process takes very long to complete. I need help to replace PL/SQL with SQL if possible. I am using oracle utl_match to match the best possible record in table B. table B sometimes returns multiple matching records. I take the top nearest match name and ID for my use (there is not always one to one match)
    Any idea or help will be appreciated. Thanks

    always provide create table and sample data instert statements when asking a question. also, provide your database version.
    because you're using utl_match, you can't really use an index, there must be a cartesian join on the two tables so it may always be slow.
    however, here's a sample SQL that you may be able to make use of:
    with n as (select 'KATHERINE' person_name from dual
                 union all
                 select 'STEVE' from dual
                 union all
                 select 'BRUCE' from dual)
        ,nid as (select 'CATHERINE' person_name, 1 NID FROM DUAL
                 union all
                 select 'STEFAN', 2 from dual
                 UNION ALL
                 select 'STEVEN', 2 from dual
                 union all
                 select 'CATHY',3 from dual)
    select n_name, nid
      from (
            select n.person_name N_NAME
                  ,nid.person_name
                  ,nid.nid
                  ,ROW_NUMBER() OVER (partition by n.person_name ORDER BY utl_match.jaro_winkler_similarity(n.person_name,nid.person_name) DESC) jws_ORDER
              from n
              join nid on (utl_match.jaro_winkler_similarity(n.person_name,nid.person_name) > 70)
      where jws_order = 1;    

  • Need help for interface to process employee expenses

    need help for interface to process employee expenses
    i have used the interface tables as
    AP_INVOICES_INTERFACE
    AP_INVOICE_LINES_INTERFACE
    are they the right one
    is there a concurrent program or any API for doing interface

    hi,
    i think what ever table are using for interfacing expenses correct.
    but you have to enter invoice type as expense report.
    Regards,
    Srikanth

  • Need help with a simple process with FTP Adapter and File Adapter

    I am trying out a simple BPEL process that gets a file in opaque mode from a FTP server using a FTP adapter and writes it to the local file system using a File Adapter. However, the file written is always empty (zero bytes). I then tried out the FTPDebatching sample using the same FTP server JNDI name and this work fine surprisingly. I also verified by looking at the FTP server logs that my process actually does hit the FTP server and seems to list the files based on the filtering condition - but it does not issue any GET or RETR commands to actually get the files. I am suspecting that the problem could be in the Receive, Assign or Invoke activities, but I am not able identify what it is.
    I can provide additional info such as the contents of my bpel and wsdl files if needed.
    Would appreciate if someone can help me with this at the earliest.
    Thanks
    Jay

    persiandude wrote:
    Topic: Need help with if, else, and which statements and loops.
    How would I display 60 < temp. <= 85 in java
    System.out.println("60 < temp. <= 85 in java");
    another question is how do I ask a question like want to try again (y/n) after a output and asking that everytime I type in yes after a output and terminate when saying No.Sun's [basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    Sun's [New To Java Center|http://java.sun.com/learning/new2java/index.html].Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    [http://javaalmanac.com|http://javaalmanac.com]. A couple dozen code examples that supplement [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance].
    jGuru. A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    Bruce Eckel's [Thinking in Java|http://mindview.net/Books/DownloadSites] (Available online.)
    Joshua Bloch's [Effective Java|http://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683/ref=pd_bbs_1?ie=UTF8&s=books&qid=1214349768&sr=8-1]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance].
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806].

  • [need Help][ActiveX] Filelink is wrong

    Hi,
    i need Help with a link in the ActiveX Control to another PDF file.
    I have a File with links to other PDF files. In the Reader it works without problems.
    Know i tried it with the ActiveX Control:
    InitializeComponent();
                try
                    this.axAcroPDF1.LoadFile("\\DH10HAH\\C$\\share\\DEU\\index.pdf");
                    this.axAcroPDF1.src = "\\DH10HAH\\C$\\share\\DEU\\index.pdf";
                    this.axAcroPDF1.setShowToolbar(false);
                    this.axAcroPDF1.setView("FitH");
                    this.axAcroPDF1.setLayoutMode("SinglePage");
                    this.axAcroPDF1.Show();
    The Pdf opens great.
    When I click on a Link i get this:
    In the link is now an mistake there is a "|" instead of ":".
    When I say "zulassen" he says that he cant find the file --> Link isn´t working with "|".
    Thank you for helping

    My activeX references were "FileGlobals" (), that's why i had a lot of  exe COM servers running on my PC.
    I tried to set my activeX references in "Locals" or to set the variable to the keyword Nothing : it works :smiley happy:!!!
    Thank you for you help.
    Jean

  • Need help for a post-processing "trigger"

    Dear all,
    Without getting into much detail, I have a system that is simultaneously introducing a sinusoidal Force (F) and measuring the sinusoidal response (X) of a structure under resonance. I need to acquire the whole time signal, including the free decay response in the end (please find attached a sample picture of the time signal and the corresponding data file), so I cannot use a trigger during the measurement. During the stationary response it may be seen that the signal has a slight negative slope: that is due to a phenomenon of dilatation of my structure that is dissipating heat at the same time. 
    My problem is how to know exactly when my NI-USB 6216 DAQ has stopped the excitation force, which, in my sample waveform would be around 0.025s (I require an automatic process of identifying it).
    Is there any VI, filter or trigger function that might provide me that information?
    Thank you in advance for your help.
    Kind regards,
    Diogo Montalvão
    Attachments:
    R50_18um_controlo_40_60_temp_24_1_12_v0_time_16.txt ‏373 KB

    The brute force method:
    Can't you use another analog input channel and capture the excitation voltage?
    Or if you have a shaker with an amplifier that provide a current monitor output you can capture the excitation current and might find that due to the voltage control some amount of force is still introduced after setting the control voltage to zero   and you might have to implement a system model that include the shaker and the output impedance of your amplifier :0
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

  • Need help to automate a process

    Hello friends,
        We have customized the program RPRCCC00 for credit card clearing.
    WE run this program for diff. countries. It reads the credit card expense file
    from application server. We daily receive the file names in mail.
    After this we run PRCCE for correction and PRCCF for downloading the corrected
    files. At end we run PRCC to load the corrected files.
    Is there any way to automate this entire process. Because daily it takes
    2 hrs to complete the credit card clearing.
    Please help.
    Thanks
    shlesha

    Hi Shlesha ,
    What you can do is ,
    You can first make a Prog which reads the file country wise from the particular folder on say application server and pass the file in the prog RPRCCC00 and return
    if the above process completed sucessfully
    then u can feed the output in the second program i.e. PRCCE again through submit and return
    and then I u download the file through PRCCF into another folder .
    Now run another job for PRCC which will upload the file and process.
    Incase u have XI system in place it can take care of transferring the files from email into a desired location on the server..
    You will have to discuss the feasibility of the process with your functional as well as ur technical team...
    This is going to need strong functional and techno inputs ...
    Thnks
    Sahil

  • Need help about method close() in BufferedWriter Class

    Hi All,
    I'm a newbie in Java programming and I have problem regarding BufferedWriter class. I put the code snippet below.
    Sometimes I found wr.close() need a long time to be executed, around 9 seconds. For the normal case, it only needs 1 second. The transaction is same with the normal case and I found no errors in the log.
    Do you guys have any idea about this problem? What cases that can cause this problem?
    Thanks
    // Create a socket to the host
    InetAddress addr = InetAddress.getByName(shost);
    Socket socket = new Socket(shost, sport);
    // Send header
    BufferedWriter wr = new BufferedWriter(new OutputStreamWriter(socket.getOutputStream(), "UTF8"));
    data = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><request><contentcode>" + content_code +"</contentcode><msisdn>"+ orig_num +"</msisdn></request>";
    System.out.println("------------POST----------");
    wr.write("POST /" + surlname +" HTTP/1.1\r\n");
    wr.write("Host: " + shost + "\r\n");
    wr.write("Connection: close \r\n");
    wr.write("Content-type: text/xml \r\n");
    wr.write("Content-length: " + data.length() + "\r\n");
    wr.write("\r\n");
    wr.write(data);
    System.out.println("POST /" + surlname +" HTTP/1.1\r\n");
    System.out.println("Host: " + shost);
    System.out.println("Connection: close");
    System.out.println("Content-type: text/xml");
    System.out.println("Content-length: " + data.length());
    System.out.println("-------------------------");
    System.out.println("data = " + "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><request><contentcode>" + content_code +"</contentcode><msisdn>"+ orig_num +"</msisdn></request>");
    wr.flush();
    // Get response
    BufferedReader rd = new BufferedReader(new InputStreamReader(socket.getInputStream()));
    while ((linelength = rd.read(charline)) >0) {
    reply += new String(charline, 0, linelength);
    wr.close();
    rd.close();
    System.out.println("reply = " + reply);
    log.info("(New Log) reply = " + reply);

    sabre150 wrote:
    So what makes you think that not using StringBuffer is the cause of the OP's problem?Just by experience. The main cause of resource hogs in Java is large string concatenation enclosed in a loop.
    I've just made the following experience :
    public class Test {
        public static void main(String[] args) {
            new Test().execute();
        private void execute() {
            long a, b, c;
            String value = "A123456789B123456789C123456789D123456789";
            String reply = "";
            StringBuffer buffer = new StringBuffer();
            a = System.currentTimeMillis();
            for (int i = 0; i < 5000; i++) { reply += value; }
            b = System.currentTimeMillis();
            for (int i = 0; i < 5000; i++) { buffer.append(value); }
            reply = buffer.toString();
            c = System.currentTimeMillis();
            System.out.println("Duration - concatenation = " + (b-a) + " / string buffer = " + (c-b));
    }Output :
    Duration - concatenation = 21295 / string buffer = 7

  • Need Help with HTML Batch Processing

    Hi,
    New to this forum so be kind
    I am trying to work out a way to batch process html's.
    The html template is used in our eBay listings.
    All the information I want to change is the same.
    Eg in my template I have the number "0234" it appears for 6 times, sometimes in the text sometimes in part of the image title I am loading.
    I then have an excel sheet listing all my codes that i need to make htmls for - 0234, 0235, 0236 etc etc...
    I use say 10 templates depending on what number im doing.
    So next cell to the codes (in excel) I list what template I would need.
    Now I know in dreamweaver I can search for "0234" in my html & replace to create my new html. But I have 1000's to do, and I am sure I am doing it a long way manually.
    Is it possible to use the excel sheet and dreamweaver together to process all these changes in a scripted batch system? and even load which html to use?
    Or maybe use a different software?
    Any advice would be much appreciated.
    Kind Regards

    The closest to this I have done was in using Photoshop and text files to create hundreds of photoshop designed banners that all had different copy/type on them but based on a template and, the same idea but with pharmacy magnets using InDesign and Excel.
    The idea is that you put text boxes in the document and specify a variable for them and then equate those boxes either to variables in a text file or to column headers in an Excel file.
    Google on "Data Merging" and perhaps you'll find something.
    I'm not aware of a way to do this with html documents but if you approach the html as just a text file, then conceptually, you should be able to create a template whereby you assign a variable to certain divs or input boxes or whatever. Then, you might have to re-process the entire lot to remove the code needed to distinguish a field as dynamic but that would easier to remove.
    I'll watch this post as well because massive replacements are always something to know about!

  • Need help with set-up process

    Hi there, I am not tech expert hence I would require some help and clarifications. I bought an airport express recently. I own a Acer Netbook running on Windows Vista, iPad wireless version and a iPhone 3Gs.
    My purpose of buying the airport express was to create another wireless network and because I travel, I would like to use the airport express to allow my iPad and iPhone to connect wirelessly as most of the hotels only provide me with an Ethernet cable.
    Questions are....
    1) How do I do the initial set up? I cannot seem to set up my airport express using my netbook. It can't seem to detect. I have followed the following instructions.
    - Install the airport express utility.
    - Plug the airport express for power.
    - Open the utility, it has detected the base station.
    - Selected the option on setting up a wireless network.
    - It configured on its own.
    However, it doesnt work now, what do I do? Anybody who has simpler instructions for a noob like me?
    Also, once I am done with this initial set up and when I go overseas, is it as simple as plugging in their ethernet cable into my airport express and I can connect my ipad and iphone wirelessly?

    Welcome to the discussions!
    +My purpose of buying the airport express was to create another wireless network and because I travel, I would like to use the airport express to allow my iPad and iPhone to connect wirelessly as most of the hotels only provide me with an Ethernet cable.+
    +1) How do I do the initial set up? It can't seem to detect.+
    The AirPort Express is broadcasting a default wireless network with a name like Apple Network xxxxxx. You need to log on to this wireless network on your PC first, then open AirPort Utility to configure the device.
    Any Windows box is going to have issues with the Windows firewall blocking an attempted connection or your anti-virus software may be doing the same thing. You may need to turn both of these off in order to establish a connection between AirPort Utility and the AirPort Express.
    You might also try to connect an ethernet cable directly from the computer to the AirPort Express.
    *Open AirPort Utility - Click Manual Setup*
    *Click the Base Station tab* below the row of icons
    Name your Express, assign a device password and adjust Time Zone settings
    *Click the Wireless tab*
    Wireless Mode = Create a wireless network
    Wireless Network Name = Your choice
    Radio Mode = 802.11n (802.11 b/g compatible)
    Channel = Automatic
    Security = WPA2 Personal or WPA/WPA2 Personal
    Password = Your choice
    Confirm Password
    *Click the Internet icon*
    Connect Using = Ethernet
    Connection Sharing = Off Bridge Mode
    *Update to save settings*
    When you are at the hotel, connect an ethernet cable from the hotel's jack to the AirPort Express and power up the Express. Open your browser and hotel's log in page will appear so that you can agree to terms and pay the fees.

  • Very Simple Problem-- Need help in method selection process

    Hello,
    It's difficult to explain the background of the program I am making-- but I am stuck at a very simple problem, that I can only solve with a very long block of if statements:
    I have 3 possible numbers-- 1, 2, or 3.
    Imagine two numbers are already taken-- say 1 and 2. I want a variable to set itself to the number that's not taken (3).
    So, again: If two numbers were taken say 2 or 3-- I want the variable to be sent to the other one that isn't taken-- 1.
    Thank you for your help,
    Evan.

    Actually, I'll just tell you the context of the program-- here is what I have so far:
    This program is meant to simulate Monty Hall Problem:
    http://en.wikipedia.org/wiki/Monty_Hall_problem
    The program sets up an array of three possible values. Each one of those values represents a door with either a goat or a car behind it. It then randomly sets one of those values to 1 (in order to represent a car as per the Monty Hall problem), and 0's represent goats.
    The user, which is simulated by the program (does not involve actual interaction), chooses a door initially.
    The game show hosts then reveals a door that is not the users initial choice, but IS a goat ( an array value of 0).
    For example if the array was [0][0][1]
    The user could pick door one (array position 0). Which is a goat.
    The game show host then reveals a goat that is not the users choice-- which would be array position 1.
    After the game show host reveals the goat-- I want the user to always switch his decision to the only other remaining door that was not his first choice.
    Then I wanted the computer to test to see if his final choice is the one with a car. And to tally up the amount of times he got it right.
    --Sorry that was long winded:
    import TerminalIO.*;//imports TerminalIO package for system.out.println
    import java.util.*;//import java.util for random
    public class Monty_Problem
         int doors[]= {0,0,0};
         Random rand= new Random();
         double wins,totals=0;
         public void carAssignment()
              int car_door= rand.nextInt(3);
              doors[car_door]=1;
         public int judgesChoice(int judgeDoor, int initialChoice)
              if(judgeDoor != initialChoice && doors[judgeDoor]!=1)
                   return judgeDoor;
              else
                   return judgesChoice(rand.nextInt(3), initialChoice); //infinite loop right here that I cannot remedy.  I want the program to have the judge pick a location that is not occupied by a  '1' and is not the user's choice. 
         public void gamePlaySwitches()
              int initialChoice= rand.nextInt(3);
              int judgeDoor = 0;
              int secondChoice= 0;
              judgeDoor= judgesChoice(rand.nextInt(3), initialChoice);
              //This part is meant to have the user switch choices from his initial choice
                   // to the only other choice that hasn't been revealed by the judge. 
              while(secondChoice == initialChoice || secondChoice== judgeDoor)
                   secondChoice++;
              if(doors[secondChoice]==1)
                   wins++;
                   totals++;
              else
                   totals++;          
         public static void main(String [] args)//creates the main menu
              Monty_Problem a= new Monty_Problem();
              int games=0;
              while(games!=100)
                        a.carAssignment();
                        a.gamePlaySwitches();
                        games++;
              System.out.println(a.wins/a.totals);
    }Edited by: EvanD on Jan 11, 2008 4:17 PM

  • Need help from experts with process of printing Payroll Checks in-House

    Appreciate any information on below issues please.
    We upgraded from 4.0 to 4.7
    1. For some reason 10 Direct Deposit advises get destroyed and need to be reprint only those 10, instead of whole 2000
    2. Is there a way to change payment method (T-C without modifying IT 0009, used report RPTTKM40 for this in 4.0 version) for certain people and pay thru DME
    3. Do you print 401K/Deferred Comp % on remuneration statement as ANZHL is no more populated in payroll cluster after 4.7?  If Yes how do you get the ANZHL values.

    I am not sure if this would be a fix for you, but a glimmer of hope shines from this link,
    http://www.friday.com/bbum/2006/02/20/recovering-disk-images-with-diskwarrior/

  • Need help in XML data processing

    Hi All,
    I have to process a stored procedure's input parameter which comes as a string in the XML format.
    Ex:
    <Search>
    <Row1>
    <Table1>Tab1</Table1>
    <Column1>col1</Column1>
    <Operator1>op1</Operator1>
    <Value1>val1</Value1>
    </Row1>
    <Row2>
    <Table2>Tab2</Table2>
    <Column2>col2</Column2>
    <Operator2>op2</Operator2>
    <Value2>val2</Value2>
    </Row2>
    </search>
    I should process the above parameter and build a select query from each row.
    Ex: select * from Tab1 where col1 op1 val1;
    How can i achieve this?
    i am using oracle 11g version.
    Thanks in advance to all.

    Your xml is not "well-formed" as every tag has a separate name (the numbering part in Row1, Row2 etc.), i would expect it as
    <Search>
      <Row>
        <Table>Tab1</Table>
        <Column>col1</Column>
        <Operator>op1</Operator>
        <Value>val1</Value>
      </Row>
      <Row>
        <Table>Tab2</Table>
        <Column>col2</Column>
        <Operator>op2</Operator>
        <Value>val2</Value>
      </Row>
    </Search>Anyway, this would do what you want:
    WITH DATA AS (SELECT XMLTYPE('<Search>
                                  <Row1>
                                  <Table1>Tab1</Table1>
                                  <Column1>col1</Column1>
                                  <Operator1>op1</Operator1>
                                  <Value1>val1</Value1>
                                  </Row1>
                                  <Row2>
                                  <Table2>Tab2</Table2>
                                  <Column2>col2</Column2>
                                  <Operator2>op2</Operator2>
                                  <Value2>val2</Value2>
                                  </Row2>
                                  </Search>') xml
                    FROM DUAL
    SELECT 'SELECT * FROM ' || TAB || ' WHERE ' ||COL || ' ' || OPER || ' ' || VALUE
      FROM (SELECT EXTRACTVALUE(xml, '/Search/Row' || LEVEL || '/Table' || LEVEL) TAB,
                   EXTRACTVALUE(xml, '/Search/Row' || LEVEL || '/Column' || LEVEL) COL,
                   EXTRACTVALUE(xml, '/Search/Row' || LEVEL || '/Operator' || LEVEL) OPER,
                   EXTRACTVALUE(xml, '/Search/Row' || LEVEL || '/Value' || LEVEL) VALUE
              FROM DATA
              CONNECT BY LEVEL<100
    WHERE TAB IS NOT NULL

  • Need help in process chain *need help immdtly*

    I need help in creating one process chain.
    1. i have to load one infopackage to a PSA.
    2. then have to do load for one infocube from two different infocubes one after the other.
    for all these loads one restriction of fiscal year period  to be common value.
    this value may either be allowed to user to select or loaded automatically taking the previous fiscal year value .. any of these two options are fine.
    it would be helpful if anyone can help me out.

    Here is the code for Z program...you can create Tcode thr SE93 where user can enter value .
    parameters: fsper type /BI0/OIFISCPER DEFALUT 2010008.
    data: wa_tvarvc type tvarvc.
    wa_tvarvc-NAME = 'FISCPER'
    wa_tvarvc-TYPE = 'P'.
    wa_tvarvc-NUMB = '
    wa_tvarvc-SIGN = 'I'.
    wa_tvarvc-OPTI = 'EQ'.
    wa_tvarvc-LOW = FSPER
    INSERT TVARVC FROM wa_tvarvc.
    Code for DTP's in Field Level.
    data: wa_tvarvc type tvarvc.
    select single from tvarvc into wa_tvarvc where NAME = 'FISCPER'.
    L_T_RANGE-low = wa_tvarvc-LOW
    L_T_RANGE-SIGN = 'I'.
    L_T_RANGE-OPTION = 'EQ'.
    APPEND L_T_RANGE

  • Need help in getting process form data

    Hi,
    We have one IT resource type definition say SSH. We have number of IT resources-abc,xyz of same type-SSH .
    When user gets provisioned to this resource, then in the resource profile, we can see resource name as SSH. In the process form of SSH we can see the IT resource name -abc,xyz
    Now the requirement is I need this IT resource name from process forom of SSH. I have written one java code which sends out an email to application owner when this SSH resource is revoked. But I need to show the IT resource name-abc,xyz in the email to application owners.
    Can anybody help to get the process form data?
    Thanks,
    Kalpana.

    yes, add new attribute to the process form and populate using adapter find below code
    public long getITResource(String itResource) {
              long returnValue = 0;
              String methodName = "getITResource";
              try {
                   tcITResourceInstanceOperationsIntf tcITResourceIntf = (tcITResourceInstanceOperationsIntf)Platform.getService(tcITResourceInstanceOperationsIntf.class);
                   HashMap<String, String> map = new HashMap<String, String>();
                   map.put("IT Resources.Name", itResource);
                   tcResultSet resultSet = tcITResourceIntf
                             .findITResourceInstances(map);
                   if (resultSet.getRowCount() <= 0) {
                        logger.error(className, methodName,
                                  "Following IT Resource not fetched:" + map);
                        throw new Exception("IT Resource not fetched");
                   resultSet.goToRow(0);
                   logger.info(className, methodName, "ITResource determined.");
                   // Got the result
                   returnValue = resultSet.getLongValue("IT Resources.Key");
                   tcITResourceIntf.close();
                   ops.closeUtilityObject();
                   return returnValue;
              } catch (Exception e) {
                   logger.error(className, methodName, e.getMessage());
                   return returnValue;
    pass itResource name as literal in adapter. If it is 10g use tcUtilityFactory instead of Platforml.getService
    --nayan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Page failure when attempting to save java script in html header

    Currently there is java script code for a function that is seeded in the html header of a forms page by apex when the form is generated. This code is for the chicken test for the DELETE button. The function works as designed, but if I try to "APPLY C

  • Creation of an opportunity from quotation within CRM

    Hello Experts, The business requirement is asfollows: The quotations that have been created in ECC are replicated to quotations in CRM. Now they want to be able to create CRM opportunities as a follow up transaction to CRM quotation.  I know this is

  • Minus Sign in the Downloaded DME file using F110 Transaction

    Hi All, From the F110 Transaction I navigate to the DME Administration from the menu bar in order to download the DME file into my system. I could open the txt file that is downloaded. Now my requirement is to add a minus sign to the invoice amount o

  • ICal Alarm show event button broken

    When an iCal alarm reminder pops up, clicking the button to show the details of the event has no effect. This is a new problem since using the transfer wizard to move to a new computer. I tried deleting all the iCal preferences and searching the disc

  • Closed Pages Can't Reopen

    I'm having an issue re-opening a closed tab in FF4. When I close a tab, I cannot reopen it via Ctrl+Shift+T nor via History > Recently Closed Tabs. The Recently Closed Tabs is also disabled within the History menu.