Caching XML Variable in OSB

Hi All,
I have following Requirement
1] Scenario 1: My PS is initializing the variable by reading the XML File. When PS gets invoked first time; the Assign Activity will get executed by OSB. Since Configuration data is static; next time PS gets called; I do not want .xq/assign activity to parse the configuration again. Is there any way that OSB will catch the variable in Proxy and accessible in rest of the Stages/Activities/Message Flows.
2] Scenario 2 : PS1 -->PS2-->PS3 in OSB. I initialize the variable in PS1 by reading the XML Configuration file. I need the same variable in PS2 and PS3 as well without reading the XML file again and Again.
Can I pass the variable from one proxy to another?? Can I catch the variable using first scenario and pass the same for subsequent calls?
Sushil

4] IS OSB smart enough to cache the "FWKConfigVar" so that Assign activity will not get executed every time and save the CPU cycles?No, OSB being a stateless product, does not cache/store any process/it's state anywhere.
5] Let say Ps1 Calling PS2 and PS2 calling PS3. All the Proxy services are using the same variable data "FWKConfigVar". Is there any way that this variable will get initialize first time in PS1 and pass/available across the Message flow of PS2 and PS3??As I mentioned earlier as well, you may pass variables as user defined headers/part of message body from PS1 to PS2 and so on.
The problem here is "Service Callout activity(to get Configuration data). Is it a best practice to call BS instead of taking help of small XQuery( use fn:doc() and get the required value using the XQuery)?? Assuming I required configuration data in couple of activities in message flows?Now this is something which requires a performance test because both may be a preferable option depending upon the design, complexity, size of config data file/number of records etc.
Generally for small range of data I would prefer XQuery but for large data I will always go for different approach. I remember that for one of our client, we stored the key-value pairs in DB and used java callout in OSB 10g to load them once and use across. Now when with 11g, caching feature is available, this is the preferable approach but again it depends upon your design and choice.
Do few tests and you should have a clear picture.
You may refer -
http://forums.oracle.com/forums/thread.jspa?threadID=1131939
Regards,
Anuj

