SubVI: Save to 'destination' directory How it works?

Hi,
Quick question. Could you confirm or deny how that feature suppouse to work?
My understanding is: if my VIs which I have in my APPlication Directory (APPD) refer to others subVIs which are not in my APPD nor in its sub-directiories neither, then TestStand Deployment Utiliy collects all these scattered VIs into the 'DESTination' (DEST) folder and relink all my VIs and subVIs from APPD to VIs in DEST folder.
Am I right?

Thanks for response Jervin,
Let me reply in points:
1. Yes, I'm referrinig to the SubVI Location option in the LV VI Options Dialog of the Deployment Utility.
2. I forgot to tell you that I use version 4.0.1f, so I don't have options like Chech for Broken VI During Analysis, Check for Broken VIs After Build and Remove Unused VI Component.
3. Reffering to your advice. You wrote: when you build a deployment, TestStand calls the
LabVIEW Application Builder API to build a source distribution for the
VIs that are code modules of your sequences and for VIs that are
implicitly included in your workspace file. Why then the result of that I receive a lot of errors about missing, broken and doubled VIs, whereas when I'm launching these VIs directly from the LV I don't came across these errors? What is the difference between LV Application Builder called from TS and calling files directly from LV?
4. The App Builder will then try to find all
dependent subVIs for these top level VIs and will dump them in the
location specified. It will also relink the subVI calls in the top
level VIs to point to the subVIs newly copied to the location specified. OK, it is how I expected to be. Thanks for confirmation.
5. I started that thread as I part of other issue which I presented here. Could you have a look on that thread then? Many thanks in advance.

