Umable to resolve location alias.

We moved our dev environment from one server to another.
Now when we are running batch it is terminated throwing the error unable to resolve the location alias at the calculation part.
Help me in fixing this issue.

You're probably lucky it failed as it at least guaranteed that you know where the data (doesn't) come from.
If the location alias came across unaltered it's likely pointing to a server/app/db that doesn't exist in prod.
This probably ought to be fixed.
Regards,
Cameron Lackpour

Similar Messages

  • Unable to resolve location alias (1023066 error) during of BR execution

    Hi,
    I'm using 11.1.1.3 planning classic application.
    Application has been migrated from EPMA 9.3.1.
    I try to use @XREF function to get data between plans of this application.
    BR has been validated successful.
    But I get "Unable to resolve location alias (1023066 error)" during of BR execution.
    What can be a reason of this trouble?

    Hi ,
    1. The error 1023066 is "Unable to resolve location alias" happens only when location aliase is not set in essbase matching the source server
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • Financial Reports Location Alias error

    Has anyone encountered the following error?
    "1023066 Unable to resolve location alias"
    What does this mean and any suggestions on how to resolve? Cannot find any documentation on possible solutions.

    are you using multiple alias tables.
    If you are using then check whether you have specified it correctly in the grid property sheet.
    Regards,
    Rahul

  • "SOME" devices can resolve the ALIAS (CNAME record) for a device, but not the REAL name (A record) - Why? How do I fix this?

    I'm running the DNS server role on Windows Server 2012 R2 on a physical machine on my home network.
    My AD is configured with a non-registered name - let's say it's "home.acme.ca" and the DNS server is configured to host that zone.  I also configured a 2nd zone in the DNS server called "myinf.acme.ca".  They both run on a physical
    server with an IP of 192.168.1.10
    The DHCP server on my Cable Modem is configured to hand out 192.168.1.10 as the only DNS server to every device on my network.  On my servers (with static IP addresses), 192.168.1.10 is configured as the only DNS server available for them. 
    I took the DNS servers from my Cable Provider and configured a Forwarder on my server to send name resolution requests to them only if my DNS server can not answer the request - basically for any name resolution request that does not end with ".home.acme.ca"
    or ".myinf.acme.ca"
    The "home.acme.ca" zone is populated with 'A' records for all of the physical and virtual servers and PC's on my network.
    The "myfin.acme.ca" zone is populated with 'CNAME' records that point directly to the 'A' record in "home.acme.ca" - for example, I have a serve named s000abc123ww.home.acme.ca with an 'A' record providing an IP address of 192.168.1.20 and
    I created a 'CNAME' (alias) record named 'webserver.myinf.acme.ca' which points to the 'A' record 's000abc123ww.home.acme.ca'
    2 of my 6 machines can resolve the alias but not the real name of the server!
    .10 is the Domain Controller.  All of the other machines (except .98) are members of the home.acme.ca domain.
    I attempted to ping 's000abc123ww.home.acme.ca' AND 'webserver.myinf.acme.ca' on the following 6 computers.  I used the fully qualified name in all cases.
    4 of the below machines are able to resolve BOTH names.  The other 2 can resolve the Alias but not the real name!
    I don't understand how this is possible, but I would like to fix it...!!!  Please help?
    .10 - Server 2012 R2 (Physical) -  Hosts Active Directory and DNS.
    .20 - Server 2012 R2 (Virtual)   -  Runs SQL Server
    .21 - Server 2012 R2 (Virtual)   -  Runs Apache
    .22 - Server 2012 R2 (Virtual)  -   Runs Apache.  This is the device I am trying to ping (s000abc123ww)
    .98 - Windows 7 (Physical)
    .99 - Windows 7  (Virtual)
    .21 (which is configured nearly identically to .20 and .22) can resolve and ping the Alias, but not the real name.
    .98 can also resolve and ping the Alias, but not the real name.
    The rest of the machines can resolve and ping both the alias and the real name.
    All of the Virtual Machines are running under Hyper-V on the .10 physical server.
    All the devices are on the same subnet.
    Thank in advance to anyone who can help me understand and correct this problem!
    Jim

    Hi,
    CNAME resource records are recommended for use in the following scenarios:
    • When a host that is specified in an A resource record in the
    same zone needs to be renamed
    • When a generic name for a well-known server, such as www, must resolve to a group of individual computers (each with individual A resource records) that provide the same
    service, for example, a group of redundant Web servers
    Therefore please try to create your CNNAM record in the same zone and try again.
    The related KB:
    Adding, Changing, and Deleting Resource Records
    http://technet.microsoft.com/en-us/library/cc779020(v=ws.10).aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • My MacBook cannot resolve the alias when attempting to connect to LAN wired devices (WD Live Media Centre), and says operation can't be comp-leted because the original item can't be found.???

    I have 2 WD Live Media Centre devices hard-wired on my LAN. My MacBook can find these devices on the network, but when it tries to access the USB drive which is attached to the media centres, a message says the Mac it "resolving the alias to USB drive", but then says operation can't be completed because the roiginal item (USB Drive) can't be found. My PC, which is also hard-wired on the network, has no problem accessing these USB drives. Is there some adjustment I need to make?

    Well, try this (I was able to fix my with these steps):
    Go Utilities > Disk Utility
    Select your Startup Disk, e.g. Macintosh HD
    Then, under the First Aid Tab, click Verify Disk Permissions.
    If there are errors, then click repair Disk Permissions.
    After it is done, restart the computer and see if your problem is resolved.
    I hope this help.
    Zeke
    www.ZekeYuen.com/blog/

  • Error ERR-1412 Unable to resolve page alias (APP_ID).

    Dear Friend,
    I Have Create Report
    select INVOICE_NO,INVOICE_TYPE,CURR_CODE,EXCH_RATE,NO_OF_PAX,FREE_PAX,EFFECTIVE_PAX,ACTIVE_FLG,
    CASE WHEN APPROVAL_FLG='Y' THEN
    'BLUE'
    ELSE
    '<a href="f?p=:APP_ID:4::SESSION::NO::::">Create New Invoice</a>'
    END
    AS LINK
    from AR_INVOICE_MAS TM WHERE FILE_CODE=:P7_FILE_CODELink created but when i click on Link Then Show mw Error
    Error ERR-1412 Unable to resolve page alias (APP_ID). 
    How to resolve it.
    Thanks

    Dear Friend ,
    Jus PAss
    '<a href="f?p=&APP_ID.:4:&SESSION.::&DEBUG.::::">Create New Invoice</a>'

  • APEX4 possible bug: ERR-1412 Unable to resolve page alias

    Hi,
    when I try to start application using builder from a page that requires authentication I get the following error after successful authentication:
    Error     ERR-1412 Unable to resolve page alias (f?p=107|13|2569050001543698|||||). Clicking OK under error displays the target page successfully.
    This happens in development environment only. No errors when starting application by direct URL from end user point of view.
    The login process use the following code:
    v_flow_page := :APP_ID||':'||nvl(:FSP_AFTER_LOGIN_URL,1);
    wwv_flow_custom_auth_std.post_login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => v_flow_page
    Thanks.

    hi,
    here i am giving the steps what i have done.
    Registered application as a partner application in SSO.
    the details are
    Name: Demo
    home URL :http://167.13.123.77:8080/apex/f?p=4550:1:3895682131561869
    Success URl :http://167.13.123.77:8080/apex/f?p=101:1:1823729311778544:::::
    Logout URL :http://167.13.123.77:8080/apex/f?p=101:1
    then i ran the loadsdk.sql script,
    then i ran regapp.sql script in FLOWS_030100 schema, then it prompted for
    Enter value for listener_token: HTML_DB:167.13.123.77:8080
    Enter value for site_id:5B07385D
    Enter value for site_token:L3XV4G6B5B07385D
    Enter value for login_url: http://167.13.123.77:7777/pls/orasso/orasso.wwsso_app_admin.ls_login
    Enter value for encryption_key:AAB582795995E319
    Enter value for ip_check: N
    after that i ran custom_auth_sso.sql and custom_auth_sso.plb
    then given grants to public user.
    grant execute on wwv_flow_custom_auth_sso to apex_public_user;
    created authentication scheme and i made that scheme current.
    when i am running the application through apex
    first it's asking for SSO username and password, after giving valid username and pwd, it's giving "the page can not be found" message. url of the page is http://dev.sso.com:7777/sso/auth
    where i was wrong. pls help me.
    thanks
    kmr
    Edited by: user11132509 on May 15, 2009 4:36 AM
    Edited by: user11132509 on May 15, 2009 5:45 AM
    Edited by: user11132509 on May 15, 2009 5:52 AM

  • Location Alias

    Hi all,
    One of my users are getting this error when trying to connect to Essbase using his Essbase add-in on Excel:
    Essbase Error
    Network Error [11004]: Unable To Locate [server1] In Hosts File
    OK
    So I'm not sure if that's why I didn't create any location Alias, if so, how do I do that using the Essbase Administration Services?
    Thanks in advance
    Edited by: user12000604 on Jan 13, 2010 5:35 AM

    The user can connect using the IP address, when he uses it, he can see the cube and connect to it but the weird thing is that when he does that, he sees the following message at the bottom of his Excel:
    "not connected to hyperion data source"
    And everything he tries to retrieve he only get's 0 or when he submit the data, it doesn't go anywhere and I can see his Connection through the Essbase AS
    Would you know what could be causing that?
    Thanks

  • What does "Resolve Machine Alias" (TCP Palette) do?

    There is a VI on the TCP palette with the intriguing name "Resolve Machine Alias", and a description that it returns the network address of the machine.  Its inputs are an App Refnum (a Refnum) and Machine Alias (a string).  As a test, I tried to run this with "LocalHost" as the Machine Alias, and got an error (1).  I also tried to wire "This VI" VI Server Reference to the App Refnum input, but had a "broken wire" (it would not connect).
    There are no examples that I can find that use this function.  If I try to open the function to "look inside" and deduce what it does, I find that it is password-protected.
    Can Someone Who Knows please enlighten me?  Could you consider putting better documentation (and maybe an example!) in the next release, or, if this indeed has no utility, removing the function?
    Bob (Curmudgeon) Schor

    Here is the detailed helP:
    Resolve Machine Alias Details
    The Resolve Machine Alias VI returns the network address of the machine alias specified in the LabVIEW project .aliases file. This .aliases file is automatically updated with mappings that you specify in the LabVIEW project. You can extend the set of mappings in the .aliases file. If you extend the mappings of the .aliases file and you check the LabVIEW project into source control, then you also need to check the .aliases file into source control.
    And a description of the .aliases file:
    File that maps computer names to IP addresses. For example, My Computer typically maps to localhost or the actual IP address of the host computer running LabVIEW. LabVIEW creates the .aliases file automatically when you create a LabVIEW project. LabVIEW creates a new .aliases file each time you open the project. If you build an application, the .aliases file is copied into the same directory as the application. You do not need to check the .aliases file into source control unless you extend the mappings in the file.
    THey get created when you create and save your project, look in the project directory for it.
    National Instruments

  • Adobe Media Encoder Mac - Wont Resolve to Alias Files

    Hi,
    AME has one big problem:
    Do This
    1) Goto a .MOV file and make an alias of it (alt+command drag the file to i.e. desktop)
    2) Now drag that into AME...
    Instead of resolving to the alias it prompts the user that "This File Format is not Supported"
    I think it should resolve the original movie...

    Well Harm, you are now official tech support for Macs too!!! (whether you like it or not
    I moved the vst plug-ins and voila, yellow export bar for the FIRST TIME in Media Encoder!!!!
    So for now, I might try figuring out which is the culprit, but I think I'll just move the plug-ins whenever it comes time to export.
    You have made my day!  (I just wish I would have asked for help months ago!)

  • Error ERR-1412 Unable to resolve page alias (State Bank Of Indore).

    i have created a select list with branch to page .When i clicked on this list it gives this error
    reply

    pages in htmldb can be aliased with alphanumeric identifiers. this way you can use those aliases instead of the page names when calling them. your error message means that you asked htmldb to serve up a page with an alias of "State Bank Of Indore" when a page with such an alias didn't exist (page aliases have to be valid oracle alphanumeric identifiers, so htmldb wouldn't have let you create an alias with spaces in it like "State Bank Of Indore", anyhow). to me this suggests you have an improperly defined branch. i'd check that branch to make sure your page is correctly specified there.
    hope this helps,
    raj

  • Error ERR-1412 Unable to resolve page alias (RUN_PAGE)

    Just started to get this error on the hosted environment when I click on the Run icon on Page Definition page in App Builder, link is
    http://htmldb.oracle.com/pls/otn/f?p=BUILDER:RUN_PAGE
    Anything going on?
    Thanks

    This happens when someone imports a copy of the Builder into their workspace and doesn't change the alias from 'BUILDER'. This happened today. I fixed it. It's a bug that will be fixed in 2.2.
    Scott

  • Error ERR-1412 Unable to resolve page alias

    hi,
    i'm able to get the page by specifying the application id. but unable to get it by using the page alias(ie.,application name). What could be the problem....

    Please show details like the URL you are using and all relevant details about your application and page. The page alias is not the same as the application name. Applications have both a name and an alias as does a page. You might be using the application name or the application alias instead of the page alias.
    Scott

  • Modprobe failing to resolve alias for Samsung S4

    udevadm monitor --environment --udev
    UDEV [17679.339440] add /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2 (usb)
    ACTION=add
    BUSNUM=003
    DEVLINKS=/dev/libmtp /dev/libmtp-3-1.2
    DEVNAME=/dev/bus/usb/003/024
    DEVNUM=024
    DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2
    DEVTYPE=usb_device
    ID_BUS=usb
    ID_FOR_SEAT=usb-pci-0000_00_1a_0-usb-0_1_2
    ID_MEDIA_PLAYER=1
    ID_MODEL=SAMSUNG_Android
    ID_MODEL_ENC=SAMSUNG_Android
    ID_MODEL_FROM_DATABASE=GT-I9100 Phone [Galaxy S II], GT-I9300 Phone [Galaxy S III], GT-P7500 [Galaxy Tab 10.1] , GT-I9500 [Galaxy S 4]
    ID_MODEL_ID=6860
    ID_MTP_DEVICE=1
    ID_PATH=pci-0000:00:1a.0-usb-0:1.2
    ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_2
    ID_REVISION=0400
    ID_SERIAL=SAMSUNG_SAMSUNG_Android_0aa40861
    ID_SERIAL_SHORT=0aa40861
    ID_USB_INTERFACES=:060101:020201:0a0000:
    ID_VENDOR=SAMSUNG
    ID_VENDOR_ENC=SAMSUNG
    ID_VENDOR_FROM_DATABASE=Samsung Electronics Co., Ltd
    ID_VENDOR_ID=04e8
    MAJOR=189
    MINOR=279
    PRODUCT=4e8/6860/400
    SEQNUM=1986
    SUBSYSTEM=usb
    TAGS=:seat:uaccess:
    TYPE=0/0/0
    UDEV_LOG=7
    USEC_INITIALIZED=9206113
    UDEV [17679.405184] add /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0 (usb)
    ACTION=add
    DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0
    DEVTYPE=usb_interface
    ID_MODEL_FROM_DATABASE=GT-I9100 Phone [Galaxy S II], GT-I9300 Phone [Galaxy S III], GT-P7500 [Galaxy Tab 10.1] , GT-I9500 [Galaxy S 4]
    ID_VENDOR_FROM_DATABASE=Samsung Electronics Co., Ltd
    INTERFACE=6/1/1
    MODALIAS=usb:v04E8p6860d0400dc00dsc00dp00ic06isc01ip01in00
    PRODUCT=4e8/6860/400
    SEQNUM=1987
    SUBSYSTEM=usb
    TYPE=0/0/0
    UDEV_LOG=7
    USEC_INITIALIZED=9207464
    from journalctl
    -- Logs begin at Mon 2014-03-17 23:17:24 EDT, end at Tue 2014-11-11 18:53:08 EST. --
    Nov 11 18:53:08 l-pc systemd-udevd[4493]: seq 1987 processed with 0
    Nov 11 18:53:08 l-pc systemd-udevd[4493]: passed -1 bytes to netlink monitor 0x7f053fe92600
    Nov 11 18:53:08 l-pc systemd-udevd[4493]: Assertion 'rtnl' failed at src/libsystemd/sd-rtnl/sd-rtnl.c:144, function sd_rtn
    Nov 11 18:53:08 l-pc systemd-udevd[4493]: 'lmt-udev force modules=runtime-pm devices=3-1.2:1.0' [4657] exit with return co
    Nov 11 18:53:08 l-pc systemd-udevd[4493]: 'lmt-udev force modules=runtime-pm devices=3-1.2:1.0'(out) 'enabled, not active'
    Nov 11 18:53:08 l-pc laptop-mode[4701]: enabled, not active
    Nov 11 18:53:08 l-pc systemd-udevd[4493]: 'lmt-udev force modules=runtime-pm devices=3-1.2:1.0'(out) 'Laptop mode '
    Nov 11 18:53:08 l-pc laptop-mode[4700]: Laptop mode
    Nov 11 18:53:07 l-pc systemd-udevd[4657]: starting 'lmt-udev force modules=runtime-pm devices=3-1.2:1.0'
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: no module matches 'usb:v04E8p6860d0400dc00dsc00dp00ic06isc01ip01in00'
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: execute 'load' 'usb:v04E8p6860d0400dc00dsc00dp00ic06isc01ip01in00'
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: created db file '/run/udev/data/+usb:3-1.2:1.0' for '/devices/pci0000:00/0000:00
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: RUN 'lmt-udev force modules=runtime-pm devices=%k' /usr/lib/udev/rules.d/99-lapt
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: RUN 'kmod load $env{MODALIAS}' /usr/lib/udev/rules.d/80-drivers.rules:5
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: device 0x7f053fe7e010 filled with db file data
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/50-udev-default.rules:11
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: device 0x7f053fe74930 has devpath '/devices/pci0000:00'
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: device 0x7f053fe74550 has devpath '/devices/pci0000:00/0000:00:1a.0'
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: device 0x7f053fe6d5c0 has devpath '/devices/pci0000:00/0000:00:1a.0/usb3'
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: device 0x7f053fe7e7f0 has devpath '/devices/pci0000:00/0000:00:1a.0/usb3/3-1'
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: device 0x7f053fe7e010 has devpath '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: no db file to read /run/udev/data/+usb:3-1.2:1.0: No such file or directory
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: seq 1987 running
    Nov 11 18:53:07 l-pc systemd-udevd[171]: passed 312 bytes to netlink monitor 0x7f053fe65580
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: seq 1986 processed with 0
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: passed -1 bytes to netlink monitor 0x7f053fe92600
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: Assertion 'rtnl' failed at src/libsystemd/sd-rtnl/sd-rtnl.c:144, function sd_rtn
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: 'lmt-udev force modules=runtime-pm devices=3-1.2' [4602] exit with return code 0
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: 'lmt-udev force modules=runtime-pm devices=3-1.2'(out) 'enabled, not active'
    Nov 11 18:53:07 l-pc laptop-mode[4644]: enabled, not active
    since modprobe -R also fails to resolve the alias, I don't actually know which module it was supposed to load, so I'm not sure how to handle this one. If anyone else is connecting said device, I could try loading that through a script rather than udev rules (I know udev is calling libkmod, but the result is the same).
    Last edited by dejy (2014-11-12 00:07:12)

    tomk wrote:My current Android 4.4 device - HTC One M8 - works just fine with no kernel modules at all, since it uses MTP for file management. It might help if you define exactly what "loading an android device" means to you - to me, it means "mounting an android device".
    I don't see how that's possible, udev itself doesn't load devices, just executes rules and calls libkmod for the appropriate kernel modules, my problem is that certain specific mpt implementations (specifically simple-mtpfs) work, but none of the other one's do, and neither does the default lib udev mounting rule (which used to work pre 3.17)- you can see the call here:
    p.s.(I don't know much about how libmtp works, but I suspect that's not the problem here, feel free to correct me if I'm wrong).
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: no module matches 'usb:v04E8p6860d0400dc00dsc00dp00ic06isc01ip01in00'
    Nov 11 18:53:07 l-pc systemd-udevd[4493]: execute 'load' 'usb:v04E8p6860d0400dc00dsc00dp00ic06isc01ip01in00'
    The relevant call being from udev-builtin-kmod.c load module:
    err = kmod_module_new_from_lookup(ctx, alias, &list);
    if (err < 0)
    return err;
    if (list == NULL)
    log_debug("no module matches '%s'", alias);
    If someone for whom udev loads android devicies / samsung phones properly can post their udev output from journalctl with udev.conf logging level set on debug, that might help me a lot.
    Last edited by dejy (2014-11-19 00:05:29)

  • How can I stop email aliases from auto-resolving on send?

    My organization uses Exchange for email.
    I am attempting to send a message from my iPhone TO an alias email address.  As background, this is necessary because I'm attempting to develop an application that reads the inbox for the related account and performs different actions based on the alias used as the 'send to' address on the email.
    I can type in the alias, or choose it from a contact (I've tried both ways), so that when I hit send it LOOKS like it's going to the alias... but as I/after I send the message, the iPhone/mail application/? resolves the alias to the primary address, so that when it enters the mailbox, it appears to have been sent to the primary email address, rather than the alias.
    Does anyone know how to solve this problem? 
    Thanks!

    I don´t know for a fact, but I guess you can have your firewall block the traffic to and from the AppleTV's. You have to find out which ports to block (see: http://bowersandwilkins.custhelp.com/app/answers/detail/a_id/55/~/firewall-ports -utilised-by-airplay ) and also you will need to have different location profiles for your home and work network.
    Just my two cents.

Maybe you are looking for

  • Problem in getting opening balance for multiple GL Account

    Hi, I am working on a  Trail Balance Report in which i am trying to fetch the data for the opening balance for multiple GL Accounts but it is not coming accurate.. Here is the link to the code which i am using currently right now:- http://docs.google

  • VA01 Item category display only for specific order type

    Hi, I have a requirement to deactivate(display only) item category field in VA01 table item for certain order type . I tried the user exit  MV45AFZZ(USEREXIT_FIELD_MODIFICATION). This is working only if the table item has a value. i.e I could able to

  • External hard drive will not show up on my desktop?!?!

    I have a 2 TB G-Technology G-Drive) external hard drive and when I plug it in to my macbook pro via firewire and turn it on, nothing happens. The light on the HD is on but no HD shows up on my desktop? Any help would be great! Thanks!

  • 1.0.3 status LED behavior changed

    1. When ejected either in iTunes or Finder, status LED IMMEDIATELY switches to green. 2. Unchecking "enable disk use" (and clicking Apply) does NOT affect blinking orange LED either in iTunes or out of it. Thus there's no REAL indicator of charge sta

  • Swf loader

    hi    i want to load swf into another flex MDI window using swfloader... here my swf size is 200x200.. when i m load this swf into my mdiWindow i cant get the swf size (200X200).. it occupies the full window.. can anyone give guide to load swf into m