OSB, xquery and Assign issue

Hello all
I have an issue that I cannot quite understand...
I have a very simple proxy service, that I would like to receive an xml of this form:
<SO so_att1="soatt" xsi:noNamespaceSchemaLocation="Split.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <MLI mli_att1="mli1att">
          <LI li_att1="li1_att1">
               <name>String</name>
               <value>String</value>
               <action>String</action>
          </LI>
          <LI li_att1="li2_att1">
               <name>String</name>
               <value>String</value>
               <action>String</action>
          </LI>
          <LI li_att1="li3_att1">
               <name>String</name>
               <value>String</value>
               <action>String</action>
          </LI>
          <LI li_att1="li4_att1">
               <name>String</name>
               <value>String</value>
               <action>String</action>
          </LI>
          <LI li_att1="li5_att1">
               <name>String</name>
               <value>String</value>
               <action>String</action>
          </LI>
          <name>String</name>
          <value>String</value>
          <action>String</action>
     </MLI>
</SO>
in order to transform it to a general data model of this form:
<CDM>
     <Item so_att="soatt" mli_att="mli1att">
          <name>MLI1_name</name>
          <value>MLI1_value</value>
          <action>MLI1_action</action>
     </Item>
     <Item so_att="soatt" mli_att="mli1att" li_att="li1att">
          <name>LI1_name</name>
          <value>LI1_value</value>
          <action>LI1_action</action>
     </Item>
     <Item so_att="soatt" mli_att="mli1att" li_att="li2att">
          <name>LI2_name</name>
          <value>LI2_value</value>
          <action>LI2_action</action>
     </Item>
     <Item so_att="soatt" mli_att="mli1att" li_att="li3att">
          <name>LI3_name</name>
          <value>LI3_value</value>
          <action>LI3_action</action>
     </Item>
     <Item so_att="soatt" mli_att="mli1att" li_att="li4att">
          <name>LI4_name</name>
          <value>LI4_value</value>
          <action>LI4_action</action>
     </Item>
     <Item so_att="soatt" mli_att="mli1att" li_att="li5att">
          <name>LI5_name</name>
          <value>LI5_value</value>
          <action>LI5_action</action>
     </Item>
</CDM>
The common idea is to split the XML in to pieces with attributes inheritance. I have created 3 Assign actions. the 1st one has the xquery for seperating the MLI nodes with the correct attribues:
for $i in (1 to fn:count($body/MLI))
return
<Item so_att1 = "{ data($body/@so_att1) }"
mli_att1 = "{ data($body/MLI[$i]/@mli_att1) }">
for $name in $body/MLI[$i]/name
return
<name>{ data($name) }</name>
for $value in $body/MLI[$i]/value
return
<value>{ data($value) }</value>
for $action in $body/MLI[$i]/action
return
<action>{ data($action) }</action>
</Item>
And it is saved in variable MLI
The 2nd one is similar to this and saves to variable LI while the 3rd assign concats the variables like this: fn:concat('<CDM>', $MLI, $LI, '</CDM>') and saves in new variable...
My problem comes, when I run on server the proxy. It is echoing (of course, cause there is no routing) but the incoming message passes only from third assign, ignoring the first and the second... Any idea why this is happening? The xqueries while tested inside the XQuery editor, works like charm...
Thank you in advance

Not sure if this is what you mean, but if you want to store elements in a variable during your XQuery you can use the "let" command.
This way you can use them during your Xquery but it doesn't replace the Assign or Replace action in your message flow.
let $x := 1
let $y := $x + 1

