Custom HR Database Reconciliation Task

Hi everyone,
I have custom resource.
I have implemented custom reconciliation task, and I upload this.
I have implemented custom scheduler config file of this task,then uploaded this to MDS.
My task has this code :
reconService.createReconciliationEvent(resourceObject, dataMap, true);
dataMap is hashMap and have all data that I want to reconcile.
I want to use a reconciliation attribute map.
I prepared this recon lookup. I want to execute reconcilation via recon lookup.
Is there anything that I have to do?
Thanks.
Best regards.

Try to first search for you sch task:
hashMap.put("Task Scheduler.Name", scheduleTaskName);
tcSchOperations.findScheduleTasks(hashMap);
Get sch key from above results...getLongValue("Task Scheduler.Key")
and tcSchOperations.getScheduleTaskAttributes(taskSchedulerKey) to get sch task attributes
Iterate over task attributes by:  .getStringValue("Task Scheduler.Task Attributes.Name")
and find your attr and get attr key : getLongValue("Task Scheduler.Task Attributes.Key")
Construct a  update hashmap  with ..put("Task Scheduler.Task Attributes.Name", your attr name);
Update sch task with : tcSchOperations .updateScheduleTaskAttribute(taskSchedulerKey, attributeKey, updateMap);
Hope this helps

