Force run problem

Hi all,
I have a problem whit a user that has 7 applications on force on his
account
The run order is:
app1 0
app2 10
app3 50
app4 100
aap5 999
app6 1000
app7 2006
The way they are running at login
1. app1 2. app3 3. app4 4. app6 5. app7 the other applications
don't until, i give an nal refresh. All applicatie are simple objects.
Every application the option wait on force is checked.
now my question: Why is app2 and app5 not running at logon.
roydejager

1) Enable Logging in your Apps.
2) Enable General NAL logging.
One of them may show something.
https://secure-support.novell.com/Ka...AL_Public.html
NAL) Agent logging is enabled in the registry. Alternatively, it can be
configured using the GUI utility NALDIAG.EXE
Location: HKLM\Software\NetWare\NAL\1.0\Debug
Name (sets the debug level for any enabled component): Level
Type: DWORD Value
Data: 0 (Debug log file will NOT be written to)
Data: 1 (Informational messages only)
Data: 2 (Warning messages only)
Data: 3 (Informational and Warning messages only)
Data: 4 (Critical messages only)
Data: 5 (Informational and Critical messages only)
Data: 6 (Warning and Critical messages only)
Data: F (All messages)
Name: LogFileLocation (If this Value is non-existent - the default is
Program Files\Novell\ZENworks\ZFDNAL.CSV)
Type: STRING Value
Data: <location and filename of output file>
Name (MyApps log): Browser
Name (NALview log): Explorer
Name (Wks comm log): IPC
Name (ZENlite log): Library
Name (ZENmup log): MUP
Name (Reporting log): Reporting
Name (NALNTSRV log): Service
Name (NALSTART log): Start
Name (Wks Helper log): Workstation
Type: DWORD Value
Data: 0 (Debug logging will NOT be written to the NAL log file for this
component)
Data: 1 (Debug logging will be written to the NAL log file for this
component)
Output: as specified (if none specified, the default location is Program
Files\Novell\ZENworks\ZFDNAL.CSV)
Name (NAL MSI log): MSI
Type: DWORD Value
Data: 0 (Debug logging will NOT be enabled for this component)
Data: 1 (Debug logging will be enabled for this component)
Output: Program Files\Novell\ZENworks\ZAPPMSI.LOG (alternatively, you'll
find ZAPPMSI.LOG in the path listed in the LogFileLocation string value, if
specified
Craig Wilson - MCNE, MCSE, CCNA
Novell Support Forums Volunteer Sysop
Novell does not officially monitor these forums.
Suggestions/Opinions/Statements made by me are solely my own.
These thoughts may not be shared either Novell or any rational human.

Similar Messages

  • A force run problem

    I am trying to force run an application set to make registry changes and am
    having difficulities getting it to work. If I launch it from app explorer no
    problems, just getting it to run upon logon. Can anyone tell me where the
    snafu is?
    Thanks
    Mike

    Is it User or WS assigned?
    If WS Assigned, you may want to set it to "Force Run As User", or it will
    run when the PC starts and before user logon. If doing HKCU settings, it
    would not do what you wanted.
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Support Forums Volunteer Sysop
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.
    "Mberg" <[email protected]> wrote in message
    news:DZ3ui.3758$[email protected]..
    >I am trying to force run an application set to make registry changes and am
    >having difficulities getting it to work. If I launch it from app explorer
    >no problems, just getting it to run upon logon. Can anyone tell me where
    >the snafu is?
    >
    > Thanks
    > Mike
    >

  • Problems Force Running a batch file

    Hi There,
    I am trying to force-run a batch file to copy files from a local NBO Appliance to the C:\tmp directory on the user's workstation. The batch file lives at c:\tmp\branding.bat.
    I cant get the batch file to force run. Zen reporting advises that the batch file has distributed and launched successfully, however the files do not copy.
    However, if i click on the icon for the batch file app - the files copy no problem. I have tried running Workstation Associated and (Unrestricted) User Associated as well as Workstation - Force Run as User.
    Path to executable file:
    %*WinSysDir%\cmd.exe
    Parameters:
    /c "c:\tmp\branding.bat"
    Any ideas? The batch file has to refer to the P: drive as the application covers 40 different sites each with their own appliance containing source files.
    Running NBO2 - ZFD 4 Agent 4.0.1.60 - Clientless
    Desktop XP Workstations
    Thanks
    Thax

    Have the app object copy the batch file to the hard drive from the
    server and then run it locally. This should work with a Middle Tier server.
    thax wrote:
    > Hi there,
    >
    > I cant use the actual server name as this is an application which runs
    > through a middle tier server for multiple NBO sites so therefore needs to
    > use the P: reference...
    >
    >>>> kokoo<[email protected]> 9/03/2006 12:37 >>>
    >
    > TRY edit Scrirts:
    > #\\FS_SERVER_name\VOL\BATCH.BAT
    >
    > edit batch file:
    > xcopy "p:\nal\wxp\ZenPolicies\Branding\*.*" "C:\tmp\ZenPolicies\Branding\"
    > /s /v /e /y
    > ==>
    > xcopy p:\nal\wxp\ZenPolicies\Branding\*.* C:\tmp\ZenPolicies\Branding\ /s
    > /v /e /y
    >
    > "thax" <[email protected]>
    > *******:[email protected]...
    > Hi Jeremy,
    >
    > xcopy "p:\nal\wxp\ZenPolicies\Branding\*.*" "C:\tmp\ZenPolicies\Branding\"
    > /s /v /e /y
    > pause
    >
    > Thax
    >
    > >>> Jeremy Mlazovsky<[email protected]> 8/12/2005 00:20
    >
    > Can we see the contents of your batch file?
    >
    > thax wrote:
    > > Hi There,
    > >
    > > I am trying to force-run a batch file to copy files from a local NBO
    > > Appliance to the C:\tmp directory on the user's workstation. The batch
    >
    > > file lives at c:\tmp\branding.bat.
    > >
    > > I cant get the batch file to force run. Zen reporting advises that the
    >
    > > batch file has distributed and launched successfully, however the files
    >
    > > do not copy.
    > >
    > > However, if i click on the icon for the batch file app - the files copy
    >
    > > no problem. I have tried running Workstation Associated and
    > > (Unrestricted) User Associated as well as Workstation - Force Run as
    > User.
    > >
    > >
    > > Path to executable file:
    > >
    > > %*WinSysDir%\cmd.exe
    > >
    > > Parameters:
    > >
    > > /c "c:\tmp\branding.bat"
    > >
    > > Any ideas? The batch file has to refer to the P: drive as the
    > > application covers 40 different sites each with their own appliance
    > > containing source files.
    > >
    > > Running NBO2 - ZFD 4 Agent 4.0.1.60 - Clientless
    > >
    > > Desktop XP Workstations
    > >
    > > Thanks
    > >
    > > Thax
    > >
    >
    >
    Jeremy Mlazovsky
    Senior System Engineer - Enterprise Desktop
    UDit-Central Hardware Systems & Network Storage
    University of Dayton
    http://forge.novell.com/modules/xfmod/project/?udimage
    http://vmpconfig.sourceforge.net/
    http://regeditpe.sourceforge.net

  • Force run apps don't deploy on some machines causing zen icons toflash at intervals

    I'm having a problem lately, with new apps that I'm creating (for
    example Acrobat Reader 9.4) not deploying on some machines. I have them
    set to force run, user associated. They appear in application explorer,
    and if I manually launch them, they will install just fine. I have
    conditions for availability based on version, so if the app has been
    installed, it will no longer show in application explorer.
    I had this happen a few months ago, and I thought it was one particular
    app I had just sent out, so I just manually ran it on the affected
    workstations, but now I'm seeing the same workstations having the issue.
    The workstations are running the last released ZDM 7 agent, and the
    Servers are Netware 6.5 SP8 patched up to the last released Zen 7
    version. (I removed the existing agent and reinstalled the latest agent
    HP4, msi dated 5/14/2010)
    I've deleted nalcache, and that had no effect. Naldiag shows the apps
    are there and passed the tests, but I think that there is actually a
    problem with another app that had been previously created that is
    preventing these from working.
    I'm just looking for some areas to check to figure this out. I'm not
    seeing any errors, it just doesn't launch the force run apps. The vast
    majority of the machines run them absolutely fine.
    -------------- Update ---------------
    I was waiting to post this to check one more thing, and I had to reboot
    the machine. The user had gone home for the day so I logged in as a
    different user and now the apps are deploying, so this appears to be
    something perhaps in the registry for that user? I was afraid this
    would happen.. I'll have to find another broken machine to do further
    testing on.
    Any ideas how to track this down? The apps that were "stuck" are new
    applications, they aren't modified old applications where I would be
    worried about the guid being changed or anything weird.
    I'm guessing the moment I create another force run app to update
    something that I am going to see the exact same problem recur.

    On 11/4/2010 9:12 AM, Anders Gustafsson wrote:
    > Patrick Farrell,
    >> Thanks, it's very annoying as it prevents a lot of updates going out.
    >> The vast majority of machines work just fine. I just can't figure out
    >> why something set to force run would not, however you can install the
    >> app by double clicking it in app explorer just fine, at which point the
    >> refresh every 30 seconds goes away. It's hard to even look at naldiag
    >> because the list starts to refresh not long after it displays.
    >
    > Shaun said:
    > logs, and take things away until it works, then add things back until
    > it breaks...
    >
    There's nothing of interest in the logs that I can find. As for taking
    things away, I thought about that as well, however when I set up a brand
    new machine and install zen, all of the applications force run just fine
    and install... Very odd. What makes the workstations stop blinking is
    for me to remove the force run on the new apps, or manually run them.
    I guess I could take away force run on all the other stuff that's
    already installed, that would be rather strange for one of those to be
    the culprit.

  • Distribution area affected by "force run as user"?

    Hi.
    Still using ZDM 7 for the moment.
    I have an AO which:
    - Workstation associated.
    - Distributes some registry keys (Distribution Tab).
    - Copies files locally (Distribution Tab).
    - Runs the files that were copied (Run Tab, Secure System User).
    - Deletes the files (Termination Launch Script).
    There are problems!
    First of all, we are now using Microsoft file server, and the workstations do not have rights to this area (and cannot currently get rights - addressing this in another thread).
    The file copy fails if I do not enable the "force run as user if workstation associated", but this is expected since the WS doesn't have rights to copy the files from the share. However, if I enable the "force run as user", the file copy works but the registry keys fail since the user running the AO is a restricted user.
    Also, if I tick the "run in WS security space", and click apply ... the selection is cleared - the check box never remains on.
    If I associate by user, then everything works fine.
    It's as if the entire distribution section runs as user if the "force run as user" is associated. I don't really want to associate by user - I would prefer WS as this only needs to be run once per WS.
    Any advice on this?
    I presume the distribution section should not behave in this way?
    I have created new AOs to see if these problems persist and they do!
    Please let me know if you need more info.
    Thanks!

    Originally Posted by craig_wilson
    That does not sound like proper behavior.
    What agent version are you running?
    >
    > If I associate by user, then everything works fine.
    > It's as if the entire distribution section runs as user if the "force
    > run as user" is associated. I don't really want to associate by user - I
    > would prefer WS as this only needs to be run once per WS.
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.
    7.0.1.0 - have been running this for some time.
    I'm presuming you will say upgrade :)

  • Reinstall Force Run application

    I have an application object (Symantec) set to Force run and install once upon login. Everything went well on most computer, but I have a handful of computers that need to have it reinstalled to resolve an issue. Since the application object is only set to force run and run once I cannot verify the installation. Also zenworks thinks that the installation has been successful, so it's not trying to reinstall the application. In this case, do I have to create another app object to uninstall, then reinstall and apply it to users as it's needed? Does anyone has any suggestions as to what they have done in this situation? I would like to get away from manually adding users as needed if possible.
    Thanks,
    Andy

    Andy_DeWees,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Force run for workstation associated apps

    Today I tried deploying the groupwise client as an MSI app. I scheduled the app for between 5:00pm and 5:10pm (just for testing) , associated the app to a workstation with Force Run and Application Launcher enabled. I was logged into the desktop of the workstation so I could watch the process as it happened. had NAL up to make sure the application icon showed up.. it didnt show up until 5:00pm, which is fine (even though Always Show Icon is checked)... the problem was.. it didn't start installing automatically.
    After messing around with different settings, it appeared the only way I could make it work was to check the "force run as user if workstation associated" box was checked. It would then seem to auto-install somewhere in the time slot.
    This doesnt seem right to me... as there must be a point to the force run for a workstation association by itself. Tried bumping the version, etc..
    Thanks for any tips or explanations

    Shaun,
    Thanks. So let me see if I understand. The workstation helper starts before you even login to the workstation.. so if you force run an app associated to a workstation, it should run at the login screen.. but only if you have the "distribute in workstation security space" is checked (because its an MSI). Right?
    If its not checked, then the app wont get installed when Workstation Helper starts.. even after the user logs in, because the workstation helper has already decided it cant run it. Correct?
    Thanks for your help.. so many lil quirks and want to get it right

  • How to restart/force run of APEX jobs?

    Our development server system date was temporarily set to a period in the future, which meant that our Oracle jobs were left with their 'next date' also set to a time in the future.
    For most of our jobs, we could simply log in as the schema owner and manually restart/run the affected jobs.
    With the APEX-based jobs, we has a problem in that they were owned by the 'flows' user and their password was unknown/random from installation.
    We got around the problem by using the 'su' method (see http://asktom.oracle.com/tkyte/Misc/su.html) to temporarily change the password.
    Is there an official way of restarting/force-running APEX jobs? By default, there are the mail queue flushing and session clearing jobs but I assume that any other jobs created within APEX will have similar issues?

    Hello,
    This is what you can do in SM37.
    Execute the list of batch jobs, when the result appears on the screen edit the ALV grid via CTRL+F7.
    Now add the following columns "TargetServ" and "Executing server".
    You will now have two extra columns in your result list.
    TargetServr contains the value of the application server where the job should run when you have explicitely filled it in.
    Often this is empty, this means that at runtime SAP will determine itself on which application server the job will run (depending of course where the BGD processes are defined).
    Executing server is filled in always for all executed jobs, this is the actual application server where the job has run.
    You can also add these two fields in your initial selection screen of SM37 by using the "Extended job selection" button.
    I hope this isusefull.
    Wim

  • Is it possible to create mandatory advertisement without force Run

    Hi All
    1.We want to create the mandatory advertisement with without force run and want to run it from RAP
    2. I already knows that if I will create non mandatory advertisement it will sit in RAP and will not run.
    But I want to implement point 1 as I want content to be downloaded in cache quickly and want to run it manually from RAP.

    Hi Jason
    thanks for the reply ,I got answer from your different post ,we can give longer future date to avoid execution of mandatory application .
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/a327e7ce-58aa-40d5-8fdd-35df1bc414f1/sccm-advertisement-precache-download-mandatory-but-not-force-run?forum=configmgrswdist
    actually what I wanted , is to download the application in advance in cache and execute later in future date
    every time I was selecting as soon as possible so it was forced run, now I made it future date working accordingly because I am running it from RAP now.
    Many Thanks Jason

  • For CF Server 9 developer win 64bit has the same running problems like 32bit, or more

    CFWACK8 reader:
    Better install CF Server stand alone - so no need  Apache? For CF Server 9 developer windows 64bit has the same running  problems like 32bit, or more?
    I have installed  http://www.apachefriends.org/en/xampp-windows.html ..WAMPP, well Mysql  may used by this CF Server 9 developer, although book use Apache Derby  embedded to cf server?
    CFEclipse plugin may installed either in my (separate) Flash Builder 4 or Eclipse Helios, or only to latter?

    CF 9 64-bit will generally be your best choice on a 64-bit platform, unless you specifically require something that's not available in 64-bit, like COM.
    For development, the built-in web server is fine. But if you want to learn how to manage a web server, it's good to install Apache and configure CF to use that.
    You may use any SQL engine for which there are JDBC drivers, including MySQL. Apache Derby is used for demos, etc, because it's bundled with CF. You don't want to use it for real projects, though.
    You can install CF Builder in any modern Eclipse, including Helios or Flash Builder. This is largely a matter of personal preference. I've encountered some features that don't work properly unless you let CF Builder install its own bundled Eclipse, but these are features that I don't use much anyway.
    Dave Watts, CTO, Fig Leaf Software
    http://www.figleaf.com/
    http://training.figleaf.com/

  • Applet running problem in ie 6.0 under Windows XP

    Applet running problem in ie 6.0 under Windows XP
    I have a PC running Iternet Explorer 6.0 running under Windows XP. I have developed an applet using JDK 1.3 which is running fine with applet viewer , but it is not running in ie. I have installed Netscape navigator and Opera 5. the applet is running fine in both of these browsers but somehow it is not running in IE.
    Later on I upgraded my JDK to 1.4. It also displays use Java2 (V1.4.1) for <applet> (requires restart) tck marked in Advance section under Tools-Options menu of IE.
    I have also tried and set various options in my Control Panel�s Java Plug-in but all in vain. I have searched the sites for this solution but no one answers specifically.
    I know it�s a small problem due to discarded JVM in IE under Windows XP but give me solution for that.
    Thanks in Advance
    [email protected]

    Dear I have the same problem .
    Applet running problem in 6.0 . Enen I have installed the latest Jre 1.5.
    What should I do. I am fedup with this problem.

  • "Force Run" - Ordering and avoiding conflicts

    Hi folks.
    This has been asked before, in different formats, but no answer I have found answers my question.
    ZCM 10.3
    We have quite a few "force run" bundles.
    However, they may have different user or device assignments.
    e.g.:
    Bundle1 = MSI installation, assigned to STAFF Users, to run at login.
    Bundle2 = MSI installation, assigned to ALL Devices, to run at refresh.
    The installation order must be Bundle1 then Bundle2.
    It should be noted that there are many more than 2 bundles, and not all are MSI.
    Some may be run once, others may need to run many times.
    I'm a bit confused on the best way to accomplish the order, and to avoid conflicts. For example:
    If they are two separate bundles, then they may both attempt to run at the same time.
    There would be an MSI error on one (as you can only run one MSI at a time).
    If I create a bundle group, then I can't assign the first to run on STAFF only at login, and the second to run on ALL devices at refresh.
    If I create a bundle chain (dependencies), then I can't assign the first to run at login, and the second to run on refresh.
    I can't put in requirements for each bundle as they are not directly related to each other.
    What is the best solution to ensure that I can have different types of force run relationships, but maintain an order?
    Thanks.

    Hi Clem,
    Could you please Contact me Offline at [email protected]
    I would like to chat about different ideas and perhaps some way some
    tools may help.
    On 7/20/2011 10:36 AM, ClemClark wrote:
    >
    > Hi folks.
    > This has been asked before, in different formats, but no answer I have
    > found answers my question.
    >
    > ZCM 10.3
    >
    > We have quite a few "force run" bundles.
    > However, they may have different user or device assignments.
    >
    > e.g.:
    > Bundle1 = MSI installation, assigned to STAFF Users, to run at login.
    > Bundle2 = MSI installation, assigned to ALL Devices, to run at
    > refresh.
    > The installation order must be Bundle1 then Bundle2.
    >
    > It should be noted that there are many more than 2 bundles, and not all
    > are MSI.
    > Some may be run once, others may need to run many times.
    >
    >
    >
    > I'm a bit confused on the best way to accomplish the order, and to
    > avoid conflicts. For example:
    >
    >
    > -If they are two separate bundles, then they may both attempt
    > to run at the same time.
    > There would be an MSI error on one (as you can only run one MSI at a
    > time).
    >
    > If I create a bundle group, then I can't assign the first to run on
    > STAFF only at login, and the second to run on ALL devices at refresh.
    >
    > If I create a bundle chain (dependencies), then I can't assign the
    > first to run at login, and the second to run on refresh.-
    >
    >
    >
    > I can't put in requirements for each bundle as they are not directly
    > related to each other.
    > What is the best solution to ensure that I can have different types of
    > force run relationships, but maintain an order?
    >
    > Thanks.
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Random app force close problems and other issues on Droid

    Has anyone seen droid apps randomly force close a lot lately? I bought the Droid and have been having constant problems after the initial update. 2.2 brought no comfort. Facebook video never worked, screen has been jumpy, lots of random app resets and force close problems showing up lately, and the 3G speeds which was about the only good thing about Verizon has become very slow lately. This thing is starting to make windows mobile 6x look good.
    This Droid device has seriously grown long in the tooth now. After nearly 10 yrs on verizon network, I'm seriously thinking of going back to AT&T for the iPhone or the new Windows 7 Phone. Anyone else feel that way about your Droid?

    Don't get me started with the Facebook app. Lets leave it at FAIL. But, yes. I've noticed it with maps, espescially if your in a moving vehicle when you open the app. Something about the gps and being in motion at the time. But, I've had it freeze from opening the camera to a few 3rd party apps. Very frustrating to the point that I'll take a regular phone AND a regular laptop, thank you. (<--not interested in renewing)

  • Is Apple ever going to address this force reload problem in Safari?

    Seriously, Safari 5.1 is, for all intents and purposes, completely disabled now.  I leave a lot of windows and tabs up at any given time, and when I return to a window after having been someplace else (usually coding in a plain text environment), the window reloads.  If I try to stop it, I get the dreaded message, "Webpages are not responding, so loading cannot be stopped.  Do you want to force reload this page and all pages in other tabs and windows?"  Obviously I do NOT always want to to that!  As of yesterday afternoon, Safari doesn't run at all, because it has never stopped reloading pages.  It's been doing this for over twelve hours.  I'm reading messages all over the support community that indicate MANY people are having this problem.  When is someone at Apple going to address this??

    I am still having this problem occasionally, but one thing I did that helped immensely was to:
    1.) Disk Utility > First Aid > Repair Disk Permissions, and
    2.) Empty Cache in Safari (maybe even for extreme issues just "reset Safari."  It's actually no big deal.)
    I was told to do this; I am by no means an expert, so kudos to my buddy for this solution--hope it helps!

  • G5 Force-boot Problems

    I'll see if anyone can work this one out, as I'm stumped by it.
    Can't get my PowerMac G5 1.8 Single to obey any startup keystrokes.
    Only discovered this recently when I tried to boot from the original installer CD, held down C and it just ignored the command and went straight to boot from the Hard Drive.
    I should also be able to hold down option at restart and it should give me a choice of which OS I want to boot from, however it ignores this command aswell. I've since tried single-user mode, zapping PRAM, open firmware. Ignores boot commands for the lot! I don't seem to be able to force boot anything at all.
    I've run TechTool's hardware test, can't run the Apple Hardware Test as you have to boot this from CD which it won't let me do. I've run Disk Utility, no faults with hardware, permissions or software.
    All the firmware is current, at 5.2.2f2. The machine does have some non-Apple RAM (Kingston) installed. But only on 2 DIMM's the other two are Apple.
    It's not really a problem at the moment, but obviously if it crashes it will be.

    teuanm-
    Greetings and welcome.
    You must be using a wired keyboard for any key command to work a bootup. If you are and your commands are being ignored then it is time for another keyboard.
    Luck-
    -DaddyPaycheck

Maybe you are looking for

  • Unable To Delete A Music File From iPhone 4S

    There is a music file on my iPhone 4S that I can not delete via the phone or via iTunes (iTunes does not recognize the file but I can play it via the phone directly).  When I pull up the file in my "music" folder there is no "delete" option.  Any ide

  • Alloting freight on item cost on basis of volume(diffrent way)

    Hi all During GRPO the client wants to allocate freight, custom duty on the cost of item. The allocation of freight should be on the basis of CBM/ Volume. The calculation is shown below: Item           custom duty     CBM/Volume       qty    unit pri

  • Archive Link and SBO

    Hi all, do you know if its possible to use archive link with SAP Buisness One? We want to connect SAP Business One and the document management system from hyperdoc. Thanks for help. Best Regards, Thilo

  • Ibook monitor hook-up

    Many people here seem to need help using an external screen with their ibook, I however need help the other way around! Is it possible to use my ibook G4's 1024x768 screen as a monitor for a computer that's currently monitor-less?

  • Grouping similar movies under one thumbnail

    Hi, I've bought a few movies from iTunes that are part of a series, like Star Trek, Die Hard, etc. I want to group such moves together so that (for example), all the Star Treks appear together under one thumbnail - like episodes are grouped in season