Not able to send whats app message more than 3 minute's length

Hi,
I am getting one strange problem while trying to send a video through whats app in Iphone 6.
Video length is more than 6 minutes i.e 6.53 minutes approx.
but it always send only 3 minute video to the receiver.
Steps:
Open what app
select contact person
choose send message
select a option to "Add Existing Video"
Select video
and now it will show 3 minute in the top, where Video shown in frames.
and receiver also receive only 3 minute video.
Please help, is it a issue in Iphone 6 or where?
BR,
-Prince Gupta

Hi Srini,
OS is XP
Database = 10g
EBS - 11.5.10.2
When i tried with simple code like below i am getting mail .
CREATE OR REPLACE PROCEDURE APPS.send_mail (p_sender IN VARCHAR2,
p_recipient IN VARCHAR2,
p_message IN VARCHAR2)
as
l_mailhost VARCHAR2(255);
l_mail_conn utl_smtp.connection;
BEGIN
SELECT value value1
INTO l_mailhost
FROM v$parameter
WHERE name like '%smtp%';
l_mail_conn := utl_smtp.open_connection(l_mailhost, 25);
utl_smtp.helo(l_mail_conn, l_mailhost);
utl_smtp.mail(l_mail_conn, p_sender);
utl_smtp.rcpt(l_mail_conn, p_recipient);
utl_smtp.open_data(l_mail_conn );
utl_smtp.write_data(l_mail_conn, p_message);
utl_smtp.close_data(l_mail_conn );
utl_smtp.quit(l_mail_conn);
end;
Can you please let me know if i am wrong in the following one
1. After running the program, the output saves at ''/u07/applmgr/dev/devcomn/admin/out/DEV_wg-oa-01/RGADWALA.5929617"
This information i got from fnd_concurrent_request table.
* Do i need to have Write and Read permissions for the above said path
2. The above said path I can see in the V$parameter table for column Name = 'utl_file_dir'
3. I even created an Directory Name as 'OUT_DIR' in all_directories table with same path as above.
I hope i have cleared your doubts, can you please let me know where exactly i am going wrong in my earlier procedure.
Regards,
RR

