OIM schedule task not working properly (error - MISFIRE_INSTRUCTION_RE....)

Hello,
we're doing trusted reconciliation from DB and it is implemented through a GTC connector (OIM 10g BP 15).
After we did a sync of OIM from prod to this environment, we're seeing issue using this related trusted recon scheduled job. Here is the error :
DEBUG,24 Jan 2012 15:09:12,321,[XELLERATE.SCHEDULER],Loading Scheduled task class com.thortech.xl.scheduler.core.quartz.QuartzWrapperusing ADP classloader
DEBUG,24 Jan 2012 15:09:12,321,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/getClassLoader entered.
DEBUG,24 Jan 2012 15:09:12,321,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/getClassLoader left.
DEBUG,24 Jan 2012 15:09:12,340,[XELLERATE.SCHEDULER],Class/Method: QuartzSchedulerImpl/getQuartzTrigger entered.
DEBUG,24 Jan 2012 15:09:12,340,[XELLERATE.SCHEDULER],Creating Custom Trigger with StartTime 2012-01-24 with repeat interval of 21600000 secs
DEBUG,24 Jan 2012 15:09:12,340,[XELLERATE.SCHEDULER],triggerFreq : CUSTOM
DEBUG,24 Jan 2012 15:09:12,340,[XELLERATE.SCHEDULER],triggerImpl : Trigger 'DEFAULT.MYMDB_GTC': triggerClass: 'org.quartz.SimpleTrigger isVolatile: false calendar: 'null' misfireInstruction: 0
DEBUG,24 Jan 2012 15:09:12,340,[XELLERATE.SCHEDULER],trigger Misfire instruction : MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_EXISTING_COUNT
DEBUG,24 Jan 2012 15:09:12,340,[XELLERATE.SCHEDULER],Class/Method: QuartzSchedulerImpl/getQuartzTrigger left.
DEBUG,24 Jan 2012 15:09:12,340,[XELLERATE.SCHEDULER],MYMDB_GTC trigger is related to DEFAULT.MYMDB_GTC and new job is DEFAULT.MYMDB_GTC
DEBUG,24 Jan 2012 15:09:12,340,[XELLERATE.SCHEDULER],Scheduling task : MYMDB_GTC with trigger : Trigger 'DEFAULT.MYMDB_GTC': triggerClass: 'org.quartz.SimpleTrigger isVolatile: false calendar: 'null' misfireInstruction: 5
DEBUG,24 Jan 2012 15:09:12,392,[XELLERATE.SCHEDULER],Loading Scheduled task class com.thortech.xl.scheduler.core.quartz.QuartzWrapperusing ADP classloader
DEBUG,24 Jan 2012 15:09:12,392,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/getClassLoader entered.
DEBUG,24 Jan 2012 15:09:12,392,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/getClassLoader left.
DEBUG,24 Jan 2012 15:09:12,407,[XELLERATE.SCHEDULER],Class/Method: QuartzSchedulerImpl/updateXellerateForTrigger entered.
DEBUG,24 Jan 2012 15:09:12,407,[XELLERATE.SCHEDULER],Updating Trigger Details: lastStartTime : 2012-01-24 lastStopTime : Tue Jan 24 15:09:12 PST 2012 nextStartTime : 2012-01-24
DEBUG,24 Jan 2012 15:09:12,411,[XELLERATE.SCHEDULER],LefMethodDebug
DEBUG,24 Jan 2012 15:09:12,411,[XELLERATE.SCHEDULER],Class/Method: QuartzSchedulerImpl/updateScheduledTask left.
DEBUG,24 Jan 2012 15:09:14,035,[XELLERATE.SCHEDULER],Loading Scheduled task class com.thortech.xl.scheduler.core.quartz.QuartzWrapperusing ADP classloader
DEBUG,24 Jan 2012 15:09:14,035,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/getClassLoader entered.
DEBUG,24 Jan 2012 15:09:14,035,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/getClassLoader left.
DEBUG,24 Jan 2012 15:09:14,066,[XELLERATE.SCHEDULER],Loading Scheduled task class com.thortech.xl.scheduler.core.quartz.QuartzWrapperusing ADP classloader
DEBUG,24 Jan 2012 15:09:14,066,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/getClassLoader entered.
DEBUG,24 Jan 2012 15:09:14,066,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/getClassLoader left.
INFO,24 Jan 2012 15:09:14,093,[XELLERATE.SERVER],Quartz Executing Scheduled task : MYMDB_GTC
DEBUG,24 Jan 2012 15:09:14,099,[XELLERATE.SCHEDULER],Class/Method: SchedulerUtil/eventPreInsert entered.
DEBUG,24 Jan 2012 15:09:14,099,[XELLERATE.SCHEDULER],Class/Method: SchedulerUtil/getSchedulerInstanc left.
DEBUG,24 Jan 2012 15:09:14,175,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/getClassLoader entered.
DEBUG,24 Jan 2012 15:09:14,175,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/getClassLoader left.
Any idea what could be wrong here?
Thanks,

