Time traveling using OPA

Is it possible to use a form of time traveling using Oracle Policy Automation?
e.g.:
In 2006 we developed a rulebase for a company. We made backups of these rules.
In 2007 we used the 2006 as a basedocument for developing rules, a lot of the same variables are used but a lot of things in the calculation and rules are changed.
In 2008 a lot more is changed in the same way.
Is it possible to work with a variable 'ruleyear' and use a specific set of rules?
Gr.

There are two aspects to this.
The first is simply which set of rules to use.
You can do that easily with rules like:
the claimant is eligible for the benefit if
   the claimant is eligible for the 2006 benefit or
   the claimant is eligible for the 2007 benefit
the claimant is eligible for the 2006 benefit if
   the application date >= 2006-01-01 and
   the application date <= 2006-12-31 and
   <2006 eliigibility rules here>
the claimant is eligible for the 2007 benefit if
   the application date >= 2007-01-01 and
   the application date <= 2007-12-31 and
   <2007 eliigibility rules here>
In other words, just splice in which set of rules you want to use based on application date.
If you have some rules in common across the 2006 and 2007 rules, you can just share those pieces of logic between the lower level rules.
If you actually need to perform calculations that span the boundary between the time periods where rules vary (e.g. if calculating the sum of benefits across the year boundary) then you can use the "temporal reasoning" feature to control which rules are applied to which date ranges. For this case, I'd suggest you search for "temporal" in the on-line help for Oracle Policy Modeling more information.
Davin Fifield
Edited by: davinfifield on 21/12/2009 21:03
Edited by: davinfifield on 21/12/2009 21:04
Edited by: davinfifield on 21/12/2009 21:05

