Built application doesn't 'see' user.lib?

New AppBuilder user here.
I seem to be having a problem building a standalone application that has a few custom VIs in it.  Debugging showed that it apparently refuses to recognize the custom VIs in my user.lib folder.  I tried disabling them in my source and recompiling, and the rest of it works fine.  Two are VIs in their own right, the third is a VI called from within an .LLB file, again in the user.lib folder.  None of the custom VIs contain any 'custom pieces' from elsewhere.
I'd built an installer to get the runtime engine, support files, &etc. on the target laptop and it apparently properly installed all these components.  Then I built the *.EXE separately.  No errors.
As a sanity-check, I built an EXE from another VI that uses only Labview-native VIs &etc. (i.e. nothing from the user.lib folder), 'ported it over to the target laptop, and it works perfectly.  I can only surmise that the EXE isn't properly 'seeing' stuff in the user.lib folder on the target machine.  The crashing EXE _does_ work properly on the source machine.
I'd even tried (seen in another forum posting) saving the source with the 'duplicate hierarchy' option set and building from _that_ copy.  No good.
The crashing EXE gives me the error: "Error -2147221164 occurred in class not registered in app.vi" on the laptop.  Googling this error number seems to show that it is an OS error number, with several ni.com-related postings which do not seem to apply to my situation.
Sound familiar to anybody?  I'm stumped.  Thanks for any help.

Hi GerdW,
Yes, I would have thought everything was included in the build too.
To me, it seems like the three VIs I'd written that I'm using are crashing the EXE on the laptop.  I can pull 'disable' structures around them, build the EXE again and put it on the laptop and everything else in the VI works fine (the three VIs are math-related and, now just output zero values to the data file, but let everything else in the VI function).
As I said: two of them are *.VI files and the third is a .VI inside a *.LLB file.  They are all IN the C:\Program Files\National Instruments\Lab VIEW 8.5\user.lib\ folders on both machines but it seems the build recognizes them on the source machine but NOT the laptop.
Nope - not doing any vi server stuff: everything is called directly and these are all standalone machines.  I've even copied the VI out of the LLB right into the user.lib folder (and properly updated the source) and get the same results.  Everything called from vi.lib works fine on both machines but stuff called from user.lib only works on the source machine.
I could understand it if the stuff wasn't IN the folder but they're identical.  After seeing the first time that things weren't recognized (running the installer I'd created, then the EXE) I physically brought over the entire user.lib folder from the source machine to the laptop, so I _know_ they're the same.
Thanks for your response - I appreciate any and all help.  This is the first time I've had problems building an EXE and, coincidentally, the first time I've done a build incorporating stuff from user.lib.  My next troubleshooting move will be to hardwire the contents of the offending sub-VIs directly into the main VI and see if it helps (as messy as it will look...).
 6.1, 7.1, 8.5 on Windows, 7.1, 8.6 on OSX