Similar Messages

  • OSB: xquery as input to xquery

    Hi
    i have stored an xml as xquery. <customer><name>swa</name><name>neh</name></customer>
    i have written another xquery (named result.xquery) which takes input from above xml and produces result. ex: if (data($customer/name)='swa' then 'osb' else '')
    i am assigning customer.xquery to a variable CUSTOMER and applying result transformation.
    since my xml (customer.xquery) is static and reside within OSB only, can i pass it to result.xquery without assigning it to CUSTOMER.
    In short can I pass an xquery as an input to another xquery?
    p.s.: Issue may seem trivial, but in my case i need to get quite a lot static xmls in code and i am instructed not to use java callout.

    In short can I pass an xquery as an input to another xquery?No. You cannot do so.
    i am assigning customer.xquery to a variable CUSTOMER and applying result transformation.Actually when you are assigning a XQuery into variable then OSB internally executes the XQuery and assigns the output of XQuery to the variable. So your variable does not actually hold the reference of the XQuery rather it holds the output of XQuery which you are passing as input to another XQuery.
    You may consider storing mappings into DB and use result caching feature with JCA DB adapter BS to retrieve the mapping's value at runtime.
    Regards,
    Anuj

  • Starting with XQuery and OSB

    Hi,
    I am new to OSB, can anyone please help me providing me some inputs to learn XQuery and OSB?
    Thanks in advance.
    Ankit

    Hi,
    For W3C,
    " [http://www.w3schools.com/xquery/default.asp] "
    " [http://www.w3.org/XML/Query/] "
    and for OSB
    [http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/tutorial/tutGettingStarted.html]
    [http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/consolehelp/index.html]

  • New Airport Extreme and iPhone Issues

    I've had the networking day from ****. I previously had a 3rd Gen Time Capsule at our restaurant, connected to a Cisco 26port gigabit POE switch and Comcast digital voice and internet. Over the past few days, employees have reported trouble accessing the the Wifi network. After several restarts and firmware upgrades (including the dreaded "firmware problem" to fine update), nothing worked. I changed channels, back to auto, back to specific channels, back to auto. Made open guest networks. Nothing worked consistently. My iPhone might connect and my friend's might not. Nor his laptop consistently. Our Axis network cameras might take a bit extra time to connect. All quite random and quite frustrating.
    So I swap out an older Airport Extreme (4th gen I believe) using the same configuration as the TC (Time Capsule). It works fine, except for the last port not working as expected. No matter, I plug the mac mini into the Cisco switch and off we go. Nevertheless, I'm still told we are suffering random Wifi issues. So I buy a brand new AE (5th gen) today to replace that one. Should work like a charm I thought. Right....    
    Several hours later, I finally have the new AE working, but only after doing several hard resets/factory restores, the works. For some reason, the mac mini could not successfully update any of the connected AEs - whether connected directly into the same AE, or if the Mini was connected to the switch. Nothing worked. Every time I tried to update the AE, it would hang and force me to unplug and plug it back in. It would also never save setting changes. I finally resorted to a friend's macbook to be able to restore it successfully. And once that worked, the mini was able to update the AE flawlessly. Our Point of Sales (POS) machines connect fine, our cameras connect fine, wifi printer connects, and the mini connects, and everything has internet.
    Except my iPhone 5. Of course. It gets a signal fine (full bars). It gets an IP address. But I can't surf the web. Or download email. Or iMessages. Anything. No internet access. I try hard restarts on my iphone. I try assigning IP addresses by MAC address. I try resetting the AE. I try renaming the WiFi name. Nothing. I can make a guest network that works (on a different IP table, btw - 172, not 192.) But other than that, no access. Grrrr.
    So I have a "working" AE router where some devices successfully connect (through wifi and ethernet) and some dont' (wifi iPhone). My iPhone connects fine to my home TC. So shouldn't be anything to do with that. But I'm at a loss. I'm going to go back and restore everything and power cycle everything tonight or tomorrow night. I don't know if that will help, but it's worth a try. Lord knows it feels like I've tried everything else.
    Anyone have any good ideas of where to start besides voodoo dolls and baseball bats?

    I took mine back, because I was having these very same issues. We use contivity too. I was able to connect only to one of three of the servers we manage (in Europe). I couldn't connect to the servers in Asia or here in the USA.
    Replaced the Airport Extreme with my trusty old d-link 624, and no issues connecting to any of the three hubs.
    Otherwise, I liked the Airport Extreme, and I'll consider buying it again when and if they address this VPN issue. I work at home so its obviously a "deal breaker" for me.

  • Analysis Authorization - Assignment Issue

    Hi,
    Created a analysis auth: and assigned the same to one user. But the issue is that the assignment holds true for all the users. how can i make it assigned to one single user? Is this suppose to work this way or am i assuming things?
    Thanks,
    Sri

    Hi Sri,
    I doubt your issue.
    please search the forums first before posting questions. This avoids redundant effort and saves time and resources of your peers.
    There are many threads available if you search with the search criteria “Authorization”.
      Cheers
        SAP NetWeaver BI Organisation

  • How to install this update and solve USB and touchpad issues?

    I have Equium M50 (59E) and got bitten by an update that took out my touchpad and keyboard .I have made fresh install of XP Home and have all updated drivers and all is going well .The last update i cant seem to fathom is for
    Driver Ana _2005_10_24_V1.2 it is for ,Standard Open HCD USB Host Controller........X 2 .........
    The update fixes all kinds of issues of the kind i am having and is a recomended update from Driver detective ,that i use offten .
    The trouble is it says to uninstall drivers for the one i have installed allready and when i do this it knocks off my USB mouse leaving me not able to install the new ones .When i reboot it installs the ones i dont want reinstalled .
    This is the read me off the new update and realy it is beyond me to underdstand what to do ............so here it is ?
    Driver revision history:
    Twinhan VP704A Driver Release note
    Note:
    1.In case the system crashes while running with VP704A, Please install ULI
    USB 2.0 host driver in \ULiUSB20Driver
    2. For XP/SP1, please update with the patch in
    <http://www.microsoft.com/downloads/details.aspx?displaylang=zh-tw&familyid=733dd867-56a0-4956-b7fe-e85b688b7f86>
    3.In XP/SP1, updating driver will crash the system, while new install is ok.
    The trick to update driver in XP/SP1 is shown in the following steps,
    a. Uninstall the driver
    b. Unplug and plug the USB device
    c. Install the driver
    4. To support remote controller, please launch Agent.exe in \Agent.
    Further details can be found in \Agent\Readme.txt
    Known issues:
    1. Multi-instance is not supported
    2. Remote wakeup is not supported
    3. High CPU usage in Analog audio/video capture
    4. Bad VBI Signal using YUY2 color format
    5. AV out of sync if audio captured from wrong filter.
    (Fix:using the filter "USB Audio Device" in WDM stream capture device)
    6. Noise with analog-TV and FM Radio
    (Fix:using the filter "USB Audio Device" in WDM stream capture device)
    Driver revision history:
    2005/10/24, Version: 1.0.2.8
    Bugs fixed and new features:
    1.Crossbar not properly set.
    2005/10/21, Version: 1.0.2.7
    Bugs fixed and new features:
    1.Firmware version read from FLASH OK!
    2005/10/14, Version: 1.0.2.6
    Bugs fixed and new features:
    1.Mutil-Access driver blank part below part screen when VBI!
    2.Mutil-Access driver HCT driver verify crash fix!
    2005/10/07, Version: 1.0.2.5
    Bugs fixed and new features:
    1.Tuner Power off when S-Video,Composite.
    2005/09/30, Version: 1.0.2.4
    Bugs fixed and new features:
    1.Agent.exe updated for repeat bug!
    2.TI5150 Register for Video Format fix!
    2005/09/29, Version: 1.0.2.3
    Bugs fixed and new features:
    1.A trial driver build for multiple access support. (in the folder "\Multi-Access")
    Note: "USB Audio device" filter provided by system does not support mutil-Access.
    2.Reset TI5150 when a new frequency is set
    2005/09/27, Version: 1.0.2.2
    Bugs fixed and new features:
    1.Fix I2C unstable access on some devices.
    2005/09/23, Version: 1.0.2.1
    Bugs fixed and new features:
    1.Analog TV becomes darker sometimes.
    2005/09/15, Version: 1.0.2.0
    Bugs fixed and new features:
    1.Fix INF for Windows 2000 installation.
    2.FM radio scan policy changed!
    2005/09/13, Version: 1.0.1.9
    Bugs fixed and new features:
    1.USB serial number string not visible with USBView, firmware update required.
    2.FM radio scan policy, return unlock if PLLOffset>=9x12.5KHz
    2005/09/13, Version: 1.0.1.8
    Bugs fixed and new features:
    1.After switching between A/D/AV several times, video display becomes dark in THDTV 2.61
    2005/09/12, Version: 1.0.1.7
    Bugs fixed and new features:
    1.Improve channel lock status check performance
    2.Pinnacle INF Fix.
    2005/09/09, Version: 1.0.1.6
    Bugs fixed and new features:
    1.Add some audio initialization function.
    2005/08/31, Version: 1.0.1.5
    Bugs fixed and new features:
    1.NTSC & PAL mode resolution separation.
    2005/08/30, Version: 1.0.1.4
    Bugs fixed and new features:
    1.AvgTimePerFrame.
    2.Frame Drop.
    3.Pinnacle inf file HCT chkinf fail.
    2005/08/22, Version: 1.0.1.3
    Bugs fixed and new features:
    1.Add Remote controller interface in digital source filter.
    2.A new Remote controller test tool with source code in \Test_RC.
    2005/08/16, Version: 1.0.1.2
    Bugs fixed and new features:
    1.Reorg Pinnacel & Twinhan's driver & folder.
    2.VP704A_BDA_Test tool, add system code test.
    3.Set IR protocol standard by registry keys "IRSTANDARD", "IRSYSCODECHECK1" in INF file.
    4.Firmware update
    2005/08/15, Version: 1.0.1.1
    Bugs fixed and new features:
    1.Serial number function is lost while adjusting TV audio volume
    2.RC6A CIR support
    (This firmware uses GPIO3 (M9207 pin 80) to decode RC6 protocol.
    The hardware should be reworked to connect M9207 pin 80 to CIR module and the fimrware
    EEPROM should be flashed with \Firmware\M9207.bin )
    3.Serieal number, MAC address and OEM device name supported.
    Please refer to further details in \Firmware\readme.txt.
    4.Ioclt sample source code included.
    2005/08/08, Version: 1.0.0.10
    Bugs fixed and new features:
    1.Analog TV audio volume increase.
    2005/08/04, Version: 1.0.0.9
    Bugs fixed and new features:
    1.Analog TV Video mode set failure.
    2005/08/03, Version: 1.0.0.8
    Bugs fixed and new features:
    1.Off-centerf requency scan +/- 125Khz
    2.Fix duplicated program scanned in MCE.
    2005/08/02, Version: 1.0.0.7
    Bugs fixed and new features:
    1.THBDAConsole.exe "ulFixedBW", "ulDisableOffFreqScan", "ulMCEFreqTranslate" bug fixed
    2005/07/28, Version: 1.0.0.6
    Bugs fixed and new features:
    1.THBDAConsole.exe "ulFixedBW", "ulDisableOffFreqScan", "ulMCEFreqTranslate" support
    2.Improve I2C communication stability.
    3.Unify Signal strength & quality indication as THBda ioctl interface.
    4.Capture filter Lock status check.
    2005/07/28, Version: 1.0.0.5
    Bugs fixed and new features:
    1. The same signal strength & quality indications as VP7046.
    2. Debug build driver
    2005/07/21, Version: 1.0.0.4
    Bugs fixed and new features:
    1.Update INF.
    2005/07/20, Version: 1.0.0.3
    Bugs fixed and new features:
    1.Improve performance in PCM4
    2.Switching from Analog TV Mode to FM Mode failure
    2005/07/04, Version: 1.0.0.2
    Bugs fixed and new features:
    1.Production Tool FM test OK!
    And here is the readme from the other file within the update ?
    ULi PCI to USB Enhanced Host Controller Driver V1.72 for Windows 98 SE, Windows ME , Windows 2000 and Windows XP
    INTRODUCTION
    This driver supports ULi EHCI host Controller under Windows 98 SE, Windows ME , Windows 2000
    and Windows XP.
    CONTENTS OF THIS DOCUMENT
    1. Installation Instructions
    2. Uninstallation Instructions
    1. Installation Instructions
    (Windows 98 SE & Windows ME)
    A.When ULi USB 2.0 Controller has attached on system
    1. Install ULi USB2.0 Driver
    - Run the setup program.
    - This program will copy driver files into your Windows system,then restart your computer.
    2. After system reboot, Windows will find the new hardware "ULi PCI to USB Enhanced
    Host Controller" and install the driver.
    B.If no ULi USB 2.0 Controller on system
    1. Install ULi USB2.0 Driver
    - Run the setup program.
    - This program will copy driver files into your Windows system, then turn off your computer.
    - Attach ULi USB 2.0 Controller card on your system and then reboot your computer.
    2. After system reboot, Windows will find the new hardware "ULi PCI to USB Enhanced
    Host Controller" and install the driver.
    (Windows 2000)
    A.When ULi USB 2.0 Controller has attached on system
    1. Install ULi USB2.0 Driver
    - Run the setup program.
    - This program will install and load the driver and you don't have to reboot the
    computer.
    B.If no ULi USB 2.0 Controller on system
    1. Install ULi USB2.0 Driver
    - Run the setup program.
    - This program will copy driver files into your Windows system, then turn off
    your computer.
    - Attach ULi USB 2.0 Controller card on your system and then reboot your computer.
    2. After system reboot, Windows will find the new hardware "ULi PCI to USB Enhanced
    Host Controller" and install the driver.
    (Windows XP)
    A.When ULi USB 2.0 Controller has attached on system
    1. Install ULi USB2.0 Driver
    - Run the setup program.
    - Click "NEXT"
    - This program will install and load the driver and you don't have to reboot the
    computer.
    - After install ULi USB 2.0 driver successfully. System will detect "USB 2.0 Root
    Hub". Please select "install the software automatically (Recommended)" and then
    click "Next" button to continue install.
    - This program will install and load the driver and you don't have to reboot the
    computer.
    B.If no ULi USB 2.0 Controller on system
    1. Install ULi USB2.0 Driver
    - Run the setup program.
    - This program will copy driver files into your Windows system, then turn off
    your computer.
    - Attach ULi USB 2.0 Controller card on your system and then reboot your computer.
    2. After system reboot, Windows will find the new hardware "ULi PCI to USB Enhanced
    Host Controller", continue to install.
    - After install ULi USB 2.0 driver successfully. System will detect "USB 2.0 Root
    Hub". Please select "install the software automatically (Recommended)" and then
    click "Next" button to continue install.
    Notice:
    If you can't setup driver successfully. Please reboot your system and then follow
    above steps to install driver again.
    2. Uninstallation Instructions
    1. Open "Control Panel" folder.
    2. Invoke "Add\Remove Programs" icon.
    3. Choose "ULi USB2.0 Driver" item.
    4. Click on "Add/Remove" button to remove drivers.
    Change List:
    1.74
    1.fix issue that multi-interface keyboard can not be detected on the usb2.0 hub.
    2.support all USB2.0 Host Controller.
    1.73
    1.fix issue that On Win98SE , Blue screen when unplugging some USB2.0 Scanner after scanning image.
    2.fix issue that On Win98SE, Blue screen when unplugging some USB2.0 Scanner from USB 2.0 Hub after scanning image.
    3.fix issue that On Win98SE, Blue screen while copying files across the SUNBOX UH-204 Hub.
    4.fix issue that wirless lan will disconect when plug-in usb device.
    1.72
    1.Fix issue that system will crash when USB HD copy large file.
    1.71
    1.improve Power management function in Win98/ME.
    1.70
    1.Improve the function of devcie detection.
    1.62
    1.Fix the problem that a USB floppy under USB 2.0 HUB cannot function when system resume from suspend.
    1.61
    1.Fix the problem that some USB device under USB 2.0 HUB cannot be found if system resume from suspend.
    1.60
    1.To support power management functions when a HUB with USB device plug into
    a root HUB.
    1.57
    1.Fix USB floppy with USB 2.0 HUB can't be detect issue.
    2.Fix issue that audio can't display smooth when USB device attach to system.
    3.Fix system can't detect USB dvice when USB device attach to system in
    suspend mode.
    4.Fix issue that when USB root HUB have full loading, USB HD sometimes
    transaction fail.
    1.56
    1. Fix issue that DVD decoder device can't display properly.
    1.55
    1. Fix OTI USB 2.0 hand drive can't be detect issue.
    2. Fix USB mouse can't use after resume from suspend.
    1.54
    1.Improve driver security.
    1.53
    1. Fix bulk transfer may stop if USB device is plugged in USB 2.0 hub
    2. Fix USB 2.0 mass storage device can't be access after resuming from standby if there is another USB 1.1 device existing
    1.52
    1. Fix system pages fault when accessing mass storage device in Win98SE, or scandisk failure when selecting
    automatically fix file system errors
    2. Fix system may hang up in Win98SE/ME if USB 2.0 cardbus card is plugged
    v.1.51
    1. Improve USB 2.0 cardreader compatibility.
    2. Fix USB IDE devices can't be accessed after resuming from standby/hibernation.
    v1.50
    1. Improve bulk transfer
    v1.48
    1. Fix USB 2.0 LAN driver installation hanging up
    2. Fix some USB 1.1 cardreader can't be identified when plugged into USB 2.0 hub
    3. Fix some laptops Win98SE booting hanging up
    v1.47
    1. Improve bulk transfer performance.
    2. Fix USB 2.0 bulk webcam preview failure.
    v1.46
    1. Support USB 2.0 and 1.1 Isochronous devices
    2. Fix system hanging up when rebooting system if USB 2.0 host controller is disabled in Win9X/ME
    3. Fix system hanging up when uninstalling driver if there are USB 2.0 devices connected in Win2K/XP
    4. Improve device detection capability in Win9X/ME
    v1.45
    1. Fix system hanging up when resuming from ACPI sleep mode.
    2. Fix mouse sometimes doesn't disappear when it's unplugged.
    3. Fix Win9X composite device detection failure and improve Win2K/XP composite device
    v1.44
    1. Support composite device
    2. Improve device detection
    v1.43
    1. Improve IDE read/write transfer failure rate with USB 2.0 to IDE bridge on PC card platform
    2. Fix high-speed device detected as full-speed device
    3. Fix some USB mouses detection failure problem
    4. Fix some USB 2.0 hubs detection failure problem
    5. Fix Win98SE crashing if ULi EHCI 1.42 is installed
    v1.42
    1. Fix PC Card ejection hanging up in Win98/ME
    2. Fix suspend/resume hanging up in Win98
    3. Solve sometimes USB 1.1 device can't be detected if OS boots with USB 2.0 and 1.1 devices plugged
    4. Fix some PC Card USB 1.1 device detection failure
    v1.41
    1. Add new feature that system can install driver before device is plugged.
    2. Fix PCMCIA OHCI controller resource assign issue on Windos ME.
    v1.40
    1. Support Win9X/ME/2K/XP with ULi USB 2.0 driver.
    2. Fix PCMCIA EHCI controller detecting USB 2.0 device problem in Win9X/ME.
    v1.32
    1. Fix issue that driver can't detect Microsoft driver in Windows XP
    if OS path is not c:\windows.
    2. Fix issue that driver can't detect USB 2.0 controller device in in some system.
    v1.31
    1. Fix issue that driver can't install on Windows 2000.
    v1.30
    1. Fix issue that Win9X/ME shows no USB 2.0 Root Hub.
    2. Fix issue that hanging up when second entry into Win9X S1 with HID device plugged.
    3. Fix issue that sometimes when you click "Scan for hardware changes".
    to PNP ULi USB2.0 controller, system will informs you the usbehci.sys
    file can't be found.
    4. Fix issue that v1.20 finds no EHCI controller to install driver for after different
    verison of ULi EHCI controller devices are plugged and unplugged.
    5. Support installing driver for more than one ULi EHCI controller devices existing on
    system at the same time.
    6. Fix Win2K/XP shows USB Root Hub for USB 2.0 Root Hub.
    v1.20
    1.Support ULi USB 2.0 Host controller driver for Windows 98SE/ME/2000/XP.
    ULi Coporation. (ULi) web sites:
    http://www.uli.com.tw/ (Taiwan)
    CAN ANYONE TREAT ME LIKE A TWO YEAR OLD AND GIVE SOME GUIDANCE AS TO HOW TO ACHIEVE THIS UPDATE .
    i WOULD BE VERY GRATEFULL AND KIND OF THINK IT WOULD BE BENIFICIAL TO A LOT MORE PEOPLE AS I SEE A LOT OF XP AND PROBLEMS OF THE KIND THIS UPDATE IS SUPPOSED TO FIX .

    It says above 2 relevant and 1 correct answere available .............
    I'm new here so could anyone direct me to these answeres?

  • SharePoint 2013 - What are all requirement components for People Pickers to list, search, display, and assign users permission

    Hi All
    the past few months, I have been working with permission issues related to SharePoint 2013 site permission settings using People Pickers to list, search, display users to assign or check permission.
    Our environment include multiple domains and few forests. Our SharePoint farm is installed on one domain but the good thing is our AD structure are configured to have all other domains and forests with 2 ways trusts with this domain so domain
    users are authenticated and can access SharePoint just fine. Also SharePoint use default claim authentication.
    The problem is People Picker is not display all domains user accounts when site owners need to assign permission. So to resolve the problem, I had provisioned
    SA - User profile service and Import AD domain user accounts (one way) into Sharepoint.
    I configured stsadm.exe -o setproperty -pn peoplepicker-searchadforests -pv
    for all domains and forests (eventhough, as mentioned we do have 2 ways trust)
    and sometime tried different query (user last name, domain\logonname, email address) if one is not showing.
    With all that added, People Pickers seem to find and display user account for all domains now.
    My question now is do UPS and all AD domains users need to be imported into SharePoint and STSadm configuration are required in order to have all domains user accounts to display in People Pickers so the site owners can
    find them and assign permission when needed?
    Please share your advices, comments as they are really valuable to me.
    Thanks
    Swanl

    UPS and people pickers are virtually unrelated. The only connection between them is to do with caching and updating user names and emails if they change over time, or in other words not relevant to your situation.
    To answer your question directly; Nope, you do not need to set up synchronisation connections to a domain to be able to pick up a person in a people picker. As you've seen you may need to run some STSADM commands to make sure they are checking the right
    places.

  • Windows 8.1 Devices and Printers Issues

    We have deployed a brand new Active Directory domain for a customer. ALL the servers without exception are Windows 2012 R2 and all clients are Windows 8.1 32bit VDI clients.
    The issue that we have is around network printers. 
    We are deploying 4 printers  from a Windows 2012 R2 Server via the print management/Deploy Printer and assigning that to a GPO. The printers are deployed to the Computers which should mean that the users get all 4 printers which they then should be
    allowed to set their default and personal settings for that printer.
    Our printers are deployed like this:
    1. Created security group
    2. Assigned VDI computers to the security group
    3. Created GPO to reflect security group
    4. Modify GPO to do security filtering based on computer group membership
    5. Deployed 4 x printers through Print Management to the GPO on a per machine basis
    However, on the users Devices and Printers screen we are not seeing the 4 printers. For some users they see duplicates of all 4 printers so e.g they can have upwards of 8 or more. Other users have no printers
    displayed whatsoever. The next time they log off or restart they then have a different amount of printers displayed.
    If they try and set the default then it will set and the next time they check the default may have moved to another printer even without logging off or back on.
    Now, where this gets strange is within an application such as MS Word 2013 or Notepad if they use the file and print menu the printers will be listed, even if the user has no printers displayed in Devices and Printers. If the users selects a printer then
    they can then print OK.
    If we check HKCU\Printers||Connections then the CORRECT 4 printers are showing as to what is being deployed via the GPO so I know that the Windows 8.1 terminals are receiving the correct printers from the GPO.
    To try and correct this over the course of the week we have deployed the printers via Group Policy Preferences to the user and then the PC to no avail. Currently we are using the Print management\Deployed Printers to deploy all 4 printers to the computer
    via the Computer GPO.
    I believe that this issue is related to the display somehow in Devices and Printers rather than a GPO or print server issue as we can see via the registry the clients are receiving the 4 correct mentioned printers as shown in the registry. 
    FYI: We only have around 30 users and all users are getting this problem. All users are receiving the same GPO's and have the same few apps installed, Office 2013, Adobe Reader etc.
    What we want is for the computers to receive all 4 printers. All users should be able to use all 4 printers but the user should be able to select their particular default, depending where they are located or what they are printing that particular day. Their
    particular default should persist after reboot. (We have 2 x Copiers and 2 x HP Laserjets) All users have redirected documents and desktop but the rest of the profile is on the VDI and persists after their reboot. The profile is not roaming as the user is
    assigned a particular VDI.
    After a week of scratching our heads with this we are open to suggestions and any would be appreciated. We have tried following the issues on this thread to no avail either as they still return.
     http://social.technet.microsoft.com/Forums/windowsserver/en-US/71d06204-3735-4473-8bc9-20be9e19090e/problem-with-multiple-instances-of-shared-printers-being-installed-on-client-computers-when-the?forum=winserverprint
    many thanks

    Hi,
    It's strange thing on your client PC. You may ask the GP support engineer to know more.
    Support link for GPO:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=winserverGP
    On my side, I would like you to try following alternative suggestions:
    Try Net use command to map the network printer
    Use GPO to deploy the map script
    How Can I Add a Network Printer at Logon and, Optionally, Make That the Default Printer?
    http://blogs.technet.com/b/heyscriptingguy/archive/2006/12/12/how-can-i-add-a-network-printer-at-logon-and-optionally-make-that-the-default-printer.aspx
    Hope it could be helpful.
    Kate Li
    TechNet Community Support

  • C309g (CD055A) no black and other issues..

    Hey all..  Not sure which thing to post about first, so in random order, here goes....
    I bought a used printer listed above in the subject..  It needed a new power supply, and ink, but seemed to be great.  I purchased the regular size cartridges except the black which they had in XL size.  I printed a total of 3 test pages (set up on three computers), I printed one 8x11 photo via bluetooth from my phone, and my wife printed 2 8x11 photo's from her PC.  All 3 8x11's were on regular paper.  Oh, and we printed one of the dots built-in pages..  So if you're counting (and I KNOW I am), that is a total of 7 pages.  Additionally there may have been one demo page (possibly a total of 8 pages, then!), can't remember if I did that demo page on the previous owners ink or if I did one on the new ink I bought (previous ink was old/empty).  Oh, and technically there was an alignment page, so final total 9 pages.  After those nine pages, my magenta and yellow ink were both down to around 65-75 percent.  It sat a week without use (literally, 7 days).  Today I went to print some regular text (black only) and it shot out at me blank pages.  I tried a few more times, and nothing but blank pages.  Tired of running back and forth, I printed a built-in "school paper" page or wide ruled paper (heh, how cool in a pinch is THAT feature!).  It printed perfectly - Course it's blue and magenta, no black..
    So it's been awhile since I used inkjet, but I quickly rememberd the handy utility to clear/clean printheads.  Ran that.  It failed, assumedly for missing black (it had the gray'ish photo black, but not 'black' anywhere on the sheet.  After the cleaning failed, I removed the black, and all the colors.  Seems to be black in there (as should be!) I dabbed the bottom with a paper towel gently, it turned black...  So I put it in, and it whirred away doing it's thing to re-align, and then it told me the shocking news that my printer was low on ink, and showed all levels to be well, I suppose about 10-15 percent remaining (think SMALL skinny lines).  Now I know this is an estimate, but I'm concerned from the get-go that after only 9 pages it was down to 65%!! 
    Before I found the forums, I found a site that recommended removing the ink cartridges, and removing the print head itself and soaking the bottom portion (up to the wire meshes, slightly covering them, but not the entire thing) for awhile in IPA (isopropal alcohol) and then dipping them in fresh a fresh batch to 'rinse' then gently hitting them with compressed air via air compressor (or canned air, I suppose, have an air compressor) to remove any debris and get the remaining alcohol off/out.  I then let it sit several hours to 'dry', which - it was probably ready immediately given the properties of IPA, but didn't want to chance it.. Re-inserted it and the ink, and.....  SAME THING. 
    All the ink is official HP ink (since I'm sure that q is coming), was purchased from a big box retailer who ya all know and love or hate (no need to name drop)..  I'm wondering if...
    1.  My ink, though coming out onto the paper towels could be bad/defective.  Given the really fast drop in the levels of ink, and the issue with black not seeming to print, seems possible? 
    2.  Should I try the boiling the print head - err not boiling it, but sticking it in recentyl boiled water, and give that a try?  The guide that was posted here somewhere showed doing that, with IPA added to the water as an option.  Is it possible the IPA didn't break up whatever gunk might be blocking the black, that boiled water might break up?  Does that make sense, or would the IPA have broken it down? 
    How do these print heads work exactly, or is that the big company secret?  I mean, is there a tube that goes for the inlet of black to the gold area underneath, cuz it's not directly under the gold like old fashioned cartridges used to be..  Is there any way to open up or access that area like, under the metal screens to get in there with a pipecleaner or something maybe, or something?
    And, for bonus points (lol) Why does HP assign two names to their printers??  IE C309g (CD055A),  If my printer is the C309g, why is it ALSO the CD055A??  SO confusing and un-necessary..
    Thanks for your time and patience

    I've had a similar problem with black not printing, though my printer is a B8550. I bought new and have used it fairly lightly I'd say, but after only a couple of years it suddenly stopped printing the photo black (it has separate cartridges for black for photos and black for text, etc.).
       It prints on regular printer paper just fine using the other black--but not a drop prints of the Photo Black (yes, it's full). Since I've cleaned the print head, and even bought a new one, and a diagnostic print shows absolutely no trace of the photo black, I'm fairly sure the printer itself is at fault. It's sold as a 'Photosmart' printer, meaning it's intended to use to print photos--large format too--so without photo black it is a huge brick as far as I'm concerned.
        I've begun to notice from these forum posts that there is an issue with HP and black ink, or at least whatever controls black for photo papers in their inkjet printers. If I'm not mistaken both yours and mine use the 564 cartridges, so maybe that suggests a common factor in such printers that is the culprit. I suspect HP knows there is a problem, either with the hardware or firmware, and I wish they would do right by us.

  • Windows 7 in boot camp - two finger click and drag issues

    Hey everyone. I have Windows 7 on Boot Camp (MacBook Pro mid-2010, Mac OS X Lion) and I cannot seem to click on a window with one finger, then use a second finger to drag it. Every time I try it brings up the right click menu. Is there any way of fixing this? I want to be able to drag, darn it! Thanks.
    Grant

    Having had the same issue on my MacBook Pro with Boot Camp 5.0.5033 on Windows 8, workaround being external mouse, I have found the following:
    If Trackpad->Two Fingers->Secondary Click is enabled in Control Panel/Boot Camp, in order to Click and Drag one cannot click any place on the trackpad. One must click bottom area of the trackpad with one finger, and then use another finger to drag.
    If Trackpad->Two Fingers->Secondary Click is disabled, Click and Drag works the same way as in Mac OS X: one can click any place on MacBook Pro built-in trackpad with one finger, and then use another finger to drag the window or select a fragment of text. The two fingers Secondary Click, consequently, becomes disabled.
    For me Mac OS X-style Click&Drag is more important, so I disabled two fingers Secondary Click, and assigned Bottom-Right-Corner of the trackpad to be Right-Click instead.
    Don’t know if the question is still open… Hope, however, the info might be helpful to those having the same inconvenience with Click and Drag under Boot Camp.
    HTH

  • Can OSB proxy and business service act as a stub ?

    Hi all,
    would like to enquire whether I can achieve the following. I have a web service consumer. Can the consumer call a OSB proxy service and within the proxy service, I use XQuery and extract the body and perform some transformation. And the proxy service return variables to the consumer? Without calling any business proxy in the process
    Can the proxy service act as a stub? Would I need a dummy business service for it?
    Or my objective cannot be achieved in OSB?
    Appreciate any thoughts.

    Hi,
    Assuming the incoming body contains "name: Peter, age: 13". Can the return information contain "name:Peter, age:13, Status: N"Yes, it's possible too, in your Response XQuery Transformation u can add n number of additional fields, and send back to requester.
    You can do both Translations and Transformations.
    Can I also configure the proxy service not to call any business service?Have you made/generated your proxy service from existing Business Service?
    If yes,: then your message flow would have only Route Node ( routing to Business Service).
    1. To do transformations on request add a Pipeline Pair in message flow and inside it add stage for doing XQuery transformations.
    2. Use Reply Action in stage as last Actions and do reply with Success.( The message flow won't go to Route actions after this ).
    IF No : Then either remove the OSB Action which is being used to call Business Service.
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts).
    Regards,
    Abhinav Gupta
    Edited by: Abhinav on Mar 8, 2013 3:27 PM

  • How to change Purchase Order currency after Good receipt and Good issue?

    Hi,
    I've a PO created last year. The PO currency has been entered wrongly.
    My store colleague has been performed good received and consumed it.
    Now, I am not able to change PO currency to correct one, due to this message:-
    Currency can no longer be changed
    Message no. 06489
    Diagnosis
    As a basic rule, the currency cannot be changed if there has already been a goods receipt against a document.
    If the document contains external service and/or limit items, or if an invoicing plan has been assigned to an item, the currency cannot be changed following the receipt of an invoice either.
    If external service items exist, the currency also cannot be changed if services that have actually been performed have already been recorded or if the item in question has been assigned to a preventive maintenance (servicing) plan.
    Is there anyway to change PO currency after Good receipt and Good issue? Thanks !

    Diagnosis
    As a basic rule, the currency cannot be changed if there has already
    been a goods receipt against a document.
    If the document contains external service and/or limit items,
    or if an invoicing plan has been assigned to an item,
    the currency cannot be changed following the receipt of an invoice either.
    If external service items exist, the currency also cannot be changed if
    services that have actually been performed have already been recorded or
    if the item in question has been assigned to a preventive maintenance (servicing) plan.
    Answer in question itself,need to cancel all documents of wrong currency in order of LIFO,
    Create a new purchase order.

  • Acrobat 9 Form Issues - Font, URL, and Print Issues

    Hello folks,
    We are developing an Acrobat PDF (I have Pro updated to 9.4.5) with about 30 fields. Some of them contain a default label name, others are blank, and all fields have a unique name. The blank fields on the form are being filled via an automated web services API from Aspose. All info is entered and the PDF is then flattened by the web service.
    The document fully populates with all expected data but we are running into three issues:
    1) A field that gets populated with a URL by the script properly becomes clickable if the font is set to Helvetica, but when set to Verdana or Arial fails to be recognized by Acrobat.
    2) When I create a new form field, and assign a font face/size/color and input a default value, if I go back and try and change the size the default content seems to hold it's original size unless I do a full cut/paste of the value back into the box.
    3) We are getting the notorious "An Error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem"
    The odd part is we were not getting that error at first - even with data populated. It was only once we started working on getting the fields horizontally and vertically aligned that the error presented itself.
    Any thoughts? I have closed and opened Acrobat, tried opening from Acrobat instead of double clicking the PDF but nothing seems to help.

    thanks Mylenium
    the font association problem is something recent though, since I used acrobat to print mails directly from my gmail account previously...
    it's galling but I installed a free pdf printer which does the job, I needed copies of these mails urgently !
    as to the update issue, I see no aum.exe, msiexec.exe or setup.exe running... but that's quite above my head... do I look for those exact processes or are they generic names for processes ?
    does my question make sense ????

  • Seeking recommendations for handling large binary documents with security(preferable) for inbound and outbound scenarios from OSB- SOA and SOA- OSB

    Hi,
    I am currently working on a project with the following requirements
    1. Client transfers binary document (between 1-20MB in size) from OSB proxy to SOA composite to Content Management system
    2. Client retrieves binary document (between 1-20MB in size) from Content Management system to SOA composite to OSB proxy
    In otherwords, a inbound and outbound integration.
    What I have tried so far and my results:
    Scenario A
    1. Enabled MTOM on SOA composite by attaching wsmtom policy
    2. Created an OSB business service and consumed the SOA composite application
    3. Enabled MTOM on OSB proxy and business service and configured it to pass by reference
    Scenario B
    1. Enabled MTOM and security on SOA composite by attaching wsmtom policy and SAML policy
    2. Created an OSB business service and consumed the SOA composite application
    3. Enabled MTOM on OSB proxy and business service and configured it to pass by reference
    I have a demo integration setup that writes a binary document to a file using the above steps. My SOA composite has a file adapter that writes the binary data to an external file and it is exposed as a web service with a simple WSDL definition that has an inline XSD schema with an single element of base64binary type. I have added a mediator that maps this base64binary element node to the file adapter's input node.
    Result for Scenario A with file size less than 1 MB:
    Flawless execution with sub-second response times
    Result for Scenario A with file size of 8MB
    First attempt: SOA composite faults with database transaction related error, solved by increasing JTA timeout
    Second attempt: Flawless execution, but file transfer took over 100 seconds to complete. This is very poor performance and my suspicions are that this cannot be the expected behaviour, but I dont know the internal workings of the SOA composite and why its taking this long.
    Result for Scenario B:
    The OSB business service does not accept/recognize the SAML policy in the WSDL and suggests to configure OWSM policies manually, but OWSM policy in OSB does not have the wsmtom policy. Regardless of this, any permutation of MTOM + WSS security in this integration scenario either did not work outright or MTOM optimization was not happening ie binary data was materalizing in the message body.
    I have only about 3 weeks left to implement a viable solution and the closest ive come to a solution is Scenario A but that +100 second response time for an 8MB file is really worrying.
    I would appreciate any level of guidance, recommendations or suggestions as to how I go about tackling this problem.
    Thanks
    regards,
    Johnny

    I think this is due to the underlying mechanism of weblogic classloading..
    You can contact oracle support @ https://support.oracle.com to report issues. Roughly this is the process .
    1- get the Oracle Customer Support Identifier (CSI) for the client you are working for.
    2- Create a user profile quoting the CSI. This will send an approval request to oracle support admins at your client.
    3- Get the oracle support admins at your client site to approve your request for support access.
    4-Once they approve , you can access the support site and raise service requests.

  • Message Split and CopyValue issue

    Hello,
    I am having a problem with a message mapping.
    I am trying to split an idoc into multiple idocs based on the content of the idoc.  My idoc is CREMAS and I need to create a separate idoc for each company code which is in the segment E1LFB1M-BUKRS.  I am able to split the idoc based on the company code successfully. 
    However, my issue is with copying the other segments underneath the segment E1LFB1M that have 0..9999 occurrences in each idoc. 
    For example, I use copyvalue for segments EDI_DC40 and E1FLA1M which worked great for all the idocs created since they have a single occurrence, however the copyvalue does not work for segment E1FLM1M (purchase orgs) which has 0..9999 occurrences.  The copyvalue for E1FLM1M only copies 1 segment per idoc message instead of the 6 E1FLM1M segments for each idoc that I have in my example. 
    Any suggestions on how this can be solved?
    Thank you.
    Rhonda

    Rhonda
    You can use CopyValue() to copy the value of a position in the source structure and assign it to a target field for a frequently occurring source structure element. The value is copied each time the target field occurs in the target structure.
    It will work for the segments which are occuring once in seource, Not for the multiple segments.
    Regards
    Raj

