Parameter problem library persistence using associations

Hello

I have recently begun to use the Cairngorm persistence library and ran into a problem with the settings sometimes doesn't work does not correctly when you are using associations.  I use the library of persistence 0.10, 3.5 Flex and AIR 2.0.

The problem seems to be related to parameter names, and I was able to get around by renaming some of my settings.  I write about this here to try to determine the cause (and if it's a bug, hopefully get it fixed).

Here's a simplified example where I see the problem.

I create two classes, ObjectAssociatedWithPath and access path:

package
{
    public class Path
    {
        [Id]
        [Mapped]
        public var pathId:int;

        [Mapped]
        public var path:String = "C:/";

        public function Path()
        {
        }
    }
}

package
{
    public class ObjectAssociatedWithPath
    {
        [Id]
        [Mapped]
        public var objectId:int;

        [Association]
        public var path:Path;

        public function ObjectAssociatedWithPath()
        {
        }
    }
}

In my SqlMap, I have statements to create and insert elements into an array of path and a table OBJECTASSOCIATEDWITHPATH:

<grammar:Create id="createPathTable">
     CREATE TABLE IF NOT EXISTS PATH( PATHID INTEGER PRIMARY KEY, PATH TEXT )
</grammar:Create>

<grammar:Create id="createObjectAssociatedWithPathTable">
     CREATE TABLE IF NOT EXISTS OBJECTASSOCIATEDWITHPATH( OBJECTID INTEGER PRIMARY KEY, PATHID INTEGER )
</grammar:Create>

<grammar:Insert id="insertPath" type="{ Path }">
     INSERT INTO PATH ( PATH ) VALUES ( :path )
</grammar:Insert>

<grammar:Insert id="insertObjectAssociatedWithPath" type="{ ObjectAssociatedWithPath }">
     INSERT INTO OBJECTASSOCIATEDWITHPATH ( PATHID ) VALUES ( :pathId )
</grammar:Insert>

Finally, I have a function that creates the tables and inserts an object in each of them:

private function parameterTest():void
{
     var sqlSession:ISqlSession = persistenceClient.createSqlSession();

     sqlSession.beginTransaction();

     sqlSession.create("createPathTable", new CreateResponder(resultHandler, faultHandler));
     sqlSession.create("createObjectAssociatedWithPathTable", new CreateResponder(resultHandler, faultHandler));

     var path:Path = new Path();
     var objectAssociatedWithPath:ObjectAssociatedWithPath = new ObjectAssociatedWithPath();
     objectAssociatedWithPath.path = path;

     sqlSession.insertItem("insertPath", path, new InsertResponder(insertResultHandler, faultHandler));
     sqlSession.insertItem("insertObjectAssociatedWithPath", objectAssociatedWithPath, new InsertResponder(insertResultHandler, faultHandler));

     sqlSession.commitTransaction(new CommitTransactionResponder(resultHandler, faultHandler));
}

private function resultHandler():void
{
}

private function insertResultHandler(rowId:Number, rowsAffected:Number):void
{
}

private function faultHandler(error:SQLError):void
{
     var errorMessage:String = "Message: " + error.message + "\nOperation: " + error.operation + "\nDetails: " + error.details;
     Alert.show(errorMessage);
}

When I run this function, I get the following error:

Mismatch in parameter count. Found 1 in SQL specified and 2 value(s) set in parameters property.
Expecting values for ':pathId'

When attempting to execute the instruction at 'insertObjectAssociatedWithPath '.  If I rename "pathId' to 'thePathId' property, or specify a different setting for this property, i.e., name

        [Id]
        [Mapped(parameter="thePathId")]
        public var pathId:int;

It seems to work correctly.

For the association of the way, I think the constructor parameter to add pathId AND path to the settings property, even if I'm only using the pathId parameter.

Anyone have any idea why this is happening?

Thank you

Jay

This is caused by the hasNamedParameter @ NamedParameterBuilder function that checks for the existence of the already added parameters.

You have already added the 'path' parameter in your mapping, unfortunatelly hasNamedParameter() checks if sqlStatement.text.indexOf (parameter) >-1

and because *: pathId *.indexOf(":path") >-1 the pathId is omitted.

Tags: Adobe Open Source

Similar Questions

  • Problems with persistence

    Hello world

    It is my first post so excuse me in case I made a mistake. I'm a newbie in the development of BlackBerry applications and I have a serious problem with persistence. Indeed it does not at all. I use Eclipse IDE with BB plugin, version 4.7 and 8110 BB JDE Simulator.

    As nothing was working at all with persistence, I wrote this simple code that runs at the beginning of the application. First time PersistentObject content must be null and filled by a new "position". Next time I run the app the persistentObject content should contain only 'Position', shouldn't it?

    Here is the code for the evil, what am I doing wrong?

     private void prueba()    {       Posicion pos;       PersistentObject persistentPosicion = PersistentStore.getPersistentObject(Posicion.class.hashCode());       synchronized (persistentPosicion)       {           if (persistentPosicion.getContents() == null)           {               pos = new Posicion(-1.45878, 42.3657489, 12, new Date().getTime());             persistentPosicion.setContents(pos);                persistentPosicion.commit();            }           else            {               pos = (Posicion)persistentPosicion.getContents();           }                       }     }
    

    And the class 'position ':

    public class Posicion implements Persistable{ private double longitud;    private double latitud; private double velocidad;   private Long fecha;     public Posicion()   {       longitud = 400;     latitud = 400;      velocidad = 0;      fecha = new Long(new Date().getTime()); }       public Posicion(double longi, double lat, double vel, long fech)    {       longitud = longi;       latitud = lat;      velocidad = vel;        fecha = new Long(fech); }       public Long getFecha() {        return fecha;   }       public double getLatitud() {        return latitud; }       public double getLongitud() {       return longitud;    }       public double getVelocidad() {      return velocidad;   }       public void setFecha(Long fecha) {      this.fecha = fecha; }       public void setLatitud(double latitud) {        this.latitud = latitud; }       public void setLongitud(double longitud) {      this.longitud = longitud;   }       public void setVelocidad(double velocidad) {        this.velocidad = velocidad; }}
    

    I'd appreciate any kind of help. Feel free to ask what you consider necessary to solve my problem. I'm really stuck with it.

    Thanks in advance.

    JosuB

    in the jde, there is a string to long converter. try to use a generated for a long time for the store rather than the hash code.

  • Why do I images allowed in my library and I have not yet bought something? Why my library say I have 17 images, but I only see 9? Why can I not see a button "buy"? So frustrating, I want just to save pictures in my library to use as drafts

    Why do I images allowed in my library and I have not yet bought something? Why my library say I have 17 images, but I only see 9? Why can I not see a button "buy"? So frustrating, I want just to save pictures in my library to use as drafts before I commit to all the images that I need for my publication as my employer Gets the last word. I have not had any problems with $ Photo... * sigh *.

    Hello

    Please check the following for more information on the use of Adobe Stock:

    Adobe Stock help | Adobe Stock learn & support

    Currently, you have 6 allowed pictures and 22 available.

    Kind regards

    Bev

  • I'm having problems trying to use the

    IM Tony, I have an iPhone 6 more and since the update, I tried to use the animated messages but seems that theres also problem with the power button. The arrow leaves no other icons appear.

    Hi Indestruct1,

    I understand that you encounter some problems that can use the new screen effects and effects in the bubble Messages application. I have updated to iOS 10 as well and I love the new effects. I'll be happy to review some information for you.

    Use of the effects of message with iMessage on iPhone, iPad and iPod touch, this article stipulates that

    You need iMessage to send from the effects of the message. If you are unsure if you use iMessage or SMS/MMS texts, learn the difference. If you cannot send or receive effects of bubbles, make sure that you haven't reduce Motion activated.

    The same applies if you can't send or receive screen effects, check that reduce the Motion is turned off.

    Thank you for bringing your question in Apple Support communities. Have a great weekend.

  • Unfortunately I couldn't find another option in Firefox to describe the problem. I use Windows 7. Since the Firefox update (now I use 16.0.2) when I

    Unfortunately I couldn't find another option in Firefox to describe the problem.
    I use Windows 7.
    Since the Firefox update (now I use 16.0.2) when I use the Google Translator in Firefox, I can't copy and paste into Microsoft Word.
    But when I use it in Internet Explorer, I can't use the copy paste it to Microsoft word (MS Word 2010).
    my e-mail address: [email protected]

    Hello
    Thank you very much for quick help
    It's work with the instruction of Ctrl + C.
    perditer

  • Problems trying to use Ghost solution Suite 2.0 on Tecra M9

    We have recently bought a few M9s Tecras and now have a problem trying to use Ghost solution suite 2.0.

    It is necessary to install custom software every two weeks and have always used ghost solution suite 2.0 to recreate the image at a time, all our machines now the ghost starts and crashes before the session starts and then the fan goes mental...

    There are other posts that mention the use of switches in the cmd prompt, it works but only 1 machine at a time, which is of no use to us.

    How to use Ghost and image multiple machines at the same time?

    Arthur

    Hello

    It seems that you have some problems with this software, it freezes and I doubt it could be a problem with the laptop
    Why you n t come into contact with the solution of Ghost support Suite 2.0 in order to discover the question?
    In my opinion, this should be the first step to get some details why this software freezes...

    PS: since the Tecra M9 supports a SATA HDD controller you will need to include the SATA drivers to install and Windows operating system on this device, I guess that the package of the image that you created for several M9 contains the SATA driver files needed too. Check it!

  • Photos saving disk space to share images with your iPhoto or Aperture libraries.  Should which library I use to remove old photos?  If I delete old photos in iPhotos appear in pictures and vice versa?

    Should which library I use to remove old photos?  iPhoto or Photos?

    If you migrated a library iPhoto to Photos and you want to release the storage, you should remove the pictures of these two libraries.

    Related photos storage only comes out, after that the last linked file has been deleted.  If you do not use more of the iPhoto library, move it to a backup drive. Then simply delete the photos of your new photo library.

  • The contents of the iPhoto library "copy of iPhoto library" has already been migrated to Photos.  Open the Photos to display your library or use a compatible version of iPhoto to open the iPhoto library. How can I fix?

    The contents of the iPhoto library "copy of iPhoto library" has already been migrated to Photos.  Open the Photos to display your library or use a compatible version of iPhoto to open the iPhoto library.

    What you trying to do?

    You want to open your iPhoto library in iPhoto or the new Photos.app?  and what version of Mac OS X and iPhoto you have installed on your Mac?

    If you have improved your Mac to Mac OS X 10.11,2, El Capitan, you can open your photo libraries or in News Photos for application mac or you can continue to use iPhoto, but only iPhoto 9.6.1 will work on El Capitan.

    IPhoto update (see user tip of Barney: cannot be updated iPhoto because it is not available in the App Store)

    Once an iPhoto Library was opened in Photos the extension will change to ".migratedphotolibrary".  To open this library in iPhoto again, change the extension of filename in '.photolibrary '.

    See also: Photos if does not open a library that you have already migrated - Apple Support

  • I have a problem in the use of 'DAQassistant '.

    Hello world. I am a new learner to labview and China. When I use labview 2014 and DAQassistant with advantech USB4750, it will display ´error-536805376· "¢ Euou ToErrorCluster.vi ' and 'Get a unique temporary file name.' I reinstalled times serval labview and win7, but it still has the same problem (initially, I work well., but finally it did not work sorry for my english.and happy Chinese new year to all.

    a version of this tool also have problem then try using a different version of the

  • HOW DID PROBLEMAS CON MI USEFUL RED? ARE BRINGING ACTUALIZARLO Y NADA, ME DICE THAT IS INSTALLED THE MAS RECIENTE

    PROBLEMAS CON EL USEFUL RED

    CORPOS CON USEFUL MICROSOFT 6TO4
    USEFUL MICROSOFT ISATAP
    USEFUL #2 MICROSOFT ISATAP
    TEREDO TUNNELING PSEUDO-INTERFACE

    Hello

    See this page to select your language:

    http://support.Microsoft.com/common/international.aspx

    ====================================

    Or sorry that it is area English.

    On the top of this page click v (English) in the United States and set on your tongue.

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Problems faxes sent using Windows - Windows XP - Windows XP printing and fax

    I have Windows Fax properly installed under Windows XP SP3 with Aztech SoftK56 Data Fax PCI Modem (manufacturer CXT).  The modem receives incoming faxes, but does not send.  The Fax Console States that there is 'No response' to fax numbers that were entered correctly and I first rang just to check if they are indeed the fax number and if they work. This has been attempted without dialing rules, as well as the rules of composition and is still a problem.
     
    Fax numbers that I tried to send to are of the format: -.

    1 020-7833-nnnn 2.  020-07380-nnnnnn 3.  01324 - nnnnnn

     
    NB. an attempt was when the Fax Console has awarded occupied status "line".  It was too fake I think.
     
    Device Manager indicates that the Fax Modem works properly.  I agree completely with this.
     
    The Fax Modem receives incoming messages that suggest that the Modem is compatible with Windows Fax under Windows XP SP3 and I should also be able to send messages using Windows Fax.
     
    Have you the XP community and other suggestions?
     
    Problems with faxing using Windows Fax in Windows XP seems to have been a problem for a number of people.  However, there is no published statement of a solution that I can find.
    I have Windows Fax properly installed under Windows XP SP3 with Aztech SoftK56 Data Fax PCI Modem (manufacturer CXT).  The modem receives incoming faxes, but does not send.  The Fax Console States that there is 'No response' to fax numbers that were entered correctly and I first rang just to check if they are indeed the fax number and if they work. This has been attempted without dialing rules, as well as the rules of composition and is still a problem.
     
    Fax numbers that I tried to send to are of the format: -.

    1 020-7833-nnnn 2.  020-07380-nnnnnn 3.  01324 - nnnnnn

     
    NB. an attempt was when the Fax Console has awarded occupied status "line".  It was too fake I think.
     
    Device Manager indicates that the Fax Modem works properly.  I agree completely with this.
     
    The Fax Modem receives incoming messages that suggest that the Modem is compatible with Windows Fax under Windows XP SP3 and I should also be able to send messages using Windows Fax.
     
    Have you the XP community and other suggestions?
     
    Problems with faxing using Windows Fax in Windows XP seems to have been a problem for a number of people.  However, there is no published statement of a solution that I can find.

    Fax services Windows XP is not a very robust application.  The usual answer to questions such as yours is, "If the modem is not on the compatibility list hardware Windows XP, then it probably won't work with Services of Fax XP."  The problem with such a response is that the XP HCL (or whatever Microsoft changed its name to) is no longer available, and even if that were the case, you probably couldn't find one of the modems listed to sell more.

    Your phone numbers are clearly not to the United States.  In the United Kingdom perhaps?  If you are using dialing rules, so the number called and the call number must be included in the 'canonical form'http://support.microsoft.com/kb/318575/

    With the American numbers, this means that they would look like this: + 1 (202) 456-1414 (standard White House). If you call a London phone number, it could be something like this: + 44 (020) 7782-5000 (Sunday Times).

    I'm sure that you must sign, almost certainly you need parentheses and don't know the spaces and dashes. For this reason, I don't usually use dialing rules.

    When you leave the area for numbering rules uncontrolled, you must enter the phone number EXACTLY as you would if you were composing a normal phone using the line to which the modem is connected.

    Try to send a fax to your phone (mobile or not, it is not serious).  Is called ringtone? When answer you, you hear fax tones?

    Based on your answers to the above, we can (or cannot) be able to move forward in order to diagnose your problem.

  • I am facing problem in the use of applications of windows8. I am not able to use even a single App. What shoulg do. ?

    I am facing problem in the use of applications of windows8. I am not able to use even a single App. What shoulg do. ?

    Hi Shubham,

    You receive an error message when you try to use the Apps in Windows 8?

    Exactly how have you connected to the computer (Microsoft Account or Local account)?

    follow these steps to solve the app suggested you nuisance.

    Method 1:

    Run applications troubleshooting

    I suggest you to download and run the troubleshooter modern UI App.

    http://download.Microsoft.com/download/F/2/4/F24D0C03-4181-4E5B-A23B-5C3A6B5974E3/apps.diagcab

    Method 2:

    I suggest you follow the steps in the article. Here is the link for your reference.

    What to do if you have problems with a soft

    http://Windows.Microsoft.com/en-GB/Windows-8/what-troubleshoot-problems-app

    Method 3:

    I suggest that you check the proxy settings because if you use the Proxy Server, then the Apps in Windows 8 will not work.

     

    a. click on thegear box in the upper right corner in Internet Explorer.

    b. click onTools and then click Internet Options.

    c. click on theConnections tab, and then click LAN settings.

    d. Uncheckuse a proxy server for your LAN .

    e. clickOk.

    Hope the helps of information provided.

  • Problem starting Windows 8 (associated with quick start + Intel Smart Response Technology SSD cache)

    Hello
    I have a problem with the fast start-up of Windows 8. When I shut down my PC everything works fine, but when I turn on the PC, Windows will load until a certain point and then suddenly start screen appears again. The second departure is always successful.

    I discovered, when I turn off the Quick start, the computer starts without error on the first attempt. It goes the same for when I disable Intel Smart Response Technology (SSD cache). There are no problems when I use Hibernate mode.

    Recently I did a BIOS update, so I don't know if there is a setting in the BIOS that is may cause this error?

    Thanks in advance for any help!
    Martin

    Hi Martin,

    Glad to know you solved the problem. Thanks for sharing of the resolution, because it would help the other members of the community to the same question.

    Please do not hesitate to answer, in case if you need help or information on this issue.

  • Problem of conversion using imagemagick

    Hi all

    We used imagemagick to convert images to formats and sizes.

    Refunds are generated, but not size exact, as mentioned in the file 'extraRendition_definitions '.

    For example, size defined for the type of rendering "Basket" is ImageMagick_RenditionValidation_Cart = resizing "220 x 220 > ' , but the interpretation that results is produced for 220 x 90.

    I use 'RenditionValidation' rendition set to create "renditions" and is attached to the image as the primary file.

    Here is the extraRendition_definitions.hda file:

    <? had version = ' 10.1.3.3.2 (071031) "jcharset = UTF8 encoding = utf-8? >

    LocalData @Properties

    nConvertPath = / home/oracle/software/installers/nconvert/NConvert/nconvert

    ImageMagick = / usr/bin/convert

    ImageMagickIdentifyPath = / usr/bin/identify

    ImageMagick_DefaultSet_Web = resize 800 x 600

    ImageMagick_DefaultSet_Thumbnail = resize "80 x 80 >.

    ImageMagick_DefaultSet_Preview = resize "250 x 250 >.

    ImageMagick_DefaultSet_Primary = resize "250 x 250 >.

    ImageMagick_PraveenTestSet_PreviewTest = resize "80 x 80 >.

    ImageMagick_PraveenTestSet_ThumbnailTest = resize "250 x 250 >.

    ImageMagick_PraveenTestSet_WebTest = resize ' 100 x 100 > '.

    ImageMagick_RenditionValidation_PDP = resize "150 x 150 >.

    ImageMagick_RenditionValidation_PLP = resize "80 x 80 >.

    ImageMagick_RenditionValidation_Cart = resize "220 x 220 >.

    ImageMagick_RenditionValidation_Banner = resize ' 90 x 100 > '.

    ImageMagick_RenditionValidation_Summary = resize "60 x 90 >.

    ImageMagick_RenditionValidation_Confirmation = resize "360 x 1400 >.

    RenditionInfoEngine = command

    @end

    @ResultSet packedConversion

    2

    pcName

    pcDescription

    DefaultGraphicSet

    Requires the base game of default rendering

    PraveenTestSet

    To test the different sizes and formats

    CorporateImage

    Common requirements of corporate Format

    ProductCatalog

    CMYK Hi Res and evidence of Images for print

    DigitalPhoto

    Digital photos in various sizes

    WebImages

    Refunds for web applications and web images

    Print

    Refunds for pproductivity applications and put in page

    @end

    @ResultSet DefaultGraphicSet

    6

    extRenditionName

    extEngine

    extType

    extSourceFile

    extParameters

    extDescription

    Web

    < $ImageMagick$ >

    Web

    < $InFilePath$ >

    "< $inFile$ >" < $ImageMagick_DefaultSet_Web$ > "< $outFile$ > .jpg '.

    A 72 dpi JPEG no wider than 800 pixels and not exceeding not 600 pixels

    Vignette

    < $ImageMagick$ >

    Vignette

    < $InFilePath$ >

    "< $inFile$ >" < $ImageMagick_DefaultSet_Thumbnail$ > "< $outFile$ > .jpg '.

    A 72 dpi JPEG no wider or higher than 80 pixels

    Overview

    < $ImageMagick$ >

    Overview

    < $InFilePath$ >

    "< $inFile$ >" < $ImageMagick_DefaultSet_Preview$ > "< $outFile$ > .jpg '.

    A 72 dpi JPEG no wider or higher than 250 pixels

    @end

    @ResultSet PraveenTestSet

    6

    extRenditionName

    extEngine

    extType

    extSourceFile

    extParameters

    extDescription

    WebTest

    < $ImageMagick$ >

    WebTest

    < $InFilePath$ >

    "< $inFile$ >" < $ImageMagick_PraveenTestSet_WebTest$ > "< $outFile$ > .png '.

    A 72 dpi JPEG no wider than 800 pixels and not exceeding not 600 pixels

    ThumbnailTest

    < $ImageMagick$ >

    thumbnailtest

    < $InFilePath$ >

    "< $inFile$ >" < $ImageMagick_PraveenTestSet_ThumbnailTest$ > "< $outFile$ > .png '.

    A 72 dpi JPEG no wider or higher than 80 pixels

    PreviewTest

    < $ImageMagick$ >

    previewtest

    < $InFilePath$ >

    "< $inFile$ >" < $ImageMagick_PraveenTestSet_PreviewTest$ > "< $outFile$ > .png '.

    A 72 dpi JPEG no wider or higher than 250 pixels

    @end

    @ResultSet RenditionValidation

    6

    extRenditionName

    extEngine

    extType

    extSourceFile

    extParameters

    extDescription

    PDP

    < $ImageMagick$ >

    PDP

    < $InFilePath$ >

    "< $inFile$ >" < $ImageMagick_RenditionValidation_PDP$ > "< $outFile$ > .png '.

    PDP page image

    PLP

    < $ImageMagick$ >

    PLP

    < $InFilePath$ >

    "< $inFile$ >" < $ImageMagick_RenditionValidation_PLP$ > "< $outFile$ > .bmp".

    PLP page image

    Basket

    < $ImageMagick$ >

    Basket

    < $InFilePath$ >

    "< $inFile$ >" < $ImageMagick_RenditionValidation_Cart$ > "< $outFile$ > .jpeg.

    Image to the shopping cart page

    Banner

    < $ImageMagick$ >

    Banner

    < $InFilePath$ >

    "< $inFile$ >" < $ImageMagick_RenditionValidation_Banner$ > "< $outFile$ > .tiff.

    Banner image

    Summary

    < $ImageMagick$ >

    Summary

    < $InFilePath$ >

    "< $inFile$ >" < $ImageMagick_RenditionValidation_Summary$ > "< $outFile$ > .gif '.

    Image for summary

    Confirmation

    < $ImageMagick$ >

    Confirmation

    < $InFilePath$ >

    "< $inFile$ >" < $ImageMagick_RenditionValidation_Confirmation$ > "< $outFile$ > .bmp".

    Image of confirmation

    @end

    @ResultSet ExtensionFormatMap

    2

    extension

    format

    jpg

    image/jpeg

    JPEG

    image/jpeg

    gif

    image/gif

    PNG

    image/png

    TIF

    image/tiff

    TIFF

    image/tiff

    @end

    @ResultSet RenditionInfoFormatMap

    2

    rifmFormat

    rifmEngineName

    TIF

    nConvert

    TIFF

    nConvert

    @end

    ========

    Am I missing something here, I need to generate refunds of exact sizes in the sense of 'RenditionValidation' as a whole.

    Thank you

    Praveen.

    This problem is corrected using the - culture, no action required.

    Thank you

    Praveen.

  • How to send a document archived in my library to use

    How to send a document archived in my library to use.

    Hello Tina,

    You want to use the document archived as a library template in your account E-Sign? If this is the case, then from now on, it is not possible. You must create the model directly uploading from your computer system.

    Kind regards

    -Usman

Maybe you are looking for

  • Reset iPhone when restrictions are on

    My son iPhone 5s has lit restrictions and in the House, no one knows what is the password! The phone uses my husbands iTunes account, but the App Store is not available on this subject, probably because of the restriction settings. We try reset the p

  • good ways to save labview project on a development computer directories

    I created an application recently. Every day will be copy and paste the project watch folder, rename it and change it. When I finished, I deleted the older file and left the latest version on the desktop. Yesterday, I thought to do a quick change aft

  • What is pluggable software components ActiveX?

    What is activex software components-ins mmc

  • BlueScreen "BCCode: 101"

    I get this error that when I play a few games and not others Signature of the problem:Problem event name: BlueScreenOS version: 6.1.7601.2.1.0.768.3Locale ID: 1033 More information about the problem:BCCode: 101BCP1: 0000000000000031BCP2: 000000000000

  • Access from outside ASA5505 DMZ

    I have a server (internal network) where I redirect all external smtp traffic (works fine), when I move this server to the DMZ and redirect all smtp traffic to change: static (inside, outside) tcp interface smtp 10.100.10.6 smtp netmask 255.255.255.2