Certain resolutions make jobs fail w/ watermark on in Compressor 3

Compressor FCS3 on OSX 10.6.8 - turns out that certain frame sizes can prevent jobs from running along with a watermark filter.
I had an H.264 setting with resize to 854x480 (essentially 480p 16:9 with square pixels). Whenever I tried to add a watermark it would fail ("3x crash service down", quicktime error -50). It worked fine without the watermark.
I tried different file locations, files, codecs, and Digital Rebellion's Compressor Repair. It wasn't that. As soon as I changed the resize to something else like 864x486 (with watermark), everything worked.

Ok I had the same problem. After upgrading to 3.0 and rebooting my first gen iPhone it would not go pass the initial apple logo.
I tried restoring it but iTunes would not even detect it.
After doing some research I tried putting the iPhone in DFU mode and that did the trick. iTunes detected it and I was able to restore it. I'm downgrading to 2.2 since many first gen users are having problems with the 3.0 firmware.
Here are the instructions to put the phone in DFU mode:
Steps to put iPhone in DFU mode
1. Connect your iPhone to your computer.
2. Turn iPhone off.
3. Hold power and home together for 10 seconds (exactly).
4. Release power but keep holding home until the computers beeps (observed on a PC) as a USB device is recognized.
5. A few seconds later iTunes should detect your iPhone.
Good luck!
J

