Project dependencies issue

I am having a problem locating & removing a dll dependency within my project. When the dependencies area loads I have a single dll that appears.The project lists the dll's path as dll_name.dll which confuses me because the path doesn't start with C:/ or D:/ or something which makes it hard to locate on my hard drive. Searching for the dll's callers brings up several VI's but these VI's never call the dll that is loaded into the dependencies. I'm running LabView 2010 on XP and the VI's are third party VI's used for interfacing with some hardware. If anyone knows how I can remove or locate this dll please let me know.

Sorry for the confusion. There was one dll of interest with 2 instances/paths loading into the project. One was moved out of the dependencies area and the 3rd party VI's that are used in my program call this dll correctly. The other dll was in the dependencies area and its only caller was my main VI which does not actually call the dll, nor do any of its SubVI's. I was able to fix this by modifying the dll location in a 3rd party VI which contained all of the other 3rd party VI's. My guess was that there was a weird dependence between one of the 3rd party polymorphic VIs used in my program.
In 8.6 I only had to include the main VI and let the project locate all other dependencies. I then built and ran the 8.6 executable and was able to correctly operate the hardware cards the software interfaces with.
Back in 2010 after the dll dependecy issue was resolved I then had an issue with running the actual executable. Yesterday running the executable was returning an error originating from the call library node which called the dll that was giving me problems before. This issue was fixed after receiving some updated files from the vendor.
Now I have a new problem. Upon running the executable I received a slew of errors regarding class method calling errors within the dll I was having dependency problems with earlier. Tomorrow I will install an updated software package supplied by the vendor and see if the issue can be resolved.
I'm going to have to check out that dependency walker program, thanks for the info!

