Videoconferencing through H323 Gateway works only to local numbers.

Video is working to local numbers but not Interstate or International numbers. This has been working before for a long time and suddenly stopped working now.

Whoops, I realize now that you have already posted all the necessary info.
At first look the config appears correct. The router doesn't even try to switch out the call coming on BRI to PRI. But you say it does for national calls.
Also strange, even before the call is placed, router reports "all channels taken on bri2/0". If that was true, the videodevice should not ever attempt a new connection! That looks like a classical case of ISDN data structure trashing in which the channel usage status as seen by the router is wrong.
Can you take a trace with only "debug isdn q931" enable, to compare a successful call with one that doesn't work?
All failing one could try upgrading to latest that is 12.4(11)T1 now.

Similar Messages

  • Does DML error logging work only on local DB and not remote DB?

    (A) does not log the errors but (B) does log the errors.
    Does the LOG clause work only on a local database and not a remote database?
    A)
    begin
    INSERT
    INTO
    "PRISM"."TARGET"@"DBLINK"
    (INVOICE_NUM
    ,INVOICE_AMOUNT)
    VALUES
    ('GHI'
    ,'GI')
    LOG ERRORS INTO "PRISM"."ERR$_TARGET"@"DBLINK" (1000) REJECT LIMIT unlimited
    end;
    B)
    begin
    INSERT
    INTO
    "PEER_TARGET"
    ("INVOICE_NUM",
    "INVOICE_AMOUNT")
    VALUES
    ('GHI'
    ,'GI')
    LOG ERRORS INTO "ERR$_PEER_TARGET" (1000) REJECT LIMIT unlimited
    end;

    Oracle has come back to us saying that
    "DML error logging feature is not supported for distributed DML."

  • Flash Player works only for Local Admins

    Hi!
    We have about 40 computers in our organisation with the same problem: Since few weeks the Adobe Flash Player (ActiveX) works only, when the user has administrative privileges. If a normal user wants to watch youtube-films or other flash objects, there will only appear a message that (a new) Adobe flash player must be installed to view the content (or so). It looks like there is no Adobe Flash player installed. But if the user is a local admin, everything works fine - on the same computer.
    Under Software Adobe Flash Player is displayed as installed.
    We have WinXP Professional SP2/SP3 32bit running on 4-year-old Maxdata computers. And few new computers (also WinXP Professional SP2/SP3 32bit)
    Confusing: There are few computers where flash works for everyone! It seems, that especially the computers that are new don't have this problem.
    I've tested everything: Using the MSI-file, using the EXE-file. Uninstalling the MSI, uninstalling the EXE. Using Version 14, 16 and now 26. Uninstalling everything by the offical Adobe flash player uninstaller. Installing the software as administrator, installing the software via GPO. I've deleted system32/macromed/flash. I've used Microsoft subinacl - with the offical adobe reset_fp10.cmd. I edited system32/macromed/flash so that everybody has write rights on this folder.
    But nothing works. It's always the same: Videos in the IE are only shown for admins.
    And now, I've no idea, what else I could do?!
    Anyone else?
    Greetings from Germany
    Peter

    Pat, is this the one?
    http://forums.adobe.com/thread/729200?tstart=0
    eidnolb

  • URLLoader working only on local machine

    HI Guys,
    I am new to this forum but after two days looking around for a solution to my problem, I don't know were else to turn around.
    My company have a flash file (.swf) which retrieves data from a web service.  On the local machine it works fine but when it is called from client browsers it is giving me ERROR #2032:  Stream Error.
    The following is the code I am using to connect to the server:
    //Start of my frame
    flash.system.Security.allowDomain("*");
    flash.system.Security.loadPolicyFile(http://95.123.123.60/MyWebServices/crossdomain.xml)
    //After loading frame then:
    var urqStlReq: URLRequest= new URLRequest("http://95.123.123.60/MyWebServices/Confirguration.asmx/GetConfiguration");
    urqStlReq.method = URLRequestMethod.POST;
    var varStlParam:URLVariables = new URLVariables();
    varStlParam.strLogin = "testuser";
    varStlParm.strPwd="testpassword";
    varStlParm.CheckVal = <enchryptionof parameters>;
    urqStlReq.data = varStlParam;
    var urlStlLdr:URLLoader = new URLLoader();
    urlStlLdr.dataFormat=URLLoaderDataFormat.TEXT;
    urlStlLdr.addEventListener(Event.COMPLETE, completeConfiguration);
    urlStLdr.addEventListener(IOErrorEvent.IO_ERROR, errorFunc, false,0,true);
    urlStlLdr.load(urqStlReq);
    function completeConfiguration(e:Event):void{
         var urlTemp:URLLoader = URLLoader(e.target);
         myConfiguration = ParseXMLConfirguration(urlTemp.data)  //here I transform the xml data received to my required format
    function errorFunc(e:IOErrorEvent):void{
         txtError.text = e.text;
    The following is the crossdomain I created and refering to on the server, I tried to leave it open as much as possible to assure myself that the problem is not with rights.  After this function will start to work than I will start to ristrict access:
    <cross-domain-policy>
         <allow-http-request-headers-from domain="*" headers="*" />
         <allow-access-from domain="95.123.123.60" />
         <allow-access-from domain="95.123.123.70" />
         <allow-access-from domain="*" />
    </cross-domain-policy>
    The error as I said before is happening only on the client side, when I run the website on the server, this flash object works fine without data.
    The Server is Windows 2009 R 2, 64 bit.  I am using Adobe Flashh CS4 Professional which publish for Flash Player 10 and using ActionScript 3.0.  The Local playback secuirty is set to Access network only.
    To be sure that it is not access rights the problem, I am runn the website with the Administrator Credentials temporarly but still after performing all the above and trying different settings the same error still appears what ever I do.
    Your help is greatly appreciated,
    Thanks in advance
    Oscar

    HI,
    After looking around the internet for two days I found the most stupid configuration that could ever be.  
    After checking the Windows Event Log, I notised that after I try to call the web service, the ASP.NET 2.0 was raising a warning that says "request format is unrecognized for url unexpectedly ending in /<method name>".  So I was looking around for this but it was hard also to find an answer for this, until I came across the following article from microsoft http://support.microsoft.com/default.aspx?scid=kb;en-us;819267.
    By default HTTP GET AND HTTP POST are disabled by default for the ASP.NET webservices and to enable them you need just to add the following in the web.config:
    <system.web>
    <webServices>
             <protocols>
                  <add name="HttpGet"/>
                  <add name="HttpPost"/>
             </protocols>
         </webServices>
    </system.web>
    After adding this, the flash object was working billiantly, calling all the necessary web services without any problem.
    Thanks a lot for your help and patience
    Oscar Calafato

  • Caller ID not working on H323 Gateway

    Hi,
    I have a CCM Version 4.1.3 set-up to cater for 200 phones, I have a VG gateway in one of the sites that uses an FXO card for local calls, this VG is set-up as an H323 gateway, however calls coming throguh the PSTN line onto the FXO card and then onto an IP phone are not displaying Caller ID.
    Just wondering if anyone has seen this before, I know that on an MGCP gateway the FXO cards don't support Caller-ID but we have it set-up as H323.
    Thanks
    Paul

    Funny, this is a question straight from one of the CCVP tests, although I won't say which one.
    Try "caller-id enable" in global mode and "station-id name" on the voice-port.
    http://www.cisco.com/en/US/tech/tk652/tk653/technologies_configuration_example09186a00800a9a49.shtml

  • SSL connection works through terminal and Firefox only

    I have issue with SSL connection.
    It works through terminal and Firefox only. Everything else requiring SSL is down including App Store. I can't fix the problem by updating software, nor reinstalling as softwareupdate and hdiutil mount patch you via SSL at the end.
    No apparent reason.... It all worked fine last night.
    Does anyone know what is it and how to fix it?
    Thanks.

    MurphyCooper,
    this might be worth a shot: boot your MacBook Pro into Recovery mode by holding down a Command key and the R key as it starts up. Once the Mac OS X Utilities menu appears, select Disk Utility. On the left-hand side of the Disk Utility window, select your internal disk’s boot partition (typically called “Macintosh HD”). On the right-hand side, press the Verify Disk button if it’s not greyed out; if it is greyed out, or if it reports that errors were found, press the Repair Disk button. Once the verification/repair is completed, exit Disk Utility and select Restart from the Apple menu to restart in normal mode. Has this made any difference?

  • Can't download Apps through 3G connection. Only works through Wi-Fi

    Ever since I got my 3GS I have not been able to download updates to my Apps through 3G. It starts to download and the progress bar goes half-way then the progress bar starts again and keeps going in that loop.
    However, downloading updates through Wi-Fi works fine. This is driving me nuts! I have logged out of my iTunes account and logged back in; it makes no difference.
    Does anybody have an answer to this?

    Reset the phone fixed the problem.

  • HT5996 Mail service on the OS X Server 4.0 works only locally

    I updated my server to Yosemite and bought the next version of OS X SERVER 4.0.
    At first glance, everything was as it should, until I noticed that I have new messages until the time when the server is updated. Then I myself sent a letter from the mailbox iCloud, but has not received a new mail.
    Went into the mail settings on the server and see a message:
    "Available on your local network at Server.local"
    I once again set up e-mail in the section "Domains", but the service is still only available locally.
    Messages from these mailboxes can I send. I get a letter, if it is sent to a mailbox that is configured on the same server, but if I send a letter from another server, it does not come any letters.
    maping ports configured correctly.
    How to make sure that the service has been available on the Internet and was able to receive emails from any servers?

    These values are important:
    mail:postfix:host_whitelist:_array_index:0 = "ns.100greenwood.net"
    mail:postfix:host_whitelist:_array_index:1 = "mail.100greenwood.net"
    mail:postfix:domains:_array_index:0:name = "100greenwood.net"
    mail:postfix:mydomain = "100greenwood.net"
    mail:postfix:enable_list_server = yes
    mail:postfix:mydestination:_array_index:0 = "localhost"
    mail:postfix:mydestination:_array_index:1 = "$mydomain"
    Also in Terminal, type: hostname
    That should show you the name of your host.  Then type this command:  sudo changeip -checkhostname
    It should give you a result of:  dirserv:success = "success"
    If it doesn't then you have a hostname issue.  The section above that refers to mail:postfix:mydestination:_array_index:0 = "localhost" uses the variable localhost to find your local server.  If there is a name mismatch between them, bad things will happen.  Make sure you change everything to the Internet (not the *.local) address so it routes properly.

  • 3241 ISDN Gateway--DTMF Relay Type & local vs. national signaling

    Question 1:
    Is there a way to configure the 3241 so that it will flag local vs. national call types on the d-channel appropriately?  The local TSP sees all calls flagged national..  They do accept both 7 and 10 digit formats for local calls so we set dialing rules to add the local area code (without a +1) to 7-digit numbers and that seems to work OK.
    Querstion 2:
    Does anyone know what type of DTMF relay is being used by the Cisco-acquired Tandberg/Codian 3241 ISDN Gateway?  I'm pretty sure the DTMF relay type is not configurable in that box.  Does this fall under the alphanumeric H.245 relay type? 
    I have a customer that, for outbound long distance calls (Primarily ISDN voice, but some ISDN video), requires their ISP to provide a DTMF-based billing code service.  We've worked with the local TSP to verifiy what they are seeing on the switch and it looks like all digits are passing appropriately (although I also don't see any way to tell the Cisco 3241 GW to flag the call as Local vs. National
    The PRI itself is provided through one local LEC and handed to a secondary TSP to provide the DTMF/billing solution.
    The PRI has been works fine for local calls, but long distance (national) calls route throuth the primary provider and then pass to the secondary provider.  We've worked with the local TSP to verifiy what they are seeing on the switch and it looks like all digits are passing appropriately.  Logs from the ISDN gateway do not show opening any audio or h.245 channel, no 'biiling tone-prompt' is heard, and we cannot access/enable the touch tone menu on the endpoint during the time the ISDN GW is attempting to set up the call.  I suspect that either the billing code service is not turned up yet, but I'm hoping its is not a H323/H.245 and/or endpoint cpability that is preventing this from working.
    In order to troubleshoot with the service provider I assume I'll need to know what DTMF type we are sending, I am hoping they could also tell me by debuggin the switch for any signaling they are receiving from us.
    If anyone has any experience setting up similar service on CUCM i'd love to hear what was required on that system for DTMF relay, and if there is anything else I may need to ask the TSP
    Thanks!

    DTMF relay for H323 is handled with 3 commands.
    cisco-rtp Cisco Proprietary RTP
    h245-alphanumeric DTMF Relay via H245 Alphanumeric IE
    h245-signal DTMF Relay via H245 Signal IE
    Your best bet is h245-alphanumeric. The dtmf-relay rtp-nte command is used for SIP dial-peers.
    The DTMF relay feature transports DTMF tones generated after call establishment out of band using either a standard H.323 out-of-band method and a proprietary RTP-based mechanism, or for SIP calls, an NTE RTP packet.
    http://www.cisco.com/en/US/tech/tk652/tk698/technologies_tech_note09186a00800d62d2.shtml#Solution4
    Please rate any helpful posts
    Thanks
    Fred

  • Help on set up branch office with 2921 H323 gateway

    I setup a new branch office with 2921 H323 gateway and cucm in HQ.  When I call a number in remote office, I get dead silence and busy tone.  However, user can hear ring at the remote location and able to answer the phone.  I was able to talk to him.  Any place I need to check? 
    Question #2, should cucm in HQ handle all calls between HQ and remote office?  I tried to call from my VoIP phone to remote office VoIP phone and monitored remote office GW running "debug voip ccapi inout".  I saw messages like gateway is handling calls.  Is this normal?  
    I'm fairly new to VoIP environment, still trying to learn.  Thanks. Let me know if you need anything to troubleshoot this. 

    I think that's where I'm confused.  I'd like to have CUCM to handle every calls for remote sites.  when I searched for the number I'm dialing for remote office, there is a route pattern that covers this number and it points to gateway.  This route pattern covers all of their local numbers including our remote office numbers.  For example, I have 9.1201456XXXX point to H323 GW.  That I got it.  However, I want the numbers belong to our office like 1111 don't go to GW for call processing.  Do I make sense?  I want only their local call to remote office go through GW not our internal call between our offices.  I'm sorry if I don't make much sense.  Thanks for your help. 

  • Adding MGCP FXS Ports to H323 Gateways

    Currently all of our Gateways are H.323 gateways.  Due to a business requirement we are now going to be enforcing our users to use forced authorization codes to place LD calls.  In order to facilitate this on our analog phones it seems the only option is to use MGCP gateways.
    From what I understand we can run multiple signalling protocols on voice gateways.  We have a variety of gateway models but by and large most of these gateways are VG224 models.  I think what I would like to do is keep the current h.323 dial-peer and voice-port settings for the PLAR emergency phones that we have on these gateways and only change the analog phones to MGCP. 
    Most of the route patterns to these h323 gateways look like this... 102[0-5] and then the dial peers on the individual gateways route to the appropriate voice port like this...
    dial-peer voice 1020 pots
     huntstop
     destination-pattern 1002
     port 2/21
    The Voice port config looks like this...
    voice-port 2/21
     timeouts interdigit 7
     description tie pr 1520
     station-id name PTRM 1020
     station-id number 1020
     caller-id enable
    My plan is to create the MGCP Gateways in CUCM as wells as the DN's... in this example x1020.  I will then enable MGCP on the gateways.  After that my assumption is that I can individually remove the Voice-port and dial-peer configurations and then add the MGCP dial peers with the port and "service MGCPAPP" commands.
    My other option is to redo the entire gateway at the same time and schedule after-hours down-times to make the change.  I want to avoid this if possible as we have 40+ gateways that need to be changed.
    Basically I just need some guidance or confirmation if my plan will work or if there is a better way to do this?  Are there any caveats or known issues I should look out for when running multiple signalling protocols on the same gateway?
    Thanks,
    Trav Moore

    Thanks Aaron,
    I was wondering about the MGCP ccm-config command but was worried it would re-write the entire h.323 gateway to MGCP.  Good to know that it won't and that this is a potential option.
    I actually do prefer the idea of only having one signalling protocol (I would like to go all SIP if not for the FAC codes needed). Unfortunately any maintenance that I do that impacts end-users requires a lot of after-hours scheduling and maintenance alerts.  These gateways have a combination of fax-machines, PLAR's (emergency phones and overhead paging), and analog phones.  Maybe eventually I can migrate all of these ports to MGCP.  For now the analog phones are the only ones that must be converted and if I can quickly convert them without anyone noticing aside from the minimal reset in CUCM then this would be ideal.
    Thanks!

  • Can't connect to websites with any browser. Bookmarks do not work but bookmarks  through bookmarks edit works just fine.

    Can't connect to websites with any browser. Bookmarks do not work but bookmarks  through bookmarks edit works just fine.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Strange issue with some laptops only getting local...

    Hi everyone, this is a long post so appreciate you reading it.
    The problems not my house (im a BT infinity user) but my Dads,
    Long story short, he has 4 laptops which have always connected to the homehub and internet fine. Its an original V.1 homehub I believe.
    After some local exchange work which BT informed him about, once it came back online he can only connect one laptop to the internet
    All 4 connect to the home hub, but 3 only have local access and cant see the internet. The home hub is definitely connecting to the internet, no issues and one laptop still works. Cant find anything unusual on the homehub.
    I have tried everything, resetting back to factory, removing/changing security, changing SSID, removing all traces from the laptops that don’t work of the connection then resetting the homehub again, even deleting all devices out of the homehub and letting them reconnect for the first time but nothing works. Whatever I change though, the original laptop always connects to the internet.
    Even connecting one of the laptops via Ethernet doesnt work (although I didnt personally do this and am relying on my dad confirming this, so need to recheck)
    I am bringing down an old home hub I have and I pretty sure that will fix it, as I took one of his laptops home and it connects to my homehub fine, but im desperate to know why this is happening. I cant stand not getting to the bottom of something like this.
    Interestingly the only laptop that works is a Vista machine, the rest are W7. I even tried doing a system restore to a few weeks previous in case Microsoft had patched something that broke them, but still no joy.
    Could it be a firmware update on the Home hub or a Windows 7 / wireless network card issue ?
    Any suggestions ?
    Thanks

    mr_cy wrote:
    Thanks for the suggestions.
    interestingly the one issue the home hub did report was that it couldnt find a BT DNS server.  it didnt seem to cause any issues though as the one laptop that does work could browse the internet no issues.
    Also did ipconfig and the other laptops were all assigned a dhcp address (if I remember correctly both IP4 and IP6 addresses), but no dns server.
    It just doesnt make any sense !!
    Try manually assigning the DNS Server on each of the Laptops --- usually the same as the Gateway IP address.
    Check this with the Laptop that can connect to the Internet.
    Also check the Network settings.
    Is the Network setup correct on those Windows 7 laptops are the settings set for "Public" or "Private" networks?
    Edit
    I see it is the older Homehub version, IPV6 (inbuilt on Windows 7) could be causing problems uncheck that option from the Adaptor(s) settings if you can.
    As well as ipconfig /all try the following.
    Route print
    route print |findstr /C:"Default"
    to check that there is an assigned default gateway
    "I have this awful feeling someone is watching every move I make (one of my pet hates is router location tagging)." Marvin (A paranoid Android)

  • Callmanager 3.3(5), H323 gateways not rolling over

    Outbound calls are not overflowing from one PRI on one h323 gateway to another. Once all 23 channels are used, I get a busy tone.
    I have two h323 gateways. Both are cisco 3725 routers and each has a PRI on it. Each H323 is in theri own route group. And the Route-List contains only these two Route-groups. So it's a pure h323 route-list.
    I have tried reversing the order to verify that outbound calls work on both PRI and they do.
    I opened a case with cisco and mentioned changing the service parameter of "Stop routing on user busy flag" from true to false. We did that and it's still not working.
    Wondering if anyone is having the same experience or have any ideas.

    This looks like a pretty old post but this has bitten me once before and there is a fix.  In CUCM Service Parameters under Cisco Callmanager Active/ Clusterwide Parameters/Route Plan - Change
    "Stop Routing on Unallocated Number Flag" and "Stop Routing on User Busy Flag" to False.  This will allow H323 gateways and SIP Trunks to advance to the next Gateway or Trunk in the Route Group/Route List.  If it is set to True the backup Gateways and or SIP Trunks will never be used.
    Thanks.

  • Drill Through does not work if clicked from email attachment

    Hello,
    Drill through when clicked from the report attached in the email, takes me to the home folder in the Report Server. That's the <URL Root> setup in the Reporting Services. I checked the solutions, but those don't work for me. One of them said to use
    'Go To URL' in the 'Action' property of the text box, but JavaScript is not recognized when I tried to enter '="javascript:void(window.open('http://.........."  Please help.
    Thanks,
    jkrish

    Hi jkrish,
    Based on your description, are experiencing the issue when you  click in the report which will  link you to the home folder of the Report Server and the report was attached to an email, You adding the URL like this: ="javascript:void(window.open('http://..........”)" 
    which doesn’t work in the email’s report, right?
    I have tested on my local environment and can reproduce your problem in the email’s report, but it is fine in the report server ,the problem due to the JavaScript protocol can work only with an exact page. So, when you try to open an blank page to enter
    the URL it will not work.
    You can find more details steps to check the issue:
    Open a blank Internet Explorer, type the following URL in the address box:
    javascript:void(window.open('http://www.microsoft.com', '_blank'))
    The URL can’t work fine.
    Open a page such as :www.microsoft.com, and then replace the URL with the following URL:
    javascript:void(window.open('http://www.microsoft.com', '_blank')
    At this time, the Internet Explorer will open the home page of Microsoft.com in a new window. It means we can use the URL in Reporting Service well but can’t work in the email attached report.
    If your SQL Server version is 2008 R2 or Higher you can Using this expressions in the “GO To URL”:
    Expression: =IIF(Globals!RenderFormat.IsInteractive = true, "javascript:void(window.open('http://www.microsoft.com', '_blank'))", "http://www.microsoft.com")
    This mean if you run the report in Report Server and click the link, you will open the URL using : "javascript:void(window.open('http://www.microsoft.com', '_blank'))",otherwise it will using this URL: "http://www.microsoft.com")
    If the version is lower than 2008 R2 and will not support the “RenderFormat.IsInteractive = ”, you can add directly the URL (Example:=”Http://<ServerName>/ReportServer” ) in the “Go To URL” to make it work fine in the email attached report.
    Similar thread for your reference:
    SSRS 2005 Jump to URL javascript:void window.open fails in
    Excel 2003
    If you still have any question, please feel free to ask.
    Regards
    Vicky Liu

Maybe you are looking for

  • Discoverer 10g and Java 7- Anyone Document Incompatibilities

    Hi All, To provide a clearer picture to my IT steering committee, I am documenting Discoverer 10g / Java 7 incompatibilities.  As a company we are on Java 6 because of our Oracle Apps 12.1.3 implementation (we are not ready yet to make the jump to Ja

  • Equipments in Service notification

    Dear Fnds, While iam creating Service notification i can enter only one Equipment ...but i want to enter more than one Equipment in Service notification. We are selling multiple Products lets say X and Y.. If 2 product come for service at a time....s

  • Get metadata from VM within vAppTemplate

    I am trying to obtain the MetaData currently created on a VM within a vAppTemplate in a vCloud Catalog. If the vApp is deployed to my cloud I can get the metadata without issues with the below code: $Sourcetemplate = Get-CIVM -name $SourceVM $Destina

  • Re: New Computer -- Need to re-download Acrobat 8

    Okay, and the issue with that seems to be that the adobe download assistant does not work... mac os 10.7.2... ive downloaded it and installed it several times and it will not work... =(

  • Same infoprovider, different results

    Hello together, here it is my problem: I have one infoprovider and two queries based on it. In both queries I have one identical formula, but the result is different .. Could you please help me? Where could be the problem? Thank you, Iuliana