Similar Messages

  • Queries on Mobile Time & Travel

    Hi Experts,
    1) Can i get all the documents related to Mobile Time travel online application of version 2.0.
    2) Whats  the relation between Time travel application and ITS server is it working as an Middleware for deploying and all other things??
    3) or else can we deploy directly using the ITS Server??
    Regards
    Nanda
    Edited by: nanda kishore on Jan 13, 2009 11:54 AM

    Dear Nanda,
    xMTT (Mobile Time and Travel is an offline MI application. You can get the docs from here:
    http://service.sap.com/instguides
    SAP Components-> Mobile ->xMTT2.0
    Regards,
    Veera
    Edit:
    There might me an application in SAP WebDynpro for online scenario. I am not sure about it. You may close the question here by marking as answered and awarding points for my or others' post which were helpful. May be you should post in Web Dynpro forum.
    Edited by: Veeraraagavan R on Jan 13, 2009 12:06 PM
    Edited by: Veeraraagavan R on Jan 13, 2009 12:08 PM

  • Reg - Mobile Time & Travel

    hi All,
      i'm trying to make the SAP Mobile Time & Travel for Laptop to work. i've done all the required configuration in WebAS and ECC5.0.
      once i start my application, i get this error. Synchronization Password Not Set. Where do i set this password?
    Thanks
    Ak.

    hi Jo,
       i don't get any errors when i do a dummy sync. i don't get any errors if i start the application. i get the main page of  my application. once i click on the synchronize link inside the application (in the menu bar) i get red/yellow traffic light saying sync password not set.
    now, i gave the parameter you mentioned in your post. i wasn't using it before.
    My Time sheet crashed.
    the trace file entry: (sorry for the length)
    <i>com.sap.mycats.basics.tools.TERuntimeException: com.sap.mycats.businessLogic.InvalidProfileException
         at com.sap.mycats.businessLogic.TimeSheetManager.getTimeSheetProfile(Unknown Source)
         at com.sap.mycats.userInterface.BusinessLogicAdapter.getTimeSheetProfile(Unknown Source)
         at com.sap.mycats.userInterface.EntryPeriodModel.getProfile(Unknown Source)
         at com.sap.mycats.userInterface.EntryPeriodModel.initialize(Unknown Source)
         at com.sap.mycats.userInterface.UIComponentAbstract.addComponent(Unknown Source)
         at com.sap.mycats.userInterface.RootComponent.initialize(Unknown Source)
         at com.sap.mycats.userInterface.Application.(Unknown Source)
         at com.sap.mycats.userInterface.Application.(Unknown Source)
         at com.sap.mycats.userInterface.Application.getInstacne(Unknown Source)
         at com.sap.mycats.userInterface.waf.TimeSheetModuleProvider.(Unknown Source)
         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:274)
         at java.lang.Class.newInstance0(Class.java:308)
         at java.lang.Class.newInstance(Class.java:261)
         at com.sapmarkets.web.liTS.ModuleProviderContainer._loadModuleProvider(ModuleProviderContainer.java:146)
         at com.sapmarkets.web.liTS.ModuleProviderContainer.getModuleProvider(ModuleProviderContainer.java:80)
         at com.sapmarkets.web.liTS.FlowProcessor._callModule(FlowProcessor.java:196)
         at com.sapmarkets.web.liTS.FlowProcessor._processState(FlowProcessor.java:615)
         at com.sapmarkets.web.liTS.FlowProcessor._processEvent(FlowProcessor.java:473)
         at com.sapmarkets.web.liTS.FlowProcessor._processEvent(FlowProcessor.java:440)
         at com.sapmarkets.web.liTS.FlowProcessor.process(FlowProcessor.java:160)
         at com.sapmarkets.web.liTS.AbstractLightItsServlet._startFlowProcessing(AbstractLightItsServlet.java:432)
         at com.sapmarkets.web.liTS.TomcatLightItsServlet._startFlowProcessing(TomcatLightItsServlet.java:365)
         at com.sapmarkets.web.liTS.AbstractLightItsServlet.service(AbstractLightItsServlet.java:197)
         at com.sapmarkets.web.liTS.TomcatLightItsServlet.service(TomcatLightItsServlet.java:330)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.mycats.businessLogic.InvalidProfileException
         at com.sap.mycats.businessLogic.TimeSheetProfile.(Unknown Source)
         at com.sap.mycats.businessLogic.TimeSheetProfile.getInstance(Unknown Source)
         ... 37 more
    Caused by:
    com.sap.mycats.businessLogic.InvalidProfileException
         at com.sap.mycats.businessLogic.TimeSheetProfile.(Unknown Source)
         at com.sap.mycats.businessLogic.TimeSheetProfile.getInstance(Unknown Source)
         at com.sap.mycats.businessLogic.TimeSheetManager.getTimeSheetProfile(Unknown Source)
         at com.sap.mycats.userInterface.BusinessLogicAdapter.getTimeSheetProfile(Unknown Source)
         at com.sap.mycats.userInterface.EntryPeriodModel.getProfile(Unknown Source)
         at com.sap.mycats.userInterface.EntryPeriodModel.initialize(Unknown Source)
         at com.sap.mycats.userInterface.UIComponentAbstract.addComponent(Unknown Source)
         at com.sap.mycats.userInterface.RootComponent.initialize(Unknown Source)
         at com.sap.mycats.userInterface.Application.(Unknown Source)
         at com.sap.mycats.userInterface.Application.(Unknown Source)
         at com.sap.mycats.userInterface.Application.getInstacne(Unknown Source)
         at com.sap.mycats.userInterface.waf.TimeSheetModuleProvider.(Unknown Source)
         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:274)
         at java.lang.Class.newInstance0(Class.java:308)
         at java.lang.Class.newInstance(Class.java:261)
         at com.sapmarkets.web.liTS.ModuleProviderContainer._loadModuleProvider(ModuleProviderContainer.java:146)
         at com.sapmarkets.web.liTS.ModuleProviderContainer.getModuleProvider(ModuleProviderContainer.java:80)
         at com.sapmarkets.web.liTS.FlowProcessor._callModule(FlowProcessor.java:196)
         at com.sapmarkets.web.liTS.FlowProcessor._processState(FlowProcessor.java:615)
         at com.sapmarkets.web.liTS.FlowProcessor._processEvent(FlowProcessor.java:473)
         at com.sapmarkets.web.liTS.FlowProcessor._processEvent(FlowProcessor.java:440)
         at com.sapmarkets.web.liTS.FlowProcessor.process(FlowProcessor.java:160)
         at com.sapmarkets.web.liTS.AbstractLightItsServlet._startFlowProcessing(AbstractLightItsServlet.java:432)
         at com.sapmarkets.web.liTS.TomcatLightItsServlet._startFlowProcessing(TomcatLightItsServlet.java:365)
         at com.sapmarkets.web.liTS.AbstractLightItsServlet.service(AbstractLightItsServlet.java:197)
         at com.sapmarkets.web.liTS.TomcatLightItsServlet.service(TomcatLightItsServlet.java:330)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Thread.java:534)
    </i>
    does it make any sense to you?
    Regards
    ak.

  • Deployment of Mobile Time & Travel

    Hi,
    What are the mandatory things to be done for a Mobile time travel application to be deployed???
    As from the Backend and middleware point of view configuration was done properly and system was ready to use but, still confusing how to deploy the application can i have a brief overview on how to deploy a Mobile time travel application.
    Any suggestions are highly appreciated
    Regards
    Pavan

    Hi ,
    @ Srikanth
    I do have that document already. Anyway thanks for your help. Please check my below resolution for the exact problem where i'm facing.
    @ Veera
    Thanks for your reply.
    I Have got the following document and followed all the steps mentioned in this document but struck with deployment of an application. Please check the document at section 6.5 with a description Deployment Using Mobile Administrator.
    help.sap.com/bp_bblibrary/600/Documentation/DUT_BB_ConfigGuide_EN_US.doc
    The following are the steps defined in that document
    Use
    The SAP NetWeaver Mobile Administrator is used to deploy SAP xMTT to the client Mobile Infrastructure 7.0 SPS12 and above. In order to deploy these components to authorized users, system administrator need to upload the mobile components to the NW AS, create a device configuration and a hierarchy group.
    Procedure
    1.     Upload the sda files (see above) in the delivered xMTT package using the Software Deployment Manager (SDM) in the SAP NetWever AS (AS Java).
    2.     Start the Mobile Administrator (for example, http://<server>:<port>/nwa).
    3.     Choose Administration > Mobile Infrastructure > Mobile Components
    4.     Choose the Reload button (on the right pane of the browser).
    5.     Choose Device Configurations (on the left pane of the browser under the Mobile Infrastructure menu tree).
    6.     Choose Create in the Device Configurations section and enter a new device configuration name (for example, MTT_CONFIG) and its description in the Device Configuration and Description fields respectively.
    7.     In the Details for Selected Device Configuration section, choose the Mobile Components tab. Choose the Add/Remove button.
    8.     In the Search for Mobile Components dialog box, enter MT* in the Name field and choose Search to get the Available Mobile Components list.
    9.     Select the components as per the table below and then move these components to the Assigned Mobile Components list by choosing the >> button.
    10.     On the Confirmation dialog box, choose No. 
    Mobile Component Name     Version     Installation Sequence
    MTR     200400     
    MTS     200400     
    MTTCORE     200400     
    MTTREPOSITORY     200400     
    11.     Choose   Save.
    12.     Repeat steps 6 to 9 to create another Device configuration (for example, MTT_ADDON for the MTT patches.
    13.     On the Confirmation dialog box, choose Yes. 
    14.     In the Insert Installation Sequence dialog box, enter sequence number and then choose Insert for each of the components as per the table below:
    Mobile Component Name     Version     Installation Sequence
    MTR20SR04PL03     200403     1
    MTS20SR04PL03     200403     1
    MTTCORE20SR04PL03     200403     1
    MTTREP20SR04PL03     200403     1
    15.     Choose   Save.
    16.     Choose Hierarchy Grouping (on the left pane of the browser under the Mobile Infrastructure menu tree).
    17.     Choose Create (on the right pane of the browser in the Hierarchy Group Tree section).
    18.     Enter a name in the Hierarchy Group Name field (for example, MTT_GROUP) and then choose the Create button.
    19.     Choose the Device Configurations tab in the Details for Selected Hierarchy Group section, and choose the Add/Remove button.
    20.     On the Search for Available Device Configurations, enter MTT_CONFIG and choose Search. In the Available Device Configurations, select MTT_CONFIG and choose the >> button to transfer the selection to the Assigned Device Configurations. Choose Save.
    21.     In the Users tab, in the Details for Selected Hierarchy Group section, choose the Add/Remove button to add users for the group similar to the instruction in Step 17.
    22.     Repeat steps 14 to 20 for the Device Configuration MTT_ADDON instead of MTT_CONFIG.
    Now the problem i'm facing was at step 6 it has asked to create a new device but in my screen i was unable to trace where the create button was located at plz find the attached link of screen shot
    http://img150.imageshack.us/img150/2148/deployci1.jpg
    Any suggestions are highly appreciated
    Thanks & Regards
    Pavan

  • Data Guard and Time travelling

    Hi
    My primary database has incorporated time travelling. And we will be creating a logical standby , we need to know what problems could be caused due to the time travelling.
    Thanks

    user619281 wrote:
    Hi
    My primary database has incorporated time travelling. And we will be creating a logical standby , we need to know what problems could be caused due to the time travelling.
    ThanksYou might accidentally kill your grandfather? (http://en.wikipedia.org/wiki/Grandfather_paradox).
    More seriously, you don't describe what you mean by time travelling - I can think of at least 3 oracle features that you could mean (flashback query, flashback database and workspace manager) and at least one database design that you could mean (scd), and you don't give a version either. That's going to make it difficult to anticipate what problems might occur. I would note that logical standby has some quite stringent requirements and may not always work well with less commonly used features (the usual issue of trying to use 2 less commonly used features together being likely to throw up oddities.).
    Niall Litchfield
    http://www.orawin.info/

  • Last time i used FFsync it didnt ask me about any key! there was a phrse only which it didnt work now so i generate a new code as ur guide shows me and now i lost all my data! i need them alot, i adopted on your servies :( i need my data so badly plz help

    Last time i used FFsync it didnt ask me about any key! there was a phrse only which it didnt work now so i generate a new code as ur guide shows me and now i lost all my data! i need them alot, i adopted on your servies :( i need my data so badly plz help

    Lord K.  Thank you. Yes I am within the 90 time period, however I travel Intertionally and I can not receive not make a call to Apple. I was just at the Genius Bar in Chicago and they said, don't worry about it.  It just floats out there, however, I can not recover my messages on a flash drive. I need to go back to my old computer which I don't have with me.  My messages were in folders for a lawsuit.  It is going to take an incredible amount of work for me to, you have no Idea.  We are talking thousands of pages!  I the defendent will have them during discovery so I am not so worried.  However, I can not bring them to him on a Flashdrive when I meet with him without an extraordinary amount of presssure on my part.  THis is not just some little email issue. This is suing EXPEDIA and Tripadviosr.com

  • Time Travel on Mac or The Clock has Gone Mad...

    My time zone is 4+... the time displayed on Leopard is 8:00am... Then I reboot to Windows XP... everything continues just as normal, the time is still 8:00am... When I boot back to Leopard my new time is 4:00am... Did I just time travel 4 hours back in time?
    How can I avoid this?
    Please help

    Look at these links.
    Where did my disk space go?
    http://www.macfixitforums.com/showflat.php?Cat=&Board=Forum38&Number=770243
    Download & use WhatSize described in this link or Disk Inventory X @ http://www.derlien.com/
    Freeing space on your Mac OS X startup disk
    http://www.thexlab.com/faqs/freeingspace.html
    Amazing Disappearing Drive Space
    http://www.pinkmutant.com/articles/TigerMisc.html
    Increase HD Free Space
    http://macosx.com/forums/howto-faqs/275191-how-easily-increase-hd-free-space-lap top.html
    How to free up my disk space
    http://www.macmaps.com/diskfull.html
     Cheers, Tom

  • Why is there a problem with Itunes freezing up at least 1-2 times when using it?

    It is kind of getting old but my Itunes player (does not matter which one as I update to the latest version) has this nasty habit of freezing whether I am trying to listen to the radio or my own library.
    It is now happening almost every time I use Itunes and when it freezes the only fix is to do the old Control-Alt-Delete.
    I am running a 64 bit Window's 7 home premium and prefer using Itunes but you know if you does not work get something else
    I have 4 GBs Ram with a 2.6 Dual Core Pentium
    More frustrating is the lack of support from Apple. Oh wait Itunes is for free so you do not get help.
    Even better is a troubleshooting aid that when you click NO it did not help then the window itself just disappears
    Yes I checked and it is a system problem but it is a problem that has existed since Itunes put out their 10 series.
    Given the number of times this question is being asked by others then is it too much to think that Apple realizes that they have a problem application and it is not the fault of the user or Microsoft OS.
    No offense Apple but I know if 10% have a problem that it does not matter to you but why should I spend money on any of your products if you can not come out with a fix for your own medial player?

    Do not use Clear Recent History to clear the "Site Preferences"
    * https://support.mozilla.com/kb/Clear+Recent+History
    Clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords.

  • Before every time I use to open a new tab it comes as top site. Now not anymore and instead is an automatically website calle Only Search. I went to Safari preference I change everything and when I quit Safari all the changes are gone.

    Every time I used to open a new tab it comes as top site. Now not anymore , instead it open in a website called Only Search, I went to safari preferences and made all changes but after I quit Safari and open again all changes are gone. I can not change anything and new tab comes by it self with other website.

    There is no need to download anything to solve this problem.
    You may have installed the "Downlite" or "VSearch" ad-injection malware. Follow the instructions on this Apple Support page to remove it.
    Back up all data before making any changes.
    Besides the files listed in the support article, you may also need to remove this item in the same way:
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, then you may have one of the other kinds of adware covered by the support article. Follow the rest of the instructions in the article.
    The problem may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This malware is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.

  • I recently bought two iMac quad core i5 processor speed 2.5 Ghz. Every time I use Air Drop and I send a file from one iMac to the other, a black curtain drops and I am asked to restart the computer!!! What can I do?

    I recently bought two iMac quad core i5 processor speed 2.5 Ghz. Every time I use Air Drop and I send a file from one iMac to the other, a black curtain drops and I am asked to restart the computer!!! What can I do?

    That's a kernel panic and indicates some sort of problem either with the computer's hardware or software. Visit The XLab FAQs and read the FAQ on diagnosing kernel panics. It would help to post the panic log: Mac OS X- How to log a kernel panic.
    Meanwhile, try booting the computers into Safe Mode then restarting normally. If this is simply a disk repair or cache file problem then this may fix it.
    You can also try creating a new admin account on each computer then booting into the new account. This would help determine if the problem is related to a bad file in the user accounts.

  • I have 2 auxillary disk drives for my MacBokk Pro. Time Machine uses one for backup and I use the other for storage, but I am unable to create a new folder or drag and drop files or folders to the aux drive.

    I am unable to create a new folder on either of my auxillary disk drives.  I can access the files and folders that were there when I transferred one of the drives from a PC.  Time machine uses one for backup and I want to use the other to store photos which are large files.  An help would be appreciated.

    Thanks for the reply.  If I reformat the drive will I be able to access the files on it from the MAC.  I do not share the drive with a PC.  The files were originally created on a PC which I no longer use.  I do want to continue to access the files put there by the PC.  I would like to not have to copy them over to the MAC hard drive just to use them.  The second aux drive is new and works fine because it was formatted by the MAC.  I can drag and drop files there and work with just as if they were on the internal drive.

  • I am running my first backup on Time Machine using a Seagate external hard drive with a thunderbolt adapter and cable.  I have a MacBook Pro 2011. It is backing up 11GB, and is telling me it will take approx two days. Is this normal?

    I am running my first backup on Time Machine using a Seagate external hard drive with a thunderbolt adapter and cable.  I have a MacBook Pro 2011. It is backing up 11GB, and is telling me it will take approx two days. Is this normal?

    Download the supplemental fix to 10.7.5 
    http://support.apple.com/kb/DL1599

  • I used a partitioned HDD for time machine, using a partition already containing other data files. I am now no longer able to view that partition in Finder. Disk Utility shows it in grey and "not mounted". Any suggestions of how to access the files?

    I used a partitioned HDD for time machine, using a partition already containing other data files. I am now no longer able to view that partition in Finder. Disk Utility shows it in grey and "not mounted". Any suggestions of how to access the files? Does using time machine mean that that partition is no longer able to be used as it used to be?
    HDD is a Toshiba 1TB, partitioned into two 500GB partitions.
    OS X version 10.9.2

    Yes, sharing a TM disk is a bad idea, and disks are cheap enough so that you don't need to.
    Now
    Have you tried to repair the disk yet

  • How can I set up a guest access point with a Time Capsule and an Airport Extreme? I am using a Telus router with the Time Capsule used as a wireless access point (bridge mode). I don't want the guest access point to have access to my network.

    How can I set up a guest access point with a Time Capsule and an Airport Extreme? I am using a Telus router with the Time Capsule used as a wireless access point (bridge mode). I don't want the guest access point to have access to my network.

    The Guest Network function of the Time Capsule and AirPort Extreme cannot be enabled when the device is in Bridge Mode. Unfortunately, with another router...the Telus...upstream on your network, Bridge Mode is indicated as the correct setting for all other routers on the network.
    If you can replace the Telus gateway with a simple modem (that performs no routing functions), you should be able to configure either the Time Capsule or the AirPort Extreme....whichever is connected to the modem....to provide a Guest Network.

  • How to get the most current file based on date and time stamp using SSIS?

    Hello,
    Let us assume that files get copied in a specific directory. We need to pick up a file and load data. Can you guys let me know how to get the most current file based on date and time stamp using SSIS?
    Thanks
    thx regards dinesh vv

    hi simon
    i excuted this script it is giving error..
       Microsoft SQL Server Integration Services Script Task
       Write scripts using Microsoft Visual C# 2008.
       The ScriptMain is the entry point class of the script.
    using System;
    using System.Data;
    using Microsoft.SqlServer.Dts.Runtime;
    using System.Windows.Forms;
    namespace ST_9a6d985a04b249c2addd766b58fee890.csproj
        [System.AddIn.AddIn("ScriptMain", Version = "1.0", Publisher = "", Description = "")]
        public partial class ScriptMain : Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
            #region VSTA generated code
            enum ScriptResults
                Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success,
                Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
            #endregion
            The execution engine calls this method when the task executes.
            To access the object model, use the Dts property. Connections, variables, events,
            and logging features are available as members of the Dts property as shown in the following examples.
            To reference a variable, call Dts.Variables["MyCaseSensitiveVariableName"].Value;
            To post a log entry, call Dts.Log("This is my log text", 999, null);
            To fire an event, call Dts.Events.FireInformation(99, "test", "hit the help message", "", 0, true);
            To use the connections collection use something like the following:
            ConnectionManager cm = Dts.Connections.Add("OLEDB");
            cm.ConnectionString = "Data Source=localhost;Initial Catalog=AdventureWorks;Provider=SQLNCLI10;Integrated Security=SSPI;Auto Translate=False;";
            Before returning from this method, set the value of Dts.TaskResult to indicate success or failure.
            To open Help, press F1.
            public void Main()
                string file = Dts.Variables["User::FolderName"].Value.ToString();
                string[] files = System.IO.Directory.GetFiles(Dts.Variables["User::FolderName"].Value.ToString());
                System.IO.FileInfo finf;
                DateTime currentDate = new DateTime();
                string lastFile = string.Empty;
                foreach (string f in files)
                    finf = new System.IO.FileInfo(f);
                    if (finf.CreationTime >= currentDate)
                        currentDate = finf.CreationTime;
                        lastFile = f;
                Dts.Variables["User::LastFile"].Value = lastFile;
                Dts.TaskResult = (int)ScriptResults.Success;
    thx regards dinesh vv

Maybe you are looking for

  • Monitoring Log in SharePoint Foundation 2010

    Hello, I´m using SharePoint Foundation 2010 and I want to configure Monitoring log, because we have had any problems because the user changed the permissions in other sites or deleted Users. So I want to know who  makes this action in Monitoring Log

  • SAP KW - cannot check in info objects

    Following error message pops up while selecting root object for creating structure: The SAP R/3 System reported the following error while trying to retrieve templates:42-638: Error when transferring data. Please advise.

  • Tracking Number for Inbound Deliveries

    We are trying to get ASNs from our suppliers for their shipments. We would like to capture the carrier tracking number (e.g. the Fedex number) from the supplier. I'm using segment E1EDL47-TRACKN in the DELVRY03.DESADV idoc. I'm not able to get the tr

  • RequestDispatcher error

              hi           while using the the forward method in RequestDispatcher, i encounter the error below. it is complaining that it cant find the method "RequestDispatcherImpl.forward".           as my machine has a few different JDKs, is there th

  • [solved] apache derby jdbc eclipse

    hey guyz i didnt found any file to install by yaourt or pacman! i just found the plugin's derby for eclipse how can i install em configure without pacman or yaourt? thx Last edited by abarahc (2011-02-23 12:10:37)