Problem with Xquery transformation in OSB

Hello

My scenario is that I divides the data into a single XML A tag, to fill several tags XML B.I uses the transformation and the substring of Xquery function to achieve. The problem comes when I import the resource xquery in OSB and try to make the transformation in a proxy service, it gives the following error

< con xmlns:con: fault = "http://www.bea.com/wli/sb/context" >
< con: errorCode > BEA-382510 < / con: errorCode >
< con: reason >
* OSB Assign action failed 'message' variable updated: com.bea.wli.common.xquery.XQueryException: XML parsing error: {err} XP0006: "Body {http://schemas.xmlsoap.org/soap/envelope/} element {{http://www.w3.org/2004/07/xpath-datatypes} untypedAny} ': good value for the data element type {http://www.example.org/data} {{http://www.w3.org/2001/XMLSchema} anyType} *.
< / con: reason >
< con: location >
< con: node > PipelinePairNode1 < / con: node >
< con: pipeline > PipelinePairNode1_request < / con: pipeline >
stage1 < con: Stadium > < / con: Stadium >
request pipeline - < con: path > < / con: path >
< / con: location >
< / con: fault >


the configuration that I made in the proxy service is the following:_


Assign: [XQuery resources..] to [message]

Delete: [..] in [body]

Insert [$message] [as a first child of] [..] in [body]


The resource of Xquery is the .xq file I generated for the transformation of Xquery.
and I m routing this proxy service to a business service that take wud XML and throw on my D drive using the file protocol.

Published by: rahulc on October 12, 2010 12:40 AM

Published by: rahulc on October 12, 2010 12:41 AM

$body means not don't FORGET ME THIS weekend! but $body / * means don't FORGET not ME THIS weekend!

Kind regards
Anuj

Tags: Fusion Middleware

