OMB Commands - Time comparision with OWB

Hi
1.
I wrote a TCL script with OMB commands to Deploy the objects from my OWB to a destination environment.
The script is working fine but it is taking a bit more time than when deployed through OWB.
From OWB one module is taking 3.4 minutes but from the script it is taking 5.2 mins.
I am just trying to understand the reason why this script is taking more time.
I can think of the following reasons for this delay in the script.
a. Connect to the repository
b. Start the control center
My script is as follows.
if { [ catch {
OMBCREATE TRANSIENT DEPLOYMENT_ACTION_PLAN 'TREX_DEPLOY_PLAN' ADD ACTION 'TREX_DEPLOY_PLAN' \
SET PROPERTIES (OPERATION) VALUES ('REPLACE') SET REFERENCE SEQUENCE '$seqName'
OMBDEPLOY DEPLOYMENT_ACTION_PLAN 'TREX_DEPLOY_PLAN'
OMBDROP DEPLOYMENT_ACTION_PLAN 'TREX_DEPLOY_PLAN'
OMBCOMMIT } errmsg ] } {
Is there any other reason for this delay ? Or am I missing something ?
2.
Is there any difference between executing OMBCOMMIT 'once' in the script and executing it for each OMBDEPLOY ?
Which method is recommended ?
3.
We are planning to run the script in parallel for more than one module at a time.
Is there any way we can do this in TCL by getting the same connection and control center instead of initiating them for each thread ?
(Something like pooling of the connections and control centers ?)
I appreciate any help regarding the above doubts.
Thanks and Regards
Sameer

Hi Sameer,
1. There's no obvious reason why an OMB command should take any longer than the equivalent operation in the UI. The initial connection to the repository and the connection to the control center will take some time as you've mentioned, but probably not that long.
OMB*Plus doesn't support deploying a whole module in one go like the UI does, so i guess you have a TCL script that deploys the contents of the module as separate deployment plans? If this is the case, then this will introduce some overhard as each deployment will need to perform the same location checks and create the controller mechanisms for the deployment. If you haven't already done so, you could try adding all the objects from the module to a single deployment plan as this would reduce the overhead.
2. There shouldn't be any difference between doing commits per statement, or one big one at the end. I would just use one at the end.
3. OMB*Plus does have some support for parallel activities through the OMBDEPLOY ASYNCHRONOUS keyword. This will start the deployment and return to the command line so that you can continue with other tasks. Unfortunately though, you can't perform two deployments this way as only one generation can be performed at a time in each session.
In order to perform parallel modules, you'd need to use multiple TCL sessions, each of which would create their own distinct connections to the repos/ control center (there's no connection sharing across threads). Hopefully this shouldn't be a big overhead though.
Nigel.

