Application LoaderAgent Issue

trying to resolve -- the application LoaderAgent quit unexpectedly (keeps popping up)

Hello, could this be wilst running Safari AND you have Community Toolbar installed?
http://reviews.cnet.com/8301-13727_7-20027867-263.html

Similar Messages

  • Regarding Sun Java System Application Server Issue with JVM

    Regarding Sun Java System Application Server Issue with JVM
    Hi
    I have installed SJSAS9.1 on solaris system. I m trying to deploy war file which i compiled in windows enviorment by jdk1.5.0_05. Every time i got the following error :
    type Exception report
    message
    descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP
    PWC6199: Generated servlet error:
    [javac] javac: invalid target release: 1.5
    [javac] Usage: javac
    [javac] where possible options include:
    [javac] -g Generate all debugging info
    [javac] -g:none Generate no debugging info
    [javac] -g:{lines,vars,source} Generate only some debugging info
    [javac] -nowarn Generate no warnings
    [javac] -verbose Output messages about what the compiler is doing
    [javac] -deprecation Output source locations where deprecated APIs are used
    [javac] -classpath Specify where to find user class files
    [javac] -sourcepath Specify where to find input source files
    [javac] -bootclasspath Override location of bootstrap class files
    [javac] -extdirs Override location of installed extensions
    [javac] -d Specify where to place generated class files
    [javac] -encoding Specify character encoding used by source files
    [javac] -source Provide source compatibility with specified release
    [javac] -target Generate class files for specific VM version
    [javac] -help Print a synopsis of standard options
    note The full stack traces of the exception and its root causes are available in the Sun Java System Application Server 9.1 logs.
    I have cheked jvm version on both system the only difference is :
    Solaris points to jdk 1.5.0_09
    Windows point to jdk1.5.0_05
    Even i tried to run blank jsp also but again i got the same error.
    Can any help me to sort out the problem or give me any idea so i can do something by my own.
    Thanks in Advance
    Gagan

    Do you have ANT installed and available?
    Thanks,
    Kedar

  • Application Deloyment issue...

    hi,
    i am getting this Deployment error...
    we got two servers one for developers at offshore and
    one at the onsite...
    the strange thing is that it is deploying n running fine on the offshore server.
    but not getting deployed on the onsite server!!!
    i have put the required references required and
    checked them too...!!!
    regards,
    -Amol Gupta
    Oct 18, 2007 11:11:04 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [004]Deployment aborted
    Settings
    SDM host : bp1xeuaa558
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/amolg/LOCALS1/Temp/temp26291bp.comexmplsupplier_lds_create_adobe.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/amolg/LOCALS1/Temp/temp26291bp.comexmplsupplier_lds_create_adobe.ear
    Aborted: development component 'exmpl/supplier_lds_create_adobe'/'bp.com'/'LOKAL'/'0.2007.10.18.11.10.17'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application bp.com/exmplsupplier_lds_create_adobe.. Reason: Clusterwide exception: Failed to deploy application bp.com/exmplsupplier_lds_create_adobe. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is: com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application bp.com/exmpl~supplier_lds_create_adobe. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted

    >
    I have oracle PL/SQL application performance issue. To open a screen populated with 7,000 records takes 5 minutes.
    I have used SQL Analyze to get Index recomendation. Indexing did not help that much.Switch on a trace on a user who is just about to run that screen - let them rip.
    Stop your trace. Get your trace file. Run it through TKProf.
    Read the book by Cary Millsap that Sybrand recommends (or take a look
    at Chris Lawson) - i.e. read up on trace files and looking at them.
    Get the SQL that is run by the user and try running it from SQLPlus
    on the server (no network or app issues) - set timing on.
    That would be my approach.
    Do you think upgrading or replacing with newer machine can improve performance? Getting a newer machine often satisfies the geek's primeval urge to
    get his grubby little paws onto fancy shiny hardware - it may well
    work for a while, however you're not tackling the underlying cause
    of your problem, and it will (probably) reappear when the limits
    of the new RAM/CPU have been hit.
    If you what is suggested above, at least you'll be able to say
    to your management - "well, if we get a new server, performance
    will improve by this much, until we have (say) 14.000 records in
    the table, when performance will go back to the way it was before".
    Until you run a trace, you will have no idea if the problem will
    scale linearly with the no. of records or how it will
    behave into the future.
    You cannon manage what you cannot measure.
    Paul...
    Taf

  • Application redraw issue over Citrix and Terminal Server

    Hi All,
    We provide a client-server application which connects to a SQL Server database. The middle-tier is hosted on an application server (Windows Server 2008 R2) which in turn connects to the SQL Server database. The fat client can either be installed on user laptops/desktops
    or published using Citix/Terminal services.
    We have a long standing issue which frankly I just cannot fathom. A customer has published the client via Citrix to users and using roaming profiles. If an employee is using the application in London, the roaming profile is created on a server in London and
    connects to the middle-tier in London. If an employee is using the application in Glasgow, the roaming profile is created in Edinburgh and the user connects to the middle-tier in London. The customer is also using DFS
    The roaming profile consists of the 'My Documents', 'My Pictures', 'My Videos', 'My Music' and 'Windows' folder. Distributed File System (DFS) is used for roaming profile folder replication between offices. See http://technet.microsoft.com/en-gb/library/cc732863%28v=ws.10%29.aspx
    The Edinburgh users are experiencing application redraw issue where the interface loads in chunks. For example, when a user scrolls up and down or left and right, the data loads immediately (from SQL Server) but the interface (GUI) loads in blocks. You can
    actually see each segment of the GUI components loading. The issue also occurs if connecting via a Terminal Server where the application is also installed.
    For London users, it all works fine. If an Edinburgh user comes to London, they have no issues.
    The network connection is super fast between the various offices.
    The application is built using C++ and Delphi and uses the GDI API to draw the objects.
    Any guidance is appreciated.

    Hello partner,
    Thanks for contacting Microsoft. This is Sophia who is going to help with this issue. From your description, I learnt that users from Edinburgh have application redraw issue. However, London users worked fine. Please let me know if I misunderstand your purpose.
    Based on the information, it seems that the issue located in the middle-tier in London. Could you try building a middle-tier in Edinburgh and then test how the issue goes?
    Besides, based on my experience and research, by default the allocation of the bandwidth is 70 percent for graphics data and 30 percent for virtual channel data, meaning when bandwidth usage is under pressure, graphics data is guaranteed to get 70 percent
    of the available bandwidth.  And we can tweak the settings a bit for some scenarios. To change the settings, we can set registry values. Please reference the information below.
    ===========================================================================================================================================
    Note: For these settings to take effect, the computer must be restarted.
    Following is the list of registry values that affect the bandwidth allocation behavior. These are all DWORD values under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermDD:
    ·         FlowControlDisable: When set to 1, this value disables the new flow control algorithm, making it essentially First-In-First-Out (FIFO) for all packet requests. This provides results similar to Windows Server
    2003. (The default for this value is 0).
    ·         FlowControlDisplayBandwidth / FlowControlChannelBandwidth: These two values together determine the bandwidth distribution between display and virtual channels. You can set these values in the range of 0–255.
    For example, setting FlowControlDisplayBandwidth = 100 and FlowControlChannelBandwidth = 100 creates an equal bandwidth distribution between video and VCs. The default is 70 for FlowControlDisplayBandwidth and 30 for FlowControlChannelBandwidth, thus making
    the default distribution equal to 70–30.
    ·         FlowControlChargePostCompression: If set to 1, this value bases the bandwidth allocation on post-compression bandwidth usage. The default for this value is 0, which means that the bandwidth distribution is applied
    on pre-compressed data.
    For more information about RDP Bandwidth, please reference the article below.
    ================================================
    Bandwidth Allocation for Terminal Server connections over RDP
    http://blogs.msdn.com/b/rds/archive/2007/04/09/bandwidth-allocation-for-terminal-server-connections-over-rdp.aspx
    Top 10 RDP Protocol Misconceptions – Part 1
    http://blogs.msdn.com/b/rds/archive/2009/03/03/top-10-rdp-protocol-misconceptions-part-1.aspx
    If you have any concerns about the action plan above, feel free to let me know.
    Best regards,
    Sophia Sun
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • I have an Ipad, I activated the time capsule with no issues. I added the airport Utility application without issue.  However, I do not know how to access the hard drive with either my Windows computer or the Ipad.  Does someone know how?

    I have an Ipad, I activated the time capsule with no issues. I added the airport Utility application without issue.  However, I do not know how to access the hard drive with either my Windows computer or the Ipad.  Does someone know how?

    On windows load the airport utility .. latest correct version as possible.. there is no windows 8 but win7 works after a fashion.
    Make sure the TC is using SMB compatible names.. short no spaces and pure alphanumeric.
    Type the name directly into windows explorer.
    \\TCname or \\TCIPaddress
    If no luck turn off all the firewalls.. internal windows plus security software plus whatever other gargyoles and other rubbish AV software you have running.
    Ensure windows is able to at least ping the TC by IP address and name..
    Use the utility in windows to set file sharing to guest account on with full read and write access.. and set workgroup to WORKGROUP.

  • Developer Application Provisioning Issues -- Only one app at a time?

    _The upshot:_
    You can have one and only one developer provision and developer application on the iPhone at a time otherwise you get installation errors (i.e. 0xe8000001).
    _To fix:_
    Use Xcode Organizer to ensure that you have one and only one application and provision installed to the iPhone that uses your developer certificate.
    _To any Apple people:_
    If I am wrong about any of this, please let me know. I have wasted 3-4 days over the past 2 weeks due to these issues, and any explanation would be well received! Having one and only one application and provision installed to the iPhone fixed the 0xe8000001 issues for me.
    _Long winded explanation:_
    It turns out that I am working on multiple iPhone applications at the same time.
    Each application has a different AppID (as registered on the iPhone Developer Portal).
    I have spent quite a bit of time having major issues with Developer Provisioning and application installation from within Xcode and Xcode Organizer, which led me to not be able to debug my application on a live iPhone.
    I finally discovered my problem: I can only have one app and one provision on the iPhone that uses the same developer certificate.
    When swapping between Xcode projects if I remove all provisions and applications using Organizer and re-add only the provision of the application I am working on, then the install errors at build time go away.
    Samples of install errors that manifest themselves using the 0xe8000001 code:
    Thu Aug 21 16:56:02 unknown mobileinstallationproxy[770] <Error>: entitlement 'application-identifier' has value not permitted by provisioning profile
    Thu Aug 21 16:56:02 unknown mobileinstallationproxy[770] <Error>: verify_executable: Could not validate signature: e8008016
    -- Taken from the Xcode Organizer Console window for my development iPhone --
    These errors seem to be occurring because of an install time check against the installed provision files to verify the app, and it seems the provision from an already installed application is being used.
    This is probably occurring because the main developer certificate has to be the same between the 2 applications. As the scan through the provisions is occurring, the certificate of the new app matches the certificate from the already installed app, and the provision check fails due to different App IDs.
    There is one and only one developer certificate allowed per iPhone Standard program.
    I hope that this helps some other people out there with their development provisioning and debug / installation errors.
    --Batgar

    This is why you should create a wildcard developer certificate (com.youcompany.*)...follow the directions in the program portal. Then you can then install all your apps on your phone.

  • SAP R/3 application component issue

    Hi all,
    My issue: SAP R/3 application component hierarchy node in RSA6 got saved in $TMP package as local object. When iam transporting the request from Dev to QA this hierarchy is not getting transported and all the application components in ECC QA are assigned under not defined node as individual node.
    Not only this when i replicate the data sources in BI side in QA these data sources are replicated but come under unassigned nodes because of the missing main node.
    So can any body help me in removing this main node from the $TMP folder and save this in a transpotable package to transport that to QA ECC and the same to replicate in BI.
    Regards,
    Prabhakar.

    Hi Markus,
    This issue iam facing in ECC side. Unless untill i transport this application component hierarchy all my application components in ECC QA will be under a not defined nodes.
    So please suggest me the approach to resolve this issue.
    Regards,
    Prabhakar.

  • Socket based application - Performance Issues - Suggestions Needed

    Hi All,
    We have an application which basically has been developed using core java. Here is a high level information about the application:
    a) It opens a serversocket which allows clients to connect to it.
    b) For every new client connection, a separate thread is created and this thread deals with requests from clients, processing the data and replying back to clients.
    c) Each socket is polled continuously and sockettimeout is 2 seconds. If there is a timeout, we handle the situation and socket is again read. So basically sockets is read every 2 seconds. If number of timeouts reaches a configurable value, we close the connection and thread is dropped as well.
    d) In production, three instances of this application are running with the help of a cisco load balancer. It is there for last 5 years.
    However there has always been some minor performance isssues and we have sorted them out using different types of garbage collectors, by introducing hardware load balancers, upgrading the code for new Java versions. It is currently running on 1.4.2.
    However there has always been some performance issues and today while googling over internet I came across following on the bea website which says that core java sockets are not as efficients as native API. BEA has implemented its own APIs for weblogic. My queries are:
    a) Are there any better Java Socket/network API (for solairs, I know Java is plateform independenet but there could be lib which also using native libs) which are much more efficient than Core Java.
    b) We are getting the InputStream/OutputStream and creating objects of DataInputStream/DataOutputStream to read the data 'Byte-By-Byte'. Each byte can have different information thats why it is required. Are there any better way of getting info than what we are currently doing.
    c) As I mentioned, we are continously polling the socket for read operation with a timeout value of 2 seconds. What is the better among the following from performance point of view: (1) Frequent read operation with a lesser timeout value or (2) Less Frequent read operations with larger timeout value. (3) Any better idea??
    Please suggest few things or pointers which I could do to improve the performance of the applcations. Many thanks.
    Thanks,Akhil
    From BEA website:-
    "Although the pure-Java implementation of socket reader threads is a reliable and portable method of peer-to-peer communication, it does not provide the best performance for heavy-duty socket usage in a WebLogic Server cluster. With pure-Java socket readers, threads must actively poll all opened sockets to determine if they contain data to read. In other words, socket reader threads are always "busy" polling sockets, even if the sockets have no data to read. This unnecessary overhead can reduce performance."

    My recommendations:
    - Always use a BufferedInputStream and BufferedOutputStream around the socket streams
    - Increase the socket send and receive buffers to at least 32k if you are on a Windows platform where the default is a ridiculous 8k, which hasn't been enough for about 15 years.
    - Your 2-second timeout is far too short. Increase it to at least 10 seconds.
    - Your strategy of counting up to N short timeouts of S seconds each is completely pointless. Change it to one single timeout of N*S seconds. There is nothing to be gained by the complication you have introduced to this.

  • Application Deployment issue in Webdynpro project

    Hi,
    I have created an sample Webdynpro project which just displays the name. EAR file has been transformed to SCA file using NWPACKTOOL for deploying the application in JSPM.
    When i tried to deploy the SCA file i am getting an exception as,
    Deployment Items -
         1. Client path 'C:\usr\sap\WP1\SYS\EPS\in\test1.sca'
              Deploy status is 'Aborted'
              Description:'1. Item is skipped because of failed deployment of item 'test.com_test' and because the applied error strategy is OnErrorStop
              2. Contains Aborted deployment component:
    test.com_test'.
              SCA : name 'test', vendor 'test.com', location 'local', version '1000.1.0.1.0.20110810105342'
              Contained DCs:
                   1.1 : Relative path 'C:\usr\sap\WP1\SYS\EPS\in\test1.sca --> test.sca.ear'
                        Deploy status is 'Aborted'
                        Description:'1. ASJ.dpl_ds.006193 Error while deploying ear file C:\usr\sap\WP1\J00\j2ee\cluster\server0\.\temp\tcbldeploy_controller\archives\56\test1_sca1312954437078\DEPLOYARCHIVES\test.sca.ear; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception while [validating application test.com/test.
         The test.com/test application was processed from [developmentserver] containers, but none of them returned information about deployed components.
         The registered containers in this moment were [BRMS_Content_Archive, z_com.sap.security.policy-configurations, utl_handler, developmentserver, Monitoring Configurator, component.info_handler, servlet_jsp, connector, classification_handler, CTCContainer, JDBCConnector, PortalRuntimeContainer, dbcontentcontainer, scheduler~container, Content Container, src.zip_handler, PCD Content Deployment Handler, ConfigurationsContainer, orpersistence, appclient, JMSConnector, Cluster File System, Cache Configuration Upload, com.sap.security.ume, SCA Composites Container, metamodelrepository, textcontainer, eden_handler, Galaxy_Content_Archive, uddi_handler, MigrationContainer, com.sap.security.login-modules, webservices_container, EJBContainer, dbschemacontainer, MDRContainer, com.sap.security.policy-configurations, app_libraries_container].
         Possible reasons :
         1.Empty or incorrect application, which is not recognized by registered containers.
         2.An AS Java service, which is providing a container, is stopped or not deployed.
         3.The containers, which processed it, are not implemented correctly, because the application was deployed or started initially, but containers didn't return information about deployed components in the application deployment info].'.
                        SDA : name 'test', vendor 'test.com', location 'local', version '2', software type ('J2EE', s
    Can some one help me in deploying the SCA file?
    Please let me know how to resolve this issue.
    Thanks in Advance!!
    Regards
    MG
    Edited by: madhanssmile on Aug 10, 2011 2:34 PM

    go to "DC Metadata" "used DC"  , and "Properties" in context menu
    for all you your components.
    problematic component reference probable has check box "deploy time" checked.
    remove that reference.
    usually only "Build time"  check box must be checked. try to do so.

  • Service Bus with WCF in IIS 8 with Application Initialization Issue

    I’m running service bus 1.1 on premise locally and have it hooked into a wcf service using netMessagingBinding. 
    I installed Application Initialization and set Start Mode to AlwaysRunning for the application pool, and set Preload Enabled to true for the site. 
    I also have the appropriate <applicationInitialization> section in the web config where I added the service to an initializationPage.
    The message gets delivered if I hit the endpoint in my browser, and even if I do an IIS reset, it still gets delivered, however I had to hit the endpoint first manually. 
    If I do a clean (or edit any of the wcf code files) and build, it won’t get delivered until I hit the endpoint. 
    I get similar behavior when I set a break point in the service and attach to the w3wp.exe process. 
    If I do a clean and build and set a break point in the service code, it has the open red circle that says breakpoint will not be hit, no symbols have been loaded for this document. 
    When I hit the endpoint, the open red circle gets filled, and the endpoint can be hit. 
    I’m guessing these 2 go hand in hand with what I’m seeing with the service bus.
    Setting up Application Initialization fixes the issue if I restart IIS, it can continue to receive messages, however I first need to hit the endpoint.
     I just don’t know how it handles the scenario when it first gets deployed (like when I do a clean and build). 
    I thought the Application Initialization would of handled this but I’m probably missing something.

    Hi sir,
    Form your description, it seems that you use the op-premise service bus. I will move this thread to Azure Pack forum for more helps.
    Regards,
    Will 
    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.

  • Application publishing issues after temp profile usage

    We haven't figured out the solusion to this issue but we do know the cause and a workaround for it that works, kind of...
    A brief description would be that after permission issues for some users roaming profile storage on the fileserver application publishing and several applications fail in a different way for different users. This is due to the creation of C:\Users\TEMP,
    TEMP.DOMAIN etc folders rather than using C:\Users\Username folders. The issue seems to be that App-V 5 client remembers this temporary folder in a way that we havent figured out yet, all references to the temp folders for each users account UID in the
    registry has been removed and the roaming profie was deleted locally and on the fileserver YET app-v remembers the path C:\Users\TEMP and tried to create shortcuts etc there without success --> the packag then failes completely and dissapears from the client/powershell
    Get-AppvClientPackage view as if its not even published to the user.
    The BIG question is how the "#¤/&¤ can you get the App-V client to forget about the C:\Users\TEMP foders and retun to the users correct folder? We have tried to remove all user accounts UID from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AppV\MAV\Configuration\Packages
    etc and also the users profiles so this data must be stored somewhere else. The issue is local to specific XenApp servers, if the temporary profile wasnt created on a server the issue will never appear there.
    The workaround is that all users with the issue have full access to the paths C:\Users\TEMP and C:\Users\TEMP.DOMAIN folders, however when app-v generates shortcuts in that folders we'll need to manually move them to the correct path so that they are
    available to the users, smooth!
    The environment is based on 4x Windows 2008 R2 server with citrix XenApp 6.5. App-V 5 SP1 RDS client is installed and configured to use a single publishing server "Add-AppvPublishingServer -Name SERVERNAME -URL
    http://FQDN:8080"
    The details:
    (we think) Some users had the follow error since they couldn't access the faulty profile path TEMP or TEMP.DOMAIN:
    Failed to create file by callback data: \Device\HarddiskVolume2\Users\USERNAME\AppData\Roaming\Microsoft\AppV\Client\VFS\FE7FE758-FDD8-4208-AF3D-E2505AEF6791\AppData\Adobe\Acrobat\
    Another user got only one package (the only package without a shortcut):
    This user receives 1 out of 8 packages.
    We have tried removing the local and centrally stored roaming profile without any change.
    The following is recorded in the event viewer (Microsoft\AppV\Client\Admin):
    Log Name:      Microsoft-AppV-Client/Admin
    Source:        Microsoft-AppV-Client
    Date:          2014-02-04 09:30:04
    Event ID:      19104
    Task Category: Publishing Refresh
    Level:         Error
    Keywords:      Publishing Refresh
    User:          DOMAIN\username
    Computer:      XENAPPSERVER1.domain.com
    Description:
    Part or all packages publish failed.
     published: 1
     failed: 8
    Please check the error events of 'Configure/Publish Package' before this message for the details of the failure.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-AppV-Client" Guid="{E4F68870-5AE8-4E5B-9CE7-CA9ED75B0245}" />
        <EventID>19104</EventID>
        <Version>1</Version>
        <Level>2</Level>
        <Task>36</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000800000</Keywords>
        <TimeCreated SystemTime="2014-02-04T08:30:04.164025400Z" />
        <EventRecordID>661</EventRecordID>
        <Correlation />
        <Execution ProcessID="3376" ThreadID="34620" />
        <Channel>Microsoft-AppV-Client/Admin</Channel>
        <Computer>XENAPPSERVER1.domain.com</Computer>
        <Security UserID="S-1-5-21-XXXXXXXX" />
      </System>
      <EventData>
        <Data Name="Value1">1</Data>
        <Data Name="Value2">8</Data>
      </EventData>
    </Event>
    In addition to the above the following is recorded for every failed package (Microsoft\AppV\Subsystems-RegistryStaging), however the package that works arent displayed in the log.
    Log Name:      Microsoft-AppV-Subsystems-RegistryStaging/Debug
    Source:        Microsoft-AppV-Subsystems-RegistryStaging
    Date:          2014-02-04 09:30:02
    Event ID:      2002
    Task Category: None
    Level:         Information
    Keywords:     
    User:          DOMAIN\username
    Computer:      XENAPPSERVER1.domain.com
    Description:
    Configure package called on already configured package '{a849ce4c-2b7b-46a9-b54e-c72e61858de1}' version '{e780bf5c-effa-4419-bd4a-03bcc394baf4}'.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-AppV-Subsystems-RegistryStaging" Guid="{1f4a896a-fea6-4862-bbeb-aaa190ae31c0}" />
        <EventID>2002</EventID>
        <Version>0</Version>
        <Level>4</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-02-04T08:30:02.853894400Z" />
        <EventRecordID>89</EventRecordID>
        <Correlation ActivityID="{01AFCC48-F800-0001-4FF3-2C81241CCF01}" />
        <Execution ProcessID="3376" ThreadID="34620" ProcessorID="3" KernelTime="544" UserTime="3885" />
        <Channel>Microsoft-AppV-Subsystems-RegistryStaging/Debug</Channel>
        <Computer>XENAPPSERVER1.domain.com</Computer>
        <Security UserID="S-1-5-21-XXXXXXXX" />
      </System>
      <EventData>
        <Data Name="package">{A849CE4C-2B7B-46A9-B54E-C72E61858DE1}</Data>
        <Data Name="version">{E780BF5C-EFFA-4419-BD4A-03BCC394BAF4}</Data>
      </EventData>
    </Event>
    We also notice the following errors in Microsoft\AppV\Subsystems-shortcuts when AppV tries to generate icons in the wrong/old profile path (cmd.exe "set" displayes the correct path but why cant appv get this info?):
    Log Name:      Dbg
    Source:        Microsoft-AppV-Subsystems-shortcuts
    Date:          2014-01-28 13:55:47
    Event ID:      130
    Task Category: None
    Level:         Error
    Keywords:     
    User:          DOMAIN\username
    Computer:      XENAPPSERVER1.domain.com
    Description:
    Failed to write shortcut file 'C:\Users\TEMP.DOMAIN\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\' with error '6629316385409335299'.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-AppV-Subsystems-shortcuts" Guid="{a7782ffe-c5f5-4554-ab1c-acb874c1ccf9}" />
        <EventID>130</EventID>
        <Version>1</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-01-28T12:55:47.925264700Z" />
        <EventRecordID>251</EventRecordID>
        <Correlation />
        <Execution ProcessID="3376" ThreadID="3628" ProcessorID="0" KernelTime="378" UserTime="136" />
        <Channel>Dbg</Channel>
        <Computer>XENAPPSERVER1.domain.com</Computer>
        <Security UserID="S-1-5-21-XXXXXXXXXXXX" />
      </System>
      <EventData>
        <Data Name="string">C:\Users\TEMP.DOMAIN\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\</Data>
        <Data Name="uint64">6629316385409335299</Data>
      </EventData>
    </Event>
    We noticed thet the user DOMAIN\user had a TEMP.DOMAIN profile path due to faulty permissions on the profile store and that this path thoug its fixed was stil configured in the AppV part registry according to below.
    Since this key is global to the server and not bound to the user account it wasnt removed with the user profile, we tried removing the specific keys manually where the user account UID occured without any change to the problem. The removed keys werent
    regenerated in the registry though.
    The specific user account SID uses TEMP.DOMAIN paths (\Users\TEMP.DOMAIN\AppData\Roaming\Microsoft\AppV\Client\VFS) for two String Value names "TargetLongName" and "TargetShortNamefolders" in the following key (and others):
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AppV\MAV\Configuration\Packages\04ADC3E8-E368-4B95-98AF-F53A625070CD_C248B175-B174-41F5-A4D6-62835CF86519\UserConfig\S-1-5-21-XXXXXXXXXX
    As mentioned the UID keys "S-1-5-21-XXXXXXXXXX" did not reappear UNTILL we manually created the folder C:\Users\TEMP.DOMAIN with full permissions for the affected user. Once this folder was created App-V recreated the registry keys "S-1-5-21-XXXXXXXXXX"
    with the correct \Users\USERNAME\* values however the icons for the applications was distributed to the C:\TEMP.DOMAIN\Desktop folder and since the users desktop is accually in C:\Users\USERNAME\Desktop none of the icons was visible to the user.
    Another user had similar issues but with the java plugin for internet explorer failing without error messages, once that user got access to C:\Users\TEMP.DOMAIN the user was again able to run java.

    Cheers,
    Ended up putting in some workarounds.
    Citrix\Microsoft best practice hotfixes
    Review all userprofiles to check correct permissions etc (powershell script)
    Purge Key each week, possibly switch to nightly.
    $CitrixOU
    =Get-ADComputer
    -filter *
    -searchBase 'OU=Citrix,OU=Servers,DC=test'
    | Select-Object
    -expand Name
    Invoke-Command
    -cn $CitrixOU {gci
    HKLM:\SOFTWARE\Microsoft\AppV | foreach-object {gci
    $_.pspath}
    |where-object {$_.name
    -like "*S-1*"}
    |remove-item
    -Recurse -Force}
    until we can work out if this is 'by design'

  • Application compatibility issue in windows 8.1 O.S

    We developed metro application in Windows 8 OS. We are planning to move the same application to windows 8.1 OS. We had some issue with flickering .if we try to open any form black screen
    is appearing before loading the form. We don’t have the same kind of problem in windows 8 OS. Please advise.

    Hi,
    Since this issue is related to store app development, to help you better, I suggest you submit a new case on MSDN forum as they will be more professional on your issue:
    This is the MSDN forum link.
    https://social.msdn.microsoft.com/Forums/en-US/home?category=windowsapps
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.  Thank you for your understanding.
    Kate Li
    TechNet Community Support

  • Application Memory Issue - Running 10.9.2

    I have run my Etrecheck report and here are the results. I'm hoping someone can assist in diagnosing what 3rd party culprit is causing my issues.
    Hardware Information:
        MacBook Pro (13-inch, Mid 2012)
        MacBook Pro - model: MacBookPro9,2
        1 2.9 GHz Intel Core i7 CPU: 2 cores
        8 GB RAM
    Video Information:
        Intel HD Graphics 4000 - VRAM: 1024 MB
    System Software:
        OS X 10.9.2 (13C64) - Uptime: 24 days 13:3:59
    Disk Information:
        APPLE HDD HTS541075A9E662 disk0 : (750.16 GB)
            EFI (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) / [Startup]: 749.3 GB (198.7 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        HL-DT-ST DVDRW  GS41N 
    USB Information:
        BUFFALO INC. HD-GDU3 2 TB
            Timeline Backup (disk2s1) /Volumes/Timeline Backup: 2 TB (734.07 GB free)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
        Hewlett-Packard HP LaserJet Professional P1102w
        Mitsumi Electric Hub in Apple Extended USB Keyboard
            Mitsumi Electric Apple Extended USB Keyboard
        Apple Inc. FaceTime HD Camera (Built-in)
    FireWire Information:
    Thunderbolt Information:
        Apple Inc. thunderbolt_bus
    Kernel Extensions:
        com.protectmac.kext.AntiVirus    (1.1.5)
    Startup Items:
        CiscoVPN: Path: /System/Library/StartupItems/CiscoVPN
        NMTCPSettingsTuning: Path: /System/Library/StartupItems/NMTCPSettingsTuning
        HP IO: Path: /Library/StartupItems/HP IO
        HWNetMgr: Path: /Library/StartupItems/HWNetMgr
        HWPortDetect: Path: /Library/StartupItems/HWPortDetect
    Launch Daemons:
        [System]    com.adobe.fpsaud.plist 3rd-Party support link
        [System]    com.adobe.SwitchBoard.plist 3rd-Party support link
        [System]    com.fitbit.galileod.plist 3rd-Party support link
        [System]    com.google.keystone.daemon.plist 3rd-Party support link
        [System]    com.microsoft.office.licensing.helper.plist 3rd-Party support link
        [invalid]    com.oracle.java.Helper-Tool.plist
        [System]    com.protectmac.AntiVirus.plist 3rd-Party support link
        [System]    com.quark.quarkupdate.plist 3rd-Party support link
        [System]    com.taoeffect.ispyd.plist 3rd-Party support link
        [System]    com.xrite.device.xrdd.plist 3rd-Party support link
    Launch Agents:
        [System]    com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
        [System]    com.adobe.CS5ServiceManager.plist 3rd-Party support link
        [System]    com.creativeinaustria.LetterOpener.OutlookPlugin.Agent.plist 3rd-Party support link
        [System]    com.google.keystone.agent.plist 3rd-Party support link
        [System]    com.hp.help.tocgenerator.plist 3rd-Party support link
        [invalid]    com.oracle.java.Java-Updater.plist
        [System]    com.quark.quarkupdate.agent.plist 3rd-Party support link
        [invalid]    com.samsung.AWPAgent.plist
        [System]    com.xrite.device.softwareupdate.plist 3rd-Party support link
        [System]    jp.co.canon.UFR2.BG.plist 3rd-Party support link
    User Launch Agents:
        [not loaded]    com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
        [not loaded]    com.adobe.ARM.[...].plist 3rd-Party support link
        [not loaded]    com.akamai.single-user-client.plist 3rd-Party support link
        [not loaded]    com.citrixonline.GoToMeeting.G2MUpdate.plist 3rd-Party support link
        [not loaded]    com.hp.printerAgent.plist 3rd-Party support link
        [not loaded]    com.microsoft.LaunchAgent.SyncServicesAgent.plist 3rd-Party support link
        [not loaded]    com.spotify.webhelper.plist 3rd-Party support link
    User Login Items:
        Skype
        AdobeResourceSynchronizer
        iTunesHelper
        PocketMacForBlackBerry
        Microsoft Database Daemon
        VMware Fusion Start Menu
        Dropbox
        Boingo Wi-Finder
        ProtectMacAntiVirusAgent
    Internet Plug-ins:
        o1dbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
        Default Browser: Version: 537 - SDK 10.9
        Flip4Mac WMV Plugin: Version: 2.1.2.72 3rd-Party support link
        OfficeLiveBrowserPlugin: Version: 12.2.6 3rd-Party support link
        RealPlayer Plugin: Version: (null) 3rd-Party support link
        AdobePDFViewerNPAPI: Version: 10.1.9 3rd-Party support link
        FlashPlayer-10.6: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
        Silverlight: Version: 5.1.20913.0 - SDK 10.6 3rd-Party support link
        SlingPlayer: Version: (null) - SDK 10.6 3rd-Party support link
        Flash Player: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
        QuickTime Plugin: Version: 7.7.3
        googletalkbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
        iPhotoPhotocast: Version: 7.0
        AdobePDFViewer: Version: 10.1.9 3rd-Party support link
        SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 3rd-Party support link
        WidevineMediaOptimizer: Version: 6.0.0.12607 - SDK 10.7 3rd-Party support link
        JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Outdated! Update
    Safari Extensions:
        Slick Savings: Version: 1.0
        Searchme: Version: 1.3
        Amazon Shopping Assistant: Version: 1.1
        Ebay Shopping Assistant: Version: 1.1
    Audio Plug-ins:
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 2.0 - SDK 10.9
        AppleAVBAudio: Version: 203.2 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 3rd-Party support link
        WebEx64: Version: 1.0 - SDK 10.5 3rd-Party support link
    3rd Party Preference Panes:
        Akamai NetSession Preferences  3rd-Party support link
        Flash Player  3rd-Party support link
        Flip4Mac WMV  3rd-Party support link
        HP Scanjet  3rd-Party support link
        Quark Update Preferences  3rd-Party support link
    Old Applications:
        Microsoft Language Register:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
        Set IP:    Version: 1.0.1 - SDK 10.5 3rd-Party support link
            /Users/[redacted]/Desktop/folder/PrinterDriver/MAC_Installer/MAC_Printer/SetIP/ Set IP.app
        SLLauncher:    Version: 1.0 - SDK 10.5 3rd-Party support link
            /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
        Solver:    Version: 1.0 - SDK 10.5 3rd-Party support link
            /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
        H&R Block 2013:    Version: 1.4 - SDK 10.5 3rd-Party support link
        H&R Block 2011:    Version: 1.3 - SDK 10.4 3rd-Party support link
        H&R Block 2012:    Version: 1.10 - SDK 10.5 3rd-Party support link
        /Applications/Microsoft Office 2011
            Microsoft PowerPoint:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Excel:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Outlook:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Word:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Document Connection:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
        /Applications/Microsoft Office 2011/Office
            Microsoft Graph:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Database Utility:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Office Reminders:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Upload Center:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            My Day:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            SyncServicesAgent:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Open XML for Excel:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Alerts Daemon:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Database Daemon:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Chart Converter:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Clip Gallery:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
        Perfect Effects Free:    Version: 3.0.2 - SDK 10.5 3rd-Party support link
            /Applications/Perfect Effects Free/Perfect Effects Free.app
        /Users/[redacted]/Library/Application Support/WebEx Folder/1224
            Cisco WebEx Meeting Center:    Version: 11.24.32.0 - SDK 10.5 3rd-Party support link
            asannotation2:    Version: 8.25.31.0 - SDK 10.5 3rd-Party support link
            atmsupload:    Version: 4.14.29.0 - SDK 10.5 3rd-Party support link
            convertpdf:    Version: 1.2 - SDK 10.5 3rd-Party support link
        Microsoft AutoUpdate:    Version: 2.3.6 - SDK 10.4 3rd-Party support link
            /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
        Audacity:    Version: 2.0.2.0 - SDK 10.4 3rd-Party support link
            /Applications/Audacity/Audacity.app
        /Library/Application Support/Microsoft/MERP2.0
            Microsoft Error Reporting:    Version: 2.2.9 - SDK 10.4 3rd-Party support link
            Microsoft Ship Asserts:    Version: 1.1.4 - SDK 10.4 3rd-Party support link
        QuarkUpdate:    Version: 1.1.0.1 - SDK 10.5 3rd-Party support link
            /Library/Application Support/Quark/AutoUpdate/QuarkUpdate.app
        Set IP:    Version: 1.0.1 - SDK 10.5 3rd-Party support link
            /Users/[redacted]/Desktop/PrinterDriver/MAC_Installer/MAC_Printer/SetIP/Set IP.app
    Time Machine:
        Skip System Files: NO
        Mobile backups: ON
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 697.84 GB Disk used: 512.78 GB
        Destinations:
            Timeline Backup [Local] (Last used)
            Total size: 2 
            Total number of backups: 35
            Oldest backup: 2013-10-06 20:07:55 +0000
            Last backup: 2014-03-28 19:36:19 +0000
            Size of backup disk: Adequate
                Backup size 2  > (Disk used 512.78 GB X 3)
        Time Machine details may not be accurate.
        All volumes being backed up may not be listed.
    Top Processes by CPU:
            52%    System Preferences
             7%    Finder
             6%    com.apple.preferences.users.remoteservice
             6%    CVMCompiler
             5%    gamed
    Top Processes by Memory:
        573 MB    systemstats
        401 MB    firefox
        279 MB    Finder
        74 MB    Mail
        66 MB    WindowServer
    Virtual Memory Information:
        31 MB    Free RAM
        1.28 GB    Active RAM
        1.26 GB    Inactive RAM
        1.66 GB    Wired RAM
        201.07 GB    Page-ins
        6.79 GB    Page-outs

    The message has nothing to do with low disk space.
    There is excessive swapping of data between physical memory (that is, the memory chips on the logic board) and virtual memory (one or more files on the startup volume.) That activity is relatively slow and causes the whole system to be less responsive. It can happen for two reasons:
    A long-running process with a memory leak (a kind of bug)
    Not enough memory for your usage pattern
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    These instructions are for OS X 10.9 ("Mavericks.") The procedure may be slightly different for earlier versions of OS X.
    When you notice the swap activity, open the Activity Monitor application and select All Processes from the View menu, if it's not already selected. Select the Memory tab. Click the heading of the Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
    View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The processes named "Safari Web Content" render web pages for Safari. They use a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider them prime suspects.
    Another process often implicated in memory leaks is "inkjet4" or "inkjet8," which is a component of the HP printing software. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. Empty the print queues in the Printers & Scanners preference pane (which has a slightly different name in each recent version of OS X.) If you don't use an HP printer, remove the software. Otherwise, if the problem is recurrent, update the software (which may not help) or contact HP support.
    "Wired" memory should be a small part of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If you have a lot of wired memory, that's usually an indication of a memory leak in a third-party program that modifies the operating system at a low level. Ask for guidance in that case.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command: 
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the  leaks(1) man page and the Apple developer documentation for details.

  • ..... PHP oracle.. application connectivity issue.......

    all.
    We have oracle 9i release 2 databse installed and acced by clients using Forms 6i.
    Due to some reasons we are shifting to Oracle 10g rel 1 and PHP as front end.
    The new server machine has windows 2000 professional with service pack 4.
    i installed orcl 10g rel1 on it. I configured the PHP and place the application pages on the folder and it is workign fine.
    Now the problem is that when i try to access the application from my computer it shows me the error as
    "Database connection error." This error is hardcodded by me , if there is any issue in connectivity , i have hardcoded that my user will see this error.
    a few of the clients when they type the machine name on thier browsers see this error
    " PHP Warning: Unknown(): Unable to load dynamic library './extensions/php_oci8.dll' - Access is denied. in Unknown on line 0 PHP Warning: Unknown(): Unable to load dynamic library './extensions/php_oracle.dll' - Access is denied. in Unknown on line 0 "
    My database clients werent also connecting but the following action has caused the fault to be corrected.
    wat i did was that i replace the
    host=(endsys.eapa.com)
    to host= (ip address).
    But still i am unable to connect to the application via my webbrowser.
    I have installed PHP correctly, IIS correctly,
    may b there is anything to do with the permissions.
    Kindly suggest something so that i may able to bring up the application
    Regards

    Hi: Im running IIS on a Windows Server 2000, PHP Version 4.4.2 and I have installed on the same server my Oracle 9 DB.
    I have edited php.ini like:
    extension_dir = "C:\PHP4\extensions"
    extension=php_oci8.dll
    I have run dependency walker in order to ensure all dependencys are ok.
    I have granted full access to Everybody to the PHP directory
    But im having the following error:
    PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP4\extensions\php_oci8.dll' - Access is denied. in Unknown on line 0
    Does anybody know where i should start troubleshooting this?
    Thanks, Lautaro Dolberg

  • Application Permission Issue

    Hi
    I Have my firefox permissions set to my standard user (Home Folder ) read & write instead of system (root) read & write. Are there any negative issues such as possible security problems that could result because of this ?
    I did this because when system (root) had the read & write firefox would not update automatically. when I changed to standard user read and write firefox would update. So I actually have 2 questions - is it ok to cruise the internet with the firefox read & write changed to standard user. Question 2 is there another way to get firefox to update.
    Thanks - Bob

    Bokat57 wrote:
    Hi
    I Have my firefox permissions set to my standard user (Home Folder ) read & write instead of system (root) read & write. Are there any negative issues such as possible security problems that could result because of this ?
    no security problems. this is completely standard for any programs you install into /Applications yourself by drag and drop.
    I did this because when system (root) had the read & write firefox would not update automatically. when I changed to standard user read and write firefox would update. So I actually have 2 questions - is it ok to cruise the internet with the firefox read & write changed to standard user.
    yes.
    Question 2 is there another way to get firefox to update.
    you can always download the new version of firefox, quit firefox, trash the current app and install the new one. but there is absolutely no need for this.
    Thanks - Bob

Maybe you are looking for

  • Put logo in ABAP list/smallest font when sending to spool

    Hi Gurus, I have a requirement. I did a ABAP list, not ALV, classic one, I also send it to spool and then convert to pdf and download to pc. Now our customer wants a logo for it, also as the report is long, when print it or downloading it to pdf, som

  • Register serial number problem?

    i just got this new iPad air 128gb from Amazon, it came from their warehouse as like new, most liking meaning open box. Anyway when k try to go register the serial number to my Apple ID, it says it is already linked to another apple id. How do I go a

  • Grand Total sorting in Pivot Table

    Hi Everyone, I have 4cols taken in row and one in col with measure and i now i calculated the grand total and i want to sort the values in grand total., could anyone pls help me

  • Consistency of Dates

    How to check the consistency of dates in project structure? Regards Ravi Kumhar Edited by: ravi kumhar on Mar 19, 2010 7:28 AM

  • How to fix the error "multipart identifier could not be found"

    This is my code. Please let me know how to fix this. DECLARE @DATEPROCESS DATETIME; DECLARE @TODAYDATE DATETIME; DECLARE @PARAMORG VARCHAR(50); DECLARE @BATCHSIZE INT; SET @PARAMORG='USA'; SET @DATEPROCESS = CAST(DATEADD(D, -((DATEPART(WEEKDAY, GETDA