Push Notification in Android using SMP 2.3

Dear All,
Please let me know the steps to configure push notification for working OData android project.
Thanks
Suresh

Hi Jitendra Kansal
Thanks for the document, we followed the document for IOS,
Device token was successfully generated and IOS device is successfully registered with SMP server.
After we execute the URL using REST CLIENT PLUG IN - POST method.
We can see following log in SMP server logs. We didn't receive any notification on device.
Please guide us where  are we missing?.
2014-03-04 18:40:07.451 ERROR PUSH pool-10-thread-36 [com.sybase.sup.components.notification.apns.ApnsNotificationdelegate]Notification to [B@5b24b66b failed!
2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Domain logger is not enabled
2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]log bucket set as PUSH default
2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]logContext is not null
2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Logging for domain default
2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Inside Domain Logger for PushNotification. writeDomainLogs() called
2014-03-04 18:39:03.442 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]###### Push from Notnoop complete...
2014-03-04 18:37:58.446 INFO MMS Thread-256 [com.sybase.sup.jmo.notification.MessagingQueueNotificationProcessor]Number of batched messaging notifications processed 1
2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.apns.ApnsServiceFactory]Returning service from map...
2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Device token - xxxxxxxxxxxxxxxxxxxxxxXXXXXXXXXX "token generated by system but manipulated here for posting....
2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Push payload - {"aps":{"sound":"default","alert":"test","badge":2}}
2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Sound : default
2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Badge : 2
2014-03-04 18:37:58.445 WARN PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Not a json object...
2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Alert : test
2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]###### APNSNotificationProcessor processing notification...
2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]Processing notification
2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]APNSNotificationProcessor called
2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]notification type is APNS
2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]Inside ProcessNotification method
2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]Inside call() method of Notificationhandler
2014-03-04 18:37:58.442 INFO PUSH Thread-256 [com.sybase.sup.components.notification.PushNotificationServiceImpl]Notification submitted to executor service
2014-03-04 18:37:58.441 DEBUG PUSH Thread-256 [com.sybase.sup.components.notification.Notificationhandler]Notificationhandler : domain logs are set
2014-03-04 18:37:58.441 DEBUG PUSH Thread-256 [com.sybase.sup.components.notification.Notificationhandler]apns notification
2014-03-04 18:37:58.441 INFO PUSH Thread-256 [com.sybase.sup.components.notification.Notificationhandler]Notificationhandler constructor is called
2014-03-04 18:37:58.441 INFO MMS Thread-256 [com.sybase.sup.jmo.notification.MessagingQueueNotificationProcessor]Submitting notification for DeviceName our device name with application id
2014-03-04 18:37:58.437 INFO MMS Thread-256 [com.sybase.sup.jmo.notification.MessagingQueueNotificationProcessor]Pre-batching processed 1 items
2014-03-04 18:37:53.884 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]IMO Notification sent successfully.
2014-03-04 18:37:53.884 INFO PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]ODP : Notification  sent to the device:Notification message sent to messagechannel:
2014-03-04 18:37:53.876 INFO PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]------Notification headers are read------------
2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]Reading settings from appConSettings...
2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]----------request URL obtained for notification is--------http://mobdev1:8000/notifications/v1/our device name with application id
2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]Notification Mode: Online/Payload Push with Native Notification 
2014-03-04 18:37:53.875 INFO PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]IMO Notification  to be processed
2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]Notification Mode2
Thanks in Advance,
Suresh

