Parameters in Edge

When scheduling reports with parameters to run, it takes 10 seconds for the parameter value screen to appear.  After I enter the parameter and click OK, it takes another 10 seconds to go back to the parameter selection screen.  Is this normal?  For the most part, it shouldn't be reading tables to open the parameter selection screen.  The report itself may not even take 10 seconds to run!

Hi Daniel, I use the following to collect the query string parameters in an array for use in EA.
e.g http://www.domain.com/edgefolder/edge123.html?z=1
var get = [];
location.search.replace('?', '').split('&').forEach(function (val) {
  split = val.split("=", 2);
  get[split[0]] = split[1];
Then to make use of it:
if (get["z"] + "" != "undefined"){// Check if there is a value for z param in the query string
  //do something

Similar Messages

  • What is the Edge Work filter called in Motion 5?

    I'm doing the Tutorials in 'How to Cheat in Motion' which is based on Motion 4. It asks me to use the Edge Work filter in the stylize section of the filters menu. The only problem is that filter isn't there. It has an Edge filter but that doesn't have the same parameters as the Edge Work filter. Is there a new name for this filter in Motion 5?

    You're kind of stuck. I've been able to recover some "missing" filters from Motion 4 for use in Motion 5 (Primatte RT, for one) but I can't recover Edge Work -- it is *obsolete*. The available parameters for Edge Work were: Radius, Blur, Amount, Smooth. You will have to figure out how to combine what's left (Edges or Line Art) with filters like Gaussian Blur (for blurring/smoothing - perhaps before *and* after) and perhaps something like Hue/Saturation (for the Value parameter) or Brightness and Contrast to substitute for Amount. Experiment with mixing other filter types as well... With M5, you can publish the pertinent parameters for convenience and creating a work-alike setup.

  • Lync 2013 + Windows 8 phones not getting any notification but android and iphone works fine

    Dear All,
    Issue : None of the windows 8 phones gets alert when someone pings in lync2013
    Description: We get notification when someone pings to lync2013 im configured in android or iphone and it fails to notify when someone pings lync2013 configured in windows phones Example : Lumia 920,930,625
    Environment:
    Singe FE and Edge
    Assessments:
    Push notification is enabled in the server side and on mobile
    Tried using 2010 version client had the same issue
    Push testing was successful until I updated the server and now after update I am getting the following error
    PS C:\Users\administrator.tester> Test-CsFederatedPartner -Domain push.lync.com -ProxyFqdn sipfed.online.lync.com -verbos
    e
    cmdlet Test-CsFederatedPartner at command pipeline position 1
    Supply values for the following parameters:
    TargetFqdn: edge.tester.com
    VERBOSE: Reading access proxy port from topology process started.
    VERBOSE: Reading access proxy port '5061' from topology process successfully finished.
    VERBOSE: Reading certificate process started.
    VERBOSE: Reading certificate process successfully finished.
    VERBOSE: Searching for certificate with issuer name = 'CN=test-certsrv-CA, DC=tester, DC=com' and serial number =
    '4200000013a701fa4732b0475b000000000013'.
    VERBOSE: Successfully found certificate with the matching issuer name and serial number.
    VERBOSE: Workflow Instance Id 'd283786a-ba07-42ad-83e2-ad4ed5692597', started.
    VERBOSE: Command line executed is 'Test-CsFederatedPartner -Domain push.lync.com -ProxyFqdn sipfed.online.lync.com
    -verbose'.
    Test-CsFederatedPartner : A 500 (The server encountered an unexpected internal error) response was received from the
    network and the operation failed. See the exception details for more information.
    At line:1 char:1
    + Test-CsFederatedPartner -Domain push.lync.com -ProxyFqdn sipfed.online.lync.com  ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OperationStopped: (:) [Test-CsFederatedPartner], FailureResponseException
        + FullyQualifiedErrorId : WorkflowNotCompleted,Microsoft.Rtc.Management.SyntheticTransactions.TestFederatedPartner
       Cmdlet
    VERBOSE: Workflow Instance ID 'd283786a-ba07-42ad-83e2-ad4ed5692597' completed.
    VERBOSE: Workflow run-time (sec): 0.1410312.
    Please let me know if this is causing the issue,
    Please note : As soon as I see this tried invoking the csmanagementstore replication and got to know my edge server is not up to date - I am sure this has no relation with push this is for getting the changes informed to edge server,
    Everything works normal with no issues apart from this,
    Seeking your valuable advice here,
    Thanks
    Nelson
    Nelson N Exchange 2003|2007|2010

    Hi Nelson,
    To better understand the issue, I would like to collect the following information.
    1. Have you added the new hosting provider, Microsoft Lync Online, and then set up hosting provider federation between your organization and Lync Online ?
    Configuring for push notifications in Lync Server 2013
    2. Have you installed the new root certificate?
    Lync Servers currently use the GTE CyberTrust Global Root and beginning on June 1st, 2013 will migrate to the Baltimore CyberTrust Root. The
    migration of Lync Online Service to use the new Baltimore trusted root Certificate Authority is planned during May 2013. As of June 1st 2013,
    all of our servers including the Lync Push Notifications Clearing House Service will be on Baltimore certs only. So please ensure that your Lync Server deployments have been updated to trust the Baltimore Root before that.
    http://blogs.technet.com/b/lync/archive/2013/05/02/lync-mobile-push-notifications.aspx
    In addition, it is recommend to update the Lync servers to the lasted version.
    Best regards,
    Eric

  • ISP redundancy and reverse proxy

    Greetings, community!
    We have two EDGE TMG servers and two INTERNAL TMG servers.
    We have two providers with two dedicated external IP addresses each.
    I configure ISP Redundancy for each EDGE TMG servers with parameters:
    Each EDGE TMG server has two External NIC and one Internal NIC. 
    EDGE 1: Provider1_IP1 and Provider2_IP1
    EDGE 2: Provider1_IP2 and Provider2_IP2
    ISP Connections:
    Provider1 and Provider2
    So, the trouble:
    We have some published Web-Services, like OWA, ActiveSync, TerminalGatewayServers and others.
    Also we made 4 external DNS records for each Web-Service.
    For example:
    mail.domain.com Provider1_IP1
    mail.domain.com Provider1_IP2
    mail.domain.com Provider2_IP1
    mail.domain.com Provider2_IP2
    If we try to connect from external to any published Web-Services, we have big delay (~ 30 sec), and then it connected.
    After some tests we find that ONLY ONE EDGE TMG server is used for reverce proxy. IP Addresses from EDGE 1 is unavailable from external access. But it still works as Web-Proxy from Internal connections. Reverse-Proxy works only for EDGE 2 IP Addresses.
    If we shutdown EDGE 2 TMG server, then Reverse-Proxy for EDGE 1 IP addresses are works correctly.
    Why all 4 my external IP addresses are not works for reverse-proxy? Only 2 from one of my EDGE servers.

    So, I still try to solve my problem...
    When I try to connect from External to one of my EDGE1 IP addresses, I got these logs:
    LOGS on DMZ server (EDGE1):
    Failed Connection Attempt DMZ-TMG-01 21.07.2014 11:27:40 
    Log type: Firewall service 
    Status: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.  
    Rule: Publish TMGBE HTTP 
    Source: External (77.73.111.194:3427) 
    Destination: Internal (172.16.0.100:80) 
    Protocol: HTTP Server 
    Additional information 
    Number of bytes sent: 0 Number of bytes received: 0
    Processing time: 21000ms Original Client IP: 77.73.111.194 
    LOGS on INTERNAL server:
    Initiated Connection BLK-TMG-02 21.07.2014 11:27:20 
    Log type: Firewall service 
    Status: The operation completed successfully.  
    Source: External (77.73.111.194:3427) 
    Destination: Local Host (172.16.0.100:80) 
    Protocol: HTTP 
    Additional information 
    Number of bytes sent: 0 Number of bytes received: 0
    Processing time: 0ms Original Client IP: 77.73.111.194
    Closed Connection BLK-TMG-02 21.07.2014 11:27:40 
    Log type: Firewall service 
    Status: A connection was abortively closed after one of the peers sent an RST packet.  
    Source: External (77.73.111.194:3427) 
    Destination: Local Host (172.16.0.100:80) 
    Protocol: HTTP 
    Additional information 
    Number of bytes sent: 304 Number of bytes received: 192
    Processing time: 20281ms Original Client IP: 77.73.111.194
    When I try to connect my EDGE2 server external IP addresses, then:
    LOGS on DMZ server (EDGE2):
    Initiated Connection DMZ-TMG-02 21.07.2014 11:57:17 
    Log type: Firewall service 
    Status: The operation completed successfully.  
    Rule: Publish TMGBE HTTP 
    Source: External (77.73.111.194:3429) 
    Destination: Internal (172.16.0.100:80) 
    Protocol: HTTP Server 
    Additional information 
    Number of bytes sent: 0 Number of bytes received: 0
    Processing time: 0ms Original Client IP: 77.73.111.194
    Closed Connection DMZ-TMG-02 21.07.2014 11:57:17 
    Log type: Firewall service 
    Status: A connection was gracefully closed in an orderly shutdown process with a three-way FIN-initiated handshake.  
    Rule: Publish TMGBE HTTP 
    Source: External (77.73.111.194:3429) 
    Destination: Internal (172.16.0.100:80) 
    Protocol: HTTP Server 
    Additional information 
    Number of bytes sent: 534 Number of bytes received: 146
    Processing time: 203ms Original Client IP: 77.73.111.194
    Then traffic was redirected to HTTPS:
    Initiated Connection DMZ-TMG-02 21.07.2014 11:57:17 
    Log type: Firewall service 
    Status: The operation completed successfully.  
    Rule: Publish TMGBE HTTPS 
    Source: External (77.73.111.194:3430) 
    Destination: Internal (172.16.0.100:443) 
    Protocol: HTTPS Server 
    Additional information 
    Number of bytes sent: 0 Number of bytes received: 0
    Processing time: 0ms Original Client IP: 77.73.111.194
    LOGS on INTERNAL server:
    Failed Connection Attempt BLK-TMG-02 21.07.2014 11:57:17 
    Log type: Web Proxy (Reverse) 
    Status: 12311 The page must be viewed over a secure channel (Secure Sockets Layer (SSL)). Contact the server administrator.  
    Rule: Publish OWA 
    Source: External (77.73.111.194:3429) 
    Destination: Local Host (172.16.0.100:80) 
    Request: GET http://mail.domain.com/ 
    Filter information: Req ID: 0a314138; Compression: client=Yes, server=No, compress rate=0% decompress rate=0% 
    Protocol: http 
    User: anonymous 
    Additional information 
    Client agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Object source: (No source information is available.)
    Cache info: 0x0
    Processing time: 1 MIME type:  
    It's OK, because IIS require SSL. Then:
    Initiated Connection BLK-TMG-02 21.07.2014 11:57:18 
    Log type: Firewall service 
    Status: The operation completed successfully.  
    Source: External (77.73.111.194:3429) 
    Destination: Local Host (172.16.0.100:80) 
    Protocol: HTTP 
    Additional information 
    Number of bytes sent: 0 Number of bytes received: 0
    Processing time: 0ms Original Client IP: 77.73.111.194 
    Closed Connection BLK-TMG-02 21.07.2014 11:57:18 
    Log type: Firewall service 
    Status: A connection was gracefully closed in an orderly shutdown process with a three-way FIN-initiated handshake.  
    Source: External (77.73.111.194:3429) 
    Destination: Local Host (172.16.0.100:80) 
    Protocol: HTTP 
    Additional information 
    Number of bytes sent: 786 Number of bytes received: 318
    Processing time: 15ms Original Client IP: 77.73.111.194
    And HTTPS:
    Allowed Connection BLK-TMG-02 21.07.2014 11:57:17 
    Log type: Web Proxy (Reverse) 
    Status: 302 Moved Temporarily 
    Rule: Publish OWA 
    Source: External (77.73.111.194:3430) 
    Destination: Local Host (10.1.200.129:443) 
    Request: GET http://mail.domain.com/ 
    Filter information: Req ID: 0a31413a; Compression: client=Yes, server=No, compress rate=0% decompress rate=0% 
    Protocol: https 
    User: anonymous 
    Additional information 
    Client agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Object source: Internet (Source is the Internet. Object was added to the cache.)
    Cache info: 0x40000000 (Response should not be cached.)
    Processing time: 1 MIME type: text/html; charset=UTF-8 
    I can't understand the difference between there servers. If I shutdown EDGE2, the Publishing will work fine through EDGE1.

  • Performance Issue when updating parameters in a Crystal Report on Edge 2008

    I have several Crystal reports posted into Edge 2008.  When you select Edit on a parameter to set the parameters to run the report, it takes a noticably long time for the parameter selection window to appear.  Then once you have made your choice, it takes quite a long time to close the parameter selection screen to go back to the scheduling window.
    I thought it might have something to do with reports where I have linked the parameter with a table field and appended the values in the report parameter.  But, it happens even when there is no link to the data for the parameter.
    I've had several users saying it is very frustrating having to wait for the parameter selection.

    I am using two infosets that are not linked together by any primary key. The main infoset has transaction records and the second infoset has only one record (which is a foreign exchange rate). The performance is slow and I am presuming its because there are no linked fileds between the infosets, everytime a record is read from the main infoset it goes to the second infoset and also reads the record there. Is there a way to improve performance? How can I have the report read the second infoset only once and store that value to be used when reading records from the first infoset.

  • Business Objects Edge 3.1 - Dynamic Parameters prompting for password

    Hi,
    I installed BO Edge 3.1 and Crystal Reports 2008.
    Designed report which is using dynamic parameter. Then I deployed this report to BO Edge. In CMC I configured database parameters, so user doesnt have to input it everytime when viewing or refreshing report.
    The problem is that when there is dynamic parameter in CMC or InfoView it is asking for database credentials anyway.
    I found out on the couple forums that it is cause by dynamic parameter. And I found also solution using Business View Manager.
    The problem is that BO Edge 3.1 doesnt have in the Client Aplications Business View Manager.
    So my questions are :
    1. Is there possibility to get Business View Manager for BO Edge?
    2. Are there any other possibilities how to specify database credentials also for dynamic parameters so user doesnt have to do that anymore?
    Any help will be appreciated.
    Thank you.
    Viktor

    You can find it here:
    http://help.sap.com/businessobject/product_guides/
    You need to look for the SAP BusinessObjects Enterprise Integration for SAP Solutions Installation and Administration Guide*
    Edge is a reduced version of Enterprise... -
    Christian
    Edited by: Christian Krueger on May 25, 2011 11:43 AM

  • Appending Firewall Rules to vShield Edge with PowerCLI Script

    Hi,
    I have a script which enables us to upload 4k worth of firewall rules, but every time it executes, all existing rules are over written.
    Is this something to do with the API or just a scripting issue - if so, can anyone suggest how to append on to the existing set?
    Update:
    So obviously the following line seems to create a new instance of the firewall:
    $fwService = New-Object vmware.vimautomation.cloud.views.firewallservice
    Because the next 3 lines after are setting the main firewall parameters again - something you wouldn't need to do if we were just adding new rules to the existing firewall.
    $fwService.DefaultAction = "drop"
    $fwService.LogDefaultAction = $false
    $fwService.IsEnabled = $true
    Is there a way to use a PowerShell command such as add-member rather than new-object?
    param (
    [parameter(Mandatory = $true, HelpMessage="vCD Server")][alias("-server","s")][ValidateNotNullOrEmpty()][string[]]$CIServer,
    [parameter(Mandatory = $true, HelpMessage="Org")][alias("-vOrg","o")][ValidateNotNullOrEmpty()][string[]]$orgName,
    [parameter(Mandatory = $true, HelpMessage="OrgNet")][alias("-orgNet","n")][ValidateNotNullOrEmpty()][string[]]$orgNet,
    [parameter(Mandatory = $true, HelpMessage="CSV Path")][alias("-file","f")][ValidateNotNullOrEmpty()][string[]]$csvFile
    # Add in the VI Toolkit
    if ( (Get-PSSnapin -Name VMware.VimAutomation.Core -ErrorAction SilentlyContinue) -eq $null ) {
    Add-PSsnapin VMware.VimAutomation.Core
    if ( (Get-PSSnapin -Name VMware.VimAutomation.Cloud -ErrorAction SilentlyContinue) -eq $null ) {
    Add-PSsnapin VMware.VimAutomation.Cloud
    try {
    Connect-CIServer -Server $CIServer 2>&1 | out-null
    } catch {
    Exit
    #Search EdgeGW
    try {
      $myOrgNet = Get-Org -Name $orgName | Get-OrgNetwork -Name $orgNet
      $edgeHREF = $myOrgNet.ExtensionData.EdgeGateway.Href
      $edgeView = Search-Cloud -QueryType EdgeGateway -ErrorAction Stop | Get-CIView | where {$_.href -eq $edgeHREF}
    } catch {
    [System.Windows.Forms.MessageBox]::Show("Exception: " + $_.Exception.Message + " - Failed item:" + $_.Exception.ItemName ,"Error.",0,[System.Windows.Forms.MessageBoxIcon]::Exclamation)
      Exit
    #Item to Configure Services
    $edgeView.Configuration.EdgeGatewayServiceConfiguration
    $fwService = New-Object vmware.vimautomation.cloud.views.firewallservice
    $fwService.DefaultAction = "drop"
    $fwService.LogDefaultAction = $false
    $fwService.IsEnabled = $true
    $fwService.FirewallRule = @()
    Ipcsv -path $csvFile |
    foreach-object
    $fwService.FirewallRule += New-Object vmware.vimautomation.cloud.views.firewallrule
    $rowNum = $_.Num -as [int]
    $fwService.FirewallRule[$rowNum].description = $_.Descr
    $fwService.FirewallRule[$rowNum].protocols = New-Object vmware.vimautomation.cloud.views.firewallRuleTypeProtocols
    switch ($_.Proto)
    "tcp" { $fwService.FirewallRule[$rowNum].protocols.tcp = $true }
    "udp" { $fwService.FirewallRule[$rowNum].protocols.udp = $true }
    "any" { $fwService.FirewallRule[$rowNum].protocols.any = $true }
    default { $fwService.FirewallRule[$rowNum].protocols.any = $true }
    $fwService.FirewallRule[$rowNum].sourceip = $_.SrcIP
    if ($_.SrcPort -eq "any" ) { $srcPort = "-1" } else { $srcPort = $_.SrcPort }
    $fwService.FirewallRule[$rowNum].sourceport = $srcPort
    $fwService.FirewallRule[$rowNum].destinationip = $_.DstIP
    $fwService.FirewallRule[$rowNum].destinationportrange = $_.DstPortRange
    $fwService.FirewallRule[$rowNum].policy = $_.Policy
    #$fwService.FirewallRule[$rowNum].direction = $_.Direction
    #$fwService.FirewallRule[$rowNum].MatchOnTranslate = [System.Convert]::ToBoolean($_.MatchOnTranslate)
    $fwService.FirewallRule[$rowNum].isenabled = [System.Convert]::ToBoolean($_.isEnabled)
    $fwService.FirewallRule[$rowNum].enablelogging = [System.Convert]::ToBoolean($_.EnableLogging)
    #configure Edge
    $edgeView.ConfigureServices($fwService)
    Thanks,
    Scott.

    Hi,
    Agree with Ed, you can publish CAS array VIP to internet, and use it to configure Federated Delegation.
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Help to create a faded edge filter

    I want to be create a filter to fade out the edges of an
    image, however I'm not sure where to start with figuring out if a
    pixel is within the edge fade distance. I've got the attached as a
    starter, but I'm not sure where to go for the left and bottom
    edges.
    Any help is greatly appreciated.

    You need to pass in the width and height of the image as
    parameters and use those. Pixel Bender 1.0 doesn't have the
    original size of the input image accessible (in Pixel Bender we
    only pass in the parts of the input image that are needed).

  • PDF files in edge animate

    Is there a way to load a PDF file into a symbol on the stage that does not require an internet connection?

    Here is a simple example using an iFrame - sample just loads a .pdf file into an element, using required parameters as per Acrobat documentation
    View: http://www.heathrowe.com/edge/embed_pdf/
    Dl: http://www.heathrowe.com/edge/embed_pdf/embed_pdf.zip
    Once downloaded open .an file in Animate and go to the Stage > CompositionReady event handler. You will see a use case to load a pdf file from your drive. In my example the source file (src) is relative to the root (Edge Animate) document. In other in the sample folder as the edge .html file.
    hth
    Darrell

  • Generics in interfaces parameters

    My post is a feature request. If anyone have informations on forthcoming and related developments, please send me.
    I want to implement a graph class with nodes and edges collections and express in the implements section that this class supports such features (I don't take into account any delegation mechanism), graph can be considered as a String / Node map or as String / Edge one :
    public class Graph implements Map<String, Node>, Map<String, Edge> {
    but when compiling, I have interfaces method conflicts such as :
    "The return type is incompatible with Map<String,Edge>.get(Object), Map<String,Node>.get(Object)"
    because one get(Object) method is present in each interface. I would have rather liked to have a get(Node) and a get(Edge) methods. In other words, I would have liked to have Map<K,V>.get(K) method in Map interface.
    Does anyone know why Java Generics are not fully introduced in interfaces and maybe in some classes ? Is it a technical reason ? A workaround ? An intermediate development stage ?
    Thx.

    public class Graph implements Map<String, Node>, Map<String, Edge> {The problem is that after compilation, when the object code is produced, any "type parameter" information is erased (you need to read up on Java reflection more closely).
    Thus, there is only one Map class in the runtime (not one for every possible combination of type parameters). and any references to, say, Map<String,Node>.put() become, at runtime, just Map.put().
    So you can't do what you want, because at compile time, your two parent interfaces are "different", but at runtime, they would be the same. The message could be better, I agree.
    To do what you want:
    * If your two classes (Edge and Node) have no relationship to each other, then you'll have to implement Map<String,Object>.
    * If they do have a common ancestor, you can declare it as extending Map<String,CommonAncestor>.
    In both cases, you'll have to, e.g. downcast the result of get() to the right type.

  • Alpha channel edge (AE to FLV)

    Hi all...
    i'm importing a png sequence into AE
    from AE i'm exporting composition directly in FLV and importing into Flash.
    PNG has alpha channel.. when inserting into Flash all objects appear with a white edge on alpha channel
    All parameters are quite standard (OnVp6, 700 kbps, no audio... )
    no filters are applied to AE layers...
    tried with render through MOV Animation and then into FLV but nothing changes...
    here a screenshot of the problem...
    any solution for this problem??
    thanks
    Ivan

    See this post about alpha channels in Flash and FLV files.

  • Replicating windows trackpad gesture in OS-X - drag to edge

    While the Mac Trackpad is superior in almost every way, there is one missing feature I loved on my Dell Laptop (Windows 7).  It is hard to describe, and thus, hard to search for info on. Basically, on my windows touchpad, I can tap and drag an object (one and a half taps, hold, and drag to move (eg) a window). Identical between Mac and Windows at this point. But - when I drag on my WIndows touchpad, and reach the edge of the physical touchpad, the movement continues indefinitely until I 'back off' from the edge.  I think it might be called continuous scroll.  This is useful when you need to move the cursor on the screen further than the physical 'travel' of the trackpad allows.
    On the Mac touchpad, I've tried turning on 'Drag Lock' in accessibility, and this helps in the one situation where you 'run out of room' to scroll, but introduces the need to always 'single tap' to end the action, which means an extra step for 90% of trackpad activities. I've also got 'with inertia' selected, but that doesn't help.
    The most crititcal need for this feature, for me, is when trying to draw an exact selection box around an object when doing graphical work. You start your selection at the top left, then carefully drag to the lower right, but - if you run out of room on the trackpad you have to let go and start again. On my Windows Laptop, I start my selection top left, then drag to lower right, and if I run out of room, the selection just keeps growing until I back off from the edge slightly.
    Any ideas? Thanks!

    If an Apple engineer has read this, it appears they aren't willing to share their knowledge. Be that as it may, this is what I've discovered so far:
    The Snow Leopard link keys can be found in /private/var/root/Library/Preferences/blued.plist. This file can be opened with a Pist editor. In my case, it contains a couple of entries (couplings) for my only Bluetooth device, i.e., the Magic Trackpad, whose MAC address is paired with a couple of entries, which I supposed are MAC "identities" of my Bluetooth USB receiver. The Plist editor shows one 16-bit hex key for each pairing.
    Now, in theory, these keys should be copied to the relevant Windows registry entries in Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\BTHPORT\Parameter s\Keys\
    (these entries MUST be accessed running psexec -s -i regedit.exe).
    There are two main entries under ...\Parameters\Keys, each coinciding with what I presume are the two (?) MAC addresses of the Bluetooth dongle. Under each of these entries there's a REG_BINARY key whose name is the MAC address of the Magic Trackpad and whose value (the Bluetooth link key both devices share to communicate) SHOULD be made the same as in blued.plist.
    Unfortunately, the operation doesn't work. Now my Windows registry contains the same link keys as my blued.plist, but the Magic Trackpad doesn't do anything in Windows (and I don't want to pair it again, or I would be forced to do the reverse operation in blued.plist.
    I must be missing something. Are the link keys in blued.plist to be interpreted as big-endian, so that bits should be swapped in the Windows registry? Any advice will be most welcome.

  • CrystalReportsTier error in Diagnostic Tool for BO XI 3.0 Edge

    We recently installed XI 3.0 Edge. We are having a problem with not being able to create parameters for Crystal reports any longer in Business View Manager (we create and save them, but when we come back in and try to view them, BVM crashes). When I run the Diagnostic Tool, in the Crystal Reports Tier section, I get a message that says "Failed to add tables to test report from XML source.", and it fails the test. I am not sure if the two are related.
    Has anyone run into a similar problem in the Crystal environment ?

    We discovered that, although we couldn't "Save As" Crystal reports with dynamic parameters, the push method, we could pull the reports up to the documents folder by using the Central Management Console (CMC). Under the Manage menu, there is an Add menu item that allows Crystal reports to be pulled up. When we did this, suddenly hidden parameter components would appear in the Business View Manager screen - they must have been created by the failed attempts to push the reports up, though they were invisible until the pull was done. After deleting all duplicated components, and re-promoting, we could get the reports to function in InfoView.
    So I don't know what was causing the diagnostics to flare up, and although it is apparent Edge 3.0 has some issues, there was a way to finally get the reports loaded along with their dynamic parameters.

  • Crystal Reports -  missing dynamic parameters when published to InfoView

    Hi all,
    I'm facing a problem when I publish Crystal Reports 2008 V1 which includes dynamic parameters on InfoView (either on BO EDGE 3.1 or Crystal Reports Server 2008 V1). Problem manifests itself in missing dinamic parameters - I get only static parameter panel and need to write in the value by myself... All other documents like Webi, Deski (on BO EDGE) works fine.
    I have tried to install all latest Service Pack's for Crystal Reports 2008 V1 but it didn't solve the problem. Btw, Crystal Reports 2008 V1 designer is installed on client machine.
    Here are the details of both installations:
    BO EDGE 3.1.
    OS: Windows Server 2003 SP2
    Repository database: MS SQL Server 2005
    CR Server 2008 V1
    OS: Windows Server 2003 SP2
    Repository database: MySQL
    Does anyone had a same problem?
    I will appreciate any help!
    Best regrads

    I had the same situation when I changed from a SQL server 2005 data source to a SQL server 2008 data source while using CR 2008.  Change printer option default in the report designer to use u201CNo Printer (optimize for screen display) and republish to InfoView.   Not sure why this would work, but it resolved the issue for us.
    Wendy

  • Add dancer.js library waveform to Edge animate with yepnope

    *Getting external library dancer.js to load via yepnope
    Hello Tim you have an excellent solution with yepnope, i hope you can help me cause i try to add the dancer.js library here de example (http://pelidesk.vv.si/java/examples/audio_element/ ) to my edge animate with yepnope something like this..
    on creatinComplete
    yepnope({nope:['http://pelidesk.vv.si/java/dancer.js',
    'http://pelidesk.vv.si/java/support.js',
    'http://pelidesk.vv.si/java/kick.js',
    'http://pelidesk.vv.si/java/adapterWebkit.js',
    'http://pelidesk.vv.si/java/adapterMoz.js',
    'http://pelidesk.vv.si/java/lib/fft.js',
    'http://pelidesk.vv.si/java/lib/flash_detect.js',
    'http://pelidesk.vv.si/java/plugins/dancer.fft.js',
    'http://pelidesk.vv.si/java/plugins/dancer.waveform.js'], complete: init});
    function init (){
    // i dont now how its de funtion to call and visualizate the java waveform and audio player. i hope you can to orientate myself
    //maybe i dont need all de js. ...
    Regards!
    Thank you!
    i hope dont duplicate de discussion thanks a lot guys!!

    Hi! Tim!
    Here the part that i modify and i want to use on edge
    http://pelidesk.vv.si/java/shared/waveform.zip
    And here all the original files that uses dancer.js with my modified part including
    http://pelidesk.vv.si/java/shared/dancer.zip
    Here the original source
    https://github.com/jsantell/dancer.js/
    *In the waveform that call audioelement can see the css and index.html with parameters and sources, mayde that can help i dont think use all the dancer sources.
    Regards!

Maybe you are looking for

  • How do I get Apple to unlock a Verizon unlocked 4s to use domestically on a GSM network?

    I have 4 iPhone 4S's in my family.  The contract with Verizon ended on December 5, 2013.  Early in 2014 I requested from Verizon that all 4 iPhones be unlocked, which was done and confirmed by Verizon.  However, subsequently I have learned that the V

  • My Wifi on my ipod toch is greyed out

    Can someone please tell me how to get the wifi working on my ipod again it's greyed out....I have reset the \network settings and nothing happens.

  • Oracle 8.1.5 Linux Memory Leak?

    We have been running Oracle 8.1.5 Server and Client on Redhat 6.1 kernel 2.2.12-20 glibc-2.1.2-11 Blackdown's JDK 1.2 RC3 We are having bad memory leaks and we have verified that they are not in our source code using a memory profiler for Java-linux.

  • Using the UTL_HTTP package

    When UTL_HTTP.REQUEST() is called with a URL it tries to contact a remote server just like a web browser. A web browser has a timeout setting on it - if the remote server doesn't respond within, say 60 seconds, you'll get a 'timed out - server not av

  • When typing in a number, how can I automatically have it insert a / (slash)?

    I've been trying to figure out how to automatcially insert a forward slash (/) after I have entered a 6-digit number.  I'd like to have the slash inserted after the 3 number from the left?   For example; if after entering 123456 the expected outcome