Hello,
I tried "Edit" the GTC connector and "SAVE" the connector back without doing any editing. I hope that will not cause any difference in the deployed corresponding GTC schedule task which used to work earlier.
Anyways, i also checked the trusted source database and populated some new values in there and tried reconciling again (incremental reconciliation configured). Surprisingly i see some new error in the logs. Is this because of the unnecessary "Edit" operation i performed ?
==========================================================================================================
ERROR,31 Jan 2012 16:22:49,269,[XELLERATE.GC.FRAMEWORKRECONCILIATION],Reconciliation Encountered error:
java.lang.IllegalArgumentException: Cannot format given Object as a Date
at java.text.DateFormat.format(DateFormat.java:281)
at java.text.Format.format(Format.java:140)
at com.thortech.xl.gc.impl.common.DBFacade.getStringFromSQLObject(Unknown Source)
at com.thortech.xl.gc.impl.common.DBFacade.retrieveRecord(Unknown Source)
at com.thortech.xl.gc.impl.common.DBFacade.getRecord(Unknown Source)
at com.thortech.xl.gc.impl.common.DBFacade.getTargetRecord(Unknown Source)
at com.thortech.xl.gc.impl.recon.DBReconTransportProvider.getFirstPage(Unknown Source)
at com.thortech.xl.gc.runtime.GCScheduleTask.execute(Unknown Source)
at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown Source)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.security.Security.runAs(Security.java:41)
at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
DEBUG,31 Jan 2012 16:22:49,270,[XELLERATE.SCHEDULER.TASK],Class/Method: SchedulerBaseTask/setResult entered.
DEBUG,31 Jan 2012 16:22:49,270,[XELLERATE.SCHEDULER.TASK],Class/Method: SchedulerBaseTask/setResult left.
WARN,31 Jan 2012 16:22:49,270,[XELLERATE.GC.FRAMEWORKRECONCILIATION],Though Reconciliation Scheduled task has encountered an error, Reconciliation Transport providers have been "ended" smoothly. Any provider operation that occurs during that "end" or "clean-up" phase would have been executed e.g. Data archival. In case you want that data to be a part of next Reconciliation execution, restore it from Staging. Provider logs must be containing details about storage entities that would have been archived
DEBUG,31 Jan 2012 16:22:49,270,[XELLERATE.SCHEDULER.TASK],Class/Method: SchedulerBaseTask/run left.
========================================================================================