Similar Messages

  • I have i phone 3g with 4.1 os. In that i am not able to download what app and facbook.    plz help me

    I have i phone 3g with 4.1 os. In that i am not able to download what app and facbook.    plz help me

    Unfortunately, these are the requirements
    Facebook Requirements: Compatible with iPhone, iPod touch, and iPad. Requires iOS 4.3 or later.
    WhatsApp Requirements: Compatible with iPhone. Requires iOS 4.3 or later.

  • TS2755 Why does my iPhone send my text message more than once

    Why does my iPhone send my text message more than once

    settings - message - send&receive - make sure your cell is the default
    then starte a new converstation from - your cell number

  • I am not able to send/receive text message on my N...

    Hello:
    I bought a Nokia 5800 in India last summer. I used a local SIM card (Airtel) when I was there. I was able to send/receive text messages when I was in India.
    I came back to Chicago and replaced the Airtel SIM card on my 5800 with my AT&T sim card. I have a pay-as-you-go service with AT&T. I had used a Sony-Ericsson Z300a phone with my AT&T service before I bought my 5800. I did not have any problems sending/receiving text messages with the Sony-Ericsson phone using my AT&T SIM card.
    I don't have any problems using my 5800 with my AT&T SIM card for calling or sending/receiving multimedia messages. I just cannot send or receive any text messages. I have checked the message center number setting on my 5800 and it appears to be correct. I have also done a hardware reset of the 5800 and the problem remains.
    Any clues?

    Hello parsar. Even if you have the correct Message Center number there, it's worth a try to delete the existing one and enter the correct one afresh. Make sure you have the latest firmware on your phone, and that there are no applications that may interfere with sending/receiving sms, like some filtering software.
    Hope this helps
    And, pakiboy, resetting to factory settings (by typing *#7780#) will NOT delete anything in the phone memory.
    Cheers,
    DeepestBlue
    5800 XpressMusic (Rock Stable) | N73 Music Edition (Never Say Die) | 1108 (Old and faithful)
    If you find any post useful, click on the Green "Kudos" Button on the left to say Thank You...

  • 3G Setting - not able to send SMS text messages

    I have a £GS iphone. Can anyone explain why my SMS messages fail to send if the 3G setting is enabled but it will send when 3G is disabled. It makes no difference whether I have a strong 3G signal or none at all.

    I suggest contacting your carrier. I don't believe this is an iPhone problem since you are able to send SMS when connected via EDGE or when 3G network access is off. Although technically data, SMS is exchanged over the same network as calls - not via the carrier's data or internet network.

  • Not able to create a table with more than 64 fields in dictionary

    Hi,
    I have created a java dictionary in Netweaver Developer studio. I have to create a table with more than 64 fields in it. I was able to create the table in dictionary, but when i tried to build it, I am getting an error message as "more than 64 fields are not allowed". If i create the table with 64 fields or below 64 fields, i can build the dictionary and deploy it.
    That is, when i create a table with more than 64 fieds, I am not able to compile the dictionary, But if i reduce the fields to 64 or below, i can compile the dictionary.
    Kindly help me to solve the problem.
    Regards,
    Sudheesh

    Hi,
    Sudheesh,as far as I am aware creating of fields in the table actually depends on the total width of table that can be used for various Vendors.
    So I actually tried out creating a table with too many fields,and I am reproducing the errors which I have obtained -
    <i>Error               Dictionary Generation: <b>DB2:checkWidth TMP_1: total width of table (198198 bytes) greater than allowed maximum (32696 bytes)</b>     TMP_1.dtdbtable     TestDictionary/src/packages     
    Error               Dictionary Generation: <b>DB4:Table TMP_1: fixed length: 198366 (32767).</b>     TMP_1.dtdbtable     TestDictionary/src/packages     
    Error               Dictionary Generation: <b>DB6:checkWidth TMP_1: total width of table (297200) including row overhead is greater than the allowed maximum for 16K tablespaces .</b>     TMP_1.dtdbtable     TestDictionary/src/packages     
    Error               Dictionary Generation: <b>MSSQL:checkWidth TMP_1: total width(198215) greater than allowed maximum (8060)</b>     TMP_1.dtdbtable     TestDictionary/src/packages     
    Error               Dictionary Generation: <b>SAPDB:checkWidth TMP_1: total width(198297) greater than allowed maximum (8088)</b>     TMP_1.dtdbtable     TestDictionary/src/packages     
    Error               Dictionary Generation: Table TMP_1 is not generated     TMP_1.dtdbtable     TestDictionary/src/packages     </i>
    I hope you can understand what the errors state.I am trying to create a table whose total width(sum of width all columns) is greater than the maximum allowed for various Vendors,such as DB2,MSSQL,SAPDB etc.
    I hope this answer helps you create your table suitably
    Regards,
    Harish
    (Please award points if this answer has been usefull)

  • Why is one of my contacts not able to send me any messages or calls when i can call or message them

    one of my contacts cannot send me messages or call , but i can call or send them messages , could i have blocked their number  by mistake

    It is a carrier issue if it's SMS and only some of the contacts.  It may be your carrier or the carrier that your friends are using or the handoff between carriers.
    Apple has nothing to do with it.

  • Not able to send an SMS message to a specific person because it says theres a v/m???

    I reviewed all the posts and couldn't find information on this for a specific contact.
    I can SMS message everyone in my contact list except for 1 person. Everytime I bring his name up it says there is a voicemail and doi want to call voice mail. It never gives me any other option.
    Remember, this is specific to 1 contact.
    1. I went into the options and set it to none under call logging. No change!
    2. I went into voice mail options on Verizon and set it to no texting when voice mail. No change!
    3. I even went so far as to delete the contact, created a new contact with his info in it. It still came up with that voice mail text and doesnt allow me to do anything but call him or call voicemail.
    Kind of at a loss here.
    Any help would be appreciated.
    Again...I did look but there wasn't a thread specific to 1 individual contact!!!

    Nevermind...I actually dug deeper and found the same thread. I tried to delete this one but couldn't find a way to do it.

  • MQAdapters Not able to push or pull message from Bpel

    Hi All,
    Presently i am working on a Bpel Module which is receiving a jms message and has to push them onto an IBM message Queue. Under the flow I am receiving the error as given,please suggest some solution.
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding:
    "JCA Binding execute of Reference operation 'Enqueue' failed due to:
    JCA Binding Component connection issue.
    JCA Binding Component is unable to create an outbound JCA (CCI) connection.
    GetApprovedSupplierDetails_IMR:SAPPIMQRequest [ Enqueue_ptt::Enqueue(body) ] :
    The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue:
    BINDING.JCA-00001 java.util.MissingResourceException java.util.MissingResourceException
    java.util.MissingResourceException java.util.MissingResourceException
    Please make sure that the JCA connection factory and any dependent connection factories
    have been configured with a sufficient limit for max connections.
    Please also make sure that the physical connection to the backend EIS is available and the backend itself
    is accepting connections. ". The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution

    Thanks for the reply though JMS is not being used out here .
    I am configuring IBM MQ and trying to push messages inside those queues. Both SOA11g and IBM Websphere are installed in my machine and the BPEL 11g just wants to trigger the event to store the message inside the Queue.
    Earlier on i was not able to send across the message to queue and presently i am stuck up with this error.

  • TS2755 Ever since I updated my iphone 4 to 5.1.1, I am not able to send more than one picture at a time in a text message. Does anyone know how to fix this?

    Ever since I updated my iphone 4 to 5.1.1, I am not able to send more than one picture at a time in a text message. Does anyone know how to fix this?

    Yes, I know the photos stored on the device... But which app are you accessing the photos with? Which app do you want to be able to highlight more than one pic at a time in?
    There are literally thosands of apps that access the iOS Photo Library - which one(s) are you using?

  • HT1918 Hey.. I'm not able to download free app from App Store. Every time I try to do it a message encounters which shows some billing option. Please guide me someone. What should I do now?

    I'm not able to download free apps from App Store. Every time I try a message encounters me showing some billing information. That doesn't make any sense as I just need to download free app. What should I do? Please guide me someone.

    If you only want the free apps, take a look here:
    http://support.apple.com/kb/HT2534
    Read the steps carefully as the order in which you follow them is  critical. Note that you can do this only when creating a new Apple ID. You cannot use an existing ID. 
    You will of course not be able to get anything other than the free apps without entering in some sort of payment method (credit card, prepaid iTunes card, gift certificate, etc.)
    Regards.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Communities page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums and in the Apple Knowledge Base, before you post a question.

  • I am not able to download free apps.  A message comes up telling me that I havent purchased anything from the app store.  What do I do?

    i am not able to download free apps.  A message comes up telling me that I havent purchased anything from the app store.  What do I do?

    When you set up your Apple ID, did you enter a credit card?  That's usually all you need to do.  Even for free apps.  Also, the credit card need to be issued in the country of the App Store you use.  Now, there is a way to set up an Apple ID without a credit card, but it's (IMHO) a good idea to have one on the account incase you ever do want to purchase a paid for app, or want to make an in-app purchase.  I've had a CC tied to my Apple ID for several years now.  Not once have I had a charge that wasn't mine or any billing issues whatsoever.

  • My wife and I share the same email address and Apple ID.  We are not able to send and receive Text Messages to one another.

    My wife and I share the same email address and Apple ID. We are not able to send and receive Text Messages to one another. Is the cause of this because we share the same Apple ID? Will we have to set up 2 separate primary email addresses to be able to  send and receive Tex Messages to one another? Like I said, we share the same email address and woul like to keep it that way to keep up with our email together. Is there a way to by-pass having to set up 2 primary emaill addresses if this is the problem?
    Thanks.

    go to the settings and turn off imessage
    but that don't change the issue that you will never be able to facetime eachtoher
    the appleID is really meant as the handle that identify you it was not meant to be shared
    but can see that people may want to do not buy apps more then once

  • Not being able to send or recieve messages

    I own a galaxy s5 and the past few days I havent been able to send or recieve messages. When I try to send messages it gives me the message not sent notification. I can still call people and data is still working its just text messaging that isnt working. Ive looked at numerous discussions and have done everything theyve suggested but to no luck. If anyone can give me suggestions it would be greatly appreciated.

        jamjacov99 Being able to send and receive text is very important. Are you using the stock text app or a 3rd party text app such as handscent emojis,hangouts, ect? Also, we understnad that others have tried steps but please let us know exactly what has been tried becausewe can only see what you post here. If you haven't done so already, go into settings, app manager, all apps, text messaging, and clear data, clear cache, and force stop. Then retest.
    Sheritah_vzw
    Follow us on Twitter
    @VZWSupport

  • HeLLO I AM USING AN IPHONE 5 From Last few days I DON'T KNOW WHAT HAPEND TO MY SET ITS DISTURBING ME A LOT DON'T KNOW WHY BUT I AM NOT ABLE TO UPGRADE ANY APPS BECAUSE WHEN I AM TRYING TO UPGRADE OR DOWNLOAD ANY APP THROUGH WIFI ND 3G BOTH AFTER SOMETIME

    HeLLO I AM USING AN IPHONE 5 From Last few days I DON'T KNOW WHAT HAPEND TO MY SET ITS DISTURBING ME A LOT DON'T KNOW WHY BUT I AM NOT ABLE TO UPGRADE ANY APPS BECAUSE WHEN I AM TRYING TO UPGRADE OR DOWNLOAD ANY APP THROUGH WIFI ND 3G BOTH AFTER SOMETIMES IT STOPS DOWNLOADING AND SHows THAT "UNABLE TO DOWNLOAD THIS APP" IT'S SHOWING THIS MESSAGE IN EVERY APP AND ALSO AT ITS DISTURBING ME AT THE TIME OF WATCHING ANY VIDEOS TOO. BECAUSE WHEN I AM TRYING TO WATCH ANY VIDEO IN YOUTUBE IT'S DISTURBING VIDEOS ARE NOT PLAYING ND SOUNDS ARE NOT COMING PROPERLY ND THE IMAGE QUALITY ALSO BECOMES POOR AND THE VIDEO STOPS AFTER SOME TIMES THIS PROBLEM IS HAPPENING AT ALL THE VIDEO ND IT'S HARASSING A LOT. THE SAME PROBLEM IS ALSO HAPPENING TO MY BROTHER'S PHONE TOO.. REQUEST TO APPLE PLEASE ANALYSE AND FIXED THE PROBLEM AS SOON AS POSSIBLE OR ELSE MAYB I NEED TO STOP USING APPLE PRODUCTS. CAUSE IT'S HARASSING MY DAILY LIFE A LOT....

    These are user to user forums.  You ARE NOT addressing Apple by posting here.
    Also, why are you YELLING at us??  Stop using ALL CAPS.
    What steps have you done to try and fix the problem?

Maybe you are looking for

  • HT3951 I have the LDS Jigsaw Puzzles game ap downloaded to my 1st generation I-Pad.  This morning, I made a purchase of an additional puzzle picture pack through the app.  How can I get the purchase to download?

    How can I get this paid-for purchase to download?  Ever since making the purchase from within the app on the I-Pad, it has been stuck on the screen with "Please Wait" showing.  I can leave the app and run other apps, when I return it is still on that

  • Itunes error -42408

    Alright weird issue....When I start iTunes I get the above error message.  When I connect my iPod I get a message that says it cannot read the contents of my iTouch.... Not sure if this error message is related.  I can close iTunes and reopen and thi

  • Accounts not matching

    Hai gurus, I have got a problem, after completion of posting the invoice, normally gross sales - sales deductions is net sales but the accounts are not matching. i have checked the pricing procedure, and condition records but the records are right on

  • EXPORT & IMPORT URGENT?

    Can anyone help me with the syntax used for export & import memory ID/ I am using a User exit for functionality for COUNTRY KEY. whne I run my report, I want to export the country key filed value(PARAMETER ID = 'MOL') from my report and IMPORT this v

  • Wrt54gl-- not communicating with my DNS

    Hi D_mo here and I have some trouble. I was downloading a file using my wireless. All of a sudden I was disconnected. No biggy right... So i tried to repair, unplug, and reset my network adapter.. nothing it says I'm connected with local access only