Error in DTS Package.

Hello,
Could any body help me to find solution to this below error:
"This Version of DTS Package can not be Saved directly to the package.
  Please a dynamic script and as to EvDTSModify Task Script"
Thanks,
Satish.

If you are using SQL 2000, you will need to modify the package via the SQL 2000 DTS editor.  The eData > Organize Package modification process will not work with the SQL 2000 DTS packages, only SQL 2005 SSIS packages.
In the DTS editor, you will need to edit the EVDTSModify task to include the change you are attempting to make in the Advanced tab editor.

Similar Messages

  • Calling DTS package from Stored Procedure

    I am getting error calling DTS package from CF.
    So i want to call DTS package from SQL Server Stored
    Procedure.
    DTS package create text file. So no need of input or output
    parameter.
    What is the syntax?.
    thanks for ur help.

    Ted Kruger explains how this can be done in his blog post
    Run SSIS Package from Stored Procedure
    For every expert, there is an equal and opposite expert. - Becker's Law
    My blog

  • SQL Server DTS packages migration

    How to move DTS packages from SQL Server 2000 to SQL server 2008 version 
    can you plz provide me step by step procedure
    if i migrated DTS packages by using of save as option what will happen, is it working properly 
    and i had migrated DTS packages from sql 2000 to sql 2008 version but while i'm click to open the DTS i got below error
    ERROR:Managing DTS packages in SQL Server Management Studio requires the SQL Server 2000
    Data Transformation Services (DTS) runtime. To install the DTS runtime, on your SQL Server 2008 R2 installation media, locate and run the Windows Installer package for SQL Server 2005 Backward Compatibility (SQLServer2005_BC*.msi). You can also download the
    DTS runtime from the SQL Server Feature Pack page on the Microsoft Download Center. (Microsoft.SqlServer.DtsObjectExplorerUI)
    Kamal

    Hello,
    Please read below article completely
    Migrate DTS packages to SSIS
    For the error you got because you need to install DTS runtime , which is not present
    Support of DTS packages in 2008 R2
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers
    My TechNet Wiki Articles

  • Need to convert DTS packages to SQL Server 2012 environment.

    Hi Friends,
    As Part of the Project Requirement,we need to convert DTS packages to SQL Server 2012 environment.
    Please sugest me best approach.
    Thanks

    Best approach is to re-design the packages in SSIS 2012 directy if it is feasible. Because most of the DTS feaures are discontinued and also you will have to clean up all errors that you are going to get after migration.
    Discontinued Integration Services Functionality in SQL Server 2012
    Otherwise you need to migrate it first to 2008R2 and then 2012 version.
    Below ones would be helpful for you:
    Migrate DTS packages to SSIS (SSIS2008R2)
    Support of DTS packages in 2008 R2
    Known DTS Package Migration Issues
    Cheers,
    Vaibhav Chaudhari

  • SQL Agent job running DTS package running in SQL 2005 is unable to run if job onwer is not logged onto server

    I am currently working on a SQL Server upgrade project for a a client where I am converting old dts packages to SSIS. However for a few of the packages no conversion is allowed to be done. For these few packages I have to use dts legacy components in SQL
    2005 on a windows 2003 server to run them.
    These packages use CAPICOM via an Active X script in the package to envelope connection string data for security within the package. Consequently I have to register the capicom.dll for the job owner (which will execute the job via proxy) and install private
    and public key files via internet explorer. I also do this when I am logged in with my account so i can test the package.
    I have created a SQL Server Agent Job which is used to execute the package. We have a schedule account which is local admin on the server and sysadmin within SQL Server. This account is used to create a credential and then a proxy for the CmdExec subsystem
    is then created based on this credential. A CmdExec job step is then added to the job. The directory of  cmd file which calls the dts package is then entered in the command window.
    Finally a recurring schedule is added to execute the job every 5 minutes. 
    If i am logged in to the server using the scheduled account the schedule runs successfully. I am also able to run the command file manually by double clicking on it. The DTS package is run successfully. However once the schedule is set up and I log off the
    machine and log onto my development machine with my normal account and fire up  SQL Server. I connect to that instance with the schedule and see that the job is failing with and Active X error in the package. From experience with this package this Active
    X  error occurs when the user executing the package has not registered the capicom.dll. This has already been done for the scheduler account because the job runs when the scheduler account is logged in on the server. 
    It almost seems as though the job will only run if the Scheduler account is logged on. If i log directly on to the server with own user account I am able to manually execute the package via the cmd file which indicates that the capciom.dll is registered
    under my account. Yet if I try an run the job in SQL Server when I am logged in under my account (using the scheduler account proxy) then the job fails.
    Does anybody have any idea why this may be happening? Any ideas would be much appreciated

    Run the job SSIS step under a proxy account that is derived from the domain account, non-expiring password and has been set to have all the necessary rights.
    How to is here: http://www.mssqltips.com/sqlservertip/2163/running-a-ssis-package-from-sql-server-agent-using-a-proxy-account/
    Arthur
    MyBlog
    Twitter

  • How to Import a DTS Package, while keeping version History in Destination Intact

    Hi Guys,
    Not sure if this is the right forum for my question. But I couldn't find any other DTS forum to post my query.
    Basically, I have my Production Environment in SQL 2008R2 and it contains few DTS [NOT SSIS!!!!] packages in Management > Legacy. One of those packages, Let's say is, 'PackageA.dts'.
    Now for the PackageA, we have versions of last couple of years (almost 11 versions we have for this package), recently in Test Environment (again, SQL 2008R2) we made Lot of changes to that Package and now we want bring that package from Test Env. to Production.
    But a) we prefer not to 'open it in Prod then make all individual changes one by one' rather we just need to kind of overwrite/replace our existing Production Package   b) also, we don't want to loose version  history for the Existing PackageA.dts
    in Production, so anytime we can rollback when required.
    Any Idea if I can? [Please don't post non relevant answer like, convert DTS to SSIS. Sorry if I sound rude, really will appreciate if some one can try helping me.]  
    Regards, Avik M.

    Hi ArthurZ... "...No deletions, just import, it overrides the prod package" --- Is that the
    case? If so, it could have resolved my issue I guess. But that's not happening...
    If I don't delete and try to import same named package, I get below error::
    TITLE: Object Explorer
    DTS Package 'PackageA' already exists with a different ID in this category. (Microsoft OLE DB Provider for SQL Server)
    Regards, Avik M.
    EDIT: Also, I found another Post : dts-package-already-exists-with-different-id-in-this-category which
    says, we need to basically delete the existing Package to import same named package. -- Just opposite of what you mentioned ArthurZ. So what's the conclusion?
    I need to understand why the same package that I'm bringing from a different server is not just creating a new version if that package name already exists?
    Any workaround Microsoft?

  • Transfer DTS package

    Dear support forum,
    We are presented with the following challenge on BPC Microsoft version 5 SP6:
    Via a DTS package we need to transfer data from one application to another.   All dimensions are the same in the two applications except for the entity
    and the time dimension (in periods).   The member to which the data should be written is defined as a property in the Entity and Time dimension of the
    first application.   Once the data is transferred a custom logic and default logic should be ran on the transferred data on the second application. 
    The transfer of data works fine (used the keyword Rename Dimension).   However when we try to execute the first custom logic (which is located in the second
    application) the package returns the error that the dimension name is unknown, this is understandable since the logic is executed from the first application.
    Is there a way around this?
    Thanks a lot for your help.
    Danny

    Hi Danny,
    How are you calling the custom logic? Are you using a seperate RunLogic DTS task in your DTS?
    If that is the case, in the Assign parameters for the RunLogic task, replace %App% in
    TASK(RunLogic,APP,%APP%) with your second application name in the Evmodify task ( Assign parameters task). If you dont find TASK(Execute formulas,APP,%APP%)  line ,add this to the Data Manger Script. Here RunLogic is the name of the task you are using to execute custom logic.
    Kranthi

  • Some users can't open DTS Packages

    Hi
    I have installed SQL Server 2008R2 on Windows Server 2008R2.  When I installed SQL Server I installed the options that allow the designing/running of DTS Packages.  I am able to open/design/run these packages OK but some of my colleagues are not
    able to open the packages.
    They are set up as domain/sys admins on the Windows/SQL server and log onto that server directly to manage the DTS packages.  When they attempt to open them they get the attached error message.
    Do I need to install something under their user account in order for them to be able to open DTS Packages?
    Many thanks

    Hi flanjman,
    According to your description, you created DTS packages and you are able to run the packages, other users can log on the server, but could not run the packages with the error: execution cannot continue as the language dependent resource file could not be
    loaded.
    According to the error message, sqlsvc.rll file is missing. To workaround the problem, please refer to the following steps:
    Created the "1033" directory under the "Resources" directory.
    Copy all the files ".RLL" (SQLSVC.RLL, SQLGUI.RLL and SEMSFC.RLL) that existed to the "Resources" directory for this newly created directory ("1033").
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • When migrating dts package to ssis 2005 version

    Hello,
    When migrating dts package to ssis 2005 version I'm getting below error.
    Component with name "DupCheckXLS" and class ID "{5A0B62E8-D91D-49F5-94A5-7BE58DE508F0}" could not be created because an error was encountered during its upgrade to the current version.
    Contact information:
    Any help would be helpful.

    may be components and properties available on 2005 that are not available on 2000.You need to re create the task in SSIS.
    Yes. that has been my experience always. One or more tasks have to be recreated. The architecture itself is different in SSIS. Thats why I feel it might be better to recreate package in SSIS rather than trying to migrate and then fix the issues
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • DTS packages

    I have migrated the DTS packages (which was running in SQL 2000 Server) to SSIS Packages (2008) (through
    Migrate 2000 DTS Package option in Visual Studio).
    The below is error I am getting when we execute the SSIS package in SQL Server 2008 R2 Server.
    Environment : SQL Server
    2008 R2
    Version : 64 bit
    Version
    Date  2/18/2015 5:10:15 PM
    Log  Job History (Oracle to Access - PROD)
    Step ID  1
    Server  CSVP000A1037\WWSHRD02
    Job Name  <TestJob>
    Step Name  Test Oracle to Access
    Duration  00:00:01
    Sql Severity  0
    Sql Message ID  0
    Operator Emailed 
    Operator Net sent 
    Operator Paged 
    Retries Attempted  0
    Message
    Microsoft (R) SQL Server Execute Package Utility
    Version 10.50.6000.34 for 64-bit
    Copyright (C) Microsoft Corporation 2010. All rights reserved.
    Started:  5:10:15 PM
    Error: 2015-02-18 17:10:16.42
       Code: 0x00000000
       Source: TEST_TABLE
       Description: This task does not support native Win64 environment. Please run the package in 32-bit WOW environment instead.
    End Error
    Error: 2015-02-18 17:10:16.42
       Code: 0xC0024107
       Source: TEST_TABLE
       Description: There were errors during task validation.
    End Error
    DTExec: The package execution returned DTSER_FAILURE (1).
    Started:  5:10:15 PM
    Finished: 5:10:16 PM
    Elapsed:  0.546 seconds
    The below one is the SQL script command which we have used in 2008 Server we are trying to execute through SQL Job scripts.
    @command = N'dtexec /ser servername\instancename /sq Oracle2Access_PROD', @database_name = N'', @server = N'', @database_user_name = N'', @subsystem = N'CmdExec', @cmdexec_success_code = 0, @flags = 0, @retry_attempts = 0, @retry_interval = 0, @output_file_name
    = N'', @on_success_step_id = 0, @on_success_action = 3, @on_fail_step_id = 0, @on_fail_action = 2
    I have set this package property Run64BitRunTime = False
     Please help me how to resolve the issue.
    Thanks,
    Vijay

    Hi Xiong,
    Thanks I have resolved the below after I have added the AD group name. But now I am getting a different issue while running the package.
    Exception as below:
    Message
    canceled by user.
       at DTS.PackageClass.Execute()
       at Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask.Exec80PackageTask.ExecuteThread()
    End Error
    Error: 2015-02-20 16:30:13.35
       Code: 0x00000000
       Source: TBL_CODE_VALUE
       Description: System.Runtime.InteropServices.COMException (0x80040427): Execution was canceled by user.
       at DTS.PackageClass.Execute()
       at Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask.Exec80PackageTask.ExecuteThread()
    End Error
    Error: 2015-02-20 16:30:13.36
       Code: 0x00000000
       Source: GRL_COLLECTION
       Description: System.Runtime.InteropServices.COMException (0x80040427): Execution was canceled by user.
       at DTS.PackageClass.Execute()
       at Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask.Exec80PackageTask.ExecuteThread()
    End Error
    Error: 2015-02-20 16:30:13.37
       Code: 0x00000000
       Source: CTN_CONTAINER_TYPE
       Description: System.Runtime.InteropServices.COMException (0x80040427): Execution was canceled by user.
       at DTS.PackageClass.Execute()
       at Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask.Exec80PackageTask.ExecuteThread()
    End Error
    DTExec: The package execution returned DTSER_FAILURE (1).
    Started:  4:30:00 PM
    Finished: 4:30:13 PM
    Elapsed:  12.558 second
    This is the Overview of this Work
    Overview
    I have migrated the DTS packages (which was running in SQL 2000 Server) to SSIS Packages (2008) (through Migrate 2000 DTS Package option in Visual Studio).There
    are no errors after migration The purpose of this packages are connecting to Oracle database and generate an MDB file in the share location.
    Please help me how to reolve the above issue.
    Thnaks,
    Vijay
    Overview
    I have migrated the DTS packages (which was running in SQL 2000 Server) to SSIS Packages (2008) (through Migrate 2000 DTS Package option in Visual Studio).There are no errors after migration The purpose of this packages are connecting to Oracle database and
    generate an MDB file in the share location

  • Error using SAPM --  package SAPKGPAD08

    Hi
    I am trying to update the EA-APPL packages through SPAM
    my current patch level is 7 and i am trying to load patch 8
    package name SAPKGPAD08
    i have checked for all dependencies, extra .. everything ok
    i get error during import phase.. with exit code 8
    below is the log file .. (the end of the file)
    ==================================
    file  == SAPPGPAD08.DEV.txt
    ==================================
    2EETW165 Function "REIT_GUI_TC_BASE_POPUP (REIT_GUI_TC_BASE_POPUP|01)" does not fit into the existing function group "(REIT_GUI_TC_BASE|02)".
    2 ETW167 Please transport the whole function group.
    4 ETW000      table SPROXDAT: entry in DB is 32 bytes bigger than in file.
    4 ETW000      ... ignoring such differences.
    4 ETW000      table APB_LPD_CONTROL: entry in DB is 1 byte bigger than in file.
    4 ETW000      ... ignoring such differences.
    4 ETW000      table FPB_EXP_CA_ASSM: entry in DB is 12 bytes smaller than in file.
    4 ETW000      ... ignoring such differences.
    3WETW109 table "FPB_EXP_CA_ITM1" does not exist in nametab.
    3WETW109 table "FPB_EXP_CA_ITM1T" does not exist in nametab.
    3WETW109 table "FPB_EXP_PATHS" does not exist in nametab.
    4 ETW000      table FPB_EXP_SCEN: entry in DB is 30 bytes smaller than in file.
    4 ETW000      ... ignoring such differences.
    3WETW109 table "FPB_EXP_SECT" does not exist in nametab.
    3WETW109 table "FPB_EXP_SECTT" does not exist in nametab.
    3WETW109 table "FPB_EXP_SRVOTYPS" does not exist in nametab.
    4 ETW000      table FPB_EXP_STPGRP: entry in DB is 1 byte smaller than in file.
    4 ETW000      ... ignoring such differences.
    3WETW109 table "TIVITTCEXECREG" does not exist in nametab.
    3WETW109 table "TIVITTCEXECREGT" does not exist in nametab.
    3WETW109 table "TIVITTCREGVAR" does not exist in nametab.
    3WETW109 table "TIVITTCREGVART" does not exist in nametab.
    4 ETW690 "0" "0"
    4 ETW000 COMMIT (30868956).
    4 ETW000 30868956 bytes read.
    4 ETW000 Transport overhead 29.6 %.
    4 ETW000 Data compressed to 8.3 %.
    4 ETW000 Duration: 7 sec (4409851 bytes/sec).
    3 ETW710 "0" "0"
    4 ETW000  [dev trc     ,00000]  Sun May 13 20:44:43 2007                         6137953  6.137953
    4 ETW000  [dev trc     ,00000]  Disconnecting from ALL connections:                   24  6.137977
    4 ETW000  [dev trc     ,00000]  disconnected from 'DEV', con_hdl=0                  1863  6.139840
    4 ETW000  [dev trc     ,00000]  Disconnected from connection 0                        82  6.139922
    4 ETW000  [dev trc     ,00000]  statistics db_con_commit (com_total=2, com_tx=2)
    4 ETW000                                                                              28  6.139950
    4 ETW000  [dev trc     ,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)
    4 ETW000                                                                              23  6.139973
    4 ETW000 Disconnected from database.
    4 ETW000 End of Transport (0008).
    4 ETW000 date&time: 13.05.2007 - 20:44:43
    4 ETW000 10 warnings occured.
    4 ETW000 1 error occured.
    1 ETP152 TESTIMPORT
    1 ETP110 end date and time   : "20070513204443"
    1 ETP111 exit code           : "8"
    1 ETP199 ######################################
    ================================================
    Any help would be much appreciated
    regards
    abdul.

    Finally ..
    I was able to solve these errors
    Solution:  ( for others reference.. maybe it might help someone ..like me)
    Steps
    I had created a queue with the ea appl packages 7 and 8.
    first i deleted this queue.. (as it was in test phase i could)
    then i choose only package 7 and uploaded it.. (the error was with package 8)
    then i updated package ea dfps (7)  .... as i needed that also
    then i updated package ecc-dimp(7)....as i needed this too
    during which i had to increase the appheapsz of the db (ibm db udb 9)
    through its control center..
    and its log file size ... (this as i was getting sql error 945 during import of ecc dimp 7)
    then  after all the 7 level packages had gone
    i updated package level 8 of ea appl .........( it went like a breeze)
    no headaches
    then i was also able to update 8 level packages of ea dfps and ecc dimp
    maybe this might help someone ..... maybe not
    thanks to all of u guys who tried to help
    regards
    Abdul

  • Disk Utility Error "no valid packages"

    Hi,
    I have a PowerBook G4 with 1GB RAM.
    I've noticed a significant system slowdown lately. Programs take longer to open and respond, and it's rather annoying. I came to the forums to seek some remedy, and tried to run a Disk Utility to check that everything there is at least okay. But when I click on verify permissions, I get an error that says "no valid packages." Does anyone know what this means and how to fix it (if it needs fixing; I'm assuming this isn't a good thing, whatever it is!).
    Thanks.
    Lori

    Hi librarygirl and Welcome to the Discussions!
    Mac OS X 10.3, 10.4: Disk Utility shows a "No Valid Packages" alert
    Disk Utility can't verify or repair permissions on the Mac OS X 10.3 or 10.4 volume if the "BaseSystem.pkg" file is not in /Library/Receipts.
    This alert appears when you try to repair permissions with Disk Utility:
    "First Aid failed
    "Disk Utility stopped repairing permissions on '(volume name)' because the following error was encountered: No valid packages"
    In the Disk Utility text window, this message appears in red text:
    "Error: No valid packages (-9997)"
    This happens when the BaseSystem.pkg file is not in /Library/Receipts.
    Solution
    If you've moved this file, move it back to /Library/Receipts. You shouldn't normally remove any files from /Library/Receipts.
    If the file has been deleted, replace it by copying it from a different computer that uses Mac OS X 10.3 or 10.4, or by reinstalling Mac OS X 10.3/10.4 from an installation disc.
    "Reinstall" means you can install 10.3 or 10.4 from a disc, if it's the same version of 10.3/10.4 (such as 10.3.3 on both the installation disc and computer). If the version of 10.3/10.4 on the computer is newer than what's on the install disc, then use the install disc to perform an Archive and Install installation instead, then update to a later version of Mac OS X.
    Joe

  • No Hard Drive Or Volume Icon In Powerbook G4 Firewire (aluminium) Disk Utilities: Reads Error: No Valid Packages (-9997)

    Whilst performing a zero/erase install on my Powerbook G4 Firewire (aluminium) with an OSX Tiger install disk (Tiger was the OSX i had erased), I had to force quite the installer as it appeared to be stuck on the Chinese script install section. I crashed the Powerbook down using the power button method. Now, when i power up the computer, it stays on the grey screen and just beeps at me. If i insert the install disks (both OSX Tiger or the original Powerbook Panther ones) there is no volume found  during the install process. In disk utilities no hard drive icon or volumes appear in the left hand list, just 2 headings regarding the OSX install disk. I have clicked 'Verify Disk Permissions' on these headings and receive this message in the action box: Error: No Valid Packages (-9997). All other options in disk utilities are not available to use (partitions section etc), as there is no hard drive recognized to perform anything on. I presume my erase install has wiped out my previous OSX Tiger without installing some essential on the Powerbook (receipts perhaps?). My Powerbook was working 100% before this install attempt. It's a very lightly used machine with no noises/whirrs coming from the hard drive that would suggest failure of some kind. Any advice would be much appreciated.

    Many thanks for your advice old comm guy.
    I have run the Hardware Test as supplied with the Powerbooks install disks and everything has passed. I presume i can put my mind at rest about it being a problem in any of those departments. I have been browsing for a couple of weeks now and think my problem could be a loss in receipts/permissions somewhere. I remember looking for a lost file awhile back using a hard drive search programme through Terminal. It filled my hard drive almost to the maximum with unwanted retrieved files, it took me hours to erase all this again (never found the document i was looking for either). Perhaps a receipt was erased/trashed at this time?. Sometime later (prob weeks) i performed a fresh OSX install to give me an uncluttered faster running machine (I do this once a year). I zero erased the hard drive (including free space) and it was during this install that i had to force quit. It seemed to be stuck loading the Chinese Script so i had no option. After this the problem as described above has been persistent. Is there a way to restore receipts/permissions through Terminal or something like that?. Or maybe a procedure that one has to do when installing a new hard drive?. A step by step guide from someone would be a real help as i am not really confident using these advanced procedures.

  • Error No Valid Packages

    Ok so this is the story. Backed up my iMac with a new 1 TB drive using Time Machine. All fine. Took about an hour but seems fine simple as anything. Firewire 800 very rapid.
    Decided to do the same with my Macbook this cant be difficult Im telling myself... good one.
    Ok so using a USB external drive I started backing up the Macbook. (I must say here that the drive wasnt empty it had some stuff on it already) I figured this was ok but now Im beginning to think otherwise. After about 45GB the backup starts to freeze. I left it an hour but then it just wouldnt do anything. In hindsight me deciding to stop the backup was probably a bad thing at this point but after I stopped it the macbook froze.
    I had to reboot... wont reboot... just sits there spinning and the apple icon.
    Rebooted from the disc and disc utility and ran permissions I get the message Error No Valid Packages.
    At this point Im seeing just over 100 GB in use, and 200 free.. so I know my stuffs there but I just cant get it to boot OSX.
    For reference its Snow Leopard. Please help!!!

    Try running Disk Repair from the Install DVD. Sounds like you may have some HD corruption. Alternately, you could try booting while holding Shift. This will put you in SafeBoot. If you can boot here, backup your important files!
    For more info on what SafeBoot does:
    http://support.apple.com/kb/HT1564

  • "Error: No valid packages (-9997)" Tiger installation disc

    When attempting to install tiger on my imac g4, it gets to about 65% on the essentials bar then errors, something like BomFatal error some files are not written properly. My harddrive repairs fine but the Mac OSX disc, when i run permission verification first aid returns "Error: No valid packages (-9997)". The support page was not paticularly helpful in this respect, and the folks here tend to be more helpful anyway.
    Thanks in advance.

    Here's a post with replies that cover your issue.
    Posting in the Airport for Windows forum will not get the help you need. I found this post by accident.
    Perhaps, (if this is what you have) the iMac Flat Panel forum would help you more.
    DALE

Maybe you are looking for

  • Query: automatic po?

    Hi Gurus, In PR, i m mentioning material description, qty, etc. Is automatic po possible w.r.t this PO? thanks in advance..

  • Linksys PCI cards and WLC problems

    /* Style Definitions */ table.MsoNormalTable {mso-style-name:Standardowy; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm

  • JSP 1.2 and jsp:setProperty

    Has anyone got an idea why they decided to change the way the tag jsp:setProperty is handled? In the JSP 1.1 specification, the condition to be checked before calling a single property set method was that the request contained the corresponding param

  • Sending Attachments-Only 1st Page of PDF Gets Through

    Hello Everyone--I've converted several Appleworks documents into PDF files and have been attempting to send them via email. The PDFs look perfectly fine when I view them on my desktop, however, when I email them only the 1st page of some of the multi

  • Increasing shared VRAM on Intel HD Graphics 3000

    Hello, Question about MacBook Pro (13-inch, Early 2011) with Intel HD Graphics 3000. I upgraded RAM with 16GB, and wonder if it is possible to allocate more then 512 MB of system memory for shared VRAM. Now system profiler shows 512 MB shared VRAM, t