Job Created via SSRS Subscription Fails

We are running a SQL 2012 server and have domain accounts configured for each SQL role.  After removing authenticated users from the Pre-Windows 2000 Compatibility Group in Active Directory (as recommended by an audit) we experienced issues where the
SQL jobs could no longer run.  We found that the SQL agent account must be a part of this group as per the MS documentation as well as a few other permissions under user rights assignment.  Now that we have added that account back to the Pre-windows
2000 compatibility group and added those permissions under user rights assignment, any job owned by any account other than the reporting account will run as expected.  Jobs as the reporting account configured in SQL Reporting Services Config Manager will
not, and we cannot understand why. 
The error is:  “The job failed.  Unable to determine if the owner (domain\sqlreporting) of job  has server access (reason: Could not obtain information about Windows NT group/user 'domain\sqlreporting', error code 0x5. [SQLSTATE 42000] (Error
15404)).
Can someone provide some insight as to how we may resolve, or what steps we may be missing?

Hi TechQwest,
According to your description, jobs owned by other accounts works fine, but those owned by service account of reporting services get the error.
15404 is the exception when EXECUTE AS context cannot be impersonated. Reasons for this error are plenty:
When the SQL Server instance does not have access to the AD server because is running as a local user or as 'local service'.
When the SQL Server is asked to impersonate an unknown user, like the domain or user does not exit.
In SQL Server Configuration Manager, SQL Server Reporting Services service is configured to run using an AD user account. SQL Server service was configured to run using a local Windows account. The SQL Server service (a local Windows user account) was trying
to authenticate the user "domain\userName" in AD, which it could not do because it does not have the right/permission to access AD resources. If that is the case, we need to change the SQL Server service to us an AD user account, restarted the SQL
Server and SQL Server Agent services, re-ran the SQL job.
Log On account of SQL Server Agent and Owner of the job is not in the same domain. In this case, we need to set the Log On account of the SQL Server Agent to a domain account, then check whether the Owner of the job is set to the same domain user as the
Log On account.
If you have any more questions, please feel free to ask.
Thanks,
Wendy Fu
Wendy Fu
TechNet Community Support