Maybe you are looking for

  • Still not able to use HP Laserjet 5P7

    I finally abandoned my old HP PC and followed my brother advice.  We have argued the virtues of PC v MAC for over 15 years and yes I finally decided to make the switch.  I purchased y iMAC 27 inch last week and sadly had to visit Apple store for a pr

  • Solution to Error: "The item is being modified. Please try again later"

    I've been dogged by this message for months now, unable to update previously purchased apps to their newer version. After a bit of research this morning, I believe I've solved the issue. Hope this helps those out there with the same problem! Somewher

  • IPad 2/iOS 5.1 app updates hung in a 'waiting' state

    After I upgraded my iPad 2 to iOS 5.1, I cannot update my apps. There are hung in a 'waiting' state. Any ideas how to fix this?  This is the first time I've run into this.  I've upgraded to 5.0, 5.0.1 with no problems whatsoever.  Now 5.1 fails to up

  • Gallery unable to access images in memory card

    Hi!  I am using E71 and recently I find that Gallery can't access the images and videos in the memory card.  Images in Phone Memory is accesible.  I can access those files from File Manager though.  Does anybody know how to fix this?  Would appreciat

  • What is a Pantone process color?

    Hi, Hope you're doing well. I am just starting to learn about colors and printing. I have a job I am working on where the printer requires the Pantone colors. The person who originally created the file kept them as CMYK. I have been converting them t