Similar Questions

  • converting string to XML using Xquery transformation in OSB node

    How to convert the string to XML node elementusing built in function by using Xquery transformation in OSB?

    Discover this - http://www.javamonamour.org/2011/06/fn-beainlinedxml.html

    If in SOA (BPEL & mediator), you can use oraext:parseXML.

    You must analyze in depth where to implement your requirement as some good practices advise to implement logic more complex in SOA and let OSB only connect to endpoints of services.

    Hope this helps,

    A.

  • conversion of XML node to a string using Xquery transformation in OSB

    How to convert XML node to a string using a built in function by using Xquery transformation in OSB? In BPEL, we the Xpath function ora extension: getContentAsString() to do the same.

    Do you mean fn - bea:serialize()?

    http://download.Oracle.com/docs/CD/E13159_01/OSB/docs10gr3/Userguide/XQuery.html#wp1104692

  • Problems with Free Transform tool in CS4

    I use free transform tool on PC before, first time on Mac. I noticed something different on Mac. Whenever I select free transform and manipulate the image I want, the rest of the original image, not processed on the same layer, if I get an overlap of the transformed image I want with the original image below. It was not that big of a problem before, but the more I use it, more annoying this problem appears. Is it possible to fix this?

    Are you hit control-alt-T instead of command-T maybe?

  • Problems with Xquery function fn:string - join

    Hi I have a query like the following xquery

    -------------------------------------------------------------------------------- xquery ----------------------------------------------------

    Let $parentPSRPageThree: = $ProblemReports / xn:PageThree

    < AttributeRow >

    < name > PageThree < / name >

    {

    for $PageThreeAttr in ($parentPSRPageThree / *)

    Let $name: = $PageThreeAttr/@DispName

    return

    < attribute >

    < name > {fn:substring($name,1)} < / name >}

    < value > {fn:string - join ($PageThreeAttr / node (), ' |')} < / value >

    < / attribute >

    }

    < / AttributeRow >

    ------------------------------------------------------------------------------ Input Given --------------------------------------------------

    < PageThree >

    < List09 DispName = "Publish the subtype" > FACE < / List09 >

    < DispName List01 = "Edit category" > BTO | M Diags < / List01 >

    < List02 DispName = "Installation of initiator" > Quanta ODM < / List02 >

    < Multilist03 DispName = 'affected facilities' >

    < value > BCC < / value >

    < value > BRH1 < / value >

    < value > EDS < / value >

    < value > ACC < / value >

    < / Multilist03 >

    < Texte25 DispName = "Contact replacing" > Yohan < / Texte25 >

    < / PageThree >

    --------------------------------------------------------------------------Output Obtained ---------------------------------------------------

    < AttributeRow >

    < name > PageThree < / name >

    < attribute >

    Subtype of question < name > < / name >

    < value > FACE < / value >

    < / attribute >

    < attribute >

    Question category < name > < / name >

    < value > BTO | M - Diags < / value >

    < / attribute >

    < attribute >

    < name > installation of the client < / name >

    < value > Quanta ODM < / value >

    < / attribute >

    < attribute >

    < name > affected facilities < / name >

    < value >. BCC |

    | BRH1 |

    | EDS |

    | VAC | < / value >

    < / attribute >

    < attribute >

    < name > Alternate Contact < / name >

    Yohan < value > < / value >

    < / attribute >

    < / AttributeRow >

    < / AttributeGroup >

    --------------------------------------------------------------------------------------Question ----------------------------------------------

    Can someone help me get the 'affected facilities' follows in my trips (with hoses at the beginning and end and it should be online), any help will be much appreciated... Thanks in advance for your time

    < attribute >

    < name > affected facilities < / name >

    < value > IAB | BRH1 | EDS | ACC < / value >

    < / attribute >

    Perhaps, that's enough:

    {fn:string - join ($PageThreeAttr / node () [fn:normalize - space (.)! = ""], ",")}

    Also, did you watch how the input variable is analysed initially, there should be some settings to disable the preservation of white space.

  • Problem with free transform [was: resize tool help!]

    To resize a layer using free transform, it's only allowing me to use the rotation tool.  How can I change that so I can resize vs turn?

    Float your cursor over the corner and then it will change to the one shown above. When you resize, hold down the SHIFT key to keep the proportion.

    Or, choose the command Edition > transform > scale

  • Problems with matrix

    Hi all

    I have some problems with the transformation matrices.

    matrix.jpg

    To test this, I use a matrix to identity as shown below:

    <? XML version = "1.0" encoding = "utf-8"? >

    " < = xmlns:fx s:Application ' http://ns.Adobe.com/MXML/2009 "

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = "955" = "600" minHeight

    creationComplete = "init_app ()" >

    < fx:Script >

    <! [CDATA]

    Import 12345678910111213import;

    import flash.display.BitmapData;

    internal function init_app (): void {}

    larg_start. Text = image.width.toString ();

    alt_start. Text = image.height.toString ();

    var bd:Bitmap = Bitmap (image.content);

    var m:Matrix new matrix());

    m.Identity ();

    m.Rotate (0);

    m.Scale (1,1);

    m.TX = 0;

    m.Ty = 0;

    var bd2:BitmapData = new BitmapData (image.content.height, image.content.width);

    BD2. Draw (bd, m);

    var bitmap: Bitmap = new Bitmap (bd2);

    Image2.source = bitmap;

    larg_stop. Text = image2.width.toString ();

    alt_stop. Text = image2.height.toString ();

    }

    []] >

    < / fx:Script >

    "< mx:Image id ="image"="56"x ="105"source="file:/D:/Malletto/Sistema/Desktop/eolico1.jpg "width ="217"height ="290"/ >

    < s:Label = "60" x y = '492' text = 'Start W:' / >

    < s:Label id = "larg_start" x = "173" y = "492" / >

    < s:Label = "60" x = "526" text = "Start H:" / >

    < s:Label id = "alt_start" x = "173" y = "526" / >

    < s:Label "411" = x y = '492' text = 'Stop W:' / >

    < s:Label id = "larg_stop" x = "540" y = "492" / >

    < s:Label "411" = x y = "526" text = "Stop H:" / >

    < s:Label id = "alt_stop" x = "540" y = "526" / >

    < mx:Image id = "image2" x = "411" y = "96" width = "217" height = "310" / >

    < / s:Application >

    Why does not work? :-(

    Please help... any help will be appreciated!

    var bd2:BitmapData = new BitmapData (image.content.width,

    image. Content.Height);

  • Problem with transformation for connector DBAT 11

    Hi, this time I'm doing a Transformation for a DBAT 11.1.1.5.0 connector by following the instructions in the official document Oracle for this connector.
    The problem is when I run the scheduled task, I get this error:

    Message

    java.lang.NoClassDefFoundError:

    Oracle/iam/connectors/common/transformation/processing

    The code that I want to implement is identical to the example provided in the documentation:

    / public class TransformAttribute implements {Transformation

    public Object transform (hmUserDetails, hmEntitlementDetails, String sField HashMap HashMap) {}


    String firstName = (String) hmUserDetails.get ("First Name");

    String lastName = (String) hmUserDetails.get ("Last Name");

    "String fullName = firstName +". "+ lastName;

    Returns the full name;

    }

    }

    I think the problem is with the "Transformation" interface, I don't know what .jar file find this one.
    I found an interface of Transformation in a '.jar' for an SAP connector 9 version but I think that is not correct.

    Any idea where I can get the Transformation dbat 11 connector interface?

    Thank you very much! Best regards!

    What ia the IOM version you use?

    Its mainly a bug.  check the Doc ID 1451037.1

  • Problem with the help of oraext: query-database in the transformation (XSLT 2.0)

    Hello!
    I m facing a problem with the help of oraext: query-database.

    In my transformation im try the following (Simplified):
    <xsl:template match="*">
      <xsl:variable sqlQuery="select ....."/>
      <xsl:variable name="storeSec" select="oraext:query-database($sqlQuery,true(),true(),'jdbc/xref')/>               
        <xsl:choose>
         <xsl:when test="string-length($storeSec/ROWSET/ROW[1]/STORE_PART_SECTION) > 0">
              <xsl:value-of select="$storeSec/ROWSET/ROW[1]/STORE_PART_SECTION"/>
         </xsl:when>
           <xsl:otherwise>
                <xsl:value-of select"some other val"/>
           </xsl:otherwise>
        </xsl:choose>
    </xsl:template>
    {code}
    
    This always results in +some+ +other+ +val+ !!
    I´v checked the output from oraext:query-database by using getcontentAsString and if I instead test putting the expected output from oraext:queryDatabase in my variable it gives me A100 which is what i expected.
    
    {code}
    <xsl:template match="*">
      <xsl:variable sqlQuery=select ....."/>
      <xsl:variable name="storeSec">
        <ROWSET>
         <ROW num="1">
           <STORE_PART_SECTION>A100</STORE_PART_SECTION>
         </ROW>
         <ROW num="2">
           <STORE_PART_SECTION>XXm</STORE_PART_SECTION>
         </ROW>
        </ROWSET>
      </xsl:variable>               
        <xsl:choose>
         <xsl:when test="string-length($storeSec/ROWSET/ROW[1]/STORE_PART_SECTION) > 0">
              <xsl:value-of select="$storeSec/ROWSET/ROW[1]/STORE_PART_SECTION"/>
         </xsl:when>
           <xsl:otherwise>
                <xsl:value-of select"some other val"/>
           </xsl:otherwise>
        </xsl:choose>
    </xsl:template>
    How to get the correct value when you use oraext:query - database?

    How should you exit? Several item ID with each having a value of the result set?
    If Yes, then you can try following:

     
                        
                            
                        
                             
                                  
                             
                        
                            
    
  • problem with transformation of 8265 3785?

    I am using ORACLE 11 g Release 11.2.0.1.0
    and Mapviewer Version: Ver11_B091229.
    I use the MVGoogleTileLayer to put in Google maps. No problem.
    The problem is when I try to superimpose my data.

    My data are based on the coordinate system of 8265.

    1. I tried to create the map cache as described here:
    http://oraclemaps.blogspot.com/2009/03/displaying-MapViewer-tile-layers-over.html
    This does not cause my card being superimposed anywhere near what Google maps has. It seems not even to be the right size to fit the area I'm just overlap.
    2. I tried to simply superimpose a thematic FAITH on Google maps. It's closer to ad looks like the right size, but there is always a time lag. I tried this with the original data, as well as the data I ran sdo_cs.transform on. The display is the same.

    Is there some problem with transformation between 8265 and 3785 I should know about?

    (2): you need a rule for 8265 <-->3785. See the thread of three pages on google proj 900913.
    Something like (run as a privileged user)
    Call sdo_cs.create_pref_concatenated_op (82653785, ' OPERATION 82653785', TFM_PLAN (SDO_TFM_CHAIN (8265 1000000000, 4055, 19847, 3785)), CONCATENATED NULL ");

    Re-verification theory myself, but (1) it is a probably a difference between what is in the javascript API tile config for Google tile layer and the def of tile for the layer of tiles MV. The likely fix is to set the def of tile mapviewer as from level 1 of the google def tile. In other words, change




    ...

    TO



    ...

    i.e. Delete level 0, rename etc. 1-0, 2-1.

  • Satellite Pro P300 - problem with volume control

    Hello

    I have a problem with my volume control. He worked for the first two months of use value, but now refuses to lower the sound.
    He sort of stutters and actually transforms the sound upward when you turn, he 'left' to drop.

    I markets DEAMS it is a digital control and therefore is not a point 'end' like other laptops. I also noticed others are experieicing this problem.

    Is there a solution to this problem? I don't really like having to manually click on the volume control in the status bar on the window in order to be able to turn the laptop down. Maybe someone can help me?

    Thanks in advance.
    Sam

    Hello

    In your case, I recommend reinstalling the audio driver and controls (with Win XP) Toshiba or Toshiba VAP (if Vista is installed).
    In addition, you should check if the BIOS can be updated too.

    Sorry for this suggestion, but in my opinion that the question must be related software and the fact is that driver sound and the VAP multimedia button controls and the sound card.

    It of certainly worth a try

  • Satellite A200-1d(a): various problems with Windows Vista Mail

    Model: Satellite A200-1d(a)
    O/s: Windows Vista editions Home Premium more
    Background: Recommended for a parent, now transformed into 'support harassment ".

    The behavior of Windows Mail is displayed is non-standard and unreliable, for example:

    Creating new folders local they are initially displayed in the list of folders (left sidebar), if the mail is restarted they disappear and reappear only if they are selected after clicking on "local folders". Other than the Inbox, local folders and the Microsoft? (used for notes, etc.), all the other default folders are missing, either sent, sent, drafts box, etc.

    Another minor issue is that windows mail does not seem to recognize when the status of the internet connection changes from unavailable to available, in order to empty the Outbox and send emails, it is necessary to restart windows Messaging.

    A number of occasions, all messages disappear from your Inbox and all other folders are not available, the only solution to this problem seems to be a reboot of the laptop.

    This link seems to suggest that there is a problem with the security software which is now Norton Internet Security (configured and bundled with the laptop):
    http://forums.techguy.org/all-other-software/551829-Windows-Mail-doesn ' t-display - messages.html

    I tried to disable email inbound/outbound scanning in Norton, but it made no difference.
    Next step is to apply:

    http://support.toshiba-tro.de/KB0/TSB7701X30005R01.htm

    and then remove Norton Internet security

    Any ideas?
    Other than the foregoing the laptop is fine, looks like a problem of s/w for me.

    concerning

    Ball

    Hello

    I can't provide an exactly the solution to this problem of Vista Mail but to me, it looks like a Microsoft Vista operating system problem and not Toshiba Satellite.
    I don t think there could be a problem with the hardware that's why we should look for solutions.

    Now you will ask where a software solution? In my opinion, you should check the knowledge base Microsoft for some useful tips.
    http://support.Microsoft.com/search/
    and the solution center in Windows Vista
    http://support.Microsoft.com/windowsvista

    But first make sure that your Vista operating system is up-to-date and you have already installed all the updates and patches!

    Good bye

  • Problems with playlists on Clip +.

    Hello

    I am having some problems with the creation of playlists on the Sansa Clip + (4GB).  I have some MP3 files on the internal memory and I have no problem with the creation of playlists for these files.  But I have also some MP3 on my 8 GB MicroSD card (made by SanDisk, by the way) and I was not able to create playlists for these files.

    Let me clarify; I can create playlists for MP3 on the MicroSD card, but no matter where I store these playlists (internal memory or the card itself) I have problems.  If I store playlists on the internal memory of the content of these playlists disappears if I unplug the card.  Playlists are still there, but they are empty.  If I store those playlists on the MicroSD card (where are the MP3 files) and later to unplug the card, the playlists are transformed into something completely different.  The file names are replaced by something starting with a whole bunch of numbers and the playlists are not recognizable.

    I am also having the same problem when I copy MP3s directly on the MicroSD card - the names are changed and there are a bunch of unnecessary additional files added.  The problem gets worse if I put the music in the files on the MicroSD card.  At least if they are all in the same folder that I can get rid of unnecessary files.

    I should probably mention that I do not use the crazy method they recommend manual synchronization of the user with Windows Media Player.  It takes too long and it's too complicated.  Instead, I just select the songs I want in any playlist special (I copied on my micro SD my PC card) and make a right click on any of the selected files and a context menu appears and gives you the ability to create a Playlist - (in Windows XP SP3).

    It works very well on the internal memory.  This is how I did it on my regular Sansa Clip and it worked without any problem at all.  But it will not work with any files on my MicroSD card.  I did something wrong?  Or is my card MicroSD does not work properly?

    Any help would be greatly appreciated.  Thank you.

    Well, I solved the problem I've been create permanent playlists for MP3 stored on my MicroSD card.

    What I've discovered, is that the new Clip + doesn't seem to like the playlists created in Windows Explorer (i.e.; Choose the songs / right click / Choose "create Playlists) with the extension of file .pla

    Which works very well for any MP3 stored on the internal memory, but not for files stored on the card.

    I use a free program called Playlist Creator 3.6 to create playlists in .m3u format.  This is the format that works for MP3 files on the MicroSD card.

    I make selections in the folder my music is stored On MY PC - then I copy this .m3u playlist folder On THE MicroSD CARD where my MP3s are (those of the playlist I just created).

    You need to copy the list of reading in the same folder that your music is (on the map).  As long as the MP3 in the same folder as the .m3u playlist - the playlist will find them.

    Now, the playlist seems to be empty if you try to open them in Windows, but don't worry-there is work.  The info is still there.  And playlists keep the info and the names you give them even if you remove the card and later put it again.  Hope it will be useful to someone else.

  • Anyone who has a problem with net.exe?

    Windows 7 Ultimate x 64 with all patches

    Open a command window and tried to run net.exe:
    C:\>NET
    This version of C:\Windows\system32\net.exe is not compatible with the version o
    f Windows that you use. Check your computer's system information to see information indicating if
    r you need a x 86 (32 bit) or x 64 (64-bit) version of the program, then told the
    CT the software publisher.

    Checked net.exe and found that it was not true.  Did a scan using Microsoft Security Essentials and it says that it ASNA 2 files and found no threat.

    The original net.exe was renamed appearently net1.exe.

    The owner of the file is trustedinstaller.  I can't move, rename or delete it even when running as administrator.  The system says that I need the permission of the Trusted Installer.

    Any idea of what could have caused this and how get rid of?

    Hello, saberman

    The fact that the Details tab of the property sheet for your net.exe is not filled with the correct information is undoubtedly a problem. This is why suggested Yann Support engineer runs the System File Checker ("SFC"), which is designed to find and replace corrupt or missing system files from backups in your store of components (windows side by side or WinSXS folder; note that the KB929833 article I just linked ("System File Checker") has yet to be re-written to reflect the fact that) Since the advent of Windows Resource Protection in Windows Vista is no longer a dllcache folder in System32 and file system backups are now located @ C:\Windows\winsxs\Backup).  Running SFC should have found the problem with net.exe & repaired, without needing to resort to a system restore, which can sometimes cause problems as indicated by the error message you posted, i.e. that net.exe "is invalid for your system.  I suggest to read the article from KB929333 on SFC and see if enforcement of that tool is not correct the problem. If not, a good starting point for troubleshooting to solve the problem is the sfcdetail.txt newspaper, which shows the results of each operation of checking files and each transaction attempted repair. instructions for how extract/transform/load this journal of his 'home' in the service area global log (log CBS.log) in a usable format appear under the heading "How to view the details of the System File Checker process" of KB929333, and the instructions on how to repair files that are not SFC are included in the article "How replace manually a file system damaged by a known file correct copy" section (the two sections are available by clicking on the circle '+' sign next to "for more information").  It is to note that it is not uncommon to have to run SFC repeatedly to deal with corruption - 3 times is the recommended minimum, and I personally saw him require more... the error dialog box that you see leads me to believe there is more harm than simply a lack of functionality net.exe and CFS can be just the thing to get things straightened.

    That said, it is also true that there is often more than one place that a protected system file is stored, other than the C:\Windows\winsxs\Backup on a Windows 7 computer. Typical areas of other instances of the net.exe include C:\Windows\winsxs\x86_microsoft-windows-net-command-line-tool_31bf3856ad364e35_6.1.7600.16385_none_5208a7a3d3caa54c records, while net1.exe can usually be discovered (on a 64 - bit with an AMD processor machine) and two C:\Windows\winsxs\x86_microsoft-windows-net1-command-line-tool_31bf3856ad364e35_6.1.7600.16385_none_86b24994b5e6bfbf at C:\Windows\winsxs\amd64_microsoft-windows-net1-command-line-tool_31bf3856ad364e35_6.1.7600.16385_none_e2d0e5186e4430f5 (note that the part "31bf3856ad364e35" of these folder names may vary). There may be other places in the store of components according to these things the way that system restore several times has been executed, whether an OEM computer (i.e., a pre-loaded with Windows by an Original Equipment Manufacturer) who has already found "Factory Spec", which updates Windows, service packs and other fixes/patches have been applied, and other factors.  The trick is to know what file is correct to use to replace a version corrupted in C:\Windows\System32 - which is not always easy to determine - and by "taking possession" file corrupted in question, so it may be deleted or replaced.

    The windows component store peut usually be used as the source of a file replacement for one that SFC cannot fix by using the information in C:\Windows\winsxs\Backup, but a user must make sure that they know what they are doing to avoid the disaster (this is why Microsoft has included the "automatic" option to perform a "repair installation" to correct the corruption of the system)- and if the user has access to another , work computer running the same version of Windows, or for the installation media (if no Service Pack or other update of the kernel has been applied), or "slipstream" self-created media (if Windows 7 Service Pack 1 has been applied) designed specifically for the operating system in use, extraction verified copies of the record of those required are usually an "easier" approach  Detailed instructions on the use of all these forms of installation with SFC media are in the Wiki author try * 3of 6 December 2013 post to the thread of community "System File Checker and access files blocked, while detailed instructions on how to create a"slipstreamed"media are in his post from August 25, 2012 to pg 3 of the thread"guide to recovery of Windows 7 Home Premium account user word of. past lost, unable to connect, connection problem"(it is also useful to have a look at this whole thread, which has very useful information about different Windows 7 recovery options, and that includes links to downloadable PDFs (portable document files) on each of the options many.).  BTW, these pdf files is hosted on the cloud OneDrive service, which is where we usually place downloaded files (for example the zipped copy of your corrupt net.exe file you mention) and make them accessible to third parties. to learn more on how to do that I recommend community animator Gerry C J Cornellexcellent tutorial 'Forums Community Microsoft"on its site Computer Tips of Gerry .

    As you noted, net.exe (and net1.exe - which, as I have, reminder has been around in all NTFS OS since @ least NT4.0 however hardly documented; official documentation only I ever)

    seen mention that this is the Windows Embedded article Utility Net.exe : thus, as well as many others

    protected system files) is 'held', in terms of security of the file/folder permissions, by service "Trusted Installer".  The implementation of the Protection of resources of Windows, Vista, limit property of this service-protected system files in large part to protect themselves against malicious or accidental deletions.  However, a user with administrative privileges ('high') can always take ownership over any file and then manipulate it at will.  TechNet Library 'ownership of a file or a folder' article provides advice on how to do it, but without expertise in the creation of a file batch, macro, visual basic program, Power Shell command or similar to handle this action based on a large scale, the procedure described is essentially limited to a one-at-a-time approach.  In my opinion, a better technique is to add the ability to take ownership of a file or folder from the context menu (right click "") of the operating system. many people have found the information and automated "registry hacks" in the Seven Forums tutorial "Windows 7: take ownership shortcut" very useful in this regard.  Even with this capability, users can occasionally run through a file that stubbornly refuses to behave even when the property has been reassigned to the said user. in this case, the stand-alone freeware program ("Portable Executable", requiring no installation runs) UnLocker can be valuable.

    I'm hopeful that SFC be enough to take care of this problem for you, but if not, I would also consider

    check the integrity of the hard disk / partition with Check Disk.  If none of these solves the problem, a repair installation may be in order.  Useful information on this procedure can be found in article KB2255099, "How to perform an upgrade in Place on Windows Vista, Windows 7, Windows Server 2008 and Windows Server 2008 R2" and the tutorial of the Forum seven "How to do a repair of trouble Windows 7 installation.  Good luck!

  • Problem with a SIP Trunk between VCS and CUCM

    Hello world

    I created a SIP Trunk between control VCS (X7.1) and a CUCM 8.6.

    I followed this Cisco_VCS_Cisco_Unified_Communications_Manager_Deployment_Guide_CUCM_6-1_7_8_and_X7 - 0.pdf deployment guide.

    The trunk is in place, but I have the following problem: I can ring since an EX90 recorded on the VCS for a registered on the CUCM 9951 but when I take the call, I have a busy signals (audio and video). When I on the EX90 9951 ring, I have the following message on VC: can not reach the contact.

    I have a 503 service unavailable status on the call history and "call rejected" on the event log.

    My transformation is OK and the call is sent to my neighbor CUCM zone

    You have an idea to solve this problem?

    Thanks for your help

    Best regards

    Bruno Z.

    Hello

    Yes, it's true! It seems at first glance a problem with codec negotiation when I see the reason 47 code.

    in any case set the region to G.711 trunk phone in case if you have different device pool and the trunk region and ip-phones.

    make G.711 end to end and test again.

    Thank you

    Alok