Similar Messages

  • Job created successfully but actually failed

    Dears,
    I created this job by HR user to refresh the Materialized View automatically every 15 minutes as below:
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB(
    JOB_NAME => 'Job1',
    JOB_TYPE => 'PLSQL_BLOCK',
    JOB_ACTION => 'EXEC DBMS_MVIEW.REFRESH(''MV_employess'',''C'')',
    START_DATE => SYSTIMESTAMP,
    repeat_interval => 'freq=MINUTELY;interval=15',
    END_DATE => NULL,
    ENABLED => TRUE,
    AUTO_DROP => FALSE,
    COMMENTS => 'Refreshes Materialized View');
    END;
    /PL/SQL procedure successfully completed.
    The job created successfully but while querying the "DBA_SCHEDULER_JOBS" found that failure_count is 1. It means that job created successfully but actually failed.
    can you please help me ?
    Many thanks & regards,

    USER_SCHEDULER_JOB_RUN_DETAILS was very useful as i found some errors like ORA-06550 & PLS-00103 errors.
    i solved the issue and job has been run successfully.
    Many thanks for support

  • SSRS subscription creating duplicate job

    We have this sporadic problem where when we go in to save an edit on a SSRS report subscription, it gives us a duplicate job number error.  When I look at the Jobs in the Agent, there are duplicates, so I need to manually delete both duplicate jobs,
    then the subscription save will work.  If we delete just 1 of the jobs, the issue seems to clear for a while, but then reoccurs.  This has happened to us on multiple reports, but not consistently.  The subscriptions look fine.  Has anyone
    else run into this?  Any ideas what is causing this to happen?

    I have the issue with version 10.50.1600.1 where one unique subscription ID has created three corresponding SQL jobs with the same name but unique job IDs. When I attempt to execute the job manually via SSMS, i.e.  exec
    sp_start_job@job_name
    =
    '0E02285B-4D85-4F5C-92C3-74F44F27B5ED', SQL Server throws the following error:
    Msg 14293, Level 16, State 1, Procedure sp_verify_job_identifiers, Line 54
    There are two or more jobs named '0E02285B-4D85-4F5C-92C3-74F44F27B5ED'. Specify @job_id instead of @job_name to uniquely identify the job.
    So it would be helpful to know the root cause to avoid the same issue in the future.
    Thanks,
    Ben Lezin
    Ben Lezin

  • Creation of Microsoft Azure Website failed. Cannot move or create server. Subscription ' id ' will exceed server quota.

    I'm trying to create a new MVC website with azure cloud server. However, when creating my project/solution in visual studio I get the following error.
    Creation of Microsoft Azure Website failed. Cannot move or create server. Subscription '<id>' will exceed server quota.
    During the day I created several MVC projects, as a learning exercise, and it worked fine. Now it's failing every time I create a new MVC website with Azure.
    Every time I created a website, I have always deleted any generated Azure sites and databases via the management portal. Currently I have no websites in Azure. Thus I don't see how I've reached a quota,
    Any ideas what might be going wrong?
    My subscription is pay as you go.
    Thanks for your time,
    Rob

    Hi,
    It might be due to various other resources (sql DB, application insight, etc) that you may have created while deploying earlier websites, and filled up your Quota. Due to which, creating new resources would exceed the quota limit.
    Check for the unused resources and clear them. It may clear the error and allow you to create new websites.
    Otherwise, It should be an Account related issue than Technical issue. I suggest you contact Azure support, it is a best choice for you, Please contact support team by creating a support ticket at
    http://www.windowsazure.com/en-us/support/contact/
    Regards,
    Manu Rekhar

  • Create New Azure Subscription via PowerShell Enterprise Portal

    Hi all,
    I've got a scenario where we are working with a customer who has access to Windows Azure. They are looking to programmatically create new Windows Azure subscriptions for teams from Orchestrator runbooks.
    I know that you can use the Windows Azure PowerShell Cmdlets to do almost anything imaginable with Windows Azure Portal but there doesn't seem to be anything for PowerShell or automation for the Enterprise Portal where I would go to create these
    new subscriptions.
    Is there anything out there for the Enterprise Portal that I've missed?
    Richard Green | MCSA 2012, MCSE 2003, MCTS Desktop Virtualization, VCP5-DV http://richardjgreen.net

    Currently there's no API or PowerShell cmdlet that allow us to create subscriptions programmatically. Please understand you can't simply create a subscription whenever you want. You need to bypass some verifications, such as credit card. You should also
    be careful when creating subscriptions, as that might affect your billing method. Each subscription will result in a separate bill (although they can use the same credit card, as the case of enterprise agreement). In most cases, you can't let a user to use
    PowerShell to create a subscription as he wants. Instead, there should be an approval process. However, you can try to submit a feature suggestion at: http://feedback.windowsazure.com/forums/34192--general-feedback  

  • Problem with BLANK Value in SSRS Subscription

    I have a report that I designed in Vis Studio 2005 and have deployed to SSRS 2005.  I have no issues what so ever when running it interactively out of Report Manager.  However when running it scheduled via a subscription, I am running into trouble.
    This report has a parameter called "Label".  It is set up as a String parameter, Allow Blanks, and Multi-Value.  (It does not allow me to select Null values...tells me "The properties for the currently selected item are not valid.")  I am getting Available and Default values from a query I have created in a separate dataset.  This query pulls in all possible values for Label, including a BLANK value (there are values that are and should be Blank).
    In my subscription, I want to select all Labels but label 98, including the BLANK.  So when I go in to create or edit a subscription, I simply uncheck the 98 label.  I can see a blank checked as well.  However when the subscription runs, the subscription status tells me " Failure sending mail: Default value or value provided for the report parameter 'Label' is not a valid value."   This ONLY occurs when I have the BLANK label selected in my dropdown list!
    However, when I run this interactively out of Report Manager, doing the exact same thing (selecting all labels other than label 98, INCLUDING the Blank), it works properly.
    What could be going on here?  Kinda new at this and totally stumped.
    Tony

    Hi Tony,
    I met a similar issue before. If I understand correctly, there has Null values in the list not Blank values.
    Using Null values in a parameter in subscription is not allowed.
    To solve the issue, please change the Null values to Blank values by modifying the query statement of report:
    SELECT ... IsNull(column, "") FROM...
    By the way, please update the SQL Server Reporting Services to latest version too.
    For SQL Server 2005, the latest version is Cumulative Update package 6 for SQL Server 2005 SP3.
    SQL Server 2005 SP3: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=ae7387c3-348c-4faa-8ae5-949fdfbe59c4
    Cumulative Update #6 for SQL Server 2005 Service Pack 3
    For SQL Server 2008, the latest version is Cumulative Update package 4 for SQL Server 2008 SP1.
    SQL Server 2008 SP1: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19
    Cumulative Update #4 for SQL Server 2008 SP1
    Please feel free to ask, if you have any more questions.
    Thanks,
    Jin ChenJin Chen - MSFT

  • SSRS Subscription Misrun

    Hi,
    I have a SSRS Report with a subscription scheduled to run quarterly Jan, Apr, Jul, Oct on the 1st of each month.  The report ran this past Feb. 1st.  I'm unsure why? Can this be fixed?
    Thank you in advance.

    Hi CheriseW,
    Per my understanding that your subscription which should run quarterly at Jan/1, Apr/1, Jul/1,Oct/1 suddenly run at 02/01/2015, right?
    Does the problem occurred only once or many times? The issue can be caused by many factors:
    When a scheduled operation is defined, the report server creates a corresponding job in SQL Server Agent and runs the job on the date and time specified in the schedule. So please first check if someone have changed the commend in the job steps or someone
    run the commend manually:
    1. Find the Job name of this subscription by execute the query below: Job Name=ScheduleID
    use ReportServer;
    SELECT USR.UserName AS SubscriptionOwner
    ,SCH.ScheduleID
    ,SCH.NextRunTime
    ,SCH.LastRunTime
    ,SCH.EndDate
    ,SCH.EventData
    ,SUB.EventType
    ,SUB.SubscriptionID
    ,SUB.ModifiedDate
    ,SUB.[Description]
    ,SUB.DeliveryExtension
    ,SCH.Name AS ScheduleName
    ,CAT.[Path] AS ReportPath
    ,CAT.[Description] AS ReportDescription
    FROM dbo.Subscriptions AS SUB
    INNER JOIN dbo.Users AS USR
    ON SUB.OwnerID = USR.UserID
    INNER JOIN dbo.[Catalog] AS CAT
    ON SUB.Report_OID = CAT.ItemID
    INNER JOIN dbo.ReportSchedule AS RS
    ON SUB.Report_OID = RS.ReportID
    AND SUB.SubscriptionID = RS.SubscriptionID
    INNER JOIN dbo.Schedule AS SCH
    ON RS.ScheduleID = SCH.ScheduleID
    ORDER BY USR.UserName
    ,CAT.[Path];
    2. Right click the Job to select the "Properties" and select "Steps", double click to edit the commend to see if some one have change it, by default, it is like below:
    exec [ReportServer].dbo.AddEvent @EventType='TimedSubscription', @EventData='836075c9-6945-4f26-8175-9da44c899af2'
    The SQL Server Agent service may calculates an incorrect NEXT_RUN_TIME value for the job. Therefore, the job does not always run at the correct times. This issue occurs because an error causes a date value to be changed unexpectedly, the date value is used
    to calculate the NEXT_RUN_TIME value. If you got the subscription execute at wrong time many times. please edit to reset the subscription to change the start date to now.
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • SSRS Subscriptions help

    Hello all,
    I need help in creating report subscription  to run on every Wednesday for Year to last Friday.So we were to generate the report next week, we should generate it for 01/01/2014- 06/06/2014. I am new to SSRS subscriptions. Please help.
    Thanks

     we should generate it for 01/01/2014- 06/06/2014.
    Hi Lshi123,
    In Reporting Services, we can create subscription to send report to specified E-mail address on a schedule. However, the execute time on the schedule cannot be the past date. So in your scenario, we cannot create subscription and generate it for 01/01/2014/-06/06/2014.
    Here are some link about SSRS subscription for you reference.
    http://msdn.microsoft.com/en-IN/library/ms160334.aspx
    http://msdn.microsoft.com/en-us/library/ms154020.aspx
    http://www.youtube.com/watch?v=sO0Y_IxdE8w
    If I have anything misunderstand, please point it out and elaborate your requirement, so that we can make further analysis.
    Regards,
    Charlie Liao
    TechNet Community Support

  • SSRS Subscriptions Issue

    Hello All,
    After the server migration (old-new are identical servers in all aspects including HardWare) the SSRS subscriptions are having issues.
    1. They will run as scheduled but mails are delivered late.
    2. They ran on weekends even though it was not scheduled and not triggered from team.
    3. Job history is not getting updated when subscription run on weekend.
    Workarounds We Did but not solved:
    1. SQL Services restarted.
    2. SSRS restarted.
    3. Manually tested the Subscriptions.
    Please advise.
    Regards, Pradyothana DP. Please Mark This As Helpful if it helps to solve your issue. ========================================================== http://www.dbainhouse.blogspot.in/

    Hi Pradyothana,
    According to your description, the subscription doesn’t work fine when you migrate it from old server to a new server.
    In your scenario, please use code below to find the corresponding job of the subscription, then check if the schedule both in the subscription and the job is the same.
    use ReportServer;
    Go
    SELECT
    c.Name AS ReportName
    , rs.ScheduleID AS JOB_NAME
    , s.[Description]
    , s.LastStatus
    , s.LastRunTime
    FROM
    ReportServer..[Catalog] c
    JOIN ReportServer..Subscriptions s ON c.ItemID = s.Report_OID
    JOIN ReportServer..ReportSchedule rs ON c.ItemID = rs.ReportID
    AND rs.SubscriptionID = s.SubscriptionID
    Besides, since you mentioned the email will be delivered on weekends though it hasn’t been scheduled, you could use Reporting Services trace Log File to find which schedule deliveries this report. Please refer to this article:
    Troubleshooting Subscriptions: Part II, Using the Reporting Services Trace Log File  .
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • SSRS Subscription LastStatus "Failure sending mail: Failure sending mail."

    SSRS 2012, SQL 2012 SP2. 
    We have about 50 different daily subscriptions that go out.  In the last month or so, probably over 30% of SSRS subscriptions are getting this error and no e-mail is sent.  I have tested out the reports with the parameters and the reports run just
    fine on demand for both the user and myself.  I'll change the subscription forward for testing, and it will intermittently work or fail even when no traffic is hitting our database so I dont think it's a matter of performance. 
    I see nothing in the error logs, and I see nothing in the logtable 2, or 3 in ssrs as suggested by a few MSDB sites.
    The only spot I can even see this error, is when viewing the subscription. I have done LOTS of searching, and most people get a helpful error after "Failure sending mail" where as I only get 'Failure sending mail: Failure sending mail"

    Hi,
    Does your network is always available? Your scenario is so strange. Please check if you have missed something according to this article:
    https://msdn.microsoft.com/en-us/library/ms159155.aspx.

  • DBMS SCHEDULER: Job of type 'Chain' is failing

    Hi,
    I am using Oracle 10gR2 version. The job created on top of chain is failing for some reason. I couldn't trace the exact error. Please help me in debugging this as I am new to using dbms scheduler.
    --Script I have used to create a chain
    BEGIN
    DBMS_SCHEDULER.create_chain (
    chain_name => 'DAILY_JOB_CHAIN',
    rule_set_name => NULL,
    evaluation_interval => interval '5' minute ,
    comments => 'Chain to run the daily jobs');
    END;
    --Script used to create a job and start it immediately.
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB (
    job_name => 'daily_job_rerun',
    job_type => 'CHAIN',
    job_action => 'daily_job_chain',
    start_date => SYSTIMESTAMP,
    auto_drop => true,
    enabled => TRUE);
    END;
    Soon after I ran the create_job procedure, the job has started immediately but is failing immediately without starting the chain. I have checked the USER_SCHEDULER_JOB_LOG table for errors. This is what is stored in the table.
    LOG_ID JOB_NAME OPERATION STATUS ADDITIONAL_INFO
    144835 DAILY_JOB_RERUN CHAIN_RUN FAILED CHAIN_LOG_ID="144834"
    144834 DAILY_JOB_RERUN CHAIN_START RUNNING
    Please help.
    Edited by: user10626493 on Oct 22, 2009 11:45 PM

    Chain rule for one of the chain steps has been changed and hence the job failed. After correcting the chain rule, the job has started fine.

  • Lookup of alternativeServiceIdentifier via CPA-cache failed for channel

    Hi,
    In RFC(ECC) to File(PI) scenaio  i am facing the following error in sender CC:
    Error in processing caused by: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: lookup of alternativeServiceIdentifier via CPA-cache failed for channel SND_RFC
    -CC' (f455868123qq3bba4c3dc3dbf93ed1b, party '', schema 'TechnicalSystem', identifier 'ECC#110')
    I have done the following for RFC to File scenario:
    ECC side:
    1. Created a RFC and tagged it to BAPI
    2. In the ABAP program, i am calling the RFC like below:
    CALL FUNCTION 'Z_HR_OUTBOUND_DATA2'
    IN BACKGROUND TASK DESTINATION 'Z_HR_OUTBOUND_DATA2'
    EXPORTING
    INTERFACE =
    IMPORTING
    FILENAME = FILENAME
    RETURN = RETURN
    TABLES
    ITAB10 = ITAB10
    P_STATUS = P_STATUS
    COMMIT WORK.
    3. Created a RFC destination using SM59
    RFC detination : Z_HR_OUTBOUND_DATA2
    Connection type : TCP/IP
    Enabled Registered Server Program
    Program ID : ECCTOPI_OUTBOUND
    Gateway host : ECC's host number
    Gateway service : ECC's service number.
    In PI side:
    I have created :
    1 DT for File Rcvr
    1 MT for File Rcvr
    1 SI for File Rcvr (async)
    1 MM (sender RFC and receiver File)
    1 OM
    1 CC with RFc as sender with the following parameters:
    Communication component : ECC's component
    application server (gateway) : ecc's gateway
    application server service(Gateway) : ecc's service number
    Program id : ECCTOPI_OUTBOUND
    inital connections 1
    max. connections 1
    And also gave ecc's details in application server , s/y number, auth. mode, logon user ,
    pwd, ecc's client number
    1 CC with File adapter and file content conversion
    1 receiver determination
    1 interface determination
    1 sender agreement
    1 receiver agreement
    When i am executing the ABAP program in R/3 I am getting the following error:
    Error in processing caused by: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: lookup of alternativeServiceIdentifier via CPA-cache failed for channel SND_RFC
    -CC' (f455868123qq3bba4c3dc3dbf93ed1b, party '', schema 'TechnicalSystem', identifier 'ECC#110')
    Please let me know if any of my steps are wrong and how to rectify this error and make
    the scenario working.
    Thanks for your help.

    I have mentioned the Adapter specific parameters properly.
    It contains :
    For ECC s/y(i.e for RFC)
       Logical system :  DECCLNT120
       R/3 system ID : DEC
       Client 120
    For PI (i.e for File)
       Logical system :  DPICLNT100
       R/3 system ID : DPI
       Client 100
    Since i am sending the Response of the RFc to the file, i have used a Service interface where i am passing the RFC.Response as Request.
    if i am passing the RFC directly as i/p in Source operation of Operation mapping then it doesn't pick up the response in the souce message of the mapping program present in Operation mapping.
    So i am passing the same SI_Sender_RFC in the Sender Agreement and  it gives the error:
    Error in processing caused by: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: senderAgreement not found: lookup of binding via CPA-cache failed for AdapterType RFC, AdapterNS http://sap.com/xi/XI/System, direction INBOUND, fromParty '', fromService 'DEC_RFC', toParty '', toService '', interface 'Z_HR_OUTBOUND_DATA2', NS 'urn:sap-com:document:sap:rfc:functions' for channel 'CC_LOTUSNOTES_OUTBOUND_SND_RFC' (channelId c78f5a88787131a09384c07c2db0e93b)
    why is it so?

  • Issue in To: field on SSRS Subscriptions

    Greetings!
    Our organization just recently migrated to a new Microsoft Exchange server, at almost the exact same time as the workstations were upgraded to Windows 2013 and Office 2013. After the upgrade an issue with our SSRS Report subscriptions was discovered. 
    Report subscriptions that had been running fine prior, suddenly were failing.  We were eventually able to figure out that if you entered just one email address in the To/CC/BCC fields it worked fine.  As soon as you enter more than 1 email address
    in any of those three fields, the email errors with 'The email address of one or more recipients is not valid'.  We can take the exact same TO:  line out of the Subscription line and paste it into Outlook and it works fine, so the address is valid. 
    It is just that after the first email address, It does not seem to recognize any additional addresses.  Then I was examining the error message and noticed that when returned the to: line in the error message is this '[email protected], [email protected]'. 
    I know for SSRS subscriptions, email addresses need to be separated by semi colons so I check the subscription, and indeed there are semi colons in the subscription.
    Does anyone have any idea what the issue here might be and how I can fix it before my users riot on me?

    Hi SSRSnewbie,
    As per my understanding, I think this issue can be caused by incorrect email relay setting between the SMTP server and the report server. In order to troubleshoot this issue, the following suggestions are for your reference:
    Suggestion1:
    Please make sure there is no space between an email address and the semi-colon, and add a space between the semi-colon and the email address behind it. For example, try the below:
    [email protected];
    [email protected]
    Suggestion 2:
    Double check whether the configuration options for SMTP service is correct, please using the settings mentioned as below:
    http://technet.microsoft.com/en-us/library/ms159155.aspx
    If the issue is still existed, could you please post the settings in the RSreportserver.config file for SMTP server? Then we can make further analysis.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Create application from spreadsheet failing - APEX 3.0

    Create Application from Spreadsheet failing (wrong column order) on the upload
    example csv columns are nameA, nameB, nameC
    Upload as csv
    The column order of the csv file changes....(its random).
    example csv is nameC, nameB, nameA -.but sometimes it works after numerous tries uploading it (column order is correct - same as csv file)
    I have another apex/db (10.1.0.4.2) installation(same version 3.0) where it works all the time(same csv file)
    The database for the failing Apex installation is (10.2.0.1.0)
    ANY IDEA???...could be a a database caching issue or a wrong db parameter?

    What table gets populated when you upload a csv file via create application from spreadsheet (is it only APEX_APPLICATION_FILES)? Because if i import the csv file in the repository it looks file when i download it. I not sure what controls the order of the csv file column order upon the upload create application from spreadsheet process. This is a very perplexing problem since it works on another apex 3.0/10.1 database environment.
    thanks

  • SSRS subscriptions in default zone of sharepoint 2013 are not showing in intranet zone and vice versa.

    one of the Sharepoint 2013 site collection has alternate access mappings created. Default site is .com and intranet is .local.
    So when we add SSRS subscription in .com - they are not showing in .local and vice- versa. How do we fix this so the subscriptions are same in both .com and .local.

    Hi spanda,
    Per my understanding that you have configured the alternate access mappings which Default site is .com and intranet is .local. But the subscription in one of the site will not list in another mapped site, right?
    Actually, if you are on a different Alternate Access Mapping other than the Subscription was created on, we will get no subscriptions, Because we are using the method "Microsoft.ReportServices.SharePoint.UI.ManageSubscriptionPages"
    to deal with the logic by creating the value for "m_reportUrl" using the current context of the URL the user is using and passing that to the "SubscriptionListControl".  You can find the code in this article if you have some
    knowledge of development:
    SQL Server Reporting Services ignores Alternate Access Mappings When Checking for Report Subscriptions
    I recommand you to submit an feedback at
    https://connect.microsoft.com/SQLServer/
    If the suggestion mentioned by customers for many times, the product team may consider to add the feature in the next SQL Server version. Your feedback is valuable for us to improve our products and increase the level of service
    provided.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