Similar Messages

  • Push Notification in Android

    Hi,
    We were wondering what other DPS users are doing in terms of sending push notifications to Android users.
    We understand its not incorporated into DPS the way push notifications to iOS is, but are people really unpacking their APK packages and editing their manifest files to connect a 3rd party service to their app? Is that really the only way?
    Thanks,
    Vauneen

    Hi,
    We were wondering what other DPS users are doing in terms of sending push notifications to Android users.
    We understand its not incorporated into DPS the way push notifications to iOS is, but are people really unpacking their APK packages and editing their manifest files to connect a 3rd party service to their app? Is that really the only way?
    Thanks,
    Vauneen

  • Pushing notifications to android emulator behind a proxy

    Hi Guys 
    I hope this is the correct place to ask this question - if not please direct me.
    I'm attempting to build an android app (in the emulator) that receives push notifications from Azure/gcm.
    I'm also using eclipse ADT in a windows 8.1 for the android dev' work.
    I have been attempting to apply the tutorial
    http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-android-get-started/#connecting-app
    The registration process works correctly and I receive a registration ID from the Google CloudMessagingService which i then use to register a NotificationHub (from which I  receive a registration ID )
    Where I seem to be having problems is when i try and send an Android  (Random Broadcast) message from the Azure management Portal.
    {"data":{"message":"Notification Hub test notification"}}
    The message never arrives at my app (in the emulator) as 
    @Override
    public void onReceive(Context context, Bundle bundle) {
    ctx = context;
    String nhMessage = bundle.getString("message");
    // sendNotification(nhMessage);
    mainActivity.DialogNotify("Received Notification",nhMessage);
    doesnt fire. (but does in the registration process)
    (Azure says the message was delivered)
    So I'm wondering if theres something i'm missing - perhaps surrounding the proxy server i'm behind? Or something else to do with the emulator?
    regards
    Bryce

    Hi Guys 
    I hope this is the correct place to ask this question - if not please direct me.
    I'm attempting to build an android app (in the emulator) that receives push notifications from Azure/gcm.
    I'm also using eclipse ADT in a windows 8.1 for the android dev' work.
    I have been attempting to apply the tutorial
    http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-android-get-started/#connecting-app
    The registration process works correctly and I receive a registration ID from the Google CloudMessagingService which i then use to register a NotificationHub (from which I  receive a registration ID )
    Where I seem to be having problems is when i try and send an Android  (Random Broadcast) message from the Azure management Portal.
    {"data":{"message":"Notification Hub test notification"}}
    The message never arrives at my app (in the emulator) as 
    @Override
    public void onReceive(Context context, Bundle bundle) {
    ctx = context;
    String nhMessage = bundle.getString("message");
    // sendNotification(nhMessage);
    mainActivity.DialogNotify("Received Notification",nhMessage);
    doesnt fire. (but does in the registration process)
    (Azure says the message was delivered)
    So I'm wondering if theres something i'm missing - perhaps surrounding the proxy server i'm behind? Or something else to do with the emulator?
    regards
    Bryce

  • Native push notifications for Android in AIR 3.6?

    Hi there,
    I'm glad we finally got the support for native iOS push notifications with AIR 3.4, however Android support is still missing.
    Is there any chance we'll get this feature with 3.6? I really don't want to use the various native extensions that are available as none of them do work properly and are fully customizable.
    Cheers!

    Seems as if no one is interested in push notifications any more.
    Also, the feature list for 3.6 doesn't include notifications, so it's is at least half a year from now till we'll see this from Adobe, if it's ever gonna happen...

  • Sky Email - 'Push' Notifications for Android?

    Hi, I have a new sky email address, however I wanted to get emails instantly. If I use the Yahoo app, or my gmail client, it only checks for mail every 15 minutes. Any idea how to set it up to have push notifications so I get email straight away? Thanks

    If you are using the standard email app on Andriod then within the settings of the email app should be an option to change the limit, on my phone I can only set it to 5 minutes.

  • Push Notification for Android application

    Hi friends,
    I am trying to create a Reminder application. I Need some experts advice for developing this application.
    After surfing on Net I came to know we need to use Push Notification for showing the alerts but didnt get any help how to use it.
    I found some .ane extensions links by which we can show the notifications but was nt able to include it in my project.
    Please guide me for the application.

    Hey
    I guess you need this ANE http://www.riaspace.com/2011/09/as3c2dm-air-native-extension-to-push-notifications-with-c2 dm/
    Found it in this discussion, in which they basically explain everything, http://stackoverflow.com/questions/11244724/push-notification-in-flex
    GL ^^

  • ADF Mobile: Push Notifications error

    Hello All,
    JDeveloper: 11.1.2.4.0
    Build JDEVADF_11.1.2.4.0_GENERIC_130421.1600.6436.1
    I am attempting to run a simple ADF Mobile app that uses push notifications. I used the Project ID from the Google APIs dashboard as the return from LifeCycleListenerImpl.getSourceAuthorizationId(). Firstly, the JavaDoc at http://docs.oracle.com/cd/E37975_01/apirefs.111240/e27204/toc.htm doesn't list the PushNotificationConfig interface (or other push related classes). 
    Testing this on an Android 4.2 device, I see an INVALID_SENDER error logged by the GCM service. Further down I also see the following:
    "06-12 16:16:02.425: D/CVM(8635): [SEVERE - oracle.adfmf.framework - GenericInvokeRequestHandler - invoke] Unresolved class / method: oracle.adfmf.framework.pushnotification.internal.NativePushNotificationEventInterceptor / receivedToken"
    Any ideas if I am doing something wrong here?
    Regards,
    Bijesh

    HI, the JavaDoc did not get into the release unfortunately.   It is being added to the next Patch release.  In the mean time, you can find a copy of the JavaDoc in the latest article on http://blogs.oracle.com/mobile, which covers Push Notification. 
    Thanks,
    Joe Huang

  • Apple Push Notification Portal

    Hi All
    I hope someone know the answer to our problem.
    We are trying to get a new Apple Push Certificate, but when we try to upload the our csr file we get the following error
    {"ErrorCode":-80013,"ErrorMessage":"Invalid Certificate Signing Request","ErrorDescription":"The Certificate Signing Request you entered appears to be invalid. Make sure that request file uploaded is in the <a href=\"http://www.apple.com/iphone/business/it/management.html\" target=\"_blank\">correct format<\/a>and not empty."}
    We have already a year ago created an Apple Push Certificate, but it has expired, so we cannot renew it from the homepage, but have to create a new one.
    We try to get a new certificate from the following site https://identity.apple.com/pushcert/ We do not have an Apple Developer Account.
    The csr file i created directly from "Keychain Access->Certificate Assistant->Request a Certificate From a Certificate Authority", and then we save the file to disk and then try to upload that file on https://identity.apple.com/pushcert, and then we get the error.
    Anyone know the answer to this problem.
    1. Do we need to have a developer account? We can log in to https://identity.apple.com/pushcert/ without a developer accout, so seems odd if thats the issue.
    2. Do the csr file need to be signed before we can upload it on https://identity.apple.com/pushcert/
    I cant find any place that have an answer to above question or a solution to our problems, so hope someone here know the answer
    Thx in advantage

    I have tried to cancel all active task, and afterwards try with a new iPad, but thats the same problem
    We have been told that there are open for the following ports:
    2195, 2196
    TCP
    Used by Profile Manager to send push notifications
    5223
    TCP
    Used to maintain a persistent connection to APNs and receive push notifications
    80/443
    TCP
    Provides access to the web interface for Profile Manager admin
    1640
    TCP
    Enrollment access to the Certificate Authority
    Is there some way I can check that we actually have open in the firewall?
    Is there some other things I can check, to see that we have the correct setup?

  • Push notifications not working with production (apnagent nodes Js)

    Hi,
    When we tested the push notification in sandbox using apnagent node JS it worked well. But when we switch the sandbox to production it is not working. When we debug the server side we are not getting any errors also in production, but push notifications are delivered to the devices.
    First we thought it is a certificate issues and then revoked all the certificates in the portal and created new certificates still no luck.
    Can any one tell me why push notifications are not working in production.
    Thanks in advance!

    You're welcome. The request has been sent in. I first saw your post in the Using Apple Support Communities Forum, now I see it's been moved to the iPod Forum, hopefully it will get moved again.
    iIt's been moved.

  • Data usage. Stop push all push notifications

    Hi I need help finding not the amount of data usage but the app or push notifications that are using the data when wifi isn't on. Example data shouldn't be used if my phone is on lock for 3 hrs. It shouldn't use up data

    Why?

  • Lion Server push notifications to iOS5

    Hello All,
    I'm having trouble with push notificaitions to iOS 5 devices from Lion Server.  Mail, Contacts and Calendar services appear to be working but any time new mail or new meeting invite is sent, I see the below error message regarding APNS:
    Nov 21 12:40:57 zion com.apple.APNBridge[10240]: Disconnected from apn server gateway.push.apple.com for topic com.apple.calendar.XServer.6ac5b2cd-6c4b-4801-bb11-48ec449e5e7e: error The operation couldn’t be completed. Operation timed out
    Nov 21 12:40:57 zion com.apple.APNBridge[10240]: Will attempt to reconnect stream APN to host gateway.push.apple.com:2195 in 15 seconds
    Nov 21 12:41:04 zion fseventsd[63]: SLOWDOWN: client 0x7fbf7c010000 (pid 30) sleeping due to too many errors (num usleeps 132)
    Nov 21 12:41:46 zion com.apple.APNBridge[10240]: Received stream error (The operation couldn’t be completed. Operation timed out) on incoming stream APN to host gateway.push.apple.com:2195
    Nov 21 12:41:46 zion com.apple.APNBridge[10240]: Disconnected from apn server gateway.push.apple.com for topic com.apple.mail.XServer.3c925dd7-41fd-4892-b386-24146dc772f3: error The operation couldn’t be completed. Operation timed out
    Nov 21 12:41:46 zion com.apple.APNBridge[10240]: Will attempt to reconnect stream APN to host gateway.push.apple.com:2195 in 15 seconds
    I recently updated my APNS certificate, which I believe could be part of the problem.  All iOS devices are on the same subnet as the server, so firewalling is not an issue.  Moreover,  I'm not blocking traffic outbound (to the internet) so I know the server can connect to the APNS.  Any ideas or assistance would be greatly appreciated.
    Regards,
    -SD

    re Question 2 APN & 2195
    Looks like you need to forward Port 2195 & maybe also port 2196
    To use Profile Manager, you should ensure that the following ports are open on your network.
    Port
    TCP/UDP
    Description
    2195, 2196
    TCP
    Used by Profile Manager to send push notifications
    5223
    TCP
    Used to maintain a persistent connection to APNs and receive push notifications
    80/443
    TCP
    Provides access to the web interface for Profile Manager admin
    1640
    TCP
    Enrollment access to the Certificate Authority
    SEE -> http://support.apple.com/kb/PH8044 for the COMPLETE LIST OF PORTS USED FOR LION SERVER

  • N8 - Push Notifications?

    I was reading about Nokia Drop on Beta Labs and it says it uses Push Notifications, so no cable or Bluetooth connection is needed.
    Could someone explain what 'Push Notifications' are please.
    History: Always Nokia since 1994 including Nokia 2140, 7110e, 6150, 6210, 6310i, 6230i, N82
    Current: Nokia N8 (Anna - I have no intention of going to Belle) - and delighted with it!

    its quite simple Nokia Drop's push notification system makes use of active data connection so keep your EDGE/3G services or WLAN active.
    http://www.google.ie/url?sa=t&source=news&cd=1&ved=0CCgQqQIwAA&url=http%3A%2F%2Fwww.techtree.com%2FI...
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Android Push Notification of the New GCM release using Coldfusion

    Is there any similar push notification solution/Tutorial but this time for the Android?
    Something similar to this tutorial but with Android GCM using coldfusion to send from my dedicated server to the registered devices:
    http://www.raymondcamden.com/index.cfm/2010/9/13/Guest-Post-Apple-Push -Notifications-From-ColdFusion-in-Ten-Minutes-or-Less
    Thanks in advance
    Talal

    well after diving and testing here and there I found a way and successfully tested.
    1> First and formost, the developer need to follow the procedures in this page:
    http://developer.android.com/guide/google/gcm/gs.html
    2> In the app side, you will send users devices information; but all that matters is only the "registration id" , so make sure you save this in the database coz you'll use it to loop through your database records when sending notifications.
    3> Now the server side script in Coldfusion which is really easy:
    <!---Place this above your html tag--->
    <cfsetting requesttimeout="80000000000000">
    <cfset appName = 'YourAppName'>
    <cfset registrationArray = ArrayNew(1)>
    <cfquery datasource="devicesDSN" name="rsCount">
        SELECT COUNT(intGCMuserID) AS TotalRecords
        FROM gcmusers_tbl
        WHERE appName = <cfqueryparam cfsqltype="cf_sql_clob" value="#appName#">
    </cfquery>
    <!---Google is limited to send only to 1000 devices at a time so we need to nest the cfloop of the array inside another cfloop pertaining to our total recordCount from the recordset so we'll use the Ceiling to control the number of loops needed to make sure we sent to all the users if they exceed google limit--->
    <cfset LoopingNo = Ceiling(rsCount.TotalRecords/1000)>
    <cfset fromRec = 1>
    <cfset toRec = 1000>
    <!---Now place the following code inside the body tag of your cfm page--->
    <cfif isDefined("FORM.pushButton")>
        <cfquery datasource="devicesDSN" name="rs">
        SELECT regID
        FROM gcmusers_tbl
        WHERE appName = <cfqueryparam cfsqltype="cf_sql_clob" value="#appName#">
        ORDER BY intGCMuserID DESC
        </cfquery>
        <cfloop from="1" to="#loopingNo#" index="i">
            <cfloop query="rs">
                <cfset ArrayAppend(registrationArray, "#regID#")>
            </cfloop>
            <cfset stFields =
            { "data"= {
                "title" = "#FORM.title#",
                "message"= "#FORM.message#"
              "registration_ids"= #registrationArray#
            >
            <cfhttp url="https://android.googleapis.com/gcm/send" method="post" result="httpResp" timeout="600">
                <cfhttpparam type="header" name="Content-Type" value="application/json"/>
                <cfhttpparam type="header" name="Authorization" value="key=yourAPIkeyFromGoogle">
                <cfhttpparam type="body" value="#serializeJSON(stFields)#">
            </cfhttp>
            <cfset temp = ArrayClear(registrationArray)>
            <cfset fromRec = fromRec + 1000>
            <cfset toRec = toRec + 1000>
        </cfloop>
        <h2 align="center" style="color:red;">Sent to: <cfoutput>#rs.RecordCount#</cfoutput> Devices/Users </h2>
        <h3 align="center"><a href="thispage.cfm">&gt;&gt;&gt;again</a></h3>
    <cfelse>
    <cfform>
      <table width="400" border="1" align="center" cellpadding="2" cellspacing="2">
        <tr valign="top">
          <th scope="row">Title:</th>
          <td><label for="title"></label>
          <cfinput type="text" name="title" required="yes" id="title" maxlength="30" width="300" message="Type Title"></td>
        </tr>
        <tr valign="top">
          <th scope="row">Message:</th>
          <td><label for="message"></label>
          <cftextarea name="message" cols="45" rows="2" required="yes" id="message" maxlength="120" message="Type Message"></cftextarea></td>
        </tr>
        <tr>
          <th scope="row"> </th>
          <td><cfinput type="submit" name="pushButton" value="send" id="pushButton"></td>
        </tr>
      </table>
    </cfform>
    </cfif>

  • How to send a push notification in smp

    Hi All,
        I am doing a sample with Push notification in SMP2.3, when i insert a record in database then it has to send a notification. form the work space when i send a notification it is coming.
    Now i want the notification when i insert a record then the server has to send the notification.
    Is it possible to do in SMP in Hybrid Application.
    Thanks & Regards,
    Vamsi.K

    Hi Jitendra Kansal,
    My Requirement is similar to this Push Notifications and end users.
    Here i am using SQL Server as Back-end and in the DCN i don't know where to pass "to" values, i want to send Push Notification on Hybrid web Container in Android device .
    please guide me how to pass the values ..
    Thanks,
    Vamsi K.

  • Invalid notification target ID Error In Push Notification, Android

    Hi Everyone,
    Good Morning.....
    I followed the steps as per the document in service.sap.com and created a project.
    https://websmp201.sap-ag.de/~sapidb/011000358700000054982014E.pdf]
    Now my push notification is working fine in emulator, when i register the device with SMP using internal URL.
    But when i register the device with SMP using relay server URL, my device is getting registered successfully
    with the SMP3.0.3 server,
    But in log of android emulator i am getting following warning.
    W/ResponseProcessCookies(1068): Cookie rejected: "BasicClientCookie[version=0,name=sap-usercontext,domain=37.20x.xxx.xxx
    Now when i try to push the notification through postman plugin, i am getting "Invalid notification target ID" with "404 not found" status.
    Thanks in advance.
    Suresh Babu

    Hi,
    did you solve this one? Seems we are facing the same problem.
    thanks, Nico

Maybe you are looking for

  • I have no sound on my envy sleekbook 6 and my sound is turned up all the way please help

    can anybody help please. but its not muted

  • Portege 610CT OS INSTALL --- DOS/WIN3.11/95/98

    I am attempting to install any operating system (DOS, or an early Microsoft Windows Operating System specifically) on a Toshiba Portege 610CT. The hard drive in the unit has been wiped, and the system boots with the message: "Insert system disk in dr

  • Media center III

    I have tried the link for media center deluxe 3 v45.3 on http://www.sffpc.nl/xoops/modules/phpwiki/index.php?pagename=Unofficial_MSI_MEGA_PC_180_FAQ but all i get is a broken download the most i have had is a 12mb faulty download. I would like to try

  • Popup between views

    Hi all I am busy writing my first "live" wd4a application and I have a problem with navigation: I have 2 vews (view1 and view2) with alv grids and navigation between them is working fine. However, under certain circumstances I need to call a third PO

  • Regarding Workflows

    Hi Experts, I need some input from you people regarding an issue i am facing in Workflows... My workflow has a 2 level approval process for the deletion of a material number. I am sending an activity to the inbox of the approval. he can either reject