Placement of query fails

After upgrading to 1.0.2 and applying the patch I can't place a virtual machine. The server log includes the following topics:

2009-11-05-0600 INFO 15:42:45.490 TypeError: cannot read property 'name' of null (VM of Workflow: Clone of properties Get Nic1 values (item15) #2)

15:42:45.490 2009-11-05-0600 WARN Script on the workflow runtime error: Configure a VM / 'get Nic1 Values' (item15): TypeError: cannot read property 'name' of null (VM of Workflow: Clone of properties Get Nic1 values (item15) #2)

2009-11-05-0600 INFO 15:42:45.553 TypeError: cannot set property "isFree' null 'true' (Workflow: available VM / IP free (article 10) #9772)

15:42:45.553 2009-11-05-0600 WARN runtime error on the workflow Script: Configure a VM / 'free IP Address' (item10): TypeError: cannot set the property 'isFree' null 'true' (Workflow: available VM / IP free (article 10) #9772)

Any thoughts?

We are experiencing the same issue. work around we do it was changed flexible network cards and LCM seems like them so

Tags: VMware

Similar Questions

  • We get an error to install Acrobat DC - WebGet query failed

    Get an error in the installation of Acrobat DC - WebGet query failed

    1. try a different browser.

    2. If you follow the 7 steps you can directly download a free trial here: DC Pro/Standard of Adobe Acrobat and Reader: Direct Download Links | ProDesignTools

    If you have a problem from the download, you follow the 7 steps, or your browser does not accept cookies.

    the most common problem is caused by failing to meticulously follow the steps 1, 2, and/or 3 (which adds a cookie to your system, allowing you to download the correct version of the adobe.com site).

    failure to obtain this cookie translates into an error page displayed after clicking on a link on prodesigntools.com or initiates the download of an incorrect (e.g., current) version.

  • Try to download Adobe Acrobat Pro XI and get WebGet query failed

    Try to download Adobe Acrobat Pro XI and get WebGet query failed

    Hi gavinl68630204,

    Could you please try download Acrobat XI from the link below:

    https://helpx.Adobe.com/Acrobat/KB/Acrobat-downloads.html

    Make sure that you are logged on as administrator, and please disable anti-virus programs (as appropriate) as these likely to interrupt the download process.

    Let me know if you face any problem.

    Kind regards

    Ana Maria

  • Instrument ID query failed(ivi-com)

    Hi all:

    I tried to check the interchangeable function on ivi - com, so I used the fluke45 to replace the agilent34401, and the ivi - com driver is agilent.
    I created a session driver for fluke45, he is respected in the agilent ivi - com driver.
    But it works fine when I connect to 34401, it does not work when I am connected to the fluke45.
    And when the code executed fluke45. Initialize ("GPIB0::22:INSTR", true, true, ""); have an error: Agilent34401: failed query tool ID.
    I checked the gpib address and he's right, I don't know why it happened.
    Can give you some ideas on this subject?
    Thank you very much.

    Hello cat,.

    There are specific IVI - C drivers for two of these instruments (ni.com/idnet) IDNet, I recommend using those since they are certified NOR and NOR-supported.  If you want the interchangeability, you should call in the class of your IVI - COM instrument drivers interface or use class IVI - C drivers.  Please answer the following questions:

    1. what development environment do you use?

    2. you use class IVI - C drivers?

    3. What is the main purpose of your test application?

    Thank you

    NathanT

  • Place to query windows event log?

    Hello:

    Is it possible to query the CVI windows event log?

    I don't see all the Windows event recorder functions available in the windows SDK provided with CVI 8.

    What are the functions of windows recorder that I refer:

    http://msdn.Microsoft.com/en-us/library/aa385784 (vs.85) .aspx

    I am interested in the capture of application errors from the event logs on the stations running Teststand and CVI.

    Thank you
    Dave

    You can use the ReadEventLog function.  It is documented in the Windows 2000 RC2 SDK distributed with CVI FDS 8.5.1.  Do not know if it is documented in the SDK software distributed with CVI 9.x

    ReadEventLog

    ReadEventLog

    The ReadEventLog function reads a large number of entries in the specified event log. The function can be used to read the journal entries in chronological order or reverse chronological.

    BOOL ReadEventLog(
      HANDLE hEventLog,                // handle to event log
      DWORD dwReadFlags,               // how to read log
      DWORD dwRecordOffset,            // offset of first record
      LPVOID lpBuffer,                 // buffer for read data
      DWORD nNumberOfBytesToRead,      // bytes to read
      DWORD *pnBytesRead,              // number of bytes read
      DWORD *pnMinNumberOfBytesNeeded  // bytes required
    );
    

    Parameters

    hEventLog
    [in] Handle to read the event log. This handle is returned by the OpenEventLog function.
    dwReadFlags
    [in] Specifies how the read operation is to move forward. This parameter must include one of the following values.

    Value Meaning
    EVENTLOG_SEEK_READ The read operation derives from the record specified by the dwRecordOffset parameter.

    This flag cannot be used with EVENTLOG_SEQUENTIAL_READ.

    EVENTLOG_SEQUENTIAL_READ The read operation is in order since the last call to the function ReadEventLog using this handle.

    This flag cannot be used with the EVENTLOG_SEEK_READ.

    If the buffer is large enough, more than one record can be read at the specified seek position. You must specify one of the following flags to indicate the direction for successive read operations.

    Value Meaning
    EVENTLOG_FORWARDS_READ The journal is read in chronological order.

    This flag cannot be used with EVENTLOG_BACKWARDS_READ.

    EVENTLOG_BACKWARDS_READ The journal is read in reverse chronological order.

    This flag cannot be used with EVENTLOG_FORWARDS_READ.

    dwRecordOffset
    [in] Specifies the registration number - the journal entry in which to begin the read operation. This parameter is ignored unless dwReadFlags includes the EVENTLOG_SEEK_READ flag.
    lpBuffer
    [out] Pointer to a buffer for the reading of the event log data. This parameter cannot be NULL, even if the nNumberOfBytesToRead parameter is null.

    The buffer will be filled with an EVENTLOGRECORD structure.

    nNumberOfBytesToRead
    [in] Specifies the size, in bytes, of the buffer. This function will read as whole submissions contained in the buffer. the function does not return the partial entries, even if there is room in the buffer.
    pnBytesRead
    [out] Pointer to a variable that receives the number of bytes read by the function.
    pnMinNumberOfBytesNeeded
    [out] Pointer to a variable that receives the number of bytes required for the following journal entry. This count is not valid unless ReadEventLog returns zero, and GetLastError returns ERROR_INSUFFICIENT_BUFFER.

    Return values

    If the function succeeds, the return value is nonzero.

    If the function fails, the return value is zero. To get extended error information, call GetLastError.

    Remarks

    When this function returns successfully, the playback in the error log position is adjusted by the number of records to read. Only a number of set of event log records will return.

    Note  Configured for this source file name can also be the file name configured for other sources (several sources may exist under subkeys under one log file). Therefore, this function can return events that have been recorded by several sources.

    Requirements

    Windows NT/2000: Requires Windows NT 3.1 or later version.
    Windows 95/98: Not supported.
    Windows CE: Not supported.
    Header: Declared in winbase.h; include windows.h.
    Library: Use advapi32.lib.
    Unicode: Implementation of both Unicode and ANSI under Windows NT/2000.

    See also

    Event logging overview event logging functions, ClearEventLog, CloseEventLog, EVENTLOGRECORD, OpenEventLog ReportEvent

  • Microsoft SQL Server 2014 (SP1 - CU4) (KB3106660) query failed with error ORDER BY items must appear in the select list if SELECT DISTINCT is specified.

    Hello
    I use Microsoft SQL Server 2014 (SP1 - CU4) (KB3106660) Enterprise Edition (64-bit) on Windows NT 6.1 (Build 7601: Service Pack 1)

    SELECT DISTINCT A.PI_LOOKUP_CATEGORY_ID,
    REPLACE (REPLACE (UPPER (A.LOOKUP_CATEGORY_NAME), ' ', '_'), '-', '_') AS CATEGORY_TECH_NAME,
    A.LOOKUP_CATEGORY_NAME,
    A.LOOKUP_CATEGORY_DESCR,
    COUNT (B.PI_LOOKUP_CATEGORY_ID) AS USAGE_COUNT
    FROM [PI_LOOKUP_CATEGORY] A LEFT OUTER JOIN B [PI_INSIGHT_COLUMN] WE
    A.PI_LOOKUP_CATEGORY_ID = B.PI_LOOKUP_CATEGORY_ID
    A.PI_LOOKUP_CATEGORY_ID GROUP,
    REPLACE (REPLACE (UPPER (A.LOOKUP_CATEGORY_NAME), ' ', '_'), '-', '_').
    A.LOOKUP_CATEGORY_NAME,
    A.LOOKUP_CATEGORY_DESCR
    ORDER TO REPLACE (REPLACE (UPPER (A.LOOKUP_CATEGORY_NAME), ' ', '_'), '-', '_')

    above request is failed with error ' ORDER BY items must appear in the select list if SELECT DISTINCT is specified. " Microsoft SQL Server (SP1 - CU4) 2014 (KB3106660)

    same query works fine with older versions of SQL servers like (2008R2, or 2012)

    Please let me know the resolution of this problem...

    Thank you
    Touria

    Ask here:

    MSDN - SQL Server - Microsoft forums

  • CF query fails in the CF, but works in SQL Server

    I have the following cfquery which fails in CF and sql in the error code is exactly the same as those listed here and works very well when placed in sqlserver...

    code will work when this section is deleted:

    and t.EmployeeNumber in

    (select std_user_id

    of HED.dbo.EDD_CPR_EMP

    where TERMINATION_DATE is null)

    Why it does not work with above the code and how to make it work?

    my code:

    < html >
    < head >
    < title > retrieve data from database < /title >
    < / head >

    < body >

    <!-Game-> Datasource (s)
    < cfset intellex_datasource = "In Intelex" >

    < CFQUERY NAME = "get_data" datasource = "#intellex_datasource #" >

    Select distinct
    c.CourseTypeName Type,
    Substring (s.WorkGroupName, 1, 2) Dept,
    t.EmployeeNumber Win2k,
    t.FirstNam FirstName,
    t.LastName LastName,
    a.CourseName courses,
    b.NextDate NextDate
    trnTraining a, trnEmployeeTraining b, trnCourseType c, trnEmployeeWorkgroup r, trnWorkgroups s, sysEmployee t
    where b.PriorityId = 'Y '.
    and a.CourseId = b.CourseId
    and a.CourseTypeId = c.CourseTypeId
    and c.CourseTypeName = 'MS '.
    and r.employeeID = b.employeeID
    and r.employeeID = t.employeeID
    and t.EmployeeNumber in
    (select std_user_id
    of HED.dbo.EDD_CPR_EMP
    where TERMINATION_DATE is null)
    and t.deleted is null
    and r.workgroupID = s.workgroupid
    and len (s.WorkGroupName) < = 2
    and b.NextDate > = getdate()
    order of t.LastName, t.EmployeeNumber, a.CourseName
    ;

    < / cfquery >
    < h4 > used data based on criteria of form < / h4 >
    < cfoutput query = "get_data" >

    #Get_data.type #, "Check it", #Get_data.win2k # < br >

    < / cfoutput >

    < / body >
    < / html >

    CF_newtome wrote:

    -Looks like CF is unable to manage a sql to access two different databases?

    CF can do, but I guess that the credentials that you use in the CF data source where is the problem.

    Connect to SQL Server in SQL Server Management Studio by using the same credentials used by the data source and test your query.

    See you soon

    Eddie

  • This is how a SELECT query fails with ORA-1555 occur?

    11 GR 2/RHEL 6.2

    I would like to know exactly how a SQL fails with error ORA-1555.

    Please take a look at the following simple example.

    INVENTORY_DETAIL is a table that stores information about items in a store.

    For this DB UNDO_RETENTION is set to 3 600 (1 hour) and TUNED_UNDO_RETENTION Meanwhile 5400 (1.5 hours)

    At 15:00, there's 12 Logitek involved in inventory.

    ITEM_ID NOM_ELEMENT STOCK_LEFT

    --------- -------------------- ----------

    8432 LOGITEK 12 SPEAKER

    At 15:00 Session1, starts a SELECT large with several tables joins query. Something like

    Select id.item_id, id.item_name, su.supplier_price, su.supplier_code

    Su.batch_code...

    of INVENTORY_DETAIL id join in-house suppliers knew on (id.supplier_id = su.supplier_id)

    ...

    ..

    03:02, Session1 reads the block that stores the line with item_id = 8432 and learns that he has 12 Logitek left speakers.

    15:10, Session2 delivers the next UPDATE and he agrees immediately.

    Update inventory_detail set stock_left = 7 where item_id = 8432;

    commit;

    The UNDO data for Session2 transaction are stored in the measure of cancellation remaining, and the UNDO data gets debusquees at 04:40 when the TUNED_UNDO_RETENTION of 1.5 hours is crossed at 16:40.

    Because of the bad of e/s, query SELECT of Session1 manages to retrieve all the records only from 17:00.

    But session1 notice this line with item_id = 8432 changed. Now, there's only 7 Logitek speakers which is inconsistent with what he learned at 15:02 (who was then at 12). Because of this incompatibility SO not able to recover data UNDO on this gap, ORA-1555 is thrown. My assumptions are good?

    3:10PM                             4:10PM                          4:40PM                       5:00PM

    |===================================|-------------------------------|-----------------------------|

    UNDO_RETENTION = 1 HR retention Undo Tuned = 1.5 h finishes of request for enforcement

    Martin, you asked, "are the correct on the circumstances that led to ORA-1555 my explanations?  The answer is no.  Oracle does not notice at the end of the query that changed a line he read.  Instead, each read line is at the same point in time.  When Oracle sees that a row has changed Oracle reads the UNDO segments to find the version of the data corresponding to the query start time.  If these data cannot be found the ORA-01555 error is raised.

    - -

    HTH - Mark D Powell.

  • iPhotos places map query

    Hello. I use OS x Yosemite 10.10.5 and chose to stay rather than switch to Photos with iPhoto.

    What I'm trying to figure out how to do is view markers on the map places that are only from specific photos (IE a public holiday). I don't mean the card sneak peek downstairs right - I want to be able to take a screenshot of a full sized screen map.

    I tried relevant photos, then clicking the map then in the folder with markup indicator but it shows each marker photo I've ever taken.

    Does anyone know the trick to get the card to only show only specified markers?

    Thanks in advance.

    You can restrict the card in some places, using the drop down menus at the top of the map:

    Another way would be to create a photo book with just one page of map showing the pins for the selected photos and then print this page in pdf format. Wil giving card in a better resolution as a screenshot:

  • OR operator in places of query. Cannot make it work.

    I followed and no work. How can I get OR at work?

    Place: terms = word1 OR word2 & domain = www.google.com & domainIsHost = true & expandQueries = true & queryType = 1

    Place: terms = word1ORword2 & domain = www.google.com & domainIsHost = true & expandQueries = true & queryType = 1

    References: https://developer.mozilla.org/en-US/docs/Places_query_URIs
    http://forums.mozillazine.org/viewtopic.php?f=23 & t = 629560

           Operator   Description
           OR         This is the OR logical operator.
    

    This option to use & OR separate terms:

    place:terms=word1&OR&terms=word2&domain=support.mozilla.org&domainIsHost=true&expandQueries=true&queryType=1

    It seems to work for me for a historical research:

    place:terms=heart&OR&terms=led%20zeppelin&domain=www.youtube.com&domainIsHost=true&expandQueries=true&queryType=0
  • LOV query fails, but works in SQL commands

    I am trying to create a type with semi-automatic item text field, but the query I fill in the definition of LOV returns an error:

    Impossible to analyze the query SQL LOV!

    ORA-00942: table or view does not exist

    Although when I try the same query in the form of SQL commands, it works without any problem. No idea what I am doing wrong?

    The query is as follows, where v_prt_gem_t is a view and prt_gem is a table.

    SELECT
          PG.POST_CODE||' '||PT.NAAM
    FROM
          V_PRT_GEM_T PT
          INNER JOIN
          PRT_GEM PG
          ON
          PT.NR = PG.NR
    WHERE
          LAN_NR = 4
    
    

    Julijan wrote:

    I am trying to create a type with semi-automatic item text field, but the query I fill in the definition of LOV returns an error:

    Impossible to analyze the query SQL LOV!

    ORA-00942: table or view does not exist

    Although when I try the same query in the form of SQL commands, it works without any problem. No idea what I am doing wrong?

    The query is as follows, where v_prt_gem_t is a view and prt_gem is a table.

    1. SELECT
    2. PG. POST_CODE | » '|| PT. NAAM
    3. Of
    4. PT V_PRT_GEM_T
    5. JOIN IN-HOUSE
    6. PG PRT_GEM
    7. WE
    8. PT. NR = PG. NR
    9. WHERE
    10. LAN_NR = 4

    It is likely that CERTAIN privileges on one or two tables/views used are granted for the scheme of the analysis of the application through a role, not directly to the schema. Role-based privileges will be observed in the workshop of SQL in the latest versions of database, but not for running applications. See (YABAOAE) yet another Blog about Oracle Application Express: Application Express and SQL Analysis for detailed information.

    That's why you always have to give the full APEX and the database version numbers when you ask a question: implementations and features change over time. If we know exactly which versions are used so we can determine what behavior is expected, and what bugs exist or have been corrected...

  • On the list field with amount of placement matches query strings

    Hello!

    I have a property on produt is a list of string, it is called keywords, short product.keywords. I would like to query items that have similar, ordered keywords with the highest number of matches.

    For example:

    Product 1: key1, key2, key3

    Product 2: key1, key4

    Product 3: key1, key2, key5

    A query for "Product 1" similar goods would, in that order.

    Produces 1 (exact match)

    Product 3 (as associated with the keywords, key1 and key2 2)

    Product 2 (because it is matching 1 single keyword, key 1)

    I am able to return items, but not ordered, with this query:

    NTK = Product.Keywords

    NTT = "key1" | "' key2 ' | "" Key3 ".

    NTX = mode + matchallpartial

    How can I use classification for this request?

    Thank you.

    you will need to reproduce the Ntk matching property names to the many values of Ntt. In your URL, try two Ntk like Ntk = product.keywords | product.keywords

    http://localhost:8006/endeca_jspref/controller.jsp?N=0&eneHost=localhost&enePort=20000&SID=144F54DBCA77&N=0&NTK=product.keywords|product.keywords&NTT=Deus|Inferno&NTX=mode+matchallpartial+rel+freq

    You've got a friend difficult.  Looks like that the OER in search mode flags are applied to the names of properties of Ntt in order. To only one case is provided.

  • Hi I have a question about the unique row function executed a query "select lower ('test' |)» SYSDATE + 1) twice; "fails when as" Select lower (sysdate + 1 |) " (' test') twice; "is executed without error?

    SQL > select lower (sysdate + 1 |) (' test') twice;

    LOWER (SYSDATE + 1

    ---------------

    07 jul-2014test

    SQL > select lower ('test' | + 1 sysdate) twice;

    Select lower ('test' | sysdate + 1) of the double

    *

    ERROR on line 1:

    ORA-01722: invalid number

    The query fails because it cannot perform arithmetic (+ 1) on a channel not digital.  However, the query that successfully interpreted the arithmetic in the first place, that it concatenated the string 'test' to it...  Make sense?

  • Failed to export or import the custom query dataset

    Hello

    I am a newbie of the IOM, please let me know where I am going wrong with export or import custom query data set.

    Here are the steps I followed:
    1. modify the weblogic.properties with values such as
    wls_servername = xxx
    application_name = OIMMetadata
    metadata_from_loc = D: / / Oracle / / Middleware / / Oracle_IDM1 / / / / metadata / / custom server
    metadata_to_loc = D: / / Oracle / / Middleware / / Oracle_IDM1 / / / / metadata / / custom server
    metadata_files = / *.
    2. created the dataset of application to configure a user for a resource.
    <? XML version = "1.0" encoding = "UTF-8"? >
    < request-set of data xmlns = "http://www.oracle.com/schema/oim/request."
    xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
    xsi: schemaLocation = "http://www.oracle.com/schema/oim/request."
    name = entity "Provided ABC Interface" = "ABC Interface' operation 'DISPOSITION' = >

    < name AttributeReference = "User ID".
    attr-ref = 'User ID'
    available in bulk = "false".
    Type = "String".
    length = "50".
    Widget = "text".
    required = "true" / >
    < name AttributeReference = "Last Name".
    attr-ref = "Last Name"
    available in bulk = "false".
    Type = "String".
    length = "50".
    Widget = "text".
    required = "true".
    MLS = "false" / >
    < name AttributeReference = "first name".
    attr-ref = "first name".
    available in bulk = "false".
    Type = "String".
    length = "50".
    Widget = "text".
    required = "true".
    MLS = "false" / >
    < name AttributeReference = "Email".
    attr-ref = "Email".
    available in bulk = "false".
    Type = "String".
    length = "50".
    Widget = "text".
    required = "true".
    MLS = "false" / >
    < name AttributeReference = 'Type '.
    attr-ref = 'Type '.
    available in bulk = "false".
    Type = "String".
    length = "50".
    Widget = 'drop-down list.
    search-code = 'Type '.
    required = "true" / >
    < / request-set of data >

    3. place the query dataset in D: / / Oracle / / Middleware / / Oracle_IDM1 / / / / metadata / / server custom/ABC
    4 OIMMetadata is in the active state.
    5 tried to import a dataset with the credentials but failed with the following error:

    UserWarning: MDS-91002: execution of the MBean MDS Application for 'OIMMetadata' is not available. failure of the operation "importMetadata".
    When importing the query data sets

    There is no error during the startup of the IOM with MBean server too.

    Could someone suggest me to fix this error.

    Appreciate your help

    Thank you
    PGM

    This problem happens when your OIMMetadata app does not work or not in Active state. Then, go to the Weblogic Console and check that the application of the OIMMetadata runs or not if she is nine or any other (not active) in order better to restart the server. This will solve your problem.

    Thank you

  • KB978601 KB979309 fails to install with error 80070490 code

    I could not find a Windows Server 2008 R2 forum, so please advise if I post in a forum other than this one.  I am running Windows Server 2008 R2 standard.

    =================================

    Windows Update cannot install KB978601 and KB979309 with error code 80070490.  Following several other discussions on similar issues of update, I installed and running Windows Update Readiness Tool.  Here's my dump checkSUR.

    =================================
    Preparation of control system was updated.
    Binary version 6.1.7600.20667
    Package, Version 8.0
    2010-07-22 00:47

    Checking Windows Service Packages

    Checking of manifests package and catalogs

    Checking package Watchlist

    Watchlist checking

    Checking packages
    (f) MOTHER of CBS missing 0 x 00000002 servicing\Packages\Package_for_KB978601_RTM~31bf3856ad364e35~amd64~~6.1.1.1.mum

    Control components store

    Summary:
    Seconds executed: 263
    Found 1 errors
    CBS MUM lack count: 1

    Unavailable repair files:
    servicing\packages\Package_for_KB978601_RTM~31bf3856ad364e35~AMD64~~6.1.1.1.mum
    servicing\packages\Package_for_KB978601_RTM~31bf3856ad364e35~AMD64~~6.1.1.1.cat

    =================================

    I tried to fix the problem by downloading KB978601 standalone install, but the installation also fails.  I have also noticed that Server Manager is therefore more able to refresh the roles summary or summary features and details of the error gives me an HRESULT error code: 0 x 80070490 as well.  All errors I knew took place after the failed attempt of Windows Update.

    See method 2 in the Windows Vista, Windows Server 2008, Windows 7 and Windows Server 2008 R2 here: http://support.microsoft.com/kb/958044

    FOR INFO:

    Server 2008 R2 general Forum
    http://social.technet.Microsoft.com/forums/en/windowsserver2008r2general/threads

    Windows Server Security Forum
    http://social.technet.Microsoft.com/forums/en/winserversecurity/threads

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

Maybe you are looking for

  • Parallels vs. Bootcamp?

    I use Parallels to Quicken and QuickBook to ensure the continuity of my biz and personal finance since I got my Mac about 5-6 years ago. It's a pain - especially for my accountant, coming 2 X / month. I am considering getting a machine of small cheap

  • Portege R830 - need to value added for Win8 64 bit package

    Hello I have a Portege R830-1 and I am very disappointed with Toshiba. I have the function keys working on the first month of windows 8. whenever a windows update broke that for me and after that the kys function no longer works. I reformatted the pc

  • Do I need User-Mode Driver Framework Feature Pack 1.0

    Can I uninstall it?

  • Webworks keyboard shortcuts?

    Can't find documentation on keyboard shortcuts using webworks. Can someone post a link?

  • Thread synchronization

    Hi all I don't really know how to work the Blackberry UI thread! I have the function run a thread in which I make my travel manager. After the move is completed I want to set the focus on the Manager, but is not update: first call this function later