Maybe you are looking for

  • Purchase order in PDF formate

    Hi experts, How can i get a purchase order  NUMBER PDF formate  . when i save the PURCHASE order  allways the file name is Purchase order. but we need it like   PO-4500096    with PO number ...  is thre any settings where can i take thi table and fea

  • How to get a POP-UP window

    hi, i have got hyperlinks or URL links in my portal and on clicking them a new window is getting opened. but i want a pop window to come up giving the options such as 1.open in new window 2. open in the same window 3. cancel. can you please guide as

  • Updating iTunes (Windows 7) message "iTunes server not available, try again later"

    PC operating Windows 7 with iTunes used to update automatically but has stopped doing so and when trying to manually update message appears saying "iTunes server is not available, try again later" - have checked that firewall allows iTunes through to

  • When i try to delete all photos from my i photo 4.0.3 garbage it wont erase

    i think i have a problem with my i photo 4.0.3 when i try to delete and empty garbage it will ask me if i want to delete permanently erase photos and i confirm but the photos wont dissapear from garbage bin its not deleting and clearing the garbage i

  • Icons disappearing!

    Over the past few weeks, I've had all of the icons on my desktop (except hard drive icons) disappear several times. At that point all of the folders in my Apple menu (like "Applications") show up as "Empty Folder" when I click on them. Restarting fix