Obtain the URL of BPM task with Task query Service

Hi!
I am using the task query service to obtain information about Tasks with web services. I need to obtain the creator and the URL to access to the detail of the task (i don't know if this column is "taskDisplayUrl").
I have this Request but the response haven't the creator or the taskDisplayURL anybody can knows why?
Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tas="http://xmlns.oracle.com/bpel/workflow/taskQueryService" xmlns:com="http://xmlns.oracle.com/bpel/workflow/common" xmlns:tas1="http://xmlns.oracle.com/bpel/workflow/taskQuery" xmlns:task="http://xmlns.oracle.com/bpel/workflow/task">
<soapenv:Header/>
<soapenv:Body>
<tas:taskListRequest>
<com:workflowContext>
<!--Optional:-->
<!--Optional:-->
<com:token>aeb02ebe-69e9-4410-90d7-cffd45c2613c;;VnIEtWPiaoh7tTD1KhC4D0sjFNTVLdgySbQVa4xK0TiBb+0nzaqm/UA4THYju77KK/9xaPUH6F355rtMEoKAYBtXPPyHBYWnaGkZjAz5AB1PQyjs+hvqvA1SaVQnhWcRy8ZtTarO+vCxseuGit62QIoLa1vWKKC59j7m+OWxKYonchVcCo2droku9YZaf9T45cDLC3eh6UXzgM4S2f7OCF4BxI4b43jJZTJ6Ny3Zr/VQo57+73mkP2xxp3mtvu/5</com:token>
</com:workflowContext>
<tas1:taskPredicateQuery startRow="0" endRow="0">
<!--You have a CHOICE of the next 2 items at this level-->
<!--Optional:-->
*<tas1:displayColumnList>*
*<tas1:displayColumn>CREATOR</tas1:displayColumn>*
*<tas1:displayColumn>TITLE</tas1:displayColumn>*
*<tas1:displayColumn>CREATEDDATE</tas1:displayColumn>*
*<tas1:displayColumn>taskDisplayUrl</tas1:displayColumn>*
*<tas1:displayColumn>PRIORITY</tas1:displayColumn>*
*<tas1:displayColumn>TASKNUMBER</tas1:displayColumn>*
*</tas1:displayColumnList>*
<tas1:optionalInfoList>
<!--Zero or more repetitions:-->
</tas1:optionalInfoList>
<!--Optional:-->
<tas1:predicate>
<!--Optional:-->
<tas1:assignmentFilter>MY_AND_GROUP</tas1:assignmentFilter>
<!--Optional:-->
<!--You have a CHOICE of the next 2 items at this level-->
<!--Zero or more repetitions:-->
<tas1:clause joinOperator="OR" ignoreCase="false">
<!--Optional:-->
<tas1:column>TITLE</tas1:column>
<tas1:operator>EQ</tas1:operator>
<!--You have a CHOICE of the next 3 items at this level-->
<!--Optional:-->
<tas1:value>BPM_NotasGastos</tas1:value>
<!--Optional:-->
</tas1:clause>
<tas1:clause joinOperator="OR" ignoreCase="false">
<!--Optional:-->
<tas1:column>TITLE</tas1:column>
<tas1:operator>EQ</tas1:operator>
<!--You have a CHOICE of the next 3 items at this level-->
<!--Optional:-->
<tas1:value>BPM_AprobacionPedido</tas1:value>
<!--Optional:-->
</tas1:clause>
<!--Optional:-->
</tas1:predicate>
<tas1:ordering>
<!--Zero or more repetitions:-->
<tas1:clause>
<!--You have a CHOICE of the next 2 items at this level-->
<tas1:column>updatedDate</tas1:column>
<tas1:sortOrder>DESCENDING</tas1:sortOrder>
</tas1:clause>
</tas1:ordering>
<!--Optional:-->
</tas1:taskPredicateQuery>
</tas:taskListRequest>
</soapenv:Body>
</soapenv:Envelope>
the response
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<taskListResponse xmlns="http://xmlns.oracle.com/bpel/workflow/taskQueryService">
<task xmlns="http://xmlns.oracle.com/bpel/workflow/task">
<title>BPM_NotasGastos</title>
<ownerRole>BPM_NotasGastos.ProcessOwner</ownerRole>
<priority>3</priority>
<processInfo/>
<systemAttributes>
<acquiredBy>weblogic</acquiredBy>
<assignedDate>2011-07-12T15:30:54+02:00</assignedDate>
<assigneeUsers>
<id>weblogic</id>
<type>user</type>
</assigneeUsers>
<createdDate>2011-07-12T15:30:54+02:00</createdDate>
<digitalSignatureRequired>false</digitalSignatureRequired>
<fromUser>
<type>user</type>
</fromUser>
<numberOfTimesModified>1</numberOfTimesModified>
<state>STALE</state>
<substate>ASSIGNED</substate>
<systemActions>
<action>VIEW_TASK</action>
<displayName>VIEW_TASK</displayName>
</systemActions>
<taskId>baf46727-1a3f-4f88-90ca-3f2a101dbd76</taskId>
<taskNumber>212891</taskNumber>
<updatedBy>
<id>workflowsystem</id>
<type>user</type>
</updatedBy>
<updatedDate>2011-07-12T15:30:54+02:00</updatedDate>
<version>1</version>
<taskDefinitionId>poc/BPM_NotasGastos!1.43*soa_b5148411-0b3b-4a01-a6a1-5c05e59ee763/AprobacionNotaGasto</taskDefinitionId>
<workflowPattern>Participant</workflowPattern>
<participantName>weblogic</participantName>
<assignees>
<id>weblogic</id>
<type>user</type>
</assignees>
<isPartialTask>true</isPartialTask>
</systemAttributes>
<systemMessageAttributes/>
<callback/>
<sca/>
<applicationContext>OracleBPMProcessRolesApp</applicationContext>
<taskDefinitionId>poc/BPM_NotasGastos!1.43*soa_b5148411-0b3b-4a01-a6a1-5c05e59ee763/AprobacionNotaGasto</taskDefinitionId>
<mdsLabel>soa_b5148411-0b3b-4a01-a6a1-5c05e59ee763</mdsLabel>
<customAttributes/>
</task>
<task xmlns="http://xmlns.oracle.com/bpel/workflow/task">
<title>BPM_NotasGastos</title>
<ownerRole>BPM_NotasGastos.ProcessOwner</ownerRole>
<priority>3</priority>
<processInfo/>
<systemAttributes>
<acquiredBy>weblogic</acquiredBy>
<assignedDate>2011-07-12T15:21:18+02:00</assignedDate>
<assigneeUsers>
<id>weblogic</id>
<type>user</type>
</assigneeUsers>
<createdDate>2011-07-12T15:21:18+02:00</createdDate>
<digitalSignatureRequired>false</digitalSignatureRequired>
<fromUser>
<type>user</type>
</fromUser>
<numberOfTimesModified>1</numberOfTimesModified>
<state>STALE</state>
<substate>ASSIGNED</substate>
<systemActions>
<action>VIEW_TASK</action>
<displayName>VIEW_TASK</displayName>
</systemActions>
<taskId>be730766-ceaf-4ff6-ab30-11dbbbc53b6c</taskId>
<taskNumber>212881</taskNumber>
<updatedBy>
<id>workflowsystem</id>
<type>user</type>
</updatedBy>
<updatedDate>2011-07-12T15:21:18+02:00</updatedDate>
<version>1</version>
<taskDefinitionId>poc/BPM_NotasGastos!1.42*soa_4a0f73f0-faf9-4d42-8c9d-3e9bb7ab602a/AprobacionNotaGasto</taskDefinitionId>
<workflowPattern>Participant</workflowPattern>
<participantName>weblogic</participantName>
<assignees>
<id>weblogic</id>
<type>user</type>
</assignees>
<isPartialTask>true</isPartialTask>
</systemAttributes>
<systemMessageAttributes/>
<callback/>
<sca/>
<applicationContext>OracleBPMProcessRolesApp</applicationContext>
<taskDefinitionId>poc/BPM_NotasGastos!1.42*soa_4a0f73f0-faf9-4d42-8c9d-3e9bb7ab602a/AprobacionNotaGasto</taskDefinitionId>
<mdsLabel>soa_4a0f73f0-faf9-4d42-8c9d-3e9bb7ab602a</mdsLabel>
<customAttributes/>
</task>
<task xmlns="http://xmlns.oracle.com/bpel/workflow/task">
<title>BPM_NotasGastos</title>
<ownerRole>BPM_NotasGastos.ProcessOwner</ownerRole>
<priority>3</priority>
<processInfo/>
<systemAttributes>
<acquiredBy>weblogic</acquiredBy>
<assignedDate>2011-07-12T11:44:44+02:00</assignedDate>
<assigneeUsers>
<id>weblogic</id>
<type>user</type>
</assigneeUsers>
<createdDate>2011-07-12T11:44:44+02:00</createdDate>
<digitalSignatureRequired>false</digitalSignatureRequired>
<fromUser>
<type>user</type>
</fromUser>
<numberOfTimesModified>1</numberOfTimesModified>
<state>STALE</state>
<substate>ASSIGNED</substate>
<systemActions>
<action>VIEW_TASK</action>
<displayName>VIEW_TASK</displayName>
</systemActions>
<taskId>5a17b895-6577-4cdf-87f4-30f6c9127681</taskId>
<taskNumber>212405</taskNumber>
<updatedBy>
<id>workflowsystem</id>
<type>user</type>
</updatedBy>
<updatedDate>2011-07-12T11:44:44+02:00</updatedDate>
<version>1</version>
<taskDefinitionId>poc/BPM_NotasGastos!1.37*soa_520d40c0-fa0a-49bc-a5b2-8fd2dcca9651/AprobacionNotaGasto</taskDefinitionId>
<workflowPattern>Participant</workflowPattern>
<participantName>weblogic</participantName>
<assignees>
<id>weblogic</id>
<type>user</type>
</assignees>
<isPartialTask>true</isPartialTask>
</systemAttributes>
<systemMessageAttributes/>
<callback/>
<sca/>
<applicationContext>OracleBPMProcessRolesApp</applicationContext>
<taskDefinitionId>poc/BPM_NotasGastos!1.37*soa_520d40c0-fa0a-49bc-a5b2-8fd2dcca9651/AprobacionNotaGasto</taskDefinitionId>
<mdsLabel>soa_ff7d9ce2-7bef-433b-9e6d-12461136eff9</mdsLabel>
<customAttributes/>
</task>
<task xmlns="http://xmlns.oracle.com/bpel/workflow/task">
<title>BPM_NotasGastos</title>
<ownerRole>BPM_NotasGastos.ProcessOwner</ownerRole>
<priority>3</priority>
<processInfo/>
<systemAttributes>
<acquiredBy>weblogic</acquiredBy>
<assignedDate>2011-07-12T11:39:22+02:00</assignedDate>
<assigneeUsers>
<id>weblogic</id>
<type>user</type>
</assigneeUsers>
<createdDate>2011-07-12T11:39:22+02:00</createdDate>
<digitalSignatureRequired>false</digitalSignatureRequired>
<fromUser>
<type>user</type>
</fromUser>
<numberOfTimesModified>1</numberOfTimesModified>
<state>STALE</state>
<substate>ASSIGNED</substate>
<systemActions>
<action>VIEW_TASK</action>
<displayName>VIEW_TASK</displayName>
</systemActions>
<taskId>fa249c9c-d45b-4bb6-869b-3ae2893147d8</taskId>
<taskNumber>212383</taskNumber>
<updatedBy>
<id>workflowsystem</id>
<type>user</type>
</updatedBy>
<updatedDate>2011-07-12T11:39:22+02:00</updatedDate>
<version>1</version>
<taskDefinitionId>poc/BPM_NotasGastos!1.36*soa_4fb21287-882e-4e9a-9087-4c39f8bd3b29/AprobacionNotaGasto</taskDefinitionId>
<workflowPattern>Participant</workflowPattern>
<participantName>weblogic</participantName>
<assignees>
<id>weblogic</id>
<type>user</type>
</assignees>
<isPartialTask>true</isPartialTask>
</systemAttributes>
<systemMessageAttributes/>
<callback/>
<sca/>
<applicationContext>OracleBPMProcessRolesApp</applicationContext>
<taskDefinitionId>poc/BPM_NotasGastos!1.36*soa_4fb21287-882e-4e9a-9087-4c39f8bd3b29/AprobacionNotaGasto</taskDefinitionId>
<mdsLabel>soa_ff7d9ce2-7bef-433b-9e6d-12461136eff9</mdsLabel>
<customAttributes/>
</task>
<task xmlns="http://xmlns.oracle.com/bpel/workflow/task">
<title>BPM_NotasGastos</title>
<ownerRole>BPM_NotasGastos.ProcessOwner</ownerRole>
<priority>3</priority>
<processInfo/>
<systemAttributes>
<acquiredBy>weblogic</acquiredBy>
<assignedDate>2011-07-08T14:38:12+02:00</assignedDate>
<assigneeUsers>
<id>weblogic</id>
<type>user</type>
</assigneeUsers>
<createdDate>2011-07-08T14:38:12+02:00</createdDate>
<digitalSignatureRequired>false</digitalSignatureRequired>
<fromUser>
<type>user</type>
</fromUser>
<numberOfTimesModified>1</numberOfTimesModified>
<state>STALE</state>
<substate>ASSIGNED</substate>
<systemActions>
<action>VIEW_TASK</action>
<displayName>VIEW_TASK</displayName>
</systemActions>
<taskId>df18152a-6a5a-40ac-a06f-64ad6507f4fb</taskId>
<taskNumber>211358</taskNumber>
<updatedBy>
<id>workflowsystem</id>
<type>user</type>
</updatedBy>
<updatedDate>2011-07-08T14:38:12+02:00</updatedDate>
<version>1</version>
<taskDefinitionId>poc/BPM_NotasGastos!1.24*soa_abca4e03-b8e6-414a-8b59-8943ac2fbb0c/AprobacionNotaGasto</taskDefinitionId>
<workflowPattern>Participant</workflowPattern>
<participantName>weblogic</participantName>
<assignees>
<id>weblogic</id>
<type>user</type>
</assignees>
<isPartialTask>true</isPartialTask>
</systemAttributes>
<systemMessageAttributes/>
<callback/>
<sca/>
<applicationContext>OracleBPMProcessRolesApp</applicationContext>
<taskDefinitionId>poc/BPM_NotasGastos!1.24*soa_abca4e03-b8e6-414a-8b59-8943ac2fbb0c/AprobacionNotaGasto</taskDefinitionId>
<mdsLabel>soa_abca4e03-b8e6-414a-8b59-8943ac2fbb0c</mdsLabel>
<customAttributes/>
</task>
</taskListResponse>
</env:Body>
</env:Envelope>

Hi, did you find the way to find the URL of the WSDL? I have the same problem.

Similar Messages

  • Obtaining the URL used to open the PDF

    Hi,
    My Acrobat PDF is to be opened within the browser using a URL that will differ with each testing region.
    How do I obtain the URL that was used to open the PDF within the PDF javascript code?
    Thanks for your help.

    Look at the documentation for that method: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.443.html
    You'll see that there are security restrictions, so it normally cannot work if the code is inside the document. It also won't work for a dynamic XFA form, but might for a static form if you can get it to execute in a privileged context (e.g., folder-level code).
    This also isn't something that you'd normally want to do at run-time. Can you explain why you want to do this? There might be other approaches that would be more appropriate for an XFA form, so consider posting this in the LiveCycle Designer forum as TSN urged.

  • Export a report though the URL as a PDF with BOOKMARKS

    Hi. I would like to export a report though the URL as a PDF with BOOKMARKS.
    As recommended in other posts, I updated Crystal Reports XI to Release 2 and I am able to export my report as a PDF with the bookmarks within the Crystal Reports tool.
    Is there a way to export my report as a PDF with the bookmarks through the URL ?
    Specifically, I would like to know the syntax of the URL to include the bookmarks.
    Thanks.
    KP

    You need to use OpenDocument feature.
    .NET:
    [http://<ServerName>businessobjects/enterprise115/infoview/scripts/openDocument.aspx?iDocID=<idocid>&sOutputFormat=P]
    JSP:
    [http://<ServerName>:<port No.>/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?iDocID=<idcoid>&sOutputFormat=P]

  • HT1349 I accidentally erased the URL for my homepage with safari in the preferences, can someone tell me what to put in there so when I click on the safari icon in my dock it will go there? thank you, kathy

    I accidentally erased the URL for my homepage with safari in the preferences so can someone tell me what to put in there so when I click on the safari icon in the dock it will take me to the safari page it had when I first got my macbook pro?

    Safari comes with the Apple website pre-defined, so if you want to use it as the homepage for Safari, open Safari menu > Preferences > General, and type "http://www.apple.com" (without quotes) on the homepage box. Then, close the Preferences window and Safari will be set up with this page

  • Error in invoking task query service-after customising Worklist application

    hi' I am getting error after trying to customize the Worklist application.
    IWorkflowServiceClient wfSvcClient =WorkflowServiceClientFactory.getWorkflowServiceClient(WorkflowServiceClientFactory.SOAP_CLIENT);
    IWorkflowContext wfCtx = wfSvcClient.getTaskQueryService().authenticate(userid, password, realm_name, null);
    In the above code 2nd line gives error:
    log4j:WARN No appenders could be found for logger (collaxa.cube.services).
    log4j:WARN Please initialize the log4j system properly.
    <2009-11-16 11:36:55,598> <ERROR> <oracle.bpel.services.workflow> <::>
    java.lang.NullPointerException
         at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
         at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
         at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
         at oracle.bpel.services.config.ConfigurationManager.getProperty(ConfigurationManager.java:119)
         at oracle.bpel.services.config.ConfigurationManager.getBooleanProperty(ConfigurationManager.java:170)
         at oracle.bpel.services.common.exception.ServicesException.<clinit>(ServicesException.java:61)
         at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:79)
         at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
         at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
         at test.GetWorkList.getWorklist(GetWorkList.java:39)
         at test.GetWorkList.main(GetWorkList.java:111)
    <::> ORABPEL-30028
    <::>
    <::> Invalid configuration file wf_config.xml
    <::> The configuration file wf_config.xml not be read.
    <::> Make sure that the configuration file wf_config.xml is available and is a valid XML document. Contact oracle support if error is not fixable.
    <::>
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:79)
    <::>      at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
    <::>      at oracle.bpel.services.config.ConfigurationManager.getProperty(ConfigurationManager.java:119)
    <::>      at oracle.bpel.services.config.ConfigurationManager.getBooleanProperty(ConfigurationManager.java:170)
    <::>      at oracle.bpel.services.common.exception.ServicesException.<clinit>(ServicesException.java:61)
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:79)
    <::>      at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
    <::>      at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
    <::>      at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
    <::>      at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
    <::>      at test.GetWorkList.getWorklist(GetWorkList.java:39)
    <::>      at test.GetWorkList.main(GetWorkList.java:111)
    <::> Caused by: java.lang.NullPointerException
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
    <::>      ... 11 more
    <2009-11-16 11:36:55,598> <ERROR> <oracle.bpel.services.workflow> <::>
    java.lang.NullPointerException
         at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
         at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
         at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
         at oracle.bpel.services.config.ConfigurationManager.getProperty(ConfigurationManager.java:119)
         at oracle.bpel.services.config.ConfigurationManager.getBooleanProperty(ConfigurationManager.java:170)
         at oracle.bpel.services.common.exception.ServicesException.<clinit>(ServicesException.java:61)
         at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:79)
         at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
         at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
         at test.GetWorkList.getWorklist(GetWorkList.java:39)
         at test.GetWorkList.main(GetWorkList.java:111)
    <::> ORABPEL-30028
    <::>
    <::> Invalid configuration file wf_config.xml
    <::> The configuration file wf_config.xml not be read.
    <::> Make sure that the configuration file wf_config.xml is available and is a valid XML document. Contact oracle support if error is not fixable.
    <::>
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:79)
    <::>      at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
    <::>      at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
    <::>      at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
    <::>      at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
    <::>      at test.GetWorkList.getWorklist(GetWorkList.java:39)
    <::>      at test.GetWorkList.main(GetWorkList.java:111)
    <::> Caused by: java.lang.NullPointerException
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
    <::>      ... 6 more
    <2009-11-16 11:36:55,598> <ERROR> <oracle.bpel.services.workflow> <::>
    java.lang.NullPointerException
         at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
         at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
         at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
         at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
         at test.GetWorkList.getWorklist(GetWorkList.java:39)
         at test.GetWorkList.main(GetWorkList.java:111)
    <::> ORABPEL-30028
    <::>
    <::> Invalid configuration file wf_config.xml
    <::> The configuration file wf_config.xml not be read.
    <::> Make sure that the configuration file wf_config.xml is available and is a valid XML document. Contact oracle support if error is not fixable.
    <::>
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:79)
    <::>      at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
    <::>      at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
    <::>      at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
    <::>      at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
    <::>      at test.GetWorkList.getWorklist(GetWorkList.java:39)
    <::>      at test.GetWorkList.main(GetWorkList.java:111)
    <::> Caused by: java.lang.NullPointerException
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
    <::>      at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
    <::>      at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
    <::>      ... 6 more
    <2009-11-16 11:36:55,598> <ERROR> <oracle.bpel.services.workflow> <::>
    java.lang.NullPointerException
         at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLocation(AbstractJaxbUtil.java:320)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(AbstractJaxbUtil.java:295)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:145)
         at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJaxbUtil.java:127)
         at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationManager.java:60)
         at oracle.bpel.services.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:101)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:151)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.<clinit>(AbstractDOMTaskQueryServiceClient.java:73)
         at oracle.bpel.services.workflow.client.SOAPWorkflowServiceClient.getTaskQueryService(SOAPWorkflowServiceClient.java:73)
         at test.GetWorkList.getWorklist(GetWorkList.java:39)
         at test.GetWorkList.main(GetWorkList.java:111)
    <::> WorkflowService:: VerificationService.VerificationService: Session Timeout set to default due to error: Invalid configuration file wf_config.xml
    <::> The configuration file wf_config.xml not be read.
    <::> Make sure that the configuration file wf_config.xml is available and is a valid XML document. Contact oracle support if error is not fixable.
    ITaskQueryService
    <::> ORABPEL-30509
    <::>
    <::> Error in invoking task query service.
    <::> A client side error occured in invoking the task query service.
    <::> Please check the exception error stack to identify the error. Contact oracle support if error is not fixable.
    <::>
    <::>      at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:176)
    <::>      at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:193)
    <::>      at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:90)
    <::>      at test.GetWorkList.getWorklist(GetWorkList.java:43)
    <::>      at test.GetWorkList.main(GetWorkList.java:111)
    <::> Caused by: javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
    <::>      at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:119)
    <::>      at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:103)
    <::>      ... 4 more
    <2009-11-16 11:36:55,661> <ERROR> <oracle.bpel.services.workflow> <::> Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
    javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
         at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:119)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:103)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:193)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:90)
         at test.GetWorkList.getWorklist(GetWorkList.java:43)
         at test.GetWorkList.main(GetWorkList.java:111)
    <::> ORABPEL-30509
    <::>
    <::> Error in invoking task query service.
    <::> A client side error occured in invoking the task query service.
    <::> Please check the exception error stack to identify the error. Contact oracle support if error is not fixable.
    <::>
    <::>      at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:176)
    <::>      at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:193)
    <::>      at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:90)
    <::>      at test.GetWorkList.getWorklist(GetWorkList.java:43)
    <::>      at test.GetWorkList.main(GetWorkList.java:111)
    <::> Caused by: javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
    <::>      at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:119)
    <::>      at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:103)
    <::>      ... 4 more
    <2009-11-16 11:36:55,661> <ERROR> <oracle.bpel.services.workflow> <::> Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
    javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
         at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:119)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:103)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:193)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:90)
         at test.GetWorkList.getWorklist(GetWorkList.java:43)
         at test.GetWorkList.main(GetWorkList.java:111)
    Error in invoking task query service.
    A client side error occured in invoking the task query service.
    Please check the exception error stack to identify the error. Contact oracle support if error is not fixable.
    javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider org.apache.axis.soap.MessageFactoryImpl not found
         at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:119)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:103)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:193)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:90)
         at test.GetWorkList.getWorklist(GetWorkList.java:43)
         at test.GetWorkList.main(GetWorkList.java:111)after taskquery
    Edited by: Yatan on Nov 16, 2009 12:22 PM

    I am not getting where to keep this .xml file so it is able to read this.
    please advice.
    thanks
    Yatan

  • PA Error: The project has no assets with valid in service dates

    Hello all,
    I am facing issue while generate Capital Project (Projects: Capitalization > Capital Projects) I am getting below Exception Reason error.
    The project has no assets with valid in service dates
    Please Help me to clear this issue.
    Thanks and Regards,
    Muthu

    Hi,
    Thanks for your reply, Let me check and get back to you.
    Thanks and Regards,
    Muthu

  • PRC: Generate Asset Lines for a Single Project shows error(The project has no assets with valid in service dates.)

    Project Number             Project Name                    Exception Reason
    15                         Capital Project Jatyuapura      The project has no assets with valid in service dates.

    HarvirSinghSaini wrote:
    Project Number             Project Name                    Exception Reason
    15                         Capital Project Jatyuapura      The project has no assets with valid in service dates.
    PRC: Generate Asset Lines For A Range Of Projects Prints Exceptions (Doc ID 1519498.1)
    Integrating Oracle Inventory Transactions Into Oracle Projects To Generate Asset Lines & Interface Assets To Fixed Assets (Doc ID 1392743.1)
    Thanks,
    Hussein

  • How to obtain the URL to access an instance?

    Hi!!
    Is there any way to get or to form (a kind of format or something) the URL for an instance? What I want to do is that the user clics on a link and that it shows the workspace with the instance opened so the user doesn't have to do a search to find that instance.
    Thanks
    Ana

    try this
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3DF1156A4E034080020E74861&p_node=DZ52505&p_submitted=N&p_rank=&p_answer=&p_source=External

  • Obtaining the WSDL and sending a message (like Web Services)

    Hi All,
    Is it possible to use a service interface defined in XI as any other web service? Consider the following scenario.
    1. Create an async service interface (outbound) in XI (This has a message mapping and the message goes to some inbound interface). 
    2. Can we write an external application (a Java swing client or something) which can send a message to this service interface?
    3. While writing a normal web services client we specify the url of the WSDL and then send a SOAP message using some APIs.
    4. Can this be achieved in XI? If so could you provide me some links or blogs etc to have some idea about this. Also how do we specify the URL of the interface.
    5. I have seen a similar application (an HTML file) which takes the XML payload (conforming to the message type of the interface) and sends the message to the interface. In this case the URL is formed from sender namespace, server name, port etc. The name of this HTML is XIHttp_adapter.html.
    6. Can somebody give me more inputs in this direction?
    Many Thanks,
    Sandeep

    Hi Sandeep,
    The Info below should surely help you find an answer.
    If you're on WAS 6.20 and up, you can expose an RFC as a webservice directly from WAS.
    Or if you’re on Basis layer 4.6D, you'll need to use XI (or some other integration tool) to expose the RFC as a webservice.
    To do this in XI you'll need to:
    Integration Repository
    1) Import the RFC
    2) Define a message and datatype for the SOAP interface
    3) Create inbound and outbound interfaces
    4) Create maps between the RFC and SOAP messages
    5) Create an interface map
    Integration Directory
    1) Create an RFC Receiver Channel
    2) Create a SOAP Sender Channel
    3) Generate the WSDL (Tools->Define Web Service)
    You can then handoff the WSDL and a login username and password to your developer and they will have everything they need to make the WS call.
    Here are answers to a few doubts u might have:
    1) Do I need to actually create a WS that calls the RFC ? Isn’t the virtual interface exposed by the XI sufficient?
    Yes, you need to create a WS in XI that calls the RFC.
    2) If I really have to create the WS and deploy it in order to expose it with the XI, then what is my benefit of exposing it with the XI, why not just exposing it as a normal WS ?
    You don't have WAS 6.20 or up. Even if you did, you may still want to expose it using XI in order to have all of your integration go through the same application.
    3) If I expose my web service through the XI, how does the client application executes one of its methods? To which url does it have to access (the XI or the actual WS)?
    You expose a SOAP interface in XI by generating a WSDL file. This file contains all of the information a developer will need to call the webservice including the URL.
    You actually specify the URL when you generate the WSDL. Be sure to read the documentation to get the correct format because the URL that the wizard suggests isn't correct.
    Also check this Pdf for the Receiever SOAP Adapter configuration:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/40728f7b-0401-0010-d9bc-8c73884a3789
    Also the target URL must be the URL to the WSDL. So, if you try putting it in your browser you must see the wsdl code.Please do ensure the same.....
    I hope this helps.
    Regards,
    Abhy

  • Obtaining the number of voice channels with SNMP

    Is it possible to get the number of channels in use across a number of voice gateway via SNMP from CallManager?
    In RTMT I view the see "MGCP PRI: Channel Active" statistic within Gateway Activity. This is a figure for the whole CCM cluster. I've looked at the CISCO-CCM-MIB but cannot find a reference to this particular value. Can this value be retrieved through the use of SNMP?

    it is possible to retrieve the number of channels in use from SNMP.
    use PERFMON >
    PerformanceObject = MGCP Gateways
    Counter = PRIChannelsActive
    Instances = All (or which ever you need to view)
    this information is also available in RTMT as well as most other SNMP packages such as NetIQ

  • Prob in Testing the sample Applicaion "Online Store with Oracle9i Web Services"

    Hi,
    I am testing this "ONLINE STORE" webservice application.I have deployed the web services and the application in Standalone OC4J V 903
    I get the following error when JSP try to access the Web service.
    whereas i can access the bean successfully from a client.
    First I got the error "Authenticate against the proxy server".Since both my apps are in the same machine,it should not have asked for that.
    When i put the authentication code,it gave the folowing "timeout error".
    Error
    Unsupported response content type "text/html", must be: "text/xml". Response was: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> <title>10060 -- Connection Timed Out</title> </head> <body bgcolor="#BEBEBE"> <h2>Proxy Reports:</h2> <div align="center"><center> <table border="1" width="90%"> <tr> <td width="100" bgcolor="#FFFFFF"><font color="#FF0000"><strong>10060</strong></font></td> <td bgcolor="#FFFFFF"><font color="#FF0000"><strong>Connection timed out</strong></font></td> </tr> </table> </center></div> <hr size="6" width="90%"> <div align="center"><center> <table border="0" width="90%"> <tr> <td><em>The web server specified in your URL could not be contacted.  Please check your URL or try your request again.</em><p><em>This error could have been caused by:</em><ul> <li><em>Bad / misspelled URL</em></li> <li><em>Following an invalid link</em></li> <li><em>Your network connection and/or transient conditions on the Internet</em></li> <li><em>Load conditions on the web server.</em></li> </ul> </td> </tr> </table> </center></div> <hr size="6" width="90%"> <p><em>Microsoft Proxy Server v2.0</em></p> <p><strong>Proxy Server : proxysvr.mumbai.tcs.co.in</strong></p> <p><strong>Via : </strong></p> </body> </html>
    Can anyone help me in this ?
    I tried deploying a single web service one at a time.The first webservice worked but when i deployed the next one again i get the same error !
    Thanx for ur prompt reply in advance!
    Chhimi

    Hi,
    I hav specified the correct conection parameter values in ConnectionParam.java.
    When i try to run the currency converter Web service thhrough a simple client i get the following error :
    F:\JDeveloper903\jdk\bin\javaw.exe -ojvm -classpath G:\CY\WebServ-Code\WS_Currency\ProjectCurr\classes;F:\JDeveloper903\jdev\lib\jdev-rt.jar;F:\JDeveloper903\jdev\lib\jdev-rt.jar;F:\JDeveloper903\soap\lib\soap.jar;F:\JDeveloper903\lib\xmlparserv2.jar;F:\JDeveloper903\jlib\javax-ssl-1_2.jar;F:\JDeveloper903\jlib\jssl-1_2.jar;F:\JDeveloper903\j2ee\home\lib\activation.jar;F:\JDeveloper903\j2ee\home\lib\mail.jar;F:\JDeveloper903\j2ee\home\lib\http_client.jar Curr_Pkg.CurrrencyMain
    [SOAPException: faultCode=SOAP-ENV:IOException; msg=services.xmethods.net; targetException=java.net.UnknownHostException: services.xmethods.net]
         void org.apache.soap.SOAPException.<init>(java.lang.String, java.lang.String, java.lang.Throwable)
              SOAPException.java:77
         void oracle.soap.transport.http.OracleSOAPHTTPConnection.send(java.net.URL, java.lang.String, java.util.Hashtable, org.apache.soap.Envelope, org.apache.soap.encoding.SOAPMappingRegistry, org.apache.soap.rpc.SOAPContext)
              OracleSOAPHTTPConnection.java:765
         org.apache.soap.rpc.Response org.apache.soap.rpc.Call.invoke(java.net.URL, java.lang.String)
              Call.java:253
         java.lang.Float mypackage1.CurrencyExchangeServiceStub.getRate(java.lang.String, java.lang.String)
              CurrencyExchangeServiceStub.java:56
         void Curr_Pkg.CurrrencyMain.main(java.lang.String[])
              CurrrencyMain.java:13
    Exception in thread main
    Process exited with exit code 1.
    I hav bypassed this web service by hardcoding in the code where it has been called.
    Today again I try to run the application, The Shipping Web service worked fine but only once then again the same error got displayed!
    I think it's all due to the proxy authentication code that it goes in a loop !
    Mike, I hav cleaned the deployment files before redeploying the application.
    As far as the "WS-demo=...." etc files which u ver referring to.. I think it's due to the profile dependencies in the deployment profile for the WS-demo app where all the web services deployment are checked. I had unchecked that option since i deployed al the web services individually.
    Please anyone has any clue what's wrong.
    I tried deploying a simple web service in Oracle9iAS Rel 2 and try to access that through a JSP deployed in standalone OC4J. Ther also it hanged ? Is it due to proxy authentication. Is there some additional procedure for deploying web service to Oracle9iAS?
    Please reply ASAP !!

  • EULA reapears after streaming the disk to another machine with Citrix Provisioning Services

    We have a Citrix Xenapp 6.5 farm and we use Citrix provisioning services to stream 1 disk to multiple servers in the farm.
    We use Adobe acrobat professional X and the EULA pop-ups keeps appearing for each user. During the installation of the master image the ACCEPT_EULA property is set to "yes"
    The only way to get rid of these popups is to unistall acrobat and re-install it.
    Is this the only way to fix this or is there a quicker method, script or registry entry or whatever to fix this issue?

    How are you setting the property? Is it command line or via the Wizard?
    If CMD, then get the Admin Guide and double check your syntax.
    If Wizard, verify the property is set by inspecting the UI and the installer tables with the Direct Editor.
    Post back.
    Ben

  • BPM task not coming in inbox

    Dear Experts,
      This regarding the UWL issue which we are facing in our landscape.
    We have an EP 7.01 SP11 system by which users access the BPM task and CE 7.2 SP06 system
    Where the BPM workflow is created.
    SSO is configured properly between these two systems where both  systems UME is pointing
    to the same LDAP. System configurations and UWL configurations are done properly ,in fact the
    tasks where coming properly in the inbox before.
    But all of sudden without any changes its not working now . we are not able to find the root cause
    of it.
    Kindly help us to resolve this issue and let us know if you need more inputs.
    Many thanks in advance.
    Regards,
    Parthibaraja

    Dear Parthibaraja
    I hope you are well and many thanks for using the SAP Discussion Forums .
    In relation to the issue you described you mentioned:
    We have an EP 7.01 SP11 system by which users access the BPM task and CE 7.2 SP06 system Where the BPM workflow is created.
    SSO is configured properly between these two systems where both  systems UME is pointing to the same LDAP. System configurations and UWL configurations are done properly ,in fact the tasks where coming properly in the inbox before.
    Now although you mentioned the configurations are setup accordingly. I would like you to kindly review the UWL Destination Service Configuration as the smallest discrepancy maintained can cause unpredictable and unexpected behaviour.
    SAP Note: Note 1133821 - UWL Destination Service configuration
    When you followed and implemented SAP Note 1133821 - UWL Destination Service Configuration we need to make sure that connector names and also destination names match exactly (Case Sensitive).
    Example: I mean if your portal system alias (=UWL connector name) is for example XYZCLNT100, then the rfc destination name should be exactly XYZCLNT100$WebFlowConnector.
    After checking this and if you make any configuration changes
    Clear the UWL Cache
    Restart the UWL Service (during a period of downtime/low usage levels)
    Now in terms of the UWL and BPM tasks there are some important points to highlight which are covered in the following documentation link:
    http://help.sap.com/saphelp_nw73/helpdata/de/4a/ee9c7488946d62e10000000a
    42189c/frameset.htm
    I have come across similar scenarios in the past which have been resolved after consulting the following SAP Note Documentation:
    SAP Note: 1585226 - BPM UWL Connector Failure
    Kindly Check whether the proxy settings are done correctly and http.nonProxyHosts has proper entries as explained in the note 1507174. (Proxy settings for the J2EE engine). You NEED to have SSO configured as in a case with 730, absolutely no user mapping should be used on webflowconnectors.
    Kindly update me as per your findings.
    I greatly appreciate your time and patience and I look forward to recieving your reply.
    Kind Regards & All The Best
    Troy Cronin - Enteprise Portal Support Engineer

  • How does the URL of DataSocket constitute?And how to use it in LabWindows/CVI ?

    Hi !
    There's a problem puzzled me some days.How does the URL of DataSocket constitute ? And how to use it in LabWindow/CVI ?
    For example.I have downloaded a code in http://zone.ni.com/devzone/cda/epd/p/id/3787.I want to make it work properly.So I configure my DataSocket Server Manger according to the URL of this statement.
    DS_Open ("dstp://weather.natinst.com/weather/current",
    DSConst_ReadAutoUpdate, DSCurrentCallback, NULL,
    &dsCurrentHandle);
     My DateSockket Server Manger is configured as:
    However,it could not work properly when I debug it.
    There's a introduction at the top of the code."You may need to replace the references to weather.natinst.com to 130.164.140.10 if the DNS isn't working properly."So,I modified the statement into
    DS_Open ("dstp://130.164.140.10/weather/current",
    DSConst_ReadAutoUpdate, DSCurrentCallback, NULL,
    &dsCurrentHandle);
    but,it did work properly.
    We want to communicate with other computers via the URL of  DataSocket in LabWindows/CVI.Whereas,how could we make it ia the URL ?
    If anyone could help me solve this problem,I would appreciate it very much !
    Best regards.
                     xiepei
    I wouldn't care success or failure,for I will only struggle ahead as long as I have been destined to the distance.

    Hi !
    Thank you very much for your reply! I will accept your advice.
    Besides,I have another question.If I want to visit other computers or other websites,how does the URL of DataSocket  I constitute ? Does the URL has any relation with the DataSocket Server Manger ?If does,how to configure the DataSocket Server Manager to let them connected.If they have no relation,how to use the DataSocket Server Manger ?
    After all,I want to know how to use it in LabWinows/CVI ?
    Thank you very much !
    Best regards!
    I wouldn't care success or failure,for I will only struggle ahead as long as I have been destined to the distance.

  • The URL bar autocomplete feature is not working correctly, does anyone else have this problem?

    I was running version 9.x and had this problem, so I have just updated to Firefox 11 but this is not helping.
    The issue is that the URL bar will not let me type a new address in some cases - prefering instead to refer me to a previously visited address. Perhaps it would be better if I gave an example:
    I am trying to go to a site I haven't visited before, e.g. holden.com.au
    I type 'h', and the URL bar suggests that I go to my Hotmail login page (the URL for this starts with 's'), and autofills the rest of the far (so now I am in the situation where I have an address in the bar starting with 's'). This means I can't continue entering the intended address.
    Can this be fixed, or is it just an issue for me?

    I have resolved this issue by going into about:config and toggling the browser.urlbar.autoFill setting. I think the default setting must have been changed in a recent update.