Similar Messages

  • My application doesn't see my properties?

    Hi,
    I'using JDK 1.4.2_04 and it's JWS features, on a Windows 2000 platform.
    In my JNLP file, I specify properties that I should then find in the System.getProperties() set :
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="$$host/JWSProvider/download" >
    <information>
         <vendor>Dexia</vendor>
         <title>Application de test</title>
    </information>
    <resources>
         <j2se version="1.4"/>
         <jar href="testApp/testApp.jar"/>
    <property name="XXXXXXXX" value="YYYYYYYY" />
    </resources>
    <application-desc main-class="Main"/>
    </jnlp>
    The application starts fine, but System.getProperties() doesn't list property XXXXXXXX.
    If my property name has some special values, like "sun.java2d.noddraw", it'll show in System.getProperties() .
    Stanger, this problem only occurs with JDK 1.4 : if I mention to run a 1.3 JVM (1.3.1_11) by specifying "<j2se version="1.3"/>", my property XXXXXXXX is there as expected!!
    Bug or feature? Any help welcome...
    (note : the 'href' in the JNLP is missing on purpose)
    Didier D

    I believe you need to sign your jar and set all-permissions ...
    see http://forum.java.sun.com/thread.jsp?forum=38&thread=499885

  • Time Machine doesn't see user library backups

    Greeting experts,
    I updated to Yosemite 10.10.2 yesterday. After restart, the Mac would log me off within a minute of logging on. So I did a clean install (after pram zapping and disk repairing). The iMac (intel) worked normally after the clean install. So I started restoring files (music, photos, etc.).
    When I enter Time Machine, I cannot navigate back in time to any previous snapshot (all the date lines are red on the calendar). I've used Finder preferences to make the user library visible on the Macintosh HD but my user library in Time Machine remains hidden. I've read and tried several suggestions in this forum, including using the Terminal to issue commands to make the user library visible, to inherit the backup, etc. but nothing has worked.
    I've been able to restore my photographs to iPhoto and music to iTunes simply by dragging the folders from the last Time Machine snapshot prior to upgrading to 10.10.2.
    What I REALLY need is to access my user library on Time Machine and grab my Thunderbird files (saved mail, etc.) but I can't find a way to make my user library visible.
    Any suggestions are really appreciated.
    Thanks,
    Don

    Don Stubbs wrote:
    What I REALLY need is to access my user library on Time Machine and grab my Thunderbird files (saved mail, etc.) but I can't find a way to make my user library visible.
    Any suggestions are really appreciated.
    Thanks,
    Don
    Open Finder and navigate to your User home folder. In the right pane, right click in an open area and click View Options or select View options from the View menu bar. At the bottom of the View Options screen should be a checkbox for Show Library Folder. Check it and your user Library should show up in Finder along with your other Home folders. Then, after opening Library, you should be able to Enter Time Machine and navigate to the point in time you want to browse your user Library

  • New laptop doesn't see iPhone after user import from old laptop

    Transferred my user account from my MacBook to new MacBook Pro, and now the MBP doesn't see my iPhone. Anyone else have this issue and know the solution? I don't mind wiping and restoring the iPhone. (Though I'd prefer not to.)
    BTW - deleted my account and all files from the MacBook prior to verifying my iPhone works on the new MacBook Pro. So I can't "go back" to my old machine.

    Once again, I answer my own question... Leaving the iPhone plugged in during a restart worked.

  • How to package instrument driver in the user.lib or instr.lib directory

    Hey guys,
    I currently am using bunch of instrument drivers in my project.
    In the VI form it works fine, but I noticed that once converted to an executable,
    there are errors regarding the DLL that the drivers are calling.
    Apparently the driver VI check if its being called in an VI or executable based on the current directory.
    I dont think this is good/correct programming to begin with... but anyways since this driver is
    saved in the instr.lib directory of LabVIEW, when I call it from the executable the default path becomes
    XXX.exe/1abvi3w/instr.lib/.../.../VI above.vi
    I saw this post  which talks about how vi's in instr.lib and user.lib will get the path 1abvi3w in an executable but never talked about how to deal with it.
    so my question is can i solve this problem smoothly without copying the entire driver.lvlib into my project and
    editing the VI above? i am fine with creating wrappers for driver vi's but would to like to avoid editing the driver vi's themselves.

    doradorachan wrote:
    I dont think this is good/correct programming to begin with...
    I don't disagree, but there is a reason this code was written like that (you might note that it doesn't actually work) - before 2009, EXEs were built as flat directory, so stripping twice would bring you to the folder. Because of the addition of libraries, where different files have different names, this was no longer possible, so 2009 builds the EXE as a zipped hierarchy of folders, which is why the check for a folder succeeds even inside the EXE.
    There are a couple of things you can do:
    Replace the VI path with the Application Directory primitive. This is designed to function differently in an EXE. Understandably, you don't want to do that.
    Check the 8.x checkbox in the advanced page of the build settings. This will make the code work correctly, but if there's LVOOP code with VIs of the same name anywhere, it will create extra folders that you need to move around with the EXE.
    Add the driver to the project (just the lvproj, don't actually copy the files) and then set an explicit destination in the build for its VIs as an LLB in the data folder. This will place the driver VIs in an wLLB, which is external to the EXE and should then strip correctly. I can't say I have much experience with this, but I'm assuming it should also work with code that was originally in user.lib. This is probably the cleanest solution in terms of number of files because you only have one extra file.
    Try to take over the world!

  • Creative cloud applications doesn't start at all.

    hello, we recentrly had to copy the hard driver from a working windows 7 computers where Adobe Creative Cloud was working correctly to another computer.
    since, this other computer won't launch any of the creative Cloud apps (entreprise/education agreement, created with the creative cloud packager) except for lightroom and captivate (wich are from a different package)
    Anyway, I'm seeing those entries in the logs under the current administrator user, trying to launch illustrator CC. (sorry for the lenght, doesn,t see an option to make it smaller.
    What are the solutions to resolve this issue? is there a way to recent the licensing information or something like that?
    thanks.
    oobelib.log
    01/31/14 11:25:39:384 | [ERROR] |  |  |  | SLCoreService |  |  | 5556 | Could not find license from which to get user data
    01/31/14 11:25:39:384 | [ERROR] |  |  |  | SLCoreService |  |  | 5556 | No value for key [PersonGUID] in user dictionary.
    01/31/14 11:25:39:384 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | No value for key [RememberedSerial] in hive [Illustrator-CS7-Win-GM{|}fr_FR] in cache : 519
    01/31/14 11:25:39:385 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | Failed to read value for key [RememberedSerial] in hive [Illustrator-CS7-Win-GM{|}ALL] from cache : 769
    01/31/14 11:25:39:385 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | No value for key [RememberedSerial] in hive [Illustrator-CS7-Win-GM{|}fr_FR] in cache : 519
    01/31/14 11:25:39:385 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | Failed to read value for key [RememberedSerial] in hive [Illustrator-CS7-Win-GM{|}ALL] from cache : 769
    01/31/14 11:25:39:386 | [DEBUG] |  |  |  | OOBELib |  |  | 5556 | Dominance list found
    01/31/14 11:25:39:387 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | Failed to read value for key [RememberedSerial] in hive [V7{}CreativeCloudEnt-1.0-Win-GM{|}fr_FR] from cache : 769
    01/31/14 11:25:39:393 | [DEBUG] |  |  |  | OOBELib |  |  | 5556 | Remembered SN against dominating hive found
    01/31/14 11:25:39:393 | [DEBUG] |  |  |  | OOBELib |  |  | 5556 | No hint serial, returning first remembered serial
    01/31/14 11:25:39:394 | [INFO] |  |  |  | OOBELib |  |  | 5556 | CheckWFType : Updating remembered SN record
    01/31/14 11:25:39:394 | [INFO] |  |  |  | OOBELib |  |  | 5556 | LEID for RememberedSN =V7{}CreativeCloudEnt-1.0-Win-GM, Locale=ALL
    01/31/14 11:25:39:394 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Query license: type = 0, duration = 0 days, remaining = expired.
    01/31/14 11:25:39:394 | [INFO] |  |  |  | OOBELib |  |  | 5556 | UpdateRecordCheckWFType : No enigma information found from license/cache, using hard-coded information
    01/31/14 11:25:39:395 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | Failed to read value for key [PayloadCode] in hive [V7{}CreativeCloudEnt-1.0-Win-GM] from master : 5
    01/31/14 11:25:39:395 | [INFO] |  |  |  | OOBELib |  |  | 5556 | GetAMTConfigPathForLEID : No Payload Code found, checking SSC for information
    01/31/14 11:25:39:395 | [INFO] |  |  |  | OOBELib |  |  | 5556 | GetAMTConfigPathForLEID : Payload Code found, retrieving
    01/31/14 11:25:39:395 | [DEBUG] |  |  |  | OOBELib |  |  | 5556 | SLConfig for LEID not found
    01/31/14 11:25:39:396 | [DEBUG] |  |  |  | OOBELib |  |  | 5556 | SLConfig for LEID not found
    01/31/14 11:25:39:396 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Reading product config [C:\Program Files (x86)\Common Files\Adobe\ssc\V7{}CreativeCloudEnt-1.0-Win-GM\SLConfig.xml]
    01/31/14 11:25:39:396 | [ERROR] |  |  |  | SLCoreService |  |  | 5556 | Getting license duration from product config return "Runtime Failure: Cannot Read Config File (130:10)".
    01/31/14 11:25:39:396 | [INFO] |  |  |  | OOBELib |  |  | 5556 | UpdateRecordCheckWFType : Remembered SN not valid for associated LEID, get driver's limited grace SLR duration
    01/31/14 11:25:39:396 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Reading product config [C:\Program Files (x86)\Common Files\Adobe\Adobe Illustrator CC\Support Files\Contents\Windows\AMT\SLConfig.xml]
    01/31/14 11:25:39:397 | [INFO] |  |  |  | OOBELib |  |  | 5556 | UpdateRecordCheckWFType : Necessary data retrieved, populate the outparam
    01/31/14 11:25:39:397 | [INFO] |  |  |  | OOBELib |  |  | 5556 | Total License Duration is : 7
    01/31/14 11:25:39:397 | [INFO] |  |  |  | OOBELib |  |  | 5556 | License Duration Left is : -1
    01/31/14 11:25:39:397 | [INFO] |  |  |  | OOBELib |  |  | 5556 | SN has been successfully validated online
    01/31/14 11:25:39:398 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | No value for key [DelegateGUIDForEntitlement] in hive [909607087358377142917643] in cache : 519
    01/31/14 11:25:39:398 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | No value for key [OwnerGUIDForEntitlement] in hive [909607087358377142917643] in cache : 519
    01/31/14 11:25:39:398 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Query license: type = 0, duration = 0 days, remaining = expired.
    01/31/14 11:25:39:398 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | No value for key [STORE_URL] in hive [Illustrator-CS7-Win-GM] in master : 10
    01/31/14 11:25:39:398 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | No value for key [ENABLE_EEP_SIGNIN] in hive [{9CD4F411-1AF8-440F-8CB5-8E87F04B05A4}] in master : 10
    01/31/14 11:25:39:398 | [INFO] |  |  |  | OOBELib |  |  | 5556 | CheckWFType : Detected configuration REG_SERIAL_OVERRIDE : Suppress
    01/31/14 11:25:39:398 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | No value for key [REG_TRIAL_OVERRIDE] in hive [{9CD4F411-1AF8-440F-8CB5-8E87F04B05A4}] in master : 10
    01/31/14 11:25:39:399 | [INFO] |  |  |  | PCDUtility |  |  | 5556 | IsRegistrationSuppressed : checking reg suppression using payloadcode {9CD4F411-1AF8-440F-8CB5-8E87F04B05A4}
    01/31/14 11:25:39:399 | [INFO] |  |  |  | PCDUtility |  |  | 5556 | IsRegistrationSuppressed : registration is suppressed
    01/31/14 11:25:39:399 | [ERROR] |  |  |  | SLCoreService |  |  | 5556 | Could not find license from which to get event
    01/31/14 11:25:39:399 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | Failed to read value for key [LimitedGraceConsumed] in hive [Illustrator-CS7-Win-GM{|}LGC] from cache : 769
    01/31/14 11:25:39:399 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Query license: type = 0, duration = 0 days, remaining = expired.
    01/31/14 11:25:39:399 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | No value for key [IsRedeemedThroughPOSA] in hive [916387098118488076034526] in cache : 519
    01/31/14 11:25:39:399 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | No value for key [Illustrator-CS7-Win-GM] in hive [FA_Set] in cache : 519
    01/31/14 11:25:39:399 | [INFO] |  |  |  | OOBELib |  |  | 5556 | CheckWFType : FA_Set Not Found
    01/31/14 11:25:39:399 | [INFO] |  |  |  | OOBELib |  |  | 5556 | CheckWFType : Repairing Dom List for Illustrator-CS7-Win-GM
    01/31/14 11:25:39:399 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Query license: type = 0, duration = 0 days, remaining = expired.
    01/31/14 11:25:39:400 | [ERROR] |  |  |  | SLCoreService |  |  | 5556 | Could not find license from which to get user data
    01/31/14 11:25:39:400 | [ERROR] |  |  |  | SLCoreService |  |  | 5556 | No value for key [LEID] in user dictionary.
    01/31/14 11:25:39:400 | [ERROR] |  |  |  | SLCoreService |  |  | 5556 | No value for key [DLIST] in user dictionary.
    01/31/14 11:25:39:400 | [ERROR] |  |  |  | SLCoreService |  |  | 5556 | No value for key [PRECEDENCE] in user dictionary.
    01/31/14 11:25:39:400 | [INFO] |  |  |  | OOBELib |  |  | 5556 | CheckWFType : LEID DOMLIST PID Empty!
    01/31/14 11:25:39:400 | [INFO] |  |  |  | OOBELib |  |  | 5556 | CheckWFType : WF is First_Launch
    01/31/14 11:25:39:400 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Syncing to license store...
    01/31/14 11:25:39:401 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Found server mkey.
    01/31/14 11:25:39:406 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Loading license references...
    01/31/14 11:25:39:407 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Found 1 license file(s)
    01/31/14 11:25:39:408 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Parsing license file [30826573.lic] succeed.
    01/31/14 11:25:39:408 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | License store synchronization took 8.2 ms and succeed.
    01/31/14 11:25:39:408 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Query license: type = 0, duration = 0 days, remaining = expired.
    01/31/14 11:25:39:408 | [INFO] |  |  |  | OOBELib |  |  | 5556 | CheckWFType : License not found, check if imaging scenario
    01/31/14 11:25:39:408 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | No value for key [LEIDLocForType2A] in hive [916387098118488076034526] in cache : 519
    01/31/14 11:25:39:408 | [INFO] |  |  |  | OOBELib |  |  | 5556 | CheckWFType : Could not find effective licensing LEID
    01/31/14 11:25:39:408 | [INFO] |  |  |  | OOBELib |  |  | 5556 | CheckWFType : Returning EULA path from amtlib xml
    01/31/14 11:25:39:408 | [INFO] |  |  |  | OOBELib |  |  | 5556 | LEID=Illustrator-CS7-Win-GM
    01/31/14 11:25:39:408 | [INFO] |  |  |  | OOBELib |  |  | 5556 | OOBELib CheckWFType ENDED
    01/31/14 11:25:39:416 | [INFO] |  |  |  | OOBELib |  |  | 5556 | *************OOBELib Session Starts*************
    01/31/14 11:25:39:416 | [INFO] |  |  |  | OOBELib |  |  | 5556 | Version 7.0.0.252,7.0
    01/31/14 11:25:39:416 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | Dispatch table loaded from path: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\P7\dispatchtable.xml
    01/31/14 11:25:39:417 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | (re)load Local Dispatch Table status-[0].
    01/31/14 11:25:39:417 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | Scope : [2]
    01/31/14 11:25:39:417 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | Setting scope to GM
    01/31/14 11:25:39:417 | [INFO] |  |  |  | OOBELib |  |  | 5556 | AdobeIALClient 1.0 Release (build 1.0.6.3) initializing session...
    01/31/14 11:25:39:440 | [ERROR] |  |  |  | OPMWrapper |  |  | 5556 | Failed in getting value for key in OPMGetValueForKey
    01/31/14 11:25:39:440 | [INFO] |  |  |  | OOBELib |  |  | 5556 | Failed to get Proxy username in OPM DB
    01/31/14 11:25:39:442 | [INFO] |  |  |  | AXFBLicensing |  |  | 5556 | All function pointers successfully retrieved
    01/31/14 11:25:39:445 | [INFO] |  |  |  | OOBELib |  |  | 5556 | SetXMLData()
    01/31/14 11:25:39:446 | [INFO] |  |  |  | OOBELib |  |  | 5556 | SetXMLData():mBonusLaunchCode not found
    01/31/14 11:25:39:446 | [INFO] |  |  |  | OOBELib |  |  | 5556 | SetXMLData():mLastKnownServerTime not found
    01/31/14 11:25:39:446 | [DEBUG] |  |  |  | PCDService |  |  | 5556 | Failed to get enigma data from hive : 519
    01/31/14 11:25:39:446 | [INFO] |  |  |  | OOBELib |  |  | 5556 | Running in App context
    01/31/14 11:25:39:458 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | Dispatch table loaded from path: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\P7\dispatchtable.xml
    01/31/14 11:25:39:458 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | (re)load Local Dispatch Table status-[0].
    01/31/14 11:25:39:459 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | Scope : [2]
    01/31/14 11:25:39:459 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | Setting scope to GM
    01/31/14 11:25:39:459 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | EndPoint requested: [Analytics]
    01/31/14 11:25:39:459 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | Length of the URL: [51]
    01/31/14 11:25:39:459 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | Returning from getEndpointAddr: [0]
    01/31/14 11:25:39:459 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | EndPoint requested: [Analytics]
    01/31/14 11:25:39:459 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | Length of the URL: [51]
    01/31/14 11:25:39:459 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | URL found [https://na1r.services.adobe.com/account/amfgateway2]
    01/31/14 11:25:39:459 | [INFO] |  |  |  | DispatchClientLib |  |  | 5556 | Returning from getEndpointAddr: [0]
    01/31/14 11:25:40:023 | [INFO] |  |  |  | OOBELib |  |  | 5556 | OOBELibImpl::CommitPCD STARTED
    01/31/14 11:25:40:023 | [DEBUG] |  |  |  | ServiceLoader |  |  | 5556 | looking for library C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\P7\adobe_upgrade.dll
    01/31/14 11:25:40:023 | [DEBUG] |  |  |  | ServiceLoader |  |  | 5556 | Found library C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\P7\adobe_upgrade.dll
    01/31/14 11:25:40:024 | [INFO] |  |  |  | OOBELib |  |  | 5556 | OOBELibImpl::CommitPCD ENDED
    01/31/14 11:25:40:026 | [INFO] |  |  |  | OOBELib |  |  | 5556 | OOBELibImpl::CommitPCD STARTED
    01/31/14 11:25:40:026 | [INFO] |  |  |  | OOBELib |  |  | 5556 | OOBELibImpl::CommitPCD ENDED
    01/31/14 11:25:40:026 | [INFO] |  |  |  | OOBELib |  |  | 5556 | Closing AdobeIALClient 1.0 Release (build 1.0.6.3) session.
    01/31/14 11:25:40:026 | [INFO] |  |  |  | OOBELib |  |  | 5556 | *************OOBELib Session Ends*************
    01/31/14 11:25:40:027 | [INFO] |  |  |  | OOBELib |  |  | 5556 | Closing AdobeIALClient 1.0 Release (build 1.0.6.3) session.
    01/31/14 11:25:40:027 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Shutting down SLCore 2.0 Release (build 2.0.1.360321).
    01/31/14 11:25:40:033 | [INFO] |  |  |  | SLCoreService |  |  | 5556 | Service destruction took 6.0 ms and succeed.
    01/31/14 11:25:40:033 | [INFO] |  |  |  | OOBELib |  |  | 5556 | *************OOBELib Session Ends*************
    amt3.log
    01/31/14 11:25:37:570 | [DEBUG] |  |  |  | PCDService |  |  | 5496 | Failed to get enigma data from hive : 519
    01/31/14 11:25:37:581 | [DEBUG] |  |  |  | PCDService |  |  | 5496 | No value for key [ADOBEID] in hive [916387098118488076034526] in cache : 519
    01/31/14 11:25:37:581 | [INFO] |  |  |  | AMT |  |  | 5496 | Running in PROV_APP
    01/31/14 11:25:37:581 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value WorkFlowType [SilentActivator]
    01/31/14 11:25:37:581 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value SubWorkFlowType [First_Launch]
    01/31/14 11:25:37:581 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value ShowEULA [false]
    01/31/14 11:25:37:581 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value TrialGrace [30]
    01/31/14 11:25:37:581 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value TrialLeft [-1]
    01/31/14 11:25:37:581 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value BuyURL [http://www.adobe.com/go/buy?]
    01/31/14 11:25:37:581 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value LaunchMode [prechrome]
    01/31/14 11:25:37:581 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AdobeIDCreated [false]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppLaunchPath [C:\Program Files\Adobe\Adobe Illustrator CC (64 Bit)\Support Files\Contents\Windows\Illustrator.exe]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppAMTBkGndFilePath [C:\Program Files\Adobe\Adobe Illustrator CC (64 Bit)\Support Files\Contents\Windows\AMT\LMResources\background.png]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppAMTLogoFilePath [C:\Program Files\Adobe\Adobe Illustrator CC (64 Bit)\Support Files\Contents\Windows\AMT\LMResources\adobelogo.png]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppAMTLicenseAFAQFilePath [C:\Program Files\Adobe\Adobe Illustrator CC (64 Bit)\Support Files\Contents\Windows\OBLRes\fr_FR\LicenseFAQ.html]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppAMTConnectionFAQFilePath [C:\Program Files\Adobe\Adobe Illustrator CC (64 Bit)\Support Files\Contents\Windows\OBLRes\fr_FR\ConnectionFAQ.html]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AdobeCode [{CCDC3E53-DF98-434F-821A-C253C61DA2CD}]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value DriverAdobeCode [{F2321021-08A2-44D6-B1DF-BDB415F23EC3}]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppName []
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppRunningLEID [Illustrator-CS7-Win-GM]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppDriverLEID [Illustrator-CS7-Win-GM]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppLicensingLEID [Illustrator-CS7-Win-GM]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppRunningLocale [fr_FR]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppListOfLocales [fr_FR{|}fr_CA]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppProcessID []
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value ProductID []
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value ProductVersion [0.0]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value Platform []
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppPath [C:\Program Files\Adobe\Adobe Illustrator CC (64 Bit)\Support Files\Contents\Windows]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppAMTPath [C:\Program Files\Adobe\Adobe Illustrator CC (64 Bit)\Support Files\Contents\Windows\AMT]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppDriverAMTPath [C:\Program Files (x86)\Common Files\Adobe\Adobe Illustrator CC\Support Files\Contents\Windows\AMT]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppLicensingAMTPath [C:\Program Files\Adobe\Adobe Illustrator CC (64 Bit)\Support Files\Contents\Windows\AMT]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppHostAppType [ALM_HostAppType_LicensedProduct]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppEULAFolderPath [C:\Program Files\Adobe\Adobe Illustrator CC (64 Bit)\Legal]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value TrialExpired [0]
    01/31/14 11:25:37:582 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppSerialNumber [916387098118488076034526]
    01/31/14 11:25:37:583 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value AppTrialSerialNumber [916387098118488076034526]
    01/31/14 11:25:37:583 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value NoTrial [0]
    01/31/14 11:25:37:583 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value UpgradeCheckRequired [0]
    01/31/14 11:25:37:583 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value BonusLaunchCode []
    01/31/14 11:25:37:583 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value HasSAASBit [0]
    01/31/14 11:25:37:583 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value ForcedActivation [0]
    01/31/14 11:25:37:583 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value ExtendedProfileRegURL [http://www.adobe.com/go/adobemembership_fr?&source=PCSTHX]
    01/31/14 11:25:37:583 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value ClaimSource [nag_trial]
    01/31/14 11:25:37:583 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Key Value HasSubscriptionBit [0]
    01/31/14 11:25:37:583 | [INFO] |  |  |  | uiswitch |  |  | 5496 | SilentActivator
    01/31/14 11:25:37:587 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Silent Activator
    01/31/14 11:25:37:587 | [INFO] |  |  |  | uiswitch |  |  | 5496 | Launched
    01/31/14 11:25:37:587 | [ERROR] |  |  |  | AMT |  |  | 5496 | Licensing has been refused.  Application must exit.
    01/31/14 11:25:37:587 | [INFO] |  |  |  | AMT |  |  | 5496 | Starting Data Collection for SWTag_Init()
    01/31/14 11:25:37:588 | [INFO] |  |  |  | AMT |  |  | 5496 | DoISOTagging() productCanonicalLEID = Illustrator-CS7-Win-GM;outMappedLEID =  Illustrator-CS7-Win-GM, unused =
    01/31/14 11:25:37:588 | [INFO] |  |  |  | AMT |  |  | 5496 | DoISOTagging() productPayloadCode = {CCDC3E53-DF98-434F-821A-C253C61DA2CD};driverPayloadCode =  {F2321021-08A2-44D6-B1DF-BDB415F23EC3}
    01/31/14 11:25:37:588 | [DEBUG] |  |  |  | PCDService |  |  | 5496 | Failed to read value for key [] in hive [Illustrator-CS7-Win-GM] from master : 4
    01/31/14 11:25:37:588 | [INFO] |  |  |  | AMT |  |  | 5496 | SWTag_Init() Tags Arguments ; Illustrator-CS7-Win-GM;
    01/31/14 11:25:37:593 | [INFO] |  |  |  | performance |  |  | 5496 | AMTObtainProductLicense took 177.889618 ms
    PDApp.log
    01/31/14 11:25:37:763 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 5556 | Considering following LEID for applet version switching : Illustrator-CS7-Win-GM
    01/31/14 11:25:37:764 | [WARN] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 5556 | Dynamic XML Not Found
    01/31/14 11:25:37:765 | [ERROR] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 5556 | Received Serial : 916387098118488076034526
    01/31/14 11:25:37:767 | [ERROR] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 5556 | Unable to fetch enigma data
    01/31/14 11:25:37:767 | [ERROR] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 5556 | Product not running under subscription
    01/31/14 11:25:37:767 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 5556 | Detected identifier in LEID: CS7
    01/31/14 11:25:37:767 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 5556 | Detected identifier in LEID: CS7
    01/31/14 11:25:37:767 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 5556 | Detected identifier in LEID: CS7
    01/31/14 11:25:37:767 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 5556 | Not updating the applet version for appletID: LWA_UI appletVersion: 3.0
    01/31/14 11:25:37:767 | [WARN] |  | ASU | PDApp | PDApp.AppletManager |  |  | 5556 | Unable to get the applet switching info... Response is: 8
    01/31/14 11:25:37:778 | [INFO] |  | ASU | PDApp | PDApp |  |  | 5556 | DWA AppletID argument not specified on command line. Trying to find the existing instance
    01/31/14 11:25:37:778 | [INFO] |  | ASU | PDApp | PDApp |  |  | 5556 | This is the first instance so creating a thread for listening to the created pipe
    01/31/14 11:25:37:779 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 5580 | Pipe thread started
    01/31/14 11:25:37:779 | [INFO] |  | ASU | PDApp | PDApp |  |  | 5556 | Starting AsyncMessageProcessor

    Hi erastyle,
    Actually the Licensing information for the package is missing hence it is not launching any applications. You need to Reserialize the products using APTEE which you can find it on the Machine where you have created the package. If you dont have the access to that Machine then please download and install Creative Cloud Packager and it will download APTEE in the below mentioned location.
    Windows:
    C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\CCP\utilities
    Once downloaded please follow this KB article to use the Tool.
    http://helpx.adobe.com/creative-cloud/packager/provisioning-toolkit-enterprise.html
    Please let us know if it helps.
    Regards,
    Abhijit

  • Xcontrol does not work in built application

    I can't seem to get my custom xcontrol to work in the final built application.  It works perfectly fine when the top-level .vi is started from the development environment.  But all I get is the broken control image when I run the built application.  Is there something I'm missing in the build definition?
    I tried puting the thermometer xcontrol example into a built application and everything works fine.  The build definition only included the top-level file, so I don't think it's a problem with support/dynamic files...
    By the way, is there some trick to maintaining these xcontrols?  I love the concept, but man they are a pain in the butt to work with.  One wrong move in the project manager and they're messed up for life.  I finally learned to back everything up on a regular basis so I wouldn't lose everything if it one decided to go psycho on me.
    TIA,
    Greg

    I've got it working now, but I'm going about it in a round-about way.  My application has (had) a splash-screen/launcher vi that dynamically loads and launches the actual top-level user-interface vi.  The top-level vi was included in the build definition as a dynamic file.  This is the ONLY dynamic call in the entire application.  All other vi are called the normal way on the wiring diagram.  I could never get the xcontrol to work this way.  I even tried including ALL of the relevant files as dynamic/support file and could never get it to work.  In one experiment, I placed an xcontrol on the top-level vi (the top-level vi doesn't have any of the xcontrols, only a couple dialog-box sub-vis that it calls).  Again, everything worked fine from the development environment.  But, when compiled, the top-level vi would fail to start completely.  I never bothered to check what the execution state of the top-level vi was before I called it, but I assume it was "bad" so the dynamic call would fail.
    I got it working by eliminating the dynamic call and calling the top-level vi as a normal sub-vi from the wiring diagram.  BUT, it still had problems and would always ask me to find a couple files from the 'XControlSupport.lvlib', specifically 'Action.ctl' and 'Container State.ctl'.  The xcontrol also uses the standard 'eventkey.ctl' from the 'event_ctls.llb' and it would ask me to find this file every time as well.  I tried including the libraries in the project and including these libraries in the build as dynamic/support files, but still no good.  To fix the problem, I copied these files into my project folder, specifically included them in my project, and then replaced all of the controls wherever they appeared with the corresponding controls included within the project.
    Message Edited by GTM on 07-14-2006 08:48 AM

  • Palette not updated with user.lib files

    I took a certified driver file, put it in user.lib, rename the project file and containing folder. I opened the renamed project, change the VI icon colors of all project files, relink all missing files to user.lib directory, saved all the files, saved the project. Then I restart LV2014 and no menu appear in Tools User Libraries.
    Has anyone tested this using LV2014 or older?
    Rich J
    Solved!
    Go to Solution.

    Just an FYI there is a Refresh Palette funciton under the Application Control >> Palette Editing which can be used for testing.  It won't refresh the tools menu but it allows you to modify files and MNUs in the user.lib then call that refresh to see if it worked without having to restart LabVIEW.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Z10 - How to make the built in Photo app see photos on the SD Ram

    Hi,
    Was using my Z10 for recording video when it reported memory problems.. No problem. I baught it a 64 GIG SD ram to address any memory problems.. Perfect, all photos and videos now go to the SD ram.. BUT.....
    Neither the photos nor the videos appear in the lists of content in either the built in Photo application nor the Videos application. To see them I have to go to File Manager and view files stored on the SD ram were they have been recorded as expected and can be seen. Often when you go to see a video or picture in the File Manager to view a photo or video, no thumbnail of the photo is present! instead you get a generic icon that the file is a photo and you have to open it to see what photo or video it is. It isn't until some time after the thumbnails are properly updated. It also puts both photos and videos in the Camera folder on the SD ram instead of the associated folders on the SD.
    I was at the telus store while 2 telus reps struggling to find any way to get the photo app or the video app to display the SD ram content. They commented that Blackberry indicates it supports up to 32gig in SD ram but the fact that it is recording and retrieving properly indicates 64 gigs works too at least for this purpose.
    The Question: How does one tell the Photo and Video app to display camera data on the SD ram?
    Thanks,
    The Manx

    I've had issues with the 64gb cards also, one worked and another did exactly as you described.
    Some users have had to format the 64gb card to FAT32 to make it work.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Custom Run-Time Menu Not Found in User.lib

    Our Instrument Run-Time Menus are getting lost.
    This is because we have some computers that are 32 bit and the code is located at
    C:\Program Files\National Instruments\LabVIEW 2011\user.lib\InstrumentDrivers
    Other computers are 64 bit and the code is located at
    C:\Program Files (x86)\National Instruments\LabVIEW 2011\user.lib\InstrumentDrivers
    The directories are thus slightly different because of how Windows treats the location of 32bit LabVIEW running on a 64 bit machine.
    Does anybody have an easy work around?

    I'm confused by "lost".  Do you mean when you build the path to your custom menu within your vi or are running some executable?  Is this code you have written?  If so, then maybe a simple check when initializing the paths might work.
    If it is as simple as just having to decide between those two directories, then I would just check to see if the win64 bit directory exist, using "file directory info" vi.  If it doesn't' exist you should get an error, then check to see if the other path exists, it should hopefully, and use that.
    Not sure if this is what you need.

  • Help! Cannot see User Data...

    I have been using Palm Desktop 4.2 for some time on my notebook (Windows XP SP3) for contacts/address book, calendar and memos but a couple of days ago Desktop doesn't see the data anymore. The files are still there in the user name folder and I can see part of the data if I import the files one by one but I guess there is a simple method for re-connecting the Desktop application with the user folder. I've looked through the Knowledge Base and the forum but couldn't find a query that matched this exactly.
    Thanks!
    Post relates to: Zire
    This question was solved.
    View Solution.

    After creating the new user, copy and paste the .dat files in the correct location of the new user. 
    Post relates to: None

  • 2010 user.lib Path in Executable Changed from 2009 (1abvi3w)

    Our group often uses VI server to control other LabVIEW executables to automated testing. To control VIs through VI server in executables and monitor VIs we need to build the full path we're expecting the VI to be at within the executable.
    For LabVIEW 2009 user.lib VIs the path used to show up as:
    <executable name>.exe\LabVIEW 2009\user.lib\...
    For LabVIEW 2010 user.lib VIs (on Win XP AND Win 7) the path now shows up as:
    <executable name>.exe\1abvi3w\user.lib\...
    This is just an FYI for developers. This really threw a wrench into our VI server calls and are unsure as to why it changed and why its "1abvi3w". Who's the funny guy?
    Seriously though, why did this change and why use a "1" and a "3". Is this an attempt at 1337 speak?
    Solved!
    Go to Solution.

    Paths in built applications are based on the source VI's hierarchy. For files in the LabVIEW directory, the actual LabVIEW directory name was being used in 2009. This was ok except when creating builds across platforms or across machines where LabVIEW was installed in a different location. So for 2010, a unique, constant directory name was chosen.
    George M
    National Instruments

  • Iweb doesn't see my old domains under 10.9 after the upgrade from 10.7 Please help

    Hi everybody,
    iweb doesn't see my old domains under 10.9 after the upgrade from 10.7 Please help
    It gives me an option to choose a domain but when I go to "sites" it doesn't recognize none of them.
    Thanks :-)

    In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion, Mountain Lion or Mavericks or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file in your Home/Library/Application Support/iWeb folder that you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • HT3275 Time Machine doesn't see the back-up disk

    Time Machine doesn't see the back-up disk after I've logged off and then back on, even though the disk is available to the iMac 24/7. Turning the disk off and then on in the current session works, but this seems to defeat the purpose of an unattended back-up disk. I can't find a setting that ensures the back-up disk is recognized after log-in or restart. Is there a solution?

    Is this Mountain Lion??
    It seems to have made some changes that make the disk drop out.. it does this even if you are continually connected to the TC and we don't have a solution yet.
    For your login issue, is the TC using a disk password.. or are you setting it to default? Could you try just turning on the guest account in the TC to read and write access and see if this helps. Tell us how it goes.
    There is another fix.. but it involves using disconnect all users from v5 airport utility.. Apple removed the function in v6.
    If you are on Lion or Mountain Lion even you can install the v5 utility.
    How to load 5.6 into ML.
    1. Download 5.6 for Lion.
    http://support.apple.com/kb/DL1482
    Click to open the dmg but do not attempt to install the pkg.. it won't work anyway.
    2. Download and install unpkg.
    http://www.timdoug.com/unpkg/
    Run unpkg on the desktop.. it is very simple.. drag the AirPortUtility56.pkg file over to unpkg.. and it will create a new directory of the same name on the desktop.. drill down.. applications utilities .. there lo and behold is Airport utility 5.6 .. drag it to your main utilities directory or just run it from current location.
    You cannot uninstall 6.1 so don't try.. and you cannot or should not run them both at the same time.. so just ignore the toyland version.. the plastic hammer.. and start using 5.6.. a real tool.

  • Modified CRM application doesn't deployed in PROD server.

    Hello SDN!
    We have DEV and PROD runtime systems for CRM developing. Our custom CRM application successfully deployed to the DEV server many times. But transport to the PROD server hasn't any effect - our application doesn't exists in PROD server.
    In CMS we assemble CRM SCs (SAP-CRMAPP, SAP-CRMDIC, SAP-CRMWEB, SAP-SHRAPP, CUSTCRMPRJ, SAP-SHRWEB), approve it and finally import in in "Production" tab. There was no error during this process.
    I don't want post whole SDM log since it' huge, here is a begin:
    20081014132849 Info   :Starting Step SDM-deploy at 2008-10-14 13:28:49.0325 +6:00
    20081014132849 Info   :deployment of E:\usr\sap\JTrans\CMS\archives\sap.com~SAP-SHRAPP~SMD_CRM502_C~20081014064901.sca is skipped, because it belongs to the software component (sap.com / SAP-SHRAPP)
    20081014132849 Info   :start deployment of archives:http://asu-03-d05:50018
    20081014133737 Info   :connected to deploytool via sdm protocol
    20081014133737 Info   :The following archives will be deployed (on http://asu-03-d05:50018)
    20081014133737 Info   :E:\usr\sap\JTrans\CMS\archives\sap.com~SAP-CRMAPP~SMD_CRM502_C~20081014064154.sca
    20081014133737 Info   :E:\usr\sap\JTrans\CMS\archives\sap.com~SAP-CRMDIC~SMD_CRM502_C~20081014064153.sca
    20081014133737 Info   :starting deployment
    20081014133737 Info   :deployment finished
    20081014133737 Info   :Deploy log:
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :Oct 14, 2008 1:28:58 PM  Info: -------------------------- Starting deployment ------------------------
    20081014133737 Info   :Oct 14, 2008 1:28:58 PM  Info: Error handling strategy: OnErrorStop
    20081014133737 Info   :Oct 14, 2008 1:28:58 PM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    20081014133737 Info   :Oct 14, 2008 1:28:58 PM  Info: Update strategy: UpdateAllVersions
    20081014133737 Info   :Oct 14, 2008 1:28:58 PM  Info: Starting deployment prerequisites:
    20081014133737 Info   :Oct 14, 2008 1:28:59 PM  Info: Loading selected archives...
    and end of log:
    20081014133737 Info   :Oct 14, 2008 1:37:33 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    20081014133737 Info   :Oct 14, 2008 1:37:33 PM  Info: ----------------------- Deployment was successful ---------------------
    20081014133737 Info   :end of log
    20081014133737 Info   :RC of deployment: 0
    20081014133737 Info   :The cvers update of sap.com_CUSTCRMPRJ.SMD_CRM502_C.20081014071626 cannot be performed, because thes JSPM data is not configured (no engine URL/user or password).
    20081014133737 Info   :Step SDM-deploy ended with result 'success' at 2008-10-14 13:37:37.0117 +6:00
    How to deploy properly our application?
    Regards, Lev

    Hi Lev,
    Please ensure that you have mainted the j2ee engine hostname, port number and userid/password details for deployment onto the server.
    The same can be checked in CMS --> Landscape configurator -->Runtime systems tab.
    Rgards,
    Thulasi

Maybe you are looking for