Similar Messages

  • Windows 2003 server scheduled tasks not work properly. Please help.

    I created a couple of windows shell scripting programs. When I call them from command line, it works well. Then I use Task Scheduler to schedule them to be run daily. The strange thing is: If I log into server and open Task Scheduler window. The scheduled tasks will run automatically and execute with result code 0x0. It works well. However, if I just set up Task Scheduler and log out of the server, the scheduled works will not run with result code 0x80. Here is the log info
    "programname-parametername.job" (programname.cmd)
     Started 1/28/2010 11:20:00 PM
    "programname-parametername.job" (programname.cmd)
     Finished 1/28/2010 11:20:00 PM
     Result: The task completed with an exit code of (80).
    I used windows adminstrator account, not system account to schedule the work. I changed scheduled work to be run by my admin account, not by system account. Please advise me where is the problem and how to fix it. Thanks in advance.

    Hi Polarisws,
    According to your description, I understand that your scheduled task did not run when the user is not logged in the system.
    Please go to the services.msc and select the "task Scheduler" service, double-click it and go to "Log On" page, enable the option "allow service to interact with desktop" and test the result.
    Regards,
    Wilson JiaThis posting is provided "AS IS" with no warranties, and confers no rights.

  • Schedule task not working in OIM11gr2

    Hi Experts,
    I have coded a schedule task, using the plugin approach, the steps i have followed are:
    1. Created the custom code jar
    2. Created plugin.xml
    the above 2 files are added in plugin and registerd in OIM
    3. Created the task.xml and registered in MDSWhile creating the job i could see it shows up in the tasks but when i executed thejob it is giving me below error:
    I tried putting it in using UploadJars.sh utility and placed thejar in schedule tasks folder but did not work.
    An error occurred while loading the plugin class. Class null was not found.
    Please provide help this is really urgent!!
    thanks

    This is how my Task.xml (MDS file) looks
    <?xml version='1.0' encoding='UTF-8'?>
    <scheduledTasks xmlns="http://xmlns.oracle.com/oim/scheduler">
    <task>
    <name>RIMReconTask</name>
    <class>com.abc.iam.customtask.rim.RIMReconST</class>
    <description>This scheduled task will reconcile the RIM profile to the OIM users</description>
    <retry>0</retry>
    <parameters>
    <string-param required="true" helpText="User Login">User Login</string-param>
    <string-param required="true" helpText="User Status">User Status</string-param>
    <string-param required="true" helpText="Resource Object">Resource Object</string-param>
    </parameters>
    </task>
    </scheduledTasks>
    I have removed the plugin file completely. I have validated that class path and name it is the same as com.abc.iam.customtask.rim.RIMReconST
    I have registered the jar in OIM database using UploadJars.sh utility.
    I get the following error:
    An error occurred while loading the plugin class. Class null was not found.
    Dont know what is wrong here !!

  • CFHTTP and Scheduled Tasks not working after CF8 Upgrade

    I have recently upgraded to ColdFusion 8. My scheduled tasks
    in the ColdFusion Administrator do not work anymore. I ran them
    manually without the ColdFusion Administrator from the server and a
    local machine via Internet Explorer 7 and they work. I tried to run
    the same scheduled task with the same URL via CFHTTP in a CFM page
    and this does not work. The logs are not giving me any error
    messages. Has anyone run into this? Is this a bug with CF8 or even
    an IIS issue? ColdFusion is on a Windows 2003 SP2 server.
    Thanks,
    Mike

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML dir=ltr><HEAD><TITLE>The page cannot be displayed</TITLE>
    <STYLE id=L_defaultr_1>A:link {
    FONT: 8pt/11pt verdana; COLOR: #ff0000
    A:visited {
    FONT: 8pt/11pt verdana; COLOR: #4e4e4e
    </STYLE>
    <META content=NOINDEX name=ROBOTS>
    <META http-equiv=Content-Type content="text-html; charset=UTF-8">
    <META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD>
    <BODY bgColor=#ffffff>
    <TABLE cellSpacing=5 cellPadding=3 width=410>
      <TBODY>
      <TR>
        <TD vAlign=center align=left width=360>
          <H1 id=L_defaultr_2 style="FONT: 13pt/15pt verdana; COLOR: #000000"><ID id=L_defaultr_3><!--Problem-->The page cannot be displayed
    </ID></H1></TD></TR>
      <TR>
        <TD width=400 colSpan=2><FONT id=L_defaultr_4
          style="FONT: 8pt/11pt verdana; COLOR: #000000"><ID id=L_defaultr_5><B>Explanation: </B>There is a problem with the page you are trying to reach and it cannot be displayed.</ID></FONT></TD></TR>
      <TR>
        <TD width=400 colSpan=2><FONT id=L_defaultr_6
          style="FONT: 8pt/11pt verdana; COLOR: #000000">
          <HR color=#c0c0c0 noShade>
          <P id=L_defaultr_7><B>Try the following:</B></P>
          <UL>
            <LI id=L_defaultr_8><B>Refresh page:</B> Search for the page again by clicking the Refresh button. The timeout may have occurred due to Internet congestion.
    <LI id=L_defaultr_9><B>Check spelling:</B> Check that you typed the Web page address correctly. The address may have been mistyped.
    <LI id=L_defaultr_10><B>Access from a link:</B> If there is a link to the page you are looking for, try accessing the page from that link.
          </UL>
          <HR color=#c0c0c0 noShade>
          <P id=L_defaultr_11>Technical Information (for support personnel)</P>
          <UL>
            <LI id=L_defaultr_12>Error Code: 400 Bad Request. The data is invalid. (13)
            </UL></FONT></TD></TR></TBODY></TABLE></BODY></HTML>

  • Windows 2008 R2 server Scheduled Task not working

    I have a batch file that writes to a file, when I click it manually it works. However when I have it set in a scheduled task it will create the file but it will not write to the file.
    How can I fix this?

    Hi,
    1.   
    Please try to make sure the
    Task Scheduler: Service is running.
    For details: run 'services.msc', Scroll down to the 'Task Scheduler' service, Check the 'Startup Type' column, The 'Startup Type' should be set to "Automatic",
    Check the 'Status' column.
    If the service is started, it will list 'Started' in the 'Status' column.
    2.   
    Please try to make sure Group Policy preventing the user to run the task.
    3.   
    Please try to make sure UAC has been disabled.
    4.   
    Please try to enabled the
    policy Inclusion list for moderate risk file types, and fill ‘.bat’ in the blank.
    For details:
    User Configuration -> Administrator Templates -> Windows Components -> Attachment Manager
    In addition, please try to refer
    this to troubleshoot.
    If the issue persist, please try to collect more information for further analyze:
    Event log
    ==============
    1. Click "Start", click “Run”, input "eventvwr" and press Enter.
    2. Expand the "Windows Logs" node on the left pane, right-click on "System" and click "Save All Events As"; in the pop-up window, click to choose the Desktop icon
    on the left frame, input "sys" in the "File name" blank, and then click save.
    3. Expand the “Applications and Services Logs”. Click the arrow next to Microsoft, and then Windows, and then TaskScheduler. Click Operational. Click
    "Save All Events As"; in the pop-up window, click to choose the Desktop icon on the left frame, input "policy" in the "File name" blank, and then click save.
    4. Locate the two saved log files on the Desktop and send them to us.
    GPMC.log
    ==================
    a.   
    On domain controller, click Start -> Run, type GPMC.MSC, it will load the GPMC console.
    b.   
    Right click on "Group Policy Result" and choose wizard to generate a report for the problematic computer and user account (please place appropriately). (Choose computer and select the proper user in the wizard)
    c.   
    Right click  the resulting group policy result and click the "Save Report…" => save report to save the report to a HTML file and send it to me.
    please contact me with my account:
    [email protected] to get a workspace to upload the information.
    Hope this helps!

  • Scheduled Tasks Not working

    Hi All,
    I have an scheduled tasks on windows server 2008 standard, Which were working fine from couple of years.
    Now we are facing the issue of skipping the tasks without any error in history tab.
    " Next Run Time " is getting updated But the "Last Run Time" is in hold.
    We had tried troubleshooting following steps:
    1) Firstly, Windows update was cancelled & Restarted the server (Tasks started working fine with the End Result for 2 Days then Stopped)
    2)Deleted all the tasks & scheduled the tasks again then restarted (Tasks started working again with the final outcome for few days then Stopped Issue started again)
    Now we are confused and searched many Forums but we didn't find the solution.
    We have 7 Tasks which triggers an .EXE File. It Runs Manually & do the process.
    I have seen this System Task Running always "Certificate Services Client automatically manages digital identities such as Certificates, Keys and Credentials for the users and the machine, enabling enrollment,
    roaming and other services" is this might be the reason..
    Need the solution ASAP, I request all pro's to find me a solution.
    Thanks 

    Hi,
    Please check if there is a "CertificateServiceClient" in Task Scheduler.
    As you suspect it is the cause, test to disable "Certificate Services Client service" in Services.msc to see if issue still exists.
    If it is related, try to Increase the interval of SystemTask and UserTask under "CertificateServiceClient" in Task Scheduler to see if issue is affected. 
    If you have any feedback on our support, please send to [email protected]

  • Schedule tasks not working for SSL.

    I am running CF11 using Tomcat 7 and jdk1.7.0_45.  I have non-SSL sites that execute the exact same task fine.  However for my SSL enabled sites, the task will not run.  Does anyone have an idea as to what is causing this?

    I can confirm that cfschedule does work with SSL and yes you will need to import the certificate or root certificate into your certificate store if it is not one issued by a "well known" provider that the jre supports. The gotcha is that the certificate domain must match the server name used in the cfschedule call. For us this meant that our www.domain.com cert did not work, even after importing, for https://127.0.0.1/... To fix this we created a hosts file entry so the request didn't have to round trip outside the box.

  • GPO Preference Scheduled task not working

    Hi,
    System info: Windows 2008 R2 and Windows 7
    I created a group policy object which switches off automatically all client PCs at 2AM everyday.
    But this did not work..the task is running as domain admin.
    I have checked GP result and that setting was applied successfully.
    Are there other ways to troubleshoot this issues?

    > So far in my experience, GP Modeling always help me to troubleshoot why
    > such GPO is not being applied to a particular user or computer.
    Skip Modeling, use Resultant Report :) And gpupdate - if neccessary at
    all - has to be run on the client.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Macbook 2009 Not working properly [Error -50 and other several issues]

    Hello there!
    I am having several issues with my Macbook, they all showed unexpectedly. Most applications would not work, such as Disk Utility or Pages. Safari couldn't load any webpage, just after a long time it was able to display them. Also, I was having some kind of error -50 when trying to move or delete any file, and iTunes was showing the following message; "iTunes can't verify the identity of the server "ax.itunes.apple.com". The certificate for this server is invalid. You might be connecting to a server that is pretending to be "ax.itunes.apple.com". I couldn't turn off the computer either, when I tried to doing so it wouldn't do anything, I had to press the power button to turn it off. After that, I turned the computer on, everything showed up as normal but after a few seconds later the computer suddenly turned off, I tried again but I got the same result. Afterwards, I tried in recovery mode, and weirdly, it didn't show any problem. I ran disk utility and verified the hard drive but it says it's working perfectly. The SMART status also says the hard drive is fine.
    What could this mean? All these problems appeard suddenly, I've never had any of those issues before.
    I have a late 2009 Macbook with Mavericks Installed,
    4GB of RAM,
    A 320GB Seagate Hard drive,
    And a 250MB Graphics Card.
    Thanks for your help!

    Hello there!
    Thanks for your reply! I have no anti-virus software installed, but I have (rather said, had) CleanMyMac though. I installed the demo version and ran it only once. I was curious about it, I had no idea it could make as much damage as MacKeeper.
    Also, I scaned again my internal Hard Drive with Disk Utility using the OS X Installation DVD, and according to the report, the partition where the operative system is located is corrupted. Disk Utility tried to repair it but failed, and the most reliable option was to reformat the disk. I proceeded to reformatting it but unfortunately the process was not succesful - I got an error that reads; "POSIX reports: The operation couldn’t be completed. Cannot allocate memory". I tried to reformat the disk using the terminal, but I was only able to erase it, not to format it. I did a research and I found out the problem might be the SATA cable, (https://discussions.apple.com/thread/3507546).
    Could that explain also the weird behaviour when I was using the computer? I guess my best bet now is to get a new SATA cable.

  • Coldfusion 10 Scheduled Tasks Not Working

    I'm trying to schedule a task that will run every Sunday. I have tried several options and I continue to get the following message...
    An error occured scheduling the task.
    Advance Scheduling support is not available in this edition of ColdFusion server.
    My version is the following..
    Server Product
    ColdFusion
    Version
    ColdFusion 10,283111
    Edition
    Standard  
    Operating System
    Windows Server 2008 R2
    OS Version
    6.1  
    Update Level
    /C:/ColdFusion10/cfusion/lib/updates/hf1000-3332326.jar  
    Adobe Driver Version
    4.1 (Build 0001)  
    I've updated with the Mandatory update and still have this issue. 
    Is there a work around or when should this be resolved?

    This fixed the issue... -Dhttp.proxyHost=wwwgate0.mot.com -Dhttp.proxyPort=1080  please note where to put the information.
    # VM configuration
    # Where to find JVM, if {java.home}/jre exists then that JVM is used
    # if not then it must be the path to the JRE itself
    java.home=C:\\ColdFusion10\\jre
    application.home=C:\\ColdFusion10\\cfusion
    # If no java.home is specified a VM is located by looking in these places in this
    # order:
    #  1) ../runtime/jre
    #  2) registry (windows only)
    #  3) JAVA_HOME env var plus jre (ie $JAVA_HOME/jre)
    #  4) java.exe in path
    # Arguments to VM
    java.args=-server -Xms256m -Xmx512m -XX:MaxPermSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -
    Djava.awt.headless=true -Dcoldfusion.rootDir={application.home} -Djava.security.policy=
    {application.home}/lib/coldfusion.policy -Djava.security.auth.policy={application.home}/lib/neo_jaas.policy  -
    Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application.h ome}/lib/axis2,
    {application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/cfform/jars,{applicatio n.home}/wwwroot/WEB-
    INF/flex/jars,{application.home}/lib/oosdk/lib,{application.home}/lib/oosdk/classes -Dcoldfusion.libPath=
    {application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random
    -Dhttp.proxyHost=wwwgate0.mot.com -Dhttp.proxyPort=1080
    # Comma separated list of shared library path
    java.library.path={application.home}/lib,{application.home}/jintegra/bin,{application.home }/jintegra/bin/international,
    {application.home}/lib/oosdk/classes/win
    java.class.path={application.home}/lib/oosdk/lib,{application.home}/lib/oosdk/classes

  • FTP Task not working properly on Azure VM

    I am able to get connection when i press "Test Connection" inside the connetion manager.
    However - when trying to browse the remote FTP server's directory inside the FTP task editor, I get the following error message:
    "An error occured in the requested FTP operation. Detailed error description: 200 Type set to A. 500 Illegal PORT command . 500 LPRT not understood"
    I should add that i am able to connect and browse the FTP server using the windows FTP command, so I assume it is related to the FTP task component in SSIS. I have tested this on a normal windows server - and there it works fine.
    Any ideas what might be wrong  ?
    dakine

    Setup FTP connection in passive mode solve this problem:
    Found at http://sqlserverrider.wordpress.com/2013/09/05/ftp-task-connection-error-unable-to-service-port-commands-500-lprt/
    Arthur My Blog

  • OWB : source_import_task component task not work properly ?

    Hi,
    My config is : OWB 11.2.0.3, Windows XP, 32bit client, to REHL6 64bit database server.
    I have an 'expert' which makes use of the 'source_import_task' component, but this produces an empty 'OWB Error' dialogue immediately the 'expert' is started.
    On acknowledgement of the dialogue, an 'Expert Information Dialog' appears, stating the 'expert' has finished running, with the 'Task Assistant' stating the same and reporting no errors.
    However, the OWB Import Wizard is NOT displayed, at any time ?
    Any ideas, please ?
    Thanks,
    Nigel

    Hi David,
    Thank-you for your reply.
    Yes, I had enabled the task window and log for the expert in the expert UI settings, and I didn't see any errors. Only an empty 'Error' dialogue appearing, which when 'OK'd, the processing continues.
    I've generated the 'tcl' and ran it from OMB, but the behaviour is the same, where OWB is saying it's completed but I don't see OWB Import Wizard dialogue. The behaviour appears consistent.
    Should I raise a support(bug/feature) call with Oracle ?
    Thankis,
    Nigel

  • Report Statistics Task not working properly

    Within the past month or so, the report statistics task has stopped displaying useful information and is instead showing things like :
    Org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 2, in <module>
    File "__pyclasspath__/warnings$py.class", line 7, in <module>
    File "__pyclasspath__/linecache$py.class", line 9, in <module>
    File "__pyclasspath__/os$py.class", line 127, in <module>
    File "__pyclasspath__/ntpath$py.class", line 487, in <module>
    File "__pyclasspath__/ntpath$py.class", line 487, in <module>
    java.lang.NullPointerException
    Anyone have any insight into what is going on? These interfaces are mainly Oracle to Planning and are successfully loading members into the Application.

    There seems to be some environment change causing this problem. I would suggest working with support to investigate the environment issue.

  • DirectAccess on Server 2012 R2 with Single NIC behind NAT on IPv4 only Corporate Network Results in "DNS Not Working Properly"

    I hit this problem at a customer site and can re-produce it in a simple lab.  Lab environment: servers:
    1x Server 2012 R2 DC and DNS server - DC1 - 10.0.0.1
    1x Server 2012 R2 DirectAccess (DA) server - DA1 - 10.0.0.100
    Servers are running "Update" (KB2919355) and following DA hotfixes:
    KB2929930
    KB2966087
    I configured DA (via advanced wizard) as follows:
    DA and remote access
    AD group
    directaccess-webprobehost DNA (A) record pointing to 10.0.0.100
    behind an edge device (with a single network adapter)
    SSL certificate from enterprise root CA issued to directaccess.contoso.com
    NLS on remote server using https://nls.corp.contoso.com
    DNS: corp.contoso.com = 10.0.0.1; nls.corp.contoso.com = ""
    DNS suffix search list = corp.contoso.com
    The DNS server validates successfully in the configuration UI.
    With this configuration, I get a static IPv6 address of fd79:7a37:cbd9:3333::1/128 assigned to the NIC
    The operations status is all green apart from DNS which displays the following error:
    "DNS: Not Working Properly"
    Error:
    None of the enterprise DNS servers fd79:7a37:cbd9:7777::a00:1 used by DirectAccess clients for name resolution are responding. This might affect DirectAccess client connectivity to corporate resources.
    Causes:
    Enterprise DNS servers fd79:7a37:cbd9:7777::a00:1 are not responding.
    I can, however ping fd79:7a37:cbd9:7777::a00:1 (which is the DNS64 translation of 10.0.0.1)
    I would like to know what checks are failing as there are no failures in Event Viewer.
    I have come across forums where people have the same issue and fix it by specifying the local IP (in this case 10.0.0.100) as the DNS server, however Richard Hicks has confirmed with me that the DNS server should be set to the DNS server, not the DA server's
    IP.

    Thanks for the post Matt,
    ISATAP has been disabled on my DA server, so the results of a "ROUTE PRINT -6" command yields:
    ===========================================================================
    Interface List
     12...00 15 5d 01 03 64 ......Microsoft Hyper-V Network Adapter
      1...........................Software Loopback Interface 1
     14...00 00 00 00 00 00 00 e0 IPHTTPSInterface
    ===========================================================================
    IPv6 Route Table
    ===========================================================================
    Active Routes:
     If Metric Network Destination                           Gateway
      1    306 ::1/128                                               On-link
     12    261 fd79:7a37:cbd9::/48                         On-link
     14    306 fd79:7a37:cbd9:1000::/64                On-link
     14    306 fd79:7a37:cbd9:1000::/128              On-link
     14    306 fd79:7a37:cbd9:1000::1/128            On-link
     14    306 fd79:7a37:cbd9:1000::2/128            On-link
     14    306 fd79:7a37:cbd9:1000:814c:28be:46b5:52c1/128     On-link
     12    261 fd79:7a37:cbd9:3333::1/128            On-link
     12    261 fd79:7a37:cbd9:7777::/96                On-link
     12    261 fe80::/64                                           On-link
     14    306 fe80::/64                                           On-link
     12    261 fe80::20c0:e848:d304:9f01/128       On-link
     14    306 fe80::814c:28be:46b5:52c1/128      On-link
      1    306 ff00::/8                                               On-link
     12    261 ff00::/8                                              On-link
     14    306 ff00::/8                                             On-link
    ===========================================================================
    Persistent Routes:
     If Metric Network Destination                            Gateway
      0 4294967295 fd79:7a37:cbd9:1000::/64       On-link
      0 4294967295 fd79:7a37:cbd9::/48                On-link
      0 4294967295 fd79:7a37:cbd9:7777::/96       On-link
    ===========================================================================

  • MRS (Multi resoource scheduling) not working properly

    Hello All,
    We have MRS 610  installed in our landscape. We have configured it to integrate with Maintenance orders. We are facing an issue as to not all orders are reflected in the planning board though we make exact replica of orders which already exists in the planning board. Those orders which are there in the planning board doesnot reflect the changes that are done to it in PM module. I have checked all the demand related configuration settings and all seems to be fine. The inegration between PM and MRS is not working properly. Orders are getting pulled into the planning board if we run the report /MRSS/SGE_DEM_DATA_MIGRATION.
    We recently upgraded to SP4 level. Kindly help me to trouble shoot this issue.
    Many thanks in advance.
    Boby

    Dear Bob
    As far as I have understood that your problem is that the backward integration is not happening.
    That means whenever you are assigning a resource to the PM Order these alocation are not reflected in PM Order. Just check following points.
    1. Check weather you have activated back integration of PM or not !
    2. Check this under the node: Sources of Demands->Orders-> Control integration of PM/CS Orders
    3. Also make sure that you have activated back integration of demand type R3OR in the node Sources of demand.
    4. Check PM Settings related to Work centre
    5. Apply the Note 1135513 - MRS: Changes to standard for PM/CS
    integration
    Also please go through the Documentation supplied with the sofware Installation CD for MRS.
    It gives step by step activities how to proced with config.you will have to go through this documentation very thoroughly as all information is avalable .
    Also check this link
    http://help.sap.com/bp_serv603/ServInd_DE/html/index.htm
    This link gives  best practices for services industry.
    Go To Business Information > Preconfigured Scenarios > (Right hand side )>SAP ERP Scope >Scenarios - by Business Areas>Project Resource Management >Service Order with Resource Scheduling (MRS).
    This will serve you as guidance for configuration.
    With regards
    Mangesh

Maybe you are looking for