Implement the Application using DASHCODE

Hi All,
We have TimeTracker intra net software, where employee enter there daily project report times in that software. But some time employees are out of intra network, so they have to wait get in to network for enter there time. So can we achieve this kind of functionality using iPhone web Application i.e. DASHCODE tool where user can see there time entry and also able to enter there daily time on TimeTracker, so Employee is always get connect to TimeTracker.
If yes, can you please tell me how to get connect to database and how to update that database using the dashCode and how to show that updated data back to on page.
Thanks in advance
Vikram

Doesn't the bit of the docs you quoted - in particular the second point - kind of answer your own question?
Adam

Similar Messages

  • Hide an error from the application using a servererror trigger?

    We have an application designed for an old oracle version which issues some sql which is no more supported in todays database version.
    We want to use the application unchanged with a new database server.
    Old Server Version: 7.3.4 (still in production...)
    New Server Version: 10.2 or 11.2
    The application issues an
    ALTER SESSION SET OPTIMIZER_GOAL = FIRST_ROWS ;
    which results in ORA-01986 and the application dies.
    We would like to hide the error 01986 from the application using a trigger:
    create or replace
    trigger catch01986
      after servererror
      on schema
      begin
        if (ora_is_servererror (1986)) then
          null; -- what to do here? we want clear the ora-01986 from the error stack
        end if;
      end catch01986;How to handle the error, so that the alter session set ... statement is just ignored and no error code is returned to the application?
    I asked already some days ago in Database-General Forum, but triggers belong to PL/SQL, so i repost here.
    Tnx for help in advance!

    Hi,
    hoek wrote:
    A totally weird and untested (and unable to test today) thought:
    http://technology.amis.nl/blog/447/how-to-drive-your-colleagues-nuts-dbms_advanced_rewrite-oracle-10g
    Very interesting for real dirty solution.
    Does not work for my problem, DBMS_ADVANCED_REWRITE works only for select statements.
    BEGIN
       SYS.DBMS_ADVANCED_REWRITE.DECLARE_REWRITE_EQUIVALENCE (
       'alter_session_equivalence',
       'ALTER SESSION SET OPTIMIZER_GOAL = FIRST_ROWS',
       'ALTER SESSION SET OPTIMIZER_MODE = RULE',
       FALSE);
    END;
    ORA-30389: the source statement is not compatible with the destination statement
    ORA-00903: invalid table name
    ORA-06512: at "SYS.DBMS_ADVANCED_REWRITE", line 29
    ORA-06512: at "SYS.DBMS_ADVANCED_REWRITE", line 185
    ORA-06512: at line 2
    30389. 00000 -  "the source statement is not compatible with the destination statement"
    *Cause:    The SELECT clause of the source statement is not compatible with
               the SELECT clause of the destination statement
    *Action:   Verify both SELECT clauses are compatible with each other such as
               numbers of SELECT list items are the same and the datatype for
               each SELECT list item is compatible
    hoek wrote:You already had some trigger code, catching the error and sending it to null, why didn't that work?The trigger is fired when the error occurs, but after completion of the trigger, the error code is still delivered to the client.
    I dont know how to handle the error within the trigger.
    Does the client read the error stack and does it die after reading an error from the stack?The client just checks the error code. On error it terminates.
    With the SERVERERROR TRIGGER i did the following tests:
    Test 1: trigger does nothing
    CREATE OR REPLACE
    TRIGGER CATCH01986
      AFTER SERVERERROR
      ON SCHEMA
      BEGIN
        IF (ORA_IS_SERVERERROR (1986)) THEN
          NULL;
        END IF;
      END CATCH01986;
    ALTER SESSION SET OPTIMIZER_GOAL = FIRST_ROWS;
    ORA-01986: OPTIMIZER_GOAL is obsolete
    01986. 00000 -  "OPTIMIZER_GOAL is obsolete"
    *Cause:    An obsolete parameter, OPTIMIZER_GOAL, was referenced.
    *Action:   Use the OPTIMIZER_MODE parameter.
    -- Client Application reports errorcode 1986Test 2: Trigger raises NO_DATA_FOUND
    CREATE OR REPLACE
    TRIGGER CATCH01986
      AFTER SERVERERROR
      ON SCHEMA
      BEGIN
        IF (ORA_IS_SERVERERROR (1986)) THEN
          RAISE NO_DATA_FOUND;
        END IF;
      END CATCH01986;
    ALTER SESSION SET OPTIMIZER_GOAL = FIRST_ROWS;
    ORA-04088: error during execution of trigger 'AH.CATCH01986'
    ORA-01403: no data found
    ORA-06512: at line 9
    ORA-01986: OPTIMIZER_GOAL is obsolete
    04088. 00000 -  "error during execution of trigger '%s.%s'"
    *Cause:    A runtime error occurred during execution of a trigger.
    *Action:   Check the triggers which were involved in the operation.
    -- Client Application reports errorcode 4088Test 3: Trigger raising an APPLICATION ERROR
    CREATE OR REPLACE
    TRIGGER CATCH01986
      AFTER SERVERERROR
      ON SCHEMA
      BEGIN
        IF (ORA_IS_SERVERERROR (1986)) THEN
            DBMS_STANDARD.RAISE_APPLICATION_ERROR(-20999, 'this makes no sense', true);
        END IF;
      END CATCH01986;
    ALTER SESSION SET OPTIMIZER_GOAL = FIRST_ROWS;
    ORA-00604: error occurred at recursive SQL level 1
    ORA-20999: this makes no sense
    ORA-06512: at line 10
    ORA-01986: OPTIMIZER_GOAL is obsolete
    00604. 00000 -  "error occurred at recursive SQL level %s"
    *Cause:    An error occurred while processing a recursive SQL statement
               (a statement applying to internal dictionary tables).
    *Action:   If the situation described in the next error on the stack
               can be corrected, do so; otherwise contact Oracle Support.
    -- Client Application reports errorcode 604Test 4: Adding an EXCEPTION part to the trigger does not help, this will catch only exceptions raised while the trigger executes:
    CREATE OR REPLACE
    TRIGGER CATCH01986
      AFTER SERVERERROR
      ON SCHEMA
      BEGIN
        IF (ORA_IS_SERVERERROR (1986)) THEN
            DBMS_STANDARD.RAISE_APPLICATION_ERROR(-20999, 'this makes no sense', true);
        END IF;
      EXCEPTION
        WHEN OTHERS THEN
          NULL;
      END CATCH01986;
    ALTER SESSION SET OPTIMIZER_GOAL = FIRST_ROWS;
    ORA-01986: OPTIMIZER_GOAL is obsolete
    01986. 00000 -  "OPTIMIZER_GOAL is obsolete"
    *Cause:    An obsolete parameter, OPTIMIZER_GOAL, was referenced.
    *Action:   Use the OPTIMIZER_MODE parameter.
    -- Client Application reports errorcode 1986So i do not know what to do inside the trigger to clean the error stack so that the client will receive no errorcode.

  • Nakisa 2.0. Error while opening the application using URL

    Dear Experts,
    We are using Nakisa 2.0. Orgchart application. When we fire the link in the browser the application is throwing the below mentioned error.
    Please help us to solve this issue.
    Server Error in '/ORGCHART' Application.
    System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.MethodAccessException: System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [MethodAccessException: System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)]
       System.ServiceModel.DiagnosticUtility.InitDiagnosticTraceImpl(TraceSourceKind sourceType, String traceSourceName) +0
       System.ServiceModel.DiagnosticUtility.InitializeTracing() +14
       System.ServiceModel.DiagnosticUtility..cctor() +92
    [TypeInitializationException: The type initializer for 'System.ServiceModel.DiagnosticUtility' threw an exception.]
       System.ServiceModel.Configuration.ConfigurationHelpers.UnsafeGetAssociatedSection(ContextInformation evalContext, String sectionPath) +111
       System.ServiceModel.Configuration.ServiceHostingEnvironmentSection.UnsafeGetSection() +37
       System.ServiceModel.HostingManager.LoadConfigParameters() +32
       System.ServiceModel.HostingManager..ctor() +110
       System.ServiceModel.ServiceHostingEnvironment.EnsureInitialized() +142
       System.ServiceModel.ServiceHostingEnvironment.OnEnsureInitialized(Object state) +4
       System.ServiceModel.PartialTrustHelpers.PartialTrustInvoke(ContextCallback callback, Object state) +52
       System.ServiceModel.Activation.HttpModule.ProcessRequest(Object sender, EventArgs e) +98
       System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
    Regards,
    Vivek

    Hi Vivek,
    Are you accessing Nakisa through the portal or using the direct link?
    Have you tried stopping and restarting the IIS?
    Are you able to access the Admin Console?
    http://[hostname]/[Nakisa_application_name]/manager.jsp
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/FAQinVisualizationSolutionsbyNakisa%28VSN%29
    Do you have any other Nakisa modules other than OrgChart?
    If so, are you able to test these?
    Have you tested this on more than one user?
    Regards,
    Matthew

  • Error while opening the application using semantic object method

    Hello ,
    We just got all the Wave 3 apps and SP08 versions on our Fiori server. While setting up the transnational applications , I am not able to open any app using semantic objects. if i put direct URL I can open the app.
    Error screen shots are :
    The Launchpad designer settings for create sales order app are :
    Please suggest the solution.
    The error is same for all the applications.
    Regards,
    Sheetal
    Tags edited by: Michael Appleby

    Hello Masa,
    Checked this note. Not able to resolve the issue. Can you please explain, for the application to work with Navigation and semantic object what all roles do we need to assign to the User?
    For create Sales Order :
    Component
    Technical Name
    Business Role
    SAP_SD_BCR_FIELDSALESREP_X1
    Business Catalog
    SAP_SD_BC_FIELDSALESREP_X1
    Business Catalog Group
    SAP_SD_BCG_FIELDSALESREP_X1
    Technical Role
    SAP_SD_BCR_FIELDSALESREP_X1
    Technical Catalog
    SAP_SD_TC_T_X1
    LPD_CUST Role
    UIX01SD
    LPD_CUST Instance
    TRANSACTIONAL
    OData Service (Version Number)
    Back-End Server: Delivered Authorization Role (PFCG Role)
    Front-End Server: Authorization Role
    SRA017_SALESORDER_CREATE_SRV
    SRA017:SAP_SD_SO_CRE_APP
    SAP_SD_BCR_FIELDSALESREP_X1
    My user id is assigned to three Roles :
    SAP_SD_BCR_FIELDSALESREP_X1
    SAP_SD_BCR_FIELDSALESREP_X1
    SRA017:SAP_SD_SO_CRE_APP
    Do I need to assign any other roles than these three?
    Regards,
    Sheetal

  • Error while trying to deploy the application using Enterprise manager website

    Hi,
    I am trying to deploy a huge ear file using enterprise manager website of Oracle 9iAs Rel 2.
    The deployment fails with the following error.
    Deployment failed: Nested exception Root Cause: null; nested exception is: java.lang.OutOfMemoryError. null; nested exception is: java.lang.OutOfMemoryError
    We are able to deploy the same ear file using stand-alone container.
    We are planning for deployment in few days to go it live.
    Pls suggest what could be the problem.
    Hardware Used:-
    DellServer Intel P3 dual processor 1.2GHz
    1GB RAM
    2GB virtual memory,
    40GB free hard-drive.
    Apart from 9ias enterprise edition, this system has Oracle database also on it. But the database is not being used at all by anyone.
    No other software is installed on the system
    Software:-
    Windows 2000 Server sp2
    Oracle 9ias Release 2 Enterprise Edition (Installed J2EE and Webcache)
    Oracle 8i Database 8.1.6.0.0
    Size of application:-
    130 EJBs (107 CMP + remaining Session Beans)
    1700 JSPs
    3 servlets
    Packaged properly into jar,war,ear structure.
    the size of ear file is about 13MB.
    Thanks
    Srinath

    Hi,
    I tried using dcmctl but still got the following error.
    Oracle 8i database is running but noone is using it except that this application uses it.
    Pls help
    D:\oraJ2EE\dcm\bin>dcmctl deployapplication -f d:\oraJ2ee\j2ee\elink\applications\advecto.ear -
    a myapp
    ADMN-300075
    D:\oraJ2EE\dcm\bin>dcmctl getError -v -d
    ADMN-300075
    Nested exception
    Base Exception:
    java.rmi.RemoteException:null; nested exception is:
    java.lang.OutOfMemoryError
    Nested exception
    Root Cause: null; nested exception is:
    java.lang.OutOfMemoryError
    java.rmi.RemoteException: null; nested exception is:
    java.lang.OutOfMemoryError
    java.lang.OutOfMemoryError
    <<no stack trace available>>
    Thanks
    Srinath

  • 11.1.1.4 - MDS-00068 Error for the Application using user customization

    Hi All,
    I would like to check on this forum before I submit a SR. We have upgraded our ADF APP from 11.1.1.3 to 11.1.1.4. Many bugs are fixed, however while deploying the application we get following warning on integrated WLS Logs and application deployed successfully. The same app is working ok in 11.1.1.3. Also, if I deploy this application on Standalone WLS server and try to go to Enterprise Manager MDS configuration page for this Application it gives me a message - "MDS configuration information is not found. This application does not use MDS repository or MDS repository may not have been configured properly".
    Any help would be appreciable.
    - Chetan
    <ADFConfigLifeCycleCallBack> <contextInitialized> Failed to create config mbean.
    oracle.mds.exception.MDSRuntimeException: MDS-00068: Unable to find a type definition for: namespace = http://xmlns.oracle.com/adf/config, local name = caching-rules, file location = /META-INF/adf-config.xml
         at oracle.mds.core.MOTxnState.getMElemBean(MOTxnState.java:207)
         at oracle.mds.core.UpdateableMOContent.getMElemBean(UpdateableMOContent.java:611)
         at oracle.mds.core.MetadataObject.getContentWithRetry(MetadataObject.java:2039)
         at oracle.mds.core.BeanMetadataObject.getBean(BeanMetadataObject.java:89)
         at oracle.adf.share.jndi.MDSBackingStore.getMOBean(MDSBackingStore.java:570)
         at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.init(RuntimeMXBeanImpl.java:169)
         at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:159)
         at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:151)
         at oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack.contextInitialized(ADFConfigLifeCycleCallBack.java:127)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: oracle.mds.exception.MDSRuntimeException: MDS-00068: Unable to find a type definition for: namespace = http://xmlns.oracle.com/adf/config, local name = caching-rules, file location = /META-INF/adf-config.xml
         at oracle.mds.internal.model.parse.MDSNodeParser.findMMElement(MDSNodeParser.java:322)
         at oracle.mds.internal.model.parse.MDSNodeParser.createModelNode(MDSNodeParser.java:603)
         at oracle.mds.internal.model.parse.MDSNodeParser.startElement(MDSNodeParser.java:240)
         at oracle.mds.internal.parsefwk.TreeBuilder$Handler.startElement(TreeBuilder.java:298)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1329)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
         at oracle.mds.internal.parsefwk.TreeBuilder.parse(TreeBuilder.java:143)
         at oracle.mds.internal.parsefwk.TreeBuilder.parse(TreeBuilder.java:105)
         at oracle.mds.internal.model.parse.SAXParserUtils.parse(SAXParserUtils.java:479)
         at oracle.mds.internal.model.parse.SAXParserUtils.parse(SAXParserUtils.java:419)
         at oracle.mds.internal.model.parse.SAXParserUtils.parseBaseDocument(SAXParserUtils.java:114)
         at oracle.mds.internal.model.BaseDocBuilder.executeInternal(BaseDocBuilder.java:336)
         at oracle.mds.internal.model.BaseDocBuilder.execute(BaseDocBuilder.java:172)
         at oracle.mds.internal.model.ContentModelPipeline.processPipeline(ContentModelPipeline.java:265)
         at oracle.mds.core.MOContent.fetchContent(MOContent.java:510)
         at oracle.mds.core.CachedMOContent.fetchContent(CachedMOContent.java:253)
         at oracle.mds.core.MOContent.getMElemBean(MOContent.java:688)
         at oracle.mds.core.UpdateableChainedMOContent.getPriorModelDocument(UpdateableChainedMOContent.java:322)
         at oracle.mds.core.UpdateableChainedMOContent.fetchContent(UpdateableChainedMOContent.java:266)
         at oracle.mds.core.MOContent.getMElemBean(MOContent.java:688)
         at oracle.mds.core.MOSharedState.getMElemBean(MOSharedState.java:124)
         at oracle.mds.core.MOTxnState.getMDocumentInternal(MOTxnState.java:384)
         at oracle.mds.core.MOTxnState.getMElemBean(MOTxnState.java:200)
         ... 45 more

    Hi Frank,
    I was able to solve the issue after isolating it to ADF faces caching filter. We are using ADF faces caching filter for our application and we have defined <caching-rules> tag in adf-config.xml file. I found that <caching-rules> was part of the schema definition of namespace "http://xmlns.oracle.com/adf/config" till 11.1.1.3 and now in 11.1.1.4 it is not anymore and that's why just specifying <caching-rules> tag was working in 11.1.1.3.
    To solve the error I changed caching-rules to read from http://xmlns.oracle.com/adf/faces/rich/acf namespace. Now my caching rule tag in adf-config.xml looks like given below.
    <caching-rules xmlns="http://xmlns.oracle.com/adf/faces/rich/acf">
    <caching-rule id="cache-js">
    <cache>true</cache>
    <compress>true</compress>
    <duration>99999</duration>
    <agent-caching>true</agent-caching>
    <cache-key-pattern>*.js</cache-key-pattern>
    </caching-rule>
    <caching-rule id="cache-png">
    <cache>true</cache>
    <compress>true</compress>
    <duration>99999</duration>
    <agent-caching>true</agent-caching>
    <cache-key-pattern>*.png</cache-key-pattern>
    </caching-rule>
    <caching-rule id="cache-css">
    <cache>true</cache>
    <compress>true</compress>
    <duration>99999</duration>
    <agent-caching>true</agent-caching>
    <cache-key-pattern>*.css</cache-key-pattern>
    </caching-rule>
    </caching-rules>
    - Chetan

  • Close the application using the camera, then try opening!!!

    i use my built in isight everymorning with iMovie and iChat. I used it again this morning. Throught out the day, for some reasons i had to reinstall quicktime and another video file exporter software "ffmpegx". now i don't know if this has to do anything with it, but now if i open my ichat, imovie, phoneboot, anyway, all of them, they keep saying that the camera is being used by another application!!! there is NO application using the camera!!! i tried to restart, shut it down, even deleted the video file export software, even reinstalled quicktime another time, yet the message keeps popping up. i am travelling and don't have my restore or reboot cd with me. i need my camera to work, it is part of my work. i need some help.

    300 pmTool root 0.90 1 1.20 MB 36.46 MB Intel
    299 Activity Monitor danielbelanger 4.60 2 9.47 MB 345.03 MB Intel
    286 Database Daemon danielbelanger 0.00 3 15.01 MB 448.61 MB PowerP
    285 Word danielbelanger 3.40 6 81.95 MB 696.12 MB PowerPC
    281 Mail danielbelanger 0.00 6 20.00 MB 362.41 MB Intel
    276 Address Book danielbelanger 0.00 1 11.57 MB 346.98 MB Intel
    274 AppleSpell danielbelanger 0.00 1 1.91 MB 37.75 MB Intel
    272 Safari danielbelanger 1.50 9 171.56 MB 668.81 MB PowerPC
    270 iTunes danielbelanger 7.30 4 33.47 MB 378.62 MB Intel
    267 mdimport unknown 0.00 4 2.46 MB 39.55 MB Intel
    266 iChatAgent danielbelanger 0.00 3 5.41 MB 298.09 MB Intel
    261 System Events danielbelanger 0.00 1 3.52 MB 328.50 MB Intel
    260 Plazer danielbelanger 0.00 4 7.86 MB 344.36 MB Intel
    259 Temperature Monitor danielbelanger 0.00 6 9.21 MB 377.50 MB Intel
    257 Alarm Clock danielbelanger 0.00 1 5.06 MB 335.72 MB Intel
    256 mdimport danielbelanger 0.00 4 4.38 MB 40.16 MB Intel
    249 Finder danielbelanger 0.00 4 12.48 MB 355.98 MB Intel
    247 SystemUIServer danielbelanger 0.00 2 10.50 MB 348.57 MB Intel
    246 Dock danielbelanger 0.00 2 4.15 MB 310.77 MB Intel
    241 pbs danielbelanger 0.00 2 2.02 MB 54.99 MB Intel
    234 WindowServer windowserver 2.50 3 58.66 MB 383.14 MB Intel
    233 mdimport ibrido 0.00 3 2.42 MB 38.42 MB Intel
    231 loginwindow danielbelanger 0.00 4 5.51 MB 335.82 MB Intel
    229 mdimport nobody 0.00 4 2.41 MB 39.25 MB Intel
    194 slpd root 0.00 6 1,008.00 KB 30.16 MB Intel
    169 ntpd root 0.00 1 404.00 KB 27.07 MB Intel
    165 automount root 0.00 3 1.07 MB 28.72 MB Intel
    160 mds root 0.00 9 4.78 MB 43.91 MB Intel
    154 AppleFileServer root 0.00 2 2.20 MB 33.68 MB Intel
    145 automount root 0.00 5 1.32 MB 29.77 MB Intel
    142 rpc.lockd root 0.00 1 188.00 KB 26.66 MB Intel
    133 nfsiod root 0.00 5 184.00 KB 28.61 MB Intel
    110 translated root 0.00 1 248.00 KB 35.93 MB Intel
    108 lookupd root 0.00 2 1.52 MB 28.50 MB Intel
    106 integod root 0.00 2 17.54 MB 121.01 MB PowerPC
    82 crashreporterd root 0.00 1 204.00 KB 26.60 MB Intel
    68 ATSServer danielbelanger 0.00 2 9.13 MB 66.61 MB Intel
    64 coreservicesd root 0.00 3 12.75 MB 43.35 MB Intel
    63 blued root 0.00 1 1.98 MB 37.04 MB Intel
    51 DirectoryService root 0.00 3 2.96 MB 30.25 MB Intel
    49 update root 0.20 1 220.00 KB 26.60 MB Intel
    48 distnoted root 0.00 1 832.00 KB 27.01 MB Intel
    42 notifyd root 0.00 2 464.00 KB 27.20 MB Intel
    41 securityd root 0.00 1 2.25 MB 28.68 MB Intel
    40 memberd root 0.00 3 648.00 KB 27.64 MB Intel
    39 diskarbitrationd root 0.00 1 1.13 MB 27.14 MB Intel
    38 coreaudiod root 0.00 1 1.11 MB 28.32 MB Intel
    37 configd root 0.00 3 1.91 MB 29.13 MB Intel
    35 syslogd root 0.00 1 420.00 KB 26.63 MB Intel
    34 netinfod root 0.00 1 568.00 KB 26.92 MB Intel
    33 mDNSResponder root 0.00 3 1.11 MB 27.88 MB Intel
    32 KernelEventAgent root 0.00 2 628.00 KB 27.18 MB Intel
    27 kextd root 0.00 2 1.02 MB 27.54 MB Intel
    23 dynamic_pager root 0.00 1 168.00 KB 26.61 MB Intel
    1 launchd root 0.00 3 524.00 KB 27.67 MB Intel
    0 kernel_task root 2.60 45 65.02 MB 947.15 MB Intel

  • Exit from the application using event structures

    Hi
    In my project i used event structure it working fine.
    Now i want to exit(close) the application when i press EXIT button on the front panel.
    Here i attached my project give an idea.
    Regards
    hari
    Solved!
    Go to Solution.
    Attachments:
    Sledge.zip ‏40 KB

    Hi SAM
    U saw my ok.i have one more problem when i run the program(main vi) all the remain sub vi's also opened.
    i want open sub vi when i press a button on front panel.
    i have made small changes to it.
    Regards
    hari 
    Attachments:
    Sledge.zip ‏41 KB

  • Deleting the applications using WLST

    Hi Gurus,
    I have been trying to delete the my application by using the command like this
    delete(“TestApp”,”AppDeployments”);
    But get an error every time I run this command saying
    WLSTException: ‘Error occured while performing delete : Cannot delete MBean of type AppDeployment with name TestApp. You can only delete MBeans children to the current cmo. \nTo view the children types that you can delete, use listChildTypes().’
    When i try to run this command as mentioned in the error
    listChildTypes()
    I do not see any MBeans which can help in deleting my TestApp, what am i doing wrong here? How can i delete the application?
    Thanks in advance.
    Edited by: 853410 on 27-Apr-2011 10:29

    HI,
    The Indentation (The space before a statement) is very important in WLST because the control statements like if{} and Loops like for{} and while{} starts and ends based on the Indentation.
    Please use the below corrected script:
    url=t3://localhost:8001
    username=weblogic
    password=weblogic
    app.1=MyApp1
    app.2=MyApp2
    app.3=MyApp3And following will be your WLST Script:
    from java.io import FileInputStream
    propInputStream = FileInputStream("test.properties")
    configProps = Properties()
    configProps.load(propInputStream)
    Url = configProps.get("url")
    print 'url=', Url
    User = configProps.get("username")
    print 'User=', User
    Password = configProps.get("password")
    print 'Password = ', Password
    connect(User,Password,Url)
    config()
    cd ('Applications')
    for i in 1,2,3:
         App = configProps.get("app."+str(i))
         delete (App)
         print 'Application ',App,' has been deleted Successfully..!!!'
         i =i+1
    So Now you need to just make changes in the Properties file...No need to touch anything in the WLST Script except the For Loop Count.Which is equal to the Number of applications which you want to delete ;)
    Thanks
    Ravish Mody

  • MSB3187 Referenced assembly ' ' targets a different processor than the application using MageUI but not in VS2005 build

    I have a C# application that I'm trying to deploy, it contains a number of dlls one being a C++  dll. When  I  build the application (referencing the C++ dll) in Visual Studio 2005, it builds and publishes without any problems. I want to move the application to a live server so I'm using MageUI to change the Start Location. When I load the application manifest and then load the files; I try to save the manifest and get the MSB3187 error. I checked the C++ project and the Target Environment is set to "Not Set" and the my application is set to Any CPU. Are these  compatible and if not do anyone know what they should be?
    Regards
    Alan

     Alan S wrote:
    Have you tried to moved the applicatin to a different web server?
    In my environment, my build machine is dedicated to just doing builds. The output is deployed to one of several different servers depending on various things. I do know the deployment can't just be copied to a new server. The manifest has to be rebuilt and resigned, this is to prevent people from hijacking a ClickOnce application. Could that have something to do with your issue and the warning MSB3187 was always there but unnoticed?

  • Implement Survey Application using Siebel

    Hi there,
    We are looking to an option to implement a few web surveys using Siebel. Is Siebel a good candidate?
    I saw SmartScript has some functionalities for question/answers. Can I use it to design a web survey? Is there any limitation?
    Would you also recommend some readings?
    Thanks

    Hi,
    Smartscript can be used for web surveys but you need to check if the web survey is accessed through internet then you need to use Standard Interactivity Object Manager like eMarketing. This will surely limit your options for customization if required. If you are going for a straightforward implementation then it is fine else you should do a PoC.

  • How do I get Windows Picture and Fax Viewer to be the application used to view pics, images? It doesn't even show up in the list of "other applications".

    Image files(jeg, gif, etc) are assocaited with the picture and fax viewer in the files options but firefox doesn't see the app, even inthe open with other list

    The Windows Picture and Fax Viewer is a DLL and is started via a rundll32.exe call and can't be set as an application to handle images in Firefox 3 and later versions.<br />
    You need to set Windows Picture and Fax Viewer as the default viewer in Windows.<br />
    Then it should be listed automatically in the Mozilla Firefox Browse dialog.<br />
    You can look at an alternative program for viewing images:
    * Irfan View - http://www.irfanview.com/

  • What is the application use controls in eCATTS?

    Hi,
    whats the  use of TCD & SAPGUI .What type of scripts used for TCD?
    and also what type of scripts used for SAPGUI.
    Thanks,
    Raji

    Hi Lakshmi,
    Using TCD, we can do recording for the particular transaction...
    SAP CATT - Computer Aided Test Tool
    Just sharing my experiences with CATT (although, I have not used this feature in the last 2 years or so !).
    Simply, any one in SAP can use this tool as long as you can access to the tcode. I used CATT atleast in 3 different SAP modules. Typically, in SAP projects, CATT execution is a favorite task for "technical" associates. When the technical resources are either not available immediately or their plate is full with other important tasks, functional associates can simply jump into this activity, since there is no coding or programming involved. This tool has been a great gift from SAP since I am a functional person and could not do coding ! I can remember at least 30 or 40 occassions where I used CATT to get this and that done.
    Below find few examples:
    1. Created multiple sales orders (excess of 200) in a matter of minutes for the purpose of end user training
    2. Created multiple purchase ordes (excess of 200) in a matter of minutes for the purpose of end user training
    3. Created Deliveries for the sales orders in a matter of minutes for the purpose of end user training
    4. Created config. entires, if the volume of records is large. I remember once I entered 900 records.
    5. Extensively used in preparing the transactional data for the purpose of archiving. It worked impeccably.
    6. Loading of master data (example: material groups)
    Note: Upon execution of CATT, it is very possible that some records will fail, which have to be addressed manually. SAP really needs to further enhance this area of CATT because, there is no easy way of identifying the failed ones, it has to be done manually. One workaround is simply download the result into an Excel and using sort feature of Excel, identify the failed ones and deal with them manually.
    With Compliment by: Ranga Rachapudi
    CATT stands 4 Computer Aided Testing Tool
    Although CATT is meant for as a testing tools, many SAP users have now use CATT frequently to upload vendors master data and make changes to other master record.
    SAP Consultant and Abapers tends to used it for creating test data.
    With CATT, you don't have to create any ABAP upload programs and this save on development time. However, you still have to spend time on data mapping into the spreadsheet format.
    The transactions run without user interaction. You can check system messages and test database changes. All tests are logged.
    What CATT does is record you performing the actual transaction once.
    You then identify the fields that you wish to change in that view.
    Then export this data to a spreadsheet to populate with the data required.
    This is uploaded and executed saving you keying in the data manually.
    To perform CATT, it has to be enabled in your production environment (your systems administrator should be able to do this - SCC4).
    You will also need access to your development system to create the CATT script.
    With Compliment by: Vijay
    User Guide for Data Upload
    The use of CATT is for bulk uploading of data. Although CATT is primarily a testing tool, it can be used for the mass upload of data. The way CATT works is like a real user actually inputting on the SAP screen. You prepare a set of data that are required to be input into the system and execute what you called a Test Case and CATT will do the boring task of keying for you.
    Over-all procedure
    The over-all procedure to upload data using CATT is as follows:
    · Creation of the CATT test case & recording the sample data input.
    · Download of the source file template.
    · Modification of the source file.
    · Upload of the data from the source file.
    Details of each step are provided in the following paragraphs.
    Detailed Procedure
    Creation of the CATT test case:
    Creation of the test case is completed as follows:
    · Execute Transaction SCAT
    · Name the test case. Test case name must start with “Z”. It is also good practise to include the transaction code in
    the test case name (e.g. Z_IE01_UPLOAD for the upload of equipment)
    · Click the “Record” button.
    · Enter the transaction code (e.g. IE01)
    · Continue recording the transaction. Ensure data is entered into every field that is to be used during the upload.
    · Save the test case.
    Download the source file template
    Download of source file template is conducted in two stages as follows:
    · Creation of import parameters:
    · Within transaction SCAT, Double Click on the TCD line in the “Maintain Functions” screen.
    · Click the Field List button (Field list is displayed).
    · For every field that you wish to upload data, double click in the Column New field contents (This creates an
    import parameter).
    · In the Maintain Import Parameter Pop-Up:
    · Delete the default value if not required.
    · Press Enter
    · The New field contents column now contains the character & followed by the field name (e.g. &EQART). This
    is the name of the import parameter.
    · Repeat this for every field (in every screen) to be uploaded.
    · Back out and save the CATT test case
    · Download of source file template:
    · Use the path GOTO -> Variants -> Export Default
    · Select path and file name (e.g. C:TEMPZ_IE01_UPLOAD.TXT)
    · Click Transfer
    Modify the source file
    The downloaded source file template is now populated with the data that is to be uploaded. This is completed as follows:
    · Using Excel, open the tab-delimited text file.
    · Do not change any of the entries that already exist.
    1st row contains the field names.
    2nd row contains the field descriptions.
    3rd row displays the default values which are set in the test case.
    4th row contains a warning that changing the default values in the spreadsheet has no effect on the actual default values.
    · The data to be uploaded can be entered in the spreadsheet from row 4 onwards (delete the 4th row warning &
    replace with data for upload).
    · Save the file as a Text file (Tab delimited).
    Upload data from the source file
    Uploading the data is completed as follows:
    · Execute the CATT test case
    · In the Execute screen:
    · Set processing mode to Errors or Background (your choice).
    · Set variants to External from file.
    · Click the Choose button and select the file to be uploaded.
    · If uploading to another client, click the Remote execution button and select the RFC connection to the required client.
    · If uploading to the current client, click the execute button.
    Also, refer the links....
    http://www.sap-img.com/sap-catt.htm
    http://sap.ittoolbox.com/documents/popular-q-and-a/catt-procedure-1795
    http://www.thespot4sap.com/Articles/CATT.asp
    Award points if useful

  • Playing videos from within the application using Phonegap.

    I am trying to get videos to play videos from within a PhoneGap app across IOS/Android/WP8 that will play videos contained within the phonegap app.  I have accomplished getting videos on Android and IOS but getting it working on WP8 has left me stumped
    as I have not been able to find anyone even attempting to getting videos to play from within a phonegap application on WP8.   So if anyone knows how to do this, or any suggestions of what direction I should look for a solution (I'm assuming it doesn't
    work as because of how IE treats videos on WP8 and will not load off the device)
    (Yes I know this is probably not the first place to look for solutions,and its not I've been looking elsewhere as well, but there is very few people supporting phone gap on WP8 elsewhere so this seems like the best place to maybe get some help/ideas)

    Hi Mwengil,
    You are asking questions about third-party library. It’s out of our support range.
    Please refer to check the API documentation.
    http://docs.phonegap.com/en/4.0.0/index.html or try to contact library official site.
    http://phonegap.com/about/contact/.
    Thank you for understanding. If you have any questions about windows phone development, you are always welcome posting here.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

  • Components and applet not loading when running the application using JVM1.3

    I have my UI written in JavaScript.When I click a button,it opens a window showing the different components(images) and an applet containing a tree structure.The applet code is written in java
    This is working fine and the applet is loading properly when I use JVM1.4. But there is a problem when I use JVM1.3.1_09.The images appear broken and the applet doesnot load.(When I click on one of the broken images,the images appear correctly but the applet still doesn't load)
    Can anyone tell me what could be the reason behind this behavior??
    My sys config: win2k-SP4, IE5.0-SP4

    If you are using SDK 1.4 for compilation,
    recompile your classes with the option -target 1.1
    javac -target 1.1 MyClass.java

Maybe you are looking for

  • Upgrading to 7.3.1

    Hi Do you have to back up your songs when upgrading to newer version of itunes, i have never installed a newer since 7.0? Any help would be great. Thanks

  • Importing custom fonts into iPhone apps - HELP?!

    Hey guys, new to these forums. Just wondering if somebody could answer a few questions regarding successfully importing and using custom fonts into iPhone applications. As shown here, http://forums.macrumors.com/showthread.php?t=569311 http://discuss

  • Single transaction through multiple service objects [Spring]

    Hello. I have multiple service objects, while methods in service objects represent use cases. If I call the method from the other method in the same service object, then the second (called) method uses the same transaction as the first (caller), beca

  • Music app always on?

    when iphone 4s is opened music app is on will not shut off.

  • Video Camera Autofocus?

    I'm curious if the new iphone 4 video camera has continuous autofocus or does the camera only focus when you start a recording and then only after when you tap the screen to focus. Is this a feature that can be changed under settings? I do know the 3