Similar Messages

  • Xquery with bind variable in OSB

    Hi,
    I have requirement to read XML file in Xquery as bind variable but it's giving error. I have included this file in OSB proejct but i dont know how to point this out using bind variable. I tried to read file using fn:doc and given file name but it's giving error.
    Any pointer here..
    Thanks

    a few other threads :
    How to use fn:doc() in ALSB
    Re: OSB: How read file xml that is into project OSB
    Caching XML Variable in OSB
    things you need to look at :
    xquery files aren't customizable
    xquery files itself are cached, the fn:foc function will be executed every time again
    so if you don't use the xml for other things, i would just registrate it as xquery file with the xml in it
    or you could use the synchronous file adapter to retrieve the data from the file

  • Flash loads XML variables from cache memory...

    Hi everyone. This is a very important issue. I have been in
    many many forums looking for this answer and no one fulfills my
    expectations. As I said on title... I have created a small
    application that edits my XML file in server. It really works,
    because I open manually my file and it's perfectly modified...
    however, everytime I refresh my page it loads the ancient XML
    variables because they come from cache...
    I also could find out that this problem is mainly happening
    with IExplorer, not with Mozilla Firefox.... however, I need it to
    run on IE too... but can not find a real solution.. I have been
    told to add random numbers to the XMl file extenskion, and other
    things like that, honestly... they do not work... please... does
    anybody have the light on this issue ??? I will appreciate your
    answers...
    Thanks in advance,

    Did you try appending a URL variable.
    xmlRequest.xml.load("theData.xml?cacheKiller=" + new
    Date().getTime();

  • Global Constants / Variable in OSB

    I want to define global Constants / Variable in OSB and I want to access them in XSLT when I am tranforming the requests...
    Any idea how can I do that?
    I want to use these variables and constants for server name and ports (in different environment) and some other stuff.

    We have done a similar implementation for the same scenario. We have created a Xquery where we put in the configuration information as an XML and then in the pipeline stages we use the Assign the Xquery to a a temporary variable and then use the values of the xml using relative xpath expressions.
    This way any time we need to make any changes to the confguration we know once place we can change and it gets reflected in the complete code base.
    Below is how we have done it:
    - create a Xquery with xml configurations (say commonconfig.xq)
    - then using the Assign action get the output of this xquery into a temp var (say commonConfig)
    - then use the configurable values using the relative xpath in the Assign action (say Assign $commonConfig/param1/text() to param1Value
    Let me know if you need further information.
    Thanks,
    Patrick

  • Assigning a node value from an XML variable to a String type  in Weblogic Process Integrator

    Hi,
    Is there any way to assign a node value from an XML variable to a String variable
    in Weblogic Process Integrator...
    Thanx.
    Narendra.

    Nerendra
    Are you talking about using Xpath on the XML document and assigning to a
    variable, it is unclear what you are asking
    Tony
    "Narendra" <[email protected]> wrote in message
    news:3bba1215$[email protected]..
    >
    Hi,
    Is there any way to assign a node value from an XML variable to a Stringvariable
    in Weblogic Process Integrator...
    Thanx.
    Narendra.

  • Why can't Workbench handle a 2MB XML variable from invoke?

    I have an SQL query that returns about 2.3 MB XML variable.  That works fine but if I set that variable to be an output variable and invoke the process from Workbench I get an InvocationTargetException from org.apache.axis.message.SOAPFaultBuilder.createFault (see below).  I'm running Workbench ES2 9.5 as a Java plugin in Eclipse Indigo (32-bit) on a Windows 7 64-bit system with 8 GB memory.  The same problem occurs on a Windows XP SP3 system with 4GB memory. 
    There are no error messages in server.log at all, just the usual SqlHelper message displaying the SQL statement that was executed.  This appears to be strictly a Workbench phenomenon.  The server seems to be able to merge the data with a PDF just fine also.
    Here's my eclipse.ini file settings:
    -startup
    plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
    -product
    org.eclipse.epp.package.jee.product
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize
    256M
    --launcher.defaultAction
    openFile
    -vmargs
    -Dosgi.requiredJavaVersion=1.5
    -Xms512m
    -Xmx1280m
    Here is the stack trace from the invocation error:
    ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error.
          at   com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.throwExceptionHandler(SoapAxisDispatcher.java:211)
          at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.doSend(SoapAxisDispatcher.java:129)
          at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:66)
          at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
          at com.adobe.workbench.utils.invoke.InvokeWithProgressRunner.invokeServiceOperation(InvokeWithProgressRunner.java:230)
          at com.adobe.workbench.utils.invoke.InvokeWithProgressRunner.run(InvokeWithProgressRunner.java:125)
          at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.reflect.InvocationTargetException
          at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
          at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
          at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
          at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
          at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
          at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
          at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
          at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
          at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
          at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
          at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
          at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
          at javax.xml.parsers.SAXParser.parse(Unknown Source)
          at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
          at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
          at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
          at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
          at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
          at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
          at org.apache.axis.client.Call.invoke(Call.java:2748)
          at org.apache.axis.client.Call.invoke(Call.java:2424)
          at org.apache.axis.client.Call.invoke(Call.java:2347)
          at org.apache.axis.client.Call.invoke(Call.java:1804)
          at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.doSend(SoapAxisDispatcher.java:127)
          ... 5 more

    I don't quite follow what you are recommending but this is really a nuisance.  We can record the process and the play back works just fine, all the way to the end.  There's a post to this forum that only shows up on Google Groups that points to the Apache Axis SOAPFaultBuilder source code (the first line of the 'Caused by' stack trace). The only place I can find that class in my setup (32-bit Eclipse Indigo with LC Workbench plugin) is in eclipese\.metadata\.plugins\org.apache.axis_1.4.0.v201005080400\lib\axis.jar.  So I'll replace that with a newer version and see what happens.

  • How to specify XML declaration in an XML Variable

    I had posted this question in the Flex Builder discussion,
    but I am not sure if that was the right board, so posting it again
    here:
    I need to set the XML declaration for my XML variable as
    follows:
    var employees:XML =
    <?xml version="1.0" encoding="utf-8"?>
    <employees>
    <employee ssn="123-123-1234">
    <name first="John" last="Doe"/>
    <address>
    <street>11 Main St.</street>
    <city>San Francisco</city>
    <state>CA</state>
    <zip>98765</zip>
    </address>
    </employee>
    <employee ssn="789-789-7890">
    <name first="Mary" last="Roe"/>
    <address>
    <street>99 Broad St.</street>
    <city>Newton</city>
    <state>MA</state>
    <zip>01234</zip>
    </address>
    </employee>
    </employees>;
    However, if I specify <?xml version="1.0"
    encoding="utf-8"?>, I get a design time and compile error. If I
    remove it it works fine. But the server to which I send this XML is
    expecting the declaration. How can I set the declaration?
    Any help or pointer is appreciated.

    I am not able to load the xml. Can anybody figure out the
    problem :
    I have used a LoadXML class :
    package {
    import flash.display.*;
    import flash.events.*;
    import flash.net.*;
    // Demonstrates the code required to load external XML
    public class LoadXML extends Sprite {
    // The property that will eventually contain the loaded XML
    private var novel:XML;
    // The object used to load the XML
    private var urlLoader:URLLoader;
    // Constructor
    public function LoadXML () {
    // Specify the location of the external XML
    var urlRequest:URLRequest = new URLRequest("novel.xml");
    // Create an object that can load external text data
    urlLoader = new URLLoader();
    // Register to be notified when the XML finishes loading
    urlLoader.addEventListener(Event.COMPLETE,
    completeListener);
    // Load the XML
    urlLoader.load(urlRequest);
    // Method invoked automatically when the XML finishes
    loading
    private function completeListener(e:Event):void {
    // The string containing the loaded XML is stored in the
    URLLoader
    // object's data property (urlLoader.data). To create a new
    XML
    // instance from that loaded string, we pass it to the XML
    constructor
    novel = new XML(urlLoader.data);
    trace(novel.toXMLString()); // Display the loaded XML, now
    converted
    // to an XML object
    And in main.mxml :
    myXml = new LoadXml ;
    trace ( myXml.novel ) ;
    The output is errenous

  • How to specify the XML Declaration for an XML variable

    I need to set the XML declaration for my XML variable as
    follows:
    var employees:XML =
    <?xml version="1.0" encoding="utf-8"?>
    <employees>
    <employee ssn="123-123-1234">
    <name first="John" last="Doe"/>
    <address>
    <street>11 Main St.</street>
    <city>San Francisco</city>
    <state>CA</state>
    <zip>98765</zip>
    </address>
    </employee>
    <employee ssn="789-789-7890">
    <name first="Mary" last="Roe"/>
    <address>
    <street>99 Broad St.</street>
    <city>Newton</city>
    <state>MA</state>
    <zip>01234</zip>
    </address>
    </employee>
    </employees>;
    However, if I specify <?xml version="1.0"
    encoding="utf-8"?>, I get a design time and compile error. If I
    remove it it works fine. But the server to which I send this XML is
    expecting the declaration. Can somebody help me with this?
    Thanks

    I work mostly with the Java versions of the parser so you'll have to make the translation to C++. As far as I know, you can't use the SAX API to access to the encoding.
    You need to use the DOM along with Oracle's extension to the basic DOM functionality. Oracle's package, oracle.xml.parser.v2 defines a class which implements the Document interface called XMLDocument. This class has a method, getEncoding(), which returns the encoding. You would use the method in getDocument() in the Parser base class inherited by DOMParser to retrive the XMLDocument.
    Jeff

  • How to search for a particular element within a XML variable using studio?

    All,
    I am using studio 7.0 to develop a webbased application. In this, i need to access
    an oracle db using a WLAI Application View from my Workflow. I get some data back
    from Oracle as an XML variable and then apply an XPath statement to access the
    individual columns returned.
    My problem arises when there are no records in the db matching my criteria and
    an empty XML variable is returned to me from the app view. In these cases my
    XPath statement fails in studio causing an improper exit.
    Does anybody know how to check for content in a XML varaible using studio? So
    that if there is content i can proceed with XPath and if there is no content,
    then i will take a different route.
    Thanks in advance
    Regards
    Sri

    If I remember correctly, the adapter will return an XML document that contains
    XML elements for each row. You can just simply check the count of these elements
    with an XPath statement: ie. count(response/row)
    "Sri " <[email protected]> wrote:
    >
    All,
    I am using studio 7.0 to develop a webbased application. In this, i need
    to access
    an oracle db using a WLAI Application View from my Workflow. I get some
    data back
    from Oracle as an XML variable and then apply an XPath statement to access
    the
    individual columns returned.
    My problem arises when there are no records in the db matching my criteria
    and
    an empty XML variable is returned to me from the app view. In these
    cases my
    XPath statement fails in studio causing an improper exit.
    Does anybody know how to check for content in a XML varaible using studio?
    So
    that if there is content i can proceed with XPath and if there is no
    content,
    then i will take a different route.
    Thanks in advance
    Regards
    Sri

  • Changing data in XML variable and appending tags in XML  document

    Hi all,
    I am new to weblogic Integrator . can any one help me concerning following problem
    1. I get input XML message to my workflow which I stores in XML variable. after
    some processing i want to change value of one tag in XML stored in XML variable.
    How I can do thaat ?
    2. I have some XML like
    <root>
    <child>
    <a> </A>
    </child>
    <child>
    </child>
    </root>
    and i want to append multiple such tag at run time . how i can do the same
    in wli
    Please let me know your suggestion
    Kiran

    For both cases I suggest you use XSLT.
    Mike
    "Kiran" <[email protected]> wrote in message
    news:3c720cd2$[email protected]..
    >
    Hi all,
    I am new to weblogic Integrator . can any one help me concerning followingproblem
    1. I get input XML message to my workflow which I stores in XML variable.after
    some processing i want to change value of one tag in XML stored in XMLvariable.
    How I can do thaat ?
    2. I have some XML like
    <root>
    <child>
    <a> </A>
    </child>
    <child>
    </child>
    </root>
    and i want to append multiple such tag at run time . how i can do thesame
    in wli
    Please let me know your suggestion
    Kiran

  • DOCTYPE decleration in XML variable

    Hi
    I am using a local XML variable to build an XML document which I then use HTTP_Post to send to a partner company, and receive data back.
    My problem is that the DOCTYPE decleration is being stripped from the XML Variable, so the partner company do not know what to do with the posted doc.
    Is there any way I can prevent this being stripped out?
    Thanks
    Nick
    PS The DOCTYPE decleration is also stripped if I use the XMLLoader action.

    Hi Nick,
    I know this behaviour from MII 12.0. Unfortunalety there is no way to prevent this. What version do you use?
    As a workaround you could try to add the DOCTYPE declarations after saving the XML into a string.
    First, save all DOCTYPE declarations as a local string. Then create the xml as needed without the DOCTYPEs and save it to a local string property. Finally insert the DOCTYPEs string into the XML String and link the result string to the Payload string of the HTTP_Post action.
    Michael

  • SQL XML Variable Assignment?

    Maybe more of a code question, but used in B1i. Using the B1out type="sql" how do I assign the return value of:
    Select CardCode From [OCDR] Where U_CSTN = <xsl:value-of select="col[8]"/>
    to a xml variable? Maybe a simple question but I am having issues using the return value that I need in a B1out type="object" in the same atom.
    All responses deeply appreciated,
    Mike
    <xsl:template name="transform">
         <b1im_multimsg xmlns="">
                       <xsl:for-each select="$msg/row">
                   <b1im_msg>
                        <B1out type="sql">
                             <xsl:variable name="Code">
                                  <sql>Select CardCode From [OCRD] Where U_DTNCN = <xsl:value-of select="col[8]"/></sql>
                             </xsl:variable>
                        </B1out>
                        <B1out type="object">
                             <Documents>
                                  <row>
                                       <CardCode>
                                            <xsl:copy-of select="$Code"/>
                                       </CardCode>
                                  </row>
                             </Documents>
                             <Document_Lines>
                                  <row>
                                       <ItemCode>
                                            <xsl:value-of select="col[2]"/>
                                       </ItemCode>
                                       <Quantity>
                                            <xsl:value-of select="col[3]"/>
                                       </Quantity>
                                  </row>
                             </Document_Lines>
                        </B1out>
                   </b1im_msg>
              </xsl:for-each>
         </b1im_multimsg>
    </xsl:template>

    I has an immediate suspicion it might be related to the issue
    mentioned in
    http://otn.oracle.com/support/tech/sql_plus/htdocs/sub_var2.html#2_7
    but this proved wrong: the SP2-306 still occurs in the latest
    SQL*Plus.
    I wonder what version of 8i you had working? With an old SQL*Plus
    8.1.7.0 my connection failed the same as in 9.2 and 10i.
    My solution was to do:
      SQLPLUS='sqlplus -s'
      UNPW='/ as sysdba'
      $SQLPLUS "$UNPW" &lt;&lt;EOF
      EOFThis worked in 9.2.0.5, 10.1.0.2 and 8.1.7.0.
    One common security risk on UNIX remains: putting the username and
    password on the command line. On some systems a "ps" command will
    show the password to any user. If OS authentication cannot be used
    for connection, perhaps putting the username/password in the SQL
    script may be more secure?
    A final note is that in SQL*Plus 10g, no quotes are needed around
    AS SYSDBA, i.e.
      sqlplus / as sysdba works from the OS prompt, whereas in 9.2 you need to do
      sqlplus "/ as sysdba"This makes a solution easy:
      SQLPLUS="/usr/oracle/product/10.1.0/bin/sqlplus -s xxx/xxxxxx@xxxx as sysdba"-- CJ

  • How to convert XML document to xml variable?

    Hi,
    I have taken an xml variable in my process and reading a xml document file. Can anyone tell me how can i convert this xml document to xml variable so that i can parse the xml variable.
    I am able to convert xml variable to xml document variable by using set value activity. But how do I perform reverse process.
    I want to perform this conversion because i want to keep xml data in document format on storage drive and then parse this xml data so that i can read the nodes.
    Any help will be appreciated..
    Regards
    Sunil

    we can use set value activity to reach these xml docs and assign it to xml variable.
    Then parsing of this xml can be browsed to find the nodes.
    Regards
    Sunil

  • Difference between attachment variable between OSB old and new version

    Hi,
    We have OSB proxy to read the mail box with attachment and then do the further operation.
    Now we are upgrading the same OSB process to new version of OSB 11g. I found that there is various changes in attachment variable
    OLD version of Email Attachment:
    <<anonymous>> <BEA1-72F5B9A3382C86F8F149> <> <1346063760557> <000000> < [PipelinePairNode1, PipelinePairNode1_request, Processing, REQUEST] Email with attachments: <attachment xmlns="http://www.bea.com/wli/sb/context">
    <Content-Type>text/xml;
    name="/usr/appl/sem/data/ESB/Report/archive/2012-08-27-18-35-59-242-FileName_94371";
    charset=utf-8</Content-Type>
    <Content-Disposition>attachment;
    filename="/usr/appl/sem/data/ESB/Report/archive/2012-08-27-18-35-59-242-FileName_94371"</Content-Disposition>
    <body>
    <binary-content ref="file:////usr/appl/sem/data/ESB/Report/archive/2012-08-27-18-35-59-242-FileName_94371" xmlns:con="http://www.bea.com/wli/sb/context"/>
    </body>
    </attachment><attachment xmlns="http://www.bea.com/wli/sb/context">
    <Content-Type>text/xml;
    name="/usr/appl/sem/data/ESB/Report/archive/2012-08-27-18-35-59-242-14-FileName__2010.10.26_.pdf";
    charset=utf-8</Content-Type>
    <Content-Disposition>attachment;
    filename="/usr/appl/sem/data/ESB/Report/archive/2012-08-27-18-35-59-242-14-FileName__2010.10.26_.pdf"</Content-Disposition>
    <body>
    <binary-content ref="file:////usr/appl/sem/data/ESB/Report/archive/2012-08-27-18-35-59-242-14-FileName__2010.10.26_.pdf" xmlns:con="http://www.bea.com/wli/sb/context"/>
    </body>
    </attachment>>
    New Version of Email Attachment:
    <<anonymous>> <BEA1-426F87D2506E3B795149> <0000J_7pu7p3r235znw0yW1GCmZN000002> <1346060008469> <BEA-000000> < [PipelinePairNode1, PipelinePairNode1_request, Processing, REQUEST] fileAttachments:::: <con:attachments xmlns:con="http://www.bea.com/wli/sb/context">
    <con:attachment>
    <con:Content-Type>application/octet-stream;
         name="14-FileName__2010.10.26_.pdf"</con:Content-Type>
    <con:Content-Description>14-FileName__2010.10.26_.pdf</con:Content-Description>
    <con:Content-Disposition>attachment;
         filename="14-FileName__2010.10.26_.pdf"; size=56022;
         creation-date="Tue, 26 Oct 2010 23:32:35 GMT";
         modification-date="Tue, 26 Oct 2010 23:32:35 GMT"</con:Content-Disposition>
    <con:Content-Transfer-Encoding>base64</con:Content-Transfer-Encoding>
    <con:body>
    <con:binary-content ref="cid:14fbe5b6:13947d789f5:12c0"/>
    </con:body>
    </con:attachment>
    </con:attachments>>
    We are find the <Content-Type> is text/xml and in new environment application/octet-stream;
    Is there any way to find the same xml. as previous version.
    Regards,
    Abhishek

    Abhishek,
    You seem to be hitting a known bug. Please log a SR with support.
    Regards,
    Anuj

  • Remove namespace,xml tag in OSB

    OSB
    In Proxy Service:
    Once I get response from Business Service 1, I need to send that as request to Business Service 2.
    Business Service 1 response xml is <Reference>123</Reference>
    Business Service 2 request xml should be <ReferenceId>123</ReferenceId>
    Now, in my Proxy I used assign to variable 'refreq' and then in assign (Xquery/xslt), I wrote
    *<ReferenceId>{$webservices//Reference}</ReferenceId>*
    webserviceres is Response Document Variable for ServiceCallout(which I used for Business Service 1).
    Then, I used ServiceCallout to Business Service 2/operation.
    Issue is request to BS2 is sent as below-
    <ReferenceId>
         <Reference      xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="xmlns.oracle.com/xyz/XyzService/">123</Reference>
         </ReferenceId>
    I just want to send as <ReferenceId>123</ReferenceId>

    Use the full path instead of // and data()
    <ReferenceId>{data($webservices//Reference)}</ReferenceId>

Maybe you are looking for

  • Who's Who Search in ESS

    Hello, In ESS in our EP 7 SP10 portal environment, the "who's who" search does not work properly.  A lot of times people are missing that should be there.  We think we have ruled out this being a security issue because we have used a broad sample of

  • How to Display the Percentage (%) Sign in Planning Form..???

    Hi All, How to display the percentage sign in the planning form in an account..?? I've an account that already set as the percentage for the data type. What I want is, when I type 50 in my cell, then in my form will be show 50% Now, I can't see the %

  • Policy Trace not returning the Correct policy

    Hi Everybody, Our issue here is that when we run a policy trace on any of our Active Directory users - it does not match the Correct policies and match the Global Access policy although the Trace return right Identity policy However if i try access a

  • Maximum upload speed of 2700HGV?

    Hi. I'm using the 2wire BT2700HGV router on my Infinity connection, which should be about 66mbps download and 20mbps upload, according to the BT website when I ordered the connection. When I've got nothing but a single ethernet wire connecting me, an

  • Portal Surveys

    Hopefully somebody will be able to help me out here. Were running a number of Surveys in portal and have been looking at reporting on and displaying the results using Application Express (HTML DB). I'm wanting to allow users to search results over a