"Relevant Only" attributes in web service decision report

Is there a way to only get "Relevant Only" attributes evaluation in a web service decision report especially leveraging the Siebel Connector. I noticed that whether we could "Base" or "Full" the decision report contains more items than we would notice in the OPM debugger.
Is there a way to trim it down?

As of OPA 10.4.0, the assess service will now only return relevant attributes in the decision report for an unknown attribute. For backwards compatibility, all assess services prior to 10.4 will continue to include all related attributes in the decision report.

Similar Messages

  • SAML assertion attributes and Web Services

    Just want to clarify for myself something about SAML token within Web Services Security.
    As I understand SAML attribute assertions cannot be used within Web Service business logic tier because all security header information are unavailable within Web Service implementation context. And the only one reason for sender to submit attributes along with SAML authentication assertion is to allow SecurityEnvironmentHandler more information about trusted identity. Is it right?

    Hi finally I get it (thank you Gautam!!!),
    public class CustomWlsPrincipal extends WLSAbstractPrincipal implements WLSUser {
            public CustomWlsPrincipal(String name) {
              super();
              // Feed the WLSAbstractPrincipal.name. Mandatory
              this.setName(name);
    }So you need to invoke the parent class setName(String) method. If not you will get a NullPointerException.
    Implementing the equals and hashCode is also convenient.
    Hope it helps,
    Luis

  • Passing form attributes to web service

    Hi all,
    We have a client requirement to provide provisioning to one of their resource for which connector is not available. We have written a web service for the same. Everything is working fine. We have defined a dummy resource object, Form and process definition for the same. Under process definition we are calling the web service on create user task. This resource provisioning actually takes 38 attributes and for now we are passing all the attributes to the adapter (defined all the variables in adapter and passing them in the task). In the OOTB connector i have checked and found that oracle is not passing the attributes directly but passing the configuration data. I also want to do the same but couldn't able to find out how to pass the attributes from Process form to adapter by some referrence instead of mapping all the attributes in the task. Can anyone please help me in this portion? Thanks a lot...

    we have added multiple elments to the node
    like
    ..wdContext.nodeItem_37().addElement(i,element);
    and the fm is executed.
    sequence is
    wdContext.currentRequest_ZfmBomtemp1Element().modelObject().execute();
    return (IPrivateBOMandRecipe.IRequest_ZfmBomtemp1Node) getChildNode(gen_delegate.infoRequest_ZfmBomtemp1);
    return (IPrivateBOMandRecipe.IRequest_ZfmBomtemp1Element) nodeRequest_ZfmBomtemp1().getCurrentElement();
    This way only the current element is passed.

  • Sending controller context value attributes to web service model

    Hi,
    I have put some parameters (value Attributes) in controller context and mapped to different views. Is there any way by which i can send the values to the web service model , each time the web service is called? like through header or some thing like that??

    Hi Sujesh,
    Read those value attributes in your controller using following code:
    wdcontext.currentContextElement().get<attribute>();
    and then set these value in your web service model.
    <model name> model = new <model name>();
    model.set<attribute>(<value>);
    wdcontext.node<nodename of your web service model>().bind(model);
    wdcontext.current<nodename of your web service model>element().modelobject().execute();
    Regards,
    Bhavik

  • Web service testing - report using web service

    Hallo everybody,
    I tried to setup a report with a web service.
    I tested my web service under shared components and the result shows the following error:
    <env:Fault>
    <faultcode>env:Client</faultcode>
    <faultstring>Caught exception while handling request: XML reader error: unexpected character content: " xmlns:ns1="http://www.oracle.com/webservices/internal/literal""</faultstring>
    </env:Fault>
    My web service return an ArrayList<String>. Is an ArrayList<String> not supported or contains my result a wrong character like an "@"?
    thank you in advance
    regards
    Michael87

    After a while I found out, that the SOAP message format "Document/Wrapped" was the problem.
    I setup RPC/Literal in my jDeveloper and then it worked.

  • Web Service scedule report NUll pointer Error

    I've managed to use the web service to scedule my report.
    The web service completes and mails the output but the final status is failed due to this error:
    System Message java.lang.NullPointerException
         at oracle.apps.xdo.servlet.scheduler.Util.getLocale(Util.java:127)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:596)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Anyone any ideas why?

    This is the call to the web service, I've just changed the email accounts for this example.
    String username = "Administrator";
    String password = "Administrator";
    String reportAbsolutePath = "/Burst/BURST to EMAIL/BURST to EMAIL.xdo";
    ReportRequest repRequest = new ReportRequest();
    repRequest.setReportAbsolutePath(reportAbsolutePath);
    DeliveryRequest devRequest = new DeliveryRequest();
    ScheduleRequest schedRequest = new ScheduleRequest();
    schedRequest.deliveryRequest = devRequest;
    schedRequest.scheduleBurstringOption = true;
    schedRequest.notifyWhenFailed = true;
    schedRequest.notifyWhenSuccess = true;
    schedRequest.notifyWhenWarning = true;
    schedRequest.notificationTo = "###@***.org.uk";
    schedRequest.reportRequest = repRequest;
    schedRequest.saveDataOption = false;
    schedRequest.saveOutputOption= false;
    schedRequest.schedulePublicOption= false;
    schedRequest.useUTF8Option = false;
    schedRequest.userJobName ="BURST to EMAIL";
    schedRequest.repeatInterval =0;
    schedRequest.repeatCount =0;
    myPort.scheduleReport(schedRequest,username,password );

  • Office 365 - Reporting web service - CsConference* report TotalConferences value clarification

    Site Map: Office development > Office 365 > Reporting web service > Reference > Lync reports > CsConference*
    report<o:p></o:p>
    In Office 365, Lync Conferences
    Report.
    Field - "TotalConferences" is the number of conferences of all types
    in the reporting period. The sum of other conference type (IM, Audio/video, App
    Sharing, Web, dial-in) count doesn't equal/match the Total Conference count.<o:p></o:p>
    In the attached screen shot for a reporting period.
    IM Conference Count : 197
    Audio/video Conference Count : 67
    Application sharing Conference Count : 68
    Web Conference Count : 10
    Dail-in Conference Count : 5
    The sum of the above conference type is 347. In the report
    "Total Conference" count is displaying it as 268.<o:p></o:p>
    why is the difference?
    <v:shape
    alt="http://social.technet.microsoft.com/Forums/getfile/533351" id="Picture_x0020_1" o:spid="_x0000_i1025" style="width:284.25pt;height:300.75pt;" type="#_x0000_t75"><v:imagedata o:href="cid:[email protected]"
    src="file:///c:\Temp\msohtmlclip1\01\clip_image001.png">
    </v:imagedata></v:shape>

    That document is pretty old last modified March 2013 so I would say it's out of date. The reporting services are still pretty new in the current release I believe 7 days is limit for the Rest Endpoint and the Get-MessageTrace cmdlet (which is what
    the more recent documentation around message tracking say) there is no REST endpoint for Start-HistoricalSearch you can see all the current endpoints by looking at the Metadata via
    https://reports.office365.com/ecp/reportingwebservice/reporting.svc/$metadata
    These services are evolving so new features and reports are added which is explained in
    http://msdn.microsoft.com/EN-US/library/office/jj984346(v=office.15).aspx . But there is no public information on Timeframes and what reports and features are going to be added in future updates (that I know of). If you need data older then
    7 days then Automating the HistoricalSearch cmdlets would be the way to do it for now.
    Cheers
    Glen
     

  • ActionScript Web Service Never Reports Ready

    Hi,
    I have a web service running where I can see the wsdl via the browser but the SWF never gets there.
    The SWF is deployed on the same Tomcat server where the WSDL is. The SWF is being loaded on facebook. However, it is loaded via an iframe so it should not be a cross domain issue (right?). Please tell me what I am doing wrong in the following code. Any help is very much appreciated. service.ready never returns true and my Map keys are all null. I see no logs in Apache from where the SWF has gotten the WSDL (although I do see log entries from where I have put the WSDL address in my browser).
        public class UIServiceCalls
            private var serviceLocation:String = "http://blah/service?wsdl";
            private var service:WebService;
            private var operation:AbstractOperation;
            private var operationArgs:Object = new Object();
            private var serviceStarted:Boolean = false;
             * Default constructor starts the service that is added as a static member
             * to this object.
            public function UIServiceCalls()
                startService();
             * This is where the service starts up. Messages added so you can see what is happening in the UI.
            private function startService():void {
                if(service == null) {
                    service = new WebService();
                    service.loadWSDL(serviceLocation);                               
                if(!service.ready) {
                    Alert.show("Service is not ready: ");
                if(service.ready) {
                    serviceStarted = true;
             * Sets the code upon log in and gets back the web service Object. Object
             * contains Object.xxx and Object.yyy.
            public function getUserInfo(c:String, i:String):Object {
                if(!serviceStarted) {
                    startService();
                operation = service["getUserInfo"];           
                operationArgs.c = c;
                operationArgs.i = i;
                operation.arguments = operationArgs;           
                return operation.send().result;           

    I finally got the SWF to at least request the web-service. I can see it in the logs of my Tomcat server:
    00.000.00.000 - - [18/Nov/2010:19:12:32 -0600] "GET /blah/service?wsdl HTTP/1.1" 200 2950
    The SWF finally got the service, but I'm still getting null responses, the service is still never reporting ready and it is certainly never returning anything. I can see the wsdl if I go to it in the browser. I can see that the web-server is responding to the SWF with it and has a status message of "200". Can anyone give advice on what could possibly be wrong?
    private function startService():void { 
    if(service == null) {service =
    new WebService(); 
    //service.loadWSDL(serviceLocation);
    service.wsdl = serviceLocation;
    service.loadWSDL(serviceLocation);
    service.initialize();
    var a:Array = service.headers; 
    var h:String = ""; 
    for(var i:uint = 0; i < a.length; i++) {h = h +
    " " + String (a[i]);}
    Alert.show(
    "Headers: " + h);}
    if(!service.ready) {Alert.show(
    "Service is not ready: ");}
    if(service.ready) {serviceStarted =
    true;}
    FYI, when I did not set service.wsdl and then call service.loadWSDL as you see above, the wsdl was never requested from Tomcat. All that happens when I run the above is I get "Headers: null" and "Service is not ready" - I get "Service is not ready" twice due to the method that runs directly after this one. That is where I try to get service values. But, since I apparently have no service, I never get any values...
     public function getUserInfo(c:String, i:String):Object { 
    if(!serviceStarted) {startService();
    operation = service[
    "getUserInfo"];operationArgs.c = c;
    operationArgs.i = i;
    operation.arguments = operationArgs;
    return operation.send().result;}

  • Viewing binary attributes via web services

    Hello,
    We have an application that renders a link to view a binary attribute via the oracle web services. It works fine, but the users would like for the file to be served with a specific naming convention. There is a http param for setting the file extension on the served file, but I'm not sure about one for the file name. Here's the URL for viewing a binary attribute- does any one have any info on what additional parameters might be supported for formating the file name:
    /identity/oblix/apps/common/bin/common.cgi?program=streamBinary&uid=myID&attribute=myAttribute&mime_type=application%2Foctet-stream&file_ext=myExtension&tab_id=myTab&appName=userservcenter

    Hello,
    We have an application that renders a link to view a binary attribute via the oracle web services. It works fine, but the users would like for the file to be served with a specific naming convention. There is a http param for setting the file extension on the served file, but I'm not sure about one for the file name. Here's the URL for viewing a binary attribute- does any one have any info on what additional parameters might be supported for formating the file name:
    /identity/oblix/apps/common/bin/common.cgi?program=streamBinary&uid=myID&attribute=myAttribute&mime_type=application%2Foctet-stream&file_ext=myExtension&tab_id=myTab&appName=userservcenter

  • Advised to disable/re​enable web services. Printer console only indicates 'remove web services'.

    Four emails stuck in queue.  Advised to disable/reenalble 'web services''. Printer displays only
    'remove web services'.  (HP Officejet Plus 8600 Pro All in one; Windows 7, IE8).

    Hello MurrayJ,
    Once you remove the web services, the next time you access the web services menu you will be prompted to enable the web services once again.  If you have removed we services and are still only seeing this option, then you may need to contact tech support for a semi-full reset.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Urgent: System.OutOfMemoryException in SQL Reporting Services 2005 Web Service

    Hi All,
    On a production server box with 8GB of RAM, we are running a windows service which retrieves image format bytes of a particular report which results in pages ranging from 10 to 300 using Reporting Services 2005 Web Service.
    Problem is when image bytes are being retrieved by using Render method for a report with more than around 30-40 pages,
    Report Web Service throws an exception of type System.OutOfMemoryException. This does not happen with reports with smaller pages. Please note that we are retrieving high DPI image and we have no option but to do so.
    Since the production server has 8 GB of RAM and we have even enabled the 3GB switch in boot.ini of Windows Server 2003, This problem still exists.
    I have already read the contents of the article http://support.microsoft.com/kb/909678 but as i mentioned even the large physical memory does not seem to help and shortening the report is not an option.
    Also note that large number of records is also not a problem as our application works fine when we generate excel files instead of images.
    Follwing is the detailed exception that we receive.
    System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
       at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity)
       at System.Text.StringBuilder.set_Capacity(Int32 value)
       at System.Xml.BufferBuilder.ToString()
       at System.Xml.XmlTextReaderImpl.ParseText()
       at System.Xml.XmlTextReaderImpl.ParseElementContent()
       at System.Xml.XmlTextReaderImpl.Read()
       at System.Xml.XmlTextReader.Read()
       at System.Xml.XmlTextReaderImpl.InitReadElementContentAsBinary()
       at System.Xml.XmlTextReaderImpl.ReadElementContentAsBase64(Byte[] buffer, Int32 index, Int32 count)
       at System.Xml.XmlTextReader.ReadElementContentAsBase64(Byte[] buffer, Int32 index, Int32 count)
       at System.Xml.Serialization.XmlSerializationReader.ReadByteArray(Boolean isBase64)
       at System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(Boolean isNull)
       at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderReportExecutionService.Read34_RenderResponse()
       at Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer25.Deserialize(XmlSerializationReader reader)
       at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
       at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at ReportExecution2005.ReportExecutionService.Render(String Format, String DeviceInfo, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)

    Hi Hameer,
    This error might be caused by the memory limit.  There are two settings that will affect the memory configuration.
    When you render a report through the Reporting Services Web service, the Reporting Services Web service obtains the "MemoryLimit" setting from the Machine.config file. 
    A scheduled report is rendered by the Report Server Windows service. The Report Server Windows service obtains the "MemoryLimit" setting from the RSReportServer.config file.
    These values represent a percentage of physical memory. You can adjust them to change the memory limit.
    If there are any more questions, please let me know.
    Thanks.

  • SQL 2012 R2 - SSRS with the Report Server Web Service URL, can't access

    Hello:
    I am installing Dynamics CRM 2013.  When I am on RS Configuration manager; I am running into the SSRS (SQL 2012 on Server 2012)SQL issue, can't access the
    http://servername/:80/ReportsServer or
    http://servername/:Reports web pages
    The database server has SSRS native mode installed, it is using a domain account for the service credentials.  This account also has permission to log on a service in the GPO
    Account is a domain admin and is a local administrator
    SQL server is 2012 R2 on Windows Server 2012.  User base is less than 60 people and they have SharePoint 13 on the same SQL server.  Server more than enough resources.
    Any assistance would be appreciated.
    Thanks..Dan

    Hi DCas1,
    According to your description, you could not access
    http://servername/:80/ReportsServer or http://servername/:Reports web pages from Reporting Services configuration manager, SSRS in configured in native mode and the account you used is a local administrator.
    In Reporting Services, URLs are used to access the Report Server Web service and Report Manager. Before we can use either application, we need to configure at least one URL each for the Web service and Report Manager. If we are using the Reporting Services
    Configuration tool to create or modify the URLs, we can accept the default values for a URL or specify custom values. When we create a report server URL, we must specify the following parts: Host name, port and Virtual directory. In order to improve the efficiency
    of troubleshooting, I need to ask several questions:
    Since the default URL is http://<computername>/reportserver, did you type the URLs manually? or the URLs configured in Reporting Services configuration manager are
    http://servername/:80/ReportServer and
    http://servername/:Reports?
    Could you provide detailed information of error log(default location: %programfiles%\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles)?
    For more information about Configuring a URL, please refer to the following documents:
    http://msdn.microsoft.com/en-us/library/ms159261(v=sql.110).aspx
    http://msdn.microsoft.com/en-us/library/bb630447(v=sql.110).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • Stateless EJB (exposed only one fn) as a web service - Error illegal public

    I have a stateless EJB which has 3 methods.
    I expose one of them only as a web service.
    But when I test my web service I receive an error...
    500 Internal Server Error
    Servlet error: The class blah.blah.I_EmpRemote contains illegal public methods.
    These methods do not conform to the
    restrictions imposed by the web service implementation
    Offending methods:
    public abstract blah.blah.Employee blah.blah.I_EmpRemote.GetEmployee(java.lang.String) throws java.rmi.RemoteException
    public abstract blah.blah.Operator blah.blah.I_EmpRemote.GetOperator(java.lang.String,int) throws java.rmi.RemoteException
    So does this mean .. I should make sure all or none of my methods of an EJB are exposed in the Web Service ?
    Or I can resolve this in any other way ?
    Thanks,
    Krishna

    Or is it becoz the two methods that it objected to were returning user-defined objects and not String, void, Integer ... that a web service can recognize !
    But still ... why cannot it just ignore the methods that are not exposed ?
    Can someone throw some light on this.
    Thanks,
    Krishna

  • No data in generated document/web service data source/complex response type

    I can define a report with a template with the BI Publisher server and the Template Builder Desktop plugin. When I use an sql statement as data source the preview functionality in Word and in the browser (logged in to the server) results in a correct report, with the correct data from the data source.
    When I use a web service as a data source I can still generate and preview reports but no data from the data source is visible in the reports. However this data is available in the Template Builder plugin in MS-Word.
    How do I know this ? When I try to insert a field from the data source into my rtf template the plugin shows a screen with the available fields. Or actually, the screen shows all fields returned by a dummy call to the web service. When I click on a field it shows the value returned by the web service just after the test "Example". I have set up my web service such that it always returns the same response.
    The field I want to show is in a repeating record, but it does not make a difference when I surround it by a group:
    <?for-each-group:/getValidationGroupsResponse/body/validationGroupList/validationGroup[1];./name?><?name?><?end for-each-group?>
    Neither does looping over all fields display any data:
    <?for-each-group:/getValidationGroupsResponse/body/validationGroupList/validationGroup;./name?><?name?><?end for-each-group?>
    The fact that the response of my web service data source contains repeating records might be different from what others have tested so far.
    I also found two other features when defining reports. I mention them here because they could be related to my problem. When I define two data source for my report, a web service and an sql query then only the fields from the sql query are visible in MS-Word/Template Builder. Even when the Data Model specifies the web service as "Main Data Set". And the "Default data source" is always a database even when the Data Model only defines a web service as "Data Set".
    Edited by: CalculateOnline.org on May 21, 2010 2:36 PM: changed title

    Unfortunately I can not test against a public webservice and follow the examples in the tutorials, since BI Publisher does not seem to offer any proxy configuration to connect to the internet.
    My local webservice returns the following data, visible when viewing the report from the backend, when no template has been defined yet:
    <ns2:getValidationGroupsResponse xmlns:ns2="amsterdam/wabo/services/data/validationOperations" xmlns="amsterdam/wabo/services/data/common">
    <ns2:responseHeader>
    <resultaatcode>OK</resultaatcode>
    </ns2:responseHeader>
    <ns2:body>
    <ns2:validationGroupList>
    <ns2:validationGroup>
    <ns2:name>testgroep1</ns2:name>
    <ns2:caption>kop1</ns2:caption>
    <ns2:description>Voor testen ontvankelijkheidstest 1</ns2:description>
    </ns2:validationGroup>
    <ns2:validationGroup>
    <ns2:name>testgroep2</ns2:name>
    <ns2:caption>kop2</ns2:caption>
    <ns2:description>Voor testen ontvankelijkheidstest 2</ns2:description>
    </ns2:validationGroup>
    </ns2:validationGroupList>
    </ns2:body>
    </ns2:getValidationGroupsResponse>
    After defining the template, the values of the first group are visible in MS-Word as well, as example values.
    I put the the template in a public place:
    http://www.calculateonline.org/projects/bipublisher/template1.rtf
    Just in case you need the wsdl as well:
    http://www.calculateonline.org/projects/bipublisher/validationOperations.wsdl

  • Invoke web service with DTO

    Hey guys,
    I am quite new in using BPEL. My first test worked fine, but know I have an issue, which I can not solve. Invoking web services with a basic return value is no problem. I could also you a dto object including some basic variables in order to invoke the web service without having problems.
    But when I have a dto object as return value, I get the following exception.
    Could someone give me a hint to fix my problem...that would be great!
    Thanks alot!
    Sven
    <messages>
    - <input>
    - <carReserveRequest>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="in0">
    - <in0 xmlns="" xmlns:def="urn:TravelBooking" xsi:type="def:CarReservationDTO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <carType>
    Mini
    </carType>
    <customerName>
    9
    </customerName>
    <customerPhone>
    9
    </customerPhone>
    <reservationEnd>
    2030-12-12T00:00:00.000+01:00
    </reservationEnd>
    <reservationStart>
    2029-12-12T00:00:00.000+01:00
    </reservationStart>
    </in0>
    </part>
    </carReserveRequest>
    </input>
    - <fault>
    - <remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    - <part name="summary">
    <summary>
    exception on JaxRpc invoke: trailing block elements must have an id attribute
    </summary>
    </part>
    </remoteFault>
    </fault>
    </messages
    Message was edited by:
    user606281

    Here is more information. Below are the relevant sections of the web service's WSDL which I am trying to call from BPEL:
    - <wsdl:message name="getNextIDResponse">
    <wsdl:part name="part1" element="ns0:getNextIDResponse" />
    </wsdl:message>
    - <wsdl:message name="getNextIDFault">
    <wsdl:part name="part1" element="ns0:SOAPExceptionFault" />
    </wsdl:message>
    <wsdl:message name="getNextIDMessage" />
    - <wsdl:portType name="GetUniqueIDPortType">
    - <wsdl:operation name="getNextID">
    <wsdl:input message="axis2:getNextIDMessage" wsaw:Action="urn:getNextID" />
    <wsdl:output message="axis2:getNextIDResponse" />
    <wsdl:fault name="getNextIDFault" message="axis2:getNextIDFault" />
    </wsdl:operation>
    </wsdl:portType>

Maybe you are looking for

  • Anyone know if the StarTech Express eSATA card works with MBP/10.6?

    Hi - maybe a bad assumption, but according to StarTech, their eSATA ExpressCard works with 10.4 and 10.4 - so I assumed it would work with 10.6. The model number is ECESATA1. My original MacBook Pro recognizes the card because I see the icon in the t

  • Migrating OLAP From 32 To 64 Bits

    Hii., Im upgrading my Apps from 11.5.10.2 to 12.1.3, also Database is upgrading from 10.2.0.5 to 11.2.0.2. After that i'l migrate it from 32 bit linux to 64 bit EL 5. For migration i'l be following the note Migrating Oracle E-Business Suite R12 from

  • 5.0.2 and GTX 480 / 470

    Probably one for Adobe: The 5.0.2 update adds support for the GTX470 but not the GTX480 - I was a bit surprised that the 480 was missing as it seems to have a very similar architecture to the 470 but faster and more cores etc. Can anyone shed some li

  • Backup Using Airport Extreme Wifi

    Unable to backup onto Seagate hard drive connected to Airport Extreme. When I try to "update" under disc option, it is greyed out. How can I get to the update option so my Airport will allow me to select the hard drive for backups? Thanks.

  • Resolution and cropping problems

    Good Morning to all, I am a babe in the woods with this video stuff. In past years used iMovie & iDVD with SD with no problems. Now we have a Canon HFS 10 ACVHD camera and no end of problems. Bought FCE 4 and Toast with Blu-Ray plug in and even took