Similar Messages

  • Background job failing

    Experts,
    We have background job running as part of the daily load. The user who created and scheduled the job, his account diabled recently and that makes job failing. I need to keep that job running but can not figure out how to change the user name in the job. For example, 0EMPLOYEE_CHANGE_RUN job based on event  'zemployee' triggers at the end of employee data load. Can you please provide any hint what should I do to change user name or take the ownership to keep this job running. Thanks.
    Regards,
    Nimesh

    Hello,
    Go to SM37--> put job name "0EMPLOYEE_CHANGE_RUN"  and user as "*" to get all users.
    Now select the job with released status>(Menu)Job>change->Steps-> select 1st row > change(pencil icon)>now you see the user name here.
    Change the user name to the user name used for all background job and save.
    Done.
    Happy Tony

  • How to make scheduled jobs Fail if the return partial results?

    How to make scheduled jobs Fail if the return partial results?
    Does anyone know if there is a way to do this?
    We have a number of reports that we schedule to various locations in Excel and PDF. We are frequently getting problems which are manifesting themselves as empty data providers and if we run them as Web Intelligence reports it says Partial Results. Re running the reports normally fixes the problem and returns the data correctly but the problem is that the scheduler reports them as successful and the emails or files get distributed (causing our customers to complain!!!).
    Currently using XIr2 +SAP integration Kit migrating to XI 3.1 in July 2009
    Any ideas/suggestion would be appreciated...
    I did find reference to the adapt case ADAPT01122128 which may help but when and if are unkowns so not much help.
    Ta
    Nick

    This may be helpful to some people:
    http://blogs.sun.com/milan/entry/using_web_service_to_send

  • SQL Server Agent Job Failing on Job Step

    Hi,
    Firstly, apologies if this post has been made in the wrong group.  Running SQL Server 2012.  I'm attempting to add a SQL Server Agent Job which calls a stored procedure that sends a Database Mail message.  The SQL Server and SQL Server Agent
    both run under the NT AUTHORITY\NETWORK SERVICE account.  The Database Mail service has been enabled, and a public profile created.  When running the stored procedure manually, I receive no errors - everything runs as expected and I do receive an
    email containing the expected information.
    I've created the job, job step, job schedule, attached the schedule to the job, and assigned the job to server, all using T-SQL without error.  I've also enabled the mail profile on the SQL Server Agent, and I know that part is working because when
    the job fails, I get an email notification of the failure.
    I've checked the command text in the job step and parsed it within the SQL Job Step Edit window to confirm, it shows as parsing correctly.  However, when I manually run the job itself, I get the following:
    Execution of job failed.  See the history log for details.
    I check the history log and it shows:
    [474] Unable to refresh Database Mail profile Database Mail Profile. (reason: ) (Not a typo, the history log shows no reason)
    [260] Unable to start mail session.
    [396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect
    The command text on the failing job step is as follows:
    DECLARE @date [varchar](10)
    SET @date = CAST(GETDATE() AS [varchar](10))
    EXEC [dbo].[GetExceptions]
    @company = 'MyCompany',
    @checkDate = @date
    With regard to the date value being passed as varchar: This stored procedure is used to check for exceptions against multiple databases on this server (hence the company parameter) via dynamic SQL.  I'd much prefer to use proper data typing but this
    is the only way I could get it to work.
    Does anyone have any suggestions on anything else I could check, or insights into why this is failing?  Any help is greatly appreciated!
    Best Regards
    Brad

    I am not sure if this really helps but I would do follow the below steps:
    1. make sure sql server agent has database mail enabled(rigt click on server agent--properties--alert system--enable database mail and choose right profile.) and RESTART THE SQL SERVER AGENT.(i know you said it i working, but sometimes,  restart the
    sql server agent might fix)
    2. check agent error log and check if any error messages.
    3. run the command text you mentioned in sql server and see if it is working.(i know you said it is working but just to make sure).
    4. make sure sql server agent service user has permissions to run database mail in msdb. check this https://msdn.microsoft.com/en-us/library/ms186358.aspx
    5. Check the output from select * from msdb.dbo.sysmail_log and if it says anything
    6.it does not look like the job log is getting truncated but to make sure, get the job step output to a text file.to do this, edit the job step and on the job step properties click on advanced,  enter path to the output file. this will give the complete
    output for the step.
    Hope it Helps!!

  • Data Collection Jobs fail to run

    Hello,
    I have installed three servers with SQL Server 2012 Standard Edition, which should be identically installed and configured.
    Part of the installation was setting up Data Collection which worked with out problems on two of the servers, but not on the last where 5 of the SQL Server Agent Jobs fails.
    The jobs failing are:
    collection_set_1_noncached_collect_and_upload
    Message:
    Executed as user: NT Service\SQLSERVERAGENT. The step did not generate any output.  Process Exit Code -1073741515.  The step failed.
    collection_set_2_collection
    Step 1 message:
    Executed as user: NT Service\SQLSERVERAGENT. The step did not generate any output.  Process Exit Code -1073741515.  The step failed.
    collection_set_2_upload
    Step 2 message:
    Executed as user: NT Service\SQLSERVERAGENT. The step did not generate any output.  Process Exit Code -1073741515.  The step failed.
    collection_set_3_collection
    Step 1 message:
    Executed as user: NT Service\SQLSERVERAGENT. The step did not generate any output.  Process Exit Code -1073741515.  The step failed.
    collection_set_3_upload
    Step 2 message:
    Executed as user: NT Service\SQLSERVERAGENT. The step did not generate any output.  Process Exit Code -1073741515.  The step failed.
    When I try to execute one of the jobs, I get the following event in the System Log:
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider
    Name="Application Popup"
    Guid="{47BFA2B7-BD54-4FAC-B70B-29021084CA8F}" />
      <EventID>26</EventID>
      <Version>0</Version>
      <Level>4</Level>
      <Task>0</Task>
      <Opcode>0</Opcode>
      <Keywords>0x8000000000000000</Keywords>
      <TimeCreated
    SystemTime="2013-06-04T11:23:10.924129800Z" />
      <EventRecordID>29716</EventRecordID>
      <Correlation
    />
      <Execution
    ProcessID="396" ThreadID="1336" />
      <Channel>System</Channel>
      <Computer>myServer</Computer>
      <Security
    UserID="S-1-5-18" />
      </System>
    - <EventData>
      <Data Name="Caption">DCEXEC.EXE - System Error</Data>
      <Data Name="Message">The program can't start because SqlTDiagN.dll
    is missing from your computer. Try reinstalling the program to fix this
    problem.</Data>
      </EventData>
     </Event>
    I have tried removing and reconfiguring the Data Collection two times using the stored procedure msdb.dbo.sp_syscollector_cleanup_collector and removing the underlying database.
    Both times with the same result.
    Below are the basic information about the setup of the server:
    Does any one have any suggestions about what the problem could be and what the cure might be?
    Best regards,
    Michael Andy Poulsen

    I tried running a repair on the SQL Server installation.
    This solved the problem.
    Only thing is that now I have to figure out the mening of these last lines in the log of the repair:
    "The following warnings were encountered while configuring settings on your SQL Server.  These resources / settings were missing or invalid so default values were used in recreating the missing resources.  Please review to make sure they don’t require
    further customization for your applications:
    Service SID support has been enabled on the service.
    Service SID support has been enabled on the service."
    /Michael Andy Poulsen

  • SQL Server Agent job fails with error : The package execution returned DTSER_FAILURE (1).

    Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 10:00:01 AM Error: 2014-08-15 10:00:07.20
    Code: 0xC0047062 Source: Data Flow Task LEAN [6761]
    Description: Teradata.Client.Provider.TdException: [Teradata Database] [3006] Logons are disabled.
    at Teradata.Client.Provider.WpMessageManager.CheckForError()
    at Teradata.Client.Provider.WpMessageManager.ProcessResponse()
    at Teradata.Client.Provider.WpLogonManager.Action()
    at Teradata.Client.Provider.WpSession.ManagerAction(WpMessageManager manager, UtlStopwatchWrapper watch, Int32 connectionTimeout)
    at Teradata.Client.Provider.WpSession.Open(Int32 connectionTimeout, String password)
    at Teradata.Client.Provider.WpSession.Open(Int32 connectionTimeout)
    at Teradata.Client.Provider.Connection.Open(UtlConnectionString connectionString, UInt32 timeout)
    at Teradata.Client.Provider.ConnectionPool.CreateConnection(UInt32 timeout)
    at Teradata.Client.Provider.ConnectionPool.GetConnectionFromPool(Object owningObject)
    at Teradata.Client.Provider.ConnectionFactory.GetConnection(Object owningObject, UtlConnectionString connStr)
    at Teradata.Client.Provider.TdConnection.Open()
    at Microsoft.SqlServer.Dts.Runtime.ManagedHelper.GetManagedConnection(String assemblyQualifiedName, String connStr, Object transaction)
    at Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100.AcquireConnection(Object pTransaction)
    at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.AcquireConnections(Object transaction)
    at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper100 wrapper, Object transaction)
    End Error Error: 2014-08-15 10:00:07.35 Code: 0xC0047017 Source: Data Flow Task SSIS.Pipeline
    Description: component "LEAN" (6761) failed validation and returned error code 0x80004005. End Error Error: 2014-08-15 10:00:07.48
    Code: 0xC004700C Source: Data Flow Task SSIS.Pipeline Description: One or more component failed validation.
    End Error Error: 2014-08-15 10:00:07.60 Code: 0xC0024107 Source: Data Flow Task
    Description: There were errors during task validation. End Error
    DTExec: The package execution returned DTSER_FAILURE (1). Started: 10:00:01 AM Finished: 10:00:07 AM
    Elapsed: 6.692 seconds. The package execution failed. The step failed.
    SQL Server agent job fails with above error, Please let me know process tohandle it.
    Thanks,
    Vishal.

    The error message suggests its the issue with Teradata source database to which SSIS tries to connect within the data flow task. Make sure Teradata database is available and LOGON is enabled.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Batch Jobs fail because User ID is either Locked or deleted from SAP System

    Business Users releases batch jobs under their user id.
    And when these User Ids are deleted or locked by system administrator, these batch jobs fail, due to either user being locked or deleted from the system.
    Is there any way that these batch jobs can be stopped from cancelling or any SAP standard report to check if there are any batch jobs running under specific user id.

    Ajay,
    What you can do is, if you want the jobs to be still running under the particular user's name (I know people crib about anything and everything), and not worry about the jobs failing when the user is locked out, you can still achieve this by creating a system (eg bkgrjobs) user and run the Steps in the jobs under that System User name. You can do this while defining the Step in SM37
    This way, the jobs will keep running under the Business User's name and will not fail if he/she is locked out. But make sure that the System User has the necessary authorizations or the job will fail. Sap_all should be fine, but it really again depends on your company.
    Kunal

  • " The job failed" in copying database SQL SERVER 2012

    I'm trying to copy a database. When going through the Copy Database Wizard, I'm getting a Execute SQL Server Agent Job error. The error states " The job failed. Check the event log on the destination server for details". See below:
    Performing operation
    Add log for package (Success)
    Add task for transferring database objects (Success)
    Create package (Success)
    Start SQL Server Agent Job (Success)
    Execute SQL Server Agent Job (Error) Messages
    The job failed. Check the event log on the destination server for details. (Copy Database Wizard)
    I can't seem to find what causing this problem. Am I using the correct approach? I just need to copy this database. Thank in advance.

    Hi mohammad2050,
    When using Copy Database Wizard, please make sure that the SQL Server Agent account or Integration Services Proxy account is a member of sysadmin fixed server role, and has access permission on both of source and target file system.
    There is a blog about using SQL Server Copy Database Wizard for your reference .
    http://reddy25.blogspot.com/2013/12/copy-database-from-one-server-to.html
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • RMAN Backup job fails after changing sys, system passwords

    Hello Oracle community,
    11.1g
    After we changed the passwords for sys, system and sysman the backup jobs fails. this is my error log:
    Recovery Manager: Release 11.1.0.7.0 - Production on Mo Aug 30 11:16:29 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-12532: TNS: Ungültiges Argument
    RMAN>
    Echo einstellen ein
    RMAN> set command id to 'BACKUP_MEGALON.INT_083010111617';
    Befehl wird ausgeführt: SET COMMAND ID
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei set Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> backup device type disk tag 'BACKUP_MEGALON.INT_083010111617' database;
    Starten backup um 30.08.10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei backup Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> backup device type disk tag 'BACKUP_MEGALON.INT_083010111617' archivelog all not backed up;
    Starten backup um 30.08.10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei backup Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> exit;
    Recovery Manager abgeschlossen.
    Ikrischer

    Hello Tychos,
    I am able to make a sqlplus connection, but your hint send me in the correct direction. I had a special character "@" in the password and I think that was the reason for my problems with RMAN.
    Ikrischer

  • Slow boot - com.apple.afpstat-qfa[271]) Job failed to exec

    Hi,
    I have a Macbook Pro Retina. All has been working fine since I first got the MBP, but now I have a 30 second delay in booting each time.
    Looking in the log I see this:
    16/08/2012 10:07:05.284 CalendarAgent[245]: Property list invalid for format: 100 (property lists cannot contain objects of type 'CFSet')
    16/08/2012 10:07:05.798 NetUpdate[91]: Launch background checker (Post reboot: 0)
    16/08/2012 10:07:25.244 com.apple.launchd.peruser.501[170]: (com.apple.afpstat-qfa[271]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    16/08/2012 10:07:25.244 com.apple.launchd.peruser.501[170]: (com.apple.afpstat-qfa[271]) Job failed to exec(3) for weird reason: 2
    16/08/2012 10:07:26.317 appleprofilepolicyd[286]: appleprofilepolicyd: profiling drivers not loaded, loading
    Every time there is a delay in boot I see a gap in the boot sequence log just before the error message in red above.
    Does anyone have any idea a) what this is doing; and b) what might be causing the problem?
    I have tried repairing permissions etc. but that didn't solve it.
    Thanks
    Darren.

    I'm going to answer your question in more detail than you probably want, because it's somewhat important and I want to make a record.
    The job referenced by those log messages is started when a user logs in, and the per-user launchd(8) process loads the following file:
    /System/Library/LaunchAgents/com.apple.afpstat.plist
    The file instructs launchd to invoke an executable at the path /usr/local/bin/afpstat. Although the syntax is correct, the executable doesn't exist. Even the directory doesn't exist, by default. I've searched all the Apple installer receipts in ML, and none of them refers to that file.
    So what has happened here is that some extra pieces were inserted into ML during development, for debugging purposes no doubt. When the time came for release, the executable was removed, but the developer who removed it forgot to remove the corresponding launchd item. Every ML installation has it, and every one is being delayed during boot when it fails.
    The solution to this problem is to delete the file that the Apple developer forgot to delete. In the Finder, select Go ▹ Go to Folder... from the menu bar, copy the text outlined above into the box that opens, and press return. A folder will open with the item selected. Move the selected item to the Trash, then empty. You'll be prompted for your login password.
    Edit: On my Macs, although the same error is logged, it doesn't seem to be causing a delay of more than one second, so deleting the bogus LaunchAgent may not have a noticeable effect.

  • KSV5 Batch Job fails on second day

    Hi All,
    We execute KSV5 in batch for first four days(i.e. 01 till 04 of new month) of new month.
    First day the Batch job runs successfully, but balance 3 days the job fails with an error as
    (program RKGALKSV5, variant XXXX DSB, user ID BATCH)
    The reversal has not been updated
    Message no. GA534
    Diagnosis
    Because CCA: Actual Distribution has already run, old document numbers are reversed before processing begins. Processing can only begin once reversals have been updated. If processing occurred earlier, debits and credits not yet reversed would be affected.
    To ensure this, the reversal sets a lock (ENQUEUE EK811D) which is only removed once updates have been made.
    The processing waits until the block has been removed. The maximum time processing will wait is determined by the profile parameter ENQUE/DELAY_MAX. The default for this parameter is 5 seconds. Normally this amount of time is sufficient; however, certain factors such as high system usage can delay updates.
    This is the case here.
    System Response
    Processing of CCA: Actual Distribution is not started.
    Procedure
    Wait until the reversal has been updated. You can monitor the update with the menu path Tools -> Administration. If the update is not made due to a system error, contact your system administrator. If the reversal is updated, restart the processing. Because reversal has been performed, processing starts immediately.
    If this error occurs repeatedly, increase the value of the ENQUE/DELAY_MAX profile parameter. Processing then will wait longer for the reversal to be updated. Consult your system administrator before you change the parameter.
    We are not sure where & how to update the wait time in Profile Parameter.
    Can you pls advice, how to fix it.
    Appreciate your help.
    Regards,
    Dixon.

    Hello Dixon,
    Are you running the same cycle each time ?
    so you run, and reverse and then run and reverse  ??
    or is it 4 different cycles ?

  • ERROR VNIC creation job failed

    Hello All,
    I have brought oracle VM X86 manager into ops center 12c control. When I try to create a new virtual machine it is throwing the ‘ERROR VNIC creation job failed’ error. Can anybody throw some light over this issue.
    Thanks in advance.
    Detailed log is
    44:20 PM IST ERROR Exception occurred while running the task
    44:20 PM IST ERROR java.io.IOException: VNIC creation job failed
    44:20 PM IST ERROR VNIC creation job failed
    44:20 PM IST ERROR com.sun.hss.services.virtualization.guestservice.impl.OvmCreateVnicsTask.doRun(OvmCreateVnicsTask.java:116)
    44:20 PM IST ERROR com.sun.hss.services.virtualization.guestservice.impl.OvmAbstractTask.run(OvmAbstractTask.java:560)
    44:20 PM IST ERROR sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    44:20 PM IST ERROR sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    44:20 PM IST ERROR sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    44:20 PM IST ERROR java.lang.reflect.Method.invoke(Method.java:597)
    44:20 PM IST ERROR com.sun.scn.jobmanager.common.impl.TaskExecutionThread.run(TaskExecutionThread.java:194)
    Regards,
    george

    Hi friends
    I managed to find the answer. Internally it is has some indexes in the data base level. It still maintains the indexes in the shadow tables. Those all need to be deleted. With our Basis team help I have successfully deleted those and recreated the indexes.
    As Soorejkv said sap note 1283322 will help you on this to understand the scenarios.
    Thank you all.
    Regards
    Ram

  • Hi Post Upgrade Job Failing

    HI All,
    We have recently done the Upgrade from BW 3.1 to BI 7.0
    There is a issue regarding the POST Upgrade
    One Job is failing every day
    The name of the JOB is BI_WRITE_PROT_TO_APPLLOG
    And the Job log is
    06/18/2008 00:04:55 Job started                                                          00           516          S
    06/18/2008 00:04:55 Logon of user PALAPSJ in client 200 failed when starting a step      00           560          A
    06/18/2008 00:04:55 Job cancelled
                                                           00           518          A
    This Job is actually running the program
    RSBATCH_WRITE_PROT_TO_APPLLOG
    when i try to run this program with my user id its working
    but with the other user id which it is schedule its failing giving the messages as mentioned in the job log
    Kindly suggest me
    REgards
    janardhan K

    Maybe it's a dialog and no system or background user. so the job fails.
    Regards,
    Juergen

  • Error in Control Framework: Background job failed

    Hi Experts,
    One background job failed with job log: Error in Control Framework in ECC 6.0 system; the job is supposed to produce a XML report. Can anyone please give some idea on this why it could happen? One SAP note 893534 has described same kind of issue but in CRM system. That note even cant be implemeneted in ECC 6.0. Any workaround? Is it a BASIS issue here?
    Thanks & Regards,
    SKB

    Hello,
    please check the variant. We had this problem, and when checking the variant I got a shortdump because the variant did not fit to the program (there were problems with subscreens in the selection screen). After adjusting the variant with program RSVARDOC_610 the variant was ok.
    I can not check if this solved the problem because the job runs weekly, and the next job is on Monday. But give it a try...
    HTH,
    Jens Hoetger

  • User, Role, Profile Synchronization Job Fails

    Hi Gurus,
    When I am scheduling a job the User, Role, and Profile Sync. job fails giving an error
    "Cannot assign a java.lang.String object of length 53 to host variable 5 which has JDBC type VARCHAR(40)."
    This happens when the synchronization happens with a portal system. We dont have a ruleset for the portal system, So if I put in a "*", it includes this system and results in the error, If I manually select all other system, it works fine. Is there any way to remove this error so that I can schedule the jobs without having to select every system manually.
    Regards,
    Chinmaya

    Hi,
    As per my knowledge, in the Portal system, you should perform only user sync. Roles/profile sync will not work since portal will have workset roles.
    Please refer SAP Note 1168120, which may help you to understand the limitations
    Hope this helps!!
    Rgds,
    Raghu
    Edited by: Raghu Boddu on Nov 4, 2010 7:39 PM