Similar Messages

  • Project dependencies in a Workspace (10g)

    When I try to deploy something from a project, the IDE tries to compile all projects in that workspace, even if there are no dependencies between the projects. This means that I have to either remove the offending project(s) from the workspace or resolve all issues in all projects before deploying from any one of them.
    Is this by design? I don't want to have to make a workspace per project to avoid this.

    John
    Make sure that there really are no dependencies.
    In JDeveloper 10g Preview you can do a "Full Text Search" in the help on "About Project Dependencies" and you 'll see this is a "Topic Title".
    In that topic there are sections about "Project-to-Project Dependency" and "Project-to-Profile Dependency". I hope it can help you, it confused me.
    My conclusion until now : dependencies are not implemented very intuitively
    success
    -Jan

  • Develop a Integrated Report of Program and Project Risks, Issues and Opportunities from Project Sites

    Does anyone know if it is possible to create an integrated report of all program / project risks, issues and opportunities as identified on project sites? We plan on having our project teams identify and manage these on their project sites but would like
    to  ability to roll this information up into a report for management review.  Need to know if this is possible and how it might be done. Thanks.

    Hi,
    are you asking for a Reporting Services Report? You can find this information in Reporting DB (2010) resp. schema dbo for reporting (2013).
    Here a simple query:
    SELECT PROJ.ProjectName
    , ISSUE.Title AS Issue
    , RISK.Title AS Risk
    FROM dbo.MSP_EpmProject_UserView AS PROJ
    LEFT OUTER JOIN dbo.MSP_WssIssue_OlapView AS ISSUE ON PROJ.ProjectUID = Issue.ProjectUID
    LEFT OUTER JOIN dbo.MSP_WssRisk_OlapView AS RISK ON RISK.ProjectUID = PROJ.ProjectUID
    Or are you looking for something different?
    Regards
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • Project Dependencies

    Project Dependencies seem to be a lot of work at the moment especially as your unit of work becomes smaller.
    If project A is dependent to project B currently I have to set A's properties to include B and also any dependencies that B has.
    If someone creates project C and includes A now that person who knows nothing about A or B has to go back to all other subproject's and check off dependencies.
    It would seem to me that since this is stored in the properties of each project that at a minimum the list could be initially created when project C selects A to be included ???

    It isnt working that way for us in our adf-swing apps. If it is more then one deep then the designer finds it but when you run the project it dosnt find it during the load stage. So in each project we have had to make sure all dependencies are checked so the project can run correctly.

  • Project Dependencies on Jdeveloper

    Hi all,
    I'm wondering what is the difference between choosing "Build Output" or any other profile File on the Project Dependencies on Jdeveloper.
    These question came to me because i tried to rename some classes from my application and only when I checked the "Build Output" option the refactor worked for all my projects on the app.
    Thanks,
    LC

    Specifying dependency indicates the project is dependent on the project to which the dependency is defined.
    +"Build Output" or any other profile File+
    Specify the file on which the project is dependent.

  • [svn:bz-trunk] 18389: Eclipse Project Classpath issues:

    Revision: 18389
    Revision: 18389
    Author:   [email protected]
    Date:     2010-11-01 03:49:03 -0700 (Mon, 01 Nov 2010)
    Log Message:
    Eclipse Project Classpath issues:
    - Fixing class path entries.
    - Instead of jars pointing to the actual projects.
    Modified Paths:
        blazeds/trunk/development/eclipse/projects/java/blazeds-proxy/.classpath
        blazeds/trunk/development/eclipse/projects/java/blazeds-team.war/.classpath

    Figured out that it was failing while building a product for MacOS. I updated Tycho to use version 0.15.0 and all work well.
    For more information on the bug (case sensitive file systems) see:
    bugs.eclipse.org/bugs/show_bug.cgi?id=349877

  • Business Components Project Dependencies Problem

    Hi everyone,
    I have a workspace on 9i that has four projects. All of them use the Entity Objects contained on the first project. If i tell the other projects they depend on the first one (on Project Settings -> Project Dependencies), even so the View Objects i create cannot see the Entities created on the first project. Shouldn't it be possible to create a separate project for them? do i have to put the entire model (VO, EO, VL, AO) in one single package? is there any way to only reference the other project's EOs?
    Thanks very much in advance!
    Thiago Souza

    That's a feature in 10.1.3, you need to add them specifically to your project to access them.

  • Find Project From Issue?

    Hi  , I want to find project from Issue ? I have Issue guid number and ref guid number but ı am not finding project ?
    thanks for helps .

    This is PC
    Got the (ANSI-Latin 1) down. We have a project that in D10 we
    had to localize in Russian. Problem is that D10 did not support
    that code to display Russian correctly when working within D10.
    This support is in D11.
    So if I understand you correctly D10 is in ANSI-Latin 1. This
    is confusing cause when we upgrade the files it defaults to some
    Turkish code page. Does D11 auto read this formating when upgrading
    the files and if so should we be allowing the default or should we
    be telling D11 to use ANSI-Latin 1?

  • BPEL Build and Project Dependencies

    Hi,
    We are developing set of BPEL processes using jDeveloper 10.1.3.1
    As part of this development, we want to develop set of utility classes which will be used in one or more of the BPEL processes using java embedding. Also these utility java classes make use of libraries like Oracle content services FDK etc.
    For this we have created a project called BPELCommon and are writing the common java classes in this project and also created various project level library setting against this project. Then made the other BPEL project depend on this BPELCommon project using Project dependency settings.
    However, when we try to build and deploy the BPEL processes using the automatically generated build.xml xml, it is failing to access and compile the classes and the project library files from the BPELCommon project.
    Tried creating a pre-build.xml file which explicitly compiles the files from the BPELCommon/src folder into the BPELProcess1/output folder using libraries. It creates the classes under the BPELProcess1/output but still “bpelc” fails to access them and to bundle the project libraries into the BPEL Suitcase.
    I believe this is pretty generic requirement since anyone developing more than one bpel process would always look for some code reusability.
    Is there a way to change the build.xml to take care of project dependencies? ie to compile the java files from BPELCommon project and bundle the compiled classes along with the library jars while building the BPEL Suitcase?
    regards - rutwik

    One of the key goals doing SOA BPEL/ESB projects is creating an automated build system. Oracle SOA is not delivering this, but it gives you the tool do do so; like all the ANT stuff. So if you have your developed reusable, you must create your own build system. I wrote an article on this on my blog
    http://orasoa.blogspot.com/2006/08/using-ant-in-bpel-environment.html
    Marc

  • Project dependencies & WAR deployment bug

    According to the help/manual (Getting Started / About JDeveloper / About project dependencies):
    This project-to-project compile-time dependency also has an impact on deploy-time behavior. The project dependency guarantees that when you deploy Project A's profile, JDeveloper will deploy everything specified in the profile for Project A, as well as the complete contents of Project B.
    This seems to work fine when deploying to a jar. When deploying to a WAR however, things are different. All files from project B are included in the deployment, except the classes that are used in project A. I would rather prefer the opposite...(to put it mildly)
    Is this a known bug? Maybe there's a workaround?
    Cheers Hans

    bump

  • Project deployment issue (please help if you can)

    Post Author: craibuc
    CA Forum: .NET
    I've developed an application that is intended to simply the InfoView interface for our user community.  I need to be able to deploy this application and its dependencies (i.e. assemblies) in a single IIS virtual folder--the group that manges our shared IIS environment doesn't support installations to the GAC.  While this application (details below) works well on my workstation, I'm encountering a number of issues when I try to deploy it in our shared environment.  Is this possible?  Is so, what assembilies are required?  Is there any documentation on this?
    Thanks in advance for your assistance,
    Craig Buchanan
    Application specifics:
    "ASP.NET Web Application" using Visual Studio 2005 (SP1)
    uses the 'Visual Studio Development Server', not IIS
    BusinessObjects XI .Net SDK (11.5.3300.0)
    the BO assemblies' Copy Local setting is set to true
    assembilies include: CrystalDecisions.Enterprise.Desktop.Report,CrystalDecisions.Enterprise.Framework,CrystalDecisions.Enterprise.InfoStore,CrystalDecisions.Enterprise.PluginManager,CrystalDecisions.Enterprise.Viewing.ReportSource,CrystalDecisions.ReportAppServer.Controllers,CrystalDecisions.Web
    the Crystal Reports Viewer components have been added to a subdirectory of the project (aspnet_client\system_web\2_0_50727\crystalreportviewers115)

    Post Author: craibuc
    CA Forum: .NET
    Ted-
    I'm getting errors with the code before the viewer comes into play.  Specifically, I'm getting an error that indicates that the BusinessObjects.Enterprise.SDK.dll can not be found.  Is this related?
    Stupid question: will merge module deployment will require the IIS server administrator to run and installation package?  I suspect that this won't be supported in our shared environment.  Is there another way?
    Thanks,
    Craig

  • Front Panel Mass Binding Project Variables Issue

    Hello -
    When attempting to bind controls to shared variables through the front panel mass binding option, there is an issue where you can not seem to bind a "project item" to the control. The method of binding I am using is to export a text list of control names, urls, mode, and function to a text editor utilizing the front panel binding mass configuration options.  The text editor shows, in the fourth column, a "0" for no function, a "1" for network item, and a "2" for project item. when attempting to import the list back into the front panel binding mass configuration, all "2" indications become "1", as all items are treated as network. Thus one can not effectively bind to a project shared variable item.
    The binding works fine manually by means of utilizing the properties selection of the control, but it is difficult to do this for 821 controls, as in my application.
    My application is based on a OPC served group of 821 variables which are linked to controls and indicators through the shared variable representation for each item created in the multiple variable editor.
    Does anyone have a work around for this issue, as it is a showstopper right now, ie, you can not effectively bind a large quantity of controls or indicators to project located shared variables as required.
    The rationale behind utilizing project located variables instead of network located variables is to reduce the amount of calls to the OPC server which was causnig a large latency in the refresh of the 821 items. With the items defined as shared variables within the project, a single call is issued, which has tremendously sped up the refresh cycle for the list of variables.
    Thank you in advance for your insight in this matter,
    John DeCroos

    Hello Brian A.,
    In response to you comment --
    "in 2006, and John did not follow up with any more information for Efosa"
     -- a great deal of information was provided to NI (Efosa and many, many others, up to the product manager for the DCS module). I have never heard back on a fix for this bug for the identified version of LabVIEW. The reply by Efosa here was well after we had shipped our product -- (please see date + Efosa's apology) -- we had found our own solution as is identified in the original post.
    My solution was, as is also indicated in my original post, to manually bind each variable. This was unbelievably time consuming, but was all I had.
    The version of software I am now working on uses far less variables, manually bound to avoid the multiple binding issue we had in the past.
    I have checked the mass binding function in LV 8.5.1, it works fine now. I guess it would have been nice to have had a reply that the bug had been resolved ---- would have helped me out a bit.
    Thank you,
    John DeCroos

  • Project Backup Issue

    We have a situation where single project backup is reported as "completed successfully" , but when we try to restore it, it gives error.
    The Oracle Tech Support is horrible beyond imagination. For two weeks they kept telling me that they are working on it, and now they want to start over and want another backup sample. This tells me clearly, they have no clue, just fishing around to find something. Here is the entire conversation:
    Quote:
    I am surprised that this simple realization came after two weeks.This is really worst tech support I have ever seen, inspite of paying top dollars. Is there any place in Oracle which tracks the quality of technical support provided to clients or is it free for all.
    Well, just for your information, we have also started looking at some other options to replace Contract manager due to the bad support.
    I will send you the backup as desired.
    Oracle Support - April 16, 2012 2:15:23 PM GMT-04:00 [ODM Action Plan]
    Data Request
    Thanks for your reply.
    Based on the information you have provided and the support team's previous
    experience with the issue I believe the project itself may be corrupt in some way.
    Therefore when one attempts to restore the project the restore process fails the
    validity check due to possible missing data within the project.
    Because the .JAR file itself is corrupt I'm unable to view its contents using an XML editor
    or other means.
    Please upload a copy of a database export of the Oracle database where this project
    exists. This way I can restore the data here and query the contents of the project
    itself to confirm whether there is missing or invalid data within the project.
    See DOC ID 908371.1 (attached in the related articles section of this SR) for steps
    of how to perform the export.
    Thank you.
    [email protected] - April 16, 2012 9:31:18 AM GMT-04:00 [Update from Customer]
    This is really frustrating to receive such responses for a paid service contract after more than two weeks of pending SR. Did you read my entire post before posting your question or you just want me to start all over again. Last time you said that you have reproduced the issue, then why do you need another backup?
    Anyway the replies are as under:
    1. This is happening with one project and not multiple projects ( read my earlier responses)
    2. No, there were no errors reported ( read my earlier responses)
    3. It was saved on local drive
    4.As I understand you were able to reproduce the issue, then why do you need me to send you another backup. If so, please define the backup should be under what environment variables, because I dont want you to come back 2 weeks later and ask for another backup with different variables.
    Oracle Support - April 13, 2012 3:21:27 PM GMT-04:00 [ODM Action Plan]
    Hello.
    1- So am I understanding that this is only happening with ONE project and not multiple projects?
    2- When this single project backup was originally taken did any errors or unusual behavior occur?
    3- Where is the backup file being saved when it is taken? On the local machine or to a network drive on some other machine?
    4- Please create another single project backup of this project and attempt to restore that new backup to the new database
    group. Let me know how this works out.
    [email protected] - April 11, 2012 7:23:42 PM GMT-04:00 [Update from Customer]
    We are unable to do a backup only for this project. All other projects are working OK. Let me know if you need anything else.
    Thanks
    Oracle Support - April 11, 2012 5:56:53 PM GMT-04:00 [ODM Action Plan]
    Hello. I have reproduced the issue and am currently still investigating the issue. I will reply
    back shortly with next steps and or further questions. Thank you for bearing with us.
    [email protected] - April 11, 2012 2:07:53 PM GMT-04:00 [Update from Customer]
    When can we expect a reply?
    [email protected] - April 9, 2012 1:23:40 PM GMT-04:00 [Update from Customer]
    Do we have a time line for a fix of this issue?
    Oracle Support - April 2, 2012 11:47:40 PM GMT-04:00 [Notes]
    Thank you for uploading the single project backup. I will try to restore
    to a test system here to try and reproduce the issue.
    [email protected] - April 2, 2012 9:41:47 AM GMT-04:00 [Update from Customer]
    Upload to gtcr successful for the file EXP_SFP1_SFP1.JAR.
    [email protected] - April 2, 2012 9:40:16 AM GMT-04:00 [Update from Customer]
    Attached is a single project backup which was backed up successfully, but gives error while restoring. i havetried to restore it on two seperate installation of CM13, and both gave a message "error were encountered......."
    [email protected] - April 2, 2012 7:35:33 AM GMT-04:00 [Update from Customer]
    1. This happens with Single project backup with all the projects we have.
    2.yes, it is being restored to another group in the Same installation of Contract Manager.
    As expalined earlier, this was happening without any error until we installed the Contract Management Exchange Module. Since then we have uninstalled the module, but the error continues.
    Oracle Support - April 2, 2012 12:37:10 AM GMT-04:00 [Notes]
    Hello. Thanks for your reply.
    1- Does this issue happen with one single project backup or multiple backup files?
    2- Is the single project backup being restored to the same version of Contract Management system as where the backup was
    taken?
    3- If only happening with one backup please upload the single project backup file to this SR. This way I can restore the file to a test environment for research.
    [email protected] - March 30, 2012 9:31:50 PM GMT-04:00 [Update from Customer]
    1. The version is 13.0.5.0, build 2085
    2. "Errors encountered during restore"
    3. No
    4.Weblogic
    Let me know if you need anything else.
    Thanks
    Oracle Support - March 30, 2012 5:30:53 PM GMT-04:00 [ODM Action Plan]
    Data Request
    Hello. Thank you for contacting Oracle Primavera support.
    A few questions:
    1- What is the version and build of Contract Management? (This can be found in the upper right corner of the log on screen)
    2- What is the error message or behavior that occurs when attempting to restore the backup?
    3- Does the project already exist in the group to which the backup is being restored?
    4- What application server is being used with Contract Management? JBOSS or Weblogic?
    - If you are unsure which app server is being used do the following
    a. On the web server machine right click my computer and choose manage > expand services and apps > click on services
    b. Scroll through services and look for the service named either Contract Manager or Primavera Contract Management. If this service exists
    then open My Computer > open the drive that has your installed programs and look for a folder named JBOSS 5.0.1 GA
    c. If both of the above exist then your running JBOSS if neither of the above exist then go to step d.
    d. Open My computer and look for either of the below folders:
    [drive letter]:\bea\user_projects\domains\[Contract Management domain name]
    [drive letter]:\Oracle\Middleware\user_projects\domains\[Contract Management domain name]
    e. If either of the above folders exist then it is likely that Weblogic is being used as the application server.
    Thank you.
    [email protected] - March 30, 2012 3:24:01 PM GMT-04:00 [Customer Problem Description]
    1) Does your issue impact all of your users, or just some?
    All users
    2) Does your issue occur in a single project, or in multiple projects?
    all projects
    3) ### Impact on Business ###
    We back up the project before processing monthly pay requisitions, so that it can be restored in case the process is to be reversed. Till last month it was working properly. This problem started after we installed Contract Management Exchange Program to export the Pay Requisitions. Since then we have uninstalled this program, but the error continues.
    [email protected] - March 30, 2012 3:24:01 PM GMT-04:00 [Customer Problem Description]
    Problem Description: Unable to restore Project backup created in from one group to another group.
    Unquote:
    Anyone have any idea about this error message?
    Thanks

    I've experienced this also and I would then try the same project the next day and it worked OK. Sometimes the backup file does not get completely written for whatever reason. Try again sometime when there is no one else logged in. ALSO, and more importantly, make sure that you are selecting a LOCAL path when backing up. As in your local C or D drive. Don't assume that your "My Documents" folder is local either because in many organizations that is on a network drive somewhere.

  • Project stock issue?

    dear ps experts,
    kindly let me know what is the right process in dealing with Project stock items issue for customer project.
    1. Is it thru MIGO-Goods Issues to Project against Reservation number
    2. Delivery thru Sales order - Delivery thru VL01N - PGI from project stock
    We are successful thru sales order - delivery thru vl01n - pgi and unable to settle the Reservation number in Project, which is still showing as "Reserved" through MMBE against the same material after delivery thru
    Pl help in clarifying us the right process.
    Regards
    Srihari

    Hi
    I meet the same problem before. and i can share the experience.
    generally speaking, we use CNS0 to deliver the finished or semi-finished products from the project.
    then we use VL01N to create the delivery note.
    if you only use VL01N, the project will generate reservation again (planned order or PR ) when MRP runs. one way to avoid this is to tick "final issue" in the Proc Para. tab of the material (in the project builder) as soon as you create the deliver note using VL01N. then the no extra reservation will be generated.
    if you use CNS0 to deliver, the final issue will be ticked automatically.
    it will help you to understand.
    Judy

  • Render Dependencies Issue in JSF Remote Portlet

    Hi All,
    Am facing one issue while Rendering Dependencies (JS and CSS)
    from a Remote Page (in Consumer) which contains a JSF Portlet in Producer.
    I created a JSF Portlet and added the "home.dependencies" in Render Dependencies Path
    in producer.
    Then i created a page "Sample.page" in producer and added the created JSF portlet.
    Then in consumer I created a remote page which access the "Sample.page" in producer
    and added it to the portal.
    Then, after opening the portal in IE, on checking the view source, the dependencies
    rendered in the head section of the portal are like..
    <head>
    <link rel="stylesheet" type="text/css" href="home.css"><script src="homeJobs.js" type="text/javascript"></script>
    </head>
    But, when i am trying to render dependencies from a JSP portlet using a remote page..
    on checking the view source, then dependencies rendered in the head section of the portal
    are like..
    <head>
    <link rel="stylesheet" type="text/css" href="http://localhost:7001/SamplePortal/resource;jsessionid=v8v8PLwTjWtx5cqGLRZJ13mGDvJ0hHJ11RQdP4QnrXdd94DJbpJy!1009314001?_portlet.portalUrl=%2FSamplePortal%2Fbrowse.portal&amp;_windowLabel=Sample_page_sample_Home_page_page_5_portlet_home_1&amp;_nfpb=true&amp;_portlet.renderResource=true&amp;wsrp-urlType=resource&amp;wsrp-url=http%3A%2F%2Flocalhost%3A7001%2FBrowseJobsApp%2Fsample%2Fhome.css&amp;wsrp-requiresRewrite=true&amp;wsrp-resourceID=&amp;wsrp-preferOperation=&amp;wsrp-resourceState=&amp;wsrp-resourceCacheability=&amp;">
    <script src="http://localhost:7001/SamplePortal/resource;jsessionid=v8v8PLwTjWtx5cqGLRZJ13mGDvJ0hHJ11RQdP4QnrXdd94DJbpJy!1009314001?_portlet.portalUrl=%2FSamplePortal%2Fbrowse.portal&amp;_windowLabel=Sample_page_sample_Home_page_page_5_portlet_home_1&amp;_nfpb=true&amp;_portlet.renderResource=true&amp;wsrp-urlType=resource&amp;wsrp-url=http%3A%2F%2Flocalhost%3A7001%2FBrowseJobsApp%2Fsample%2FhomeJobs.js&amp;wsrp-requiresRewrite=true&amp;wsrp-resourceID=&amp;wsrp-preferOperation=&amp;wsrp-resourceState=&amp;wsrp-resourceCacheability=&amp;" type="text/javascript"></script>
    </head>
    I cannot get the same type of portal url for dependencies when am using a JSF portlet in
    a remote page.
    the dependencies code i have used is..
    <?xml version="1.0" encoding="UTF-8"?>
    <window
    xmlns="http://www.bea.com/servers/portal/framework/laf/1.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/servers/portal/framework/laf/1.0.0 laf-window-1_0_0.xsd">
    <render-dependencies>
    <html>
    <links>
    <link href="home.css" type="text/css" rel="stylesheet"/>
    </links>
    <scripts>      
    <script src="homeJobs.js" type="text/javascript"/>
    <script src="browseJobs.js" type="text/javascript"/>
    </scripts>
    </html>
    </render-dependencies>
    </window>
    Is there any configuration am missing for rendering the dependencies with
    the portal url in the head section of view source?
    Thanks in Advance,
    Senthil.
    Edited by: Senthil on Jan 9, 2012 11:16 PM

    No idea about jsptags.com's pager tag, but consider creating your own request based paging implementation.
    It is in fact simple. Add a request parameter representing the index of the first row to be displayed. Add a second parameter or less or more hardcoded setting representing the amount of rows to be displayed at once. On next, just add the one with the other. On previous just substract the one from the other. Use those parameters to obtain a sublist from the collection, or to fire a query which returns a subset of results. As you're using JSF, you may get some useful ideas out of this: [http://balusc.blogspot.com/2008/10/effective-datatable-paging-and-sorting.html].

Maybe you are looking for

  • How to find my redemption code?

    How to find my redemption code? I know the question was already raised but I didn't read any good answer right now... Is it so complicated to give THE solution? I choose the Adobe CC monthly subscription today, and I was very surpised to find difficu

  • Sound events for iBook

    You know how MacOSX is a bit silent right? well, is there any way to make more sound events, like when your computer comes out of sleep, or when the computer log off or when shutdowns, or when the AC adapter is connected, or when I have a low battery

  • Problem in creating Proforma invoice.......

    Hi, for one particular order & delivery item numbers 10, 20, 30 with each having 1.00 qty. Whenever we invoice it we are adding some batch items 11,21, 31. for these items qty is showing right as 0.00 qty. But whenever we create the proforma for the

  • "Unsuccessful" message when trying to pay bill

    why am i now getting this message ?? I pay my bill online all the time and now BT have change the layout of there website i keep getting the "Usuccessful" message when trying to pay my bill, has anyone else had this problem and are there any ways aro

  • What is the syntax for If x contains ...

    I've tried KF Debit Memo 'KF Debit Memo' "KF Debit Memo" ... but it is not getting caught?