Invoking plumtree job via plumtree server api

Hi,
I am trying to invoke a portal job identified by a job id using plumtree server api. How do i invoke it.
I tried using IPTJob etc but couldn't succeed.
I could do this using plumtree remote api like using IJobManager.
My question is how to do it using plumtree serve api.
regards
raghu

I think you're looking for something like this:
public int startJob(java.lang.String sLoginToken, int nJobID, XPDateTime xpdtNextRunTime)
     // DCD: create a session fron this token
            IPTSession ptSession = createSession(sLoginToken);
     // DCD: Open the job in question, but don't lock it
     //IPTJob j = (IPTJob) ptSession.GetExternalOperations().Open(nJobID, false);
     IPTJob j = (IPTJob) ptSession.GetScheduler().GetScheduledJobs().Open(nJobID, false);
     // DCD: We need a server context to check/report lock status
     IPTServerContext sc = (IPTServerContext) j.GetInterfaces("IPTServerContext");
     // DCD: Is is locked?
     int nLockState = sc.GetLockState();
     // DCD: If anything other than "unlocked", return immediately
     switch(nLockState)
          case PT_LOCKSTATES.PT_LOCKED:
          case PT_LOCKSTATES.PT_NEWLYCREATED:
               return nLockState;
          case PT_LOCKSTATES.PT_NOLOCKINGREQUIRED:
          case PT_LOCKSTATES.PT_UNLOCKED:
               // DCD: Looks like we're not locked, so get a lock
                boolean bSucceeded = sc.LockObject();
                if (false == bSucceeded)
                     return PT_LOCKSTATES.PT_LOCKED;
                else
                     // DCD: We got a lock okay, so we're in business
                     XPDateTime dt = new XPDateTime();
                     j.SetSettings(PT_JOB_SETTINGS.PT_JOB_NEXTRUNTIME, xpdtNextRunTime);
                     sc.Store();
                     sc.UnlockObject();
                     return 0;
          default:
               return nLockState;

