schedule a process to call a process every 3 minutes

Hello

I would call a process every 3 minutes to check the documents that I can use the SOAP or EJB. Can someone help me on how to call an automatic process every 3 minutes.

Thank you

Assume that:

P1 is the process that you want to call every 3 minutes

create a process named P2.

In the process P2:

1 Add a subprocess activity and set to call P1.

2. Add an activity Point to wait and 3 minutes.

3. connect the route to subprocess (just make a loop)

now invoke the P2 process manually (by right clicking, and then Invoke) in the workshop.

Your P1 will be get invoked by the P1 assistance process every 3 minutes.

Nith

Tags: Adobe LiveCycle

Similar Questions

  • dbms_scheduler call to run every 5 minutes between 06:00 and 22:00

    I want to set up a call to execute a PL/SQL procedure every 5 minutes between 06:00 and 22:00.

    I can do each part 5 minutes like this:
    exec dbms_scheduler.create_job                                 -
            (job_name             => 'JOB_1'                       -
            ,job_type             => 'STORED_PROCEDURE'            -
            ,job_action           => 'package_a.procedure_b'       -
            ,number_of_arguments  => 0                             -
            ,start_date           => TRUNC(SYSDATE,'HH')           -
            ,repeat_interval      => 'FREQ=MINUTELY;INTERVAL=5'    -
            ,end_date             => NULL                          -
            ,job_class            => 'DEFAULT_JOB_CLASS'           -
            ,enabled              => TRUE                          -
            ,auto_drop            => TRUE                          -
            ,comments             => 'my comments'                 -
            )
    and the [docs | http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/scheduse.htm#sthref3603] tell me repeat intervals:


    But I can't work on the syntax to combine the each interval of 5 minutes with the window from 06:00 - 22:00. I have looked at the create_window_syntax, but cannot see how to combine this with the repetition of 5 minutes.


    Thank you

    Ben
    SQL>select * from v$version;
    
    BANNER
    ________________________________________________________________
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for 64-bit Windows: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production

    Try an interval like this:

    FREQ=DAILY;BYHOUR=6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22;BYMINUTE=0,5,10,15,20,25,30,35,40,45,50,55
    

    There may be a shorter way to represent, but I think it does what you want. You can use the DBMS_SCHEDULER. Procedure EVALUATE_CALENDAR_STRING to see if it meets your requirements.

    DECLARE
            start_date              TIMESTAMP;
            return_date_after       TIMESTAMP;
            next_run_date           TIMESTAMP;
    BEGIN
            start_date := TRUNC(systimestamp) + 1;
    
            FOR i IN 1 .. 196
            LOOP
                    DBMS_SCHEDULER.EVALUATE_CALENDAR_STRING
                    ( 'FREQ=DAILY;BYHOUR=6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22;BYMINUTE=0,5,10,15,20,25,30,35,40,45,50,55'
                    , start_date
                    , return_date_after
                    , next_run_date
                    );
    
                    DBMS_OUTPUT.PUT_LINE('next_run_date: ' || next_run_date);
                    return_date_after := next_run_date;
            END LOOP;
    END;
    /
    

    I hope this helps!

  • Xbox Live call disconnection after every 10 Minutes.

    First of all, I am aware of the number of threads on this subject... but I couldn't find a solution after almost a year of searching for a solution. Then... I apologize for this o_o

    Anyway, here's how I put things up:

    Paul (provided by ISP) modem > Linksys SPA2102 (provided by ISP) > Linksys WRT120N > Xbox and computer - everything is wired.

    * As you can see, I have two routers... and I never understood why I can't get rid of one provided by my ISP. If I connect the modem Paul directly to the one I bought, the Internet works everything simply. It is therefore quite confusing when you define things upwards because I have two routers. I tried for the most part all that was mentioned (Portforwarding, DMZ, manual adjustment of the things in the Xbox... can not more just now), except the update of my routers because it does not seem to update.

    If anyone can think of something that might work, please post. If you need more information on the situation, I wouldn't mind doing some captures of screen or something.

    Hey thank you guys.

    As you have a DSL modem, you must convert the modem in Bridge mode to do your job to the X - Box.

  • HOW TO SCHEDULE A TASK TO RUN EVERY 30 MINUTES WITHOUT USING SCHEDULAR?

    Hello

    I have a requirement where I need to schedule the job to run every 30 minutes for 10:00 to 22:00. I came across problems using schedular odi. Let me tell you what I did...

    I chose the active mode between 10:00-22:00

    selected on startup/simple.

    and on the tab of repetitions selected several times with duration of 30 minutes.

    the problem is-

    (a) he kept at 22:00 but continues after 22:00

    (b) to randomly pick up longer than the length of 1/2 hour.

    you are looking for-

    a solution that works my script every 30 minutes from 10:00 to 22:00 without using the schedular system... which I can't trust.

    Concerning
    Vincent

    Vincent,

    We often use this methodology. You just need to run this package once. Since looping sound, it will continue to operate and run the task every 30 minutes and then refresh the variable. The variable will take care of the idle behavior of 22:00 to 10:00.

  • Capture every 2 minutes - stream

    I'm using Oracle 11 g on RHEL 2

    We intend to configure workflows from 11 GR 2-11 GR 2 DW OLTP environment. It would be the replication at the schema level.
    Once the stream destination schema is populated with data, we schedule the ETL process to run every 2 minutes, because it is reporting in real time. The amount of data streams would be about 5000 records every minute.

    So my question is if I need to look for the most recent data, should I use a TIMESTAMP column in the source tables or flows have integrated all the columns that I can query for the most recent data (recent 2 minutes of data)?
    I scoured the Oracle Documentation which States that these attributes can be added by using DBMS_CAPTURE_ADM. INCLUDE_EXTRA_ATTRIBUTE
    ROW_ID (ADR rank only)
    Serial No.
    session #.
    thread #.
    tx_name
    username
    But none of them are related to timestamp, is so that the source tables should have the timestamp column if I need to question the recent 2-minute destination schema data value?

    I know that CDC can be useful as I can create subscribers and allows to extend the window to retrieve the most recent data but do not know how this can be accomplished with streams? Any thoughts?

    Why not add a column on target table type typestamp default value to sysdate? The column has the value when the line was created. Put an index on this and off you go.

  • I have a problem with the content of spam. Somewhere in the Fox appeared script that's choking me audio spam. Every 30 minutes he's playing an audio clip that is malicious.

    Hello.
    I have a problem with the content of spam. Somewhere in the Fox appeared script that's choking me audio spam. Every 30 minutes he's playing an audio clip that is malicious. I can't find the settings as it eliminated. Now, I don't have any plug-ins and Add-ons strange that were not initially in the Fox, but the problem is there.
    I use the Fox years. The problem, he had 1.5 months after Fox cleaning. If the problem can't win, I'll be forced to give up the browser, and I wouldn't.

    Could test you mode without failure of Firefox? It is a standard diagnostic tool to disable some advanced features of Firefox and extensions. More info: questions to troubleshoot Firefox in Safe Mode.

    Does not work if Firefox: Hold down the SHIFT key when you start Firefox.

    If Firefox is running: You can restart Firefox in Mode safe mode using either:

    • button "3-bar" menu > "?" button > restart with disabled modules
    • Help menu > restart with disabled modules

    and OK reboot.

    Two scenarios: A small dialog box should appear. Click on 'Start mode safe' (not update).

    Any improvement?

    If the problem persists in Mode without failure, could reinstall you Firefox in this way:

    Clean reinstall it

    We use this name, but it isn't about deleting your settings, this is to ensure that the program, files are clean (not incompatible, corrupt or exotic code files). As described below, this process does not disrupt your existing settings. Don't uninstall NOT Firefox, that does not need.

    (1) download a fresh Installer for Firefox 38.0.5 of https://www.mozilla.org/firefox/all/ in an ideal location. (Scroll down your preferred language).

    (2) close Firefox (if applicable).

    (3) to rename the program folder, either:

    (Windows 64-bit folder names)

    C:\Program Files (x86)\Mozilla Firefox
    

    TO

    C:\Program Files (x86)\OldFirefox
    

    (Windows 32-bit folder names)

    C:\Program Files\Mozilla Firefox
    

    TO

    C:\Program Files\OldFirefox
    

    (4) run the installer you downloaded in the #1. It should automatically connect to your existing settings.

    Any improvement?

    Note: Some plugins can only exist in this OldFirefox file. If it is missing something essential, present in these files:

    • \OldFirefox\Plugins
    • \OldFirefox\browser\plugins
  • Tecra 8200 freezes every few minutes with the XP Pro Retail version

    I've updated a Tecra 8200 with a retail version of Windows XP Pro SP2 (256 MB RAM) it was a new installation after reformatting the drive. I think I've loaded all Microsoft Windows updates and drivers from the site Web of Toshiba.
    The laptop freezes for about 30 seconds every few minutes, even when you try to open a session.
    Also when starting for the first time there is a constant repetitive ping of the noise, which I assume is the hanging windows startup sound. Finally, it stops and it can be used for a few minutes.

    Can someone please?

    Hello

    In my opinion, you should buy more RAM. As far as I know, this unit can manage with 512 MB max. You can use PC100 256 MB (PA3069U - 1 M 25). I'm sure the spirit more RAM there are much more likely to make it work.

    I hope that all hardware components are recognized and installed correctly. You can also try to check which processes are active and I advise you to stop. On this way, the processor has more power for other applications.

  • Every 15 minutes, I wonder: register for your PC to optimize your experience of ownership and management.

    Every 15 minutes, I wonder: register for your PC to optimize your experience of ownership and management.

    I'm already registered. I re-recorded if it helped, but I'm still getting messages.

    Google returns an exchange of views, but none of it is significant. I tried these tips and they do not work.

    This is on a HP Pavilion dv9260us running Windows Vista Ultimate 64-bit.

    How can I get rid of the annoying popup to recording?

    Hello

    The pop up is usually run as a scheduled task, so open windows control panel, open administrative tools, and open Task Scheduler.  Click once on the Task Scheduler Library to highlight and look for an entry called "Webreg".  Left-click this time to highlight it, then right click and select Disable.  Restart the Pc for the change to take effect.

    Kind regards

    DP - K

  • Reactivate an authentic copy every five minutes

    Separated from this thread.

    This will be the report I copied from the tool... it started happening after I had to replace my card mother, and given that it is an OEM, don't know if this is the right place to ask for help. Going to check the manufacturer's website as well because I can't be bothered to reactivate an authentic copy every five minutes when I'm games. : P

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 50
    Code of Validation caching online: 0x0
    Windows product key: *-* - WJ2H8 - R6B6D-7QJB7
    The Windows Product Key hash: ckKNc + BBPDWmo1LUlOkraNjlQ34 =
    Windows product ID: 00359-OEM-8992687-00006
    Windows product ID type: 2
    Windows license Type: OEM SLP
    The Windows OS version: 6.1.7601.2.00010300.1.0.003
    ID: {8BB3A943-18A6-436E-B8D6-57C7C2406616} (1)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows 7 Home Premium
    Architecture: 0 x 00000009
    Build lab: 7601.win7sp1_gdr.140303 - 2144
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 109 n/a
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
    Download signed ActiveX controls: disabled
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: allowed
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {8BB3A943-18A6-436E-B8D6-57C7C2406616}1.9.0027.06.1.7601.2.00010300.1.0.003x 64*-*-*-*-7QJB700359-OEM-8992687-000062S-1-5-21-2775977024-2303592651-3502414845GatewayNV76RInsyde Corp.. V2.18 20130225000000.000000 + 00009663D07018400FE04090409Time(GMT-05:00) Standard is03109

    Content Spsys.log: 0 x 80070002

    License data-->
    The software licensing service version: 6.1.7601.17514

    Name: Windows 7 HomePremium edition
    Description: operating system Windows - Windows (r) 7, channel OEM_SLP
    Activation ID: d2c04e90-c3dd-4260-b0f3-f845f5d27d64
    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00359-00178-926-800006-02-1033-7601.0000-1222012
    Installation ID: 015686342685555674170140867663413885423314471753651890
    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkID=88338
    The machine certificate URL: http://go.microsoft.com/fwlink/?LinkID=88339
    Use license URL: http://go.microsoft.com/fwlink/?LinkID=88341
    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkID=88340
    Partial product key: 7QJB7
    License status: Notification
    Reason for the notification: 0xC004F057.
    Remaining Windows rearm count: 2
    Trust time: 01/06/2015 01:41:17

    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: 0xC004C533
    Beyond: 0 x 0000000000000000
    Event timestamp: 1:6:2015 00:56
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:

    --> HWID data
    Current Hash HWID: LgAAAAEAAQABAAEAAAABAAAAAwABAAEAln28 + lTsgk5ODQButkZe7jwjeKAucw is

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes, but no SLIC table
    Windows marker version: N/A
    OEMID and OEMTableID consistent: n/a
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    APIC ACRSYS ACRPRDCT
    FACP ACRSYS ACRPRDCT
    HPET ACRSYS ACRPRDCT
    START ACRSYS ACRPRDCT
    MCFG ACRSYS ACRPRDCT
    CO-SUBMISSION ACRSYS ACRPRDCT
    UEFI ACRSYS ACRPRDCT
    ASF! ACRSYS ACRPRDCT
    SSDT ACRSYS ACRPRDCT
    ASPT ACRSYS ACRPRDCT
    FPDT ACRSYS ACRPRDCT
    SSDT ACRSYS ACRPRDCT
    SSDT ACRSYS ACRPRDCT

    A Windows 7 OEM license is not transferable from one computer to the other. Change the motherboard, unless the replacement is identical to the original, is a new computer. That means that the copy of Windows 7 is more authentic because there use was limited to the original computer.

    It is rare for a replacement motherboard are identical.

    Try to activate using the product key on the COA sticker on the casing of the computer, or inside the battery compartment.

    How to activate a Microsoft product using Microsoft Product Activation Center
    http://support.Microsoft.com/kb/950929/en-us

    If this does not work, try to activate by phone.

    1 type slui.exe 4 in the search box above the Start button and press ENTER .
    2. Select the "country" you are in the drop-down list.
    3. choose the option "activate phone".
    4. stay on the phone (do not select or press any options) and wait for a person to help you.
    5. explain your problem clearly to the support person.
    6. the accompaniment of the victim should give you a confirmation code. Have a pen and paper ready and copy the information on paper.
    7. read identification details to the support person to confirm that you have written the ID correctly.
    8. Enter the ID number, then click 'Next' to complete the activation process.

  • BlackBerry Smartphones why I receive this email every few minutes?

    I had my 8830 for two weeks. All of a sudden I get an email like this one every few minutes for the last 48 hours.  I stopped using my Blackberry, finally deleted all messages, and they keep coming.  What is and what to do about this?

    This message is used to carry data between your BlackBerry handheld and a home server. Please do not delete, move, or reply to this message - it will be processed by the server.

    BEGINETP 234
    AdihWUEAAAAAIBAIMzFBQzRGOTUgF0NoZXJ5bGRkaXJlQGNvbWNhc3QubmV0ACUmAs9QBUNJ
    Q0FMA0CAgICBKgAAMDg2MzA2NTU3K0crMQDvywP14YpWgEonEJZhgglHABkoJE1vI03EFwBK
    JUcS96DWfta3xOOol8dNkqxY/z1Kxel/AqrcYlTvo7KpHj8OctdE45FU1xJeZwfCvpi1dSzG
    jhVKPHiKmEzw5EcAD2ipnGK7HVARemI3YVEOxwZyNPWj3EnHgrZ2hPR + 94re12U/CmcO0p8Q
    L2vsfVSRdo8KJY3oLPpuey/8
    ENDETP 1878515237

    Visit this link

    http://www.BlackBerry.com/BTSC/search.do?cmd=displayKC&docType=kc&externalId=KB04254&sliceId=SAL_Pub...

  • Set time interval for sub query runs automatically to every 5 minutes

    Hello

    Pls refer the below query, that query set a time interval to process or run this query automatically in every 5 minutes.

    Help me...!!!

    Declare

    l_recid varchar2 (100);

    Cursor c1 is

    Select a.recid a,f_ac_event@abnprod f_ac_event b where a.RecId = b.recid;

    Begin

    Open c1;

    loop

    Fetch c1 in l_recid;

    Remove from f_ac_event
    where recid = l_recid;

    When exit c1% notfound;

    End loop;

    Close c1;

    End;

    /

    ------------------------------------------------------------------------------(or)-----------------------------------------------------------------------------------------------------

    remove from f_ac_event
    where recid in (select x.recid in the f_ac_event@abnprod x);

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

    Kind regards

    Villa

    Hi all

    Thanks for all your ideas, I do appreciate you all, finally, I implemented the Planner below to build a procedure:

    Start

    DBMS_SCHEDULER. () CREATE_JOB

    job_name-online "Task1.

    job_type-online "PLSQL_BLOCK."

    JOB_ACTION => ' BEGIN p1; END;',

    start_date => SYSDATE,

    repeat_interval => 'FREQ=MINUTELY; ',

    End_date => NULL,

    -Online TRUE, enabled

    comments => ' * any * comments ');

    end;

    /

    Villa,

  • Why should I clear my cache on average every 30 minutes?

    On average, every 30 minutes or so, when I opened a new tab or refresh only a current tab, the page is completely distorted, links or text missing and other various caching issues. Why this happens so often? It is very annoying that I have to manually clear my cache every 30 minutes... If I get up to eat or to watch a show or any other number of things... when I return from my browser does not cache pages correctly and I have to delete it manually each time.

    This happened to me in the past and finally disappeared... but after I updated the browser, he began to do this again. I'll have to resort to using Internet Explorer against my will just so that I'm not bothered by that. How can this be fixed for good?

    If you happen to have a PC/computer Samsung laptop, this problem of random cache of compensation has been associated with a program called Samsung Help Center. You can search around to see if there is a fix, or if he's still the best solution to uninstall.

  • I have a second hand I pad problem is Ir won't let me pass the authorization page and maintains have turned off every 2 minutes, anyone has any suggestions please

    I have a second hnd I pad that won't let me pass the authorising officer page and although his full load it continues to go off after every 2 minutes

    Help, please

    Thank you

    Do you mean that you need Apple ID from the previous owner to enter the iPad?

    If so, bring her back. There is no way to get around that. It is called locking activation and is not something that a user can bypass

  • HP LaserJet maintains initialization every 5 minutes on the minute no matter what I do.

    I'm on my second HP LaserJet M276nw in a month. Both are on sleep after 1 minute... one did from the beginning, worked/second was sleeping fine for a week and now every 5 minutes it does it of noise, wakes up without reason and goes in initialization mode, then back to sleep. Very annoying. Is there a way to stop this? I was told by support that it is not normal, then I traded one and now I have another.

    I use it very little, yet a lot of ink, and it is plugged directly into its own support.

    ANY IDEAS to try would be very appreciated, other than that I like the printer up to now

    Thank you

    Caper

    Thank you Lion, but I have tried this several times because that's all the Indian call center suggests to try again and again, does not work well.

    I discovered thanks to a suggestion from dansdaduk that if I unplug my router and then turn off my printer, wait, then turn on my printer with nothing hooked up wireless, and then restore my wireless router, things seem to be FINE. Makes about 6 days now and everything seems still well but were not using everything as far as the end is... still could happen again, but if I can get a week or more out of this solution, I'm HAPPY!
    Thank you very much, if it continues this way I'll mark the resolved next week.

    Thank you ALL

  • My STR-DN1050 goes to sleep every 19 minutes

    I now have my STR-DN1050 configuration in a 7.1 configuration and I am currently feeding inside my computer via a HDMI cable and output to a TV screen via the output CD/SACD.

    Every 19 minutes, regular as clock work, the receiver goes into sleep mode. This does not happen when you watch a BlurRay (at least as far as I remember).

    Anyone got any ideas?

    Hi are Paddy, we meet again!

    In fact you almost see right, that's 20 minutes to be precise!

    Your STR-DN1050 has a power save feature called [Auto Standby].

    In addition to this, there is also a sleep timer, but your problem is related to the expectation of the car which you can turn off if it is a problem. I don't know why this turns on when you use a PC connected, but most likely the receiver does not detect the source of the signal in the same way as a BD or DVD.

    You can read more about it and how to disable the manual online here:

    The receiver turns off automatically.

    If you want to download the full manual for your computer, see this link: Manual STR-DN1050

    Feel free to give congratulations and to mark this message as "Accepted Solution" if she answers your question, thank you!

