Can't find modules

I'm following the instructions on this page:
http://helpx.adobe.com/content/help/en/business-catalyst/using/add-blog.html
But when I click on the drop down to select a module, there are no selections.
What am I not understanding?
Create a blog module
Select Modules > Blogs, and click Add Blog.

Thank you for posting.
The free sites you get with cloud subscriptions are on webbasics plan. Unfortunately, the "modules" feature is unavailabe in webbasics plan. Please refer to the following link for more info on plans and available features http://www.adobe.com/products/business-catalyst/buying-guide-subscript ions.html
Warm Regards,
Aishvarya Rastogi

Similar Messages

  • Kernel Panic!!! Can't find modules.dep

    Hello, everybody,
    Yesterday I followed the Kernel Compilation From Source topic on arch's wiki. So i did:
    wget -c http://kernel.org/pub/linux/kernel/v2.6 … 31.tar.bz2 (not 2.6.28)
    cp linux-2.6.31.tar.bz2 ~/kernelbuild/
    cd ~/kernelbuild
    tar -xvjf linux-2.6.31.tar.bz2
    cd ~/kernelbuild/linux-2.6.31
    make mrproper
    make menuconfig
    I didn't change nothing in menuconfig.
    So I created PKGBUILD and kernel26.install
    makepkg -c
    pacman -U kernel26-my-2.6.31.5-1-i686.pkg.tar.gz
    Everything with no problems. Except for one thing. When I did "pacman -U kernel26-my-2.6.31.5-1-i686.pkg.tar.gz" it returned conflicts with: vmlinuz26.img and *.map (I don't remember the names, the first it something like vmlinuz26.img but the second I only remember the extension *.map, I problably can remember if i see the names again). So I deleted these 2 files (I thought the new kernel would create these 2 files again).  After delete them, I runned again "pacman -U kernel26-my-2.6.31.5-1-i686.pkg.tar.gz", now with no erros. I restarted and BOOM!!!
    When I start appears the ERROR: could not load /lib/modules/2.6.31/modules.dep: file not found
    But I started from my Ubuntu and I can see modules.dep there. Maybe, it is searching in the /boot directory, instead the /
    What I must to do now? Is there a way to recover the old kernel? I think I made a backup. But I don't know how to access it, because my Ubuntu can't (only the owner can) and I don't how to use the live cd, because I know the Ubuntu-like live cd, but I can't find a live cd for Arch. So, is there a way to solve the problem? Please, reinstall Arch is the last option.
    ----------- EDIT ---------------
    Maybe I have to configure my bootloader (GRUB). But how do I do that?
    Last edited by igmx94 (2009-12-07 14:03:46)

    Gcool wrote:Have a read through this.
    Actually, turns out I was reading that when you posted.
    Here's where I'm stuck.
    After mounting proc, sys, and dev I did the mkinitcpio but now I receive:
    ERROR: '/lib/modules/3.0-ARCH/' is not a valid kernel module directory
    Which is accurate, because my /lib/modules is 3.3.4-1-ARCH. 
    So I checked for what could be setting that incorrectly with
    grep -r "3.0-ARCH"
    Only thing I found was in etc/mkinitcpio.d/exmple.preset
    But even in that file the line is commented out with #fallback_kver="3.0-ARCH".
    I didn't think I was using any defaults since I specify the -c command to mkinitcpio.
    Where is it getting this 3.0-ARCH kernel version from?

  • Can't find modules or libraries

    I am trying to compile some fortran 90 code. I am using the -M option to specify the location of modules as indicated by the following line:
    f90 -M/home2/pncgisho/jensen/apps/f90gl-1.2.9/include/GL -c mod_OpenGL_visualization.f90
    However, I get the following error message:
    use opengl_glut
    ^
    "mod_OpenGL_visualization.f90", Line = 3, Column = 6: ERROR: "OPENGL_GLUT" is specified as the module name on a USE statement, but the compiler cannot find it.
    I know that the module is located in the directory as specified. The most frustrating aspect of the problem is that on another machine (both are SunBlade 2000's) the compiler can find the modules. I have the directories configured exactly the same on both machines and I use the exact same makefile. Do you have any suggestions as to why the compiler cannot find the modules?
    I am also having a similar issue with the linker not being able to locate libraries, eventhough I am using the -L and -l options to specify the location and names. With the libraries, if I give the complete path and name of the library (i.e., /usr/lib/libmylib.a), the linker will find it. Otherwise I get the message that the linker cannot find the libraries.
    Any help will be greatly appreciated.
    Sincerely,
    Richard Jensen

    The option -M is the one you want. Is the directory containing the
    .mod file on the machine where the compilation is done? If not,
    try copying the .mod file to a directory on the machine where the
    compilation is done, and use the option -M to specify that
    directory. If you are accessing the file using NFS, you might need
    to prefix the pathname for the directory.
    Sincerely,
    Bob Corbett

  • Powershell can't find modules that worked before

    Hi All, I am hoping someone can provide a simple solution to my question. For starters, here is what I am working with:
    OS: Windows Server 2012 R2 setup in an RDS farm configuration
    Powershell Info:
    Name                           Value                                                                                  
    PSVersion                      4.0                                                                                    
    WSManStackVersion              3.0                                                                                    
    SerializationVersion           1.1.0.1                                                                                
    CLRVersion                     4.0.30319.34209                                                                        
    BuildVersion                   6.3.9600.17400                                                                         
    PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0}                                                                   
    PSRemotingProtocolVersion      2.2       
    About a week ago I was able to launch powershell, type import-module remotedesktop and press enter so that I could perform various RDS functions in Powershell that cannot be done through the Windows GUI.
    Now when I attempt to do so, I get the following:
    import-module : Could not load file or assembly 'Microsoft.RemoteDesktopServices.Management.Activities,
    Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find
    the file specified.
    At line:1 char:1
    + import-module remotedesktop
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Import-Module], FileNotFoundException
        + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
    When I look under C:\Windows\System32\WindowsPowerShell\v1.0\Modules I can see a folder for RemoteDesktop and it contains Powershell scriptmodules. No windows updates were applied to the server and the event logs are clean as a whistle.
    My question is simple, what did I do wrong?
    Update:
    when I open a command prompt window and type
    "powershell -importsystemmodules", I am then able to proceed to
    import-module remotedesktop from the CMD prompt and perform the functions that I need to do. Not sure why in the world this would suddenly work only under CMD and not Powershell.                 

    Hi All, I am hoping someone can provide a simple solution to my question. For starters, here is what I am working with:
    OS: Windows Server 2012 R2 setup in an RDS farm configuration
    Powershell Info:
    Name                           Value                                                                                  
    PSVersion                      4.0                                                                                    
    WSManStackVersion              3.0                                                                                    
    SerializationVersion           1.1.0.1                                                                                
    CLRVersion                     4.0.30319.34209                                                                        
    BuildVersion                   6.3.9600.17400                                                                         
    PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0}                                                                   
    PSRemotingProtocolVersion      2.2       
    About a week ago I was able to launch powershell, type import-module remotedesktop and press enter so that I could perform various RDS functions in Powershell that cannot be done through the Windows GUI.
    Now when I attempt to do so, I get the following:
    import-module : Could not load file or assembly 'Microsoft.RemoteDesktopServices.Management.Activities,
    Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find
    the file specified.
    At line:1 char:1
    + import-module remotedesktop
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Import-Module], FileNotFoundException
        + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
    When I look under C:\Windows\System32\WindowsPowerShell\v1.0\Modules I can see a folder for RemoteDesktop and it contains Powershell scriptmodules. No windows updates were applied to the server and the event logs are clean as a whistle.
    My question is simple, what did I do wrong?

  • CFP-2000 can't find modules on bank

    Hello,
    I'm using this cFP-2000 for a while, and now I have another problem:
    The cFP-2000 cannot find any module connected to it, when I go to MAX and ask to find devices, all I got is the controller itself.
    I already did change the IP, the power supply, format the field point and install old drivers, but nothing changed.
    The LED "Ready" on the modules remain off, only the "Power" LED is ON the entire time.
    Does anyone know how to solve this problem?
    Thanks in advance.

    I'm completely sorry, Abel_Souza, but we're in the middle of something big and I could not stop the system for a detailed analisys until now.
    It seems that the cFP-2000 can only operate the module on the first position of the bank, any module inserted here works, but when it comes to another slot it won't turn on the "Ready" LED and can't be identified on MAX.
    The report is provided in the attachment.
    I hope you can help me with that.
    Greetings,
    Tassio Borges.
    Attachments:
    ni_support.zip ‏46 KB

  • Xorg trouble can't find module "r128" [Solved]

    Hello Everybody,
    After upgrading to the latest Xorg, I can't get the "r128" driver to load, which should be included in the xf86-video-ati package, I can get X to start with the "vesa" driver and NoAccel options set, but the "r128" driver used to work very well, even providing direct rendering.  I have to have the "AllowEmptyInput" "off" option, in order to have my input
    devices to respond, the rest of the xorg.conf is pretty much stock except I've set my default depth very to 8 to  improve usability and I've turned hardware accelleration off. 
    I believe I should be using the r128 driver, which should be provided by xf86-video-ati and, yes, it's installed.  My graphics card is an ati rage 128 rl/vr agp.
    If I switch the driver to either "r128" or "ait" it will give me an error message that the "r128 module does not exist" or something along those lines.  I'm also having trouble with the onboard intel graphics on my other desktop, but I'll probably post about that in another thread, since there I can't get things to work even with the Vesa driver.
    Section "ServerLayout"
    Option "AllowEmptyInput" "off"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "xtrap"
    Load "dbe"
    Load "dri"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "KGAUniversal" # [<bool>]
    Option "NoAccel" "True"
    Identifier "Card0"
    Driver "vesa"
    VendorName "ATI Technologies Inc"
    BoardName "Rage 128 RL/VR AGP"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 8
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Edit: Here's the veribatim error messages:
    xauth: creating new authority file /home/fred/.serverauth.11907
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux tom_servo 2.6.27-ARCH #1 SMP PREEMPT Fri Nov 28 10:56:24 UTC 2008 i686
    Build Date: 09 November 2008 07:16:27PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 30 18:05:34 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (EE) Failed to load module "r128" (module does not exist, 0)
    (EE) No drivers available.
    Fatal server error:
    no screens found
    giving up.
    xinit: No such file or directory (errno 2): unable to connect to X server
    xinit: No such process (errno 3): Server error.
    setting driver to "ati" and "r128" produces the same output, driver "radeon" tells me no devices are detected.  The catalyst driver says it supports radeons, so I don't think it would support my card anyway, so I haven't bothered to try it.
    Help would be appreciated
    Last edited by pseudonomous (2008-12-01 19:20:13)

    The -ati driver only supports Radeon cards with the new Xorg. Install xf86-video-r128.

  • Modprobe can't find modules.dep

    Hi
    I lately compiled new kernel and I get this error during booting:
    modprobe: FATAL: Could not load /lib/modules/2.6.24-tuxonice-r9/modules.dep: No such file or directory
    modprobe: FATAL: Could not load /lib/modules/2.6.24-tuxonice-r9/modules.dep: No such file or directory
    despite file exist.
    After booting everything works fine. I try depmod -a and mkinitcpio -g /boot/kernelversion.img but still the same.
    How to get rid of this error?

    Gcool wrote:Have a read through this.
    Actually, turns out I was reading that when you posted.
    Here's where I'm stuck.
    After mounting proc, sys, and dev I did the mkinitcpio but now I receive:
    ERROR: '/lib/modules/3.0-ARCH/' is not a valid kernel module directory
    Which is accurate, because my /lib/modules is 3.3.4-1-ARCH. 
    So I checked for what could be setting that incorrectly with
    grep -r "3.0-ARCH"
    Only thing I found was in etc/mkinitcpio.d/exmple.preset
    But even in that file the line is commented out with #fallback_kver="3.0-ARCH".
    I didn't think I was using any defaults since I specify the -c command to mkinitcpio.
    Where is it getting this 3.0-ARCH kernel version from?

  • After having to reinstall my drive with applications I get a message with Premiere Pro CS5 that it can't find any "capable video play modules" and asks me to "update" my "video display modules". How do I do this? I am using a mid-2010 iMac 27" with 10.7.3

    After having to re-install my start-up drive recently I am getting a message with Adobe Premiere Pro CS5 that it can't find any "capable video play modules" and asks me to "update" my "video display modules". I am using a mid-2010 iMac 27" with OSX 10.7.3. How do I do this?

    Premiere is an Adobe application and is supported in their forums.
    Good luck.
    x

  • In the develop-module there is  a menu-option "settings proof". What does it do? Can't find any in

    Can't find any information in the help on this topic. Can anybody clear this up for me?
    Saam

    Thnx Ian, I’ll go try it out
    Saam
    Van: Ian Lyons [email protected]
    Verzonden: dinsdag 27 maart 2012 18:44
    Aan: Saam de Mooij
    Onderwerp: In the develop-module there is  a menu-option "settings &gt; proof". What does it do? Can't find any in
    Re: In the develop-module there is a menu-option "settings > proof". What does it do? Can't find any in
    created by Ian Lyons <http://forums.adobe.com/people/Ian+Lyons>  in Photoshop Lightroom - View the full discussion <http://forums.adobe.com/message/4294793#4294793

  • Where can I find the equivalent tools in Photoshop that are in the develop module of Lightroom

    Friends:
    Where can I find the equivalent tools in Photoshop that are in the develop module of Lightroom?  For example I would like to use the shadow, clarity, lens correction and such tools but cannot find them in Photoshop.
    Thanks amigos
    Migs

    The obvious or not so obvious first. Depending on your knowledge. When you open a tiff, jpg, or camera' raw format they can be opened in Adobe Camera raw first which has identicle controls to lightroom's develop module.
    Starting with I beleive CS5 maybe 4, some of the tools made their way into photoshop it self. Take a look at the camera lens filter, the Image>Adjustment menu or the adjustment layers which now support vibrance for example.

  • Can't find s:Module

    Hi everyone:
    I just can't find the <s:Module>,  is there any chance to use <s:state> and <s:transitions> in <mx:module>
    It is very strange..
    thanks

    Not everything is available at the moment in spark but over time more and more mx functionality will end up in the spark set. FB2 is much better at dealing with the mixing of mx and spark and this will keep improving as bugs are ironed out
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Module xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/halo" layout="absolute" width="400" height="300">
    <fx:Declarations>
    <s:Animate />
    </fx:Declarations>
    <fx:Script>
    <![CDATA[
    ]]>
    </fx:Script>
    </mx:Module>
    the above is the basic mx module it still will allow you to mix spark and mx, so yes you can use mix and match, the caveat being that at the moment you may run into some issues but thats what testing is all about. If you have any problems you can always put your code up for others to look at, if it is a compatibility issue then it can be listed as a bug.
    David.

  • How can i find out the resolution and accuracy of PXI-6602 module?

    I have a 32 bit  8 channel PXI-6602 counter module.  PXI card is interfaced to PC with MXI-4 link. How can i find out the resolution and accuracy of this system.What is the maximum accuracy and resolution i will get from this system. Because optical signal to cmos conversion signal is given as a input to the counter.

    Hi chandhu,
    Were you referring to the accuracy of the count register or the timing clock? 
    PXI-6602 specifications can be found in the NI 660x Specifications.  The resolution of the count register is, as you’ve noted, 32 bits.  This corresponds to a maximum count value of 4,294,967,295.  As long as all of the edges are in accordance with TTL specifications, the accuracy of the count register is 100%.
    On the other hand, the PXI-6602 baseclock accuracy takes on the baseclock accuracy of the PXI CLK 10 signal.  Again, this is all found in the specifications.
    You may also want to check out the NI 660x User Manual – it contains a lot of details on the operation of these counter/timer devices.
    I hope this helps.  Please post back if you have further questions.
    Ed W.
    Applications Engineer
    National Instruments

  • Configuration of FP-Modules. In the catalog is something written about sending data on data change. There is a checkbox in the FP-Explorer but I can�t find a configuration menu in FP-Explorer to set the threshold value at which the data will be send.

    Configuration of FP-Modules. In the catalog is something written about sending data on data change. There is a checkbox in the FP-Explorer but I can�t find a configuration menu in FP-Explorer to set the threshold value at which the data will be send.

    : Configuration of FP-Modules. In the catalog is something written about sending data on data change. There is a checkbox in the FP-Explorer but I can�t find a configuration menu in FP-Explorer to set the threshold value at which the data will be send.The FP-1600 modules automatically send data on-change only. The change threshold is by default 0%. Any change, even a single least significant bit change, is sent back to the computer. If the FP-1600 firmware revision supports deadbanding (firmware revision 3.0.x and later, can be downloaded from ftp://ftp.ni.com/support/fieldpoint/Update/FPEthernet0320.zip ). Then on each analog channel or count channel you can specify a percentage change for deadbanding in FieldPoint Explorer. This is done on a channel by channel basis, by right-clicking on the particular IO module and choosing Edit this Device, then choosing Channel Configuration. Each channel (if it supports deadbanding) will have a deadband entry box on the middle right side of the screen).
    The FP-1000/1001 seri
    al network modules do not support deadbanding. The checkbox in FieldPoint Explorer is simply for how FieldPoint Explorer displays the data to the user and does not effect client programs nor the behavior of the network module itself.
    Regards,
    Aaron

  • Can't connect from Windows - "Can't find a vfs module [darwin_acls]"

    Since upgrading to 10.5 (now at 10.5.4), I've been unable to connect to my mac from windows using File Sharing. I get an error message in windows after browsing to my machine that says:
    "<machine name> is not accessible. You might not have permission to use this network resource. Contact the administrator of this erver to find out if you have access permissions.
    The network name cannot be found"
    Checking my /var/log/samba/log.smbd, I see this:
    2008/07/25 12:31:36, 0 /SourceCache/samba/samba-187.1/samba/source/lib/opendirectory.c:opendirectoryuser_auth_and_sessionkey(679)
    dsDoDirNodeAuthOnRecordType gave -14091 [eDSAuthMethodNotSupported]
    2008/07/25 12:31:36, 0] /SourceCache/samba/samba-187.1/samba/source/auth/authodsam.c:opendirectory_smb_pwd_checkntlmv1(383)
    opendirectoryuser_auth_and_sessionkey gave -14091 [eDSAuthMethodNotSupported]
    2008/07/25 12:31:36, 0 /SourceCache/samba/samba-187.7/samba/source/smbd/vfs.c:vfsinitcustom(155)
    Can't find a vfs module darwin_acls
    [2008/07/25 12:31:36, 0 /SourceCache/samba/samba-187.7/samba/source/smbd/vfs.c:smbdvfsinit(300)
    smbdvfsinit: vfsinitcustom failed for darwin_acls
    2008/07/25 12:31:36, 0 /SourceCache/samba/samba-187.7/samba/source/smbd/service.c:makeconnectionsnum(902)
    vfs_init failed for service <user.name>
    2008/07/25 12:31:37, 0 /SourceCache/samba/samba-187.1/samba/source/lib/opendirectory.c:opendirectoryuser_auth_and_sessionkey(679)
    dsDoDirNodeAuthOnRecordType gave -14091 [eDSAuthMethodNotSupported]
    Does anyone know what the problem is?
    Thanks.

    Hmm, when you use Finder->Go->Connect to Server (or apple-k), and type smb://1.2.3.4/Share, you aren't asked for a username and password? Could be that your keychains is supplying them, and perhaps that part of the problem. Can you delete your keychain credentials so that you are forced to enter a username and password? When you are asked for a username, use your "short name".

  • Adobe premiere can not find any module capable of playing video. Update the video drivers and start again.

    Adobe Premiere can not find any module capable of playing video. Update the video drivers and start again.
    I've tried all the options suggested and the problem continues.
    What else can I do?
    Note: I had already worked before.
    Windows 8.1
    Notebook i7, 8M memory, video card Nvidia (updated).
    Adobe Premiere Pro 2014
    Please help me. Thank you.
    mailto: [email protected]

    Here is a link to an Adobe TechNote about the same issue with an earlier (much earlier!) version of Premiere Elements and Windows XP.
    http://kb2.adobe.com/cps/324/324938.html
    I'll leave it to Steve and Bill as to whether the fix offered in the link for Premiere Elements 2 would still be applicable to your version of Premiere Elements.
    Hope this is of some assistance.

Maybe you are looking for

  • Problem posting pictures on Facebook?

    After upgrading to Lion I found I could no longer upload photos to Facebook from my iMac. I am brought to what I think is the Finder dropdown menu and cannot maneuver anywhere from there to find and choose the photo I want to post. I have run Lion Ca

  • & symbol in XML code

    Hi, I am using DI server to create service calls. The cardcode = M&B. When i try to assign to tags ,<Cstmrcode>M&B</Cstmrcode> it gives an error. So i replaced "&" with '&". This time im getting an error that says "No matching record found". Any solu

  • I need to get error from sql script launched from class

    Hello. I need to run a bat file (windows xp) inside a PL/SQL procedure and I must check the codes returned by the command. I am trying with these files: comando.bat sqlplus -s fernando/sayaka@ferbd %1 exit /Bkk.sql whenever sqlerror exit sql.sqlcode

  • Migrating repositories from Solaris to Linux

    Hi All I have a requirement to migrate Repositories from Solaris to Linux... Has anybody done it? OR Any ideas would be appreciated. Regards

  • Importing *.flm.PSD filmstrip into AE v7 - help?

    I'm using After Effects v7 (am just beging to learn how to find my way around this site), don't even know if I'm posting in the proper forum or not, but here goes - I've inported a ~2 second video clip from Premiere Pro v2 into Protoshop CS2 (importe