Invalid URI: The URI is empty.
I have setup a real-time data source and map. When it goes to run I get the following error in the event log:
Log Name: SmartConnect
Source: eOneSmartConnect
Date: 9/4/2013 2:23:08 PM
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: APPS.hq.constructionlabor.com
Description:
SmartConnect : Error running realtime datasource
Invalid URI: The URI is empty.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="eOneSmartConnect" />
<EventID Qualifiers="0">0</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-09-04T18:23:08.000000000Z" />
<EventRecordID>84790</EventRecordID>
<Channel>SmartConnect</Channel>
<Computer>APPS.hq.constructionlabor.com</Computer>
<Security />
</System>
<EventData>
<Data>SmartConnect : Error running realtime datasource
Invalid URI: The URI is empty.</Data>
</EventData>
</Event>
Any clues whatt could be the problem?
Thanks,
Bill Mace
Log Name: SmartConnect
Source: eOneSmartConnect
Date: 9/4/2013 2:23:08 PM
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: APPS.hq.constructionlabor.com
Description:
SmartConnect : Error running realtime datasource
Invalid URI: The URI is empty.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="eOneSmartConnect" />
<EventID Qualifiers="0">0</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-09-04T18:23:08.000000000Z" />
<EventRecordID>84790</EventRecordID>
<Channel>SmartConnect</Channel>
<Computer>APPS.hq.constructionlabor.com</Computer>
<Security />
</System>
<EventData>
<Data>SmartConnect : Error running realtime datasource
Invalid URI: The URI is empty.</Data>
</EventData>
</Event>
Any clues whatt could be the problem?
Thanks,
Bill Mace
Answers
Best Answer
Any real time map that is setup within SmartConnect uses our web service to run the actual map. SO you need to have the web service setup and running on an IIS box from our installer, and then need to have that URL for the web service entered in the setup window of SmartConnect before registering the map.
That will allow the trigger to send the data and the map to call to the web service when the event fires, right now it sounds like that isn't the case.
H
That will allow the trigger to send the data and the map to call to the web service when the event fires, right now it sounds like that isn't the case.
H