Maybe you are looking for

  • Print Preview in InDesign?

    Sorry, I thought this would be simple to find by searching, but it appears that each page with an answer on it has Print Preview at the bottom, so I'm getting a huge number of unrelated hits!  I'm converting publications from Ventura Publisher 10 to

  • Related to EWMS module

    Dear All, can any one explain the following standard program and function module. i could not find any thing related this in web, could any one please explain them. the standard program is : /SCWM/SAPLSTOCK_OVERVIEW_MON and the standard function modu

  • No posting rules exist for account key

    Hi When i am creating PO with Excise, it shows the below error: No posting rules exist for account key Message no. FF714 Diagnosis No posting rules have been defined for the account key in the tax table in table T007B. Procedure Change the tax table,

  • REGORDING REPORTS URGENT REQUIREMENT

    HI EXPERTS CAN U HELP ME FOR THIS THANKS<b>IN SCRIPTS  1,2 , 3, 4, 5, 6, ..................50 PAGES THEN I WANT ONLY 4 TO 50 PAGES HOW IT IS POSSIBLE? AND ODD PAGES ALSO 1,3, 5, 7........LIST HOW IT POSSIBLE? </b>

  • Default Number of VSS Snapshots

    Can anyone advise on the default number of VSS snapshots for Server 2008 R2 and Server 2003. I have tried Dr Google but unable to find an answer.