BPM composer getting refreshed automatically at regular intervals

Hi,
We have installed SOA Suite 11.1.1.6. While working on BPM composer, the window gets refreshed automatically after regular intervals and the entire work gets lost.
Any help is highly appreciated.
Thanks,
Deepak

> and the tcode for the lock is KRNL. and we dont have any other information regarding this.
You mention that this is the account of an employee, so I assume a Dialog type user ID.
Sounds to me like a script somewhere with this user ID in it for the connection to the system. Could be anywhere... theoretically also on a PC.
Contact the user and ask them whether they saved their pwd anywhere.
Also activate the SM20 dynamic filters to find the terminal for all types of events (also not critical) before the next pwd lock of the user (128).
If you find that the terminal is an application server of your own system, then you will need to check your jobs again in more detail and in extreme cases even transport imports.
Cheers,
Julius

Similar Messages

  • How to send a mail automatically at regular intervals

    Hello everyone,
    I need to develop an Auto Responder application where we have to send mails to customers automatically at regular intervals. I had no idea on the concept of sending mails automatically at certain time intervals. So, i request you to help me in this regard and solve my problem.

    Hi,
    its very simple, U can use Java mail or other api for sending mail,
    Use Timer and TimerTask for sending at regular intervals
    public SendMail extends TimerTask
    // other initializations
    public void run()
    // Send mail code
    public class MailExample
    // Half an Hour , every half an hour it runs the job
    static final int INTERVAL=1000*60*30;
    // Before running job wait 1 minute
    static final int WAIT=1000*60;
    public static void main(String args[])
    TimerTask sendMail=new SendMail();
    Timer mail=new Timer();
    mail. schedule(sendMail,WAIT,INTERVAL);
    if any help needed, send mail to prasadbr33 at gmail dot com
    Hope it would solve ur problem
    Cheers
    Rajendra Bandi

  • How can i refresh JFrame at regular intervals to display in intervals

    I have a query which is :
    String query = "select FIRSTNAME, MIDDLEINITIAL, LASTNAME from user" ;
    now i have executed the above query
    ResultSet rs = stmt.executeQuery(query) ;
    Suppose i get 2000 rows in my resultset after execution.
    If i want to display all the contents of my query inside a JFrame, then i can say
    JFrame myFrame = new JFrame() ;
    myFrame.setSize(500, 500) ;
    while(rs.next()){
    add the results to myFrame
    myFrame.pack() ;
    myFrame.setVisible() ;
    but this may take a long time to show my frame, because first it has to either add components to my JFrame if use JLabels or if i use graphics then it has to wait till complete all of my drawString's to display the JFrame.
    and this may take time.
    I would like to know, how can make my JFrame intelligent enough so that if first display an empty frame, refresh at regular intervals and see how many i have fetched from the result set and add those to my JFrame, and do this opration untill i am done fetching all the results.
    Thanks
    Arun

    Any reason why you aren't displaying the results in a table? Both labels and drawString do not seem like a good alternative.
    Now to your question, you could use a thread and force painting after so many from the resultset. You could display a fixed number and implement your own scrolling scheme. Say paint first 50 and scrolling forward and back.

  • Sending mails automatically at regular intervals

    Hello everyone,
    We have to create Auto Responder application where we need to send mails automatically to customers(clients) at regular intervals. we need to send these mails automatically without any manual involvement.Wat we know is just the client's email and once we get the clients mail,our application should be able to send these mails at regular periodic intervals. Plz help me out in arriving at a solution for this problem.

    I'm loathe to respond to a thread about what could very well be spamming software. You posted this question in multiple forums, which doesn't help the case any. In any case, you received responses pointing you in the right direction in the other forums. Please do not abuse our forums and waste our time by posting the same question in multiple forums.
    -Ian Evans

  • Send a mail automatically at regular intervals

    Hello,
    I need to develop an Auto responder application where i need to send mails or newsletters to customers automatically without any manual involvement.These mails should be sent at regular time intervals(Every 7-days ...etc).I request you to help me in arriving at a solution for this problem.

    Are you on a windows machine? If yes you can simply develop your java code, create a .bat launcher and register it in the Scheduled Tasks (in the Control Panel) configuring it to run every 7 days.

  • UWL not getting refreshed automatically

    Hi,
    We have a requirement, where in the MSS UWL, we dont require all the 4 tabs (Alerts, Tasks, Notification, Tracking) in the worklist. We only want Tasks tab, which is possible through UWl configuration, which we have done.
    Now we have only 1 tab which is Tasks tab, but the problem is when the user logs in, the worklist displays "No items to display", but when we click on the Tasks tab again all the workitem appears.
    Can someone let me know is there any other settings/ configuration that needs to be done to automatically refresh the Tasks workitem, when the user logs in.
    Thanks,
    Vijai.

    Hi Vijay,
    To use additional personalization options, select the Advanced View link. Since, the advanced personalization view allows you to specify additional display parameters.
    Under the same you will see a category 'Set Further Options' under which you can change the Automatic page refresh rate
    This rate refers to the update of the view in the Universal Worklist. It does not involve any access to the back end system.
    Hope this helps.
    Regards,
    Shailesh

  • Oracle Materialized view tables not getting refreshed automatically.

    At Destination:--
    CREATE MATERIALIZED VIEW PROG_MEDIA
    TABLESPACE ONA_TS1
    BUILD IMMEDIATE
    REFRESH FAST with rowid
    START WITH SYSDATE
    NEXT SYSDATE+1/96
    AS (select /*+ PARALLEL(a,6) */ * from PROG_MEDIA@onair a);
    exec dbms_mview.refresh('PROG_MEDIA','C');
    At Source:--
    CREATE MATERIALIZED VIEW LOG ON ONAIR.PROG_MEDIA
    TABLESPACE MVLOG
    WITH ROWID;
    Fired manually:--
    13:00:43 SQL> exec dbms_mview.refresh('PROG_MEDIA','C');
    PL/SQL procedure successfully completed.
    At source:--
    13:18:35 SQL> select PROG_MEDIA_ID,PROG_MEDIA_NAME from PROG_MEDIA where PROG_MEDIA_ID='102226';
    PROG_MEDIA_ID
    PROG_MEDIA_NAME
    102226
    test
    At Destination:--
    14:03:28 SQL> select PROG_MEDIA_ID,PROG_MEDIA_NAME from PROG_MEDIA where PROG_MEDIA_ID='102226';
    PROG_MEDIA_ID PROG_MEDIA_NAME
    102226 UTSAV-5-162077
    JOB LOG_USER THIS_DATE LAST_DATE_TIME NEXT_DATE_TIME INTERVAL FAILURES WHAT
    242 ONAIR 17-05-11 14:17:24 SYSDATE+1/96 7 dbms_refresh.refresh('"ONAIR"."PROG_MEDI
    A"');
    242 ONAIR 17-05-11 14:32:25 SYSDATE+1/96 8 dbms_refresh.refresh('"ONAIR"."PROG_MEDI
    A"');
    1> I have scheduled this refresh job for every 15mins, but its not getting executed. Also my job_queue_process is '20'. Whenever i execute it manually it get's refresh.
    2> I can schedule a cron for the same for every 15mins but i really dont want to do it.
    Kindly help me out.

    Hi,
    I have created MV_CAPABILITIES_TABLE & executed below commands:--
    17:56:54 SQL> EXECUTE DBMS_MVIEW.EXPLAIN_MVIEW ('"ONAIR"."PROG_MEDIA"');
    PL/SQL procedure successfully completed.
    17:57:26 SQL> SELECT capability_name, possible, SUBSTR(related_text,1,8)
    17:57:27 2 AS rel_text, SUBSTR(msgtxt,1,60) AS msgtxt
    17:57:27 3 FROM MV_CAPABILITIES_TABLE
    17:57:27 4 ORDER BY seq;
    CAPABILITY_NAME P REL_TEXT MSGTXT
    PCT N
    PCT N
    REFRESH_COMPLETE Y
    REFRESH_COMPLETE Y
    REFRESH_FAST Y
    REFRESH_FAST Y
    REWRITE N
    REWRITE N
    PCT_TABLE N PROG_MED relation is not a partitioned table
    PCT_TABLE N PROG_MED relation is not a partitioned table
    REFRESH_FAST_AFTER_INSERT Y
    REFRESH_FAST_AFTER_INSERT Y
    REFRESH_FAST_AFTER_ONETAB_DML Y
    REFRESH_FAST_AFTER_ONETAB_DML Y
    REFRESH_FAST_AFTER_ANY_DML Y
    REFRESH_FAST_AFTER_ANY_DML Y
    REFRESH_FAST_PCT N PCT is not possible on any of the detail tables in the mater
    REFRESH_FAST_PCT N PCT is not possible on any of the detail tables in the mater
    REWRITE_FULL_TEXT_MATCH N PROG_MED mv references a remote table or view in the FROM list
    REWRITE_FULL_TEXT_MATCH N PROG_MED mv references a remote table or view in the FROM list
    REWRITE_FULL_TEXT_MATCH N query rewrite is disabled on the materialized view
    REWRITE_FULL_TEXT_MATCH N query rewrite is disabled on the materialized view
    REWRITE_PARTIAL_TEXT_MATCH N materialized view cannot support any type of query rewrite
    REWRITE_PARTIAL_TEXT_MATCH N materialized view cannot support any type of query rewrite
    REWRITE_PARTIAL_TEXT_MATCH N query rewrite is disabled on the materialized view
    REWRITE_PARTIAL_TEXT_MATCH N query rewrite is disabled on the materialized view
    REWRITE_GENERAL N materialized view cannot support any type of query rewrite
    REWRITE_GENERAL N materialized view cannot support any type of query rewrite
    REWRITE_GENERAL N query rewrite is disabled on the materialized view
    REWRITE_GENERAL N query rewrite is disabled on the materialized view
    REWRITE_PCT N general rewrite is not possible or PCT is not possible on an
    REWRITE_PCT N general rewrite is not possible or PCT is not possible on an
    PCT_TABLE_REWRITE N PROG_MED relation is not a partitioned table
    PCT_TABLE_REWRITE N PROG_MED relation is not a partitioned table
    34 rows selected.
    Elapsed: 00:00:00.09
    What to be done next?
    Also i fired the job manually by:--
    17:38:02 SQL> set serveroutput on
    17:39:45 SQL> EXEC DBMS_JOB.RUN(242);
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.48

  • BPM Composer refreshing at regular intervals

    I have Installed soa suite 11.1.1.6. When we logged into bpm composer refresh automatically at regular intervals. All the changes which has been made are lost.

    First of all, thanks again for your responses. BTW: I was unaware if I had marked the problem as solved. I don't recall doing so.
    Are you running multiple AV or multiple Firewalls, are they causing the problem.
    '''Well, that may e something to look at, but it is also happening on my other computer which definitely is not running multiple firewalls.'''
    Are you able to identify the process.
    if it is Firefox did you try Safe Mode with all plugins disabled ?
    '''As mentioned above, I have run FFox in Safe Mode with plugins disabled on several occasions: no fix.'''
    what happens if you try Firefox offline
    '''As stated above, if I am off-line, FFox attempts to refresh itself and loses almost all content. If I reconnect the cable, the next "refreshing glitch" brings back all of the webpage content.'''
    what happens if you open only a blank page in Firefox and nothing else (try about:blank )
    '''Opening a blank page (BTW: tried it) is superfluous, because then there would really be no content upon which this problem would manifest itself.'''
    Still searching for a solution! THANKS for the assistance thus far.

  • Sending a mail at regular intervals

    Hi everyone,
    I need to develop an Auto Responder application where we have to send emails or news letters to our clients(customers) automatically at regular intervals(i.e., for every specific no. of days). I request you to help me in this matter so that my application can send mails automatically without any manual involvement.

    I don't know what level of detail you need, but I'll toss the thread scheduler at you...
    The java.util.concurrent.ScheduleExecutorService (returned by Executors) has a method called scheduleAtFixedRate. Given that your email code is in (or called from) a "Runnable", you can pass that Runnable object to scheduleAtFixedRate and the thread scheduler will run it for you ever x-number-of-seconds automatically.
    It's just one piece of the puzzle, but maybe it'll help.

  • Business Layer not refreshed automatically

    Dear Friends,
      I'm working on IDT  for creating business layers based on SAP BW Multi-providers. The issue I'm facing right now is that whenever I modify the underlying Multi-provider, my business layer is not getting refreshed automatically with the changes.
      Please let me know if I need to do any settings in IDT for the business layer to get refreshed automatically or do I need to create a fresh design right from creating the connections.
    Many Thanks,
    Karanam.

    Another quick question with something similar to above. I am building the UNX universe on top of Multi Provider and I noticed that normal select statements on Dimensions would return "ZERO" records unless a measure is included in the query. Is there a workaround for this? I do not mind using a dummy null measure for simple queries. However, this is becoming cumber some when doing cascading prompts. IDT has a simple way of doing it but me without being able to generate LOVs without a dummy measure, its becoming difficult to implement cascading LOVs.
    Now the 2nd question is, I am developing all in DEV. When I use LCM and promote it to my QA, I can go ahead and create a new connection pointing to my QA Backend. However, when I try to change the connection from Dev to QA in the IDT Datafoundation "Connections" tab, it allows me to change the connection. However, the objects in the Business Layer does not reflect the new Calalog Name of the QA connection and none of them would parse. For example, Lets say my Dev connection is named D31Conn and my QA connection is named Q31Conn. Their catalog names by defaulyt are D31Conn and Q31Conn. Now, after developing my universe in BOBJ Dev and promoting it to QA, I am creating a new connection in BOBJ QA called Q31 Conn. When I open the promoted universe and try to change the connection from D31conn to Q31conn, it does it successfully. However, in my business layer, all objects would not parse and woul fail because their SQL still points to the old Catalog D31Conn instead of Q31Conn. Am I missing something here? Any help is much appreciated !
    Ramki
    Edited by: Ramki Krishnamoorthy on Mar 6, 2012 2:46 AM
    Just a Quick Update, I forgot to mention that my deployment is BI4.0 SP2 Patch 12

  • Report doest get refreshed with updated data

    Hi All,
    I am facing a strange problem, where my report doest get refreshed with updated data when it’s called second time.
    1.     Screen1 – Preview option – Preview Screen
    2.     Preview Screen – Print option (Button) – Report generated and displayed in the IE Browser window with a dynamically generated PIN (Query written in WHEN-BUTTON-PRESSED trigger)
    3.     Screen2 is displayed in the backend
    4.     Screen2 – Cancel option – Screen1
    5.     Screen1 – Preview option – Preview Screen
    6.     Preview Screen – Print option (Button) – Report generated and displayed in the IE Browser window with a same PIN as in step2. Actually here the Query written in WHEN-BUTTON-PRESSED trigger generates a new PIN.
    7.     When checked in the backend this new PIN is updated, but the same is not displayed on the Report. That means to say that report is not refreshed. When I click on the refresh button in the IE Browser window explicitly, the report is refreshed and displays the PIN as found in the backend.
    What I expect is that the report should get refreshed automatically with a new PIN, when I choose Print option in Preview Screen.
    Can anybody help me in overcoming this challenge?
    Regards,
    SAM

    Hi All,
    What i did was i encoded the PIN and sent it as a paramter to call the report.
    In the report i decoded the PIN and printed it. This way my URL to call the report was always updated with the decoded PIN value and would refresh the page successfully, everytime its called.
    Regards,
    SAM

  • Query Views in Workbook are not getting refreshed

    HI Folks,
    Query views atatched in workbook are not showing any data when we move from previous month to current month. So we are creating views for current month and attaching them to workbook manually at this moment.
    Please advise what needs to be done to make the views get refreshed automatically according to the variable values we select.
    Regards,
    SC

    Hi,
    Thanks for your reply.
    I will explain the issue again so please tell me the process we are following is correct or not?
    Last month we created views for two queries and attched them in the workbook, the variable values which we have given at that time were month = 01 year 2010.
    This month when we try to access the workbooks we are getting 0 records in the views of the workbook.
    now my doubt is:
    If we create views for variable values month jan and year 2010, will they show output when we change the variable values to Feb, 2010?
    or
    Do we have to create new views every month and attach them to the existing workbook manually?
    PLease revert.
    Thanks
    SC

  • Oracle BPM 12c: getting error while opening of bpm project in bpm composer

    Hi,
    I am importing bpm project into bpm composer from jdeveloper using PAM and export/import utility but I am not able to open it into the bpm composer.
    I am getting following error:
    javax.faces.el.EvaluationException: java.lang.NullPointerException
      at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:58)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1972)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:168)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:189)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:170)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:168)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:168)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:168)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)
      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:786)
      at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1251)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:1074)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:402)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:280)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:254)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)
    Any Idea?
    Regards,
    Anshul

    I've noticed similar issues when working with 12c Composer's PAM as the sharing mechanism.
    If you can, bring your project up in Oracle BPM Studio and then export it as an .exp file.  You should then be able to import it back into Composer.
    Dan

  • Triggering BPM Process on regular intervals.

    Hi All,
    Can i make a BPM Process to trigger on regular intervals. We want a BPM process to triggger on hourly basis.
    Is it possible in BPM suite to do this.
    Please share your thoughts.
    Thanks
    Parker.

    Hello Vikram Bailur,
    How can I define the scheduled timer start event by expression?
    The timer start event is usally described as below.
    The timer start event triggers the creation of a process instance based on a specific time condition. You can> configure the timer start event to trigger a process instance based on the following:          (1) A specific date and time. For example, a process could be triggered on December 31, at 11:59 PM.
              (2) A recurring interval. For example, a process could be triggered every 10 hours, 5 minutes, 32 seconds.
    In case of the above item (1), I want to define the scheduled expression such as:
    evey Friday at 11:00 PM
    the end of this week
    the end of this month at 11:00 PM
    I have searched the proper functions but there are no them like the following convenience functions in Oracle SQL/PLSQL as below.
    select next_day(sysdate,'Friday') from dual; '---returns date of the next friday
    select last_day(sysdate) from dual; '---returns the last day of this month
    How can do it?
    Akira

  • BPM Composer not show login screen in SOA VM machine for Oracle VirtualBox

    Installed Oracle Virtual Box (4.2.4) and installed the SOA_BPM domain appliance (using SOA & BPM Development VM) - not a problem.
    When attmpt to access http://localhost:7001/bpm/composer - simply get a blank screen - nothing on it.
    When attempt to access bpm/workspace - no problem - get a login screen.
    Help - what is happening, how do I get a login screen for http://localhost:7001/bpm/composer
    Thanks - Casey

    Hi,
    I'm not sure how the domain is organised in that vm, but you have to make sure you are using the port-number of the soa_server, not the AdminServer.
    Hope this helps...
    Cheers,
    Vlad

Maybe you are looking for

  • How do i get my hole itunes library to my new mac

    i bought match hooping it would move all my song from my air to y new mac but it did not? why is this?

  • Can i use my time capsule as back up without hooking it to internet

    Can I use my Time Capsule as a back up without hooking it up to the modem? Can I use the Time Capsule as back up without hookig it up to internet?

  • Updated to snow leopard and now get blue screen

    Hi there, I recently updated to snow leopard and now I get blue screen on start-up. I manage to get to enter my password and then to my desktop for a few seconds before it flicks back to my login. I tried using disk utility from the install disc and

  • Invoking JVM with C++

    I'm having the problem identical to the one in this post: http://forum.java.sun.com/thread.jspa?forumID=52&threadID=599688 I get the same error messages: invoke.obj : error LNK2001: unresolved external symbol __imp__JNI_CreateJavaVM@12 invoke.obj : e

  • Mobile Broadband and Apple TV

    Hello I am looking at purchasing Apple TV but wondered if it would work with Mobile Broadband? Just wanted to find this out before I make the purchase. Any help would be appreciated.