Howto use the 'SMS notification'

Hi,
I can not get the SMS notification to work. I either receive the invalid syntax because of the + sign on first position or weird syntax error:
XML parsing failed because "For input string: "420777646256""
on line 0 (weird is not it?) if I omit the plus sign.
The help on the syntax is missing still.
Anyone succeed with this feature?
How does it work anyway? What web service is it using?
Thanks a lot for any help.
--Josef
Versions: Eclipse: 3.1; bpelz_0.9.13_win32.exe; WinXP

hi
I want to execute a PL/SQL procedure with ExecuteSQL Data Tag, but isn't working.
Is there any other solution, to call a PL/SQL procedure from a JSP?

Similar Messages

  • Howto use the Payment guarantee/ Financial document for domestic customer

    Hi Experts,
    Seasons Greeting.
    My Requirement is that
    The Customer is the domestic. Customer will provide the Bank Guarantee.  The Bank Guarantee will have start date and end date. The customer can submit the Bank Guarantee to one and only one institute/organization. It means the Bank Guarantee document will be in physical possession of that institute/organization. Using Bank Guarantee the financial institute gives the assurance of the payment agreed into the Bank Guarantee. This Means that bank will honor the payment if customer fails to pay and the company/organization decides to revoke this financial document within the validity period
    I am wondering whether I can achieve this using the SAP Documentary payment. But per sap documentation provided on help.sap.com its used for Export scenarios
    Appreciate your views on this.
    Thanks and Regards

    Hi ,
    Inputs will be rewarded
    Thanks and Regards

  • HOWTO: Use the Spring data access methods together with the WebRowSet class

    With the WebRowSet class I can easily iterate over a ResultSet and produce some XML using the code below.
    Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection connection
    = DriverManager.getConnection("");
    Statement statement = connection.createStatement();
    ResultSet resultSet = statement.executeQuery("SELECT SYSDATE FROM DUAL");
    WebRowSet webRowSet = new WebRowSetImpl();
    webRowSet.populate(resultSet);
    statement.close();
    connection.close();
    webRowSet.writeXml(new FileOutputStream("C:\\SYSDATE.xml"));
    So, how would I use the simplified Spring methods to do the same thing? The WebRowSet.populate method only supports a ResultSet object. The Spring framework only returns an SqlRowSet object that is not easily cast to the ResultSet, etc.
    Thanks for your help.
    Edited by: mrmeth0d on Jan 3, 2008 2:02 PM

    So, how would I use the simplified Spring methods to do the same thing? The WebRowSet.populate method only supports a ResultSet object. The Spring framework only returns an SqlRowSet object that is not easily cast to the ResultSet, etc.
    Cast Spring's SqlRowSet to ResultSet? Impossible. It's an interface that does not extend java.sql.ResultSet.
    javax.sql.WebRowSet is an interface that extends java.sql.ResultSet.
    Spring does have a concrete class ResultSetWrappingSqlRowSet whose constructor can take a java.sql.ResultSet.
    So I think your solution is to instantiate a new ResultSetWrappingSqlRowSet, passing it your javax.sql.rowset.WebRowSet, and return that wherever Spring wants to return a SqlRowSet.
    %

  • Send to Multiple email addresses using the job notification package

    I'm trying to send notifications to mulitple addresses, and have not been successful in creating the right syntax, I've tried:
    exec add_job_email_notification('J1','[email protected];[email protected]','JOB_FAILED');
    and other combinations. What is the trick to send to more the one address?

    Hi,
    As the documentation says, recipient_address may be a comma-separated list of e-mail addresses. So you should be using commas to separate you addresses e.g.
    '[email protected],[email protected]'
    Hope this helps,
    Ravi.

  • Help! Howto use the join function in a query with select distinct ?

    Hi!
    I have 2 tables. I want to select only 1 painting of each artists.
    select distinct idartist
    from tbl_artworks
    where blah blah blah
    order by rand()
    how does the "join" function work for add: name, lastname, title, image and much more... i try... but i fail...
    tbl_artists
    idartist
    name
    lastname
    1
    Paul
    Gaugain
    2
    Vincent
    Van Gogh
    3
    Pablo
    Picasso
    tbl_artworks
    idartwork
    idartist
    title
    image
    1
    1
    days of gods
    image1.jpg
    2
    2
    sunflower
    image2.jpg
    3
    3
    Dora maar au chat
    image3.jpg
    4
    2
    Sky
    image4.jpg
    5
    3
    La vie
    image5.jpg

    Getting a single random image for each probably requires a combination of sql and cf.  It would take someone smarter than me to do it with sql alone.  I would probably try something like this:
    1.  Run a database query that gets all the images from all the artists.
    2.  Run a Q of Q that gets a distinct list of artist ids.
    3.  Loop through that list and run a Q of Q to get all the images for that artist.
    4.  Still in that loop, use randrange (1 to the recordcount) to select a random record from your Q of Q

  • Is it possible to have list of subscribers so I can send bulk email to them instead of using the notification pane?

    Hi Guys,
    Is it possible to have list of subscribers to my magazine so I can send bulk email to them instead of using the push notification medium.
    I await your prompt feedback.
    Regards.

    Hi,
    I think there are two options for this. Unfortunately, neither option will gather details for every user.
    Have your own Direct Entitlement server and control your user base yourself. In this case, you will have all user data and can extract their email addresses and send them email directly.
    When a user buys an iTunes Subscription, they are prompted to “Allow publisher to see you personal data?” (or a similar phrase). In your Apple iTunes Connect there is a report that returns details on all subs who have pressed the “Allow” button. These user details include the users email address.
    Thanks,
    David

  • SMS Notification

    Hi,
    Anyone who could point the right path about using ADF BC in the development of SMS Notification? The SMS Notification will send error notification to the mobile phone.

    Hi,
    Grant Ronald blogged about this
    http://www.groundside.com/blog/content/GrantRonald/Forms_in_SOA/2006/05/12/SMS-text-from-an-application-and-not-even-a-sniff-of-Java-code.html
    Frank

  • IPhone Locks with AT&T PrePay SMS Notification

    iPhone Locks with AT&T PrePay SMS Notification.
    I wanted to know if anyone else has experience this issue? Most of symptions are follows:
    1.) I get the SMS notification all time whether I use the phone or not.
    2.) Once I get the SMS notification, I have to constantly keep tapping on the screen until the phone decides to let me login. Note: Sometimes I have to hit the power buttom and re-tap the screen over and over again til it works.
    I was just curious if I am only have this issue's or others to?

    It will notify you for every lil' thing you do. If your sending a txt msg, it will let you know, after every call, surfing the internet, checking your email. On your email settings, how often do you have it to check your emails? Manually? Every 15 min? Half hour? One Hour? For example, if you have it checking your emails more frequently (ex. 15 min) you will notice more of them as oppose to checking them every Hour.

  • Using Database Change Notification instead of After Insert Trigger

    Hello guys! I have an after insert trigger that calls a procedure, which in turn is doing an update or insert on another table. Due to mutating table errors I declared the trigger and procedure as autonomously transactional. The problem is, that old values of my main tables are inserted into the subtable since the after insert/update trigger is fired before the commit.
    My question is how can I solve that and how could I use the change notification package to call my procedure? I now that this notification is only started after a DML/DDL action has been commited on a table.
    If you could show me how to carry out the following code with a Database Change Notification I'd be delighted. Furthermore I need to know if it suffices to set up this notification only once or for each client seperately?
    Many thanks for your help and expertise!
    Regards,
    Sebastian
    declare
    cnumber number (6);
    begin
    select count(*) into cnumber from (
    select case when (select date_datum
        from
          (select f.date_datum,
            row_number() over (order by f.objectid desc) rn
          from borki.fangzahlen f
          where lng_falle      = :new.lng_falle
          and int_fallennummer = :new.int_fallennummer
          and lng_schaedling   = :new.lng_schaedling
          and date_datum       > '31.03.2010'
        where rn=1) < (select date_datum
        from
          (select f.date_datum,
            row_number() over (order by f.objectid desc) rn
          from borki.fangzahlen f
          where lng_falle      = :new.lng_falle
          and int_fallennummer = :new.int_fallennummer
          and lng_schaedling   = :new.lng_schaedling
          and date_datum       > '31.03.2010'
        where rn=2) then 1 end as action from borki.fangzahlen
            where lng_falle      = :new.lng_falle
            and int_fallennummer = :new.int_fallennummer
            and lng_schaedling   = :new.lng_schaedling
            and date_datum       > '31.03.2010') where action = 1;
    if cnumber != 0 then
    delete from borki.tbl_test where lng_falle = :new.lng_falle
    and int_fallennummer = :new.int_fallennummer
    and lng_schaedling   = :new.lng_schaedling
    and date_datum       > '31.03.2010';
    commit;     
    pr_fangzahlen_tw_sync_sk(:new.lng_falle, :new.int_fallennummer, :new.lng_schaedling);

    It looks like you have an error in line 37 of your code. Once you fix that the problem should be resolved.

  • SMS Notifications Do Not Work (no sound, just short vibration)

    My notification settings for SMS and MMS messages appear to be ignored.  I have them set as an audio tone, I have the volume all the way up and I have the vibration set to 'long'.  When I get an SMS message, why do I only get a *very* short vibrate and no audio?
    I have done this:
    1) Open Messaging
    2) Touch Menu --> Settings
    3) Scroll down to Notification settings
    4) Ensure "Notifications" is checked
    5) Selected a sound in "Select ringtone" (I selected chirps)
    6) Ensure "Vibrate" is checked (description says "Also vibrate when notified")
    7) "Message alert repetition" is set to "Every 2 minutes"
    8) Ensure "Preview message" is unchecked
    I never hear chirps, I never get repeat message alerts, I only get a very brief vibration.

        That's odd skywayman!  Let's work together to resolve this notification issue.
    Have you installed any type of 3rd party messaging or ringtone applications?  Let's test the SMS notification sounds while your device is powered up in Safe Mode http://vz.to/1aTnew1.  If the notification works correctly while in safe mode, then we know that an application is blocking the notification sound.  If you can pinpoint the problem application, just uninstall http://vz.to/19qgKl4 and retest.  If you cannot pinpoint the application, I would simply hard reset http://vz.to/177eLkN the device to start it afresh.  Keep me posted with your results.
    AnthonyTa_VZW
    Follow us on Twitter @VZWSupport

  • Howto use user defined object in where clausel

    i create a user defined object adm_t
    SQL> desc adm_t
    Name Null? Type
    USER_ID NUMBER(38)
    STATUS NUMBER(38)
    DATUM DATE
    then i create a table test
    create table test
    admin adm_t;
    There is no problem to insert or select the data, but i don't know howto use the object in the where clausel.
    select * from test where test.admin = adm_t(1,1,sysdate); works fine
    but i only want get data for user_id = 1 independend of status, datum like
    select * from test where test.admin = adm_t(1,%,%);
    Need help

    The solution is to use a synonyms for table test
    select * from test a where a.adm.user_id = 1

  • Can I hide the Facebook notification emails?

    It's my understanding that the Blackberry Facebook application will not simply push the notifications through like every other phone manufacturer.  Instead, it uses the email notification from facebook to my email account for updates.  The thing that is really annoying about this is that every day I have to delete hundreds of emails from facebook that clutter up my inbox just so I an get updates on my phone.
    Is there ANY way to hide these emails so I don't have to deal with them?  It seems like there has got to be another way to do this.  The iPhone and Android don't use email for facebook notifications.  What's the deal?
    Thanks
    Garrett.

    Open your Facebok application > Menu > Options > UNcheck Blackberry Message application.
    And SAVE.
    No more Facebook notifications/emails cluttering up your messages.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • E-71 SMS Notification on Home Screen

    Hello Friends
              I hope you all are doing fine. Somehowe I have lost the SMS notification that appears in Home Scree on right bottom. Please can some one advice me how to turn it on again ?
    Regards

    oops no, wrong notication! Personalisation - Home Screen - Mode Settings - Home Screen Applications -  Enabled Applications, and then tick the box near the bottom
    E71-1(241.04) RM-346 300.21.012

  • Using REST Update Notification Hub to add APNS certs fails with 409

    Hi - I'm trying to use the Update Notification Hub REST call (https://msdn.microsoft.com/en-us/library/azure/dn223260.aspx) to add a valid APNS cert to an existing hub. When I do this, the update fails with a response code of 409 - which is not mentioned
    in the possible codes on that documentation page... Seems to be complaining that hub already exists.
    When I use the Create Notification Hub REST Call (https://msdn.microsoft.com/en-us/library/azure/dn223269.aspx) and include the proper <ApnsCredential> element it succeeds.
    I see no difference in the docs between the two calls.  The request body is described slightly differently. It appears to me that create and update are the same call? What causes a 409 when calling the Update method?
    How am I supposed to update the push certs of an existing hub?
    Thanks!

    The answer is that the HTTP spec implies that for REST style calls for updating a resource at the same URI - you need to include the "If-Match" header set to '*'
    see: https://msdn.microsoft.com/en-us/library/dd541480.aspx
    and section 14.24 of RFC2616 ( http://www.rfc-editor.org/rfc/rfc2616.txt )
    In my opinion this is a documentation bug - the Request Headers section of Update Hub ( https://msdn.microsoft.com/en-us/library/azure/dn223260.aspx ) should mention it requires the "If-Match" header.  It is required because without it
    - this becomes a Create Hub call 

  • Using the Oracle Database XE Menus on Linux

    I've installed Oracle Database 10g Express Edition at my Mandriva Linux rel. 2006.0 server. Everything went ok, the database is up and running.
    But, the "Getting Started Guide" chapter 6, refers to howto "using the Oracle Database XE Menus" --> "On Linux, click the Application menu (on Gnome) or the K menu (on KDE) and then point to Oracle Database 10g Express Edition". I'm not able find anything like this in my KDE menus ??. Do anyone know which binaryfile i can start, to get the into the XE Menus.
    As far as i can see, my only option is to connect to the database through the browser --> http://localhost:8080/apex or from outside --> http://server01:8080/apex (the remote connection is enabled).
    Rgds
    Lars Myraas

    I found the oraclexe*.desktop files here:
    /var/lib/menu/kde/Applications/OracleXE
    Linked from here: /usr/share/applications
    I'm not sure why KDE won't show the OracleXE KDE menu. But as a quick fix I copied all the oraclexe*.desktop files to my $HOME/Desktop
    Better that nothing, but I would like to get the menu for OracleXE into my KDE menu?!
    I'm running KDE throug vncviewer, maybe thats the problem.

Maybe you are looking for

  • Error While Loading data from ODS to Infocube

    I am trying to load data from ODS to Infocube  thru Update ODS data into data target. My requirement was to take a small subset of fields from ODS and design IC and load the data. My load fails at Extraction process as I get 0 records from total numb

  • Portable External Hard Drive for MacBook Pro

    I have a mid-2012 MacBook Pro. Last week I had the 500GB hard drive replaced with a 240GB SSD. Now I'm looking for a portage 1TB external hard drive to store my photos, music, and everything else that was previously on my hard drive. I purchased a Se

  • IPad downloads and delete

    I am just about ready to biff this IPad ! I bought a tv series and it keeps telling me I didn't have enough storage .... Finally figured out how to delete a previous series I bought and it looks as tho it goes to iCloud ? This is great ! However ...

  • Automatic form fill

    When I use the automatic form fill ,doesn't always work right ,,it also keeps putting my fbook messaging email address instead of my email address ,,can anybody give me some tips on how to use this feature with better outcome ,, I have my name and ad

  • Having trouble using my 5.1 surround sound speaker system and can't configure itunes to use it

    With my Logitech Surround Sound Speakers Z506 I am listening to music with itunes and i have 5 speakers total with a subwoofer, the configuration is two front, one center, two rear, and a subwoofer. The front , center and subwoofer are fine but the r