Maybe you are looking for

  • Frustrated by the strange behavior of the command SET up FIRST HP!

    I tried to define a function using the command SET the. The function is F = G * M * m / r ^ 2. No matter what I try, I still get the same generic error: INVALID INPUT. I went to the guess, user manual, half a page of information about the command SET

  • need to reset the password on HP 110 mini - CNU937DQ6G S/N

    Need to reset the password on HP 110 mini - S/N [removed privacy]-have not used in a while and I forgot the password. Locked out

  • Properties viewer cwimaq in c# (scale an image)

    Hello I have a picture for example 640 x 480 and I want to fit a smaller cwimaq Viewer e.g 160 x 120 the viewer has the property of "Zoom to fit" If you right-click on it, but how can access the property of visualizer in c#? Thank you cordially kumi

  • Aspire V3 - 571 won't boot past POST with installed HARD drive

    I am a PC repair technician and work on computers for almost 20 years and this has me completely confused. My laptop Aspire V3-571-6643 was working fine until just recently. The show the Acer and the system will fit on screen, and then restarts immed

  • 2149SE system drivers

    I had to reimage the HD for my Pavilion G4 2149se friends. Miss me a load of crap of Drviers... I need the drivers to follow Network controller SM Bus controller USB USB USB Unknown (probably wifi) HELP PLEASE!