HT2463 Are these ports correct?

Are these ports correct? NTP more usually uses UDP as does DNS. Also, we found that we needed to open TCP5223 as well.

Don't worry, the numbers are correct.
In Intel's calculation, FSB is calculated as Quad Rate, so you'll have to mutiply the reported FSB by 4 which is 200MHz x 4 = 800MHz.

Similar Messages

  • What are these ports 989, 1021, 1033 and why are they always ON?

    I have noticed unknown network traffic on Activity Monitor, even I close all application, AM still shows there's about 1~2 KB (Data received).
    So, I open a Terminal and check by 'netstat' command. I notice there's some unknown tcp connections established. Is there anyone know what are these ports, and is it normal to have them ON all the time ?
    $ netstat -n | grep EST
    (..omited)
    tcp4 0 0 127.0.0.1.1033 127.0.0.1.989 ESTABLISHED
    tcp4 0 0 127.0.0.1.989 127.0.0.1.1033 ESTABLISHED
    tcp4 0 0 127.0.0.1.1033 127.0.0.1.1021 ESTABLISHED
    tcp4 0 0 127.0.0.1.1021 127.0.0.1.1033 ESTABLISHED

    These ports are some of those used by the NetInfo subsystem which keeps track of your computer's users, groups, and some other information about its configuration. Since the IP addresses listed for those connections are all 127.0.0.1, your computer is connecting to itself; having these open isn't a cause for concern.
    (16141)

  • ACE 4710 what are these ports used for?

    Hello, what are these ports used for please? What can I do with them?
    Thank you
    Sent from Cisco Technical Support iPhone App

    Hi Bilal,
    They are reserved for future use. Please have a look at the link below:
    http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/4710/hardware/installation/guide/Overview.html#wp1043136
    Regards,
    Kanwal

  • JDBC-Adapter - Are these Properties Correct?

    Hi,
    I am trying to execute a stored procedure on a Microsoft MSSQL Server via the JDBC Adapter.
    The adapter is installed like it is described in the Driver-Manual and I configured the Adapter according to the User-Manual of the driver. But it doens't work.
    Are these properties correct?!
    http://www.devilstorm.com/downloads/jdbc.jpg
    Thank you for your help
    Thomas

    1. Did you check whether your communication channel is active and in green status in the adapter monitor ?
    2. If it is in the error status what is the error ? If it is in green status does it say it last polled at date and time ?
    3. it is not call ZZ_COPA_ZCHECK, it should be EXEC ZZ_COPA_CZECH.
    One other thing is you do not have a namespace, click on Advanced Mode (Erweiterter Modus) and add
    Name = docNamespace
    Value = <your namespaece>
    regards
    SKM

  • HT1751 Are these instructions correct?  They don't mention the ITL file...

    Are these instructions correct?  They don't mention the ITL file...

    I'd say they are generally correct, however they don't account for the circumstances in which, following advice given elsewhere in Apple's support documents, the media folder is no longer contained inside the main iTunes folder. This can happen when the media has been consolidated elsewhere,, e.g. an external drive, due to space constraints. This creates what I call a "split library". In such cases the media folder and iTunes folder (holding the .itl database) each need to be backed up and, when restoring, the media folder must be restored to exactly the same path or iTunes will have trouble connecting to the media.
    Should you have created a split library that you'd like to reconnect see make a split library portable.
    There is some odd numbering on the support doc. page so I can't give a section number, but the bit on where to find your iTunes folder doesn't make it clear that the "iTunes" (or "library") folder is normally the parent folder of the "iTunes Media" folder shown in the dialog box, and that they are not the same thing. I suspect this is one of the reasons that some users manage to migrate or restore their media only to find they have lost playlists, ratings, play counts etc.
    Another issue with the article is that it provides a way to backup the library once, but not to efficiently maintain that backup. Deleteing the entire backup to regenerate it would be a waste of time and potentially risky. See this iTunes backup tip for a suggested strategy.
    tt2

  • Creating RMAN catalog. Are these steps correct?

    Are these steps to set up the RMAN catalog correct?
    I.
    The following two databases are the target databases which needs to be backed up.
    1. a 11.1.0.7.0 database
    2. a 10.2.0.1.0 databaseII.
    Catalog schema in a 10.2.0.4.0 database called catdb.
    III.
    I am going to use the RMAN client(10.2.0.1.0) in my laptop (Windows Server 2003).
    CATALOG schema creation
    =======================
    To create the Catalog Database (10.2.0.4.0), this what i am going to do in catdb
         a. create tablespace CAT_TBS
         b.     CREATE USER rman_cat_schema
              IDENTIFIED BY rman_cat_schema
              DEFAULT TABLESPACE cat_tbs
              TEMPORARY TABLESPACE temp
              QUOTA UNLIMITED ON cat_tbs;
         c.      GRANT create session TO rman_cat_schema;
         d.      GRANT recovery_catalog_owner TO rman_cat_schema;
         e.      GRANT execute ON dbms_stats TO rman_cat_schema;
       f. Invoke the <font color="red"><b>RMAN binary from my laptop</b></font> :
                  C:\>set ORACLE_SID=catdb
               C:\>rman catalog rman_cat_schema/rman_cat_schema@catdb log=catalog.log
                               Hopefully Catalog will get the created at catdb .
    Registering the database
    =========================
    To register the database,this is what i am going to do.
         a. Add the Tns Entry about the catdb in tnsnames.ora file of the target database
         b. Log in to target database's machine and invoke the<font color="red"><b> RMAN executable in the target database. </b></font>
            $  export ORACLE_SID=oraprod314
            $  rman TARGET / CATALOG rman_cat_schema/rman_cat_schema@catdb
                 c. Then i can give the REGISTER DATABASE command. like
                 $rman > register database;
            Edited by: Citizen_2 on 14-Sep-2009 11:46

    Yes, You can connect to RMAN catalog using a lower version client. see this.
    SQL> conn rman/rman@mycatdb
    Connected.
    SQL> select * from rcver;
    VERSION
    11.01.00.06
    SQL>
    rman
    Recovery Manager: Release 9.2.0.7.0 - 64bit Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN> connect target /
    connected to target database: STSTDB (DBID=2045697105)
    RMAN> connect catalog rman/rman@abcd.
    connected to recovery catalog database
    RMAN>
    You can take the backups and do recoveries. But, if you want to achieve certain features of the recovery catalog of higher versions to backup / recover your database, you better use the right RMAN client which allows the features to use.
    It is always advisable to use the RMAN Client same as the database version you want to backup to avoid any confusions.
    Hope it is helpul.
    Regards
    Edited by: vasu77 on Sep 15, 2009 10:01 AM
    Edited by: vasu77 on Sep 15, 2009 2:11 PM

  • Are these steps correct  for ALE configuaration ?

    1.An ALE Configuration we have to do five steps
    a)Define logical System (SALE&#61664;sending and receiving system logical system&#61664;define logical system)
    b)Assign client to the logical system( SALE&#61664;sending and receiving system&#61664;logical system&#61664; Assign client to the logical system)
    c)We have to define port at (WE21)
    d)GENERATING PARTNER PROFILES(WE20)
    e)Define target system for RFC calls (sm59)
    f)Creating Distribution model (BD64)
    g)WE42 for creating process code.
    h)Send Data ( bd10)
    i)Get Data(bd11)
    j)BD51
    k)WE57
    We have to repeat the FIRST 6 steps for each of the sender and receiver and those are compulsory. I am not yet clear about the last 5 steps.
    E.g. our sender is 200 and receiver is 400
    So for each of them we have to do the 5 steps twice.

    folow the link
    http://searchsap.techtarget.com/general/0,295582,sid21_gci1130337,00.html
    /people/kevin.wilson2/blog/2006/11/13/ale-scenario-development-guide
    which will givw u the steps for ale configuration
    steps are
    . ALE->Sending and Receiving Systems->Logical Systems->Define Logical System. a. Here you add the name of the logical system for the distributed system. To make them easy to find I like to name them based on instance/client so in the case of the system listed above I would call it DM7200. This naming convention makes it easy to follow in various systems.
    2. ALE->Sending and Receiving Systems->Logical Systems->Assign Client to Logical System.
    a. In this step you assign your logical system to a particular client. WARNING: DO NOT CHANGE THIS IF IT IS ALREADY CONFIGURED!!! That holds especially true on an FI system as it cannot be changed once it is set. Make sure to discuss this with the Basis team before entering the data.
    3. ALE->Sending and Receiving Systems->Systems in Network->Synchronous Processing->Determine Target System for RFC Calls
    a. This area allows you to tell SAP where to make RFC calls based on the logical system. That means that when I want to look up Vendor information in cases like infotype 194 and 195 where a function module is called that I can tell the system where to go to find that information. To configure this you should make sure that the system where the financial information will be kept is listed.
    4. ALE->Modelling and Implementing Business Processes->Maintain Distribution Model and Distribute Views
    a. In this step we will define where the FI data comes from and what data we expect to receive. We will also define the system that will be receiving the payroll posting and what data we will be sending that system.
    b. SAP Recommends the following list of messages to be received from the financial system:
    i. COACTV-IDoc for cost center/activity type
    ii. COAMAS-Master activity type
    iii. COELEM-Cost Element Master Data
    iv. COGRP1-Cost Center Groups
    v. COGRP2-Cost Element Groups
    vi. COGRP5-Activity Type Groups
    vii. COSMAS-Master Cost Centers
    viii. CRECOR-Core Vendor master data distribution
    ix. CREMAS-Vendor master data distribution
    x. GLCORE-Master data G/L accounts (CORE IDoc)
    xi. GLMAST-Master data G/L accounts (master IDoc)
    xii. PRCMAS-Profit center master record
    xiii. RCLROL-Reconciliation ledger rollup
    c. To add these messages you can follow the steps listed here:
    i. Go into change mode by clicking on the pencil/glasses button or Distribution model->Switch Processing Modes via the menu
    ii. Click on the Create Model View Button
    Fill in the data for your model. Below is my example.
    iii. Now it is as simple as adding message types. Click on the Add message type button and enter the required data. The sender is the FI system and the receiver is the Payroll system. Tip: Once you add the first message type if you select it before adding the next message you will only need to fill out the message portion and not the sender and receiver
    iv. Now we need to build the partner profiles so that the systems know where the distribution model needs to get or put things. To do this go to Environment->Generate Partner Profiles.
    Enter the partner system you want to use and press execute or F8.
    This screen shows the successful creation of the partner profiles. If you want to see them can go to transaction WE20.
    v. Now we must send the model to the other system. To do this use menu path Edit->Model View->Distribute
    Now I should be able to see this model in my FI system, in this case, DM3. I can take a look at this via transaction BD64 in the other system
    You'll notice that the coloring on the messages and models is in gray. This indicates that the model is maintained in another system.
    d. We also have to configure the model for posting to the other system. In this case we will be using BAPI's and not message types. SAP recommends the following BAPI's:
    i. AcctngServices.DocumentDisplay, Accounting: Display Method for Follow-On Document Display
    ii. AcctngEmplyeeExpnses.Post, Accounting: Post G/L Acct Assignment for HR Posting
    iii. AcctngEmplyeeRcvbles.Post, Accounting: Post Cust. Acct Assignment for HR Posting
    iv. AcctngEmplyeePaybles.Post, Accounting: Post Vendor Acct Assignement for HR Posting
    e. For the most part the steps are the same as above but it is slightly different because you use the Add BAPI button instead of the Add Message Type. BAPI's are case sensitive so you'll need to be exact.
    <REMOVED BY MODERATOR>
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Feb 22, 2008 2:27 PM

  • Are these the correct linked libraries inside of the AppKit?

    I was wondering, I was having strange issues with a program and DTrace was showing this error:
    dtrace: error on enabled probe ID 2 (ID 1371: pid353:libobjc.A.dylib:objc_msgSend:entry): invalid address (0x7fff9410a22a) in action #3 at DIF offset 24
    dtrace: error on enabled probe ID 2 (ID 1371: pid353:libobjc.A.dylib:objc_msgSend:entry): invalid address (0x7fff9410a22a) in action #3 at DIF offset 24
    dtrace: error on enabled probe ID 2 (ID 1371: pid353:libobjc.A.dylib:objc_msgSend:entry): invalid address (0x7fff9410a22a) in action #3 at DIF offset 24
    Which ultimately showed up belonging to AppKit in LLDB, like so:
    (lldb) image lookup -v -a 0x7fff9410a22a
          Address: AppKit[0x0000000000acb22a] (AppKit.__TEXT.__objc_methname + 502802)
          Summary: "_inspectorBarView"
           Module: file = "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", arch = "x86_64"
    Anyways, using otool, I saw a whole bunch of dynamic libraries linked with the AppKit binary and would like to confirm that these are all legit (Any help would be appreciated, thanks!):
    jburnetts-Mac-Pro:~ jburnett$ otool -L /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit:
              /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1265.20.0)
              /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services (compatibility version 1.0.0, current version 48.0.0)
              /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox (compatibility version 1.0.0, current version 492.0.0)
              /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData (compatibility version 1.0.0, current version 481.1.0)
              /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore (compatibility version 1.0.0, current version 354.4.0)
              /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv (compatibility version 1.0.0, current version 738.3.1)
              /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 1056.13.0)
              /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox (compatibility version 1.0.0, current version 698.0.0)
              /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore (compatibility version 1.2.0, current version 1.8.0)
              /System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 1.0.0, current version 55471.14.2)
              /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition (compatibility version 1.0.0, current version 1.0.0)
              /usr/lib/libauto.dylib (compatibility version 1.0.0, current version 1.0.0)
              /usr/lib/libicucore.A.dylib (compatibility version 1.0.0, current version 51.1.0)
              /usr/lib/libxml2.2.dylib (compatibility version 10.0.0, current version 10.9.0)
              /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5)
              /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI (compatibility version 1.0.0, current version 231.0.0)
              /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration (compatibility version 1.0.0, current version 1.0.0)
              /usr/lib/liblangid.dylib (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport (compatibility version 1.0.0, current version 245.13.0)
              /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
              /usr/lib/libDiagnosticMessagesClient.dylib (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 59.0.0)
              /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage (compatibility version 1.0.0, current version 160.2.0)
              /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing (compatibility version 1.0.0, current version 132.2.0)
              /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
              /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
              /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
              /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)

    Thanks for this info. Much appreciated.
    Can I ask why you recommend purchasing a hard drive? On this G5 we're speaking about, I have a 'Macintosh HD' drive (of which there are only 6 Gigs left -- although this is probably because the computer is clogged up with crap. I will clear this up soon).
    There is also a Movie Drive (70 Gigs left on it) and just rebuilt using Disk Warrior 3 after it disappeared on me.
    It might sound like stupid question, but if I buy another drive, can I insert that into the G5 and leave the other two in it aswell, or are you saying to replace a damaged drive or something? Would a third drive speed up the computer. Sorry, but I don't understand. Thanks again.

  • Are these the correct memory cards?

    Hi, I'd love it if someone could help me out here. I have previously posted about speeding up my old Mac G5. It is only a single processor 1.8 Ghz.
    I was recommended OWC, in order to buy memory, but I'm living in Ireland and have been recommended this product from this company:
    http://www.komplett.ie/k/ki.aspx?sku=310789
    Does anyone know if this is the one to buy? Here are my specs. Thanks!
    Machine Name: Power Mac G5
    Machine Model: PowerMac7,2
    CPU Type: PowerPC 970 (2.2)
    Number Of CPUs: 1
    CPU Speed: 1.8 GHz
    L2 Cache (per CPU): 512 KB
    Memory: 512 MB
    Bus Speed: 900 MHz
    Boot ROM Version: 5.1.5f2

    Thanks for this info. Much appreciated.
    Can I ask why you recommend purchasing a hard drive? On this G5 we're speaking about, I have a 'Macintosh HD' drive (of which there are only 6 Gigs left -- although this is probably because the computer is clogged up with crap. I will clear this up soon).
    There is also a Movie Drive (70 Gigs left on it) and just rebuilt using Disk Warrior 3 after it disappeared on me.
    It might sound like stupid question, but if I buy another drive, can I insert that into the G5 and leave the other two in it aswell, or are you saying to replace a damaged drive or something? Would a third drive speed up the computer. Sorry, but I don't understand. Thanks again.

  • HT2463 Could the opening or closing of any of these ports be involved in an intermittent 8008 error in attempting to download iTunes movies to my Mac?

    I've been working on an issue with two Macs and a PC with trying to download movies from iTunes, and the downloads were consistently stopping at about 1/3 of the way through the dowload, with error 8008.  When troubleshooting with the ISP in real time, watching the downloads, finally some of the movies downloaded, and others continued to stop, now at either the 1/3 or 2/3 of the data, still with error 8008.  I'm wondering if any of these ports not being open could be involved with this issue.

    Hello RockDot,
    The following article contains a host of information and troubleshooting steps that can help you pin down and, ultimately, elminate the source of your download troubles.
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    Cheers,
    Allen

  • Are these speakers compatible with new 24" iMac?

    http://www.newegg.com/Product/Product.aspx?Item=N82E16836101057
    I know the one's on the Apple site are compatible but these are cheaper. Are they the same thing or are these made for PC, since NewEgg sells PC stuff?

    The detailed description says it just connects with a mini-stereo jack connector, so it should work. They are like any other external power speakers. Just plug it in to the audio output port in the back, like you would plug in headphones.
    The older original Sound Sticks connected using USB (if I remember correctly), and those may or may not be compatible with the latest Macs and Mac OS X version. But these are the "II" model with a regular connector, so it should be fine.
    Funny that the branding is JBL and not Harmon Kardon. Did JBL buy them out?

  • What are the ports need to open at firewall

    What are the ports need to open at firewall to access Oracle EBS R12 through internet?

    All these following ports need to open at firewall??
    Database Port : 1521
    RPC Port : 1626
    Web SSL Port : 4443
    ONS Local Port : 6100
    ONS Remote Port : 6200
    ONS Request Port : 6500
    Web Listener Port : 8000
    Active Web Port : 8000
    Forms Port : 9000
    Metrics Server Data Port : 9100
    Metrics Server Request Port : 9200
    JTF Fulfillment Server Port : 9300
    MSCA Server Port : 10200-10205
    MCSA Telnet Server Port : 10200,10202,10204
    MSCA Dispatcher Port : 10800
    Java Object Cache Port : 12345
    OC4J JMS Port Range for Oacore : 23000-23004
    OC4J JMS Port Range for Forms : 23500-23504
    OC4J JMS Port Range for Home : 24000-24004
    OC4J JMS Port Range for Oafm : 24500-24504
    OC4J AJP Port Range for Oacore : 21500-21504
    OC4J AJP Port Range for Forms : 22000-22004
    OC4J AJP Port Range for Home : 22500-22504
    OC4J AJP Port Range for Oafm : 25000-25004
    OC4J RMI Port Range for Oacore : 20000-20004
    OC4J RMI Port Range for Forms : 20500-20504
    OC4J RMI Port Range for Home : 21000-21004
    OC4J RMI Port Range for Oafm : 25500-25504
    DB ONS Local Port : 6300
    DB ONS Remote Port : 6400
    Oracle Connection Manager Port : 1521

  • My music files are in the correct folder and place but do not appear in my itunes library..help?, My music files are in the correct folder and place but do not appear in my itunes library..help?

    Help! My music files are in the correct folder and place on my laptop but in the library they do not show up. I have Windows 8.1 and am going mad !

    Hi,
    Are these songs iTunes purchases?
    If so you need to hide them. iTunes Store: Hiding and unhiding purchases
    Jim

  • HT4976 Some of emojis are not showing correctly in web view text are.

    When I input emojis in webview's text area, some are not showing as a emojis, they are showing as a symbole e.x. ☺ (WHITE SMILING FACE),✌(VICTORY HAND) e.t.c., these are not the correct emoji as they are showing in apple device keyboard.
    Can you please sugges me what should i do ?

    Is Webview an app? If so, it may not support the Emoji font. Or, if you're talking about typing in a web page, the same maybe true. The iPhone Emoji font frequently shows up as garbage characters on other phones. It sound as if it's being converted to the Symbol font in whatever your trying to use it. Avoid use of the Emoji font unless you are communicating with other iOS devices.

  • International Characters in PDF Forms are not shown correctly (Adobe Reader 11.0.06)

    I have a PDF form served from a web application and shown in Internet Explorer and want to put in string values with norwegian letter like 'ÅRE ØRE ÆRE'.
    These are not shwon correctly when I toggle "Highlight Existing Fields" and the focus is not on the text field in question.
    I am runing on Windows 7.

    I cannot reproduce this using a test form I created: https://files.acrobat.com/a/preview/e6b390e1-625c-4f59-86c5-c2ca07998279
    Does the same thing happen with the form above?  If not, can you share your form with us: http://forums.adobe.com/thread/1408375

Maybe you are looking for

  • Error while creating a billing (no accounting document gnerated)

    hi gurus, while saving a billing document in vf01 error pops up no accounting document generated and when i go to account determination analysis in billing  tax condition is missing kindly help me out thanks

  • How to create a custom Button in a SNP planning book

    Hi Experts, I created my own Planning Book and Dataview in SNP with 3 Key Figures: KF1, KF2, KF3. Now I want to create one my own button with Macro so that when I press that button, the Macro will run to calculate: KF3 = KF1 + KF2. I know that I can

  • Minis spin at restart or shut down

    I have 3 minis that just spin when you hit restart or shut down. You have to hard reboot... the old firmware update I found is not needed on that computer according to the computer. Running 10.4.11 on all. Any ideas?

  • How to reduce file size

    I have one page file. There is no image, just text. Now the file size is 3MB. I cannot reduce size anyhow. I have moved the tick from embed fonts at save option tab but file size is same. How I can reduce file size? In addition this file is used so m

  • MATERIAL TAG

    Sir, i want to classify some materials as slow moving stock we have a separate location know as "WK01" which defines it as slowmoving my requirement is that in MMBE a separate indicator or tick should come for the storage location ply help regards am