Re: Skype charged me without giving any service

shantonu_eco wrote:
It was two months ago.......................
Hello,
You have been flagged for multiple duplicate posting. Please note that this is prohibited and your duplicates have been deleted. Your future compliance will be appreciated.
Assuming you followed directions correctly your query is the result of a minor error and will be quickly resolved as indicated above.
Thank you.
TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
I recommend that you always run the latest Skype version: Windows & Mac
If my advice helped to fix your issue please mark it as a solution to help others.
Please note that I generally don't respond to unsolicited Private Messages. Thank you.

khawaja423 wrote:
I want to get services for three months for what I paid.
Hello and welcome to the Skype Community.
Please explain your issue so we can assist you.
TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
I recommend that you always run the latest Skype version: Windows & Mac
If my advice helped to fix your issue please mark it as a solution to help others.
Please note that I generally don't respond to unsolicited Private Messages. Thank you.

Similar Messages

  • Without giving any password  it is getting connected in windows

    in windowsfrom command prompt when i try to login to oracle it is asking for username but when i just press the enter key for password ( without giving any password) it is getting connected?
    How do i stop it ?
    Regards
    Sudharshan

    This is addressed in the following note:
    Note: 77665.1 - WIN: OS Authentication - CONNECT AS SYSDBA Without a Password
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=77665.1

  • Installation of weblogic 6.1 suuenly aborts without giving any error

    Hi
    i am trying to install weblogic server 6.1 in the following configured machine:-500 Mhz
    256 MB RAM 40 GB harddisk with WIN NT workstation as the operating system.The installation aborts without giving any error ?? please help..it extracts 100% and then aborts installation without any error
    rishi

    Hi.
    Pls search the archives of this newsgroup. This has been reported several times and a few solutions have been found and posted here.
    Thanks,
    Michael
    rishi wrote:
    Hi
    i am trying to install weblogic server 6.1 in the following configured machine:-500 Mhz
    256 MB RAM 40 GB harddisk with WIN NT workstation as the operating system.The installation aborts without giving any error ?? please help..it extracts 100% and then aborts installation without any error
    rishi--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • HT2731 I wana creat an apple I'd , but they are asking me for my credit card detail. How do i creat an apple I'd without giving any credit card detail

    I wana creat an apple I'd , but they are asking me for my credit card detail. How do i creat an apple I'd without giving any credit card detail

    Read this knowledge base article for help with that.

  • Exporting parameter without giving any type in FM.

    Hi all,
    I have created a zcopy of function module DMEE_EXIT_TEMPLATE. In this FM there is a parameter I_ITEM which is not associated with any type. But In Zcopy of this FM I am unable to activate it without giving any type. I debusgged the standarad program but could not find any type for this component I_Item. But when I debug the standard program in which this FM is used I_Item fills with three structures (FPAYH,FPAYHX,FPAYP).
    What should I do so that I could activate my FM.
    Regards,
    Azra.

    Just use the type ANY and activate it.
    regards,
    hans

  • IPhone 4s not charging and not giving any response. 2 year old phone in Dubai

    I have an iPhone 4S since 2 years, it suddenly stopped charging and wasn't giving any response while i press the power button. I mean nothing! No sign of it not charged or any other. It happened 3 weeks ago, I sent it for repair and checkup, and still nothing. i sent it twice, when it came back it still had the same problem. I used at least 3-5 different Chargers. still nothing. please help fast! it was working till 3 weeks ago. the battery is fine (was checked by a repairer).

    Inspect the charging port area for dirt/debris/fluff build-up that may be preventing a good connection and use a wooden toothpick, soft clean toothbrush, or a can of compressed air to clean it. Also look for bent or broken pins. Try another cable and/or charger block (be sure to always use a genuine Apple certified brand) in a known good outlet. If you're using a USB port, try another port. If you're using a hub, try a direct connection. If you're using a USB port in the front of a desktop computer, try one in the back. If all these fail, make an appointment at your nearest Genius Bar to have the device evaluated.

  • Maxl Automation for sequential calc scripts - just stops without giving any error

    Hi,
    I was running an automation for calculations using MaxL. by scheduling the Steps.bat in the task scheduler of windows.
    _________ Steps.bat ___________
    StartMaxl Steps.mxl
    _________ Steps.mxl ___________
    Login .....
    Sppol on to log.log
    Execute calculation 'DB'.'DB'.StepA1;           Iferror 'StopError';
    Execute calculation 'DB'.'DB'.StepA2;           Iferror 'StopError';
    Execute calculation 'DB'.'DB'.StepA3;           Iferror 'StopError';
    Execute calculation 'DB'.'DB'.StepA4;           Iferror 'StopError';
    Execute calculation 'DB'.'DB'.StepA5;           Iferror 'StopError';
    Execute calculation 'DB'.'DB'.StepA6;           Iferror 'StopError';
    Execute calculation 'DB'.'DB'.StepA7;           Iferror 'StopError';
    Execute calculation 'DB'.'DB'.StepA8;           Iferror 'StopError';
    Execute calculation 'DB'.'DB'.StepB1;           Iferror 'StopError';
    Execute calculation 'DB'.'DB'.StepB2;           Iferror 'StopError';
    Execute calculation 'DB'.'DB'.StepB3;           Iferror 'StopError';
    Execute calculation 'DB'.'DB'.StepB4;           Iferror 'StopError';
    define label 'StopError';
    exit;
    Not when I check the log file on execution it shows ...
    ___________________ Log.log _______________________
    MAXL> execute calculation 'DB'.'DB'.'StepA1';
    OK/INFO - 1012579 - Total Calc Elapsed Time for [StepA1.csc] : [173.87] seconds.
    OK/INFO - 1013274 - Calculation executed.
    MAXL> execute calculation 'DB'.'DB'.'StepA8';
    OK/INFO - 1012579 - Total Calc Elapsed Time for [StepA8.csc] : [2000.00] seconds.
    OK/INFO - 1013274 - Calculation executed.
    MAXL> execute calculation 'DB'.'DB'.'StepB1';
    OK/INFO - 1012579 - Total Calc Elapsed Time for [StepB1.csc] : [1200.00] seconds.
    OK/INFO - 1013274 - Calculation executed.
    MAXL> execute calculation 'DB'.'DB'.'StepB2';
    If you see the last line - it just halts - doesn't show any error or any other message. And the task in the windows task scheduler keeps showing the task as running - without any error there as well.
    Any ideas on why it is just going to a limbo (no sessions also appear on EAS console)
    Ankur

    Yes the script can be manually executed. Also if I again put a mxl file starting from the step where it last stopped - it continues execution normally. (i.e. executes StepB2 as well and continues executing)
    And today's execution result - I kept monitoring the server, it ran for 3hrs and then halts after around 80% of the steps with 20% were still remaining. I created a new Mxl to start from the last 20% and it ran successfully again.
    @Amarnath : Restart database ?
    I checked the logs - and this is what I can see (modified the big fields to show what the logs are showing)
    [Wed Oct  9 09:54:43 2013]Local/....... Ankur.....
    Calculation executed
    [Wed Oct  9 09:54:43 2013]Local/DB///47450147858752/Info(1013210)
    User [Ankur.....@Native Directory] set active on database [DB]
    [Wed Oct  9 09:54:43 2013]Local/DB/DB/Ankur......
    Received Command [Calculate] from user [Ankur......@Native Directory]
    [Wed Oct  9 09:54:43 2013]Local/DB/DB/Ankur......
    Received Command [Calculate] from user [Ankur......@Native Directory] using [StepB2.csc]
    [Wed Oct  9 10:24:59 2013]Local/DB///47341561242320/Info(1002035)
    Starting Essbase Server - Application [DB]
    [Wed Oct  9 10:24:59 2013]Local/DB///47341561242320/Info(1200480)
    Loaded and initialized JVM module
    [Wed Oct  9 10:24:59 2013]Local/DB//47341561242320/Info(1200445)
    External [GLOBAL] function [@ESSBASEALERT] registered OK
    [Wed Oct  9 10:25:01 2013]Local/DB//47341561242320/Info(1019008)
    Reading Application Definition For [DB]
    So indeed the essbase server is starting again - but why ?
    Ankur

  • SSIS Package execution completes without giving any success or failure message

    Hi,
    We are using SSIS to load some 100k records from flat file to Oracle Destination. We are using Oracle 10g client.
    But during the execution after some 5hrs or 6hr with 900k records upload we are getting the message Package execution completed. In the Execution results there is no message related to success or failure and the tasks in the Data Flow where yellow in color. What might be the problem? Any information regarding this case will be helpful for us.
    Regards,
    Roopa.

    Usually you will have a red object somewhere in your package if there was a failure.  Make sure you are looking in both the Control Flow and all the Data Flows in the package for a red object.  In the execution results in the far right tab, usually you will see several warning messages somewhere in the list of steps, followed by a message that says you have exceded the number of errors for the package and that it is failing.  This is not at the bottom but where the errors actually occur in the flow of messages.
    I don't know if that helps, but that is about all I can add.  Good luck.

  • Weblogic admin server is unable to start (without giving any error)

    Hi,
    We have a disaster recovery machine which is created from production machine by file replication (SAN disks are used). We are still trying to make the DR domain up. Our problem is, after starting the script
    startAdmin.sh, java process stops after log line containing "Initializing self-tuning thread pool". There is no process left when i grep in unix env. The out log give no error (admin.log server log is not created yet).
    The only i have is the out log.
    Could anybody help on resolving this problem ? Thanks very much in advance !
    Here is all the admin.out log :
    JAVA Memory arguments: -Xms1024m -Xmx1024m -XXnoSystemGC -Xverbose:memory,gcreport,gcpause -Xverbosetimestamp -Xverboselog:servers/asb_admin/logs/asb_admin_gc.log
    WLS Start Mode=Production
    CLASSPATH=/global/commonproduct/asb_prod/lib/log4j-1.2.15.jar:/product/osb/osb_10.3/patch_wlw1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/product/osb/osb_10.3/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/product/osb/osb_10.3/patch_cie670/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/product/osb/osb_10.3/patch_alsb1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/product/osb/osb_10.3/jdk/lib/tools.jar:/product/osb/osb_10.3/wlserver_10.3/server/lib/weblogic_sp.jar:/product/osb/osb_10.3/wlserver_10.3/server/lib/weblogic.jar:/product/osb/osb_10.3/modules/features/weblogic.server.modules_10.3.0.0.jar:/product/osb/osb_10.3/wlserver_10.3/server/lib/webservices.jar:/product/osb/osb_10.3/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/product/osb/osb_10.3/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar::/product/osb/osb_10.3/wlserver_10.3/../modules/features/osb.server.modules_10.3.0.0.jar:/product/osb/osb_10.3/osb_10.3/lib/flow/sb-flow.jar:/product/osb/osb_10.3/wlserver_10.3/../modules/com.bea.core.jaxen_1.0.0.0_1-1-1.jar:/product/osb/osb_10.3/osb_10.3/lib/version.jar:/product/osb/osb_10.3/osb_10.3/lib/alsb.jar:/product/osb/osb_10.3/osb_10.3/3rdparty/lib/j2ssh-ant.jar:/product/osb/osb_10.3/osb_10.3/3rdparty/lib/j2ssh-common.jar:/product/osb/osb_10.3/osb_10.3/3rdparty/lib/j2ssh-core.jar:/product/osb/osb_10.3/osb_10.3/3rdparty/lib/j2ssh-dameon.jar:/product/osb/osb_10.3/osb_10.3/3rdparty/classes:/product/osb/osb_10.3/wlserver_10.3/../modules/com.bea.core.apache.commons.logging_1.1.0.jar:/product/osb/osb_10.3/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/product/osb/osb_10.3/wlserver_10.3/server/lib/xqrl.jar::
    PATH=/product/osb/osb_10.3/wlserver_10.3/server/bin:/product/osb/osb_10.3/modules/org.apache.ant_1.6.5/bin:/product/osb/osb_10.3/jdk/jre/bin:/product/osb/osb_10.3/jdk/bin:/usr/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0_29"
    Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
    Oracle JRockit(R) (build R28.2.2-7-148152-1.6.0_29-20111221-2104-solaris-sparcv9, compiled mode)
    Starting WLS with line:
    /product/osb/osb_10.3/jdk/bin/java -jrockit -Xms1024m -Xmx1024m -XXnoSystemGC -Xverbose:memory,gcreport,gcpause -Xverbosetimestamp -Xverboselog:servers/asb_admin/logs/asb_admin_gc.log -da -Dplatform.home=/product/osb/osb_10.3/wlserver_10.3 -Dwls.home=/product/osb/osb_10.3/wlserver_10.3/server -Dweblogic.home=/product/osb/osb_10.3/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=true -Dweblogic.ext.dirs=/product/osb/osb_10.3/patch_wlw1030/profiles/default/sysext_manifest_classpath:/product/osb/osb_10.3/patch_wls1030/profiles/default/sysext_manifest_classpath:/product/osb/osb_10.3/patch_cie670/profiles/default/sysext_manifest_classpath:/product/osb/osb_10.3/patch_alsb1030/profiles/default/sysext_manifest_classpath -Dweblogic.Name=asb_admin -Djava.security.policy=/product/osb/osb_10.3/wlserver_10.3/server/lib/weblogic.policy weblogic.Server
    <Dec 13, 2012 11:12:00 AM EET> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /global/commonproduct/asb_prod/lib/log4j-1.2.15.jar>
    <Dec 13, 2012 11:12:01 AM EET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.2.2-7-148152-1.6.0_29-20111221-2104-solaris-sparcv9 from Oracle Corporation>
    <Dec 13, 2012 11:12:01 AM EET> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 8422724, 8715553 Mon Aug 10 18:21:10 EDT 2009
    WebLogic Server Temporary Patch for 8160383, CR368242 Sat Oct 10 00:30:19 CDT 2009
    WebLogic Server Temporary Patch for bug8186281 Mon Sep 20 08:23:54 PDT 2010
    WebLogic Server Temporary Patch for 9089055 Sun Jan 24 19:23:51 IST 2010
    WebLogic Server Temporary Patch for CR364493, 8066979 Thu May 21 11:35:42 CDT 2009
    WebLogic Server Temporary Patch for CR383039 Fri Dec 19 15:28:07 PST 2008
    WebLogic Server Temporary Patch for 8638391 Mon Jul 27 14:49:39 PDT 2009
    WebLogic Server Temporary Patch for CR381056 Mon Oct 06 10:48:50 EDT 2008
    WebLogic Server Temporary Patch for CR374413, CR378680 Tue Sep 02 09:55:36 PDT 2008
    WebLogic Server Temporary Patch for CR378102 Wed Sep 10 23:28:48 PDT 2008
    WebLogic Server Temporary Patch for CR378741 Tue Sep 09 13:08:51 PDT 2008
    WebLogic Server Temporary Patch for CR378781, CR380313 Fri Sep 19 13:34:16 PDT 2008
    WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967 >
    <Dec 13, 2012 11:12:06 AM EET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Dec 13, 2012 11:12:06 AM EET> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>

    Hi,
    Try to set the following value under setDomainEnv.sh file.
    JAVA_OPTIONS="${JAVA_OPTIONS} -Djava.security.egd=file:///dev/urandom"
    this will solve your startup problem.
    Regards,
    Kal

  • My battery is not staying for more hours it suddenly gets switch off without giving warning

    My battery is not staying for more hours . It suddenly getting switch off without giving any warning. My iPhone is iPhone 4s

    Wen I can receive reply from apple management .

  • I wanted to use an itunes gift card in the ibookstore, but it charged my credit card without giving me any other option.

    I wanted to use an itunes gift card in the ibookstore, but it charged my credit card automatically without giving me any other option.

    None for payment
    After establishing the Credit Card account (i.e. after you have made purchases), you can remove the credit card information by editing your payment info, choosing "None".
    http://i1224.photobucket.com/albums/ee374/Diavonex/3251ae4b9345e8a0551a15d5cad4b 5a9_zps1c6950c2.jpg

  • Can I use a Verizon 3rd Gen iPad on WiFi without activating service without losing any functions?

    Can I use a Verizon iPad on WiFi without activating service without losing any functions?

    Yes, the cellular iPads function the same as the regular ones except that they have the cellular antenna. Just be sure to turn off cellular in your settings, right below WiFi and Bluetooth so you don't get charged if it is accidentally used, meaning you won't have WiFi everywhere anymore, unless you want to pay for a monthly plan again

  • Skype Pro - charged for no longer provided service

    Does anyone know who deals with small court claims at Skype?
    I don't like the fact that they have been charging me for the service they no longer provide.  
    Thanks.

    AndrewH-S wrote:
    1. I have a legacy Skype Pro subscription active on my account (billing @ $3/mo) and also a 12 Month Unlimited World.
     2. Will I lose any service or other benefit, such as discounted calling, other features, if canceling the Skype Pro subscription? 
    Hello and welcome to the Skype Community.
    1.  You don't need the old "Pro" Plan. This was the forerunner of modern Subscriptions and was discontinued to all but existing users years ago.
    2. No. Unlimited World gives you everything that "Pro" did plus a lot more.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • After 04 months of purchase of iphone 5 the lock button is too hard. At times its not working at all. The phone has been purchased in USA now I'm not getting service in India. After all whats the point in spending so much amount without any service.

    After 04 months of purchase of iphone 5 the lock button is too hard. At times its not working at all. The phone has been purchased in USA now I'm not getting service in India. After all whats the point in spending so much amount without any service.

    The warranty says that Apple may restrict service of an iPhone to the country of sale, and any reliable salesperson will tell you that if you tell them that you plan to use the iPhone in another country. Such service restrictions are common with cellphones and are by no means limited to Apple's phones.
    Sorry, but if your iPhone requires service, you will need to send it to someone you know in the US who can get it serviced and then send it back to you.
    Regards.

  • I've been charged yesterday 1.98 € by Apple Store without making any download or any other request (automatic downloads are disabled) and my iTunes is still empty which means that even by error, I didn't purchase anything. Could you please help?

    Apple store charger me without reason and without any download! I checked again my data and all is still empty no music no video no book and no apps.
    It's a new iPad which is still empty. Then for sure no error from my side.How can this happen? I'm afraid from it, is there any way to prevent?

    Ah. Best guess would be that this is an authorization hold. Authorization holds are usually $1.00 or 1.98 €. Your best option would be  to first, check your purchase history to make sure no purchases have been made. Once you're sure, check your bank statement. I'm 90% sure that this is a hold.
    Authorization holds are used by most (if not all) online stores to verify that the credit card on your account is valid. If you've recently edited the credit card on your card (changed or added a CC), then this is definitely it. These holds are released by your bank in around 48 hours after the hold was placed. if it's taking longer, then contact your bank to have the hold released.

Maybe you are looking for

  • Project Summary Web Part - Can you change the display criteria

    Hi Is there any way I can change the display attributes of the project summary web part so instead of showing Late Tasks (as in the MS Project status indicator), I only show tasks that should have started or tasks that should have finished (so avoidi

  • Import package does not work - beginner help

    Hi, I'm a beginner with java. I just trying to figure out how to use packages. I followed everything in the tutorial, but I can't figure out why my simple example does not work. I made the following directories three, for the sake of the example. in

  • Colorspan help needed

    Hello. I have a Colorspan 72SR that I of course bought used. It won't boot up and gives an error of "no internak disk detected". I had to replace the power supply before I could get anything out of it and don't know if I damaged the onboard DOM card

  • JNDI Administration in Weblogic 10.3

    This is my code: InitialContext initialContext = new InitialContext(); Context context = (Context) initialContext.lookup("java:comp/env"); bootstrapFlag = (Boolean) context.lookup("bootStrapFlag"); Could anyone guide me how to configure the "bootStra

  • Imp/exp user/role issue

    using 10.1.0.3 linux Have an export file from an existing DB (full export). Need to import it into an blank DB but I get errors regarding users and roles not existing. I thought that a full export has all of that info to create in the new DB. How can