Response time on the signature replacement keys.

Hello

Last Wednesday afternoon, I sent [email protected] and requested the replacement of signature keys since my JDE plugin has been corrupted and I have reinstalled without saving the keys.

It's now Monday morning and I have yet to receive any type of response outside the automatic response with a case number.  Is this kind of delay normal?  How long is supposed to take to get replacement keys?  Should I make another request?

Thank you

Brian

Well, it took 3 days.

Tags: BlackBerry Developers

Similar Questions

  • Big client - vCenter 5.5 response time of the customer Web U1c / questions of Performance and Navigation

    So we're all aware of the issues with vCenter 5.5U1 WebClient and how we are forced to use it to make use of all the features of the v10, vDS 5.5 vHardware (config switch changes the synchronization problems if an emergency change is done on c# client vDS) VSAN only available via the web client, flash, sluggish to questions do not respond the questions and the list goes with the presentation of the menus and hard to navigate, issues SSO (always after 5.5 upgrades)

    So @ VMware vCenter Architecture Team is going to make an effort to hear and give due to the much needed performance improvements and improvements to the user interface before adding more features and SSO type services which majority of clients don't use not and not force it's customers continue to loose faith its vCenter product?

    Looking for answers with options to remove vCenter 5.5 U1c installation as well as a promise to answer to these in vCenter 6.0 version!

    Here is your answer. First of all, to use Chrome as your browser, then you need to go with at least 4vCPU * 32 GB of RAM & adjust the segment size of java for SSO, Tomcat, (TC) Management Server, inventory server and profile based storage to "refine" vCenter device with DB Oracle embedded or external memory. I did, and performance gains went 10 X. This includes the vSAN enabled running clusters. My recommendation that works very well based on design documents:

    vCenter Server inventory

    VMware VirtualCenter Management Webservices (tc Server)

    The inventory service

    (Sps) profile-based storage service

    Large (more than 400 guests or 4000 VMS) stock

    4 GB

    12 GB

    4 GB

    Setting on the vCenter server 5.5 of the memory unit

    • Connect the unit to vCenter server using SSH
    • VI /usr/lib/vmware-vsphere-client/server/wrapper/conf/wrapper.conf configuration file, locate the JVM memory section and change maxmemory to 4096
    Line 66 # Memory #wrapper.java.initmemory = 512wrapper.java.maxmemory = 4096 JVM
    • /usr/lib/vmware-vpx/inventoryservice/wrapper/conf/wrapper.conf VI configuration file, find the setting. MaxMemory and replace it with 12288
    Line 116 # Size (in MB) maximum Java heap wrapper.java.maxmemory = 12288
    • VI /usr/lib/vmware-vpx/sps/wrapper/conf/wrapper.conf find the setting. MaxMemory and change from 1024 to 4096
    On line 154 # Size (in MB) maximum Java heap wrapper.java.maxmemory = 4096
    • Restart the vCenter device w / DB (1000 hosts) external /embedded for lab (100 guests)

    http://KB.VMware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=2005086&sliceId=1&docTypeID=DT_KB_1_1&dialogID=294472825&StateID=1%200%20294492358

    Documentation Centre of vSphere 5.5

    PS: vCenter 6.0 has much better performance based on my beta test... so don't lose hope yet. Many improvements to come...

    PS: I've also broken down on this here until I figured this out just recently: Re: big client - vCenter 5.5 response time of the customer Web U1c / questions of Performance and Navigation

  • How to add time to the signature block

    The standard signature block a name of the person and the date located below the blue line.  Is it possible to have the time of signature added to this block is similar to other applications of electronic signature?

    Hello

    It is not possible to add time to the signature block. However, you can place the stamp of participation, which will capture the name of the signer, Email and time signature.

    Kind regards

    Mohamed

  • Response time of the provider for BlackBerry World Portal

    Is it just me or response time to requests for change appear to have increased? I usually get 1 to 2 days for an update of the app and 1 day for app list changes.

    During the last two weeks, I've waited a week for an update of the app. Even more, I've been waiting 3 days for the list of updates (images, text) so that registration corresponds to the app update.

    The funny thing is, I submit the updated list of the next day to submit the app. They got approved within 1 to 2 days. I deleted them after waiting for 5 days and no updates to the app.

    Any ideas?

    We always have to approve new and updated applications updated in 2 to 5 business days, and that has not changed.  Monday was a day public holiday here in the Canada, what would elimate that as a working day for this week.  The team strives to make upward and toward the more usual period of 2 days.

  • Get the response time data VI

    Hi guys,.

    I am trying to use CD get time response data VI my VI. When I choose the pair of input-output, I can get the response data determined by the digital input to the output value. However, I need more of a pair of response data. I try to use the list of input-output, but there is no output data and response time of the VI with table 1 d of numbers.

    My question is how to use the CD get time VI data response with the list of inputs-outputs configuration? Thank you.

    Hey, Shapiro,.

    I think the problem is you have two 0 items in the above table for you will be out this definition data twice. Let me know if this does not solve the problem for you.

  • Analysis of response time of NAM

    I have 2 small question:

    First: How Cisco NAM can calculate server, client and network responses while it is not the initiator of the traffic? It is based on the timestamps in data packets? All protocols put a timestamp in the header?

    The second question is: how NAM classify clients and servers? as I see the servers appear as a customer.

    Thanks in advance.

    Performance (IAP) intelligent application monitoring is a key feature that provides the Nam: an ability to measure the response time of the transactions between the client and the server.

    NAM monitors the flow of TCP packets between the client and the server and data response time to bring more visibility in time of response measures (ART) and the latency of the network.

    Next image will share more details:

    NAM request time response (it shows a representation of the total time of the operation as opposed to application response time)


    Transaction time / response time measurements (lists and describes measures ART measured by NAM)

    Possible NAM monitors conversation and the TCP packet flow between applications/server customers and where it grows the clients and servers.

    -Thank you

    Vinod

    To encourage contributors. RATE besoin.*

  • WebMonitor strong expression of mailBody response time

    Hello

    Please, help me to create expression for WebMonitor strong expression of response time mailBody.

    I got the expression for the availability of transaction webMonitor, I've pasted below.

    could someone please help me create a same response time?

    def message = "Page is not available. Cannot access the URL "+ scope.get("measuredObject/url") +". ";" "
    def httpStatus = null;
    def values = $scope #httpStatus # .values (scope);
    {if (values)}
    httpStatus = values.last ()?. GetValue;
    }
    If {(httpStatus)
    def httpStatusMessage = getWebMonitorHttpStatusMessage(httpStatus?.) (ToString());
    message = message & "HTTP status is ${httpStatus} - {httpStatusMessage}.";
    }
    message += "Please contact technical support.";
    return the message;

    Hi Vicky,

    Just try to understand what is missing from the message into the existing rule.

    WebMonitor Transaction Response Time Check rule

    has a variable of severity level of alarmMsg that references 2 other variables are variables rule.

    -alarmMsgPrefix rule variable named transaction - "high response time. "The response time of ${scope.measuredObject.name} of the transaction exceeds.

    -variable rule alarmMsgSuffix retrieves the response time

    def data = $scope #responseTime # .values (scope);
    responseTime def = 0;
    {if (Data)}
    responseTime = data [0] .getValue (.avg)? : 0 ;
    return "ms, current response time is" responseTime + "ms".
    }

    Golan

  • GPS vs V5 V6 slow response time

    I use the sample code in html5_geolocation_sample.zip.

    On a Bold 9700 running 5.0.0.714 version the response time to get a fix with enableHighAccuracy set to false is 3.5 seconds.

    On a Torch 9800 running the version 6.0.0.246 response time using the same code as before with enableHighAccuracy again set to false was 429 secinds.

    Has anyone encountered this?

    Any ideas on how to improve the response time?

    I am located in a major metro area in the United States less than 1/4 mile of a pylon.

    Thank you

    Seems to be a problem of carrier. When I switched to the use of enableHighAccuracy: true, I was able to get the response time for version 6 on the torch down to 10 seconds.

    I remember one of those Blackberry developer days one of the presenters mentioned that some GSM carriers do not support cell tower fixed well. I guess I know that one of them now.

  • SG200 - 26 [FW - 1.1.2.0]-very high response time: > 1000 ms!

    Hello

    Problem: New SG - 200 26 Smart Switch with the latest Firmware - very high response time 500-800 ms

    We have a router of EdgeMarc 4500 with 10 VPN tunnels at 10 locations of brach. SG-200 26 Smart Switch is connected to 7 servers (Terminal 2, SQL and others), all locations have 50 MB download and download 20 MB of Verizon FiOS Internet service speed.

    Depending on the tool Kulvik, the response time of this switch is around 500ms. At the same time, the response time of the EdgeMarc 4500 router is around 40ms and less.

    We have 60 remote desktop computers connected to our SQL Server database and 40 users of RDP via Remote Desktop. The configuration is the same for 3 years. But we change the switch HP 1800 - 24G of Cisco because of some failures of connection. For connection failures, we first think the old switch from HP, but it looks like problem with router EdgeMarc.

    This response time is normal? I have attached two screenshots of Switch Cisco and response time for the past 24 hours EdgeMarc router according to the tool Kulvik. Any other advice would be greatly appreciated. Thank you.

    Hello Srinath,

    Thank you for your participation in the community of support to small businesses. My name is Nico Muselle of Cisco Sofia HWC.

    The response time of the switch can be considered quite normal. Reason for this is that the switch gives CPU priority to its actual tasks that would be sure to pass, lists of access, VLANs, QoS, multicast, and DHCP snooping etc etc. As a result, the switch itself ping response time does not show in any way the good operation of the switch.

    I invite to try the rattling customers connected to the switch, you should be able to notice that the response time to customers are much lower than the response time of the switch itself.

    I hope that answers your question!

    Best regards

    Nico glacier

    Senior Network Engineer - CCNA - CCNA security

  • Activation of Windows7 get error 0xc004c020 "the activation server reported that the Multiple Activation key has exceeded its limit."

    I installed Win7 Pro 64 - bit about 4 - 5 times with the same original key on the same computer, but now I have a problem; When I want to activate key, always error has occurred with this 0xC004C020 with description error Code: the activation server reported that the Multiple Activation key has exceeded its limit. How do I fix this problem?

    Hello

    Please find your resolution from this link: http://technet.microsoft.com/en-us/library/ff793399.aspx

    MAKs by design have a limited number of activations. Contact the Microsoft Activation call center.

    Hope that helps.

    Kind regards

    Joel

  • Change the time of the Capture of several Photos

    I had the wrong date on a shooting over 200 photos, and I'm trying to fix the date.  I can do this one at a time, but the option "replace all" does not exist in stand-alone LR 6.  Change button does not change the dates.  Save metadata by train does not either, nor does not synchronize.  Is it possible to change the date of capture on all these files at the same time?

    Oops!  Just thought it had to be in the library grid view and select in the main panel, instead of simply by selecting on the bottom bar.  Think this would work.

    Thanks for your help.  See you soon!

  • Response time

    One of my customer/user access to our database is having a problem with respect to the response time of the database. The response time is very slow, this problem occurred recently, but before the answer time is about 2 to 3 minutes but now a query will consume almost 1 hour before the database to react. The request includes this statement VIEW_ACCOUNT_PAYM_STATUS.

    Hope you can help me with this.

    Thank you

    Hello
    Are all applications started slow response or a single applicaiotn/report?
    What version of oracle you are using. You should try to trace the user's session when it starts executing the statement. If you're on 10g, you can use the followins as the user SYS command to start tracing, and it will show you events in files of follow-up to find out where your query is spend more time waiting.

    SQL> EXEC DBMS_MONITOR.session_trace_enable(session_id =>1602, serial_num=>1091, waits=>TRUE, binds=>FALSE);
    

    Salman

  • delay in response time when answering calls so that the screen is active (xperia z5)

    When a click 'reply' during the screen is active, it fails the call as expected. It sometimes takes a few attempts. There is a known issue on Android 5.1.1 (Build number 32.0.A.6.200)

    Developer the activated options. See the option key is enabled. I can see to the touch, but answer the phone software is delayed.

    I ran the following tests:

    Operating time

    The screen locked (idle screen): immidiate response

    Screen in use (youtube): 4 keys (4 seconds) to answer or refuse

    Screen in use (whatsapp): 3 keys (3 seconds) to answer or refuse

    Active Screen (home screen): 1 touch (3 seconds) to answer or refuse

    Links: https://support.sonymobile.com/gb/xperiaz5compact/userguide/Receiving-calls/

    Is there a fix or is there an update to correct the offset.

    Thank you

    @z5_sach

    then its probably a third-party app act up

  • How can I use the signature keys in my bweb application works

    Hi all

    How can I use the signature keys in my web work BlackBerry application, I'm looking for video, guide, documentation, step-by-step flow link

    Finally how to properly test it on a Simulator before giving the cod to the words App validation team

    Thanks for your time

    Hello

    Have you seen the guides posted here?

    https://bdsc.webapps.BlackBerry.com/HTML5/documentation/ww_publishing/signing_your_app_1920008_11.ht...

    What stage are you having problems with?

    Erik Oros

    BlackBerry Development Advisor

  • Improves the response time

    Here's my current situation. I'm in MARCH the version 4.2.1 of the application I have a test environment 1-2821 router with IPS version of the module 12.4 T, 1-2621 router with net stream is running version 12.2, OS 1-2950 switch and a stand alone server MARCH. When I run the script to test the response time (the time it takes MARCH to warn me of the attack) it takes anywhere from 1/2 hour and 1 hour before the alarm appears where the dashboard is a way to improve the response time? Second, I see the IPS signatures in the syslog, but I don't see them on my request of MARCH during investigations into an attack. If I run a query for real-time, I see everything but cannot investigate the attack.

    I wonder the usefulness of a VINE if you are not running the latest version of the software. Cisco is expected to provide the latest update for you. The question of the DST, for example, causing some of the major problems for us.

    Run a real-time event query to determine if the events you generate are 'collected' immediately. If they are, what are the events? What rule expect you fire? Here is a description of the rules should work (they should take immediately before the start of any limitation).

    http://ciscomars.blogspot.com/2007/02/guest-article-Mars-inspection-rule.html

Maybe you are looking for