Similar Messages

  • Add print job via DI Server?

    Is there a way to add a print job for the delivery note when adding a delivery to the database via DI Server?
    In the SBO Client you can set that a delivery note is automatically printed when adding a delivery. I'm developing a software for pocket PCs to edit picklists and add deliveries and I want exactly this printing feature for my software.

    Well, you could define an alert + print the required objects "manually"...
    ...or you could checkout the DI Events Service sample which provides notifications about transactions based on the SBO_SP_TransactionNotification stored procedure.
    But you will have to do the printing anyway. Sorry.
    Please note that there are discussions about future notification mechanisms; watch-out for changes!
    Regards,
    Frank

  • Plumtree Job Dispatcher Service giving an error while starting the service

    Could not start the plumtree Job Dispatcher service service on LOcal Computer. The service did not return an error. THis could be an internal windows rror or an internal service error. If the problem persits, contact your system administrator

    Hi Ray,
    I assuming you are on 5.0.2. If so, please refer to chapter 3(Pre-installation) of the install document, specifically the setup of the automation server user. The stated error indicates that the automation user info you entered into the installer does not match up with the entries in the pre-install steps.
    Hope that helps.
    Vasanth

  • The WSUS administration console was unable to connect to the WSUS Server via the remote API. (Server 2k8)

    I have installed a new server for WSUS on Server 2k8, This is a stand alone server on Internet No client system is connected on this server as I have to copy these updates to my LAN which never connects to internet. (Previously I was using server 2k3. for
    online & server 2008 on my LAN , now I have changed the server for Online)
    Wsus has finished the synchronization & downloaded updates of around 67GB & its downloading more updates. The server shows me some updates are waiting to approved. but when I click the link for those updates I get following error message.
    error code is as follows -
    The WSUS administration console was unable to connect to the WSUS Server via the remote API.
    Verify that the Update Services service, IIS and SQL are running on the server. If the problem persists, try restarting IIS, SQL, and the Update Services Service.
    System.Net.WebException -- The operation has timed out
    Source
    System.Web.Services
    Stack Trace:
       at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
       at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.ApiRemotingCompressionProxy.GetWebResponse(WebRequest webRequest)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.UpdateServices.Internal.ApiRemoting.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, Int32 publicationState)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, ExtendedPublicationState publicationState)
       at Microsoft.UpdateServices.Internal.BaseApi.Update.SearchUpdates(UpdateScope searchScope, ExtendedPublicationState publicationState, UpdateServer updateServer)
       at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetUpdates(UpdateScope searchScope)
       at Microsoft.UpdateServices.UI.AdminApiAccess.UpdateManager.GetUpdates(ExtendedUpdateScope filter)
       at Microsoft.UpdateServices.UI.AdminApiAccess.BulkUpdatePropertiesCache.GetAndCacheUpdates(ExtendedUpdateScope updateScope, ComputerTargetScope computerTargetScope)
       at Microsoft.UpdateServices.UI.SnapIn.Pages.UpdatesListPage.GetListRows()
    I Have tried desabling the firewall,disabling the antivirus protection. Tried by changing the default rule Please Help.

    Hi Sagar,
    First, please check if the RAM is exhausted. When there is not enough RAM, this issue may occurs.
    Please try to run iisreset on the WSUS server, then try to reconnect.
    Also, please try to run the server cleanup wizard to remove the unused update.
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Plumtree job dispatcher service

    How come I cannot run the Plumtree Job Dispatcher Service under "Local System" or "Local Service" built-in account on Window NT server? It can only run under an user account.
    Is there away for me to configure the service to run under "Local System"
    Thanks
    BC

    To my knowledge there is nothing that prohibits the Automation sever from running as the Local System Account. My windows w2K3 laptop is configured this way.
    Phil Orion | [email protected] |www.orionsmith.com

  • Executing a Job via Web Services using a Server Group?

    When executing a job from Designer or from the Management Console you have the option to select a specific job server or a server group.
    But when executing a job via Web Services it uses the first job server with which the repository was associated (i.e. the first job server listed in AL_MACHINE_INFO).
    Is there a way to get the job to execute using a server group instead simply choosing the first job server in the list?
    Note: We are using FIM to execute the jobs via web services and don't have access to additional parameters.

    Joe
    Here is the where you can change the server group/job server.
    - After you add the Batch/real Time job as a webservice.
    - Go to the Webservice Batch Job Attribute and from the drop down choose the "Enable job Attributes" and hit apply.
    - After this if you use the WSDL URL http://<Data Services Web Server>:<Web server Port>/DataServices/servlet/webservices?ver=2.0&wsdlxml
    - You will see the job attributes that you can change based on the allowed parameters mentioned in the documentation.
    The batch job or real time job is published without the job parameters by default. Once you enable the job attributes, remove and re publish the batch job as a web service. The application making the call to this webservice should be able to read the WSDL generated by Data services and pickup all the input and output parameters of the method.
    Refer to the Data Services Integrator guide (Chapter 3 : pages 25 - 33 ) to get the exact parameter values permitted via Data Services jobs called via web services.
    Hope this helps!
    Thanks & Regards
    Tiji

  • Oracle 11g - Invoke JOB  on another server?

    Oracle 11g - Invoke JOB on another server?
    ===========================
    I hope this is the right forum for this issue, if not let me know, where to go.
    I posted on other forum, but I did not find resposnes there, so I am posting it here.
    We are using Oracle 11g (11.2.0.1.0) on (Platform : solaris[tm] oe (64-bit)), Sql Developer 3.0.04
    1) We are loading table using PL/SQL.
    2) This data will be consumed by Mainframe DB2 process (Read our table, format and calculate measures).
    3) Return the result as another Oracle table (Push) with derived data from DB2.
    There is a IBM JCL that read our table and return an Oracle table with calculated data.
    Is it doable?
    How do we invoke the IBM JCL from our Oracle 11g server upon loading the table (Step 1)?
    Are there any metalink notes to address this situation?
    Are there any alternate approach?
    Thanks in helping us.

    Hi,
    Since your talking about interfacing between Oracle and DB2 where 3 sequential steps are to be taken, I would recommend to use a UNIX shell script to kick off the seperate steps.
    I have no experience whatsoever with DB2, so I can't tell you if you would be able to start a JCL ( DB2 Job ?? ) from within the oracle database.
    Otherwise you would need a kind of polling mechanism where the DB2 database checks for a certain value (table value) existence in order to start its work
    HTH
    FJFranken

  • Plumtree Job Dispatcher Service is giving error when i start the service

    Could not start the plumtree Job Dispatcher service service on Local Computer. The service did not return an error. THis could be an internal windows rror or an internal service error. If the problem persits, contact your system administrator... Any solution

    Hi 
    There are many reasons fo this.
    This may help
    http://melick-rajee.blogspot.ae/2011/07/user-profile-synchronization-service.html
    Workouts
    First Check Forefront Identity Manager is Working (miisclient.exe).  If this is starting most of the time their are no issues in Forefront Identity manager service and Sync Service. If so we have to check the databases for permission. 
    C:\Program Files\Microsoft Office Servers\14.0\Synchronization Service\UIShell\miisclient.exe
    If this not working (Most of the time this is the issue).
    we need to check following windows services. (Services.msc)
    if miisclient.exe is not working either above service may not work. so try to start the service. if it is a login problem it will say that can not strat due to login problem.
    then go to Properties
    and check logOn username,password  and Account.
    After correcting this try to restart the  profile service and synchronization in the SharePoint after restarting the IIS.
    Melick Rajee http://melick-rajee.blogspot.com

  • Creating Job material using public API from WIP

    Take the entered component part number and search in the WIP job material requirements. This should use a WIP API. If the material is found, increment the quantity. If material is not found, create the job material using public API. (Provide WIP API details)
    The java object, oracle.apps.csd.schema.server .CsdHvWipJobPvtEO is a wrapper to call WIP API. This should be used to create material requirements is this the procedure to create job material Req.
    from OAF how we have to create Job material transaction

    Hi Pat,
    What is your SBO version? I've seen several cases in which the login/connection procedure (both in the client and via DI API) has become much slower after upgrading to SBO 2005.
    Do you experience the same slowness when connecting via DI API in a non-WebService setting?
    I would not recommend using DI API in a web service context in the first place. DI Server would give you a much more robust, stable and scalable infrastructure to build upon.
    Henry

  • Schedule SSIS packages as job in SQL Server Agent errors

    Hi, I am using SQL Server 2008 R2 and created few SSIS packages and schedule them using SQL Server Agent and every time I try to schedule packages via SQL Server Agent my jobs keep failing. I am using domain/ione as the owner and when I invoke the job on
    ServerA let's say and the job gets executed by domain/ServerA$ and fails as it does not have enough privileges. How do I fix this issue firstly without the proxy and why is the job being executed by domain/ServerA$ when the owner & user who invokes
    it is domain/ione?
    Thanks in advance............
    Ione

    Hi Ione,
    The owner of any SQL jobs should be SA or any other non-expiring account
    If you do not want the proxy used, then add the needed priveleges.
    The owner of the job is one, the SSIS step gets executed by the account the Agent is running under.
    Arthur
    MyBlog
    Twitter

  • Development Environment for Server APIs in Webcenter Interaction 10.3

    Hi, I installed “Oracle Web Center Interaction 10.3" on standard environment mentioned by oracle (Window 2003 server, IIS6.0, SQL Server 2005). Everything works fine concerning the portal and services.
    I also have visual studio 2005 on the same machine and trying to setup a development environment where I can user server APIs (I start with creating IPTSession).
    I am using follwong code to start with:
    /String serverConfigDir = ConfigPathResolver.GetOpenConfigPath();
    IOKContext configContext = OKConfigFactory.createInstance(serverConfigDir, "portal");
    PortalObjectsFactory.Init(configContext);
    IPTSession ptSession = PortalObjectsFactory.CreateSession();
    Problem: code compiles if I add few dlls, but it do not run, it throws following error
    com.plumtree.openkernel.exceptions.OKFactoryException: Error in AOKFactory.createAndInitializeInstance, unable to create object with name 'com.plumtree.openkernel.impl.config.Config' in assembly or JAR file 'openconfig'.
    I think either server APIs are not more supported in 10.3 or I do not know how to setup the development environment for server APIs.
    Can anyone help??

    i have already tried putting hardcoded path but it didn't help, morover the previous line gives me correct path.
    I issue i mentioned seems to be related with some setting or missing native dlls
    com.plumtree.openkernel.exceptions.OKFactoryException: Error in AOKFactory.createAndInitializeInstance, unable to create object with name 'com.plumtree.openkernel.impl.config.Config' in assembly or JAR file 'openconfig'.
    i got follwing extract from the wsserver-wrapper.log file
    INFO | jvm 1 | 2009/02/20 12:26:17 | 2-20-2009     12:26:17.606     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Loading config data from C:\bea\alui\ptws\10.3.0\bin\..\..\..\common/../settings
    INFO | jvm 1 | 2009/02/20 12:26:18 | 2-20-2009     12:26:18.325     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Setting subscription data.
    INFO | jvm 1 | 2009/02/20 12:26:18 | container config context:EAS:wsserver
    i didn't modified anything in any config file, just configured everything on one machine with oracle configuration manager

  • Delete a collab project using Server API 5.0

    Is there a way to delete a collab project using the Server API 5.0? I know I can delete a project using the EDK but I need to delete a project using the Server API. Can anyone help please?
    Thanks in advance.

    Thanks Imah.
    The EDK java doc said I could use RemoteSessionFactory.getExplicitLoginContext to access Collaboration Server API but I am getting the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: com/plumtree/openfoundation/util/XPMalformedURLException
    Any idea why? I am using EDK 5.2.0
    I could open this URL ("http://hostname/ptapi/QueryInterfaceAPI.asmx") in a browser.
    The code is as followed:
    try {
    IRemoteSession rSession = RemoteSessionFactory.getExplicitLoginContext(new URL("http://hostname/ptapi/QueryInterfaceAPI.asmx"),"Administrator", "");
    } catch (Exception e){
    System.out.println(e.toString());
    Can anyone help please? Thanks.

  • ALUI Server API

    I am trying to use ALUI Server API to update/add object properties of 'user'. Here is the code for creating session from portalobject factory and the code throwing runtime exception(com.plumtree.openfoundation.util.XPException: com/plumtree/openkernel/dbutils/impl/DBConfigHelper ). Please, find below is the code and the runtime exception:
    CODE:
    <%@page import="java.io.*" %>
    <%@page import="com.plumtree.server.PortalObjectsFactory"%>
    <%@page import="com.plumtree.server.impl.core.*" %>
    <%@page import="com.plumtree.server.IPTSession" %>
    <%@page import="com.plumtree.remote.portlet.*" %>
    <%@page import="com.plumtree.server.IPTUserInfo" %>
    <%@page import="com.plumtree.openkernel.db.IOKDBCursor" %>
    <%@page import="com.plumtree.openkernel.db.IOKDBResultSet" %>
    <%@page import="com.plumtree.openkernel.db.IOKDBRow" %>
    <%
    String spthome = application.getInitParameter("pthome");
    / /out.println(spthome );
    com.plumtree.openkernel.config.IOKContext context =
    com.plumtree.openkernel.factory.OKConfigFactory.createInstance("c:\\bea\\alui\\settings", "portal");
    //createInstance( spthome + "settings", "portal");
    PortalObjectsFactory.Init(context);
    IPTSession psession = PortalObjectsFactory.CreateSession();
    InternalSession iSession = ((PTSession) psession).GetInternalSession();
    IPortletContext portletContext = PortletContextFactory.createPortletContext(request,response);
    IPortletRequest portletRequest = portletContext.getRequest();
    iSession.Reconnect(portletRequest.getLoginToken());
    IPTUserInfo userinfo = psession.GetUserInfo();
    userinfo.AddUserInfoSetting("MyUnits","20");
    %>
    Runtime Exception:
    ===============
    Error 500--Internal Server Error
    com.plumtree.openfoundation.util.XPException: com/plumtree/openkernel/dbutils/impl/DBConfigHelper
    at com.plumtree.openfoundation.util.XPException.GetInstance(XPException.java:428)
    at com.plumtree.openfoundation.util.XPException.GetInstance(XPException.java:350)
    at com.plumtree.openfoundation.reflect.XPInvocationTargetException.GetCauseException(XPInvocationTargetException.java:26)
    at com.plumtree.openkernel.factory.AOKFactory.createAndInitializeInstance(AOKFactory.java:231)
    at com.plumtree.openkernel.factory.AOKFactory.createAndInitializeCachedInstance(AOKFactory.java:276)
    at com.plumtree.openkernel.factory.AOKFactory.getInstance(AOKFactory.java:305)
    at com.plumtree.openkernel.factory.OKDBFactory.getInstance(OKDBFactory.java:57)
    at com.plumtree.server.impl.core.InternalSession.Init(InternalSession.java:147)
    at com.plumtree.server.PortalObjectsFactory.Init(PortalObjectsFactory.java:53)
    at jsp_servlet.__mysif_unitids._jspService(__mysif_unitids.java:113)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3498)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    It looks like you don't have the required jar files in the classpath.
    Also, to set user properties permanently you need to use the IPTObjectProperties interface. See here:
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=820972

  • Problem creating A/R Invoice with Withholding tax data via DI-Server

    Hi!
    Using the following SOAP Request to the DI-Server, I wanted to create an A/R Invoice having a withholding tax data but it always respond with an error saying
    Total taxable amount of all rows exceeds the base amount  [INV5.TaxbleAmnt][line: 1]
    SOAP Request:
    <?xml version="1.0" encoding="UTF-16"?>
    <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
      <env:Header>
        <SessionID>203A3C01-7808-4638-8322-2307DF3C0F8F</SessionID>
      </env:Header>
      <env:Body>
        <dis:Add xmlns:dis="http://www.sap.com/SBO/DIS">
          <Service>InvoicesService</Service>
          <Document>
            <DocType>dDocument_Items</DocType>
            <HandWritten>tNO</HandWritten>
            <DocDate>2010-02-08</DocDate>
            <DocDueDate>2010-02-08</DocDueDate>
            <TaxDate>2010-02-08</TaxDate>
            <VatDate>2010-02-08</VatDate>
            <CardCode>NPI</CardCode>
            <Comments>test di-server soap message 1</Comments>
            <DocumentLines>
              <DocumentLine>
                <ItemCode>TRC</ItemCode>
                <Quantity>1</Quantity>
                <Price>1000</Price>
                <TaxCode>OVAT</TaxCode>
                <VatGroup>OVAT</VatGroup>
                <TaxLiable>tYES</TaxLiable>
                <WTLiable>tYES</WTLiable>
              </DocumentLine>
            </DocumentLines>
            <WithholdingTaxDataCollection>
              <WithholdingTaxData>
                <WTCode>C140</WTCode>
                <TaxableAmount>1000</TaxableAmount>
                <WTAmount>100</WTAmount>
              </WithholdingTaxData>
            </WithholdingTaxDataCollection>
          </Document>
        </dis:Add>
      </env:Body>
    </env:Envelope>
    OVAT rate above is 10%.
    The withholding tax code C140 is setup as
    rate=10,
    Category=Payment,
    Base Type=Net,
    % Base Amount = 100,
    Rounding Type = Commercial Values.
    We are using the New Zealand/Australia localization in SAP B1 2007A PL49.
    The above code can be successful only if I set the <WithholdingTaxDataCollection> node to:
            <WithholdingTaxDataCollection>
              <WithholdingTaxData>
                <WTCode>C140</WTCode>
                <TaxableAmount>0</TaxableAmount>
                <WTAmount>100</WTAmount>
              </WithholdingTaxData>
            </WithholdingTaxDataCollection>
    setting TaxableAmount equal to 0 which is not desired.
    Can anyone extend me some help, please?
    Thanks.

    Albert,
    Did you try adding this via the DI API and not the DI Server?  Do you get the same error?  Please see this SAP Note ...
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0001303019
    Eddy

  • Adding Purchase Delivery Note with SerialNumbers via DI Server

    I try to add Purchase Delivery Notes via DI Server. It already works for items that do not need serial or batch numbers. But if I try to add a PDN with an item that needs such numbers, I'm getting an error that the line of the item cannot be added without these numbers.
    Then I tried to add SerialNumbers to my request, but I am still getting the same error.
    The xml template for the SerialNumbers part looks like this:
    <SerialNumbers>
    <row>
      <SystemSerialNumber />
      <ManufacturerSerialNumber />
      <InternalSerialNumber />
      <BatchID />
      <ExpiryDate />
      <ManufactureDate />
      <ReceptionDate />
      <WarrantyStart />
      <WarrantyEnd />
      <Location />
      <Notes />
      <BaseLineNumber />
    </row>
    </SerialNumbers>
    Can someone explain me, how to use it?
    What are the mandatory fields?
    What is <BaseLineNumber>? Is it the line number of the item in the purchase delivery note?
    Do I have to include <SystemSerialNumber> or will this number be generated automatically by SBO?

    Hi Nico,
    you should use the SDK Help Center to determine the mandatory fields...
    When creating an incoming document (Purchase Delivery Note) with serial numbers using the DI API I assign the InternalSerialNumber property only and this works.
    The only Mandatory field when creating an outgoing document is SystemSerialNumber which is the unique key for a serial number...
    As a side note, I am still experiencing some strange behaviour trying to use the DI API to create documents using serial numbers.  I am in contact with SAP regarding this but am getting very slow responses...
    Daniel

Maybe you are looking for

  • Submit completed form to multiple email addresses

    I am working with Acrobat 9 Pro and creating a pdf enquiry form to place on a website. I need the form when submitted to be sent to 4 email addresses so that it can be properly assessed. Each of those recipients needs to be able to add the response t

  • Question on Document Title in SOST

    Hi, Can some one let me know how Document Ttile comes into SOST. My scenario is; I am sending delivery note via email. my intention is to get document title as LD00 and Delivery Number (LD00 &LIKP-VBELN& below settings i tried but no use: Output type

  • Palm z22 problem

    Have had a Palm Z22 for about 4 years. Cannot turn on, attach the charger and it may turn on but the minute I unplug it the screen goes black. Any ideas? Post relates to: Palm Z22

  • Solaris 10 installation does not start

    Hi I am new to solaris . I downloaded the four zipped ISO files of solaris 10 from the website. I burned the images on the cd. When i insert the disk 1 and restart the computer it does not detect the cd as bootable and does not start the installation

  • Maintenance Plan Problem

    We have an issue whereby the folks in Engineering are saying that the inspection items are not being  flagged up as due. This appears to be the case when there are two or more items assigned to one inspection plan but each item item has a different d