Dump database dbname using config

Hi,
By using sp_config_dump stored procedure have taken backup of database:
sp_config_dump @config_name='sampleDB',
@stripe_dir = '/sybase/backup' ,
@compression = '101' ,
@verify = 'header'
Have dump the database using following syntax: dump database sample using config = 'sampleDB'
Now what is the syntax for loading database as following syntax is Incorrect:
1)load database from "dump_path" with compression
OR
2)load database from "compress::dump_path"

Hi,
I guess you are running SAP application on ASE (this is the comunity for SAP applications running on ASE), therefore the 'enable dump history' parameter is set by default, so you might find the answer about which would be the correct load command to execute using the "listonly='LOAD_SQL' " option on your load database command. This is specified on SAP Note "1611715 - SYB: How to restore an SAP ASE database server (Windows) " or SAP Note "1618817 - SYB: How to restore an SAP ASE database server (UNIX) ":
On the "Load user databases" part (existent on both notes), you have this item:
>>>>
2. Load the database and transaction logs.
Log in to ASE with isql as user 'sapsa' and execute the command:
1> load database <DB_NAME> with listonly = 'LOAD_SQL'
2> go
Save the output to an SQL command file and execute it in isql.
<<<<
Regards,
Victoria.

Similar Messages

  • Saving/Reading Database Connection using Config.ini

    Ive been searching tutorial on youtube and other known sites on how to save/read the database connection on the config.ini file. Lets say i have this connection,
    SQLServer:192.168.1.2
    UserName:sa
    Password:1234
    DatabaseName:SampleDB
    i find it easy to configure my connection if it would be setup that way but i find a hard time getting a tutorial for that. What would be the things to need if ill be setting up the connection that way. Thanks.

    so you don't want it on the config file instead?
    https://msdn.microsoft.com/en-us/library/system.configuration.connectionstringsettings(v=vs.110).aspx
    https://msdn.microsoft.com/en-us/library/system.configuration.configurationmanager(v=vs.110).aspx
    if you want to do your own, you need streamreader and writer
    https://msdn.microsoft.com/en-us/library/system.io.streamwriter(v=vs.110).aspx
    https://msdn.microsoft.com/en-us/library/system.io.streamreader%28v=vs.110%29.aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Database refresh using dump and archive logs

    Hi all,
    I have a full datapump dump taken from oracle 11g R2 database (PROD) running in HP-UX server.The dump was taken on March,1,2012.
    Also i have all the archive logs till today (March 13,2012).
    I want to clone it to a new database (TEST) in windows machine with this dump, and i want to refresh(restore) the database (TEST) using this archive logs to make the database sync with the (PROD) till today.
    I need your suggestions.

    raoofdba wrote:
    Hi all,
    I have a full datapump dump taken from oracle 11g R2 database (PROD) running in HP-UX server.The dump was taken on March,1,2012.
    Also i have all the archive logs till today (March 13,2012).
    I want to clone it to a new database (TEST) in windows machine with this dump, and i want to refresh(restore) the database (TEST) using this archive logs to make the database sync with the (PROD) till today.
    I need your suggestions.I suggest you to perform transport tablespace method.below is the link: -
    http://neeraj-dba.blogspot.in/2012/01/cross-platform-transportable.html

  • Trouble using XWD_RAMSTARTUP to connect to RAM DB:Database dbname must remain current

    Trouble using XWD_RAMSTARTUP to connect to RAM DB:Database dbname must remain current...
    I am having trouble connecting to the RAM database. The error I get is
    "In stored procedure XWD_RAMSTARTUP: The following Express Server error occurred: Database GLB must remain current becasue the TEST program is still executing it."
    The express database GLB is the global computing sample given by oracle doc.
    My Test program defined in Express Administrator for GLB has the following code:
    call xwd_meta.init
    call xwd_ramstartup('e:\\Orahome1\\olap\\oes632\\service\\glb.rdc','sampleolap', 'sampleolap')
    call xwd_attachdb('e:\\Orahome1\\olap\\oes632\\service\\glb.db')
    The hyperlink I used is " http://192.168.10.110/Scripts/oowa.exe/ExpSrv632/dbxwdevkit/xwd_init?glb/test "
    the content of the rdc file is
    [PATHS]
    CODE=E:\ORAHOME1\OLAP\OES632\COMMON\
    DATA=E:\ORAHOME1\OLAP\OES632\SERVCIE\
    EXTEND=E:\ORAHOME1\OLAP\OES632\SERVICE\
    [RELATIONAL]
    TYPE=OCI
    INSTANCE=SMSDW
    [DBINFO]
    DBNAME=GLB
    Any help/suggestions would be appreciated.

    Hi,
    > This program connects to database TEST, and reads table MYTABLE in schema MYSCHEMA.
    >
    > I would know if it is possible to select the table name in a dynamic way:
    >
    >   SELECT db_name() INTO :dbn FROM :ptab
    >
    > But this line fails with meesages:
    >
    >  dbdsmss: DBSL99 SQL1087
    >  Must declare the table variable "@P1".   - you have to declare variables in beginning of the program.
    You can select table name dynamic way , but you have to write ABAP code (Selection screen).
    post this question in ABAP forum. you will get more information.
    Thanks
    Siva

  • ERROR - 1013113 - Cannot unload database dbnam , when it is still in use.

    Hi ,
    Below is the scenario of what am doing and the error am getting. Please shed some light and share ur ideas on this.
    1 . I used the below maxl statement and logged out all the sessions on the application by force.
    alter system logout session on application <appname> force;
    2. After logging out the sessiosn, am using the below maxl statement to unload the application,
    ALTER SYSTEM UNLOAD APPLICATION <appname>;
    but am getting error as "*ERROR - 1013113 - Cannot unload database <dbnam>, when it is still in use.*".
    Please share your expertise to eliminate this abnormality of essbase.
    Thanks in advance!!
    -Vinay
    Edited by: user12000483 on Jul 8, 2010 2:10 AM

    I found that sometimes after a EAS command (for instance a export data) is finished (correctly finished or not it does not matter in this case) a rudimentary tcp connection from EAS to the essbase server is left open.
    You can view this with a generic tcp viewer) on either the eas or the essbase server.
    Disconnecting this particular tcp connection "frees" the essbase DB for further actions.
    It is not nesecary to close the proces which keeps the connection open. Since this would kills your essbase application running.
    This was really a pain in the $% for the last years since before I always had to kill the application process. Perhaps I am creating a case at Oracle to solve the initial cause, but for the moment this helps me a lot. I did not have time to see if the same occurs after maxl processes. But I doubt it happens there. The cause can be in the weblogic timeouts and behaviour at the EAS server.

  • Error when executing database check using brconnect or in DB13.

    Dear Experts,
    I am facing problem in executing database check using brconnect or in DB13.
    I get the following error:-
    <b>I am giving the last few lines where the error comes</b>
    G:\oracle\MRP\sapbackup                            6      52228060      20440724      60.86             0             0
    G:\oracle\MRP\sapcheck                             6      52228060      20440724      60.86             0             0
    G:\oracle\MRP\sapreorg                             6      52228060      20440724      60.86             0             0
    BR0252E Function _stat() failed for 'G:\oracle\MRP\saptrace' at location BrDiskStatGet-1
    BR0253E errno 2: No such file or directory
    BR0277E Determination of disk volume status for G:\oracle\MRP\saptrace failed
    BR0806I End of BRCONNECT processing: cdvnwuiw.chk 2007-06-23 16.45.39
    BR0280I BRCONNECT time stamp: 2007-06-23 16.45.39
    BR0804I BRCONNECT terminated with error
    <b>This is the config path in my init<sid>.ora.</b>
    *._OPTIM_PEEK_USER_BINDS=FALSE
    *.background_dump_dest='F:\oracle\MRP\saptrace\background'
    *.compatible='10.2.0'
    *.control_file_record_keep_time=30
    *.control_files='G:\oracle\MRP\origlogA\cntrl\cntrlMRP.dbf','G:\oracle\MRP\origlogB\cntrl\cntrlMRP.dbf','G:\oracle\MRP\sapdata1\cntrl\cntrlMRP.dbf'
    *.core_dump_dest='F:\oracle\MRP\saptrace\background'
    *.db_block_size=8192
    *.db_cache_size=281699942
    *.db_files=254
    *.db_name='MRP'
    *.dml_locks=4000
    *.event='10191 trace name context forever, level 1'
    *.FILESYSTEMIO_OPTIONS='setall'
    *.job_queue_processes=1
    *.log_archive_dest='F:\oracle\MRP\oraarch\MRParch'
    *.log_buffer=1048576
    *.log_checkpoint_interval=0
    *.log_checkpoints_to_alert=true
    *.open_cursors=800
    *.optimizer_features_enable='10.2.0.1'
    *.pga_aggregate_target=375599923
    *.processes=80
    *.recyclebin='off'
    *.remote_login_passwordfile='exclusive'
    *.remote_os_authent=true
    *.sessions=96
    *.sga_max_size=563399884
    *.shared_pool_reserved_size=28169994
    *.shared_pool_size=281699942
    *.sort_area_retained_size=0
    *.sort_area_size=2097152
    *.statistics_level='typical'
    *.undo_management='AUTO'
    *.undo_retention=43200
    *.undo_tablespace='PSAPUNDO'
    *.user_dump_dest='F:\oracle\MRP\saptrace\usertrace'
    *.workarea_size_policy='AUTO'
    <b>The path in my system is same as mentioned in the init<sid>.ora</b>
    Please help me to find out cause of the error.
    Thanks

    Dear Mr. Yaroslav,
    Thanks,
    I have checked in <sid>adm user since we have looged in the same user Id.
    There was no entrie for the SAPTRACE in environmental variable.
    I have inserted and given the requried path"F:\oracle\MRP\saptrace".
    Thankyou....hope in my next restart of the server it will work....

  • How to determine which diskgroups a database is using

    We want to be able to determine which diskgroups a database is using. We have been using the following query which works but only if the database has open or had open the "right set of files" recently --
    SQL> select dg.name from v$asm_diskgroup_stat dg, v$asm_client c where dg.group_number = c.group_number and c.db_name = 'MYDB';
    If no archived logs have been generated in a while then the diskgroup that contains the FRA will no be listed in this query. We can cause the FRA diskgroup to show up if we archive the current log. Here is an example.
    SQL> select * from v$asm_client;
    GROUP_NUMBER INSTANCE_NAME
    DB_NAME  STATUS
    SOFTWARE_VERSION
    COMPATIBLE_VERSION
                5 +ASM
    DBI03    CONNECTED
    11.2.0.3.0
    11.2.0.0.0
    SQL> alter system archive log current;
    System altered.
    SQL> select * from v$asm_client;
    GROUP_NUMBER INSTANCE_NAME
    DB_NAME  STATUS
    SOFTWARE_VERSION
    COMPATIBLE_VERSION
                5 +ASM
    DBI03    CONNECTED
    11.2.0.3.0
    11.2.0.0.0
    GROUP_NUMBER INSTANCE_NAME
    DB_NAME  STATUS
    SOFTWARE_VERSION
    COMPATIBLE_VERSION
                7 +ASM
    DBI03    CONNECTED
    11.2.0.3.0
    11.2.0.0.0
    Notice how diskgroup "7" shows up after the log is archived? It appears that the instance for diskgroup "7" will eventually be drop off after some idle period. Is there a way to generate the list of diskgroups consistently?

    Hi,
    If your database was configured manually (i.e not using DBCA) you should check v$(datafile,controlfile,logfile,block_change_tracking,etc) and parameters of database (log_archive_dest,db_recovery_file_dest,spfile,etc) to map these info.
    If your database was configured using DBCA you can try it:
    $ srvctl config database -d <database_name> |grep "Disk Groups"

  • Exporting whole database (10GB) using Data Pump export utility

    Hi,
    I have a requirement that we have to export the whole database (10GB) using Data Pump export utility because it is not possible to send the 10GB dump in a CD/DVD to the system vendor of our application (to analyze few issues we have).
    Now when i checked online full export is available but not able to understand how it works, as we never used this data pump utility, we use normal export method. Also, will data pump reduce the size of the dump file so it can fit in a DVD or can we use Parallel Full DB export utility to split the files and include them in a DVD, is it possible.
    Please correct me if i am wrong and kindly help.
    Thanks for your help in advance.

    You need to create a directory object.
    sqlplus user/password
    create directory foo as '/path_here';
    grant all on directory foo to public;
    exit;
    then run you expdp command.
    Data Pump can compress the dumpfile if you are on 11.1 and have the appropriate options. The reason for saying filesize is to limit the size of the dumpfile. If you have 10G and are not compressing and the total dumpfiles are 10G, then by specifying 600MB, you will just have 10G/600MB = 17 dumpfiles that are 600MB. You will have to send them 17 cds. (probably a few more if dumpfiles don't get filled up 100% due to parallel.
    Data Pump dumpfiles are written by the server, not the client, so the dumpfiles don't get created in the directory where the job is run.
    Dean

  • Setting database option ONLINE to ON for database "dbname"

    Hi
    Today i faced a wiered issue, One of my database on sql  server 2005 was offline.
    Scenerio: One fo my database was offline , I checked in
    1. SSMS (GUI) -- DB is offline
    2. sys.databases  (status) -- offline
    3. Job is using DATABASEPROPERTYEX and its ignoring databases as status is offline.
    And we also know (observed) if we change status from online to offline , Message come as below
    Setting database option OFFLINE to ON for database "dbname".
    SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'Object Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
    SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'SQL Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
    SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'Bound Trees' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
    And when we change from offline to online , message is like
    Setting database option ONLINE to ON for database "dbname".
    Issue : Now When i change database status from offline to online (online to on), below message generated. This only happen once and i am not able to regenerate same
    Setting database option ONLINE to ON for database "dbname".
    SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'Object Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
    SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'SQL Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
    SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'Bound Trees' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.
    Confusion: Why cache stores are flushed while taking database online ??
    Thanks Saurabh Sinha http://saurabhsinhainblogs.blogspot.in/ Please click the Mark as answer button and vote as helpful if this reply solves your problem

    This message was introduced in SP2. From online help about ALTER DATABASE athttp://msdn2.microsoft.com/en-us/library/ms174269.aspx
    When the database is set to
    AUTOCLOSE = ON, an operation that initiates an automatic database shutdown clears the plan cache for the instance of SQL Server.
    Can you check the above?
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Remove Database (Not using DBCA)

    Hello!
    I have tried creating a database on my 10g instance, using DBCA. Halfway through creation, the process stopped, giving me error ORA-01092.
    I'd like to remove the database and start again, however using DBCA, when I try to remove the database, I get error ORA-01078 - and cannot continue any further.
    How can I remove all traces of this database without using DBCA?
    Thanks for any help.
    Chris.

    ORA-01078: failure in processing system parameters
    Cause
    This error indicates that Oracle had a problem processing the database initialisation file. It will normally be accompanied by another error that will give more specific details about the problem.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Examine alert.log file to find out what caused the DBCA fail. If there's unknown problem in your system, the next DBCA will likely fail again even after clean up.
    What's in your initial parameter file? What's your OS?
    You need to clean up following files,
    datafiles, control files, redo logfiles, spfile files and better clean all files under dump destination as well (of course after troubleshooting)

  • How to alter database open using srvctl command

    Hi all,
    I mounted my instances by using:
    [oracle@rac1 ~]$ srvctl start database -d RAC -o mount
    How can i open the instances by using srvctl from mounted status?
    Thank you!
    Dân.

    Hi,
    srvctl start database <dbname> -open will not issue an "alter database open", hence it will not work on a mounted instance, as you have seen. So this is expected.
    In case crs did only start the database in mount mode, you either have to use sqlplus or shutdown the db beforehand:
    srvctl stop database -d <dbname> -o immediate
    srvctl start database -d <dbname> -o openFor the future change the behavior, how crs will start the database with srvctl modify database.
    Regards
    Sebastian

  • Case sensitivity of v$database DBNAME column

    Can anyone explain why the DBNAME column of V$DATABASE is always uppercase in 10gR2 ? Has this always been the case ?
    It seems a bit ironic that all Oracle's Docs now have examples of database names, SID's and instance parameters all in lowercase, ( useful for all thing www I guess ). So I thought it might be an idea to go with the flow.....
    So when I created a database in this fashion I would have expected V$DATABASE.DBNAME to be the same lowercase, but alas this is not so!
    The annoying thing is that there is an awful lot of code out there and numerous 3rd party products that pick up this column value and use it as the SID value, ( I know that its not the way to do it..just stating the facts! )
    Additionally the OMF and FRA also have this feature as well in that an uppercase directory of the dbname gets created!.
    Hoping for an explanation from someone who know why...!!
    Cheers
    Matt

    Might be because
    even when you create an object in lower case it is stored in UPPERCASE in dictionary views so
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Jan 23 18:27:56 2008
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle9i Release 9.2.0.6.0 - Production
    JServer Release 9.2.0.6.0 - Production
    SQL> create table lowercase(no number(2));
    Table created.
    SQL> select object_name from dba_objects where object_name='lowercase';
    no rows selected
    SQL> select object_name from dba_objects where object_name='LOWERCASE';
    OBJECT_NAME
    LOWERCASE
    SQL> IT looks like all objects are stored in upper case..\
    if you want reason i dont have any idea

  • "VLAN Database Mode" to "Config Mode" conversion

    How can we convert an existing VLANs created in "VLAN Database Mode" to "Config mode? what is the right procedure?

    Hello,
    I would just add the VLAN's using the config mode.
    As with regard to your FWSM, keep in mind that, prior to IOS 12.2(14)SY, only one SVI is supported on the FWSM. If you have a later version, use the command 'firewall multiple-vlan-interfaces' to enable support for multiple VLAN's.
    Not sure if you already know this link, but you might want to check the FWSM FAQ:
    Firewall Services Module Frequently Asked Questions
    http://www.cisco.com/en/US/products/hw/modules/ps2706/products_qanda_item09186a00801e9e26.shtml
    Regards,
    GP

  • Limiting the Amount of Memory the WSUS Database Can Use

    Have installed GERMAN WS2012 R2 Essentials and have added plus configered WSUS role. Have "unfortunately" installed ENGLISH SQL Server Management Studio. Have connected Management Studio to
    \\.\pipe\MICROSOFT##WID\tsql\query with  Windows Authentication, can browse Databases ... BUT when right clicking the server's name and selecting Properties to limit the amount of Memory WSUS Database can use after
    a while returns with error stating "cannot show requested dialog because failed to retrieve data for this request as the System could not find the requested file":
    Cannot show requested dialog.
    ADDITIONAL INFORMATION:
    Cannot show requested dialog. (SqlMgmt)
    Failed to retrieve data for this request. (SqlManagerUI)
    For help, click:
    http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&LinkId=20476
    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
    A severe error occurred on the current command.  The results, if any, should be discarded.
    'RegQueryValueEx()' hat den Fehler '2', 'Das System kann die angegebene Datei nicht finden.' zurückgegeben. (Microsoft SQL Server, Error: 0)
    For help, click:
    http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=11.00.2100&EvtSrc=MSSQLServer&EvtID=0&LinkId=20476
    ==> The suggested Help links aren't really helping ... What file? Where?
    ==>==> Maybe I'm in troubles because of the language mix?
    ==>==>==>Any Chance to set the memory limitations via PS Script? 

    Hi,
    à
    Any Chance to set the memory limitations via PS Script?
    Please use
    osql command-line to check if can help you. For more details, please refer to following article.
    WSUS-Limit SQL (Windows
    Internal Database) memory
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    à
    when right clicking the server's name and selecting Properties to limit the amount of Memory WSUS Database can use after a while returns with error stating "cannot show
    requested dialog because failed to retrieve data for this request as the System could not find the requested file"
    On current situation, I’m also guess that this issue (above error message) may be caused by different language
    versions (GERMAN Windows Sserver 2012 R2 Essentials and
    ENGLISH SQL Server Management Studio).
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Populate ComboBox from database - NOT using Flex Data Services

    Hi there,
    We are using CF with Flex but are not using the Flex Data
    Service. I'm very much a newb and I'm having trouble finding any
    information on how to populate controles from a database without
    using Flex Data Service. Any help would be greatly appreciated.
    First I have a page... JobSearch.mxml that contains a combo
    box that I want to populate with the job_id and job_title from a
    MSSQL database.
    In Flex in the RDS DataView I used the "Create CFC" Wizard
    which generated "job.cfc" and "jobGateway.cfc". It also generated
    "job.as".
    The CF Function that selects the data appears to be defaulted
    and called "load" and the .as function is called simply "job".
    So, that all looks great. But I can't find any information on
    what I need to have on my JobSearch.mxml to actually get this data
    into the comboBox.
    I did:
    <mx:Script>
    <![CDATA[
    [Bindable]
    public var jobData:job = null;
    ]]>
    </mx:Script>
    And then:
    <mx:ComboBox
    text="{jobData.job_title}"></mx:ComboBox>
    But I'm being told "Type was not found or was not a
    complie-time constant: job"
    I guess I'm missing something, or doing something way
    wrong... I just don't know enough of Flex at this point to know
    what it is.
    Thanks!
    April

    Using php or asp is not an option, as we are a Cold Fusion
    House.
    I was looking at an article on Ben Forta's blog (
    http://www.forta.com/blog/index.cfm?mode=e&entry=1786)
    and following his example I did this... only it doesn't work:
    I'm very very new to Flash and we are using ColdFusion but
    are not using Flex Data Services. I've been trying to figure out
    how to populate a combobox from a database and I'm just not having
    any luck.
    My project is called "PreTraffic". I have my main file as
    "JobSearch.mxml" and a folder under the root named "cfc" with a
    file called "job.cfc".
    job.cfc contains the following code:
    <cfcomponent>
    <!--- Get jobs --->
    <cffunction name="GetJob" access="remote"
    returntype="query" output="false">
    <cfset var job="">
    <cfset var results="">
    <cfquery datasource="discsdev" name="job">
    SELECT job_id, job_title
    FROM job
    WHERE status = 'O'
    ORDER BY job_title
    </cfquery>
    <cfquery dbtype="query" name="results">
    SELECT job_title AS label, job_id AS data
    FROM job
    ORDER BY label
    </cfquery>
    <cfreturn results>
    </cffunction>
    </cfcomponent>
    And JobSearch.mxml has the following code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application
    xmlns:mx="
    http://www.adobe.com/2006/mxml"
    xmlns="*"
    layout="absolute"
    backgroundGradientColors="[#ffffff, #d0d0d0]"
    creationComplete="InitApp()">
    <mx:Style source="style.css" />
    <mx:Script>
    <![CDATA[
    public function InitApp():void {
    jobSvc.GetJob();
    ]]>
    </mx:Script>
    <!-- ColdFusion CFC (via AMF) -->
    <mx:RemoteObject id="jobSvc" destination="PreTraffic"
    showBusyCursor="true" />
    <mx:VBox label="Job History" width="100%" height="100%"
    x="10" y="92">
    <mx:Label text="Search jobs by"/>
    <mx:Form label="Task" width="100%">
    <mx:FormItem label="Job Name:">
    <mx:ComboBox id="jobNameCB"
    dataProvider="{jobSvc.GetJob.results}"></mx:ComboBox>
    </mx:FormItem>
    </mx:Form>
    <mx:HBox>
    <mx:Button label="Search"/>
    <mx:Button label="Clear"/>
    </mx:HBox>
    </mx:VBox>
    </mx:Application>
    My Compiler thingy points to:
    -services
    "/Volumes/flexwwwroot/WEB-INF/flex/job-services-config.xml" -locale
    en_US
    and job-services-config.xml contains the following code:
    <destination id="PreTraffic">
    <channels>
    <channel ref="my-cfamf"/>
    </channels>
    <properties>
    <source>flex.pretraffic.cfc.job</source>
    <lowercase-keys>true</lowercase-keys>
    </properties>
    </destination>
    Well, when I run the app... the combobox is not populated...
    Can anyone help with what I've done wrong?
    Thanks!
    April

Maybe you are looking for

  • Why is KTorrent so much slower?

    Good afternoon, I was using KTorrent for quite a while and the downloads were partly very quick, but partly very lousy, concerning the rates. I once tried to open up the same torrent under µtorrent 1.6.0 (later 1.6.1), using WINE. The rates were part

  • Infinite loop authentication in JDeveloper 11.1.1.5

    Hi to everyone, I have a problem in the security of my adf application. When I apply the security to the whole application, and want to show to all users the loggin page, the page does not charge, appears a infinite loop authentication. my page is :

  • Http POST problem

    Hello, I have googled and also have spoken alot with people on IRC but we are all at a loss with it. I want to write a small tool that creates a picture (screenshot) of the current screen and then automatically uploads it to http://www.imageshack.us/

  • Power Manager for Windows 8

    Hey, Any news on release date for the power mangager for windows 8? I hate charghing my battery to 100% i'm trying to extend my battery life but it's impossible without the power manager !  W520 427637u Solved! Go to Solution.

  • I have been offred an upgrade to 3.6.23 but only have 2 otptions to upgrade to 7

    read the question