Similar Messages

  • Files are not getting posted in destination directory,how to trace in XI

    Hi,
    our scenario is proxy to file.
    We are posting files of .TRG and .DAT format in destination directory.Due to less space in destination directory, files only .TRG files are getting posted but .DAT are not getting posted.but i have checked in XI system SXMB_MONI,no error message is coming.message is getting processed successfully.
    why it is not visible and to monitor that files are not saved at the destination.
    Is this normal with XI that we can not see of files are really saved?

    Hi,
    > it should generate two files as per scenario but only one file is getting generated due to less space,
    NO.
    If  No  Space, The error will pops  out  in RWB  .
    Check the directory of the File Adapter  you are using
    Regards
    Agasthuri Doss

  • How do I save an image once I have worked on it?

    I am using a trial version of Aperture 3 for the very first time..............I have been using Photoshop for several years and thought I would give it a go.
    The silly thing is, I can't seem to find out how to save an image once I have worked on it.
    I know it must be a simple procedure, but at this early stage I am completely lost.
    Please help if you can...............
    Many thanks,
    HELOOO
    Message was edited by: Host <to clarify title>

    How do I get my finished image back on my desktop so that I can finalise it in Photoshop?
    Two answers:
    1. You don't. You use Photoshop as an External Editor and send the pic from Aperture to Photoshop, do what you do and then save it. It comes back to Aperture automatically - just like iPhoto, right?
    or
    2. If you really want to have an image file: Export (File -> Export)
    when I'm importing a library from i Photo, and let's say there are 20 images in the library, well it seems to import 40............in other words it duplicates the images and most of them are in stacks.
    I'm wondering if you understand iPhoto either
    When you exit a photo in iPhoto it preserves the Original file and saves your edits in a new Version. That's why you're getting two stacked images for every pic: The original and the modified version.
    Regards
    TD

  • I want to save passwords in firefox (that's ok, I know how it works), BUT i don't want to fill automaticly when I type my username on a site.

    I want to save passwords in firefox (that's ok, I know how it works), BUT i don't want to fill automaticly when I type my username on a site.

    Dear Icom
    plese try to update your Firefox Client the latest version.

  • Hi, a "General error"appears on my Final Cut Project when I try to save it. I read in this Community that the solution could be save on the desktop. It works, but how could I solve it in my External HD?

    Hi, a "General error"appears on my Final Cut Project when I try to save it. I read in this Community that the solution could be save on the desktop. It works, but how could I solve it in my External HD?

    Is the external formatted to Mac OS Extended?
    Right click the external icon on the Desktop and select Get Info.
    This will tell you the current format.
    Al

  • How can I just save my project, so I can work on it later?

    How can I just save my project, so I can work on it later?

    Possibly but it's not the same as if you downloaded the file directly to your computer. Flash video is kind of the secure way to prevent others from borrowing your video from the Youtube website. More likely you would have to do a screen capture or more or less video tape the video playing on your mac and then import that rather than import the actual Youtube video itself. The quality will not be all that great because of the intermediate step of capturing off of your computer screen.

  • How to set the  Upload Destination Directory for RichFileUpload ?

    Hi! I'm using the RichFile Upload component for uploading the files to server..
    I have configured the file the size to be uploaded, but could not set the destination directory... The web.xml entries I have in my project is:
    <context-param>
    <!-- Maximum memory per request (in bytes) -->
    <param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY</param-name>
    <!-- Use 500K -->
    <param-value>512000</param-value>
    </context-param>
    <context-param>
    <!-- Maximum disk space per request (in bytes) -->
    <param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE</param-name>
    <!-- Use 5,000K -->
    <param-value>5120000000</param-value>
    </context-param>
    <context-param>
    <!-- directory to store temporary files -->
    <param-name>org.apache.myfaces.trinidad.UPLOAD_TEMP_DIR</param-name>
    <!-- Use an ADFUploads subdirectory of /tmp -->
    <param-value>/tmp/TrinidadUploads/</param-value>
    </context-param>
    <filter>
    <filter-name>trinidad</filter-name>
    <filter-class>org.apache.myfaces.trinidad.webapp.TrinidadFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>trinidad</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    By default the uploaded files are stored in :
    /u01/home/developer/.jdeveloper/system11.1.1.0.17.45.24/o.j2ee/embedded-oc4j/config
    I'm using Linux OS and JDev11g .
    Why is the desination directory configured in web.xml not being used?
    Am I doing any thing wrong?
    Any suggestions ?
    Thanking you,
    Samba

    Hi! Ric,
    This is the entire web.xml :
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5" xmlns="http://java.sun.com/xml/ns/javaee">
    <description>Empty web.xml file for Web Application</description>
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>client</param-value>
    </context-param>
    <context-param>
    <!-- Maximum memory per request (in bytes) -->
    <param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY</param-name>
    <!-- Use 500K -->
    <param-value>512000</param-value>
    </context-param>
    <context-param>
    <!-- Maximum disk space per request (in bytes) -->
    <param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE</param-name>
    <!-- Use 5,000K -->
    <param-value>5120000000</param-value>
    </context-param>
    <context-param>
    <!-- directory to store temporary files -->
    <param-name>org.apache.myfaces.trinidad.UPLOAD_TEMP_DIR</param-name>
    <!-- Use an ADFUploads subdirectory of /tmp -->
    <param-value>/tmp/TrinidadUploads/</param-value>
    </context-param>
    <filter>
    <filter-name>trinidad</filter-name>
    <filter-class>org.apache.myfaces.trinidad.webapp.TrinidadFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>trinidad</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>org.apache.myfaces.trinidad.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/afr/*</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>35</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <ejb-local-ref>
    <ejb-ref-name>ejb/local/SessionEJBLocal</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local>com.prapansol.demos.SessionEJBLocal</local>
    <ejb-link>SessionEJB</ejb-link>
    </ejb-local-ref>
    </web-app>
    And about the other details you asked :
    1. I'm not using any custom UploadFileProcessors.. I'm using the default one.
    2. I tried with and with out the TrinidadUploads directory
    But still the same effect!
    Can you suggest where I'm going wrong?
    Thankyou
    Samba

  • Change default settings; freeze trackheader and  'save as '-destination ?

    How can I change the default setting so I have the freeze botton /trackheader visual in the arange-window every time I create a new track ? And how can I change the default ' save as '- destination?
    Message was edited by: Ron H.

    Perhaps it would have been clearer if I had just said "No".
    You can't define a default 'Save' folder for Logic.
    But in trying to be helpful, I suggested some workarounds.
    My apologies if you mistook my helpfulness for prevarication.
    As I said before, Logic will always try to save a Project in the same location that the Project was in when it was opened.
    If you did not open a Project, but used a Template, then Logic will Save to the last Location it "knew" about (the last one it remembers, if you like).
    For files other than Projects, it will behave the same way — remembering the last significant folder.
    This is, in fact, the way that most Applications behave in OS X.
    +"And it was just such simple question. You prob oversaw that I ment 'at starting up logic'. The answers you gave are for having logic on and changing then."+
    The simple answer is "no". The workaround answers I gave are for all situations, whether Logic has already been running, or whether it has only just launched.
    I hope that's clearer now, & that you will be able to find a working method that you like.

  • In PSE 7.0, under file, I have no save or save as listing. How do I save?

    In PSE 7.0, under file, I have no save or save as listing. How do I save?

    Does Ctrl+S/Command-S. work for file>save?, Ctrl+Shift+S/Command-Shift-S for file>save as? NO
    Do you have a file selected if you have more than one open? YES
    None of the above works. Save or Save As is not listed under file or edit. ???
    Thanks

  • Mac Sleep Timer (through 'Energy Saver' in System Preferences) won't work

    Hello,
    I have a MacBook (13-inch, Mid 2009) running Mac OS X Snow Leopard 10.6.3,
    and it has been installed with the latest software updates possible.
    (The latest update is the 'Security Update 2010-003')
    Previously I was using Mac OS X Leopard 10.5 on my MacBook,
    and I can vaguely remember the timed computer sleep through Energy Saver would work.
    That is, when the counter's time matches the amount of time I specified (e.g. 10 minutes), the computer enters sleep mode and displays a pulsing power light.
    After upgrading to Snow Leopard I can barely remember the scheduled computer sleep will work as I don't really notice how it sleeps / I will shut down my MacBook before I go to bed.
    ==========
    However, last night I was really tired and slept in front of my MacBook unconsciously.
    When I woke up, I found that my MacBook didn't display a pulsing power light but a continuously-growing power light.
    I tapped the trackpad and the display turned on, so I knew that my MacBook didn't go to sleep a whole night.
    *What that means is that the Sleep Timer (through 'Energy Saver' in System Preferences) won't work.*
    But the timed display sleep DOES work.
    ==========
    After spending a whole day Googling,
    I found that there are plenty of people suffering the same problem as me, although their Macs and OSs vary.
    I also found an official support page from Apple concerning the related issue:
    Mac OS X: Why your Mac might not sleep or stay in sleep mode
    http://support.apple.com/kb/HT1776
    I tried the following methods but still can't resolve the problem:
    _- boot my MacBook in safe mode_
    _- use the 'Disk Utility' to repair Disk Permissions through booting my MacBook from the Mac OS X Snow Leopard Installation DVD_
    _- reset NVRAM (Intel-based) (as PRAM is used by PowerPC-based Macs)_
    _- reset SMC (System Management Controller)_
    NONE of the above-mentioned methods can resolve the problem.
    Althought I am sure that the Spotlight isn't indexing the hard drive, and I just start my computer and do nothing and wait for the scheduled computer sleep, the scheduled computer sleep just won't work.
    In the other Mac forum, I saw someone suggest installing an application called PleaseSleep:
    http://www.dragonone.com/products/macosx/pleasesleep/
    It works.
    But I really want to find out what caused this problem as this is a function shipped with Mac which is expected to work normally.
    What's more, Apple is claiming to be a green Apple, right?
    ==========
    Here's the log taken from 'Console':
    - Sleep by closing the lid of my MacBook:
    Apr 18 13:21:05 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback WILL sleep
    Apr 18 13:21:05 Michael-Leungs-MacBook PleaseSleep[288]: Sleep notification received from the system
    Apr 18 13:21:07 Michael-Leungs-MacBook configd[37]: network configuration changed.
    Apr 18 13:23:21 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback will power on, Currenttime:4/18/2010 1:23:21.028 PM - Waketime:4/18/2010 1:23:19.410 PM = Deltatime:1.618421972
    Apr 18 13:23:21 Michael-Leungs-MacBook loginwindow[25]: handleUnlockResult, Currenttime:4/18/2010 1:23:21.579 PM - Waketime:4/18/2010 1:23:19.410 PM = Deltatime:2.169138968
    Apr 18 13:23:23 Michael-Leungs-MacBook configd[37]: Sleep: Success - AC 98 - Clamshell Sleep
    Apr 18 13:23:23 Michael-Leungs-MacBook configd[37]: Wake: Success - AC 98 - EC LID0
    Apr 18 13:23:23 Michael-Leungs-MacBook configd[37]: Hibernate Statistics
    Apr 18 13:23:23 Michael-Leungs-MacBook PleaseSleep[288]: Wake notification received from the system
    - Sleep by manually clicking the Apple logo in the upper left corner of the screen -> 'Sleep':
    Apr 18 13:31:46 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback WILL sleep
    Apr 18 13:31:46 Michael-Leungs-MacBook PleaseSleep[288]: Sleep notification received from the system
    Apr 18 13:31:49 Michael-Leungs-MacBook configd[37]: network configuration changed.
    Apr 18 13:32:04 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback will power on, Currenttime:4/18/2010 1:32:04.033 PM - Waketime:4/18/2010 1:32:02.720 PM = Deltatime:1.313067079
    Apr 18 13:32:04 Michael-Leungs-MacBook loginwindow[25]: handleUnlockResult, Currenttime:4/18/2010 1:32:04.589 PM - Waketime:4/18/2010 1:32:02.720 PM = Deltatime:1.869303048
    Apr 18 13:32:06 Michael-Leungs-MacBook configd[37]: Sleep: Success - AC 98 - Software Sleep
    Apr 18 13:32:06 Michael-Leungs-MacBook configd[37]: Wake: Success - AC 98 - OHC1
    Apr 18 13:32:06 Michael-Leungs-MacBook configd[37]: Hibernate Statistics
    Apr 18 13:32:06 Michael-Leungs-MacBook PleaseSleep[288]: Wake notification received from the system
    - Sleep by manually pressing control + eject, and the press 'Sleep':
    Apr 18 13:34:17 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback WILL sleep
    Apr 18 13:34:17 Michael-Leungs-MacBook PleaseSleep[288]: Sleep notification received from the system
    Apr 18 13:34:46 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback will power on, Currenttime:4/18/2010 1:34:46.080 PM - Waketime:4/18/2010 1:34:44.720 PM = Deltatime:1.360466003
    Apr 18 13:34:46 Michael-Leungs-MacBook loginwindow[25]: handleUnlockResult, Currenttime:4/18/2010 1:34:46.564 PM - Waketime:4/18/2010 1:34:44.720 PM = Deltatime:1.844347000
    Apr 18 13:34:46 Michael-Leungs-MacBook configd[37]: PMConnection AirPort configd plug-in com.apple.powermanagement.applicationresponse.slowresponse 566 ms
    Apr 18 13:34:46 Michael-Leungs-MacBook configd[37]: bootpsessiontransmit: bpf_write(en0) failed: Network is down (50)
    Apr 18 13:34:46 Michael-Leungs-MacBook configd[37]: DHCP en0: INIT transmit failed
    Apr 18 13:34:46 Michael-Leungs-MacBook configd[37]: PMConnection IPConfiguration com.apple.powermanagement.applicationresponse.slowresponse 567 ms
    Apr 18 13:34:46 Michael-Leungs-MacBook configd[37]: network configuration changed.
    Apr 18 13:34:48 Michael-Leungs-MacBook configd[37]: Sleep: Success - AC 98 - Software Sleep
    Apr 18 13:34:48 Michael-Leungs-MacBook configd[37]: Wake: Success - AC 98 - OHC1
    Apr 18 13:34:48 Michael-Leungs-MacBook configd[37]: Hibernate Statistics
    Apr 18 13:34:48 Michael-Leungs-MacBook PleaseSleep[288]: Wake notification received from the system
    - Sleep by _turning on the application called 'PleaseSleep' based on the settings from 'Energy Saver'_:
    Apr 18 13:37:22 Michael-Leungs-MacBook PleaseSleep[288]: Application is enabled
    Apr 18 13:37:29 Michael-Leungs-MacBook System Preferences[1136]: * AGCAttach() failed
    Apr 18 13:37:31 Michael-Leungs-MacBook [0x0-0x58058].com.apple.systempreferences[1136]: Couldn't find any matches.
    Apr 18 13:38:23 Michael-Leungs-MacBook PleaseSleep[288]: Checking sleep conditions...
    Apr 18 13:38:23 Michael-Leungs-MacBook PleaseSleep[288]: Going to sleep...
    Apr 18 13:38:23 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback WILL sleep
    Apr 18 13:38:23 Michael-Leungs-MacBook PleaseSleep[288]: Sleep notification received from the system
    Apr 18 13:38:56 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback will power on, Currenttime:4/18/2010 1:38:56.042 PM - Waketime:4/18/2010 1:38:54.720 PM = Deltatime:1.321902931
    Apr 18 13:38:56 Michael-Leungs-MacBook loginwindow[25]: handleUnlockResult, Currenttime:4/18/2010 1:38:56.571 PM - Waketime:4/18/2010 1:38:54.720 PM = Deltatime:1.850627959
    Apr 18 13:38:56 Michael-Leungs-MacBook configd[37]: PMConnection AirPort configd plug-in com.apple.powermanagement.applicationresponse.slowresponse 707 ms
    Apr 18 13:38:56 Michael-Leungs-MacBook configd[37]: bootpsessiontransmit: bpf_write(en0) failed: Network is down (50)
    Apr 18 13:38:56 Michael-Leungs-MacBook configd[37]: DHCP en0: INIT transmit failed
    Apr 18 13:38:56 Michael-Leungs-MacBook configd[37]: PMConnection IPConfiguration com.apple.powermanagement.applicationresponse.slowresponse 708 ms
    Apr 18 13:38:56 Michael-Leungs-MacBook configd[37]: network configuration changed.
    Apr 18 13:38:58 Michael-Leungs-MacBook configd[37]: Sleep: Success - AC 98 - Software Sleep
    Apr 18 13:38:58 Michael-Leungs-MacBook configd[37]: Wake: Success - AC 98 - OHC1
    Apr 18 13:38:58 Michael-Leungs-MacBook configd[37]: Hibernate Statistics
    Apr 18 13:38:58 Michael-Leungs-MacBook PleaseSleep[288]: Wake notification received from the system
    - If I disable 'PleaseSleep' and only depend on the non-working 'Energy Saver', nothing happens.
    ==========
    Looking forward to your replies! Thanks in advance!

    Found this discussion by googling "com.apple.systempreferencescouldn't find any matches"...
    One month ago I bought a brand new Macbook Pro 13", and after a couple of weeks I realized it wasn't sleeping on its own when it should, per the system preferences. (I did sleep when I chose "Sleep" in the menus or closed it... It just wouldn't sleep on its own, while open.) What was extra frustrating was that it was intermittent... It would sleep on its own maybe 1/3 of the time, but other times it would NEVER go to sleep. I deleted PowerManagement.plist, reset the SMC, etc... No luck.
    I took it to the "geniuses" at the Apple Store, and the guy took all of five minutes trying to diagnose the problem. When my MBP wouldn't sleep on its own, he promptly replaced it with a new one. That was nice, but I actually would have preferred that he diagnosed and fixed it. (I think the store was so swamped with people coming in for service that day that they were doing anything they could to close cases and get customers out of there ASAP.)
    Now, sitting here with my 48-hour-old MBP, I still have the problem. The other one was so new that I had barely put anything on it yet. The only applications I had put on it were MS Office for Mac 2011, Firefox, Chrome, and Adobe Flash Player. I've put Office and Flash Player on this one, but not yet Firefox or Chrome. That's it. No other customization or fancy business.
    I looked into the Console just now, and I see the "Couldn'tfind any matches" entry popping up again and again. The last three seemed to pop upright around the time when my MBP should have gone to sleep on its own, but not down to the second, so it's hard to definitively point at that and say it's it for sure.
    They need to fix this!!

  • How to work with EEWB tool in CRM and how to assign it to PCUI

    Hi Friends,
    Can any body will suggest me how to work with EEWB tool in CRM to add new fields ,i need to attach the fields to a GUI screen and same to PCUI also,
    And how to attach a search help for those fields,is the tool will automatically will create the search helps or it is similar as we do in abap,
    So can any body suggest me to get a material on this ,
    Thaking you
    Regards
    Raghavendra Prasad

    Prasad
    Following are the steps involved in general :
    1. Select the filter Worklist and enter your name in the input field of the object list selection. Press the enter key. Your object list is displayed.
    2. Place your cursor on the highest node(PROJECT BY XXXXXX). Select Create project from the context menu by right-clicking on it. You see the dialog box Create project.
    3. Enter a project name, description, packages, and namespaces for each system used. Leave the dialog box by pressing the enter key.
    Specify transport requests. The Project is created and appears in the object list.
    4. Place your cursor on the new project in the object list and select Create extension in the context menu. You see the dialog box Create extension.
    5. Enter a name and description. Define a Business Object and extension type. Press the enter key.The extension is created and appears in the object list below the project.
    6. Place your cursor on the new extension in the object list and select Call wizard in the context menu. The wizard for the extension action starts automatically.
    7. Fill in the input fields following the notes on screen and end the wizard by clicking on Complete.The extension tasks have been created and appear in the object list.
    Project and extension are created !
    Also take care that you have the Transport Requests and Save the Project and Extensions against a Development Class !
    In general , EEW will automatically puts the fields on the Screen. We donot want to worry abt that !
    The generated BADIs can be implemented to do some Checks(for example) !
    I hope this helps !
    Thanks
    <b>Allot points if this helps !</b>

  • Destination Directory Does not exist.

    While working in Flash MX 2004, when I want to preview the
    work I've done, I click F12 and get the following Flash MX error
    message: Error Creating HTML File. Destination directory does not
    exist. Change you publish settings.
    The publish settings look correct to me. What's up with this?

    If you have PKGDEST variable in /etc/makepkg.conf set then the path you gave it doesn't exist or permission is denied, or if you don't have it set, then you are trying to build the package in a current directory that you don't have permissions to. Its just trying place the pkg.tar.gz somewhere.

  • How to  work on SDK with SAP B1 2005

    hi all,
        its too urgent, if you have any information about it, kindly help me.
    1. i need some details related to SDK. what are the tools needed for working on SDK with SAP B1 2005,
    2. how to get the "microsoft visual studio" for writing code for sdk.is there any seperate tool available with SDK for that or we have to use the general " microsoft visual studio" for VB and VC++.
    3. how to work on Screen painter add-on, able to design the forms,but how and where to write the code to make it work, or is there any tool kit for generating the code.
    4. pls give the link in the SAP portal for downloading the " tools and software needed for working on SDK with SAP B1 2005.
    if you have any tools, software and guide files related to sdk kindly please send me to my gmail address " [email protected] ".
    it is very urgent, if you have any resources regarding this then kindly send me as soon as possible.
    regards
    sandip

    Sandip,
    The forum that you have posted your question in is for questions related to the SAP Business One Integration for SAP NetWeaver.  Your question is SDK related and should be posted in the SAP Business One SDK Discussion forum.
    That being said ... here are the answers to your questions ...
    1. As far as the SDK goes, it does not provide an IDE.  Since the API's are COM, then you can use any IDE that can communicate with COM objects such as VB6, VB.Net, C#, C++, etc.
    2. As stated above, the SDK does not provide an IDE.  You would need to purchase one or you can get a free one from Microsoft on there website such as Visual Basic 2005 Express Edition.
    3. The Screen Painter is an SAP tool (independant of any IDE) that allows you to graphically create new SAP Business One looking forms and then save them to an XML format.  You would then in your code use the LoadBatchActions method to load your XML form.  Documentation on the Screen Painter and the LoadBatchActions method is in the SAP Business One SDK Help Center Documentation that comes with the SDK as well as there is eLearning available for the SDK on this portal as well as the SAP PartnerEdge Portal if you are an SAP Business One partner.
    4. If you are an SAP Business One partner and have an "S" number, you can log into the SAP PartnerEdge Portal and then under SAP Business One and "Installations & Updates" you can download the SAP Business One product as the SDK installation is part of the overall installation package.  If you are not a partner you would need to contact your local SAP Business One sales representative.
    Other tools available that work with the SAP Business One SDK are located on the SDN Portal under this link ...
    SAP Business One Tools [original link is broken]
    HTH,
    Eddy
    P.S. please give points for helpful answers!

  • Dev 6.0: Bug in ReportBuilder (!!!) How to work around ?

    Hi !
    I have a problem with ReportBuilder. After Arrange->Size Objects
    or Arrange->Allign Objects the child object doesn't belong to
    paren frame. There is no such thing in Developer 2000. Can
    anybody help me how to work around it ? It's practically
    impossible to create complicated report.
    Thanks in advance.
    null

    I don't know is it's possible to just search and replace as part of the checkout. We do it the other way around. Each user uses his own directory but for jdev all development is done in /mnt_dev/...
    So you map the users development directory to /mnt_dev. this way the path information stays constant and you don't need change the environment.
    Timo

  • Can any one tell me how to work with field exit????

    Hi
    Can any one tell me how to work with field exit I know how to create them. I want to know how it works. Actually I want to create a field exit for T-CODE MIRO. Where I want to put the value ebeln of the PO Reference tab into the Assignment of details tab and make Assignment field disable.
    Thanks in advance

    Hi,
    Follow the Steps,
    1. Go to CMOD transaction
    2. From the menu "GOTO->TEXT ENHANCEMENTS->DATA ELEMENTS-   ->NEW DE CUST DOCU".
    3. In the displayed box specify the data element and
       press either "CHANGE" or " Ref to screen" button
    4. CHANGE button is for defining the documentation
    5. "Ref. to screen" if for assigning the screen in which
       a field has the this type data element.
       Note: You should have used this data element for a   
             field in that screen.
    6. Now it will ask for Function Module name, specify the
       FM name and double click it. It will go to the editor.
    7. Now using the Import parameters code accordingly
    8. Activate and go back
    9. Now "Assign the created program ( that is FM) to the
       screen by specifying the Program name and Screen
       number.
    10. Now save and activate.
    Note: No need to create a separate project for creating field exit through transaction CMOD.
    I hope this is suffice.
    Regs,
    Venkat Ramanan

Maybe you are looking for