Maybe you are looking for

  • USB networking cable

    Actually, I've got difficulty to use the AJZaurusUSB-0.5.3.tgz driver. After installation, I can 't see the new network interface in the ifconfig result. I 've got a IBook 900 Mhz, with MAC OS 10.4.11. I would to use a USB networking cable, and I tho

  • Properties in TDMS file not visible in Diadem

    Hi, I'am using Diadem 2011 to read a tdms file created in LabVIEW 2011. In diadem i cannot see the properties (file, group or channel) i added myself to the tdms file, in LabVIEW withe the TDMS file reader they are visible. Attached (in the zip), the

  • Is the wifi receiver of an Airport express stronger than IPhone?

    Hi I am about to purchase an airport in order to extend my wifi connection. But first I would like to check the strength of the wifi signal I'm going to receive in the location of the future AX. But how is the wifi received in the AX ? Stronger than

  • Scratch Disk not showing

    I just installed CC Photoshop 14.2 on my Levona Yoga2 Pro.  The "scratch disk" options do not include external drives. If I open CS3, I am able to select these external drives as scratch disks.  Any help out there?

  • Not enough storage even after app deletion and reset

    I've deleted all of the apps and have cut down on the music and yet it still says I've used 12.6 GB with 1.2 left over.  I had a ton of apps before (my kids games mostly) and even with them gone I get the message that I don't have enough.  I also del