Skype offline/online problem

Hi!
When I'm offline actualy my status is busy.
I try everything but no result. When I call from other skype when I'm "busy"(I'm actualy Offline) skype says - no answer and not ringing. But messages is delivered.
Please help!
I change my password and nothing...

TRy to run the command /showplaces in any chatwindow, this will let you see all places where you are logged into Skype. If more than one run /remotelogout, to log out from the other endpoints than the one you are at.

Similar Messages

  • Is it possible to make an OSB Proxy service offline/online based on BS

    JMS QUEUE
    |
    |_____ Proxy Service <-------->Business Service <---------> External System URL
    I have a configuration as shown above.
    There is a way to make the Business Service offline/online based on the External system URL being offline/online by setting the
    Business service-> Operational Settings->Offline Endpoint URIs with a timesatmp.
    Is it possible to make the state of the proxy service to enabled/disabled based on this state of BS based on external enpoint URI?
    This is a requirement such that the messages in the JMS queue doesnot get lost or consumed when the external system is offline.
    Thanks in Advance!

    I have thought about this. There are some problems here....
    I cannot use the same proxy to invoke the java callout and then based on the code or handler disable it, since
    1) i would have no way to enable back the proxy again.
    2) Also there is some amount of message loss.
    So i will have to use another proxy to do the same, but in this case
    1) what would be the trigger to this proxy?
    2) And how often do i invoke the java callout to see if the URI is up or not? (wouldnt that affect the performance?)
    I am just wondering why did they give an offline URI option in the business service and no similar option in the proxy service, Any Idea?
    Thanks

  • AIR - Transactional Offline/Online applcation

    Hello,
    I'm very new to AIR. I'm very interested in learning it. I
    would like to ask one question before learning.
    Is it possible to use AIR to develop Offline/Online
    application? What I mean by Offline/Online application is that the
    application work on offline when the network is down. If the
    network is available then it will automatically re-connect with
    online services and will sync the offline data to the online
    services.
    Here is one scenario.
    Let's say I have a small application called "Student
    Registration Management" system. I have StudentRegistration.UI
    (AIR)project and StudentRegistrationService Web Service project.
    StudentRegistration.UI project is working fine as long as we have
    the network connection. But the problem is that our network
    connection is not so stable. sometimes, it used to disconnect for
    half-day and etc . So, we are considering to make our project work
    Offline.
    In order to do that, we are thinking to add another layer
    that can switch the proxy class and offline class that can access
    to the local database.
    For example:
    StudentRegistration.UI --> [detect the connection] ->
    [if online] call Proxy to invoke the webservice.
    -> [if offline] call another class that can connect to
    the local database which is located under "My Document" or
    "somewhere"
    Questions:
    Q1. Do you think this is the correct approach??
    Q2. Is it possible to connect the MS access database or mdf
    from AIR directly? (Note: This MS Access Database or mdf will be
    located under under "My Document" or "somewhere" ) If yes, how can
    I do that? Do I have to use the "inline" SQL statement too?
    Q3. Having one layer that can connect with local database
    will add the duplicated effort. Whenever we changed something in
    StudentRegistrationService Web service project, we will need to do
    the same thing for those offline classes. How can I reduct this
    effort?

    Hi,
    You can definitely built apps with online-offline
    capabilities with AIR. You can't connect to an MS Access database,
    but AIR has built-in SQLite (a file based DB like MS access) DB
    support. Use SQLite to persist data when in offline mode.
    The NativeApplication class whose singleton instance can be
    accessed via NativeApplication.nativeApplication dispatches an
    event (networkChange) whenever any change in the network is
    detected. It may be a connection coming back up or a connection
    going down. Your application has to listen to this event and then
    ping your server URL to see if it is online or offline. By ping,
    the meaning here is only a check to see if a particular URL is
    accessible using HTTP. There is an AIR class called URLMonitor used
    for this.
    As far as Q3 goes, you'll have redo the changes you did in
    your web services classes in the local version as well. I don't see
    a way around that.

  • How can i use offline & online database in the same time?

    how can i use offline & online database in the same time?
    my database in another server when the connection true it connect
    but if not does not work
    i wanna make offline database if the server not connected it connect offline then the server is on it alter all data from the offline to the server.

    User, please tell us your Jdev version!
    There is no such functionality build into the framework. The offline data base is only for designing the db, not to have a backup db.
    If you can't connect to the db the application will not work.
    Timo

  • Offline & online backups????

    Hi all,
             Why are the advantages & disadvantages of offline & online backups??

    Hi Ravi,
    Joydeep has described it very well.
    Just to add a bit:
    If you are wondering what happens to the online redo log files while the online backup is running:
    <i>During online backup, BRBACKUP does not backup the online redo log files. Instead, BRBACKUP generates online redo log switches so that all the online redo log files written during the online backup are copied into the archive directory. These offline redo log files then need to be backed up, since an online backup is consistent only in conjunction with these redo log files. The BRARCHIVE program backs up the offline redo log files.</i>
    So the idea that during an online backup some redo files might be missed, is explained from the above paragraph.
    Regards,
    Loukas

  • Skype 6.11- I was thinking of downloading Maverick, but I am seeing that Skype is having problems with it. Is this still true. I am on snow leopard 10.6.8 now

    I was thinking of downloading Maverick, but I am seeing that Skype is having problems with it. Is this still true. I am on snow leopard 10.6.8 now

    Hi,
    I'm using Mavericks and there are no issues with SKYPE.
    I using SKYPE 6.9 and this version is working well without issue.
    For some reason I didn't downloaded SKYPE 6.11 I don't know why anymore ... but I'm sure I hat my reasons not to do so.
    Dimaxum

  • Datafile offline后 无法online

    数据文件1个月前前被offline 后,忘了online
    最近才发现这个问题,rman 的的备份策略是保存一周,.现在数据文件是recover 状态
    SQL> select status from v$datafile;
    STATUS
    SYSTEM
    ONLINE
    ONLINE
    ONLINE
    ONLINE
    RECOVER
    进行了如下操作
    [oracle@localhost ~]$ rman target /
    Recovery Manager: Release 10.2.0.1.0 - Production on Sun Oct 14 15:21:39 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: ORCL (DBID=1282456281)
    RMAN> restore datafile 6;
    Starting restore at 14-OCT-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=158 devtype=DISK
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00006 to /u01/app/oracle/oradata/orcl/test.dbf
    channel ORA_DISK_1: reading from backup piece /u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_10_14/o1_mf_nnndf_TAG20121014T113901_87ndypbn_.bkp
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_10_14/o1_mf_nnndf_TAG20121014T113901_87ndypbn_.bkp tag=TAG20121014T113901
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:15
    Finished restore at 14-OCT-12
    RMAN> recover datafile 6;
    Starting recover at 14-OCT-12
    using channel ORA_DISK_1
    starting media recovery
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 10/14/2012 15:22:33
    RMAN-06053: unable to perform media recovery because of missing log
    RMAN-06025: no backup of log thread 1 seq 97 lowscn 10552775 found to restore
    RMAN-06025: no backup of log thread 1 seq 96 lowscn 10552545 found to restore
    RMAN-06025: no backup of log thread 1 seq 95 lowscn 10550471 found to restore
    RMAN> exit
    Recovery Manager complete.
    --一周前的全备和增量备份,归档日志已经被删除
    [oracle@localhost ~]$
    [oracle@localhost ~]$
    [oracle@localhost ~]$
    [oracle@localhost ~]$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Oct 14 15:22:51 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 1241513984 bytes
    Fixed Size 1219136 bytes
    Variable Size 335545792 bytes
    Database Buffers 889192448 bytes
    Redo Buffers 15556608 bytes
    Database mounted.
    SQL> alter database open;
    Database altered.
    数据库能正常启动
    SQL> select status from v$datafile;
    STATUS
    SYSTEM
    ONLINE
    ONLINE
    ONLINE
    ONLINE
    RECOVER
    6 rows selected.
    状态还是recover 状态
    SQL> alter database datafile 6 online;
    alter database datafile 6 online
    ERROR at line 1:
    ORA-01113: file 6 needs media recovery
    ORA-01110: data file 6: '/u01/app/oracle/oradata/orcl/test.dbf'
    如何使该数据文件online ?
    以上环境是我的模拟的 有一个生产库和该情况基本一样

    谢谢 部分归档日志的备份已经被删除(因为备份策略 不可能保存所有的归档日志)
    只有选择第二种了.
    数据文件意外offline 或变成recover状态,由于对系统没有影响(如我遇到SYSAUX表空间),一直没有发现,能到发现了,已经是很长时间了,归档日志已经不全了(备份策略没有保存那么长时间)
    这类问题有什么好的办法可以避免吗?

  • EOS plugin and offline/online workflow

    Hi all.
    Recently shot some footage on a Canon 5d and downloaded the plugin so that I can use Log and transfer to get the footage in.
    I was hoping to do an offline first using a proxy codec but the plug-in only does full res.
    This is my first foray into the card world. Any suggestions about how I can use the log and transfer window but doing an offline first.
    My only thinking is to import the files to ProRes using the log and transfer window then media managing those files to make proxy copies, editing with those and then re linking the sequence to the original camera rushes or the Prores copies
    Any suggestions?

    First off, unless your system is very dated, there's no reason to go through the offline thing. ProRes reduces the overhead sufficiently to make HD cut pretty much like SD.
    That said, it is possible to create an offline/online scenario by simply doing the log and capture normally and then "clone" the resultant clips using Compressor to whatever format pleases you for the offline work. As long as you maintain identical filenames in both source folders, you can cut the offline in a different project and then simply re-link to the full-rez clips to conform.
    Good luck!

  • My credit card  has been charged for book, however my purchase history shows no record of the transaction and I have not received the book. The online problem reporting system does not have options to report this incident. Who can I cal

    My credit card  has been charged for book, however my purchase history shows no record of the transaction and I have not received the book. The online problem reporting system does not have options to report this incident. Who can I call?

    Would be problems with purchases, billing, and redemption option.  It's not 100% exact to your issue, but it will get you to the right department.
    Go here https://expresslane.apple.com/GetproductgroupList.do then select ITunes, then Store, then Purchases, Billing, and Redemption.  Then.. probably pick "My topic is not listed." 

  • FCP Offline/Online Workflow

    i am not sure if this is the right forum or even an apple app question (someone direct me to a good sourse if not please) but, I am needing to do offline edit from HDV source and some HDCam source.
    Based on my previous method of this in the SD world I would choose the photojpeg codec to save space and then online/uprez.
    With HD and a Kona 3 card I dont see HD/SDI (HDSDI) NTSC Photojpeg Anamorphic capture codec. Even when selecting uncompressed HD I get disables view in the capture window so I know that's a card thing but capture the sd downcovert to test the codec I chose the SD Kona I/O and selected the SDI NTSC Photojpeg Ananmorphic codec and instead of reducing the image resolution/pixels and preserving frame size of 720x640 (or whatever is it in cant recall with these numbers in my head right now) its reducing the overall frame size too to like 320x240. i know i can then resize but is there a way to get the HDSDI to low rez photojpeg and not only reduce quality but keep the 16:9.
    I tried to adjust the HD codec and reduce quality by 70%...couldnt test cause HDSDI on K3 isn't seeing the sig from HDCam VTR. But the 320x240 would work i just dont want to resize the images/clips.
    Anyway, any ideas or help to get me going to capture low rez maintaining 16:9 (with reduced qual through pixels and not frame sizes)for a later uprez. Ive done theis beofre on an hd show about 3 yeasrs agao once, I cannot remember though and it was on FCP too in an offline/online workflow. I think we did it using sd capture from sd source, hmmm with the deck set at anamorphic/squeezed output to ana capture and then it was normal in sequence.
    but in this case i am still dealing with small frame sizes 320x240...HELP!

    ok, i'll look at the disc's. i think we just downloaded the full codec pack from aja's site..i do know when i check the "show all" box a boat load of codecs show, i believe i've seen one for hd...but any i seen reduced the frame size to something realy small.
    i'll double check this new card kona3 and see what it's codec pack is.
    thanks and i'll post my findings. geez, this should be simple...go from hdsdi to a low rez codec but keeping the full frame size...that's it done. and then uprez later using dvcproHD (well that's what i am using to save some space and it's a great codec.) but that's how easy it should be...works that way in sd too. i think i need to go in sd anamorphic and set the vtr's output to squeezed...i dunno i'll hopefully find help or figure it out one way or another.
    thanks again, keep me posted with ideas..THANKS@!!!!!!

  • Skype for online teaching

    Hallo
    I am a teacher and would like to use skype as an online teaching platform.
    The idea is that I sell my tuition services for a fee in order to generate an income. Does skype offer its platform for free to teachers or does one have to pay a monthly subscription for using Skype? I dont seem to find a satisfactory answer to this very question that I have.
    Please advise
    Regards

    hi i am a stock and markets teacher i teache market forecast as technical and fundamental method so i am interested in skype for online education but the privacy of data is very important  therefore each student shloud not be able to conect to another one  so could you introduce me how couls i prepare skype as an privet program for my classroom and studets?

  • SQL Server Enterprise support for Offline / Online Application development

    Hi,
    We have suggested to use the SQL Server 2012 as Database for our Enterprise application. We have the Offline/Online two set of application. Can you suggest any offline database to sync the Online SQL Server database.
    Thanks,
    Sethu

    What is an offline database?
    One can setup an "online" database and an "offline" database using SQL Server 2012 Enterprise Edition.
    SSIS packages can be used to synch data between the databases:
    http://blogs.msdn.com/b/jorgepc/archive/2010/12/07/synchronize-two-tables-using-sql-server-integration-services-ssis-part-i-of-ii.aspx?Redirected=true
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Conductor Engine not online problem

    Hi all,
    I've got a problem after I ported my web-workflow application into the
    training environment. It was ok in the development environment. (Both
    environment actually running same platform, which is NT 4 server and Win95
    client)
    After ported to the training environment, all components were able
    compiled. I am able to start the application as well. But when it comes to
    the point where the web interface call to the conductor interface to obtain
    a conductor session, it raised an error message back to the HTML client
    saying that "myengine.myenvironment" is not online. But if I check the
    conductor console, it always shows that "myengine" conductor engine is
    online.
    Throughout many testing, changing the conductor engine server to another NT
    machine did not help edle. Furthemore, no detail error message can be
    captured from the log file. By the way, conductor libraries provide very
    minimal exception class to handle any conductor specific errors.
    By writing some debug code into the conductor interface, it seems that the
    error always occured during the conductor OpenSession method with the
    engine.
    If anyone of you encounter this weird problem before please contact me
    ASAP. Appreciate your reply in advance.
    Regards,
    CP
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/forte>

    CP,
    Yes I have had the problem. The notes below are from working through the
    issue with Forte Tech support...
    > ... ...this > error is symptomatic of having
    > more than one copy of a DLL somewhere in your
    path. As
    > such, I would like for you to do an
    > exhaustive search on all of the disk drives on
    your system
    > for each of the following files:
    >
    > libofcus.dll
    > libwfacc.dll
    > wfclie0.dll
    > libwfcli.dll
    > libwfcus.dll
    > libwfenv.dll
    >
    > If one of these lives in more than one place, that
    is most
    > likely the problem. The only
    > place these should live is in their respective
    userapp
    > directory, and those directories
    > should be specified in your path.
    >
    In our case we had two of the dll's in the winNT\System32 directory. Once
    they were removed we could once again create sessions with the engine.
    Hope this helps.
    Roger
    -----Original Message-----
    From: CP Wong [mailto:[email protected]]
    Sent: Wednesday, July 21, 1999 4:15 AM
    To: [email protected]
    Subject: Conductor Engine not online problem
    Hi all,
    I've got a problem after I ported my web-workflow
    application into the
    training environment. It was ok in the development
    environment. (Both
    environment actually running same platform, which is NT 4
    server and Win95
    client)
    After ported to the training environment, all components
    were able
    compiled. I am able to start the application as well. But
    when it comes to
    the point where the web interface call to the conductor
    interface to obtain
    a conductor session, it raised an error message back to the
    HTML client
    saying that "myengine.myenvironment" is not online. But if I
    check the
    conductor console, it always shows that "myengine" conductor
    engine is
    online.
    Throughout many testing, changing the conductor engine
    server to another NT
    machine did not help edle. Furthemore, no detail error
    message can be
    captured from the log file. By the way, conductor libraries
    provide very
    minimal exception class to handle any conductor specific
    errors.
    By writing some debug code into the conductor interface, it
    seems that the
    error always occured during the conductor OpenSession method
    with the
    engine.
    If anyone of you encounter this weird problem before please
    contact me
    ASAP. Appreciate your reply in advance.
    Regards,
    CP
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/forte>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/forte>

  • My skype sign in problem

    i have set up my skype "always online" on my ipad. But a few days ago, it came up to "sign in" page. Unfortunately i forgot my password because of not using it for too long. After entering too many times wrong password, it showed me "Account: DB_IN_USE. So i reset my password from Skype website. But it didnt worked and came up to "AccountB_IO_ERROR".
    PLS help.    
    Heline Sun 

    Easiest way is to delete and reinstall the Skype app

  • IOS 8.1 and Skype online problem

    In all my iDevices with IOS 8.1 they have a problem to stay online. After the lid of iPad Air is closed the Skype will go to offline status within some seconds. Same problem with iPad 2, iPad Mini and iPhone 4S. Only iPhone 4 with IOS 7 is working normaly.
    Is there some setting which I have change to get Skype to stay online all the time, when it is loaded on background?

    To resolve this issue, on your Apple device, go to Settings, General, Background App Refresh. Make sure the refresh is turned ON and Skype app in the same screen below is set to ON. If you have the main refresh switch OFF or the Skype app set to OFF, the app will go offline as it cannot synch your profile (status) to the server in real time.
    You can control and set other apps to automatic refresh or turn them off individually in the same screen.
    Enjoy

Maybe you are looking for