Dynamic Administrator and Interactive Services

Dear,
I am running zcm 10.3.4 on Windows 7 x64. When running bundles with user interaction as Dynamic Admin a Interactive Services popup comes flashing in the taskbar. I am wondering if there is a fix for it?
Thanks in advance
Joeri

I was hoping this would have been in the 11.1 SP1 update but not looking too good and have been dealing w/this issues since 10.3.1.
this is a very annoying issues since you have to redo most apps that worked just fine on Zenworks 7 and XP. Mainly seems to be an issue on Win7. a more detailed explanation is here:
http://forums.novell.com/novell/nove...s-taskbar.html
Originally Posted by craig_wilson
The only "FIX" is to ensure whatever runs as Dynamic Admin does not have
any graphic output.
Novell is looking at implementing some design changes that could provide
a resolution.
This change will NOT be in 11.2.0, but may be in one of the point
releases after that.
However, until there is at least working test code I would keep my
expectations tempered since some significant code changes are required
to get around this.
Craig Wilson - MCNE, MCSE, CCNA
Novell Knowledge Partner
Novell does not officially monitor these forums.
Suggestions/Opinions/Statements made by me are solely my own.
These thoughts may not be shared by either Novell or any rational human.

Similar Messages

  • Dynamic Binding and Interactions

    Hi,
    When we invoke a BPEL say "MyBPEL2" from another BPEL say "MYBPEL1" we can see the instance id of "MyBPEL2" in "Interactions" tab of "MyBPEL1" from the BPEL console GUI, seems there is some kind of parent-child relationship maintained in dehydration database. But i dont see the same relation if MyBPEL2 is dynamically binded and invoked?
    any ideas please?
    thanks,
    -Ng.

    Are you saying the classes have package access, or their methods (e.g. toString)?
    If the latter (methods) it won't compile.
    If the former (classes) then polymorphism works as usual--whatever you have an instance of at runtime, that's whose method is called.
    You can't refer to one of those package-protected classes by name, but if you get your hands on one (say from a public factory) with a reference of some public superclass or interface, then you can call any public methods specified by that public superclass/interface, and the appropriate method wil get called on the concrete object.
    If you look at the source code for the Collections classes, you'll find that the Iterator implementations are either package scoped or private, I think.

  • Dynamic forms and Web Services?

    So what we are trying to do is get a dynamic form's information into a database.  On the form itself we have several fields wrapped in a subform that is set to repeat.  It is bound to an element from a web service, which allows the form to grow based on the number of rows returned.  We needed to do this because depending on the selection of departments, there could be a different number of rows returned each time.  This works out fine.  The form grows to display different options, based on the selection.
    What we're having problems with is writing the changes made back to the database.  We have a web service that is bound to the subform that contains the fields, and also bound to the fields themselves, but we're only able to write the information from the last node, i.e if there were six options that were displayed, and you made changes to all six, only the changes to the last one would be written to the database.  Is there something special that needs to be done on the form side?
    Any help is much appreciated.

    Yes ...you set up the web service to recieve one parameter .....then you create a multiline field (make it invisible so the user cannot see it). Then use this command to populate the field with the form data:
    fieldname.rawValue = xfa.datasets.data.saveXML("pretty");
    Now bind this field to the web service input and call it.
    Paul

  • Dynamic Tables and Data Service

    hi :)
    i have a dynamic table (with add/delete row) buttons,
    one of the fields in each row, needs to populate the rest of the fields with first/last/address information.
    i understand how the data service works for a single fields, is there a way to do this by adding/deleting rows?
    how can i bind them? and how do i ensure that the proper row is populating?
    Thanks!

    To get the instance of the subform that you are working on you can use this.parent.index. Now when addressing the field the occurance number is on the container subform and not on the field itself. So if you had a Page1 - Subform1 - Row - Object you would use Page1.Subform1.Row[instancenumber].object.rawValue
    The only issue is the the [] are illegal in javascript so you can use the syntax:
    xfa.resolveNode("Page1.Subform1.Row[" + this.parent.index + "]").object.rawValue
    Make sense?

  • Dynamic Credentials and Web Service Data Controls

    I've followed Steve Muench's post on using Dynamic Credentials (14.     Dynamic JDBC Credentials for Model 1 and Model 2 [10.1.3.2] 2006, Upd: 17-MAY-2007), which works fine with the ADF BC part of the project. However, the project also contains Data Controls created from web services. I'm getting the following exception. Why are the web services being effected by the credentials and how can I fix it?
    Aug 31, 2007 12:38:41 PM oracle.adf.model.adapter.DataControlFactoryImpl createSession
    SEVERE: Exception:
    oracle.adf.model.adapter.AdapterException: DCA-40012: Failed to create a connection to the Web Service.
         at oracle.adfinternal.model.adapter.webservice.WSDefinition.loadFromMetadata(WSDefinition.java:659)
         at oracle.adf.model.adapter.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:163)
         at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:76)
         at oracle.adf.model.BindingContext.get(BindingContext.java:457)
         at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)
         at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)
         at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)
         at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)
         at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.<init>(JUMethodIteratorDef.java:138)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef.createIterBinding(JUMethodIteratorDef.java:93)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef.createIterBinding(JUMethodIteratorDef.java:84)
         at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)
         at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)
         at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)
         at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)
         at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)
         at oracle.adf.model.BindingContext.get(BindingContext.java:483)
         at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:313)
         at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:633)
         at oracle.adf.controller.v2.context.LifecycleContext.getBindingContainer(LifecycleContext.java:150)
         at com.awiweb.om.view.fwkExts.OMS_FacesPageLifecycleContext.initControllerClass(OMS_FacesPageLifecycleContext.java:23)
         at oracle.adf.controller.v2.context.LifecycleContext.<init>(LifecycleContext.java:53)
         at oracle.adf.controller.v2.context.PageLifecycleContext.<init>(PageLifecycleContext.java:48)
         at oracle.adf.controller.faces.context.FacesPageLifecycleContext.<init>(FacesPageLifecycleContext.java:37)
         at com.awiweb.om.view.fwkExts.OMS_FacesPageLifecycleContext.<init>(OMS_FacesPageLifecycleContext.java:17)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at oracle.adf.controller.v2.context.LifecycleContext.getInstance(LifecycleContext.java:86)
         at oracle.adf.controller.v2.context.LifecycleContext.getInstance(LifecycleContext.java:65)
         at oracle.adf.controller.faces.lifecycle.ADFPhaseListener$1.before(ADFPhaseListener.java:404)
         at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:77)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:228)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.awiweb.om.view.fwkExts.OMS_ADFBindingFilter.doFilter(OMS_ADFBindingFilter.java:79)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)

    Please ignore this post. The problem was not related to the Web Service.

  • Dynamic display and interaction with UI components...Need help!!

    hi
    I want to create forms which asks users to enter data in some fields/GUI components. If i call these field one "group" then i have to display this group of components as many times as may be required (based on some other calculation). How can i do this.. and even if i do this how would i write the code for interaction.. Can i do this??
    plz reply
    thanks

    hi
    I want to create forms which asks users to enter data in some fields/GUI components. If i call these field one "group" then i have to display this group of components as many times as may be required (based on some other calculation). How can i do this.. and even if i do this how would i write the code for interaction.. Can i do this??
    plz reply
    thanks

  • Seperating management and normal service on two different LAN interfaces

    We would like to keep administration and general service of Windows Servers seperate on two different LAN interfaces "A" and "B" (on "dual home" machines i.e. machines with two network interfaces).
    Is this feasible so that no administration can be performed on LAN Interface A, all regular Services runs over LAN Interface A and all administration has to be done over B?
    Reasoning for this is security - only certain people and machines would be granted access to the management LAN.
    Any ideas how this is best achieved?
    Thanks in advance
       

    Hi,
    We can use the firewall to achieve your goal.
    Firstly, disable all the port in firewall of LAN B.
    Enable the port which used by the services in firewall of LAN B.
    After that all traffic from LAN B, which is not related to the services will be denied on the server.
    This is the general method of protecting the server on internet. (It is usually to be performed by a hardware firewall).
    Best Regards.
    Steven Lee
    TechNet Community Support

  • OSB Dynamic service call or dynamic route and transactions

    Hello,
    I've got the following problem in my OSB architecture for asynchronous incomming services.
    OSB version is 10.3.1
    ConnectionFactory is XA
    Problem domain:
    Dynamic service call or dynamic route within transaction boundary
    Elements within transaction:
    1.     JMS Queue ->
    2.     Upper Proxy Service (De-queue) ->
    3.     Lower Proxy Service (Canonical Service) ->
    4.     Business Service (Data Service) ->
    5.     Database Adapter->
    6.     Database
    Dynamic element
    Upper Proxy Service (De-Queue) must be able to determine which Lower Proxy Service (Canonical Service) has to be called on the basis of the message taken from the JMS Queue without losing the transaction (this doesn’t work yet).
    Already tried possible solutions:
    •     Make a service call dynamic by setting the $inbound name attribute. This results in a this property is read-only error.
    •     Use a Dynamic route instead of a service-call. This results in a loss of transaction. The message is deleted from the Queue without taking failure or success into account.
    •     Use a Dynamic route with a quality of service set to exactly once in the header. This seems to be ignored, results in a loss of transaction.
    •     Use a Dynamic route with an explicit reply with failure for errors. Results in a loss of transaction.
    •     Use a Dynamic Publish. This doesn’t fit the required flow because it has no response.
    I hope someone can shed some light on this because I'm at a total loss. I found some references in the forum to what seems to be the same problem but without definite answers. A work-around is also a viable answer.
    Regards,
    Bas Mul

    Hi,
    I'll try to clarify.
    Upper proxy dequeues a message.
    Depending on a value of a specific tag within the message a canonical proxy service (out of 5 at the moment but this numer could increase) has to be called (and be dynamic transform transformed to the format of the specific canonical).
    The canonical service must then pass the message to a database adaper's business service which is responsible for the database insert/update/read.
    If something in the chain from dequeue to database action goes wrong the message may not dissapear from the queue.
    Somehow a dynamic route in the message flow between dequeue proxy and canonical proxy breaks the transaction.
    Bas

  • Tool or framework to interact with OTM and Logistic Service Provider(LSP)

    Hi,
    We are using Oracle Transportation Management (OTM) service for the transportation management. But to interact with the LSP(logistic service provider) We need some tool.
    Please suggest me some tool or stable framework that can interact with OTM and Logistic Service Provider, just like Apache Camel
    if you have any any idea please guide me on this, it is very urgent .
    Edited by: 902943 on 13-Mar-2013 23:36

    @riatest Thanks for the info.
    I downloaded flex sdk to see if there is anything that will help me. But, In flex sdk, I cannot find anything that would ease my path. I want to stick to developing in C# to talk to Flash applications. What is the best way to proceed? Are there any sdks that I can download and use for C# development to interact with the flex controls? What is the way to go? I seem not to find any good hits in the web as well
    Thanks
    Sailesh

  • Bug? I can't change administrator and subject of process dynamically

    See below. Are they bugs? How should I solve them?
    Symptom 1:
    In a process, I set administrator using expression, and subject using a variable.In the first human activity,I set administrator="adm_a",subject="subject_a".In the second activity,I set administrator="adm_b",subject="subject_b".But atually the process' adm and subject always took vaules assigned in the first human activity.It seems that the process' adm and subject can only be assigned values once.
    Symptom 2:
    Besides that,another bug is that I must initialise DOs used in expression and variables at the same time.When I assigned a constant to DO used in a variable of process's subject in the start event and assigned values to DO used in expression of process' administrator in the first human activity, the process couldn't be start,an error showing "SourceDO must be populated..." in the log. However, when I assigned values to DOs used by administrator and subject in the same place--the start event or the first human activity,the error didn't show again and the process started successfully.

    Did you the expression for setting the administrator as follows?
    Example : getPrincipalByUniqueName("ID","user")
    You can have dynamic texts for each task.
    Goto UserTexts tab and create a variable and you can use the same variable under parameterized texts section
    2. If you are using the DOs in the expressions to compute values then you should initialize the values
    Anil
    Edited by: Anilkumar Vippagunta on Nov 27, 2010 11:44 PM

  • Apex and web services

    Hello everyone,
    I've started looking into SOAP and web services, and have used Tyler Muth's tutorial to email and FTP BI publisher reports using APEX.
    I was wondering if it is possible to create an on-screen report (i.e. an interactive report) using a web service?
    I've managed to return values to form fields using web services...I was always under the impression, from before I looked at web services, that creating an on-screen report using data from a web service was one of the main things you could do....
    Please could someone let me know if this is possible, and roughly how you'd go about doing it?
    Thank you in advance.
    Robin

    Hi Robin,
    I think I have implemented the same thing which you are trying to do
    The followinf is the response of a web service from BI Publisher. You can check the response using the statement
    select clob001 from wwv_flow_collections where where collection_name = <name_of_the_collection_u_specified_while_sending_the web_service_request>
    <getScheduledReportInfoResponse xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService">
    <getScheduledReportInfoReturn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:JobInfo" xmlns:ns1="http://xmlns.oracle.com/oxp/service/PublicReportService">
    <ns1:burstingOption>false</ns1:burstingOption>
    <ns1:createdDate>2009-11-23T06:03:10.000Z</ns1:createdDate>
    <ns1:deliveryDescription xsi:nil="true"/>
    <ns1:deliveryParameters xsi:nil="true"/>
    <ns1:endDate xsi:nil="true"/>
    <ns1:jobGroup>administrator</ns1:jobGroup>
    <ns1:jobID>366</ns1:jobID>
    <ns1:jobName>603219960-ADMIN-Smaller result set</ns1:jobName>
    <ns1:locale>en_GB</ns1:locale>
    <ns1:reportName>Adhoc report</ns1:reportName>
    <ns1:reportParameters xsi:type="ns1:ParamNameValue">
    <ns1:multiValuesAllowed>false</ns1:multiValuesAllowed>
    <ns1:name>SORT_COLUMN_ADHOC</ns1:name>
    <ns1:values>
    <ns1:item>09-NOV-2009 07:02:00|11-NOV-2009 07:02:00|2077927020;;;;;;;;;;;;;;;;;;;;|;;;;;;;;;;;;;;;;;;;;|;;;;;;;;;;;;;;;;;;;;||||||S|B</ns1:item>
    </ns1:values>
    </ns1:reportParameters>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportParameters xsi:nil="true"/>
    <ns1:reportSet>false</ns1:reportSet>
    <ns1:reportURL>/Navada/Normal/Adhoc report/Adhoc report.xdo</ns1:reportURL>
    <ns1:runType>Run Once Only</ns1:runType>
    <ns1:scheduleDescription xsi:nil="true"/>
    <ns1:scheduleParameters xsi:nil="true"/>
    <ns1:startDate>2009-11-23T06:03:10.000Z</ns1:startDate>
    <ns1:status>Unknown</ns1:status>
    <ns1:username>administrator</ns1:username>
    </getScheduledReportInfoReturn>
    <getScheduledReportInfoReturn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns2:JobInfo" xmlns:ns2="http://xmlns.oracle.com/oxp/service/PublicReportService">
    <ns2:burstingOption>false</ns2:burstingOption>
    <ns2:createdDate>2009-11-20T13:00:44.000Z</ns2:createdDate>
    <ns2:deliveryDescription xsi:nil="true"/>
    <ns2:deliveryParameters xsi:nil="true"/>
    <ns2:endDate xsi:nil="true"/>
    <ns2:jobGroup>administrator</ns2:jobGroup>
    <ns2:jobID>365</ns2:jobID>
    <ns2:jobName>603219960-ADMIN-test again</ns2:jobName>
    <ns2:locale>en_GB</ns2:locale>
    <ns2:reportName>Adhoc report</ns2:reportName>
    <ns2:reportParameters xsi:type="ns2:ParamNameValue">
    <ns2:multiValuesAllowed>false</ns2:multiValuesAllowed>
    <ns2:name>SORT_COLUMN_ADHOC</ns2:name>
    <ns2:values>
    <ns2:item>20-SEP-2009 13:55:00|20-NOV-2009 13:55:00|01*;;;;;;;;;;;;;;;;;;;;|;;;;;;;;;;;;;;;;;;;;|;;;;;;;;;;;;;;;;;;;;||||||S|B</ns2:item>
    </ns2:values>
    </ns2:reportParameters>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportParameters xsi:nil="true"/>
    <ns2:reportSet>false</ns2:reportSet>
    <ns2:reportURL>/Navada/Normal/Adhoc report/Adhoc report.xdo</ns2:reportURL>
    <ns2:runType>Run Once Only</ns2:runType>
    <ns2:scheduleDescription xsi:nil="true"/>
    <ns2:scheduleParameters xsi:nil="true"/>
    <ns2:startDate>2009-11-20T13:00:44.000Z</ns2:startDate>
    <ns2:status>Unknown</ns2:status>
    <ns2:username>administrator</ns2:username>
    </getScheduledReportInfoReturn>
    </getScheduledReportInfoResponse>
    I use the following query to show a report in top of this response
    select extractValue(value(t),'/*/burstingOption','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') "burstingOption"
    , replace(trim(trailing 'Z' from extractValue(value(t),'/*/createdDate','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"')),'T',' ') "createdDate"
    , extractValue(value(t),'/*/deliveryDescription','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') "deliveryDescription"
    , replace(trim(trailing 'Z' from extractValue(value(t),'/*/endDate','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"')),'T',' ') "endDate"
    ,replace(replace(substr(extractValue(value(t),'/*/endDate','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') ,1,(instr(extractValue(value(t),'/*/endDate','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') ,'.')-1)),'T',' '),':','-') "endDate1"
    , extractValue(value(t),'/*/jobGroup','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') "jobGroup"
    , to_number(extractValue(value(t),'/*/jobID','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"')) "jobID"
    , extractValue(value(t),'/*/jobName','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') "jobName"
    , substr(extractValue(value(t),'/*/jobName','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') ,(instr(extractValue(value(t),'/*/jobName','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') ,'-')+1)) "jobName1"
    , extractValue(value(t),'/*/locale','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') "locale"
    , extractValue(value(t),'/*/reportName','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') "reportName"
    , extractValue(value(t),'/*/reportSet','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') "reportSet"
    , extractValue(value(t),'/*/reportURL','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') "reportURL"
    , extractValue(value(t),'/*/runType','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') "runType"
    , extractValue(value(t),'/*/scheduleDescription','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') "scheduleDescription"
    , extractValue(value(t),'/*/scheduleParameters','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') "scheduleParameters"
    , replace(trim(trailing 'Z' from extractValue(value(t),'/*/startDate','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"')),'T',' ') "startDate"
    , extractValue(value(t),'/*/status','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') "status"
    , extractValue(value(t),'/*/username','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"') "username"
    from wwv_flow_collections c, table(xmlsequence(extract(xmltype.createxml(c.clob001),'//getScheduledReportInfoResponse/getScheduledReportInfoReturn','xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService"'))) t
    where c.collection_name = 'SCHEDULED_JOB_REPORT'
    Regards,
    Vishal

  • Regarding dynamic tables in interactive forms

    Hi All,
            I have designed a webdynpro view which contains a table,i have to generate a pdf format file which also contains
    a table as there in the webdynpro view.
            I  have designed a dynamic table in interactive form and binded the interactive form ui element with the datasource and pdfSource.
    In the interactive form i am getting only one row data of webdynpro view table.In the Object palette, I selected Repeat Row For Each Data Item.
           share with me if u have any idea or send any document regarding table binding(dynamic) in interactive form.
    Thanks & Regards,
    saleem

    Hi saleem..
    Check this link..
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0401535-f81c-2a10-0192-ffd41e8e8d59">Dynamic interactive forms an example</a>
    https://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#47
    Urs Gs

  • How can we get Dynamic columns and data with RTF Templates in BI Publisher

    How can we get Dynamic columns and data with RTf Templates.
    My requirement is :
    create table xxinv_item_pei_taginfo(item_id number,
    Organization_id number,
    item varchar2(4000),
    record_type varchar2(4000),
    record_value CLOB,
    State varchar2(4000));
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'USES','fever','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'HOW TO USE','one tablet daily','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'SIDE EFFECTS','XYZ','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'DRUG INTERACTION','ABC','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'OVERDOSE','Go and see doctor','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'NOTES','Take after meal','TX');
    select * from xxinv_item_pei_taginfo;
    Item id Org Id Item Record_type Record_value State
    493991     224     1265-D30     USES     fever     TX
    493991     224     1265-D30     HOW TO USE     one tablet daily     TX
    493991     224     1265-D30     SIDE EFFECTS     XYZ     TX
    493991     224     1265-D30     DRUG INTERACTION     ABC     TX
    493991     224     1265-D30     OVERDOSE      Go and see doctor     TX
    493991     224     1265-D30     NOTES     Take after meal     TX
    Above is my data
    I have to fetch the record_type from a lookup where I can have any of the record type, sometime USES, HOW TO USE, SIDE EFFECTS and sometimes some other set of record types
    In my report I have to get these record typpes as field name dynamically whichever is available in that lookup and record values against them.
    its a BI Publisher report.
    please suggest

    if you have data in db then you can create xml with needed structure
    and so you can create bip report
    do you have errors or .... ?

  • Diff b/w Web service and window service

    What is the difference between web service and window service, whether the both are same or not, Give some explain about that each one and give some examples also.

    An XML Web service is a component that implements program
    logic and provides functionality for diseparate
    applications. These applications use standard protocols,
    such as HTTP, XML, and SOAP, to access the functionality.
    XML Web services use XML-based messaging to send and
    receive data, which enables heterogeneous applications to
    interoperate with each other. You can use XML Web services
    to integrate applications that are written in different
    programming languages and deployed on different platforms.
    In addition, you can deploy XML Web services within an
    intranet as well as on the Internet. While the Internet
    brings users closer to organizations, XML Web services
    allow organizations to integrate their applications.
    A Windows service starts much before any user logs in to
    the system (if it has been setup to start at boot up
    process). A Windows service can also be setup in such a way
    that it requires a user to start it manually ? the ultimate
    customization!
    Windows services run as background processes. These
    applications do not have a user interface, which makes them
    ideal for tasks that do not require any user interaction.
    You can install a Windows service on any server or computer
    that is running Windows 2000, Windows XP, or Windows NT.
    You can also specify a Windows service to run in the
    security context of a specific user account that is
    different from the logged on user account or the default
    computer account. For example, you can create a Windows
    service to monitor performance counter data and react to
    threshold values in a database.

  • Dynamic action with interactive report region refresh

    Hi!
    I'm using APEX 4.02
    I've got a page with 2 regions.
    Region1 is a (input) form
    Region2 is an interactive report on the same table as region 1
    When entering values on the form I'm trying to dynmically lookup similar records in the table with the interactive report.
    I've made a dynamic action on the change of the form fields which should refresh the interactive report region. I can see this one fires if I add a alert to debug if it fires.
    The dynamic report is based on a query with bind variables pointing to the form fields, for example
    where
    field1 = :P2_FIELD1
    This works great on the page load, so no dynamic action is fired but I can see the rows in the report region are the ones I am looking for.
    But the refresh of the report region is not working, it is never refreshing and/or showing the correct data after a change of the form fields, so it looks like the dynamic action "refresh region" is not working on the interactive report.
    Any ideas why this can go wrong ?
    I would like to solve this using standard dynamic actions and preferrably not via PL/SQL or JS, shoudl be possible if I should believe the documentation... ;)
    Cheers
    Bas
    Edited by: bklerk on 26-apr-2011 3:07

    Hi,
    When you change value to item, I assume you do not set value to session state.
    Use interactive report advanced attributes "Page Items to Submit" , set items session state before report is refreshed.
    http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/app_comp.htm#sthref1235
    Similar post/issue here
    Hide and show region - hides on refresh
    Regards,
    Jari

Maybe you are looking for

  • Error Code -50 and moving folders to a NAS

    I had all of my iTunes files on a NAS (WD MyWorld Book - White Light Edition). The NAS was basically taken over by TimeMachine, so I copied all of my data onto an external LaCie drive which is Mac OS Extended (Journaled). Copying from the NAS to the

  • SQL Performance causing full table scan

    I have this SQL: SELECT DISTINCT UPPER (RTRIM (LTRIM (SS.PRESCDEAID))) PRESCRIBER, UPPER (RTRIM (LTRIM (SS.NPIPRESCR))) NPI_NUMBER FROM PBM_SXC_STAGING SS, PBM_PHYSICIANS P WHERE P.PHYSICIAN_ID = SS.PRESCDEAID AND P.NPI_NUMBER <> SS.NPIPRESCR AND SS.

  • IPad mini video editing

    Is there any way to edit videos you've recorded using ur iPad mini?

  • Purchase Requisition Power List

    Good day Gurus. Please what's the easiest way to create a POWER LIST for PURCHASE REQUISITION awaiting approval?

  • How can I get a keyboard on my iPad?

    Several games freeze on page that requests to enter my name. No keyboard pops up. Any suggestions? Thanks.