Maybe you are looking for

  • OfficeJet 6700 used by Mac

    My Macbook Pro has been the 6700 Officejet wireless printing but stopped abruptly.  It shows only a scan icon when I go to print.

  • Want to i7 4770: cannot use two monitors

    I have a desktop HP ENVY - 700-515xt CTO.    It has 1 DVI, no VGA no input input.   It has the Intel integrated graphics.   I want to use 2 monitors (am on Windows 7).    I tried to use a cable DVI to dual VGA, but it is said that the 2nd monitor is

  • Can someone suggest a better entry instead of ATOK Japanese keyboard?

    Since the disappearance of Koteri in the Apple OS predictive text is seriously lacking when type Japanese. Can anyone suggest a better alternative, perhaps with dictionaries, as ATOK? [ATOK - https://en.wikipedia.org/wiki/ATOK ]

  • Playlists sort problems after upgrading to iTunes 12.3.2.25

    Hello. My system is 64-bit Windows 10 and everything was fine until I upgraded to (today) to iTunes version 12.3.2.25. Now I see that, although my old playlists are always sorted alphabetically, each new playlist that I create is placed at the end of

  • Moto G4 more 2 SIM not connecing 4 g

    Hello I bought a motorcycle G4 mobile more recently. I see that 4G works fine when I have the SIM card in the # 1 Slot. But when I have the same SIM card in slot # 2 sound using only 3G. My understanding is I should be able to select #1 or #2 of SIM