Similar Messages

  • Set last reconcilaition time in my custom reconciliation task

    Hi everyone,
    I have implemented a custom HR trusted user reconciliation task and job.
    I executed this task successfully and I can get users.
    I have an task attribute, name of this attribute is LastReconciliationTime.
    But I could not set last reconciliation attribute in reconciliation java task.
    I tried to use this:
    HashMap hashmap = new HashMap();
    hashmap.put("Task Scheduler.Key", String.valueOf(schedulerKey));
    hashmap.put("Task Scheduler.Task Attributes.Name", "LastReconciliationTime");
    But I cannot get my new custom task scheduler task key.
    Because there is not my task in TSK or TSH tables.
    How can I set this attribute?
    Thanks.
    Best Regards.

    Try to first search for you sch task:
    hashMap.put("Task Scheduler.Name", scheduleTaskName);
    tcSchOperations.findScheduleTasks(hashMap);
    Get sch key from above results...getLongValue("Task Scheduler.Key")
    and tcSchOperations.getScheduleTaskAttributes(taskSchedulerKey) to get sch task attributes
    Iterate over task attributes by:  .getStringValue("Task Scheduler.Task Attributes.Name")
    and find your attr and get attr key : getLongValue("Task Scheduler.Task Attributes.Key")
    Construct a  update hashmap  with ..put("Task Scheduler.Task Attributes.Name", your attr name);
    Update sch task with : tcSchOperations .updateScheduleTaskAttribute(taskSchedulerKey, attributeKey, updateMap);
    Hope this helps

  • Best approach to synchronize data from custom application database to EBS

    Hi All,
    We have requirement to synchronize data between custom application database and EBS database. Thw two database is on different location connected by 128 kbps connection.
    The synchronization will do the following task :
    - Download customer table from EBS (I have checked there are only 2000 rows of it)
    - Up load billing data to EBS auto invoice interface table
    The question is :
    What approach is the best way to do this synchronization task ? some that come into my mind :
    - create database link and run stored procedure to do the batch update ?
    - for Customer synchronization, is it a good idea to create Materialized view so that any update to EBS customer data will be updated, refreshed nightly
    - or is ther any better approach ?
    Thank you very much,
    xtanto

    Hi,
    There are two direction of synchroonization that should be done :
    - RECEIVE Customers data from EBS into Custom Billing Database -> Yes, this can be done via materialized view
    - SEND Billing data from Custom Billing Database into EBS database (Interface table)-> this cannot be done with materialized view
    --> so how is the best way to do this under limited bandwidth (128 kbps) ?
    Thank you very much,
    xtanto
    Edited by: xtanto on Oct 19, 2008 1:52 PM

  • Check database integrity throws 665 error when executing check database integrity task in SSMS.

    I have read all other cases that relate to this error and cannot get this to work. Running SQL Server 2012 sp1 on Windows server 2012 R2. Disk space and permissions are fine, but I get the error below when I try and use the check database integrity task
    within my maintenance plan on both system and user databases. I have researched this and fragmentation is not the issue. I'm lost at this point and would appreciate at least some steps to try. databases are not "read only" as I have read this may
    contribute to the problem. All other maintenance tasks run fine.
    Error message from SQL LOG
    Check Database integrity on Local server connection
    Databases: All system databases
    Task start: 2014-01-13T11:00:04.
    Task end: 2014-01-13T11:00:04.
    Failed:(-1073548784) Executing the query "DBCC CHECKDB(N'master', NOINDEX)
    " failed with the following error: "A database snapshot cannot be created because it failed to start.
    A database snapshot cannot be created because it failed to start.
    MODIFY FILE encountered operating system error 665(The requested operation could not be completed due to a file system limitation) while attempting to expand the physical file 'E:\\SQLdata\\MSSQL11.MSSQLSERVER\\MSSQL\\DATA\\master.mdf:MSSQL_DBCC9'.
    The database snapshot for online checks could not be created. Either the reason is given in a previous error or one of the underlying volumes does not support sparse files or alternate streams. Attempting to get exclusive access to run checks offline.
    The database could not be exclusively locked to perform the operation.
    Check statement aborted. The database could not be checked as a database snapshot could not be created and the database or table could not be locked. See Books Online for details of when this behavior is expected and what workarounds exist. Also see previous
    errors for more details.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
    Error Message from Log File Viewer in SSMS:
    Source: Check Database Integrity Task      Executing query "USE [ReportServer]  ".: 50% complete  End Progress  Error: 2014-01-13 11:31:54.92     Code: 0xC002F210    
    Source: Check Database Integrity Task Execute SQL Task     Description: Executing the query "DBCC CHECKDB(N'ReportServer')  WITH NO_INFOMSGS  " failed with the following error: "A database snapshot cannot be created
    because it failed to start.  A database snapshot cannot be created because it failed to start.  MODIFY FILE encountered operating system error 665(The requested operation could not be completed due to a file system limitation) while attempting to
    expand the physical file 'E:\SQLdata\MSSQL11.MSSQLSERVER\MSSQL\DATA\ReportServer.mdf:MSSQL_DBCC9'.  The database snapshot for online checks could not be created. Either the reason is given in a previous error or one of the underlying volumes does not
    support sparse files or alternate streams. Attempting to get exclusive access to run checks offline.  The database could not be exclusively locked to perform the operation.  Check statement aborted. The database could not be checked as a database
    snapshot could not be created and the database or table could not be locked. See Books Online for details of when this behavior is expected and what workarounds exist. Also see previous errors for more details.". Possible failure reasons: Problems with
    the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.  End Error  Progress: 2014-01-13 11:31:54.93     Source: Check Database Integrity Task     
    Executing query "USE [ReportServerTempDB]  ".: 50% complete  End Progress  Error: 2014-01-13 11:31:55.02     Code: 0xC002F210     Source: Check Database Integrity Task Execute SQL Task    
    Description: Executing the query "DBCC CHECKDB(N'ReportServerTempDB')  WITH NO_INFOM..." failed with the following error: "A database snapshot cannot be created because it failed to start.  A database snapshot cannot be created because
    it failed to start.  MODIFY FILE encountered operating system error 665(The requested operation could not be completed due to a file system limitation) while attempting to expand the physical file 'E:\SQLdata\MSSQL11.MSSQLSERVER\MSSQL\DATA\ReportServerTempDB.mdf:MSSQL_DBCC9'. 
    The database snapshot for online checks could not be created. Either the reason is given in a previous error or one of the underlying volumes does not support sparse files or alternate streams. Attempting to get exclusive access to run checks offline.".
    Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.  End Error  Progress: 2014-01-13 11:31:55.02     Source:
    Check Database Integrity Task      Executing query "USE [AddressUpload]  ".: 50% complete  End Progress  Error: 2014-01-13 11:31:55.13     Code: 0xC002F210     Source:
    Check Database Integrity Task Execute SQL Task     Description: Executing the query "DBCC CHECKDB(N'AddressUpload')  WITH NO_INFOMSGS  " failed with the following error: "A database snapshot cannot be created because
    it failed to start.  A database snapshot cannot be created because it failed to start.  MODIFY FILE encountered operating system error 665(The requested operation could not be completed due to a file system limitation) while attempting to expand
    the physical file 'E:\SQLData\MSSQL11.MSSQLSERVER\MSSQL\DATA\database1.mdf:MSSQL_DBCC9'.  The database snapshot for online checks could not be created. Either th...  The package execution fa...  The step failed.

    ReFS is NOT supported in use with SQL Server 2012. Once such item, which you've stumbled upon is the fact that alternate streams and sparse files are not implemented in ReFS and thus these issues are caused. You *could* force the checkdb to execute by using
    WITH TABLOCKX but that'll require exclusive access to the database for the duration of the checkdb scan and that's not something I would advise to do.
    Sean Gallardy | Blog |
    Twitter

  • Custom Escalation in Human Task in Oracle SOA BPM 11g

    This is a sample that demonstrates custom escalation in Human Task in Oracle SOA BPM 11g.
    package oracle.bpel.services.workflow.assignment.dynamic.patterns;
    import java.util.Map;
    import oracle.bpel.services.workflow.assignment.dynamic.DynamicAssignmentException;
    import oracle.bpel.services.workflow.assignment.dynamic.IDynamicTaskEscalationFunction;
    import oracle.bpel.services.workflow.task.impl.WorkflowUtil;
    import oracle.bpel.services.workflow.task.model.Task;
    import oracle.tip.pc.services.identity.LocalIdentityService;
    public class CustomEscalation implements IDynamicTaskEscalationFunction {
    public CustomEscalation() {
    super();
    public String getTaskEscalationUser(Task task) throws DynamicAssignmentException {
    String currentAssignee;
    try
    currentAssignee = WorkflowUtil.getCurrentAssignee(task);
    return getTaskEscalationUser(currentAssignee);
    } catch (Exception e) {
    throw new DynamicAssignmentException(e);
    public String getTaskEscalationUser(String user) throws DynamicAssignmentException {
    try
    if (user == null)
    return null;
    String manager = null;
              * Replace below code with your acutal logic.
    // if( user.equalsIgnoreCase("john")){
    // manager="jcooper" ;
    return manager;
    } catch (Exception e) {
    throw new DynamicAssignmentException(e);
    public void setInitParams(Map map) {
    public String getFunctionName() {
    return "CUSTOM_ESCALATION";
    public String getDescription() {
    return "Custom Escalation";
    Please refer below link to register above custom escalation class on SOA Server.
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/bp_hwfmodel.htm
    regards.

    Thanks for your reply and confirmation, really appreciate it.
    Yes, I found the difference of the invoking process API and was able to invoke bpel process using direct and ADF-BC binding by following Edwin's blog. But I have not found any official reference to compare this API difference between 10g and 11g ( I will mark this question as answered if anyone can find an official source from oracle, need to prove it to the team). The API to work with human task workflow seems pretty much the same between 10g and 11g.

  • Display custom Subview in completed tasks

    Hi,
    Is it possible to display custom subview in "Completed  Tasks" in UWL?
    I have a custom subview which is visible for items when "New and In Progress Tasks" dropdown option is selected.
    Unfortunately this subview is not visible for items  when  "Completed Tasks" dropdown option is selected.
    It seems that only the standard subviews (for example "Collaboration tasks") are visible when "Completed Tasks" option is selected?
    Is this the standard behaviour?
    Regards,
    Ladislav

    Hi
    in my approver list when i choose completed tasks option it is giving the followng error "unable to perform the request try again if still persists contact your system admiistrator"
    When i checked UWL config file there is no item type defined with <item type = "uwl.completed task instead it is having <item type ="uwl.task" can u please let me know how to get the completed tasks.
    Thanks in advance

  • Save custom scale while associated task is running

    Hi,
    I would like to know if it's possible to change the value of a custom scale while a task (using this scale) is running ?
    If yes, when will the new coefficients be applied ? 

    On the deivices I used, you have to stop the task and restart it to apply a different custom scale.
    Consider doing scalling "on the fly" with formula nodes, Polynomial Interpolation, lookup tables, or whatever works for your scale. This way, changing on the fly is easy.
    Richard

  • How to add custom field to the task via CSOM?

    Hello!
    I'm trying to add custom fields to my programmatically created task in project 2013. Tasks are created. Then I get them and load custom fields by:
    DraftProject projCheckedOut = tstProj.CheckOut();
    projContext.Load(projCheckedOut.Tasks);
    projContext.ExecuteQuery();
    foreach (var task in projCheckedOut.Tasks)
    projContext.Load(task.CustomFields);
    projContext.ExecuteQuery();
    But the each CusomFieldCollection object has only 1 field (Health, because it have a default value and created automatically). But when I load my project in Project professional i saw more than 1 field, but they are empty.
    Then I tried to add a new custom field to each CusomFieldCollection of each task.
    var newField = new CustomFieldCreationInformation();
    newField.FieldType = CustomFieldType.TEXT;
    newField.Name = "F_1";
    newField.Description = "test description";
    task.CustomFields.Add(newField);
    task.CustomFields.Update();
    New field added to the collection, but when I update the project and publish it nothing is happened.
    How to add a custom field to the each task and set it value?
    Or how to attach enterprise task custom field to my tasks.
    I'm using Microsoft.ProjectServer.Client.

    Hi
    Hope the below posts are of some  helpful for you 
    http://social.msdn.microsoft.com/Forums/en-US/d79f22f2-7fd2-46af-b778-e189c8611120/use-csom-to-update-projects-custom-fields?forum=project2010custprog
    http://msdn.microsoft.com/en-us/library/microsoft.projectserver.client.project.setcustomfieldvalue.aspx
    Thanks
    Geeth
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

  • SSIS Database Transfer Task failure

    Hi,
    The Database Trasnfer Task has failed with the following error......
    failed with the following error: "Invalid object name 'dbo.exampleViewName.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
    Does anybody know what this means?
    Thanks,
    Ben
    Mr Shaw... One day I might know a thing or two about SQL Server!

    That means that it cant find the object in the database. Has the table being dropped since the creation of the package?
    Please check if table is still present in db and is under correct schema
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page
    No the table has no been dropped.
    I am running the task with the source database online.
    Mr Shaw... One day I might know a thing or two about SQL Server!

  • How to build custom portal database

    I have installed ias902 infrastructure and instance (portal and wireless). I got the default portal page running (http://domain:port/pls/portal). But this portal repository is stored in iasdb which is infrastructure repository. Could anyone tell me how to build our own custom portal database? So the portal repository will be stored in this custom database instead of iasdb.
    Thanks,
    Jean

    It is explained in Metalink
    Note:199101.1
    Subject: Installing Portal 9.0.2.x in a Remote Database

  • Installing oracle ops center with a Customer-Managed Database.

    Hi Everyone,
    I am trying to install oracle ops center with a Customer-Managed Database.
    I followed this document http://docs.oracle.com/cd/E27363_01/doc.121/e25139.pdf
    but I fail.
    this is the error I get
    Executing job: jobs/40installOracle.pl --install  --remoteDBprops=/var/tmp/RemoteDBProps.txt
    40installOracle.pl Job Start = Wed Aug  6 11:16:25 2014
    looking for props file: /mnt/xvmoc_full_bundle/./Linux_i686/Product/installer/scripts/localOracleConfig.propertieslooking for alter storage file: /mnt/xvmoc_full_bundle/./Linux_i686/Product/installer/scripts/alterStorage.sqlRestarting install at state=done_install_ic
    Skipping Step:PrepOraDB because currentState=done_install_ic
    Skipping Step:Install IC because currentState=done_install_ic
    Error: Failed to get a database connection: Connection refused
    satadm: ERROR:    --- Failed to verify database
    Cannot verify remote database
    Please fix the problem and then try this step again.
    For a full log of the failed install see the file: /var/tmp/installer.log.28153.
    t. Try this step again (correct the failure before proceeding)
    x. Exit
    this is my RemoteDBProps.txt
    mgmtdb_appuser=OPSCENTER
    mgmtdb_password=xxxxxxxx
    mgmtdb_roappuser=OPSCENTER_RO
    mgmtdb_ropassword=xxxxxxx
    mgmtdb_dburl=jdbc:oracle:thin:@192.168.1.100:1521/oem
    I tested the connection to the sql using OPSCENTER and is working fine.
    What am I doing wrong?
    kind regards
    Albert Boqo

    Hi Albert,
    which Version of remote DB do have installed ?
    As the error indicates that the error say sqlpplus can't connect to it.
    Is the Oracle listener running for port 1521 ?
    Error: Failed to get a database connection: Connection refused
    satadm: ERROR:    --- Failed to verify database
    example to verify the status:
    /export/home/oracle/u01/app/oracle/product/11.2.0/db_1/bin/lsnrctl status
    and what is ../oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    configured is these same port/hostname as in RemoteDBProps.txt
    Regards
    Klaus M

  • GTC incremental reconciliation task.

    Hello,
    In our environment its not possible to have Timestamp Date field in HRIS oracle table.
    Are there any other alternative solution OOTB or customized.
    Environment: OIM 9.1.0.2 , Connector pack 9.0.x
    HRIS has roughly 60K users.
    Thanks a lot.

    For
    psObjName --> Xellerate User
    gives following error:
    14:38:06,437 ERROR [APIS] Class/Method: tcReconciliationOperationsBean/ignoreEventData encounter some problems: No Reconciliation Fields defined
    java.lang.Exception: No Reconciliation Fields defined
         at com.thortech.xl.dataobj.util.tcReconciliationUtil.getORFData(Unknown Source)
         at com.thortech.xl.dataobj.util.tcReconciliationUtil.ignoreEvent(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcReconciliationOperationsBean.ignoreEventData(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcReconciliationOperationsBean.ignoreEvent(Unknown Source)
         at com.thortech.xl.ejb.beans.tcReconciliationOperationsSession.ignoreEvent(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
         at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
         at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
         at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
         at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
         at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
         at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
         at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
         at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
         at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
         at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
         at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
         at org.jboss.ejb.Container.invoke(Container.java:960)
         at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
         at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
         at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
         at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
         at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
         at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
         at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
         at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
         at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
         at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
         at $Proxy342.ignoreEvent(Unknown Source)
         at Thor.API.Operations.tcReconciliationOperationsClient.ignoreEvent(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy820.ignoreEvent(Unknown Source)
         at getAllResourcesDetails.execute(getAllResourcesDetails.java:150)
         at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown Source)
         at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Thanks a lot.

  • How to Protect your Custom Access Database Product - so that you can sell & distribute it?

    I'm looking for an update on this topic as I have been away from Access for a couple of years and have not kept up with the latest.
    Hopefully they have made it easier to design, develop, sell and distribute custom database solutions. So here goes...
    Question A:
    If one develops a custom database product with Access 2013 what is the current best way to...
    1 - Prevent it from being (too easily) copied
    2 - Prevent it from being (too easily) reverse engineered
    3 - Prividing a time limited free demo copy?
    4 - Providing a demo copy with limited functionality... like limiting the number of records in an important table, or whatever?
    5 - What have I left out of this list that should be considered for protecting ones investment in the development of the product? (other than copyright, of course.)
    Question B:
    What is the latest on being able to migrate an Access database to the cloud?
    1 - Entirely online
    2 - Part in the cloud and part on the users machine
    3 - And what about all that VBA code - is there no way to make that work in the cloud and/or on a web server... or does it all have to be tossed and all the coding redone?
    Question C:
    What are other alternatives solutions for selling your custom database application while protecting all your investment in developing it?
    1 - Write the front end in C++  (so that it is fully compiled) and the back end in ASP with MS SQL Server? (or alternative server side solutions)
    2 - Write the whole thing as a server side solution with browser interface?
    3 - Or what?
    Thanks for any help.

    Hi Fran_3,
    >>What is the latest on being able to migrate an Access database to the cloud?
    In my option, the Access Web app would be a better choise.
    Regards,
    Tony
    Help each other

  • Return the scheduled start date from one task to a custom field for all tasks

    Hi all
    I am trying populate an entire custom task date field with the scheduled start date of one of the tasks. I thought the easiest way would be to:
    1) identify the date I need with a custom task flag field set to 'yes'
    2) create a formula to look for the 'yes' flag in that field and populate the custom task date field with it.
    This worked only for the task where the flag was set to yes (task #36) and the rest of the 49 tasks returned an error message. I'm unsure of how to set this up so that the date with the 'yes' flag populates in this column on
    all 50 tasks.
    This would also need to scale for situations where there were more or less than 50 tasks.
    Thanks in advance...
    Using MSP 2010 Pro   

    ShelleyBrodie,
    That's because the syntax of your formula isn't quite what you intend. The correct syntax is:
    IIf( expression, truepart, falsepart )
    For your case that converts to:
    IIf([Flag1],[Scheduled Start],{not sure what you want for the false part but I assume is is not Scheduled Start})
    Note, the "Yes" for Flag1 is implied, so the first part (i.e. Scheduled Start) is the truepart, but you don't give a value for the falsepart (i.e in both cases your formula is looking for Flag1 to be "yes". Let's say you want the Date1
    field to have the Scheduled Start date if Flag1 is "yes" and to have today's date if Flag1 is "no". Then the formula will be:
    IIf([Flag1],[Scheduled Start],[Current Date])
    However, As I indicated in my previous response, you won't be able to do what you described in your initial post by using a formula. Are you now trying to do something different?
    John

  • Database Performance task

    Hi,
    Who takes up the task of database performance tuning....is it the BW consulant or anyother?
    Thanks

    JB
    We actually never involve in Database performance tuning!, All the time DBA will handle the
    database tuning according SAP notes. We all the time involve in loading and query perfomance issues.
    Srinivas.D

Maybe you are looking for

  • Iphone 5s Blue screen when syncing photos

    I am trying to upload photos to my IPhone 5s.  I can download everything else like music, apps. movies, but I cannot do photos. I replaced my IPhone 5s because of a bad hardrive.  When I download photos my IPhone 5s will get a solid blue screen and r

  • I need help in logical system name in business system

    i created two business system with same logical system name and now am getting error in ID when i try to activate business system"" Logical system LSSUN already exists in service | BS_RCVESUN"" So,i again changed a logical system name in SLD and trie

  • How to package assets into a single swf

    Is there a setting or a process I need to follow to ensure that all of my assets are bundled into my swf rather than having them in separate folders that I have to add to my website?

  • Camera issues with Iphoto8

    Hi guys I am planning to upgrade to iphoto8 I have a sony cybershot DSC-W50 camera. Has anyone used and found this camera to be compatible with iphoto8. Macbook intel core Duo. thanks

  • Putting MovieClips in a Datagrid

    Hey all, I have seen pretty limited examples of using the cellRenderer to create custom cells in datagrids. Adobe has a couple examples of adding checkboxes and drop down lists, but I really want to drop a graphic in my datagrid. Has anyone out there