Similar Messages

  • How to create a working day/holiday attribute in Time Dimension with OWB ?

    Hello everybody,
    I am trying with no success to create a Time Dimension (with the wizard it would be easier...) with a working day or holiday attribute (0 or 1) to be able to calculate measures only on working time !!! I am totally sure it's possible, obviously, but I found nothing on forums... Could you help me ??
    I use OWB 11g, I need all fiscal year/quarter/month/week and all calendar year/quarter/month/week attributes so without any wizard it would be quite impossible... thank you for your help !
    NB: of course I know how to define if a day is a working one or not, but I currently can't add any columns in Time dim created with wizard...
    Francois
    Edited by: [email protected] on Jun 15, 2009 8:24 AM

    Hi,
    First of all, thanks everyone for your help.
    I did several tests this morning.
    First of all, i've tried with time_from = 000000 and time_to = 235959 (23:59:59 CET) and the activity has been created with Time From = 04:00:00 and Time To = 03:59:59
    Strange no ??
    I've also tried with 230000 for time from and time to but the activity has been created with Time From = 03:00:00 and Time to = 03:00:00
    I cannot understand the logic behind....
    Thanks,
    Johnny Baillargeaux

  • Mappings out of synch with OWB repository

    Hi,
    I have a global problem with my repository, every mapping reports validation errors (many) advising to reconcile inbound or outbound.
    First question is how could this happen on such a global scale (affects every mapping) ?
    Second is how to fix, when I reconcile inbound a) All the links to columns are lost and I have to manually re-attach which is very risky let alone tedious b) After reconcile inbound some tables dont match what is in the repository (columns missing). The only way around this was to delete and drag the table back into the mapping and re-attach columns.
    Third question is, since the prod version of these mappings are running successfully if I deploy a mapping that is out of synch with the repository will it still function as it should ?
    Any help appreciated.
    Cheers,
    Brandon

    I think the problem you are having is that your mapping objects are not reconciled to the repository objects. It is purely a logical OWB problem of matching an mapping operator to an OWB object. It should not effect your busines logic or code that is generated by OWB.
    The warnings are just that, warnings. If you were missing a connection between objects, you'd get an error.
    Even though an operator in your map exists as an object in your repository, they are not properly bound. If your reconcile inbound each object (match by UOID and by name), you should stop getting the warnings.
    This is one of those quirks with OWB (at least with 9.2.0.8 that I am using). I noticed that if I import a mapping from another repository, the operators become unbound. I've given up trying to fix them each time. I just ignore the warnings.

  • OMB command to set the location of an ODBC module

    I am writing OMB scripts to deploy an OWB project to a production environment.
    In the deployment script, I set the location of an Oracle module using the OMB commands :
    OMBALTER ORACLE_MODULE '<modulename>' ADD REFERENCE LOCATION '<locationname>' SET AS DEFAULT
    OMBALTER ORACLE_MODULE '<modulename>' SET PROPERTIES (DB_LOCATION) VALUES ('<locationname>')
    I also have an ODBC module for which I need to assign a location in the same way
    What is the OMB syntax to achieve this?
    OWB version 10.2.0.4

    You can use GATEWAY_MODULE for these. For example ...
    OMBALTER GATEWAY_MODULE '<modulename>' SET PROPERTIES (DB_LOCATION) VALUES ('<locationname>')
    Cheers
    David

  • [SOLVED] python-efl: command 'gcc' failed with exit status 1

    Hi everyone! I'm running an x86_64 system with Enlightenment. I'm trying to install econnman from source to have a simpler life trying to connect to my University's wifi network. However, it misses the python-efl dependency. I downloaded it from the AUR, but I get the error message "error: command 'gcc' failed with exit status 1"  when running 'python setup.py build'. This is the complete terminology output:
    [dude@susan python-efl-1.8.0]$ sudo python setup.py build
    Checking for Eina: OK, found 1.11.2
    Checking for Eo: OK, found 1.11.2
    Checking for Evas: OK, found 1.11.2
    Checking for Ecore: OK, found 1.11.2
    Checking for EcoreFile: OK, found 1.11.2
    Checking for Edje: OK, found 1.11.2
    Checking for Emotion: OK, found 1.11.2
    Checking for DBus: OK, found 1.2.0
    Checking for Elementary: OK, found 1.11.2
    running build
    running build_py
    creating build/lib.linux-x86_64-3.4/e_dbus
    copying compat/e_dbus/__init__.py -> build/lib.linux-x86_64-3.4/e_dbus
    running build_ext
    building 'eo' extension
    gcc -pthread -Wno-unused-result -Werror=declaration-after-statement -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DEFL_BETA_API_SUPPORT -Iinclude/ -I/usr/include/python3.4m -c efl/eo/efl.eo.c -o build/temp.linux-x86_64-3.4/efl/eo/efl.eo.o -I/usr/include/efl-1 -I/usr/include/eo-1 -I/usr/include/efl-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina
    efl/eo/efl.eo.c: In function ‘__pyx_pf_3efl_2eo_4event_global_freeze_get’:
    efl/eo/efl.eo.c:1127:3: warning: implicit declaration of function ‘eo_event_global_freeze_get’ [-Wimplicit-function-declaration]
    eo_do(((const Eo *)eo_base_class_get()), eo_event_global_freeze_get((&__pyx_v_fcount)));
    ^
    efl/eo/efl.eo.c: In function ‘__pyx_f_3efl_2eo_object_from_instance’:
    efl/eo/efl.eo.c:1445:3: warning: implicit declaration of function ‘eo_base_data_get’ [-Wimplicit-function-declaration]
    eo_do(__pyx_v_obj, eo_base_data_get(__pyx_k_5, (&__pyx_v_data)));
    ^
    efl/eo/efl.eo.c: In function ‘__pyx_f_3efl_2eo__eo_event_del_cb’:
    efl/eo/efl.eo.c:2050:3: warning: implicit declaration of function ‘eo_base_data_del’ [-Wimplicit-function-declaration]
    eo_do(__pyx_v_self->obj, eo_base_data_del(__pyx_k_5));
    ^
    In file included from efl/eo/efl.eo.c:317:0:
    efl/eo/efl.eo.c: In function ‘__pyx_pf_3efl_2eo_2Eo_4__repr__’:
    efl/eo/efl.eo.c:2286:30: error: too many arguments to function ‘eo_parent_get’
    eo_do(__pyx_v_self->obj, eo_parent_get((&__pyx_v_parent)));
    ^
    /usr/include/eo-1/Eo.h:588:8: note: in definition of macro ‘_eo_do_common’
    __VA_ARGS__; \
    ^
    efl/eo/efl.eo.c:2286:5: note: in expansion of macro ‘eo_do’
    eo_do(__pyx_v_self->obj, eo_parent_get((&__pyx_v_parent)));
    ^
    In file included from /usr/include/eo-1/Eo.h:1112:0,
    from efl/eo/efl.eo.c:317:
    /usr/include/eo-1/eo_base.eo.h:37:12: note: declared here
    EOAPI Eo * eo_parent_get(void);
    ^
    efl/eo/efl.eo.c: In function ‘__pyx_f_3efl_2eo_2Eo__set_obj’:
    efl/eo/efl.eo.c:2496:3: warning: implicit declaration of function ‘eo_base_data_set’ [-Wimplicit-function-declaration]
    eo_do(__pyx_v_self->obj, eo_base_data_set(__pyx_k_5, ((void *)__pyx_v_self), NULL));
    ^
    In file included from efl/eo/efl.eo.c:317:0:
    efl/eo/efl.eo.c: In function ‘__pyx_pf_3efl_2eo_2Eo_14parent_get’:
    efl/eo/efl.eo.c:2963:28: error: too many arguments to function ‘eo_parent_get’
    eo_do(__pyx_v_self->obj, eo_parent_get((&__pyx_v_parent)));
    ^
    /usr/include/eo-1/Eo.h:588:8: note: in definition of macro ‘_eo_do_common’
    __VA_ARGS__; \
    ^
    efl/eo/efl.eo.c:2963:3: note: in expansion of macro ‘eo_do’
    eo_do(__pyx_v_self->obj, eo_parent_get((&__pyx_v_parent)));
    ^
    In file included from /usr/include/eo-1/Eo.h:1112:0,
    from efl/eo/efl.eo.c:317:
    /usr/include/eo-1/eo_base.eo.h:37:12: note: declared here
    EOAPI Eo * eo_parent_get(void);
    ^
    efl/eo/efl.eo.c: In function ‘__pyx_pf_3efl_2eo_2Eo_20event_freeze_get’:
    efl/eo/efl.eo.c:3104:3: warning: implicit declaration of function ‘eo_event_freeze_get’ [-Wimplicit-function-declaration]
    eo_do(__pyx_v_self->obj, eo_event_freeze_get((&__pyx_v_fcount)));
    ^
    error: command 'gcc' failed with exit status 1
    Can anyone help me? Please tell me every output you need. Thanks and a good day to you, sir!
    Last edited by HisDudeness (2014-10-02 08:47:15)

    You know what? You're right!
    I don't know how I exactly got that version... I got back to the AUR and downloaded the new one. The strange thing is, while that old version's tar.gz conained a lot of files like I'd expect from a source archive, the current version only contained the files .AURINFO and PKGBUILD. Guess that's the way it should be, I'm new to all of this so I was initially surprised. Obviously, running makepkg here worked like a charm and downloaded everything that was needed for it to install. Then, econnman installed just fine too. What I can't explain to myself is why 1.8.0's tar.gz contained all those files.
    In the end, I couldn't use nor connman cli nor econnman to connect to my Campus' WiFi but, after a lot of trouble, I got it to work with dhclient and wpa_supplicant like it's suggested. This hasn't been useless anyway, I saw how to install from the AUR for the first time.
    I'll mark the post as solved, but I got one last question: provided I don't need econnman anymore, do you suggest me to keep python-efl or to remove it? Is it needed for something else I'll certainly run into in the future?

  • Set Date Time Computer with Java in Linux OS

    Dear All,
    How to set date time computer with Java in linux OS?
    Rgds,
    Theo

    There is no API for this you'd have to run an external command using Process.exec.
    This is the wrong forum for general Java "how to" questions.

  • Cant compile proc with OWB created DB Links - appear to loopback ?!!

    We're on Oracle 9.2 with OWB 9.2 and have the following scenario:
    We have two databases: DB1, DB2
    Both databases have a schema STAGING
    Both schemas have a table ADDRESS.
    The ADDRESS table on DB1 has columns CITY, STATE, ZIP while the ADDRESS table on DB2 just has CITY, STATE
    We have a stored proc on DB2 that is trying to select the ZIP field on the DB1 across a database link called DB1@SERVER1. The exact code is:
    select zip into v_zip from address@db1@server1;
    The compiler fails because with the error that ZIP does not exist. If I change the column to STATE it compiles successfully, leading me to believe the compiler is verifying the code against the local db and not across the link....
    Furthermore, if I run the offending sql via a sqlplus it crosses the link and works!... it appears to only be affecting compile time.
    I believe this has something to do with loopback links, but I haven't been able to solve it...
    Can anyone explain this behavior?!
    Any help greatly appreciated...
    -D

    Hello, Dan
    Actually I don’t understand why OWB generates so strange name for db link. After your post I’ve revisited my projects to see if there is any inconsistencies in generated db link name within mapping PLSQL code and db link name itself.
    There is one at least for me – in PLSQL db link’s name is like “<db_instance_name>”@“owb_location_name”, but in DBLINKS db link name looks like:
    db_instance_name.db_domain@owb_location_name. I must say it’s quite a trick for me how Oracle matches this two names, considering quotes and db_domain. Anyway, it works fine for me.
    By the way, two databases of yours are result of “cloning” one of them? If you are sure that real symptom is db link loop back – look at Net configurations.
    Try to have a look at DBLINKS – maybe you’ll find some mismatches. As a try – drop created db links and try to redeploy them, make additional tests via sqlplus, verify db_domain for both databases, check sqlnet.ora/tnsnames.ora on both databases.
    Serhit.

  • Where is the time stretching butten that makes it easy to time stretch with the cursor in premiere elements 13 ?

    Why doesn't preimere elements have the option to trim the clip but the triming is in a matter of fact of - time stretch ?  In premiere elements 10 there was a butten you could press and the curser became a trimer for time stretching.  If there is an option like this in 13 I'll be happy to hear about.  Thanks,  Oren

    Oren
    What computer operating system is your Premiere Elements 13 running on? Background information for now.
    In Premiere Elements 13 Expert workspace, you can access Time Stretch from the Tools Menu or use the keyboard shortcut Ctrl+R to bring up the Time Stretch dialog.
    If you are interested in creating slow and fast motion effects, also see Time Remapping feature found under that Tool Menu.
    As for the Premiere Elements 10 Timeline workspace, there is an icon (Time Stretch Tool with the keyboard shortcut X) I see no such icon in Premiere Elements 13.
    Clicking on that icon in 10 will allow you to increase or decrease the duration of the Timeline video selected. And, if you go into the Premiere Elements 10 Edit Menu/Keyboard Customization, you will find a "Time Stretch Tool" command with the given keyboard shortcut X. At least, I do.
    Even if I try to trigger a hidden "Time Stretch Tool" in 13 with the "Time Stretch Tool" shortcut X, I cannot. And, there is a Premiere Elements 13 Edit Menu/Keyboard Customization/ command Time Stretch Tool with keyboard shortcut X.
    As for whys in Premiere Elements 13, you would need to take that up with Adobe who decides on the feature set for a given version. This is a user to user forum.
    If you want to file an Adobe Feature Request Bug Report Form, you can use the following link
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&loc=en
    I have found some interesting hidden commands/keyboard shortcuts with exploration and experimentation. So, I may do some more exploration on this to rule in or out
    any possibility of a hidden Time Stretch Tool feature in 13.

  • What is the diffrence between OMB plus command and OMB command

    what is the diffrence between OMB plus command and OMB command?
    are they both TCL command?

    Hi Alena,
    Welcome to SDN.
    Check this
    EXIT in Loops and Modularization Units
    Basic form
    EXIT.
    Effect
    Within a loop structure:
    Terminates looop processing (DO, WHILE, LOOP, SELECT).
    Within subroutines and other modularization units (but not in a loop structure):
    Leaves the subroutine or modularization unit (FORM, MODULE, FUNCTION, TOP-OF-PAGE, END-OF-PAGE).
    Outside loop structures and modularization units (report processing):
    Terminates report processing and triggers list display.
    But not sure about
    atexit() .. ,may use in Object Oriented Programming.
    (C++)
    "At exit-command in module pool."
    Mohinder
    Edited by: Mohinder Singh Chauhan on Aug 1, 2008 8:06 AM

  • How can I use my time capsule with Ethernet cable? How is it also possible to use time capsule as a normal external hard drive?

    My problem is that I don't know how to use my Time Capsule with Ethernet Cable, as when I use wireless it is really slow.

    Make sure that there is an Ethernet cable from one of the LAN <-> ports on your modem/wireless router to the WAN port on the Time Capsule
    Click on the Wireless tab at the top of the page
    Change the setting for Wireless Mode to Off (I assume that you do not want the Time Capsule to provide a wireless network since you already have a wireless network)
    Next, click the Internet icon at the top of the screen, then click the Internet Connection tab
    Connect Using = Ethernet
    Connection Sharing = Off (Bridge Mode)
    Click the Update button at the bottom and wait 30 seconds for the Time Capsule to restart and display a green light
    Then, you must power off your entire network...all devices....in any order that you want
    Wait a minute
    Start your modem/router first and let it run a minute
    Start the Time Capsule and let it run a minute
    Keep starting devices one at a time until everything is powered up
    If you are using Time Machine for backups, you will need to reset the connection because you have changed the way in which the Time Capsule connects to your network
    Open System Preferences (gear icon) on the dock
    Open Time Machine
    Click Select Disk
    Click the Time Capsule to highlight it
    Click Use for Backup or, it might be Use Disk
    Now you can connect your Mac using an Ethernet cable to one of the LAN <-> ports on the Time Capsule to back up using Ethernet. Be sure to turn off the wireless on your Mac before you start the backup.
    If you want to backup using wireless, disconnect the Ethernet cable from the Mac to the Time Capsule and turn on the wireless and connect to your wireless network. Your computer will now backup using wireless.

  • How do I connect my time capsule with a Lynksis wi fi netwotk?

    How do I connect my time capsule with a Lynksis wi fi netwotk?

    You cannot extend or repeat a non-apple router in an apple router..
    You must plug it in via ethernet and then setup roaming network (or if you like a completely separate network.. makes no difference from the TC point of view). TC is in bridge mode. That is router bridge not wireless bridge.. I gave the info on the other thread you are running.. very confusing when you ask in multiple threads.

  • How can I use my time capsule with windows7

    How can I use my time capsule with windows7?

    This is asked regularly.
    https://discussions.apple.com/message/10978060#10978060
    Look at the more like this. On the right column next to the post.
    Load airport utility for windows.. which will also load bonjour for windows.
    In windows explorer type \\TCname or \\TCipaddress (replacing with the actual values.. names with spaces will give you trouble so change all names in the TC to SMB compatible or actual ip address).

  • How do I substract an image at the time t with an image at t-1 to detect move in a grab acquisition

    After the VI acquire in a grab acquisition, how do I substract an image at the time t with an image at t-1 to detect the movement in the scene?

    Hello,
    One way of doing that is to do a ring acquisition with two buffers. At anytime one of your buffers will be the most current frame and the other will be one before the most current. Having both buffers available at anytime in your code you can call IMAQ Subtract.
    Hope this helps!
    Yusuf C.
    Applications Engineering
    National Instruments

  • Time Capsule and time machine with third party router

    Hi,
    This is the first time I use this site.
    I have over three years old Mackbook.
    APP has expired.
    Now I want to know how to set up time capsule in a new environment.
    I moved from Australian and Singapore.
    I was using Time Capsule and Airport Extreme in Australia.
    I have moved to Singapore.
    I am using router provided by Singtell(Singapore Telecommunication). I do not have an Airport Extreme anymore. My housemate and I are using wireless internet-sharing. Needless to say that internet provider is SingTell.
    Now I would like to know how to use time capsule and time machine with the network created with a router provided by SingTell.
    What I did so far is;
    Connected the time capsule to the power point.
    Orange lamp lit and flashed for a few second and stop. Orange lamp stayed on.
    Apple Utility does not recognise Time Capsule.
    I prefer to use it wirelessly.
    There are only two USB cable ports installed.
    One is used to synchronize iPhone.
    Other is used for a printer.
    but if it is not possible, wired would be OK.
    MacBook 13 inch 2.0 GH Late 2006
    I hope that someone able to give me an answer for this.
    Cheers,
    morepubholidays

    In this case the apple support people reveal a truly poor understanding.
    You must bridge something.. you either bridge the TC.. which 90% of people do.. or you bridge the dsl router.. which some people do manage to do.. You will have to look that up for your modem and check with verizon if they support pppoe authentication.
    IMHO just bridge the TC as you were told not to do.. as they are simply wrong about that.
    If you already tried this and it didn't work.. try again.. it is the correct approach.
    You have no choice. But this time let me suggest you do it using the 5.6 airport utility.. as the apple toyland v6 airport utility is likely half your trouble.
    So here is how to get the utility into your computer.
    How to load 5.6 into ML.
    1. Download 5.6 for Lion.
    http://support.apple.com/kb/DL1482
    Click to open the dmg but do not attempt to install the pkg.. it won't work anyway.
    2. Download and install unpkg.
    http://www.timdoug.com/unpkg/
    Run unpkg on the desktop.. it is very simple.. drag the AirPortUtility56.pkg file over to unpkg.. and it will create a new directory of the same name on the desktop.. drill down.. applications utilities .. there lo and behold is Airport utility 5.6 .. drag it to your main utilities directory or just run it from current location.
    You cannot uninstall 6.1 so don't try.. and you cannot or should not run them both at the same time.. so just ignore the toyland version.. the plastic hammer.. and start using 5.6.. a real tool.
    For screen shots see this post.
    https://discussions.apple.com/thread/4668746?tstart=0
    Then open the manual setup on the 5.6 utility.. go to internet tab. Connection sharing.. off bridged mode.
    Select this and update..
    Then all your IP addresses will be wrong.. I suspect this is where things are going wrong.. and messing you up.
    Once the TC is bridged.. turn off everything and restart.. in correct order.. modem.. TC.. client computers etc. 2min gap between each.

  • How can I restore my data from iCal? I didn't make any backup, but I use  time machine with an external HD. I deleted iCal when I deleted my gmail account. I have tried to restore, but I can only restore the iCal software and not the data.

    How can I restore my data from iCal? I didn't make any backup, but I use  time machine with an external HD. I deleted iCal when I deleted my gmail account. I have tried to restore, but I can only restore the iCal software and not the data.

    So what is your question?
    If you forgot your encryption password:
    Warning: Make sure it's a password you will remember or write it down for safekeeping. If you encrypt an iPhone backup in iTunes and forget your password, you can't restore from backup and your data will be unrecoverable.
    If you can't remember the password and want to start again, you must perform a full software restore and chooseset up as a new device when iTunes prompts you to select the backup from which to restore.
    The above comes from here:
    http://support.apple.com/kb/HT4946

Maybe you are looking for

  • Illustrator CC crash on start - Mac OSX 10.9.2

    Message Bellow - Process:         Adobe Illustrator [23652] Path:            /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator Identifier:      com.adobe.illustrator Version:         17.1.0 (17.0.0) Code Type: 

  • WSRM messages stuck in PI with HTTP code:403 forbidden

    Hi Guys, We have interface from FILE to WS where file is being sent from third party system to ECC in which we are facing issue. This service uses HTTPS protocol and while creating the binding in ECC SOAMANAGER we have used communication security as

  • My router only recognise 1 iPad at a time.

    When my daughter comes round with her iPad, she gets on to the internet no prob on our router, but my ipad will then immediately loses its connection. When she switches her iPad off, mine goes back online. How to I fix it so that the router can deal

  • JETech H0781 bluetooth headset won't work.

    I bought the  JETech® H0781 Universal Bluetooth Headset from Amazon. It said in the title that it was compatible with the 4s. It plays music okay and the microphone works with Siri, but when I take a call, neither me or the caller can hear me, and I

  • Deactivate monitoring for a certain scenario

    Hello experts, we want to deactivate the monitoring for a certain scenario for security reasons. Is it possible to create a (sync) XI scenario without saving any message data on the XI-System? Best regards, David